mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-20 22:39:31 +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 {
|
export class EncoreTag extends MoveRestrictionBattlerTag {
|
||||||
public moveId: Moves;
|
public moveId: Moves;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user