Fix Prankster ability not working properly

pull/20/head
Flashfyre 2024-03-28 21:35:30 -04:00
parent 20799f5a4c
commit 8915b2acec
1 changed files with 1 additions and 1 deletions

View File

@ -927,7 +927,7 @@ export class IncrementMovePriorityAbAttr extends AbAttr {
if (!this.moveIncrementFunc(args[0] as Move))
return false;
(args[0] as Utils.IntegerHolder).value++;
(args[1] as Utils.IntegerHolder).value++;
return true;
}
}