From 04aa7504fba8097d403666c28a9a34cf01092db7 Mon Sep 17 00:00:00 2001 From: Ed Date: Thu, 13 Feb 2025 23:38:00 +0300 Subject: [PATCH] Update SharedEntityStorageComponent.cs --- .../Storage/Components/SharedEntityStorageComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/Storage/Components/SharedEntityStorageComponent.cs b/Content.Shared/Storage/Components/SharedEntityStorageComponent.cs index e47639d758..b02c97db71 100644 --- a/Content.Shared/Storage/Components/SharedEntityStorageComponent.cs +++ b/Content.Shared/Storage/Components/SharedEntityStorageComponent.cs @@ -92,7 +92,7 @@ public abstract partial class SharedEntityStorageComponent : Component /// Whether or not the container is sealed and traps air inside of it /// [DataField, ViewVariables(VVAccess.ReadWrite)] - public bool Airtight = false; //CP14 false default: no atmos on MapGrid + public bool Airtight = true; /// /// Whether or not the entitystorage is open or closed