From 7738d82811abee6ca6930ce30cf2d4d3eb124863 Mon Sep 17 00:00:00 2001 From: 778b <33431126+778b@users.noreply.github.com> Date: Sat, 25 Mar 2023 08:32:45 +0400 Subject: [PATCH] Fixed collision of Solar Panels (#14801) --- .../Prototypes/Entities/Structures/Power/Generation/solar.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Power/Generation/solar.yml b/Resources/Prototypes/Entities/Structures/Power/Generation/solar.yml index cb7613a22d..cf943c9550 100644 --- a/Resources/Prototypes/Entities/Structures/Power/Generation/solar.yml +++ b/Resources/Prototypes/Entities/Structures/Power/Generation/solar.yml @@ -23,9 +23,9 @@ bounds: "-0.45,-0.1,0.45,0.1" density: 550 mask: - - MachineMask + - MachineMask layer: - - MachineLayer + - MidImpassable, LowImpassable, BulletImpassable - type: Sprite sprite: Structures/Power/Generation/solar_panel.rsi state: normal -- 2.51.2