SERVER: Irrelevant Zombie Health Tweak

This commit is contained in:
cypress 2023-08-31 10:38:44 -04:00
parent aec68db169
commit 77af97d136

View file

@ -1442,7 +1442,7 @@ void() set_z_health =
{
local float i;
i = rounds - 10;
z_health = 1050;
z_health = 1040;
while(i > 0)
{
z_health *= 1.1;