[Move] Water Shuriken guarantees 3 hits with battle bond (#2687)

This commit is contained in:
Leo Kim 2024-07-24 23:58:26 +09:00 committed by GitHub
parent d1e1879920
commit 79e2b1215c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}