mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +02:00
Compare commits
1 Commits
8b67b40b50
...
2e093c6b62
Author | SHA1 | Date | |
---|---|---|---|
|
2e093c6b62 |
@ -306,6 +306,13 @@ export class BlockRecoilDamageAttr extends AbAttr {
|
|||||||
): void {
|
): void {
|
||||||
cancelled.value = true;
|
cancelled.value = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
getTriggerMessage(pokemon: Pokemon, abilityName: string, ..._args: any[]) {
|
||||||
|
return i18next.t("abilityTriggers:blockRecoilDamage", {
|
||||||
|
pokemonName: getPokemonNameWithAffix(pokemon),
|
||||||
|
abilityName: abilityName,
|
||||||
|
});
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user