From 25f9862ca7a1dfa49b8b736fffca56b57c32bcac Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 21 Mar 2021 17:19:20 -0300 Subject: Increase bullet stock at Drueme to 5000 --- npc/017-1/shops.txt | 6 +++--- 1 file 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! -- cgit v1.2.3-60-g2f50