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/011-1/alchemist.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/011-1/alchemist.txt')
-rw-r--r-- | npc/011-1/alchemist.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/011-1/alchemist.txt b/npc/011-1/alchemist.txt index bb7ef734..4031db1e 100644 --- a/npc/011-1/alchemist.txt +++ b/npc/011-1/alchemist.txt @@ -280,7 +280,7 @@ L_mana_potion_toomuch: L_mana_potion_lacking: mes "[Rauk the Alchemist]"; - mes "\"Sorry, but I need one [pearl], one [bottle of water], 30 [mauve leaves], 20 [gamboge leaves], and five piles of [volcanic ash].\""; + mes "\"Sorry, but I need one Pearl, one Bottle of Water, 30 Mauve Leaves, 20 Gamboge Leaves, and five Piles of Ash.\""; next; goto L_main_menu; @@ -307,11 +307,11 @@ L_concentration: close; L_no_iron: - mes "\"You have to bring me 2 [small mushrooms].\""; + mes "\"You have to bring me 2 Small Mushrooms.\""; close; L_no_concentration: - mes "\"You have to bring me 2 [pink petals].\""; + mes "\"You have to bring me 2 Pink Petals.\""; close; L_dyeing_intro: |