diff --git a/src/data/battler-tags.ts b/src/data/battler-tags.ts index 71e46de6c9c..d671c56ab26 100644 --- a/src/data/battler-tags.ts +++ b/src/data/battler-tags.ts @@ -2776,6 +2776,7 @@ export class PowerTrickTag extends BattlerTag { pokemon.setStat(Stat.DEF, temp, false); } } + /** * Retrieves a {@linkcode BattlerTag} based on the provided tag type, turn count, source move, and source ID. * @param sourceId - The ID of the pokemon adding the tag