You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the player only has a single card remaining to resolve at the start of the turn, the actFullyResolveTechniqueCard will be called programmatically. This may sometimes causes the game to be stuck on:
"Move Recorded"
//enteringstatecase'turnStart':
this.mySchedule.setSelectionMode('clickOnTurnStart',undefined,'dale-wrap-technique');constturnStart_unique_card_id=this.mySchedule.getUniqueClickableCardId();if(turnStart_unique_card_id){setTimeout((()=>this.onTurnStartTriggerTechnique(turnStart_unique_card_id)).bind(this),1);//this may cause the deadlock}break;
The text was updated successfully, but these errors were encountered:
When the player only has a single card remaining to resolve at the start of the turn, the
actFullyResolveTechniqueCard
will be called programmatically. This may sometimes causes the game to be stuck on:"Move Recorded"
The text was updated successfully, but these errors were encountered: