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/019-1/snowman.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/019-1/snowman.txt')
-rw-r--r-- | npc/019-1/snowman.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/019-1/snowman.txt b/npc/019-1/snowman.txt index eda1e733..11831356 100644 --- a/npc/019-1/snowman.txt +++ b/npc/019-1/snowman.txt @@ -39,9 +39,9 @@ L_Need: mes "[Snowman]"; mes "\"For this special hat, I need a pint of magic and a little help."; mes "Just kidding. I would like to get some food:"; - mes "15 pieces of [Candy]"; - mes "10 [Chocolate bar]s"; - mes "5 [Cactus potion]s\""; + mes "15 pieces of Candy"; + mes "10 Chocolate Bars"; + mes "5 Cactus Potions\""; next; goto L_Menu; |