mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-12 08:08:00 -05:00
Buried: fix Arthur trap being activatable before jail door is closed
This commit is contained in:
@ -467,6 +467,11 @@ sloth_trap()
|
|||||||
level.sloth dance_action();
|
level.sloth dance_action();
|
||||||
|
|
||||||
level.sloth maps\mp\zombies\_zm_ai_sloth::sloth_set_state( "jail_wait" );
|
level.sloth maps\mp\zombies\_zm_ai_sloth::sloth_set_state( "jail_wait" );
|
||||||
|
|
||||||
|
while (level.sloth.state != "jail_idle")
|
||||||
|
{
|
||||||
|
wait 0.05;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user