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/032-1/miriam.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/032-1/miriam.txt')
-rw-r--r-- | npc/032-1/miriam.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/032-1/miriam.txt b/npc/032-1/miriam.txt index 5714f807..b6dac559 100644 --- a/npc/032-1/miriam.txt +++ b/npc/032-1/miriam.txt @@ -60,7 +60,7 @@ L_intro: next; mes "\"But the problem is that I wasn't expecting to be here for so long, so I will need some food and something to drink.\""; next; - mes "\"So, if you really want to prove that you are sorry, bring me 5 [Concentration Potions] and 10 [Snake Tongues].\""; + mes "\"So, if you really want to prove that you are sorry, bring me 5 Concentration Potions and 10 Snake Tongues.\""; next; menu "Ok, but those potions will not help with your mental concent...",-, @@ -114,7 +114,7 @@ L_ask3: next; mes "\"And stop asking such silly questions in the future.\""; next; - mes "\"So, if you really want to help me now, bring me 5 [Concentration Potions] and 10 [Snake Tongues].\""; + mes "\"So, if you really want to help me now, bring me 5 Concentration Potions and 10 Snake Tongues.\""; close; L_getitems: |