mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 16:32: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;
|
success = true;
|
||||||
}
|
}
|
||||||
} else if (button === Button.CANCEL) {
|
} else if (button === Button.CANCEL) {
|
||||||
if (this.summaryUiMode === SummaryUiMode.LEARN_MOVE){
|
if (this.summaryUiMode === SummaryUiMode.LEARN_MOVE)
|
||||||
this.hideMoveSelect();
|
this.hideMoveSelect();
|
||||||
success = true;
|
else
|
||||||
} else {
|
|
||||||
ui.setMode(Mode.PARTY);
|
ui.setMode(Mode.PARTY);
|
||||||
success = true;
|
success = true;
|
||||||
}
|
|
||||||
} else {
|
} else {
|
||||||
const pages = Utils.getEnumValues(Page);
|
const pages = Utils.getEnumValues(Page);
|
||||||
switch (button) {
|
switch (button) {
|
||||||
|
Loading…
Reference in New Issue
Block a user