Reduce atmos system resolves (#6465)

This commit is contained in:
Leon Friedrich
2022-02-05 23:57:26 +13:00
committed by GitHub
parent df1162e9f6
commit 32ada7de7a
9 changed files with 20 additions and 16 deletions

View File

@@ -112,12 +112,6 @@ namespace Content.Server.NodeContainer.Nodes
}
}
public void AssumeAir(GasMixture giver)
{
if(PipeNet != null)
EntitySystem.Get<AtmosphereSystem>().Merge(PipeNet.Air, giver);
}
[ViewVariables]
[DataField("volume")]
public float Volume { get; set; } = DefaultVolume;