This commit is contained in:
parent
86419daa07
commit
7a1b470103
6 changed files with 75 additions and 8 deletions
|
@ -780,9 +780,9 @@ void CNpcMotherJellyfishEnemy::processShot( int _frames )
|
|||
{
|
||||
case NPC_GENERIC_HIT_CHECK_HEALTH:
|
||||
{
|
||||
if ( m_health > 3 )
|
||||
if ( m_health > 1 )
|
||||
{
|
||||
m_health -= 3;
|
||||
m_health--;
|
||||
|
||||
m_renderScale = 2048 + ( ( ( 4096 - 2048 ) * m_health ) / m_data[m_type].initHealth );
|
||||
m_speed = m_data[m_type].speed + ( ( 2 * ( m_data[m_type].initHealth - m_health ) ) / m_data[m_type].initHealth );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue