mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +02:00
Stop weather being regenerated on save load
This commit is contained in:
parent
0e9881e351
commit
a345850062
@ -794,6 +794,7 @@ export class EncounterPhase extends BattlePhase {
|
||||
pokemon.resetBattleData();
|
||||
}
|
||||
|
||||
if (!this.loaded)
|
||||
this.scene.arena.trySetWeather(getRandomWeatherType(this.scene.arena), false);
|
||||
|
||||
const enemyField = this.scene.getEnemyField();
|
||||
|
Loading…
Reference in New Issue
Block a user