diff options
Diffstat (limited to 'npc/005-4')
-rw-r--r-- | npc/005-4/tolchi.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/005-4/tolchi.txt b/npc/005-4/tolchi.txt index bb9ac46c1..8ebccd91d 100644 --- a/npc/005-4/tolchi.txt +++ b/npc/005-4/tolchi.txt @@ -321,6 +321,7 @@ function tolchi_tweaks { .@bonus=csys_Multiplier(.@lv); setitemoptionbyindex(.@id, 0, .@vartp, .@bonus); + /* // Re-roll: Easier for lower levels. Equip based. deletearray(@csys_attr[.@popindex], 2); if (rand2(1000) < 250-((.@lv+BaseLevel*(REBIRTH+1))*2)) { @@ -338,6 +339,7 @@ function tolchi_tweaks { .@bonus=csys_Multiplier(.@lv); setitemoptionbyindex(.@id, 2, .@vartp, .@bonus); } + */ if (BaseLevel*(REBIRTH+1) > 25) setitemoptionbyindex(.@id, 3, IOPT_WALKSPEED, rand2(-10, -5)); |