This commit is contained in:
Anuken
2020-10-10 13:15:59 -04:00
parent 837a8cecb3
commit d61ad8d2ef
4 changed files with 15 additions and 8 deletions

View File

@@ -238,7 +238,7 @@ public abstract class BulletType extends Content{
public void init(Bullet b){
if(pierceCap >= 1) {
pierce = true;
pierceBuilding = true;
//pierceBuilding is not enabled by default, because a bullet may want to *not* pierce buildings
}
if(killShooter && b.owner() instanceof Healthc){