Update SharedEntityStorageComponent.cs
This commit is contained in:
@@ -92,7 +92,7 @@ public abstract partial class SharedEntityStorageComponent : Component
|
||||
/// Whether or not the container is sealed and traps air inside of it
|
||||
/// </summary>
|
||||
[DataField, ViewVariables(VVAccess.ReadWrite)]
|
||||
public bool Airtight = false; //CP14 false default: no atmos on MapGrid
|
||||
public bool Airtight = true;
|
||||
|
||||
/// <summary>
|
||||
/// Whether or not the entitystorage is open or closed
|
||||
|
||||
Reference in New Issue
Block a user