From 507f457c6da4386903876e47dd18b3420ca1c007 Mon Sep 17 00:00:00 2001 From: Fedja Beader Date: Tue, 4 Jun 2024 01:26:53 +0000 Subject: Don't double-ask when making ingots. amount=0 is the same as answering no. --- npc/003-8/jhedia.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'npc') diff --git a/npc/003-8/jhedia.txt b/npc/003-8/jhedia.txt index a9d09fe7e..3b7cc6710 100644 --- a/npc/003-8/jhedia.txt +++ b/npc/003-8/jhedia.txt @@ -25,11 +25,7 @@ mesq l("Do you want to craft @@? For that I will need @@ @@, @@ @@ and @@ gp.", getitemlink(.@prize), .@oream, getitemlink(.@basei), .@coalm, getitemlink(Coal), .@price); - askyesno(); - mes ""; - - if (@menu == ASK_NO) goto L_Menu; - + next; mesn; mesq l("How many ingots do you want to make?"); input .@amount; -- cgit v1.2.3-70-g09d2