From de8bd6efdc47ca624c944346a1aa37916924f7d0 Mon Sep 17 00:00:00 2001 From: Wombat Date: Mon, 23 Aug 2010 23:45:23 -0400 Subject: News update, Bug fixes, Monster Drop Changes for Gems fixed a few things from previous git commits on branch, updated news --- npc/001-1_Tulimshar/sandra.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/001-1_Tulimshar/sandra.txt') diff --git a/npc/001-1_Tulimshar/sandra.txt b/npc/001-1_Tulimshar/sandra.txt index 29f92b28..d3347259 100644 --- a/npc/001-1_Tulimshar/sandra.txt +++ b/npc/001-1_Tulimshar/sandra.txt @@ -82,7 +82,7 @@ L_Progress: mes "\"Excellent!"; mes "You brought me 5 [Scorpion Stinger]s!\""; getinventorylist; - if ((@inventorylist_count - (countitem("ScorpionStinger") == 5) - (countitem("Arrow") == 0) > 99)) goto L_TooMany; + if (@inventorylist_count == 100 && countitem(ScorpionStinger) > 5) goto L_TooMany; delitem "ScorpionStinger", 5; getitem "Bow", 1; getitem "Arrow", 100; -- cgit v1.2.3-70-g09d2