summaryrefslogtreecommitdiff
path: root/npc/003-8/jhedia.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-8/jhedia.txt')
-rw-r--r--npc/003-8/jhedia.txt10
1 files changed, 5 insertions, 5 deletions
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);