mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-01 05:02:25 +02:00
Allow viewing egg list from rewards screen
This commit is contained in:
parent
996ce5d986
commit
5bd780c7f0
@ -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…
Reference in New Issue
Block a user