From 562573fbad3d25fad4c8ac429ecfb05ab0210ef9 Mon Sep 17 00:00:00 2001 From: Chris V Date: Mon, 7 Mar 2022 17:01:35 -0800 Subject: [PATCH] Fix things floating through asteroid rocks (#7007) --- .../Entities/Structures/Walls/asteroid.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml b/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml index 87fd718115..56edc1872e 100644 --- a/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml +++ b/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml @@ -27,3 +27,16 @@ - type: Appearance visuals: - type: AsteroidRockVisualizer + - type: Fixtures + fixtures: + - shape: + !type:PhysShapeAabb + bounds: "-0.5,-0.5,0.5,0.5" + mass: 100 + mask: + - Impassable + layer: + - Opaque + - Impassable + - VaultImpassable + - SmallImpassable