mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-07 16:09:27 +02:00
Revert pokemon-heal-phase.ts
This commit is contained in:
parent
af77e2ef7f
commit
ff6ec7f945
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user