From b7523649ecd653af8e800c6aac385cb3b81de17a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 17 Aug 2019 17:30:56 -0300 Subject: Thorn: Give at least enough Shadow Herb to do Audsbel Quest '-' --- npc/014-4/thorn.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/014-4') diff --git a/npc/014-4/thorn.txt b/npc/014-4/thorn.txt index e14b13956..6a06704df 100644 --- a/npc/014-4/thorn.txt +++ b/npc/014-4/thorn.txt @@ -36,11 +36,11 @@ L_Main: next; mesc l("Give him the materials he asked for?"); if (askyesno() == ASK_YES) { - inventoryplace ShadowHerb, 8, ArtichokeHerb, 12; + inventoryplace ShadowHerb, 20, ArtichokeHerb, 20; if (!transcheck(Root, 12, Acorn, 35)) close; - getitem ShadowHerb, 8; - getitem ArtichokeHerb, 12; + getitem ShadowHerb, 20; + getitem ArtichokeHerb, 20; getexp 600, 120; // Reference: Level 20 mesn; mesq l("Thanks for helping me out. I know this is nothing, but please accept these herbs I've collected."); -- cgit v1.2.3-70-g09d2