diff options
Diffstat (limited to 'npc/017-4/pihro.txt')
-rw-r--r-- | npc/017-4/pihro.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/017-4/pihro.txt b/npc/017-4/pihro.txt index 054fccc9b..b64ceb625 100644 --- a/npc/017-4/pihro.txt +++ b/npc/017-4/pihro.txt @@ -87,7 +87,7 @@ L_Craft: craft_ammo(SacredBullet, 200, 1, WhiteFur, 5); goto L_Craft; case 4: - craft_ammo(ExplosiveArrow, 200, 1, SulfurPowder, 5, WoodenLog, 3); + craft_ammo(ExplosiveArrow, 300, 1, SulfurPowder, 5, WoodenLog, 3); goto L_Craft; } close; |