mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-03 23:12:20 +02:00
Merge branch 'beta' into hebrew-pr
This commit is contained in:
commit
814e6ba690
@ -1239,7 +1239,7 @@ export default class SummaryUiHandler extends UiHandler {
|
||||
this.moveSelect = true;
|
||||
this.extraMoveRowContainer.setVisible(true);
|
||||
this.selectedMoveIndex = -1;
|
||||
this.setCursor(0);
|
||||
this.setCursor(this.summaryUiMode === SummaryUiMode.LEARN_MOVE ? 4 : 0);
|
||||
this.showMoveEffect();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user