mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
allow oob finishes in hunt
This commit is contained in:
parent
8cf3b1f67f
commit
a96c95d191
1 changed files with 2 additions and 0 deletions
|
|
@ -418,6 +418,8 @@ class HuntMode extends NullMode {
|
|||
level.finishYaw = level.marble.camera.CameraYaw;
|
||||
level.finishPitch = level.marble.camera.CameraPitch;
|
||||
level.displayAlert("Congratulations! You've finished!");
|
||||
level.cancel(@:privateAccess level.oobSchedule);
|
||||
level.cancel(@:privateAccess level.oobSchedule2);
|
||||
if (!level.isWatching) {
|
||||
var notifies = AchievementsGui.check();
|
||||
var delay = 5.0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue