From a88bf7a2700a5d90f868348e0506d0844eb57e72 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 3 Jul 2020 12:22:46 -0300 Subject: Fix Tolchi outdated CSYS code --- npc/005-4/tolchi.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3-60-g2f50