Formatting

This commit is contained in:
jnotsknab 2025-06-19 14:32:18 -05:00
parent 3fcccfecd4
commit 4e11759671

View File

@ -14,6 +14,7 @@ export abstract class BattlePhase extends Phase {
globalScene.currentBattle.failedRunAway = false; globalScene.currentBattle.failedRunAway = false;
} }
} }
showEnemyTrainer(trainerSlot: TrainerSlot = TrainerSlot.NONE): void { showEnemyTrainer(trainerSlot: TrainerSlot = TrainerSlot.NONE): void {
if (!globalScene.currentBattle.trainer) { if (!globalScene.currentBattle.trainer) {
console.warn("Enemy trainer is missing!"); console.warn("Enemy trainer is missing!");