diff options
Diffstat (limited to 'npc/002-2')
-rw-r--r-- | npc/002-2/doors.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/npc/002-2/doors.txt b/npc/002-2/doors.txt index 0d0760dd6..89868652a 100644 --- a/npc/002-2/doors.txt +++ b/npc/002-2/doors.txt @@ -23,9 +23,8 @@ L_Warn: mesc l("There are still some monsters left! Do you want to abort the quest?"); next; - menu - l("Yes."), L_Warp, - l("No."), -; + if (askyesno() == ASK_YES) + goto L_Warp; slide 33, 25; closeclientdialog; |