mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-20 06:19:29 +02:00
Added documentation describing EncoreTag as a whole
This commit is contained in:
parent
34e75899b3
commit
2772fc5b30
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user