doh^2
This commit is contained in:
parent
ec6bbd05b6
commit
73e63d4057
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user