From af5fd4551ceda4bc8e08ae961f78447f18b5c9e8 Mon Sep 17 00:00:00 2001 From: Leonwang4234 <62972692+Leonwang4234@users.noreply.github.com> Date: Thu, 8 Oct 2020 19:18:53 -0700 Subject: [PATCH] true it is --- core/src/mindustry/entities/bullet/BulletType.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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){