From 51419685df8dbe859ec7a4954cc8b45e8e6ad6f9 Mon Sep 17 00:00:00 2001 From: torranx Date: Sat, 7 Sep 2024 00:29:13 +0800 Subject: [PATCH] add linkcode --- src/data/battler-tags.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/battler-tags.ts b/src/data/battler-tags.ts index 08011219692..c26412c776f 100644 --- a/src/data/battler-tags.ts +++ b/src/data/battler-tags.ts @@ -2008,7 +2008,7 @@ export class TarShotTag extends BattlerTag { } /** - * Retrieves a BattlerTag based on the provided tag type, turn count, source move, and source ID. + * Retrieves a {@linkcode BattlerTag} based on the provided tag type, turn count, source move, and source ID. * * @param {BattlerTagType} tagType the type of the {@linkcode BattlerTagType}. * @param turnCount the turn count.