mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-03-31 07:00:40 +01:00
[Move] Water Shuriken guarantees 3 hits with battle bond (#2687)
This commit is contained in:
parent
d1e1879920
commit
79e2b1215c
@ -1719,6 +1719,7 @@ export class MultiHitAttr extends MoveAttr {
|
|||||||
} else {
|
} else {
|
||||||
const hitType = new Utils.IntegerHolder(this.multiHitType);
|
const hitType = new Utils.IntegerHolder(this.multiHitType);
|
||||||
applyMoveAttrs(ChangeMultiHitTypeAttr, user, target, move, hitType);
|
applyMoveAttrs(ChangeMultiHitTypeAttr, user, target, move, hitType);
|
||||||
|
this.multiHitType = hitType.value;
|
||||||
hitTimes = this.getHitCount(user, target);
|
hitTimes = this.getHitCount(user, target);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user