diff options
Diffstat (limited to 'npc/015-1')
-rw-r--r-- | npc/015-1/lexi.txt | 9 |
1 files 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 && |