This commit is contained in:
Charles 2001-06-12 18:12:34 +00:00
parent 220d6cc144
commit bd4323bd18
8 changed files with 140 additions and 2 deletions

View file

@ -456,3 +456,11 @@ u8 CNpcMotherJellyfishEnemy::canBeCaughtByNet()
{
return( m_isActive && !m_isDying && m_health <= 5 );
}
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
void CNpcMotherJellyfishEnemy::caughtWithNet()
{
setToShutdown();
CGameScene::setBossHasBeenKilled();
}