diff --git a/core/src/mindustry/entities/bullet/BulletType.java b/core/src/mindustry/entities/bullet/BulletType.java index 177c7c5f9f..9226f77820 100644 --- a/core/src/mindustry/entities/bullet/BulletType.java +++ b/core/src/mindustry/entities/bullet/BulletType.java @@ -238,7 +238,7 @@ public abstract class BulletType extends Content{ public void init(Bullet b){ if(pierceCap > 1) { pierce = true; - /** pierceBuilding = true; should this be true or not? */ + pierceBuilding = true; } if(killShooter && b.owner() instanceof Healthc){