diff options
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/ninathetraveler.txt | 4 | ||||
-rw-r--r-- | npc/003-1/shop.txt | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/npc/003-1/ninathetraveler.txt b/npc/003-1/ninathetraveler.txt index d08ccde83..5ac94fac7 100644 --- a/npc/003-1/ninathetraveler.txt +++ b/npc/003-1/ninathetraveler.txt @@ -149,8 +149,8 @@ OnInit: OnClock0000: OnClock1200: - restoreshopitem CherryCake, 3; - restoreshopitem ChocolateMouboo, 2; + restoreshopitem CherryCake, 300, 3; + restoreshopitem ChocolateMouboo, 5000, 2; end; } diff --git a/npc/003-1/shop.txt b/npc/003-1/shop.txt index 16a44d674..41c3c0856 100644 --- a/npc/003-1/shop.txt +++ b/npc/003-1/shop.txt @@ -22,11 +22,11 @@ OnClock0621: OnClock1210: OnClock1757: OnClock0000: - restoreshopitem YellowCottonDye, 2; - restoreshopitem Knife, 5; - restoreshopitem Arrow, 30000; - restoreshopitem DesertHat, 8; - restoreshopitem SilkRobe, 1; - restoreshopitem Bread, 15; + restoreshopitem YellowCottonDye, -1, 2; + restoreshopitem Knife, -1, 5; + restoreshopitem Arrow, -1, 30000; + restoreshopitem DesertHat, -1, 8; + restoreshopitem SilkRobe, -1, 1; + restoreshopitem Bread, -1, 15; } |