summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/000-0/sailors.txt2
-rw-r--r--npc/024-16/craftsman.txt2
-rw-r--r--npc/029-0/event.txt2
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;
}