1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-10 23:27:57 -05:00

Buried: fix Arthur trap being activatable before jail door is closed

This commit is contained in:
Jbleezy
2023-10-17 00:17:15 -07:00
parent ae17636a0f
commit 084cd2e8c4

View File

@ -467,6 +467,11 @@ sloth_trap()
level.sloth dance_action();
level.sloth maps\mp\zombies\_zm_ai_sloth::sloth_set_state( "jail_wait" );
while (level.sloth.state != "jail_idle")
{
wait 0.05;
}
}
}