summaryrefslogtreecommitdiff
path: root/npc/001-1/trader.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1/trader.txt')
-rw-r--r--npc/001-1/trader.txt12
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.", -;