summaryrefslogtreecommitdiff
path: root/world/map/npc/013-3/sword_chest.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/013-3/sword_chest.txt')
-rw-r--r--world/map/npc/013-3/sword_chest.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/world/map/npc/013-3/sword_chest.txt b/world/map/npc/013-3/sword_chest.txt
index 1bd579e8..14aaffec 100644
--- a/world/map/npc/013-3/sword_chest.txt
+++ b/world/map/npc/013-3/sword_chest.txt
@@ -10,8 +10,7 @@
next;
menu
"Yes.", L_Yes,
- "No.", -;
- close;
+ "No.", L_Close;
L_Yes:
if(countitem("TreasureKey") < 10)
@@ -40,4 +39,7 @@ L_TooMany:
mes "[Chest]";
mes "You don't have room for what ever is inside. Maybe you should try again later.";
close;
+
+L_Close:
+ close;
}