[Bug] Remove message for Rock Head activation (#6014)

This commit is contained in:
NightKev 2025-06-19 20:59:55 -07:00 committed by GitHub
parent 1ff2701964
commit 4b70fab608
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -306,13 +306,6 @@ 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,
});
}
}
/**