From 1ee7ebb17a7829c2eed7ea0b1cbd7927b10f366f Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 27 Jun 2001 16:04:14 +0000 Subject: [PATCH] --- source/enemy/nmjfish.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/enemy/nmjfish.cpp b/source/enemy/nmjfish.cpp index d00427d9a..c7452ec2c 100644 --- a/source/enemy/nmjfish.cpp +++ b/source/enemy/nmjfish.cpp @@ -680,6 +680,7 @@ void CNpcMotherJellyfishEnemy::processShot( int _frames ) } m_controlFunc = NPC_CONTROL_MOVEMENT; + m_RGB = MJ_PINK; m_invulnerableTimer = 2 * GameState::getOneSecondInFrames();