This commit is contained in:
Anuken
2023-08-15 13:09:57 -04:00
parent 8efed88669
commit 06edce3535

View File

@@ -195,7 +195,7 @@ abstract class BulletComp implements Timedc, Damagec, Hitboxc, Teamc, Posc, Draw
}
if(build != null && isAdded()
&& checkUnderBuild(build, x, y)
&& checkUnderBuild(build, x * tilesize, y * tilesize)
&& build.collide(self()) && type.testCollision(self(), build)
&& !build.dead() && (type.collidesTeam || build.team != team) && !(type.pierceBuilding && hasCollided(build.id))){