From d9c7d5f194330a798032011b74876c6961a5805f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 16 Apr 2019 22:32:53 -0300 Subject: Hotfix --- npc/002-2/doors.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'npc/002-2') 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; -- cgit v1.2.3-70-g09d2