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/027-2/headless_man.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/027-2/headless_man.txt')
-rw-r--r-- | npc/027-2/headless_man.txt | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/npc/027-2/headless_man.txt b/npc/027-2/headless_man.txt index b777e07d..5e7454ca 100644 --- a/npc/027-2/headless_man.txt +++ b/npc/027-2/headless_man.txt @@ -68,18 +68,18 @@ L_Quest_start: mes "[Thurstan]"; mes "\"Great! I will need the following things.\""; - mes "\"" + @Wisp_Powder + " [Wisp Powder],\""; - mes "\"" + @Polt_Powder + " [Poltergeist Powder],\""; - mes "\"" + @Spec_Powder + " [Spectre Powder],\""; - mes "\"" + @Iron_Pot + " [Iron Potion],\""; - mes "\"" + @Conc_Pot + " [Concentration Potion],\""; - mes "\"" + @Red_Dye + " vials of [Red Dye],\""; - mes "\"" + @Yellow_Dye + " vials of [Yellow Dye],\""; + mes "\"" + @Wisp_Powder + " Wisp Powder,\""; + mes "\"" + @Polt_Powder + " Poltergeist Powder,\""; + mes "\"" + @Spec_Powder + " Spectre Powder,\""; + mes "\"" + @Iron_Pot + " Iron Potion,\""; + mes "\"" + @Conc_Pot + " Concentration Potion,\""; + mes "\"" + @Red_Dye + " vials of Red Dye,\""; + mes "\"" + @Yellow_Dye + " vials of Yellow Dye,\""; mes "\"and...\""; - mes "\"" + @LB_Dye + " vials of [Light Blue Dye],\""; + mes "\"" + @LB_Dye + " vials of Light Blue Dye,\""; next; mes "[Thurstan]"; - mes "\"My friend also said that I should use a metal bowl instead of a wooden one. I don't have one and I think a cauldron from the kitchen would be too big. Perhaps we could use an [Infantry Helmet] to serve that task.\""; + mes "\"My friend also said that I should use a metal bowl instead of a wooden one. I don't have one and I think a cauldron from the kitchen would be too big. Perhaps we could use an Infantry Helmet to serve that task.\""; next; mes "[Thurstan]"; mes "\"I know it probably doesn't seem like that much to you, but it is a really big deal for me. I will try to find something to compensate you for your efforts.\""; @@ -159,15 +159,15 @@ L_Quest_notenough: L_Quest_items: mes "[Thurstan]"; - mes "\"" + @Wisp_Powder + " [Wisp Powder],\""; - mes "\"" + @Polt_Powder + " [Poltergeist Powder],\""; - mes "\"" + @Spec_Powder + " [Spectre Powder],\""; - mes "\"" + @Iron_Pot + " [Iron Potion],\""; - mes "\"" + @Conc_Pot + " [Concentration Potion],\""; - mes "\"" + @Red_Dye + " vials of [Red Dye],\""; - mes "\"" + @Yellow_Dye + " vials of [Yellow Dye],\""; - mes "\"" + @LB_Dye + " vials of [Light Blue Dye],\""; - mes "\"We'll also need 1 [Infantry Helmet] to use as a bowl for mixing everything together.\""; + mes "\"" + @Wisp_Powder + " Wisp Powder,\""; + mes "\"" + @Polt_Powder + " Poltergeist Powder,\""; + mes "\"" + @Spec_Powder + " Spectre Powder,\""; + mes "\"" + @Iron_Pot + " Iron Potion,\""; + mes "\"" + @Conc_Pot + " Concentration Potion,\""; + mes "\"" + @Red_Dye + " vials of Red Dye,\""; + mes "\"" + @Yellow_Dye + " vials of Yellow Dye,\""; + mes "\"" + @LB_Dye + " vials of Light Blue Dye,\""; + mes "\"We'll also need 1 Infantry Helmet to use as a bowl for mixing everything together.\""; close; L_Quest_finished: |