mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-17 18:48:03 -05:00
Arthur: wait until after eat anim to start active timer
This commit is contained in:
@ -90,6 +90,9 @@
|
||||
* Grief: spawns every 4-6 minutes
|
||||
* Grief: can lock perks and the Mystery Box
|
||||
|
||||
### Arthur
|
||||
* Can be purchased as a trap that runs around and kills zombies for 30 seconds
|
||||
|
||||
### Panzersoldat
|
||||
* No longer receives additional damage from Boomhilda or Ray Gun Mark 2
|
||||
|
||||
@ -553,7 +556,6 @@
|
||||
* Power automatically on
|
||||
* Removed Turbine
|
||||
* Arthur barricades are buyable debris
|
||||
* Arthur can be purchased as a trap that runs around and kills zombies for 30 seconds
|
||||
* Ghosts no longer spawn a free perk powerup if any player gets damaged by the ghosts
|
||||
* Fountain portal automatically active
|
||||
* Navcard table automatically crafted
|
||||
|
@ -363,6 +363,11 @@ sloth_trap()
|
||||
|
||||
level.sloth maps\mp\zombies\_zm_ai_sloth::sloth_set_state( "eat", who );
|
||||
|
||||
while (level.sloth.state == "eat")
|
||||
{
|
||||
wait 0.05;
|
||||
}
|
||||
|
||||
wait 30;
|
||||
|
||||
level.sloth maps\mp\zombies\_zm_ai_sloth::sloth_set_state( "jail_run", 0 );
|
||||
|
Reference in New Issue
Block a user