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/015-3 | |
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/015-3')
-rw-r--r-- | npc/015-3/katze.txt | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/npc/015-3/katze.txt b/npc/015-3/katze.txt index 1654542c..f1433ed6 100644 --- a/npc/015-3/katze.txt +++ b/npc/015-3/katze.txt @@ -109,12 +109,12 @@ L_NeedsStuff: set Katze, 5; mes "[Katze]"; mes "\"You've been really kind to me. I can make you something nice, but I will need"; - mes "2 [snake skin]s,"; - mes "2 [snake tongue]s,"; - mes "2 [maggot slime]s,"; - mes "2 [white fur]s,"; - mes "2 [hard spike]s and"; - mes "2 [tiny healing potion]s.\""; + mes "2 Snake Skins,"; + mes "2 Snake Tongues,"; + mes "2 Maggot Slimes,"; + mes "2 White Furs,"; + mes "2 Hard Spikes and"; + mes "2 Tiny Healing Potions.\""; close; L_NeedsStuff2: @@ -137,12 +137,12 @@ L_WhatsNeeded: L_Please: mes "[Katze]"; mes "\"Alright... [the cat glares at you] it was"; - mes "2 [snake skin]s,"; - mes "2 [snake tongue]s,"; - mes "2 [maggot slime]s,"; - mes "2 [white fur]s,"; - mes "2 [hard spike]s and"; - mes "2 [tiny healing potion]s.\""; + mes "2 Snake Skins,"; + mes "2 Snake Tongues,"; + mes "2 Maggot Slimes,"; + mes "2 White Furs,"; + mes "2 Hard Spikes and"; + mes "2 Tiny Healing Potions.\""; close; L_CatChecksStuff: |