[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 {
|
||||
const hitType = new Utils.IntegerHolder(this.multiHitType);
|
||||
applyMoveAttrs(ChangeMultiHitTypeAttr, user, target, move, hitType);
|
||||
this.multiHitType = hitType.value;
|
||||
hitTimes = this.getHitCount(user, target);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue