1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-07-02 18:10:26 -05:00

Reverted red screen health percentage

This commit is contained in:
Jbleezy
2020-03-12 14:07:57 -07:00
parent a7d61a42d9
commit c207159ad7
2 changed files with 1 additions and 2 deletions

View File

@ -1344,7 +1344,7 @@ playerhealthregen()
hurttime = 0;
newhealth = 0;
lastinvulratio = 1;
healthoverlaycutoff = 0.25;
healthoverlaycutoff = 0.2;
self thread maps/mp/zombies/_zm_playerhealth::playerhurtcheck();
if ( !isDefined( self.veryhurt ) )