From 753ed3725823fd66d2fe674e4048bceedfe58912 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 17 Jul 2019 18:50:08 -0300 Subject: Pihro now makes Explosive Arrow, but mind you, it is EXPENSIVE --- npc/017-4/pihro.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/npc/017-4/pihro.txt b/npc/017-4/pihro.txt index 5bec27b9a..054fccc9b 100644 --- a/npc/017-4/pihro.txt +++ b/npc/017-4/pihro.txt @@ -75,7 +75,8 @@ L_Craft: select l("Nothing, sorry."), l("Normal Bullet"), - l("Sacred Bullet"); + l("Sacred Bullet"), + l("Explosive ARROW"); switch (@menu) { case 2: @@ -85,6 +86,9 @@ L_Craft: case 3: craft_ammo(SacredBullet, 200, 1, WhiteFur, 5); goto L_Craft; + case 4: + craft_ammo(ExplosiveArrow, 200, 1, SulfurPowder, 5, WoodenLog, 3); + goto L_Craft; } close; -- cgit v1.2.3-60-g2f50