mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 23:42:18 +02:00
Fix seed not being reset now that Select Biome Phase goes before New Battle
This commit is contained in:
parent
3ba1ed3fb4
commit
9e6a691894
@ -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