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/chest.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'world/map/npc/002-4/chest.txt') diff --git a/world/map/npc/002-4/chest.txt b/world/map/npc/002-4/chest.txt index e9efe1c0..c2fec840 100644 --- a/world/map/npc/002-4/chest.txt +++ b/world/map/npc/002-4/chest.txt @@ -17,7 +17,7 @@ "No.", L_Close; L_Yes: - if(countitem("TreasureKey") < 3) + if (countitem("TreasureKey") < 3) goto L_Not_Enough; getinventorylist; if (@inventorylist_count == 100 && countitem("TreasureKey") > 3) -- cgit v1.2.3-60-g2f50