From 705f62537fcba2ebc12c7de9f343016a7e7314c3 Mon Sep 17 00:00:00 2001 From: torranx Date: Thu, 5 Sep 2024 22:27:43 +0800 Subject: [PATCH] add doc --- src/data/battler-tags.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/battler-tags.ts b/src/data/battler-tags.ts index aa45c600bf7..5ccc808d7b9 100644 --- a/src/data/battler-tags.ts +++ b/src/data/battler-tags.ts @@ -1986,6 +1986,7 @@ export class ExposedTag extends BattlerTag { /** * Tag that doubles the type effectiveness of a move. + * This is used by Tar Shot. * @extends BattlerTag */ export class DoubleMoveTypeEffectivenessTag extends BattlerTag {