diff --git a/src/field/pokemon.ts b/src/field/pokemon.ts index 364b4bd1254..d565a590792 100644 --- a/src/field/pokemon.ts +++ b/src/field/pokemon.ts @@ -301,10 +301,10 @@ type damageParams = { effectiveness?: number; } -/** Type for the parameters of {@linkcode Pokemon#getBaseDamage getBaseDamage} */ +/** Type for the parameters of {@linkcode Pokemon#getBaseDamage | getBaseDamage} */ type getBaseDamageParams = Omit -/** Type for the parameters of {@linkcode Pokemon#getAttackDamage getAttackDamage} */ +/** Type for the parameters of {@linkcode Pokemon#getAttackDamage | getAttackDamage} */ type getAttackDamageParams = Omit; export default abstract class Pokemon extends Phaser.GameObjects.Container {