mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-29 02:06:07 +00:00
[Hotfix] Show enemy item icons after egg summary (#4101)
Co-authored-by: James Diefenbach <z5421232@ad.unsw.edu.au>
This commit is contained in:
parent
a214110030
commit
0bdb697077
@ -45,6 +45,7 @@ export class EggSummaryPhase extends Phase {
|
|||||||
end() {
|
end() {
|
||||||
this.eggHatchHandler.clear();
|
this.eggHatchHandler.clear();
|
||||||
this.scene.ui.setModeForceTransition(Mode.MESSAGE).then(() => {});
|
this.scene.ui.setModeForceTransition(Mode.MESSAGE).then(() => {});
|
||||||
|
this.scene.time.delayedCall(250, () => this.scene.setModifiersVisible(true));
|
||||||
super.end();
|
super.end();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user