[Bug][Balance] Actual correct minimum waves for Legends in Daily Mode (#6786)

Added true for ignoreCurveChanges

Co-authored-by: Jimmybald1 <147992650+IBBCalc@users.noreply.github.com>
This commit is contained in:
Jimmybald1 2025-11-20 18:56:51 +01:00 committed by GitHub
parent bb86b649d8
commit 3c7242d747
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -184,7 +184,7 @@ export class Arena {
ret = getPokemonSpecies(species!);
if (ret.subLegendary || ret.legendary || ret.mythical) {
const waveDifficulty = globalScene.gameMode.getWaveForDifficulty(waveIndex);
const waveDifficulty = globalScene.gameMode.getWaveForDifficulty(waveIndex, true);
if (ret.baseTotal >= 660) {
regen = waveDifficulty < 80; // Wave 50+ in daily (however, max Daily wave is 50 currently so not possible)
} else {