This commit is contained in:
parent
86419daa07
commit
7a1b470103
6 changed files with 75 additions and 8 deletions
|
@ -678,7 +678,7 @@ void CNpcSubSharkEnemy::processShot( int _frames )
|
|||
{
|
||||
case NPC_GENERIC_HIT_CHECK_HEALTH:
|
||||
{
|
||||
m_health -= 3;
|
||||
m_health--;
|
||||
|
||||
if ( m_health <= 0 )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue