whitespace fix

This commit is contained in:
muscode13 2024-10-27 02:32:04 -06:00
parent 703b0bcda5
commit 6c55441b58

View File

@ -2776,6 +2776,7 @@ export class PowerTrickTag extends BattlerTag {
pokemon.setStat(Stat.DEF, temp, false); pokemon.setStat(Stat.DEF, temp, false);
} }
} }
/** /**
* Retrieves a {@linkcode 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 sourceId - The ID of the pokemon adding the tag * @param sourceId - The ID of the pokemon adding the tag