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 a5818baba..104df9dd6 100644 --- a/npc/003-1/neko.txt +++ b/npc/003-1/neko.txt @@ -76,6 +76,7 @@ OnInit: sellitem Arrow, -1, rand(10000,30000); sellitem CroconutBox, rand(2650,2950), 4; sellitem EmptyBox, -1, 2; + sellitem ChamomileTea, 300, 10; .sex = G_MALE; .distance = 5; @@ -93,6 +94,7 @@ OnClock2359: restoreshopitem Arrow, rand(10000,30000); restoreshopitem CroconutBox, rand(2650,3000), 4; restoreshopitem EmptyBox, 2; + restoreshopitem ChamomileTea, 300, 10; end; // Pay your taxes! |