Update src/data/ability.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Sirz Benjie 2025-01-30 18:39:35 -06:00
parent 4f163dc644
commit 1bcad70262
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -1693,7 +1693,6 @@ export class AllyStatMultiplierAbAttr extends AbAttr {
this.stat = stat; this.stat = stat;
this.multiplier = multiplier; this.multiplier = multiplier;
this.ignorable = ignorable; this.ignorable = ignorable;
} }
/** /**