diff options
Diffstat (limited to 'npc/017-4/pihro.txt')
-rw-r--r-- | npc/017-4/pihro.txt | 6 |
1 files changed, 5 insertions, 1 deletions
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; |