Ensure that leaveField() is called on recall

This commit is contained in:
Wlowscha 2025-02-20 10:35:08 +01:00
parent f2d7bcb29f
commit 7b479d06f7
No known key found for this signature in database
GPG Key ID: 3C8F1AD330565D04

View File

@ -9,6 +9,8 @@ export class ReturnPhase extends SwitchSummonPhase {
}
switchAndSummon(): void {
const pokemon = this.getPokemon();
pokemon.leaveField();
this.end();
}