Frag bullet keepVelocity false

This commit is contained in:
Anuke 2022-03-06 14:29:39 -05:00
parent d3ec3f7ebf
commit 461ac97998

View File

@ -468,6 +468,10 @@ public class BulletType extends Content implements Cloneable{
}
}
if(fragBullet != null){
fragBullet.keepVelocity = false;
}
if(lightningType == null){
lightningType = !collidesAir ? Bullets.damageLightningGround : Bullets.damageLightning;
}