This commit is contained in:
Anuken
2025-08-14 14:25:58 -04:00
parent b3b3bc64b8
commit 74a69f11da

View File

@@ -150,7 +150,7 @@ public class TractorBeamTurret extends BaseTurret{
Draw.rect(region, x, y, rotation - 90);
//draw laser if applicable
if(any){
if(any && !isPayload()){
Draw.z(Layer.bullet);
float ang = angleTo(lastX, lastY);