1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-27 15:40:34 -05:00

Brutus: teleports away less frequently

This commit is contained in:
Jbleezy
2023-03-25 03:38:41 -07:00
parent 148dc4fb12
commit e7a28cdc90
2 changed files with 4 additions and 2 deletions

View File

@ -86,6 +86,9 @@
### Brutus
* No longer receives additional damage from Ray Gun Mark 2
* Teleports away less frequently
* Grief: spawns every 4-6 minutes
* Grief: can lock perks and the Mystery Box
## Weapons
* Switch to melee weapon by pressing the Previous Scorestreak button (same button as the Time Bomb and Maxis Drone)
@ -487,8 +490,6 @@
* Zombies spawn in the Docks Gates zone when in the Docks zone
* Grief: added Smoke Grenades to the Mystery Box
* Grief: added Richtofen's Head meat powerup model
* Grief: Brutus spawns every 4-6 minutes
* Grief: Brutus can lock perks and the Mystery Box
* Fixed being able to hit a death barrier when jumping off the Upper Docks
#### Docks

View File

@ -45,6 +45,7 @@ init()
level.special_weapon_magicbox_check = ::check_for_special_weapon_limit_exist;
level.round_prestart_func = scripts\zm\replaced\_zm_afterlife::afterlife_start_zombie_logic;
level.brutus_failed_paths_to_teleport = 10;
level.zombie_powerups["meat_stink"].model_name = "t6_wpn_zmb_severedhead_world";
maps\mp\zombies\_zm::spawn_life_brush( (94, 6063, 240), 256, 256 );