mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-04-23 01:54:49 +01:00
Fix not setting initial nature override
This commit is contained in:
parent
6bb40c6d15
commit
880433a7f8
@ -166,6 +166,8 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container {
|
|||||||
else
|
else
|
||||||
this.generateNature();
|
this.generateNature();
|
||||||
|
|
||||||
|
this.natureOverride = -1;
|
||||||
|
|
||||||
this.friendship = species.baseFriendship;
|
this.friendship = species.baseFriendship;
|
||||||
this.metLevel = level;
|
this.metLevel = level;
|
||||||
this.metBiome = scene.currentBattle ? scene.arena.biomeType : -1;
|
this.metBiome = scene.currentBattle ? scene.arena.biomeType : -1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user