summaryrefslogtreecommitdiff
path: root/world/map/npc/functions/slot_machine.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/functions/slot_machine.txt')
-rw-r--r--world/map/npc/functions/slot_machine.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/world/map/npc/functions/slot_machine.txt b/world/map/npc/functions/slot_machine.txt
index 5d7e1ee6..ebf72471 100644
--- a/world/map/npc/functions/slot_machine.txt
+++ b/world/map/npc/functions/slot_machine.txt
@@ -6,8 +6,7 @@ function|script|SlotMachine|,
next;
menu
"Pull", L_Play,
- "Maybe later", -;
- close;
+ "Maybe later", L_Close;
L_Play:
if(countitem("CasinoCoins") < 1)
@@ -37,4 +36,7 @@ L_Lost:
L_NoCoin:
mes "Insert coin";
close;
+
+L_Close:
+ close;
}