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, 3 insertions, 1 deletions
diff --git a/npc/003-1/neko.txt b/npc/003-1/neko.txt
index 0ad147e4e..8f1829d70 100644
--- a/npc/003-1/neko.txt
+++ b/npc/003-1/neko.txt
@@ -68,6 +68,7 @@ OnInit:
sellitem ShortTankTop, 8000, 1;
sellitem TrainingBow, 990, 2;
sellitem RoastedMaggot, -1, 2;
+ sellitem ArrowAmmoBox,-1,rand(5,10);
sellitem Arrow, -1, rand(10000,30000);
sellitem CroconutBox, rand(2650,2950), 4;
sellitem EmptyBox, -1, 2;
@@ -80,7 +81,8 @@ OnClock2359:
restoreshopitem LeatherShirt, 120000, 1;
restoreshopitem TrainingBow, 990, 2;
restoreshopitem ShortTankTop, 8000, 1;
- restoreshopitem Arrow, -1, rand(10000,30000);
+ restoreshopitem ArrowAmmoBox,rand(5,10);
+ restoreshopitem Arrow, rand(10000,30000);
restoreshopitem RoastedMaggot, -1, 2;
restoreshopitem CroconutBox, rand(2650,3000), 4;
restoreshopitem EmptyBox, -1, 2;