mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-01 05:52:17 +02:00
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) {
|
constructor(immuneType: Type) {
|
||||||
super(false);
|
super(false);
|
||||||
|
|
||||||
|
this.immuneType = immuneType;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user