SERVER: Change Zombie path delay from 0.07s to 0.04s per Zombie

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

View File

@ -104,7 +104,7 @@ void() StartFrame =
if (ai_delay_time < time) {
Do_Zombie_AI ();
ai_delay_time = time + 0.07;
ai_delay_time = time + 0.04;
}
} else {
entity SpawnedIn;