diff options
author | TheKandiman <thekandiman@gmail.com> | 2011-02-15 00:59:19 -0500 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-03-01 17:12:43 +0100 |
commit | 6b0c7c6f86c1bf6b151882a1de5b3e629d3c9dc0 (patch) | |
tree | 8feed80b9abe41168d8454f7879a895defe76c68 /npc/009-4 | |
parent | 47ad0281abc0867bd92fb6abba14bccce8013740 (diff) | |
download | serverdata-6b0c7c6f86c1bf6b151882a1de5b3e629d3c9dc0.tar.gz serverdata-6b0c7c6f86c1bf6b151882a1de5b3e629d3c9dc0.tar.bz2 serverdata-6b0c7c6f86c1bf6b151882a1de5b3e629d3c9dc0.tar.xz serverdata-6b0c7c6f86c1bf6b151882a1de5b3e629d3c9dc0.zip |
gy inn: minor changes in item references, headless man quest
Diffstat (limited to 'npc/009-4')
-rw-r--r-- | npc/009-4/orum.txt | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/npc/009-4/orum.txt b/npc/009-4/orum.txt index 6c2681f8..9857aa80 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 Powders,";
- mes "" + @B0_POLTERGEISTPOWDER + " Poltergeist Powders,";
- mes "" + @B0_SPECTREPOWDER + " Spectre Powders,";
- mes "" + @B0_HARDSPIKES + " Hard Spikes";
+ mes "" + @B0_WISPPOWDER + " [Wisp Powder]s,";
+ mes "" + @B0_POLTERGEISTPOWDER + " [Poltergeist Powder]s,";
+ mes "" + @B0_SPECTREPOWDER + " [Spectre Powder]s,";
+ mes "" + @B0_HARDSPIKES + " [Hard Spike]s";
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 Powders,";
- mes @B0_POLTERGEISTPOWDER + " Poltergeist Powders,";
- mes @B0_SPECTREPOWDER + " Spectre Powders,";
- mes @B0_HARDSPIKES + " Hard Spikes";
+ mes @B0_WISPPOWDER + " [Wisp Powder]s,";
+ mes @B0_POLTERGEISTPOWDER + " [Poltergeist Powder]s,";
+ mes @B0_SPECTREPOWDER + " [Spectre Powder]s,";
+ mes @B0_HARDSPIKES + " [Hard Spike]s";
next;
mes "[Orum]";
@@ -427,7 +427,7 @@ L_Gather_More: mes @BT_PILESOFASH + " Piles of Sand or Ash,";
mes @BT_HERBS + " Gamboge Herbs,";
mes @BT_HERBS + " Alizarin Herbs,";
- mes @BT_HERBS + " Cobalt herbs";
+ mes @BT_HERBS + " Cobalt Herbs";
next;
menu
@@ -466,7 +466,7 @@ L_List_Materials_More: mes @BT_PILESOFASH + " Piles of Sand or Ash,";
mes @BT_HERBS + " Gamboge Herbs,";
mes @BT_HERBS + " Alizarin Herbs,";
- mes @BT_HERBS + " Cobalt herbs";
+ mes @BT_HERBS + " Cobalt Herbs";
next;
mes "[Orum]";
|