From 82c8b09373495abc1ac81a3acb2e86d30be17fef Mon Sep 17 00:00:00 2001 From: innerthunder <168692175+innerthunder@users.noreply.github.com> Date: Fri, 30 Aug 2024 10:23:08 -0700 Subject: [PATCH] Update src/data/ability.ts Co-authored-by: Adrian T. <68144167+torranx@users.noreply.github.com> --- src/data/ability.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/ability.ts b/src/data/ability.ts index 94ed2dc798b..64f48b08dc7 100644 --- a/src/data/ability.ts +++ b/src/data/ability.ts @@ -476,7 +476,7 @@ export class NonSuperEffectiveImmunityAbAttr extends TypeImmunityAbAttr { } /** - * Attribute implementing the effects of {@linkcode https://bulbapedia.bulbagarden.net/wiki/Tera_Shell_(Ability) | Tera Shell} + * Attribute implementing the effects of {@link https://bulbapedia.bulbagarden.net/wiki/Tera_Shell_(Ability) | Tera Shell} * When the source is at full HP, incoming attacks will have a maximum 0.5x type effectiveness multiplier. * @extends PreDefendAbAttr */