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/001-1/trader.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/001-1/trader.txt')
-rw-r--r-- | npc/001-1/trader.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/001-1/trader.txt b/npc/001-1/trader.txt index b99a0250..064597e0 100644 --- a/npc/001-1/trader.txt +++ b/npc/001-1/trader.txt @@ -66,15 +66,15 @@ L_Trade: L_Trademenu: menu - "Do you have [Iron Powder]?", L_Iron, - "How about [Sulphur Powder]?", L_Sulphur, - "I need [Medium Healing Potion]s.", L_Healpots, + "Do you have Iron Powder?", L_Iron, + "How about Sulphur Powder?", L_Sulphur, + "I need Medium Healing Potions.", L_Healpots, "I think I have everything I need, thanks.", -; close; L_Iron: mes "[Trader]"; - mes "\"I do have a few of those. I will give you 4 [Iron Powder]s for 1 [Iron Ore] and " + @Ironprice + "gp.\""; + mes "\"I do have a few of those. I will give you 4 Iron Powders for 1 Iron Ore and " + @Ironprice + "gp.\""; menu "Sure.", L_Ipowder, "What a ripoff! No way!", -; @@ -82,7 +82,7 @@ L_Iron: L_Sulphur: mes "[Trader]"; - mes "\"I can trade you 5 [Sulphur Powder]s for 1 [Pile Of Ash] and " + @Sulphurprice + "gp.\""; + mes "\"I can trade you 5 Sulphur Powders for 1 Pile of Ash and " + @Sulphurprice + "gp.\""; menu "Here you go.", L_Spowder, "Are you nuts?! Forget it!", -; @@ -90,7 +90,7 @@ L_Sulphur: L_Healpots: mes "[Trader]"; - mes "\"Healing potions are always useful, but I rarely need anything larger than the small ones. I will happily trade you 1 [Medium Healing Potion] for 3 [Small Healing Potion]s and " + @Potionprice + "gp.\""; + mes "\"Healing potions are always useful, but I rarely need anything larger than the small ones. I will happily trade you 1 Medium Healing Potion for 3 Small Healing Potions and " + @Potionprice + "gp.\""; menu "Alright.", L_Pots, "Whoa, that's way too much.", -; |