[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:
Jimmybald1 2025-05-08 06:03:22 +02:00 committed by GitHub
parent cf1367cece
commit 530b2b8a00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;