From 5b5fe5a20285f6b9bf245536e63a0696585ebf5b Mon Sep 17 00:00:00 2001
From: Wombat <hpwombat@yahoo.com>
Date: Mon, 18 Jul 2011 02:50:28 -0400
Subject: correct specialeffect2 given for spark battle

---
 world/map/npc/005-4/bossfight.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'world')

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";
-- 
cgit v1.2.3-70-g09d2