updated description for zombie spawn rate modifier

This commit is contained in:
JezuzLizard 2020-04-20 20:57:20 -07:00 committed by GitHub
parent f8302fd91b
commit 3260ebdf5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,7 +100,7 @@ init()
//points for torso kills to the powerup increment to a powerup drop
level.powerupScoreTorsoKill = getDvarIntDefault( "powerupScoreTorsoKill", 10 );
level.zombie_vars[ "zombie_score_bonus_torso" ] = level.powerupScoreTorsoKill;
//sets the zombie spawnrate; max is 0.08
//sets the zombie spawnrate; max is 0.08 this is in seconds
level.zombieSpawnRate = getDvarFloatDefault( "zombieSpawnRate", 2 );
level.zombie_vars[ "zombie_spawn_delay" ] = level.zombieSpawnRate;
//sets the zombie spawnrate multiplier increase