mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-04-08 10:52:39 +01:00
fix ME null checks and unit tests with beta update
This commit is contained in:
parent
39c6c375f8
commit
d0844d16a3
@ -28,6 +28,7 @@ import { BattlerIndex } from "#app/battle";
|
||||
import { Moves } from "#enums/moves";
|
||||
import { EncounterAnim, EncounterBattleAnim } from "#app/data/battle-anims";
|
||||
import { MoveCategory } from "#app/data/move";
|
||||
import { MysteryEncounterPokemonData } from "#app/data/mystery-encounters/mystery-encounter-pokemon-data";
|
||||
|
||||
/** the i18n namespace for the encounter */
|
||||
const namespace = "mysteryEncounter:clowningAround";
|
||||
|
Loading…
x
Reference in New Issue
Block a user