From fc01c1512d4ac6e06d6d89e78053fdbf3ba4e121 Mon Sep 17 00:00:00 2001 From: Jbleezy Date: Wed, 22 Mar 2023 19:04:46 -0700 Subject: [PATCH] MOTD: fix death barrier at Upper Docks --- README.md | 1 + scripts/zm/zm_prison/zm_prison_reimagined.gsc | 2 ++ 2 files changed, 3 insertions(+) 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();