diff --git a/README.md b/README.md index 61383fa5..a50eeb70 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/scripts/zm/replaced/_zm_playerhealth.gsc b/scripts/zm/replaced/_zm_playerhealth.gsc index ae50a4f3..0e311740 100644 --- a/scripts/zm/replaced/_zm_playerhealth.gsc +++ b/scripts/zm/replaced/_zm_playerhealth.gsc @@ -63,7 +63,6 @@ playerhealthregen() if (self hasPerk("specialty_quickrevive")) { - regenrate *= 1.25; regularregendelay *= 0.75; longregendelay *= 0.75; }