mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-04-22 09:34:41 +01:00
minor fix in phases.ts for myst.-enc.
This commit is contained in:
parent
14289d2736
commit
9256569181
@ -828,7 +828,7 @@ export class EncounterPhase extends BattlePhase {
|
|||||||
if (mysteryEncounter.onInit) {
|
if (mysteryEncounter.onInit) {
|
||||||
mysteryEncounter.onInit(this.scene);
|
mysteryEncounter.onInit(this.scene);
|
||||||
}
|
}
|
||||||
// mysteryEncounter.populateDialogueTokensFromRequirements(this.scene);
|
mysteryEncounter.populateDialogueTokensFromRequirements(this.scene);
|
||||||
}, this.scene.currentBattle.waveIndex);
|
}, this.scene.currentBattle.waveIndex);
|
||||||
|
|
||||||
// Add intro visuals for mystery encounter
|
// Add intro visuals for mystery encounter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user