diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-27 16:57:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-27 16:57:14 -0300 |
commit | 11fd15115d72dad070373336ad6eabf1d2c9521f (patch) | |
tree | f99d93c6d3af9ffaa00906d082faa8213b57c310 /npc/003-1 | |
parent | 4e99bc98c5cecf2f37d0b9bf9f7e8072549f49d7 (diff) | |
download | serverdata-11fd15115d72dad070373336ad6eabf1d2c9521f.tar.gz serverdata-11fd15115d72dad070373336ad6eabf1d2c9521f.tar.bz2 serverdata-11fd15115d72dad070373336ad6eabf1d2c9521f.tar.xz serverdata-11fd15115d72dad070373336ad6eabf1d2c9521f.zip |
Chamomile Tea: 300 -> 350 gp at Tulimshar.
I think that's already expensive enough
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/neko.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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! |