From af1a429e042f2707aa569960530ead125226d2cb Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Mon, 11 Feb 2013 23:37:27 -0800 Subject: o11c's review of the inner mine --- world/map/npc/002-4/miners.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'world/map/npc/002-4/miners.txt') diff --git a/world/map/npc/002-4/miners.txt b/world/map/npc/002-4/miners.txt index e66d19de..401a7bbc 100644 --- a/world/map/npc/002-4/miners.txt +++ b/world/map/npc/002-4/miners.txt @@ -36,10 +36,10 @@ L_Sema_Yes: goto L_Close; L_Sema_Happy: - if (countitem ("Iten") < 1) + if (countitem("Iten") < 1) goto L_Sema_Not_Happy; getinventorylist; - if (@inventorylist_count - (countitem ("Iten") == 1) > 99) + if (@inventorylist_count - (countitem("Iten") == 1) > 99) goto L_Sema_TooMany; delitem "Iten", 1; getitem "DesertShirt", 1; -- cgit v1.2.3-60-g2f50