mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-15 16:57:10 +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() {
|
render() {
|
||||||
const ui = this.getUi();
|
const ui = this.getUi();
|
||||||
this.excludedMenus = () => [
|
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 ]}
|
{ condition: bypassLogin, options: [ MenuOptions.LOG_OUT ]}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user