true it is

This commit is contained in:
Leonwang4234
2020-10-08 19:18:53 -07:00
parent 0eb0f34908
commit af5fd4551c

View File

@@ -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){