mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-03 06:52:16 +02:00
Formatting
This commit is contained in:
parent
3fcccfecd4
commit
4e11759671
@ -14,6 +14,7 @@ export abstract class BattlePhase extends Phase {
|
||||
globalScene.currentBattle.failedRunAway = false;
|
||||
}
|
||||
}
|
||||
|
||||
showEnemyTrainer(trainerSlot: TrainerSlot = TrainerSlot.NONE): void {
|
||||
if (!globalScene.currentBattle.trainer) {
|
||||
console.warn("Enemy trainer is missing!");
|
||||
|
Loading…
Reference in New Issue
Block a user