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/002-4 | |
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/002-4')
-rw-r--r-- | npc/002-4/miners.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/002-4/miners.txt b/npc/002-4/miners.txt index 91350e21..6e71461d 100644 --- a/npc/002-4/miners.txt +++ b/npc/002-4/miners.txt @@ -27,7 +27,7 @@ L_Sema_Yes: set TMW_Quest, 39; monster "002-4.gat", 70, 90, "", 1059, 1; mes "[Sema the Miner]"; - mes "\"Good luck. To prove you killed it, please bring the [Iten] it swallowed when it ate the miner. Be careful, there could be more than one.\""; + mes "\"Good luck. To prove you killed it, please bring the Iten it swallowed when it ate the miner. Be careful, there could be more than one.\""; close; L_Sema_Happy: @@ -38,7 +38,7 @@ L_Sema_Happy: getitem "DesertShirt", 1; set TMW_Quest, 40; mes "[Sema the Miner]"; - mes "\"You killed it! What a relief! Please accept this [Desert Shirt] as reward.\""; + mes "\"You killed it! What a relief! Please accept this Desert Shirt as reward.\""; close; L_Sema_TooMany: |