mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 15:03:24 +02:00
Ran Biome
This commit is contained in:
parent
8d05eceee2
commit
972878af0c
@ -1697,18 +1697,13 @@ export class PendingHealTag extends SerializableArenaTag {
|
|||||||
return this.apply(arena, simulated, pokemon);
|
return this.apply(arena, simulated, pokemon);
|
||||||
}
|
}
|
||||||
|
|
||||||
globalScene.phaseManager.unshiftNew(
|
globalScene.phaseManager.unshiftNew("PokemonHealPhase", targetIndex, pokemon.getMaxHp(), {
|
||||||
"PokemonHealPhase",
|
message: healMessage,
|
||||||
targetIndex,
|
showFullHpMessage: false,
|
||||||
pokemon.getMaxHp(),
|
skipAnim: true,
|
||||||
{
|
healStatus: true,
|
||||||
message: healMessage,
|
fullRestorePP: restorePP,
|
||||||
showFullHpMessage: false,
|
});
|
||||||
skipAnim: true,
|
|
||||||
healStatus: true,
|
|
||||||
fullRestorePP: restorePP,
|
|
||||||
},
|
|
||||||
);
|
|
||||||
targetEffects.splice(targetEffects.indexOf(healEffect), 1);
|
targetEffects.splice(targetEffects.indexOf(healEffect), 1);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user