diff options
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/neko.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-1/neko.txt b/npc/003-1/neko.txt index 74aed3597..de1f5e292 100644 --- a/npc/003-1/neko.txt +++ b/npc/003-1/neko.txt @@ -67,6 +67,7 @@ OnInit: sellitem LeatherShirt, 120000, 1; sellitem ShortTankTop, 80000, 1; sellitem TrainingBow, 990, 2; + sellitem RoastedMaggot, -1, 2; sellitem Arrow, -1, rand(10000,30000); sellitem CroconutBox, rand(2650,3000), 4; @@ -79,6 +80,7 @@ OnClock2359: restoreshopitem TrainingBow, 990, 2; restoreshopitem ShortTankTop, 80000, 1; restoreshopitem Arrow, -1, rand(10000,30000); + restoreshopitem RoastedMaggot, -1, 2; restoreshopitem CroconutBox, rand(2650,3000), 4; end; |