diff options
Diffstat (limited to 'world')
-rw-r--r-- | world/map/npc/functions/doomsday.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/world/map/npc/functions/doomsday.txt b/world/map/npc/functions/doomsday.txt index 27498e2b..eec6635d 100644 --- a/world/map/npc/functions/doomsday.txt +++ b/world/map/npc/functions/doomsday.txt @@ -329,11 +329,11 @@ L_Doomsday3Init: // Announce based on location if ($@DoomsdayLoc == 0) - announce "Jande: Zax De'Kagen's army is marching to ##BTULIMSHAR##b in 10 minutes! (Attack by south gate)", 0; + announce "Jande : Zax De'Kagen's army is marching to ##BTULIMSHAR##b in 10 minutes! (Attack by south gate)", 0; if ($@DoomsdayLoc == 1) - announce "Jande: Zax De'Kagen's army is marching to ##BHURNSCALD##b in 10 minutes! (Attack by the mines)", 0; + announce "Jande : Zax De'Kagen's army is marching to ##BHURNSCALD##b in 10 minutes! (Attack by the mines)", 0; if ($@DoomsdayLoc == 2) - announce "Jande: Zax De'Kagen's army is marching to ##BNIVALIS##b in 10 minutes! (Attack by east entrance)", 0; + announce "Jande : Zax De'Kagen's army is marching to ##BNIVALIS##b in 10 minutes! (Attack by east entrance)", 0; end; // This siege will be skipped @@ -381,11 +381,11 @@ L_Doomsday3: // Make an extra announce for those whom missed if ($@DoomsdayLoc == 0) - announce "Jande: Zax De'Kagen's army reached ##BTULIMSHAR##b! (Attack by south gate)", 0; + announce "Jande : Zax De'Kagen's army reached ##BTULIMSHAR##b! (Attack by south gate)", 0; if ($@DoomsdayLoc == 1) - announce "Jande: Zax De'Kagen's army reached ##BHURNSCALD##b! (Attack by the mines)", 0; + announce "Jande : Zax De'Kagen's army reached ##BHURNSCALD##b! (Attack by the mines)", 0; if ($@DoomsdayLoc == 2) - announce "Jande: Zax De'Kagen's army reached ##BNIVALIS##b! (Attack by east entrance)", 0; + announce "Jande : Zax De'Kagen's army reached ##BNIVALIS##b! (Attack by east entrance)", 0; goto L_DDAdvanceWave; @@ -735,7 +735,7 @@ L_Doomsday3Cleanup: // Bonus spawn L_Doomsday3Bonus: - announce "Jande: Stray minions from Zax De'Kagen army were sighted all over the world!", 0; + announce "Jande : Stray minions from Zax De'Kagen army were sighted all over the world!", 0; set $@DD_UNITS, 2+($DOOMSDAY_SCORE/5); // Cap value (to prevent huge spikes) @@ -1137,7 +1137,7 @@ L_SkipSiege: if (GM < G_GM) close; set $@DOOMSDAY_SKIP, 1; - announce "Jande: I do not believe the enemy army will move this time. We should be safe for now.", 0; + announce "Jande : I do not believe the enemy army will move this time. We should be safe for now.", 0; gmlog strcharinfo(0) + " cancelled the scheduled doomsday attack."; close; |