diff options
-rw-r--r-- | npc/003-1/tinris.txt | 3 |
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; |