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/006-1 | |
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/006-1')
-rw-r--r-- | npc/006-1/pachua.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/006-1/pachua.txt b/npc/006-1/pachua.txt index a827205f..c7bd1855 100644 --- a/npc/006-1/pachua.txt +++ b/npc/006-1/pachua.txt @@ -275,7 +275,7 @@ L_MakeBasket: L_EasterNotEnough: mes "[Chief Pachua]"; mes ""; - mes "\"You do not have enough [Reed Bundle]s for me to work with.\""; + mes "\"You do not have enough Reed Bundles for me to work with.\""; mes "\"Go gather more.\""; close; @@ -292,13 +292,13 @@ L_EasterEnough: mes "He skillfully soaks the reeds you brought him,"; mes "then swiftly weaves them into a basket shape."; mes "Next, he places the damp basket in the sun to dry for a minute before handing it over to you."; - mes "\"Here is your [Easter Basket].\""; + mes "\"Here is your Easter Basket.\""; close; L_EasterTooMany: mes "[Chief Pachua]"; mes ""; - mes "\"You don't have room for the [Easter Basket]. Come back later.\""; + mes "\"You don't have room for the Easter Basket. Come back later.\""; close; L_SeeBunny: |