diff --git a/src/data/move.ts b/src/data/move.ts index f4a986ddf8d..0097f54cc0d 100644 --- a/src/data/move.ts +++ b/src/data/move.ts @@ -381,6 +381,8 @@ export class StatusMoveTypeImmunityAttr extends MoveAttr { constructor(immuneType: Type) { super(false); + + this.immuneType = immuneType; } }