summaryrefslogtreecommitdiff
path: root/world/map/npc/022-1/ferry_master.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/022-1/ferry_master.txt')
-rw-r--r--world/map/npc/022-1/ferry_master.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/world/map/npc/022-1/ferry_master.txt b/world/map/npc/022-1/ferry_master.txt
index a4ad69ba..099c75cc 100644
--- a/world/map/npc/022-1/ferry_master.txt
+++ b/world/map/npc/022-1/ferry_master.txt
@@ -7,11 +7,13 @@
next;
menu
"How do I use the ferry?", L_Explain,
- "Nothing I guess", -;
- close;
+ "Nothing I guess", L_Close;
L_Explain:
mes "[Ferry Master]";
mes "\"You'll step up on the dock and select your destination. Each destination has an associated price that you need to pay. You don't have to go anywhere. Choosing the current port will result in nothing.\"";
+ goto L_Close;
+
+L_Close:
close;
}