From 71d928bbd1d2a8af138db17683a52f314b9585e3 Mon Sep 17 00:00:00 2001 From: K-Dynamic <20566341+K-Dynamic@users.noreply.github.com> Date: Wed, 4 Jun 2025 06:13:00 +1200 Subject: [PATCH] Cryo sleep units no longer collide with mobs (#37979) * make cryo sleepers not trap people * don't forgor to push change --- .../Entities/Structures/cryogenic_sleep_unit.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/cryogenic_sleep_unit.yml b/Resources/Prototypes/Entities/Structures/cryogenic_sleep_unit.yml index 6ba988dc80..568c38a5d2 100644 --- a/Resources/Prototypes/Entities/Structures/cryogenic_sleep_unit.yml +++ b/Resources/Prototypes/Entities/Structures/cryogenic_sleep_unit.yml @@ -21,8 +21,15 @@ access: [["Cryogenics"]] - type: InteractionOutline - type: Cryostorage - - type: Physics - canCollide: false + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.45,-0.45,0.45,0.05" + density: 190 + mask: + - TableMask - type: DragInsertContainer containerId: storage entryDelay: 2 -- 2.51.2