diff options
author | Wombat <hpwombat@yahoo.com> | 2011-07-18 02:50:28 -0400 |
---|---|---|
committer | Wombat <hpwombat@yahoo.com> | 2011-07-18 02:50:28 -0400 |
commit | 5b5fe5a20285f6b9bf245536e63a0696585ebf5b (patch) | |
tree | fa0783a4587516debad939455554e5c31aa794bf /world/map | |
parent | 2176182d954aab0e33464071a5cee349e4caeec7 (diff) | |
download | serverdata-5b5fe5a20285f6b9bf245536e63a0696585ebf5b.tar.gz serverdata-5b5fe5a20285f6b9bf245536e63a0696585ebf5b.tar.bz2 serverdata-5b5fe5a20285f6b9bf245536e63a0696585ebf5b.tar.xz serverdata-5b5fe5a20285f6b9bf245536e63a0696585ebf5b.zip |
correct specialeffect2 given for spark battle
Diffstat (limited to 'world/map')
-rw-r--r-- | world/map/npc/005-4/bossfight.txt | 4 |
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"; |