mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-28 11:12:24 +02:00
Update src/data/ability.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
77720ed924
commit
9073676fcb
@ -2751,9 +2751,6 @@ export class PreStatStageChangeAbAttr extends AbAttr {
|
|||||||
export class ReflectStatStageChangeAbAttr extends PreStatStageChangeAbAttr {
|
export class ReflectStatStageChangeAbAttr extends PreStatStageChangeAbAttr {
|
||||||
/** {@linkcode BattleStat} to reflect */
|
/** {@linkcode BattleStat} to reflect */
|
||||||
private reflectedStat? : BattleStat;
|
private reflectedStat? : BattleStat;
|
||||||
constructor() {
|
|
||||||
super();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Apply the {@linkcode ReflectStatStageChangeAbAttr} to an interaction
|
* Apply the {@linkcode ReflectStatStageChangeAbAttr} to an interaction
|
||||||
|
Loading…
Reference in New Issue
Block a user