Fix Prankster ability not working properly
parent
20799f5a4c
commit
8915b2acec
|
@ -927,7 +927,7 @@ export class IncrementMovePriorityAbAttr extends AbAttr {
|
||||||
if (!this.moveIncrementFunc(args[0] as Move))
|
if (!this.moveIncrementFunc(args[0] as Move))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
(args[0] as Utils.IntegerHolder).value++;
|
(args[1] as Utils.IntegerHolder).value++;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue