Compare commits

..

1 Commits

Author SHA1 Message Date
Bertie690
3db389fb6a
Merge 1ae117acfa into 1ff2701964 2025-06-19 22:29:37 -04:00

View File

@ -306,6 +306,13 @@ export class BlockRecoilDamageAttr extends AbAttr {
): void {
cancelled.value = true;
}
getTriggerMessage(pokemon: Pokemon, abilityName: string, ..._args: any[]) {
return i18next.t("abilityTriggers:blockRecoilDamage", {
pokemonName: getPokemonNameWithAffix(pokemon),
abilityName: abilityName,
});
}
}
/**