mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-20 16:42:45 +02:00
[Bug] Fix seed not being reset in Select Biome Phase (#5794)
Fix seed not being reset now that Select Biome Phase goes before New Battle Co-authored-by: Jimmybald1 <147992650+IBBCalc@users.noreply.github.com>
This commit is contained in:
parent
cf1367cece
commit
530b2b8a00
@ -13,6 +13,8 @@ export class SelectBiomePhase extends BattlePhase {
|
||||
start() {
|
||||
super.start();
|
||||
|
||||
globalScene.resetSeed();
|
||||
|
||||
const currentBiome = globalScene.arena.biomeType;
|
||||
const nextWaveIndex = globalScene.currentBattle.waveIndex + 1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user