diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-11 01:13:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-11 01:13:39 -0300 |
commit | 7128dde6f57c95658b1eda21f7a71f15f6d21fa8 (patch) | |
tree | 2cb51be3c74e11f01558fc0e80fb55ee0fa4af37 | |
parent | bdd0eb3157138e41bf0a9a2fc834eab5f294f17b (diff) | |
download | serverdata-7128dde6f57c95658b1eda21f7a71f15f6d21fa8.tar.gz serverdata-7128dde6f57c95658b1eda21f7a71f15f6d21fa8.tar.bz2 serverdata-7128dde6f57c95658b1eda21f7a71f15f6d21fa8.tar.xz serverdata-7128dde6f57c95658b1eda21f7a71f15f6d21fa8.zip |
SORRY HEAVEN
LET BULLETS BE SOLD
-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! |