From e7a28cdc90377e1b61ab0ad8c437bc6beac7878d Mon Sep 17 00:00:00 2001 From: Jbleezy Date: Sat, 25 Mar 2023 03:38:41 -0700 Subject: [PATCH] Brutus: teleports away less frequently --- README.md | 5 +++-- scripts/zm/zm_prison/zm_prison_reimagined.gsc | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0365b81..324e888e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/scripts/zm/zm_prison/zm_prison_reimagined.gsc b/scripts/zm/zm_prison/zm_prison_reimagined.gsc index 33dd99c5..a84759ac 100644 --- a/scripts/zm/zm_prison/zm_prison_reimagined.gsc +++ b/scripts/zm/zm_prison/zm_prison_reimagined.gsc @@ -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 );