diff options
author | mekolat <mekolat@gmail.com> | 2015-03-02 20:48:20 -0500 |
---|---|---|
committer | mekolat <mekolat@gmail.com> | 2015-03-02 20:48:20 -0500 |
commit | 7d86c6a7b874cb9126f7cfe24de55a35cf5d5083 (patch) | |
tree | 8ce02721367e103e7d17f7150ce04ff3c8341ee8 /world/map/npc/031-4 | |
parent | 1ec55a146d18d500adef7c562b4246e3bea4ce41 (diff) | |
download | serverdata-7d86c6a7b874cb9126f7cfe24de55a35cf5d5083.tar.gz serverdata-7d86c6a7b874cb9126f7cfe24de55a35cf5d5083.tar.bz2 serverdata-7d86c6a7b874cb9126f7cfe24de55a35cf5d5083.tar.xz serverdata-7d86c6a7b874cb9126f7cfe24de55a35cf5d5083.zip |
fix deprecated asterisk in announcements
Diffstat (limited to 'world/map/npc/031-4')
-rw-r--r-- | world/map/npc/031-4/cindyCave.txt | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/world/map/npc/031-4/cindyCave.txt b/world/map/npc/031-4/cindyCave.txt index 2bce44bf..218e4c08 100644 --- a/world/map/npc/031-4/cindyCave.txt +++ b/world/map/npc/031-4/cindyCave.txt @@ -238,17 +238,17 @@ L_End: OnInit: setarray $@FIGHT_YETI_MESSAGES$, "", // unused - // ":* " is magic so that it says "global announcement from" - "Cindy:* Yetis!", - "Cindy:* Watch out!", - "Cindy:* More of them are coming!", - "Cindy:* Be careful! More of them!", - "Cindy:* Attention! There is another bunch of them!", - "Cindy:* Hang on! More of them!", - "Cindy:* More Yetis! Will this never end?", - "Cindy:* There are coming more and more!", - "Cindy:* Watch your back! There are so many of them!", - "Cindy:* This seems to be their final attack! I believe in you!"; + // " : " is magic so that it says "global announcement from" + "Cindy : Yetis!", + "Cindy : Watch out!", + "Cindy : More of them are coming!", + "Cindy : Be careful! More of them!", + "Cindy : Attention! There is another bunch of them!", + "Cindy : Hang on! More of them!", + "Cindy : More Yetis! Will this never end?", + "Cindy : There are coming more and more!", + "Cindy : Watch your back! There are so many of them!", + "Cindy : This seems to be their final attack! I believe in you!"; end; ///////// |