diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-21 17:19:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-21 17:19:20 -0300 |
commit | 25f9862ca7a1dfa49b8b736fffca56b57c32bcac (patch) | |
tree | 456a5c2c063c29a3fbfd04f84959587d3dff80ff /npc/017-1/shops.txt | |
parent | 8680a9bd2f5a92cb41fb8b94b001c651daa66211 (diff) | |
download | serverdata-25f9862ca7a1dfa49b8b736fffca56b57c32bcac.tar.gz serverdata-25f9862ca7a1dfa49b8b736fffca56b57c32bcac.tar.bz2 serverdata-25f9862ca7a1dfa49b8b736fffca56b57c32bcac.tar.xz serverdata-25f9862ca7a1dfa49b8b736fffca56b57c32bcac.zip |
Increase bullet stock at Drueme to 5000
Diffstat (limited to 'npc/017-1/shops.txt')
-rw-r--r-- | npc/017-1/shops.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/017-1/shops.txt b/npc/017-1/shops.txt index 16f99b65c..2cf527f86 100644 --- a/npc/017-1/shops.txt +++ b/npc/017-1/shops.txt @@ -45,7 +45,7 @@ OnClock0112: } // Anagram for 'Demure'. -// Sells wands (therefore, not demure, who plays speed-melee, unless she have a secret shop quest) +// Sells wands and ammo (therefore, not demure, who plays speed-melee, unless she have a secret shop quest) 017-1,135,185,0 script Drueme NPC_F_SHOPKEEPER,{ npcshopattach(.name$); shop .name$; @@ -68,7 +68,7 @@ OnInit: sellitem NoviceWand, -1, 2; restoreshopitem ArrowAmmoBox, -1, 5; restoreshopitem IronAmmoBox, -1, 2; - restoreshopitem Bullet, -1, 2000; + restoreshopitem Bullet, -1, 5000; end; OnSun0346: @@ -78,7 +78,7 @@ OnClock0848: OnClock2023: restoreshopitem ArrowAmmoBox, -1, 5; restoreshopitem IronAmmoBox, -1, 2; - restoreshopitem Bullet, -1, 2000; + restoreshopitem Bullet, -1, 5000; end; // Pay your taxes! |