summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--world/map/npc/005-4/bossfight.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/005-4/bossfight.txt b/world/map/npc/005-4/bossfight.txt
index 2f040462..a2b5b374 100644
--- a/world/map/npc/005-4/bossfight.txt
+++ b/world/map/npc/005-4/bossfight.txt
@@ -132,7 +132,7 @@ onTick:
end;
L_Do_Red:
- specialeffect2 120; // Red effects
+ specialeffect2 114; // Red effects
// Punish blue players who stand around a red player
areatimer "005-4.gat", getx(0) - 2, gety(0) - 2, getx(0) + 2, gety(0) + 2, 10, "Switch#elecave::onBlue";
@@ -145,7 +145,7 @@ L_Do_Red:
end;
L_Do_Blue:
- specialeffect2 121; // Blue effects
+ specialeffect2 115; // Blue effects
// Punish red players who stand around a blue player
areatimer "005-4.gat", getx(0) - 2, gety(0) - 2, getx(0) + 2, gety(0) + 2, 10, "Switch#elecave::onRed";