diff options
-rw-r--r-- | npc/005-4/tolchi.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/005-4/tolchi.txt b/npc/005-4/tolchi.txt index a28f33b91..d98782938 100644 --- a/npc/005-4/tolchi.txt +++ b/npc/005-4/tolchi.txt @@ -273,6 +273,7 @@ function tolchi_tweaks { next; return; } + // TODO: Aleady slotted // Calculate price .@lv=getiteminfo(.@handle, ITEMINFO_ELV); @@ -374,6 +375,6 @@ OnInit: initnpctimer; .distance = 5; - setarray .disallow_equip, Event1HSword, Event2HSword, EventBow, EventWand, Lightbringer, DemureAxe, Tyranny, Runestaff, AegisShield, BlacksmithAxe, Dustynator; + setarray .disallow_equip, Event1HSword, Event2HSword, EventBow, EventWand, Lightbringer, DemureAxe, Tyranny, Runestaff, AegisShield, BlacksmithAxe, Dustynator, CreasedShirt, CreasedShorts; end; } |