diff options
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! |