mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-23 07:49:36 +02:00
[Bug] Fix duplicate mon IDs in daily runs
This commit is contained in:
parent
d8c914c768
commit
3d76aeef47
@ -196,7 +196,7 @@ export class TitlePhase extends Phase {
|
||||
this.scene.gameMode = getGameMode(GameModes.DAILY);
|
||||
|
||||
this.scene.setSeed(seed);
|
||||
this.scene.resetSeed(1);
|
||||
this.scene.resetSeed(0);
|
||||
|
||||
this.scene.money = this.scene.gameMode.getStartingMoney();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user