summaryrefslogtreecommitdiff
path: root/npc/003-1/neko.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-1/neko.txt')
-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!