summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-27 13:56:50 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-27 13:56:50 -0300
commit5c6d93dfbbd2b474bddc8293ce7173594485ace1 (patch)
treedba4ef8e7507790050481b85aa03c18cb0898d77
parent53094a50a9a6bd287705796cb62420361a547af6 (diff)
downloadserverdata-5c6d93dfbbd2b474bddc8293ce7173594485ace1.tar.gz
serverdata-5c6d93dfbbd2b474bddc8293ce7173594485ace1.tar.bz2
serverdata-5c6d93dfbbd2b474bddc8293ce7173594485ace1.tar.xz
serverdata-5c6d93dfbbd2b474bddc8293ce7173594485ace1.zip
Fix some oversights
-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;
}