summaryrefslogtreecommitdiff
path: root/npc/030-4/mana_battery.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/030-4/mana_battery.txt')
-rw-r--r--npc/030-4/mana_battery.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/030-4/mana_battery.txt b/npc/030-4/mana_battery.txt
index 8fd59ab1..5126099d 100644
--- a/npc/030-4/mana_battery.txt
+++ b/npc/030-4/mana_battery.txt
@@ -184,7 +184,7 @@ L_CaveLogic:
if ($@XmasBossPlayerCount < 1)
goto L_AllDead;
set $@BombTimer, $@BombTimer + 5; // Advance 5 seconds
- if ((mobcount("030-4", "AniManOMat::OnGuardDeath") + 1) == 0)
+ if (mobcount("030-4", "AniManOMat::OnGuardDeath") == 0)
goto L_NextWave;
if ($@BombTimer >= 120)
goto L_NextWave;
@@ -194,7 +194,7 @@ L_NextWave:
$@BombTimer = 0;
$@DangerCellNumber = rand(8);
$@XmasBossRound = $@XmasBossRound + 1;
- if (($@XmasBossRound > 10) && ((mobcount("030-4", "AniManOMat::OnGuardDeath") + 1) == 0))
+ if (($@XmasBossRound > 10) && mobcount("030-4", "AniManOMat::OnGuardDeath") == 0)
goto L_Finished;
// Break/LastChance(s)
if (($@XmasBossRound > 10) && ($@XmasBossRound <= 16))