Closed JustDerb closed 3 years ago
This was already added (See EventFactory::TriggerShrineOfTheMountainInternal()
:
// Wait until the teleporter isn't active
yield return new WaitUntil(() => {
return TeleporterInteraction.instance && TeleporterInteraction.instance.isIdle;
});
Either don't choose the event, or make it wait until the next stage.