Move ts ignore comment

This commit is contained in:
Sirz Benjie 2025-06-07 19:27:58 -05:00
parent 9c057c5ba1
commit 694d0495b5
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -1004,8 +1004,8 @@ export function handleMysteryEncounterBattleStartEffects() {
} else {
source = globalScene.getEnemyField()[0];
}
// @ts-ignore: source cannot be undefined
globalScene.phaseManager.pushPhase(
// @ts-ignore: source cannot be undefined
new MovePhase(source, effect.targets, effect.move, effect.followUp, effect.ignorePp),
);
});