mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-29 02:39:28 +02:00
Update src/data/battler-tags.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
8360098bb4
commit
bd8d629155
@ -2201,13 +2201,6 @@ export class HealBlockTag extends MoveRestrictionBattlerTag {
|
|||||||
super(BattlerTagType.HEAL_BLOCK, [ BattlerTagLapseType.PRE_MOVE, BattlerTagLapseType.TURN_END ], turnCount, sourceMove);
|
super(BattlerTagType.HEAL_BLOCK, [ BattlerTagLapseType.PRE_MOVE, BattlerTagLapseType.TURN_END ], turnCount, sourceMove);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Uses the default onAdd method
|
|
||||||
*/
|
|
||||||
override onAdd(pokemon: Pokemon): void {
|
|
||||||
super.onAdd(pokemon);
|
|
||||||
}
|
|
||||||
|
|
||||||
onActivation(pokemon: Pokemon): string {
|
onActivation(pokemon: Pokemon): string {
|
||||||
return i18next.t("battle:battlerTagsHealBlock", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon) });
|
return i18next.t("battle:battlerTagsHealBlock", { pokemonNameWithAffix: getPokemonNameWithAffix(pokemon) });
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user