From 723d84b77df00eb5684483de0747cdfb9db81e19 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Wed, 29 Mar 2023 17:07:15 +1100 Subject: [PATCH] Fix turret layer abuse (#14941) --- .../Entities/Objects/Weapons/Guns/turrets.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/turrets.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/turrets.yml index 030a6ce389..f4cf8215a1 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/turrets.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/turrets.yml @@ -22,6 +22,16 @@ - type: Clickable - type: InteractionOutline - type: Actions + - type: Fixtures + fixtures: + - shape: + !type:PhysShapeAabb + bounds: "-0.45,-0.45,0.45,0.45" + density: 60 + mask: + - MachineMask + layer: + - MachineLayer - type: ContainerContainer containers: ballistic-ammo: !type:Container -- 2.51.2