diff options
-rw-r--r-- | world/map/npc/functions/ferry.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/functions/ferry.txt b/world/map/npc/functions/ferry.txt index 8cc6de47..829b5f2f 100644 --- a/world/map/npc/functions/ferry.txt +++ b/world/map/npc/functions/ferry.txt @@ -139,8 +139,8 @@ function|script|BoardCandorFerry { mes "Board the ferry?"; menu - "yes.", L_Board, - "no.", L_Return; + "Yes.", L_Board, + "No.", L_Return; L_Board: if (BaseLevel < 40) goto L_TooYoung; |