From 8f709ee729cd93f27f6d3f69c0168ebab86a39e6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 23 May 2021 22:05:25 +0000 Subject: Apply 2 suggestion(s) to 1 file(s) --- npc/015-1/lexi.txt | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/npc/015-1/lexi.txt b/npc/015-1/lexi.txt index 4295d9444..032938415 100644 --- a/npc/015-1/lexi.txt +++ b/npc/015-1/lexi.txt @@ -63,7 +63,7 @@ L_Menu: next; goto L_Offer; case 5: - goto L_Quit; + close; } L_Offer: @@ -84,12 +84,7 @@ L_Offer: goto L_Dye; L_Dye: - select - l("Yes."), - l("No."); - - mes ""; - if (@menu == 2) + if (askyesno() == ASK_NO) goto L_Quit; if (countitem(BottleOfSewerWater) >= 1 && -- cgit v1.2.3-60-g2f50