From 11fd15115d72dad070373336ad6eabf1d2c9521f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 27 Jan 2020 16:57:14 -0300 Subject: Chamomile Tea: 300 -> 350 gp at Tulimshar. I think that's already expensive enough --- npc/003-1/neko.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/003-1/neko.txt b/npc/003-1/neko.txt index 104df9dd6..81ba0d59d 100644 --- a/npc/003-1/neko.txt +++ b/npc/003-1/neko.txt @@ -76,7 +76,7 @@ OnInit: sellitem Arrow, -1, rand(10000,30000); sellitem CroconutBox, rand(2650,2950), 4; sellitem EmptyBox, -1, 2; - sellitem ChamomileTea, 300, 10; + sellitem ChamomileTea, 350, 10; .sex = G_MALE; .distance = 5; @@ -94,7 +94,7 @@ OnClock2359: restoreshopitem Arrow, rand(10000,30000); restoreshopitem CroconutBox, rand(2650,3000), 4; restoreshopitem EmptyBox, 2; - restoreshopitem ChamomileTea, 300, 10; + restoreshopitem ChamomileTea, 350, 10; end; // Pay your taxes! -- cgit v1.2.3-70-g09d2