This commit is contained in:
parent
fd5ed94bae
commit
911c868e99
4 changed files with 40 additions and 21 deletions
|
@ -778,7 +778,7 @@ void CNpcMotherJellyfishEnemy::processShot( int _frames )
|
|||
{
|
||||
case NPC_GENERIC_HIT_CHECK_HEALTH:
|
||||
{
|
||||
if ( m_health > 0 )
|
||||
if ( m_health > 5 )
|
||||
{
|
||||
m_health -= 5;
|
||||
|
||||
|
@ -790,6 +790,7 @@ void CNpcMotherJellyfishEnemy::processShot( int _frames )
|
|||
}
|
||||
else
|
||||
{
|
||||
m_health = 0;
|
||||
m_state = MOTHER_JELLYFISH_BEGIN_CIRCLE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue