mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-17 01:37:36 +00:00
Unlocks only happen on classic
This commit is contained in:
parent
6fe82b3365
commit
b114cd1cb1
@ -3174,7 +3174,7 @@ export class GameOverPhase extends BattlePhase {
|
||||
}
|
||||
|
||||
handleUnlocks(): void {
|
||||
if (this.victory) {
|
||||
if (this.victory && this.scene.gameMode.isClassic) {
|
||||
if (!this.scene.gameData.unlocks[Unlockables.ENDLESS_MODE])
|
||||
this.scene.unshiftPhase(new UnlockPhase(this.scene, Unlockables.ENDLESS_MODE));
|
||||
if (this.scene.getParty().filter(p => p.fusionSpecies).length && !this.scene.gameData.unlocks[Unlockables.SPLICED_ENDLESS_MODE])
|
||||
|
Loading…
x
Reference in New Issue
Block a user