From 5c6d93dfbbd2b474bddc8293ce7173594485ace1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 27 Dec 2021 13:56:50 -0300 Subject: Fix some oversights --- npc/000-0/sailors.txt | 2 +- npc/024-16/craftsman.txt | 2 +- npc/029-0/event.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt index c69e52ae2..65d06a73b 100644 --- a/npc/000-0/sailors.txt +++ b/npc/000-0/sailors.txt @@ -253,7 +253,7 @@ OnForceReset: getitembound InsuranceContract, 1, 4; getitembound Wurtzite, 6, 4; getitembound MercCard_AndreiSakar, 1, 4; - getitembound RecipeBook, 1, 4; + getitembound RecipeBook, 1, 1; getitembound Bread, 10, 4; percentheal 100,100; LOCATION$ = "Artis"; 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; diff --git a/npc/029-0/event.txt b/npc/029-0/event.txt index e2e671100..08a40d2e8 100644 --- a/npc/029-0/event.txt +++ b/npc/029-0/event.txt @@ -313,7 +313,7 @@ L_PowerUp: // Crafting if (!CRAFTQUEST) { sk_lvup(TMW2_CRAFT); - getitembound RecipeBook, 1, 4; + getitembound RecipeBook, 1, 1; CRAFTQUEST=true; } -- cgit v1.2.3-60-g2f50