diff options
Diffstat (limited to 'npc/017-1/shops.txt')
-rw-r--r-- | npc/017-1/shops.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/017-1/shops.txt b/npc/017-1/shops.txt index 64602bf32..54fbca618 100644 --- a/npc/017-1/shops.txt +++ b/npc/017-1/shops.txt @@ -26,6 +26,7 @@ OnInit: sellitem YellowDye, -1, 1; sellitem CottonCloth, -1, 3; sellitem ArrowAmmoBox, -1, 5; + sellitem Bullet, -1, 2000; end; OnClock1250: @@ -34,6 +35,7 @@ OnClock0112: restoreshopitem YellowDye, -1, 1; restoreshopitem CottonCloth, -1, 3; restoreshopitem ArrowAmmoBox, -1, 5; + restoreshopitem Bullet, -1, 2000; end; } @@ -62,6 +64,7 @@ OnInit: sellitem NoviceWand, -1, 2; restoreshopitem ArrowAmmoBox, -1, 5; restoreshopitem IronAmmoBox, -1, 2; + restoreshopitem Bullet, -1, 2000; end; OnSun0346: @@ -71,6 +74,7 @@ OnClock0848: OnClock2023: restoreshopitem ArrowAmmoBox, -1, 5; restoreshopitem IronAmmoBox, -1, 2; + restoreshopitem Bullet, -1, 2000; end; // Pay your taxes! |