mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-22 12:16:26 +00:00
[Bug] Update Biome text after using Teleporting Hijinks (#5173)
This commit is contained in:
parent
f89e42fa7b
commit
60990deaf2
@ -168,6 +168,7 @@ async function doBiomeTransitionDialogueAndBattleInit() {
|
|||||||
// Show dialogue and transition biome
|
// Show dialogue and transition biome
|
||||||
await showEncounterText(`${namespace}:transport`);
|
await showEncounterText(`${namespace}:transport`);
|
||||||
await Promise.all([ animateBiomeChange(newBiome), transitionMysteryEncounterIntroVisuals() ]);
|
await Promise.all([ animateBiomeChange(newBiome), transitionMysteryEncounterIntroVisuals() ]);
|
||||||
|
globalScene.updateBiomeWaveText();
|
||||||
globalScene.playBgm();
|
globalScene.playBgm();
|
||||||
await showEncounterText(`${namespace}:attacked`);
|
await showEncounterText(`${namespace}:attacked`);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user