From 174abaceadb3d389eee23c4445101fb38100bf21 Mon Sep 17 00:00:00 2001 From: Red <96445749+TheShuEd@users.noreply.github.com> Date: Tue, 5 Aug 2025 13:01:32 +0300 Subject: [PATCH] Safe chasms (#1458) * Update chasm.yml * Update chasm.yml --- .../_CP14/Entities/Structures/Floor/chasm.yml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/Resources/Prototypes/_CP14/Entities/Structures/Floor/chasm.yml b/Resources/Prototypes/_CP14/Entities/Structures/Floor/chasm.yml index 4426a22371..6e039d4b9b 100644 --- a/Resources/Prototypes/_CP14/Entities/Structures/Floor/chasm.yml +++ b/Resources/Prototypes/_CP14/Entities/Structures/Floor/chasm.yml @@ -36,6 +36,16 @@ - type: Fixtures fixtures: fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.4,-0.4,0.4,0.4" + mask: # tables should collide with other tables + - TableMask + layer: + - TableLayer + density: 1000 + #hard: false + fix2: shape: !type:PhysShapeAabb bounds: "-0.4,-0.4,0.4,0.4" @@ -45,14 +55,8 @@ - ItemMask density: 1000 hard: false - fix2: # For block AI movement - shape: - !type:PhysShapeAabb - bounds: "-0.5,-0.5,0.5,0.5" - density: 30 - mask: - - ItemMask - type: Tag tags: - HideContextMenu + - type: Climbable