diff --git a/README.md b/README.md index 85768519..e04e981f 100644 --- a/README.md +++ b/README.md @@ -473,6 +473,7 @@ * Grief: added Richtofen 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 * Added Grief game mode diff --git a/scripts/zm/zm_prison/zm_prison_reimagined.gsc b/scripts/zm/zm_prison/zm_prison_reimagined.gsc index d40467f0..92dbce6a 100644 --- a/scripts/zm/zm_prison/zm_prison_reimagined.gsc +++ b/scripts/zm/zm_prison/zm_prison_reimagined.gsc @@ -45,6 +45,8 @@ init() level.zombie_powerups["meat_stink"].model_name = "t6_wpn_zmb_severedhead_world"; + maps\mp\zombies\_zm::spawn_life_brush( (94, 6063, 240), 256, 256 ); + remove_acid_trap_player_spawn(); tower_trap_changes();