mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-10 14:42:05 +00:00
SERVER: Irrelevant Zombie Health Tweak
This commit is contained in:
parent
aec68db169
commit
77af97d136
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue