mirror of
https://github.com/JezuzLizard/Public-BO2-Mods.git
synced 2025-06-07 10:47:49 -05:00
updated description for zombie spawn rate modifier
This commit is contained in:
parent
f8302fd91b
commit
3260ebdf5b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user