From c6f3d291e86750502c26c90b0b443b043e4a7c9a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 2 Dec 2018 15:18:21 -0200 Subject: “If you don't have anything to say, make a good powerpoint” MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- npc/003-8/jhedia.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'npc/003-8') diff --git a/npc/003-8/jhedia.txt b/npc/003-8/jhedia.txt index b994bd44d..7df739dac 100644 --- a/npc/003-8/jhedia.txt +++ b/npc/003-8/jhedia.txt @@ -72,19 +72,19 @@ L_Menu: // ingot_create(Ore, Ingot, Nº of Ore, Nº of Coal, Price); switch (@menu) { case 1: - ingot_create(IronOre, IronIngot, 7, 10, 7400); + ingot_create(IronOre, IronIngot, 6, 10, 7400); break; case 2: - ingot_create(CopperOre, CopperIngot, 5, 10, 7500); + ingot_create(CopperOre, CopperIngot, 4, 10, 7500); break; case 3: - ingot_create(TinOre, TinIngot, 5, 10, 7500); + ingot_create(TinOre, TinIngot, 4, 10, 7500); break; case 4: - ingot_create(LeadOre, LeadIngot, 5, 1, 7600); + ingot_create(LeadOre, LeadIngot, 4, 1, 7600); break; case 5: - ingot_create(TitaniumOre, TitaniumIngot, 5, 10, 8000); + ingot_create(TitaniumOre, TitaniumIngot, 4, 10, 8000); break; case 6: ingot_create(IridiumOre, IridiumIngot, 4, 10, 11000); -- cgit v1.2.3-60-g2f50