From 90063db717205466eae88d25b06b9b3f34c6d632 Mon Sep 17 00:00:00 2001 From: shamp <140359015+shampunj@users.noreply.github.com> Date: Thu, 7 Mar 2024 09:35:48 +0300 Subject: [PATCH] Fix body bags sliding under doors (#25325) --- .../Prototypes/Entities/Objects/Specific/Medical/morgue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/morgue.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/morgue.yml index bafcd928bf..fba12bebec 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/morgue.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/morgue.yml @@ -40,7 +40,7 @@ bounds: "-0.25,-0.4,0.25,0.1" density: 20 mask: - - Impassable + - ItemMask - type: EntityStorage capacity: 1 isCollidableWhenOpen: true -- 2.51.2