summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-10 06:14:24 -0300
committerJesusaves <cpntb1@ymail.com>2020-05-10 06:14:24 -0300
commit7e08138911a42e83e647bf27b9bee5966cf4690e (patch)
treee8f479a4e8a234eb96f174edc3a6e499aeb5c98d
parent6757a2a3ac649fe37187551c39c5714f5d8b9328 (diff)
downloadserverdata-7e08138911a42e83e647bf27b9bee5966cf4690e.tar.gz
serverdata-7e08138911a42e83e647bf27b9bee5966cf4690e.tar.bz2
serverdata-7e08138911a42e83e647bf27b9bee5966cf4690e.tar.xz
serverdata-7e08138911a42e83e647bf27b9bee5966cf4690e.zip
More typos, the ones on this commit were reported by Gumi
-rw-r--r--world/map/npc/functions/doomsday.txt16
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;