completed attackpart.clone() which was missing some elements

This commit is contained in:
Azra Victor 2021-06-23 12:00:47 +02:00 committed by no
parent 26f3512372
commit 8a89007304

View File

@ -138,6 +138,10 @@ public class attackPart {
this.knockbackOnHit = aP.getKnockbackOnHit();
this.knockbackOnBlock = aP.getKnockbackOnBlock();
this.damage = aP.getDamage();
this.isLow = aP.isLow();
this.isOverHead = aP.isOverHead();
this.knocksDown = aP.knocksDown();
if(this.frames.length >= 1) {this.frames[this.frames.length -1].setLastFrameOfHit(true);}
}
public boolean isHasHit() {