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();