diff options
Diffstat (limited to 'npc/005-4/tolchi.txt')
-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); |