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:
@ -58,7 +58,8 @@
|
||||
* Removed headless zombies
|
||||
* Neck counts as headshot
|
||||
|
||||
### Screechers
|
||||
### Denizens
|
||||
* Decreased maximum amount that can be spawned at once from 2 to 1
|
||||
* Decreased minimum number of melees to kill from 5 to 3
|
||||
* Decreased minimum number of melees to kill with Bowie Knife from 3 to 2
|
||||
* Decreased minimum number of melees to kill with Galvaknuckles from 2 to 1
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user