summaryrefslogtreecommitdiff
path: root/npc/003-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-01-27 19:58:57 -0300
committerJesusaves <cpntb1@ymail.com>2021-01-27 19:58:57 -0300
commitd391148465b5323c614ae704d2fdab0333608803 (patch)
tree0eb647a3bae612cc4b4efc58de6f9f22dc83d63b /npc/003-1
parent3e065b88bd2575ff9e8a0fd05939c7de62fabe38 (diff)
downloadserverdata-d391148465b5323c614ae704d2fdab0333608803.tar.gz
serverdata-d391148465b5323c614ae704d2fdab0333608803.tar.bz2
serverdata-d391148465b5323c614ae704d2fdab0333608803.tar.xz
serverdata-d391148465b5323c614ae704d2fdab0333608803.zip
Allow Bar Jobs to very rarely sell Jasmine Tea as well.
Yerba Mate's rarity shall be preserved.
Diffstat (limited to 'npc/003-1')
-rw-r--r--npc/003-1/neko.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1/neko.txt b/npc/003-1/neko.txt
index 75b46de88..0a887d7a8 100644
--- a/npc/003-1/neko.txt
+++ b/npc/003-1/neko.txt
@@ -75,7 +75,7 @@ OnInit:
sellitem Arrow, -1, rand(10000,30000);
sellitem CroconutBox, rand(2650,2950), 4;
sellitem EmptyBox, -1, 2;
- sellitem ChamomileTea, 350, 10;
+ sellitem ChamomileTea, getiteminfo(ChamomileTea, ITEMINFO_BUYPRICE)*15/10, 10;
.sex = G_MALE;
.distance = 5;
@@ -92,7 +92,7 @@ OnClock2359:
restoreshopitem Arrow, rand(10000,30000);
restoreshopitem CroconutBox, rand(2650,3000), 4;
restoreshopitem EmptyBox, 2;
- restoreshopitem ChamomileTea, 350, 10;
+ restoreshopitem ChamomileTea, getiteminfo(ChamomileTea, ITEMINFO_BUYPRICE)*15/10, 10;
end;
// Pay your taxes!