This commit is contained in:
Kamay Xutax 2024-09-14 00:57:21 +02:00
parent 82ab3ba890
commit e0e8d03cbc

View file

@ -2540,8 +2540,8 @@ void C_CSPlayer::FireGameEvent( IGameEvent* event )
buffer_armor[0] = 0;
}
auto realAP = max( player->GetHealth() - health_damages, 0 );
auto realHP = max( player->ArmorValue() - armor_damages, 0 );
auto realHP = max( player->GetHealth() - health_damages, 0 );
auto realAP = max( player->ArmorValue() - armor_damages, 0 );
hudChat->Printf( CHAT_FILTER_NONE,
"\7FFFFFF\x7"