mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-13 00:05:23 +07:00
Frag bullet keepVelocity false
This commit is contained in:
parent
d3ec3f7ebf
commit
461ac97998
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user