This commit is contained in:
Charles 2001-07-16 16:21:36 +00:00
parent 23eb3b6f29
commit ed08839edd
4 changed files with 8 additions and 8 deletions

View file

@ -678,7 +678,7 @@ void CNpcSubSharkEnemy::processShot( int _frames )
{
case NPC_GENERIC_HIT_CHECK_HEALTH:
{
m_health -= 5;
m_health -= 3;
if ( m_health <= 0 )
{