This commit is contained in:
parent
a4b3ec5d5f
commit
c0038da590
7 changed files with 63 additions and 12 deletions
|
@ -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++ )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue