From 343f59f602c761b2d9d4df0c1c17c420db5b3221 Mon Sep 17 00:00:00 2001 From: Spessmann <156740760+Spessmann@users.noreply.github.com> Date: Sat, 18 Jan 2025 05:41:29 -0800 Subject: [PATCH] Adds bullet collision to wall mounted cameras (#34500) --- .../Structures/Wallmounts/surveillance_camera.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/surveillance_camera.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/surveillance_camera.yml index 895b710a06..db3b469a9f 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/surveillance_camera.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/surveillance_camera.yml @@ -15,6 +15,15 @@ hard: false mask: - GhostImpassable + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.5,-0.5,-0.2,-0.15" + density: 190 + mask: + - TabletopMachineMask + layer: + - TabletopMachineLayer - type: LightOnCollide - type: PointLight enabled: false -- 2.51.2