diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-8/jhedia.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/003-8/jhedia.txt b/npc/003-8/jhedia.txt index 7f206b87e..b994bd44d 100644 --- a/npc/003-8/jhedia.txt +++ b/npc/003-8/jhedia.txt @@ -72,25 +72,25 @@ L_Menu: // ingot_create(Ore, Ingot, Nº of Ore, Nº of Coal, Price); switch (@menu) { case 1: - ingot_create(IronOre, IronIngot, 7, 10, 8400); + ingot_create(IronOre, IronIngot, 7, 10, 7400); break; case 2: - ingot_create(CopperOre, CopperIngot, 5, 10, 8500); + ingot_create(CopperOre, CopperIngot, 5, 10, 7500); break; case 3: - ingot_create(TinOre, TinIngot, 5, 10, 8500); + ingot_create(TinOre, TinIngot, 5, 10, 7500); break; case 4: - ingot_create(LeadOre, LeadIngot, 5, 1, 8600); + ingot_create(LeadOre, LeadIngot, 5, 1, 7600); break; case 5: - ingot_create(TitaniumOre, TitaniumIngot, 5, 10, 9000); + ingot_create(TitaniumOre, TitaniumIngot, 5, 10, 8000); break; case 6: - ingot_create(IridiumOre, IridiumIngot, 4, 10, 12000); + ingot_create(IridiumOre, IridiumIngot, 4, 10, 11000); break; case 7: - ingot_create(PlatinumOre, PlatinumIngot, 3, 10, 18500); + ingot_create(PlatinumOre, PlatinumIngot, 3, 10, 16500); break; case 8: ingot_create(SilverOre, SilverIngot, 3, 8, 6500); |