diff options
-rw-r--r-- | npc/024-16/craftsman.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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; |