mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-11 23:57:59 -05:00
Reverted red screen health percentage
This commit is contained in:
@ -21,7 +21,6 @@
|
||||
* Normal health regeneration rate is no longer instant
|
||||
* Changed health regeneration rate to 100 health per second (previously fully restored health in 0.5 seconds)
|
||||
* Fall damage no longer increases when max health is increased
|
||||
* Red screens start at 25% health (previously 20% health)
|
||||
* Removed blur when getting damaged
|
||||
* Disabled melee lunging
|
||||
* Can shoot when looking at other players
|
||||
|
@ -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 ) )
|
||||
|
Reference in New Issue
Block a user