mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-05 16:02:20 +02:00
finalising
This commit is contained in:
parent
464d5087cb
commit
c1198366dc
@ -383,13 +383,11 @@ export default class SummaryUiHandler extends UiHandler {
|
||||
success = true;
|
||||
}
|
||||
} else if (button === Button.CANCEL) {
|
||||
if (this.summaryUiMode === SummaryUiMode.LEARN_MOVE){
|
||||
if (this.summaryUiMode === SummaryUiMode.LEARN_MOVE)
|
||||
this.hideMoveSelect();
|
||||
success = true;
|
||||
} else {
|
||||
else
|
||||
ui.setMode(Mode.PARTY);
|
||||
success = true;
|
||||
}
|
||||
success = true;
|
||||
} else {
|
||||
const pages = Utils.getEnumValues(Page);
|
||||
switch (button) {
|
||||
|
Loading…
Reference in New Issue
Block a user