mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-16 17:27:41 +00:00
[P2] Prevent generating Pokemon with duplicate IDs in daily runs (#4623)
This commit is contained in:
parent
deb2035610
commit
d2c579cf2a
@ -196,7 +196,7 @@ export class TitlePhase extends Phase {
|
|||||||
this.scene.gameMode = getGameMode(GameModes.DAILY);
|
this.scene.gameMode = getGameMode(GameModes.DAILY);
|
||||||
|
|
||||||
this.scene.setSeed(seed);
|
this.scene.setSeed(seed);
|
||||||
this.scene.resetSeed(1);
|
this.scene.resetSeed(0);
|
||||||
|
|
||||||
this.scene.money = this.scene.gameMode.getStartingMoney();
|
this.scene.money = this.scene.gameMode.getStartingMoney();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user