This commit is contained in:
Charles 2001-07-06 14:55:58 +00:00
parent a4b3ec5d5f
commit c0038da590
7 changed files with 63 additions and 12 deletions

View file

@ -620,11 +620,16 @@ void CNpcMotherJellyfishEnemy::processClose( int _frames )
void CNpcMotherJellyfishEnemy::shutdown()
{
CLevel::setIsBossRespawn( true );
if ( m_isActive )
{
CLevel::setIsBossRespawn( true );
CLevel::setBossHealth( m_health );
}
else
{
CLevel::setBossHealth( 0 );
}
for ( int i = 0 ; i < 4 ; i++ )
{