Skip to content

Commit 09bca70

Browse files
committed
Update TutorialBattlePresenter.cs
1 parent 8e69a16 commit 09bca70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Assets/Scripts/Game/Logic/TutorialBattlePresenter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ protected override async UniTask<CardModel> SelectBattleCardAsync(CardBattleHand
171171
BattleUIPresenter.ShowPlayerHand(availableCards);
172172
BattleUIPresenter.SetBattleHandInteractable(false);
173173
await BattleUIPresenter.StartTutorial("BattleSkillPhase");
174-
await BattleUIPresenter.OnSkillActivated.FirstAsync();
174+
await UniTask.WaitUntil(() => !handler.PlayerSkillAvailable);
175175
BattleUIPresenter.SetBattleHandInteractable(true);
176176
}
177177

0 commit comments

Comments
 (0)