This commit is contained in:
parent
23eb3b6f29
commit
ed08839edd
4 changed files with 8 additions and 8 deletions
|
@ -1230,7 +1230,7 @@ void CNpcEnemy::processShot( int _frames )
|
|||
{
|
||||
case NPC_GENERIC_HIT_CHECK_HEALTH:
|
||||
{
|
||||
m_health -= 5;
|
||||
m_health -= 3;
|
||||
|
||||
if ( m_health <= 0 )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue