diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-27 13:56:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-27 13:56:50 -0300 |
commit | 5c6d93dfbbd2b474bddc8293ce7173594485ace1 (patch) | |
tree | dba4ef8e7507790050481b85aa03c18cb0898d77 /npc/024-16 | |
parent | 53094a50a9a6bd287705796cb62420361a547af6 (diff) | |
download | serverdata-5c6d93dfbbd2b474bddc8293ce7173594485ace1.tar.gz serverdata-5c6d93dfbbd2b474bddc8293ce7173594485ace1.tar.bz2 serverdata-5c6d93dfbbd2b474bddc8293ce7173594485ace1.tar.xz serverdata-5c6d93dfbbd2b474bddc8293ce7173594485ace1.zip |
Fix some oversights
Diffstat (limited to 'npc/024-16')
-rw-r--r-- | npc/024-16/craftsman.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/024-16/craftsman.txt b/npc/024-16/craftsman.txt index e8cceb82c..961161ec6 100644 --- a/npc/024-16/craftsman.txt +++ b/npc/024-16/craftsman.txt @@ -45,7 +45,7 @@ mesn; mesq l("Well, first of, you'll need an @@ and an Equipment Recipe.", getitemlink(RecipeBook)); next; - if (!countitem(RecipeBook)) { + if (!countitem(RecipeBook) && !countitem(JesusalvaGrimorium)) { mesn; mesq l("If you don't have the recipe book, you'll need to find one... Maybe someone in a household you've already helped is willing to give you one."); next; |