From 470acb50b0ddf8e6f24edb23de8728baf429b7b9 Mon Sep 17 00:00:00 2001 From: B_Kirill <153602297+B-Kirill@users.noreply.github.com> Date: Mon, 1 Jun 2026 05:50:48 +1000 Subject: [PATCH] Fix shooting from inside a morgue exploit (#44188) Fix shooting inside morgue exploit --- Resources/Prototypes/Entities/Structures/Storage/morgue.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Structures/Storage/morgue.yml b/Resources/Prototypes/Entities/Structures/Storage/morgue.yml index 496ea41611..94769c5942 100644 --- a/Resources/Prototypes/Entities/Structures/Storage/morgue.yml +++ b/Resources/Prototypes/Entities/Structures/Storage/morgue.yml @@ -34,7 +34,7 @@ mask: - MachineMask layer: - - HalfWallLayer + - MachineLayer - type: EntityStorage isCollidableWhenOpen: true showContents: false @@ -73,6 +73,7 @@ - type: AntiRottingContainer - type: StaticPrice price: 200 + - type: RequireProjectileTarget - type: entity id: Crematorium @@ -143,3 +144,4 @@ False: { visible: false } - type: Transform anchored: true + - type: RequireProjectileTarget