fix ME null checks and unit tests with beta update

This commit is contained in:
ImperialSympathizer 2024-08-22 13:05:27 -04:00
parent 39c6c375f8
commit d0844d16a3
1 changed files with 1 additions and 0 deletions

View File

@ -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";