mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 08:22:16 +02:00
finalising
This commit is contained in:
parent
793d1b6f16
commit
c3237e816d
@ -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