From b96ef5c10430c269e953e6a24f9cfcf244f5c08a Mon Sep 17 00:00:00 2001 From: Connor Huffine Date: Tue, 14 Oct 2025 14:17:20 -0400 Subject: [PATCH] Singularity eats carpet (#40896) * Add carpet fixture * Remove DoorPassable * Put DoorPassable Back --- .../Entities/Structures/Furniture/carpets.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Structures/Furniture/carpets.yml b/Resources/Prototypes/Entities/Structures/Furniture/carpets.yml index b6e6a7ca9a..f01caf455e 100644 --- a/Resources/Prototypes/Entities/Structures/Furniture/carpets.yml +++ b/Resources/Prototypes/Entities/Structures/Furniture/carpets.yml @@ -20,6 +20,14 @@ - type: Physics canCollide: false - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.45,-0.45,0.45,0.45" + density: 5 + layer: + - DoorPassable - type: Damageable damageContainer: Inorganic - type: Destructible @@ -422,4 +430,4 @@ spawned: - id: MaterialCardboard1 amount: 1 - - type: TrayScanReveal \ No newline at end of file + - type: TrayScanReveal -- 2.51.2