This commit is contained in:
hubdom 2020-08-12 22:09:02 +02:00 committed by zaCade
parent ec6bbd05b6
commit 73e63d4057

View File

@ -109,7 +109,7 @@ public Action:ClassHealthRegenTimer(Handle:timer, any:client)
} }
else else
{ {
health += ClientHealthRegenAmount[client] * GetConVarFloat(g_hCvarsList[CVAR_AURA_MZOMBIE_MULTIPLIER]); //increased regen when motherzombies are nearby health += ClientHealthRegenAmount[client] * GetConVarInt(g_hCvarsList[CVAR_AURA_MZOMBIE_MULTIPLIER]); //increased regen when motherzombies are nearby
} }
// Clamp the health regen to the limit. // Clamp the health regen to the limit.