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…
Reference in New Issue