summaryrefslogtreecommitdiff
path: root/world/map/npc/027-8
diff options
context:
space:
mode:
authormekolat <mekolat@gmail.com>2015-03-02 20:48:20 -0500
committermekolat <mekolat@gmail.com>2015-03-02 20:48:20 -0500
commit7d86c6a7b874cb9126f7cfe24de55a35cf5d5083 (patch)
tree8ce02721367e103e7d17f7150ce04ff3c8341ee8 /world/map/npc/027-8
parent1ec55a146d18d500adef7c562b4246e3bea4ce41 (diff)
downloadserverdata-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/027-8')
-rw-r--r--world/map/npc/027-8/general_terogan.txt28
1 files changed, 14 insertions, 14 deletions
diff --git a/world/map/npc/027-8/general_terogan.txt b/world/map/npc/027-8/general_terogan.txt
index c0adafd1..099430ee 100644
--- a/world/map/npc/027-8/general_terogan.txt
+++ b/world/map/npc/027-8/general_terogan.txt
@@ -233,7 +233,7 @@ L_Failure:
goto L_NextWave;
L_CleanUpLosers:
- mapannounce "027-8", "General Terogan:* You just proved you cannot even coordinate a simple task. Come back when you are prepared", 0;
+ mapannounce "027-8", "General Terogan : You just proved you cannot even coordinate a simple task. Come back when you are prepared", 0;
set $@CRYPT_FIGHT3, 0;
set $@CRYPT_FIGHT3_PLAYER_COUNT, 0;
set $@CRYPT_FIGHT3_WAVE, 0;
@@ -248,7 +248,7 @@ L_CleanUpLosers:
end;
L_CleanUp:
- mapannounce "027-8", "General Terogan: You might have won this battle, but you will never defeat me!", 0;
+ mapannounce "027-8", "General Terogan : You might have won this battle, but you will never defeat me!", 0;
areatimer "027-8", 0, 0, 79, 84, 10, "General Terogan#Main::OnReward";
set $@CRYPT_FIGHT3, 0;
set $@CRYPT_FIGHT3_PLAYER_COUNT, 0;
@@ -284,18 +284,18 @@ L_End:
OnInit:
setarray $@CRYPT_FIGHT3_MESSAGES$,
- "General Terogan:* Haha, Thank you mortal. You have released me from my prison. To show my graditude you can die swiftly at my hands and become part of my undead army. MUhahahahaha! Minions, Dispose of these Adventurers!",
- "General Terogan:* Ha, Looks like your tougher then I thought.",
- "General Terogan:* and here I thought I wasn't going to enjoy this.",
- "General Terogan:* More of them are coming!",
- "General Terogan:* Minions! Kill them already!",
- "General Terogan:* *facepalm* I knew I should have hired better help.",
- "General Terogan:* Well at least you will make a good addition to my army.",
- "General Terogan:* To the Abyss with you already!",
- "General Terogan:* How about you try a different approach and kill them already!",
- "General Terogan:* Minions! Last chance or it's back to being part of an ossuary for you!",
- "General Terogan:* Looks like if you want something done right you have to do it yourself.",
- "General Terogan:* Charge!.";
+ "General Terogan : Haha, Thank you mortal. You have released me from my prison. To show my graditude you can die swiftly at my hands and become part of my undead army. MUhahahahaha! Minions, Dispose of these Adventurers!",
+ "General Terogan : Ha, Looks like your tougher then I thought.",
+ "General Terogan : and here I thought I wasn't going to enjoy this.",
+ "General Terogan : More of them are coming!",
+ "General Terogan : Minions! Kill them already!",
+ "General Terogan : *facepalm* I knew I should have hired better help.",
+ "General Terogan : Well at least you will make a good addition to my army.",
+ "General Terogan : To the Abyss with you already!",
+ "General Terogan : How about you try a different approach and kill them already!",
+ "General Terogan : Minions! Last chance or it's back to being part of an ossuary for you!",
+ "General Terogan : Looks like if you want something done right you have to do it yourself.",
+ "General Terogan : Charge!.";
end;
}