From 2201eae899bb54f80301cedf5cc94c88b1a96518 Mon Sep 17 00:00:00 2001 From: claustro305 <76455142+claustro305@users.noreply.github.com> Date: Sun, 20 Apr 2025 02:29:36 +1200 Subject: [PATCH] Removed collision from wall mounted lights and security cameras (#35908) * Removed collision from wall mounted lights and security cameras * Updated because I'm dumb and didn't realise the collision groups were case sensitive --- .../Prototypes/Entities/Structures/Lighting/base_lighting.yml | 4 ++-- .../Entities/Structures/Lighting/strobe_lighting.yml | 2 +- .../Entities/Structures/Wallmounts/surveillance_camera.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml b/Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml index b37faa63b0..953bdb422e 100644 --- a/Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml +++ b/Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml @@ -54,7 +54,7 @@ bounds: "-0.4,0.5,0.4,0.35" density: 190 mask: - - TabletopMachineMask + - None layer: - TabletopMachineLayer - type: Destructible @@ -276,7 +276,7 @@ bounds: "-0.1,0.5,0.1,0.255" density: 190 mask: - - TabletopMachineMask + - None layer: - TabletopMachineLayer - type: Damageable diff --git a/Resources/Prototypes/Entities/Structures/Lighting/strobe_lighting.yml b/Resources/Prototypes/Entities/Structures/Lighting/strobe_lighting.yml index 297a0a7abd..c1aa9b97d8 100644 --- a/Resources/Prototypes/Entities/Structures/Lighting/strobe_lighting.yml +++ b/Resources/Prototypes/Entities/Structures/Lighting/strobe_lighting.yml @@ -48,7 +48,7 @@ bounds: "-0.2,0.5,0.2,0.35" density: 190 mask: - - TabletopMachineMask + - None layer: - TabletopMachineLayer - type: Damageable diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/surveillance_camera.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/surveillance_camera.yml index db3b469a9f..561991cd26 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/surveillance_camera.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/surveillance_camera.yml @@ -21,7 +21,7 @@ bounds: "-0.5,-0.5,-0.2,-0.15" density: 190 mask: - - TabletopMachineMask + - None layer: - TabletopMachineLayer - type: LightOnCollide -- 2.51.2