From 2d406c910acdd4c6dda22794d29e114fe2ff9b0a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 12 Jul 2018 03:00:44 -0300 Subject: Lead Ingots can be forged --- npc/003-8/jhedia.txt | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'npc') diff --git a/npc/003-8/jhedia.txt b/npc/003-8/jhedia.txt index 6c62261f1..4a281f10b 100644 --- a/npc/003-8/jhedia.txt +++ b/npc/003-8/jhedia.txt @@ -60,6 +60,7 @@ L_Menu: l("Iron Ingot"), l("Copper Ingot"), l("Tin Ingot"), + l("Lead Ingot"), l("Titanium Ingot"), l("Iridium Ingot"), l("Platinum Ingot"), @@ -80,21 +81,24 @@ L_Menu: ingot_create(TinOre, TinIngot, 5, 10, 8500); break; case 4: - ingot_create(TitaniumOre, TitaniumIngot, 5, 10, 9000); + ingot_create(LeadOre, LeadIngot, 5, 1, 8600); break; case 5: - ingot_create(IridiumOre, IridiumIngot, 4, 10, 12000); + ingot_create(TitaniumOre, TitaniumIngot, 5, 10, 9000); break; case 6: - ingot_create(PlatinumOre, PlatinumIngot, 3, 10, 18500); + ingot_create(IridiumOre, IridiumIngot, 4, 10, 12000); break; case 7: - ingot_create(SilverOre, SilverIngot, 3, 8, 6500); + ingot_create(PlatinumOre, PlatinumIngot, 3, 10, 18500); break; case 8: - ingot_create(GoldOre, GoldIngot, 3, 10, 8500); + ingot_create(SilverOre, SilverIngot, 3, 8, 6500); break; case 9: + ingot_create(GoldOre, GoldIngot, 3, 10, 8500); + break; + case 10: ingot_create(GoldOre, GoldPieces, 1, 20, 11000); break; default: -- cgit v1.2.3-60-g2f50