diff options
Diffstat (limited to 'npc/005-4/tolchi.txt')
-rw-r--r-- | npc/005-4/tolchi.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/005-4/tolchi.txt b/npc/005-4/tolchi.txt index 8ebccd91d..90c34e78b 100644 --- a/npc/005-4/tolchi.txt +++ b/npc/005-4/tolchi.txt @@ -303,9 +303,9 @@ function tolchi_tweaks { setarray @csys_attr, 0, IOPT_RICHNESS, 11, IOPT_EXPGAIN, 9, - IOPT_CRITDMG, 21, - VAR_HPACCELERATION, 32, - VAR_MAXHPAMOUNT, 37; + IOPT_CRITDMG, 11, + VAR_HPACCELERATION, 37, + VAR_MAXHPAMOUNT, 42; // Armor fix if (getiteminfo(.@handle, ITEMINFO_TYPE) == IT_ARMOR) { |