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/009-4 | |
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/009-4')
-rw-r--r-- | npc/009-4/orum.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/npc/009-4/orum.txt b/npc/009-4/orum.txt index 9857aa80..71d26ba0 100644 --- a/npc/009-4/orum.txt +++ b/npc/009-4/orum.txt @@ -144,10 +144,10 @@ L_Start_Quest: mes "He pulls a crumpled piece of paper from his pocket, smooths it out and writes a list on it before handing it to you..";
next;
- mes "" + @B0_WISPPOWDER + " [Wisp Powder]s,";
- mes "" + @B0_POLTERGEISTPOWDER + " [Poltergeist Powder]s,";
- mes "" + @B0_SPECTREPOWDER + " [Spectre Powder]s,";
- mes "" + @B0_HARDSPIKES + " [Hard Spike]s";
+ mes "" + @B0_WISPPOWDER + " Wisp Powders,";
+ mes "" + @B0_POLTERGEISTPOWDER + " Poltergeist Powders,";
+ mes "" + @B0_SPECTREPOWDER + " Spectre Powders,";
+ mes "" + @B0_HARDSPIKES + " Hard Spikes";
next;
menu
@@ -197,10 +197,10 @@ L_List_Materials: mes "He scavenges around in his pocket for another piece of paper then writes a new list..";
next;
- mes @B0_WISPPOWDER + " [Wisp Powder]s,";
- mes @B0_POLTERGEISTPOWDER + " [Poltergeist Powder]s,";
- mes @B0_SPECTREPOWDER + " [Spectre Powder]s,";
- mes @B0_HARDSPIKES + " [Hard Spike]s";
+ mes @B0_WISPPOWDER + " Wisp Powders,";
+ mes @B0_POLTERGEISTPOWDER + " Poltergeist Powders,";
+ mes @B0_SPECTREPOWDER + " Spectre Powders,";
+ mes @B0_HARDSPIKES + " Hard Spikes";
next;
mes "[Orum]";
@@ -634,7 +634,7 @@ L_Ready_Cavern: getexp @EXP_BREAK_BARRIERS, 0;
getitem "CandleHelmet", 1;
- mes "You receive the [Candle Helmet]";
+ mes "You receive the Candle Helmet";
next;
mes "\"You've done enough here to help. I will go the rest of the way alone so that your life is not endangered.. You must promise me not to go any further!\"";
|