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

MOTD: fix death barrier at Upper Docks

This commit is contained in:
Jbleezy
2023-03-22 19:04:46 -07:00
parent 361fe788ef
commit fc01c1512d
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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();