Fix not setting immune type for move type immunity
This commit is contained in:
parent
20e9a1e761
commit
bd9d2de0af
|
@ -381,6 +381,8 @@ export class StatusMoveTypeImmunityAttr extends MoveAttr {
|
|||
|
||||
constructor(immuneType: Type) {
|
||||
super(false);
|
||||
|
||||
this.immuneType = immuneType;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue