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);
|
||||
}
|
||||
|
||||
globalScene.phaseManager.unshiftNew(
|
||||
"PokemonHealPhase",
|
||||
targetIndex,
|
||||
pokemon.getMaxHp(),
|
||||
{
|
||||
message: healMessage,
|
||||
showFullHpMessage: false,
|
||||
skipAnim: true,
|
||||
healStatus: true,
|
||||
fullRestorePP: restorePP,
|
||||
},
|
||||
);
|
||||
globalScene.phaseManager.unshiftNew("PokemonHealPhase", targetIndex, pokemon.getMaxHp(), {
|
||||
message: healMessage,
|
||||
showFullHpMessage: false,
|
||||
skipAnim: true,
|
||||
healStatus: true,
|
||||
fullRestorePP: restorePP,
|
||||
});
|
||||
targetEffects.splice(targetEffects.indexOf(healEffect), 1);
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user