From 96e70e0aca4282cb3a5fd4547c13faee71749ab2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 31 Aug 2018 21:20:18 -0300 Subject: Forging System review, blame @demure for this one --- npc/012-5/nicholas.txt | 2 +- npc/017-4/pyndragon.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/012-5/nicholas.txt b/npc/012-5/nicholas.txt index 589611c77..dddeabbd8 100644 --- a/npc/012-5/nicholas.txt +++ b/npc/012-5/nicholas.txt @@ -133,7 +133,7 @@ L_Weapon: blacksmith_create(IronIngot, 8, Coal, 12, BugSlayer, 10000); break; case 5: - blacksmith_create(IronIngot, 14, Coal, 18, ShortGladius, 15000); + blacksmith_create(IronIngot, 12, Coal, 16, ShortGladius, 15000); break; } goto L_Weapon; diff --git a/npc/017-4/pyndragon.txt b/npc/017-4/pyndragon.txt index 6d125d7f3..6a6241e06 100644 --- a/npc/017-4/pyndragon.txt +++ b/npc/017-4/pyndragon.txt @@ -119,7 +119,7 @@ L_Craft: craft_gun( LeadIngot, 8, TitaniumIngot, 8, Coal, 15, PynGatling, 15000 ); goto L_Craft; case 5: - craft_gun( LeadIngot, 12, TitaniumIngot, 12, Coal, 24, PynShotgun, 60000 ); + craft_gun( LeadIngot, 12, TitaniumIngot, 12, Coal, 18, PynShotgun, 60000 ); goto L_Craft; } goto L_Menu; -- cgit v1.2.3-60-g2f50