From: Connor Huffine Date: Tue, 14 Oct 2025 18:17:20 +0000 (-0400) Subject: Singularity eats carpet (#40896) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=b96ef5c10430c269e953e6a24f9cfcf244f5c08a;p=space-station-14.git Singularity eats carpet (#40896) * Add carpet fixture * Remove DoorPassable * Put DoorPassable Back --- 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