diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-08 18:29:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-08 18:29:13 -0300 |
commit | b0d77383b51b6539c62cf533be085a869992da51 (patch) | |
tree | 0f3df1258db37ae8feb4c2fd1e504b4fd2cf5ad9 | |
parent | 9567599ab3c4dfde1e5d1f48cf91bee19dfa3ba0 (diff) | |
download | serverdata-b0d77383b51b6539c62cf533be085a869992da51.tar.gz serverdata-b0d77383b51b6539c62cf533be085a869992da51.tar.bz2 serverdata-b0d77383b51b6539c62cf533be085a869992da51.tar.xz serverdata-b0d77383b51b6539c62cf533be085a869992da51.zip |
I only want a reorder, not to hide the option entirely...
-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; |