Update src/data/ability.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
PrabbyDD 2024-12-09 18:30:37 -08:00 committed by GitHub
parent 77720ed924
commit 9073676fcb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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