1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-10 07:08:06 -05:00

Tranzit: decrease max Denizens spawned at once

This commit is contained in:
Jbleezy
2022-01-22 05:33:38 -08:00
parent 5ece17dc24
commit ffa09d2245
2 changed files with 3 additions and 1 deletions

View File

@ -190,6 +190,7 @@ post_all_players_spawned()
//level.zombies_vars["jetgun_grind_range"] = 256; // TODO: get this to work
level.zombie_vars["slipgun_reslip_rate"] = 0;
level.zombie_equipment["jetgun_zm"].drop_fn = undefined;
level.zombie_ai_limit_screecher = 1;
level.explode_overheated_jetgun = 0;
level.unbuild_overheated_jetgun = 0;
level.take_overheated_jetgun = 1;