mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-10 22:51:36 +00:00
SERVER: Increase chance of skipping Zombie Attack Delay from 20% per thought to 40%
This commit is contained in:
parent
fc469cd213
commit
65576833ca
1 changed files with 1 additions and 1 deletions
|
@ -817,7 +817,7 @@ void(float which) zombie_attack_choose =
|
|||
|
||||
if(which != 1)
|
||||
{
|
||||
if(random() > 0.2)
|
||||
if(random() > 0.4)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue