diff options
-rw-r--r-- | npc/014-4/thorn.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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."); |