diff options
Diffstat (limited to 'npc/005-4/tolchi.txt')
-rw-r--r-- | npc/005-4/tolchi.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/005-4/tolchi.txt b/npc/005-4/tolchi.txt index 0ff4b791b..8b1c749dd 100644 --- a/npc/005-4/tolchi.txt +++ b/npc/005-4/tolchi.txt @@ -309,8 +309,10 @@ function tolchi_tweaks { // Armor fix if (getiteminfo(.@handle, ITEMINFO_TYPE) == IT_ARMOR) { - csys_ArmorFix(); + csys_ArmorFix(.@handle); .@lv=max(1, .@lv/4); + } else { + csys_WeaponFix(.@handle); } // Select a bonus and purge it |