summaryrefslogtreecommitdiff
path: root/npc/003-1/tinris.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-09 16:33:53 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-09 16:33:53 -0300
commit449b0e7600447d924b279e4f8c98ede336ff2d40 (patch)
tree44a4de6ae0fabb3c5038a15d6052eb3865dceb10 /npc/003-1/tinris.txt
parentcd8d4b1533eb9db9215c8f6b5aa7d33a5a149205 (diff)
downloadserverdata-449b0e7600447d924b279e4f8c98ede336ff2d40.tar.gz
serverdata-449b0e7600447d924b279e4f8c98ede336ff2d40.tar.bz2
serverdata-449b0e7600447d924b279e4f8c98ede336ff2d40.tar.xz
serverdata-449b0e7600447d924b279e4f8c98ede336ff2d40.zip
Lower amount of Maggot Slime needed for Tinris fertilizer from 10 to 9.
Diffstat (limited to 'npc/003-1/tinris.txt')
-rw-r--r--npc/003-1/tinris.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/003-1/tinris.txt b/npc/003-1/tinris.txt
index 7f4c0f433..ce759981f 100644
--- a/npc/003-1/tinris.txt
+++ b/npc/003-1/tinris.txt
@@ -81,7 +81,7 @@ L_Craft:
mesq l("This fertilizer is projected to protect the plants from plagues, bugs, scorpions and maggots, trying to not be a plague itself.");
next;
mesn;
- mesq l("That's very, very risky. I need 3 @@ and 10 @@ to make a Potion to you, and I won't warrant it will work.", getitemlink(Plushroom), getitemlink(MaggotSlime));
+ mesq l("That's very, very risky. I need @@ @@ and @@ @@ to make a Potion to you, and I won't warrant it will work.", 3, getitemlink(Plushroom), 9, getitemlink(MaggotSlime));
next;
mesn;
mesq l("Give that to whoever needs them, and see if it works. Then come tell me the result. Do you have the reagents?");
@@ -90,11 +90,11 @@ L_Craft:
mes "";
if (countitem(Plushroom) < 3||
- countitem(MaggotSlime) < 10)
+ countitem(MaggotSlime) < 9)
goto L_Lying;
delitem Plushroom, 3;
- delitem MaggotSlime, 10;
+ delitem MaggotSlime, 9;
setq1 TulimsharQuest_AnwarField, 5;
mesn;
@@ -112,7 +112,7 @@ L_Fail:
mesq l("Well, that could fail, I said. Here is some experience.");
next;
if (countitem(Plushroom) >= 3 &&
- countitem(MaggotSlime) >= 10)
+ countitem(MaggotSlime) >= 9)
goto L_Craft;
mesn;
mesq l("Now go, and fetch the materials again. I'll make another fertilizer for you.");