This commit is contained in:
innerthunder 2024-10-04 13:21:19 -07:00
parent a6faf1295c
commit 25fc0b8ea5

View File

@ -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() {