Added documentation describing EncoreTag as a whole

This commit is contained in:
frutescens 2024-11-06 12:09:21 -08:00
parent 34e75899b3
commit 2772fc5b30

View File

@ -909,6 +909,10 @@ export class FrenzyTag extends BattlerTag {
}
}
/**
* Applies the effects of the move Encore onto the target Pokemon
* Encore forces the target Pokemon to use its most-recent move for 3 turns
*/
export class EncoreTag extends MoveRestrictionBattlerTag {
public moveId: Moves;