diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-26 12:38:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-26 12:38:54 -0300 |
commit | 3143e0cd86bac1f007ff1a88ec697a7985a50323 (patch) | |
tree | f6d62bd6e37b1c047ca89e1d21779cb0a6a31bec /npc | |
parent | b8a16d5b4742b857c50e4c4cde4e3821eb51e791 (diff) | |
download | serverdata-3143e0cd86bac1f007ff1a88ec697a7985a50323.tar.gz serverdata-3143e0cd86bac1f007ff1a88ec697a7985a50323.tar.bz2 serverdata-3143e0cd86bac1f007ff1a88ec697a7985a50323.tar.xz serverdata-3143e0cd86bac1f007ff1a88ec697a7985a50323.zip |
And this is the typo
Diffstat (limited to 'npc')
-rw-r--r-- | npc/005-4/tolchi.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/005-4/tolchi.txt b/npc/005-4/tolchi.txt index 682214df8..a28500ba9 100644 --- a/npc/005-4/tolchi.txt +++ b/npc/005-4/tolchi.txt @@ -309,8 +309,6 @@ function tolchi_tweaks { // Select a bonus and purge it .@vartp=relative_array_random(@csys_attr); .@popindex=getarrayindex(.@vartp); - //deletearray(.@popindex, 1); - //deletearray(.@popindex, 1); // Apply the bonus .@bonus=csys_Multiplier(.@lv); @@ -318,6 +316,7 @@ function tolchi_tweaks { /* // Re-roll: Easier for lower levels. Equip based. + deletearray(@csys_attr[.@popindex], 2); if (rand2(1000) < 250-(.@lv*2)) { .@vartp=relative_array_random(@csys_attr); .@popindex=getarrayindex(.@vartp); |