This commit is contained in:
parent
86419daa07
commit
7a1b470103
6 changed files with 75 additions and 8 deletions
|
@ -53,7 +53,7 @@ void CNpcIronDogfishEnemy::postInit()
|
|||
if ( CLevel::getIsBossRespawn() )
|
||||
{
|
||||
m_health = CLevel::getBossHealth();
|
||||
m_speed = m_data[m_type].speed + ( ( 3 * ( m_data[m_type].initHealth - m_health ) ) / m_data[m_type].initHealth );
|
||||
//m_speed = m_data[m_type].speed + ( ( 3 * ( m_data[m_type].initHealth - m_health ) ) / m_data[m_type].initHealth );
|
||||
}
|
||||
|
||||
CNpcBossEnemy::postInit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue