Update phases.ts

Game should now only show flyout in wild battles
This commit is contained in:
RedstonewolfX 2024-08-03 20:02:54 -04:00
parent ff51e7f9be
commit 0e3c353e9e

View File

@ -1913,7 +1913,9 @@ export class EncounterPhase extends BattlePhase {
}
}
handleTutorial(this.scene, Tutorial.Access_Menu).then(() => {
if (this.scene.currentBattle.battleType !== BattleType.TRAINER) {
this.scene.arenaFlyout.toggleFlyout(true)
}
super.end()
});
}