diff options
Diffstat (limited to 'npc/000-0-0/sailors.txt')
-rw-r--r-- | npc/000-0-0/sailors.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-0-0/sailors.txt b/npc/000-0-0/sailors.txt index 0c2d1764c..d13802f85 100644 --- a/npc/000-0-0/sailors.txt +++ b/npc/000-0-0/sailors.txt @@ -39,7 +39,7 @@ L_Step0: l("Yes, I am."), l("Actually, a tutorial would be good!"); mes ""; - if (@menu == 1) + if (@menu == 2) goto L_Begin; } TUTORIAL=false; |