mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-17 09:47:43 +00: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) {
|
||||
mysteryEncounter.onInit(this.scene);
|
||||
}
|
||||
// mysteryEncounter.populateDialogueTokensFromRequirements(this.scene);
|
||||
mysteryEncounter.populateDialogueTokensFromRequirements(this.scene);
|
||||
}, this.scene.currentBattle.waveIndex);
|
||||
|
||||
// Add intro visuals for mystery encounter
|
||||
|
Loading…
x
Reference in New Issue
Block a user