diff options
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/neko.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/npc/003-1/neko.txt b/npc/003-1/neko.txt index e9338449a..7687983c9 100644 --- a/npc/003-1/neko.txt +++ b/npc/003-1/neko.txt @@ -78,16 +78,17 @@ OnInit: .distance = 5; end; +OnClock1149: OnClock2359: restoreshopitem LeatherShirt, 12000, 1; - restoreshopitem TrainingBow, 990, 2; restoreshopitem ShortTankTop, 8000, 1; + restoreshopitem TrainingBow, 990, 2; + restoreshopitem CottonCloth, 3; + restoreshopitem RoastedMaggot, 2; restoreshopitem ArrowAmmoBox,rand(5,10); restoreshopitem Arrow, rand(10000,30000); - restoreshopitem CottonCloth, -1, 3; - restoreshopitem RoastedMaggot, -1, 2; restoreshopitem CroconutBox, rand(2650,3000), 4; - restoreshopitem EmptyBox, -1, 2; + restoreshopitem EmptyBox, 2; end; } |