fix atmos grid markers (#37142)

* fix atmos grid markers

* 1984 CL
This commit is contained in:
ArtisticRoomba
2025-05-03 00:11:31 -07:00
committed by GitHub
parent 213a9ef36d
commit ee201c6eb7
2 changed files with 3 additions and 10 deletions

View File

@@ -69,8 +69,8 @@ public sealed partial class AtmosphereSystem
mixtures[7].AdjustMoles(Gas.Nitrogen, Atmospherics.MolesCellStandard);
// 8: Air (GM)
mixtures[8].AdjustMoles(Gas.Oxygen, Atmospherics.MolesCellGasMiner);
mixtures[8].AdjustMoles(Gas.Nitrogen, Atmospherics.MolesCellGasMiner);
mixtures[8].AdjustMoles(Gas.Oxygen, Atmospherics.OxygenMolesGasMiner);
mixtures[8].AdjustMoles(Gas.Nitrogen, Atmospherics.NitrogenMolesGasMiner);
foreach (var arg in args)
{