From 91160549a5206f10da5fa54af69b1098ef38f67f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 29 May 2018 09:29:45 -0300 Subject: Jhedia should, in theory, be now capable to forge Gold Pieces for you \o/ It's easier to get them dropped by a bandit though. --- npc/003-8/jhedia.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'npc/003-8/jhedia.txt') diff --git a/npc/003-8/jhedia.txt b/npc/003-8/jhedia.txt index 3a8d3c1ee..3f8e21813 100644 --- a/npc/003-8/jhedia.txt +++ b/npc/003-8/jhedia.txt @@ -57,12 +57,21 @@ L_Menu: next; select l("Iron Ingot"), + l("Gold Ingot"), + l("Gold Pieces"), l("Nothing, thanks."); + // ingot_create(Ore, Ingot, Nº of Ore, Nº of Coal, Price); switch (@menu) { case 1: ingot_create(IronOre, IronIngot, 7, 11, 8500); break; + case 2: + ingot_create(GoldOre, GoldIngot, 3, 10, 8500); + break; + case 3: + ingot_create(GoldOre, GoldPieces, 1, 20, 11000); + break; default: goto L_Close; break; -- cgit v1.2.3-60-g2f50