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