diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2011-06-02 19:12:40 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2011-06-02 20:10:03 -0700 |
commit | c5e76820b1605d85faf6b635dd1f9e3ce5e811ce (patch) | |
tree | 052db8a105c3046e772bbe7e5dbce5e81579e183 /npc/021-2/jhedia.txt | |
parent | bc2c0112d83edf1d64b3d5db90ee94c72134160f (diff) | |
download | serverdata-c5e76820b1605d85faf6b635dd1f9e3ce5e811ce.tar.gz serverdata-c5e76820b1605d85faf6b635dd1f9e3ce5e811ce.tar.bz2 serverdata-c5e76820b1605d85faf6b635dd1f9e3ce5e811ce.tar.xz serverdata-c5e76820b1605d85faf6b635dd1f9e3ce5e811ce.zip |
Remove brackets around item names
Diffstat (limited to 'npc/021-2/jhedia.txt')
-rw-r--r-- | npc/021-2/jhedia.txt | 6 |
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: |