We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e69a16 commit 09bca70Copy full SHA for 09bca70
1 file changed
Assets/Scripts/Game/Logic/TutorialBattlePresenter.cs
@@ -171,7 +171,7 @@ protected override async UniTask<CardModel> SelectBattleCardAsync(CardBattleHand
171
BattleUIPresenter.ShowPlayerHand(availableCards);
172
BattleUIPresenter.SetBattleHandInteractable(false);
173
await BattleUIPresenter.StartTutorial("BattleSkillPhase");
174
- await BattleUIPresenter.OnSkillActivated.FirstAsync();
+ await UniTask.WaitUntil(() => !handler.PlayerSkillAvailable);
175
BattleUIPresenter.SetBattleHandInteractable(true);
176
}
177
0 commit comments