From 25fc0b8ea5f2904ff0403be3ad8c1fb9c0bc93f1 Mon Sep 17 00:00:00 2001 From: innerthunder Date: Fri, 4 Oct 2024 13:21:19 -0700 Subject: [PATCH] Fix docs --- src/data/battler-tags.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/battler-tags.ts b/src/data/battler-tags.ts index a01eb309200..a54a8c5f519 100644 --- a/src/data/battler-tags.ts +++ b/src/data/battler-tags.ts @@ -2311,7 +2311,8 @@ export class TarShotTag extends BattlerTag { } /** - * Battler Tag implementing + * Battler Tag implementing the type-changing effect of {@link https://bulbapedia.bulbagarden.net/wiki/Electrify_(move) | Electrify}. + * While this tag is in effect, the afflicted Pokemon's moves are changed to Electric type. */ export class ElectrifiedTag extends BattlerTag { constructor() {