From c5e76820b1605d85faf6b635dd1f9e3ce5e811ce Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Thu, 2 Jun 2011 19:12:40 -0700 Subject: Remove brackets around item names --- npc/001-1/trader.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'npc/001-1/trader.txt') 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.", -; -- cgit v1.2.3-70-g09d2