This commit is contained in:
parent
d837ee7dd0
commit
a987610529
3 changed files with 6 additions and 9 deletions
|
@ -626,6 +626,11 @@ void CNpcMotherJellyfishEnemy::shutdown()
|
|||
CLevel::setBossHealth( m_health );
|
||||
}
|
||||
|
||||
for ( int i = 0 ; i < 4 ; i++ )
|
||||
{
|
||||
legs[i]->killFX();
|
||||
}
|
||||
|
||||
CNpcBossEnemy::shutdown();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue