Atmos air (6500 kPa) marker (#37061)

* air GM atmosphere

* atmos fix air miner
This commit is contained in:
K-Dynamic
2025-05-02 10:03:47 +12:00
committed by GitHub
parent 9a7b68de55
commit ea64d4d106
5 changed files with 63 additions and 36 deletions

View File

@@ -96,6 +96,9 @@ namespace Content.Shared.Atmos
public const float OxygenMolesFreezer = MolesCellFreezer * OxygenStandard;
public const float NitrogenMolesFreezer = MolesCellFreezer * NitrogenStandard;
public const float OxygenMolesGasMiner = MolesCellGasMiner * OxygenStandard;
public const float NitrogenMolesGasMiner = MolesCellGasMiner * NitrogenStandard;
#endregion
/// <summary>