From 931a3dd8ddba39bedf95d9be457f6f1f89bf1408 Mon Sep 17 00:00:00 2001 From: meganerobot Date: Mon, 13 Oct 2025 17:07:53 +0100 Subject: [PATCH] Make SmartFridges airtight (#40196) * added airtight component to smartfridge.yml * pulled the Airtight component, replaced mask with Impassable * back to the way it was i guess --------- Co-authored-by: meganerobot --- .../Prototypes/Entities/Structures/Machines/smartfridge.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Prototypes/Entities/Structures/Machines/smartfridge.yml b/Resources/Prototypes/Entities/Structures/Machines/smartfridge.yml index 26bc5d52bb..dc9ad5fafa 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/smartfridge.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/smartfridge.yml @@ -114,6 +114,7 @@ collection: MetalThud - type: ExplosionResistance damageCoefficient: 0.1 + - type: Airtight - type: entity parent: SmartFridge -- 2.51.2