From 4cfbfd726108f794cdf0fbafec0cdb7a79b9cedb Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 29 Jun 2018 15:52:41 -0300 Subject: If you brought spare items, Tinris won't ask you to collect again, he'll propose the craft right away --- npc/003-1/tinris.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'npc/003-1/tinris.txt') 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; -- cgit v1.2.3-60-g2f50