From 4d871403884cb664eb65b314dcf2e915c7414aad Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 27 Jan 2020 16:51:58 -0300 Subject: Chamomile Tea is also sold on Tulimshar (Neko only) for 300 gp each. These should take in account low level players, even if a bit expensive in the fish scale. --- npc/003-1/neko.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc') diff --git a/npc/003-1/neko.txt b/npc/003-1/neko.txt index a5818baba..104df9dd6 100644 --- a/npc/003-1/neko.txt +++ b/npc/003-1/neko.txt @@ -76,6 +76,7 @@ OnInit: sellitem Arrow, -1, rand(10000,30000); sellitem CroconutBox, rand(2650,2950), 4; sellitem EmptyBox, -1, 2; + sellitem ChamomileTea, 300, 10; .sex = G_MALE; .distance = 5; @@ -93,6 +94,7 @@ OnClock2359: restoreshopitem Arrow, rand(10000,30000); restoreshopitem CroconutBox, rand(2650,3000), 4; restoreshopitem EmptyBox, 2; + restoreshopitem ChamomileTea, 300, 10; end; // Pay your taxes! -- cgit v1.2.3-60-g2f50