diff options
Diffstat (limited to 'npc/003-1/neko.txt')
-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 57f83fe51..0ad147e4e 100644 --- a/npc/003-1/neko.txt +++ b/npc/003-1/neko.txt @@ -70,6 +70,7 @@ OnInit: sellitem RoastedMaggot, -1, 2; sellitem Arrow, -1, rand(10000,30000); sellitem CroconutBox, rand(2650,2950), 4; + sellitem EmptyBox, -1, 2; .sex = G_MALE; .distance = 5; @@ -82,6 +83,7 @@ OnClock2359: restoreshopitem Arrow, -1, rand(10000,30000); restoreshopitem RoastedMaggot, -1, 2; restoreshopitem CroconutBox, rand(2650,3000), 4; + restoreshopitem EmptyBox, -1, 2; end; } |