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