From: claustro305 <76455142+claustro305@users.noreply.github.com> Date: Sat, 19 Apr 2025 14:29:36 +0000 (+1200) Subject: Removed collision from wall mounted lights and security cameras (#35908) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=2201eae899bb54f80301cedf5cc94c88b1a96518;p=space-station-14.git 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 --- 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