From b0d77383b51b6539c62cf533be085a869992da51 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 8 Jun 2019 18:29:13 -0300 Subject: I only want a reorder, not to hide the option entirely... --- npc/024-16/craftsman.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc/024-16') diff --git a/npc/024-16/craftsman.txt b/npc/024-16/craftsman.txt index 32a63c5ea..740169b0c 100644 --- a/npc/024-16/craftsman.txt +++ b/npc/024-16/craftsman.txt @@ -30,10 +30,12 @@ select rif(!CRAFTING_SCORE, l("How can I complete a craft?")), rif(CRAFTING_SCORE >= calcRequisites(), l("Learn crafting for @@ GP", format_number(calcPrices())) ), + rif(CRAFTING_SCORE, l("How can I complete a craft?")), l("Nothing for now, thanks."); mes ""; switch (@menu) { case 1: + case 3: mesn; mesq l("Well, first of, you'll need an @@ and an Equipment Recipe.", getitemlink(RecipeBook)); next; -- cgit v1.2.3-60-g2f50