Revert pokemon-heal-phase.ts

This commit is contained in:
Bertie690 2025-07-15 09:05:33 +02:00 committed by GitHub
parent af77e2ef7f
commit ff6ec7f945
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,8 +70,8 @@ export class PokemonHealPhase extends CommonAnimPhase {
if (healBlock && this.hpHealed > 0) {
globalScene.phaseManager.queueMessage(healBlock.onActivation(pokemon));
super.end();
return;
this.message = null;
return super.end();
}
if (healOrDamage) {