mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-17 09:47:43 +00:00
[P3] Fix visual bug with level text remaining the same when pokemon levels are reduced in weird dream ME (#4837)
This commit is contained in:
parent
198ac2431d
commit
265b3cb938
@ -312,6 +312,7 @@ export const WeirdDreamEncounter: MysteryEncounter =
|
||||
pokemon.levelExp = 0;
|
||||
|
||||
pokemon.calculateStats();
|
||||
pokemon.getBattleInfo().setLevel(pokemon.level);
|
||||
await pokemon.updateInfo();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user