mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-26 16:56:11 +00: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
|
||||
this.generateNature();
|
||||
|
||||
this.natureOverride = -1;
|
||||
|
||||
this.friendship = species.baseFriendship;
|
||||
this.metLevel = level;
|
||||
this.metBiome = scene.currentBattle ? scene.arena.biomeType : -1;
|
||||
|
Loading…
Reference in New Issue
Block a user