mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-08 17:32:18 +02:00
Restore RechargingTag docs
This commit is contained in:
parent
4d89b76d34
commit
00d3c76008
@ -183,6 +183,9 @@ export class DisabledTag extends DisablingBattlerTag {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* BattlerTag that represents the "recharge" effects of moves like Hyper Beam.
|
||||||
|
*/
|
||||||
export class RechargingTag extends BattlerTag {
|
export class RechargingTag extends BattlerTag {
|
||||||
constructor(sourceMove: Moves) {
|
constructor(sourceMove: Moves) {
|
||||||
super(BattlerTagType.RECHARGING, [ BattlerTagLapseType.PRE_MOVE, BattlerTagLapseType.TURN_END ], 2, sourceMove);
|
super(BattlerTagType.RECHARGING, [ BattlerTagLapseType.PRE_MOVE, BattlerTagLapseType.TURN_END ], 2, sourceMove);
|
||||||
|
Loading…
Reference in New Issue
Block a user