1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-07-02 18:10:26 -05:00

Origins: add life brush at Above Generator 3 Bunker zone

This commit is contained in:
Jbleezy
2023-04-22 03:16:45 -07:00
parent e2c3f8ba40
commit ee249b2268
2 changed files with 4 additions and 1 deletions

View File

@ -646,7 +646,7 @@
* Grief: added Richtofen's Head meat powerup model
* Grief: Tower Trap targets and stuns players
* Fixed initial weapon raise animation happening after exiting afterlife
* Fixed being able to hit a death barrier when jumping off the Docks Bridge
* Fixed being able to hit a death barrier when jumping off the Docks Bridge zone
* Fixed locked hint string not showing on Blundergat Upgrade buildable table
#### Docks
@ -734,6 +734,7 @@
* Quest (raise hell step): all staffs must be fully charged for souls to be collected
* Quest (raise hell step): zombies in The Crazy Place get knocked down during the screen flash after collecting all souls
* Quest (freedom step): teleport trigger can be triggered without looking at it
* Fixed being able to hit a death barrier when jumping off the Above Generator 3 Bunker zone
## Game Modes

View File

@ -92,6 +92,8 @@ init()
level.zombie_vars["below_world_check"] = -3000;
maps\mp\zombies\_zm::spawn_life_brush( (1839, 3574, -228), 512, 256 );
change_stargate_teleport_return_player_angles();
level thread zombie_blood_dig_changes();