mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +02:00
Move ts ignore comment
This commit is contained in:
parent
9c057c5ba1
commit
694d0495b5
@ -1004,8 +1004,8 @@ export function handleMysteryEncounterBattleStartEffects() {
|
|||||||
} else {
|
} else {
|
||||||
source = globalScene.getEnemyField()[0];
|
source = globalScene.getEnemyField()[0];
|
||||||
}
|
}
|
||||||
// @ts-ignore: source cannot be undefined
|
|
||||||
globalScene.phaseManager.pushPhase(
|
globalScene.phaseManager.pushPhase(
|
||||||
|
// @ts-ignore: source cannot be undefined
|
||||||
new MovePhase(source, effect.targets, effect.move, effect.followUp, effect.ignorePp),
|
new MovePhase(source, effect.targets, effect.move, effect.followUp, effect.ignorePp),
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user