This commit is contained in:
parent
220d6cc144
commit
bd4323bd18
8 changed files with 140 additions and 2 deletions
|
@ -456,3 +456,11 @@ u8 CNpcMotherJellyfishEnemy::canBeCaughtByNet()
|
|||
{
|
||||
return( m_isActive && !m_isDying && m_health <= 5 );
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
void CNpcMotherJellyfishEnemy::caughtWithNet()
|
||||
{
|
||||
setToShutdown();
|
||||
CGameScene::setBossHasBeenKilled();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue