SERVER: Increase chance of skipping Zombie Attack Delay from 20% per thought to 40%

This commit is contained in:
Steam Deck User 2023-03-11 18:54:40 -05:00
parent fc469cd213
commit 65576833ca
1 changed files with 1 additions and 1 deletions

View File

@ -817,7 +817,7 @@ void(float which) zombie_attack_choose =
if(which != 1)
{
if(random() > 0.2)
if(random() > 0.4)
{
return;
}