Merge remote-tracking branch 'upstream/master' into ups

This commit is contained in:
Jabak
2024-08-17 02:38:56 +03:00
51 changed files with 532 additions and 95 deletions

View File

@@ -11,5 +11,5 @@ public sealed partial class CryoPodAirComponent : Component
/// </summary>
[ViewVariables(VVAccess.ReadWrite)]
[DataField("gasMixture")]
public GasMixture Air { get; set; } = new(Atmospherics.OneAtmosphere);
public GasMixture Air { get; set; } = new GasMixture(1000f);
}