1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-10 07:08:06 -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

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