mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-14 20:25:57 +00:00
[UI/UX] Allow viewing egg list from rewards screen (#5181)
This commit is contained in:
parent
f1c06a5476
commit
33982c311e
@ -111,7 +111,7 @@ export default class MenuUiHandler extends MessageUiHandler {
|
||||
render() {
|
||||
const ui = this.getUi();
|
||||
this.excludedMenus = () => [
|
||||
{ condition: globalScene.getCurrentPhase() instanceof SelectModifierPhase, options: [ MenuOptions.EGG_GACHA, MenuOptions.EGG_LIST ]},
|
||||
{ condition: globalScene.getCurrentPhase() instanceof SelectModifierPhase, options: [ MenuOptions.EGG_GACHA ]},
|
||||
{ condition: bypassLogin, options: [ MenuOptions.LOG_OUT ]}
|
||||
];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user