diff --git a/source/enemy/nmjfish.cpp b/source/enemy/nmjfish.cpp index 1758387ef..2370e7174 100644 --- a/source/enemy/nmjfish.cpp +++ b/source/enemy/nmjfish.cpp @@ -259,6 +259,7 @@ void CNpcMotherJellyfishEnemy::processMovement( int _frames ) { m_isActive = false; setToShutdown(); + CGameScene::getBossHasBeenKilled(); } break;