From c61679fe97d376f5b30ca461203af91d359c8353 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 26 May 2020 23:19:53 -0300 Subject: Exclude Creased Shirt and Creased Short from Tolchi. I mean, they are easy to get by skipping Tutorial. --- npc/005-4/tolchi.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/005-4') 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; } -- cgit v1.2.3-70-g09d2