diff --git a/core/src/mindustry/content/Bullets.java b/core/src/mindustry/content/Bullets.java index 87f042ed13..49469d7774 100644 --- a/core/src/mindustry/content/Bullets.java +++ b/core/src/mindustry/content/Bullets.java @@ -358,6 +358,7 @@ public class Bullets implements ContentList{ shootEffect = Fx.shootBig; pierceCap = 2; pierceBuilding = true; + knockback = 0.5f; }}; standardIncendiaryBig = new BasicBulletType(7f, 60, "bullet"){{ @@ -370,6 +371,7 @@ public class Bullets implements ContentList{ makeFire = true; pierceCap = 2; pierceBuilding = true; + knockback = 0.5f; }}; healBullet = new LaserBoltBulletType(5.2f, 13){{