summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-29 15:52:41 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-29 15:52:41 -0300
commit4cfbfd726108f794cdf0fbafec0cdb7a79b9cedb (patch)
tree4554a8d6f779f6a26ed7283190d8fac90ab2e2e3 /npc
parent1dfdabe49eea2b2e315d249bf9331437de6bccaf (diff)
downloadserverdata-4cfbfd726108f794cdf0fbafec0cdb7a79b9cedb.tar.gz
serverdata-4cfbfd726108f794cdf0fbafec0cdb7a79b9cedb.tar.bz2
serverdata-4cfbfd726108f794cdf0fbafec0cdb7a79b9cedb.tar.xz
serverdata-4cfbfd726108f794cdf0fbafec0cdb7a79b9cedb.zip
If you brought spare items, Tinris won't ask you to collect again, he'll
propose the craft right away
Diffstat (limited to 'npc')
-rw-r--r--npc/003-1/tinris.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/003-1/tinris.txt b/npc/003-1/tinris.txt
index 0122611f9..6366ad74d 100644
--- a/npc/003-1/tinris.txt
+++ b/npc/003-1/tinris.txt
@@ -111,6 +111,9 @@ L_Fail:
mesn;
mesq l("Well, that could fail, I said. Here is some experience.");
next;
+ if (countitem(Plushroom) >= 3 &&
+ countitem(MaggotSlime) >= 10)
+ goto L_Craft;
mesn;
mesq l("Now go, and fetch the materials again. I'll make another fertilizer for you.");
close;