summaryrefslogtreecommitdiff
path: root/npc/021-2/jhedia.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/021-2/jhedia.txt')
-rw-r--r--npc/021-2/jhedia.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/021-2/jhedia.txt b/npc/021-2/jhedia.txt
index 2677a099..b4ec8380 100644
--- a/npc/021-2/jhedia.txt
+++ b/npc/021-2/jhedia.txt
@@ -7,7 +7,7 @@
set @Coal_Per, 10;
mes "[Jhedia]";
- mes "\"I forge [Iron Ore] into ingots. Ingots are more useful for skilled smiths, like armorers, because the ore is refined and made into useful units which can be worked with. To make ingots, I need " + @Iron_Ore_Per + " [Iron Ore] and " + @Cost_Per_Ingot + " gp per ingot. I also need " + @Coal_Per + " [Coal] for my forge.\"";
+ mes "\"I forge Iron Ore into ingots. Ingots are more useful for skilled smiths, like armorers, because the ore is refined and made into useful units which can be worked with. To make ingots, I need " + @Iron_Ore_Per + " Iron Ore and " + @Cost_Per_Ingot + " gp per ingot. I also need " + @Coal_Per + " Coal for my forge.\"";
next;
mes "[Jhedia]";
mes "\"How many ingots would you like?\"";
@@ -33,12 +33,12 @@ L_Jhedia_Bye:
L_Jhedia_NotEnough_Ore:
mes "[Jhedia]";
- mes "\"You do not seem to have enough [Iron Ore].\"";
+ mes "\"You do not seem to have enough Iron Ore.\"";
close;
L_Jhedia_NotEnough_Coal:
mes "[Jhedia]";
- mes "\"You do not seem to have enough [Coal].\"";
+ mes "\"You do not seem to have enough Coal.\"";
close;
L_Jhedia_NotEnough_Zeny: