1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-10 15:17:57 -05:00

Quick Revive: remove increased health regen rate

This commit is contained in:
Jbleezy
2022-01-19 20:30:07 -08:00
parent c04fb129c9
commit 4b8e94b7e9
2 changed files with 1 additions and 4 deletions

View File

@ -136,9 +136,7 @@
### Quick Revive
* No longer automatically powered on in solo
* Increased cost in solo from 500 to 1500
* Decreases normal health regeneration delay from 2 seconds to 1.5 seconds
* Decreases low health regeneration delay from 4 seconds to 3 seconds
* Increases health regeneration rate from 100 health per second to 125 health per second
* Decreases health regeneration delay by 25%
### Speed Cola
* Aim twice as fast

View File

@ -63,7 +63,6 @@ playerhealthregen()
if (self hasPerk("specialty_quickrevive"))
{
regenrate *= 1.25;
regularregendelay *= 0.75;
longregendelay *= 0.75;
}