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:
@ -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
|
||||
|
@ -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();
|
||||
|
Reference in New Issue
Block a user