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); mixtures[7].AdjustMoles(Gas.Nitrogen, Atmospherics.MolesCellStandard);
// 8: Air (GM) // 8: Air (GM)
mixtures[8].AdjustMoles(Gas.Oxygen, Atmospherics.MolesCellGasMiner); mixtures[8].AdjustMoles(Gas.Oxygen, Atmospherics.OxygenMolesGasMiner);
mixtures[8].AdjustMoles(Gas.Nitrogen, Atmospherics.MolesCellGasMiner); mixtures[8].AdjustMoles(Gas.Nitrogen, Atmospherics.NitrogenMolesGasMiner);
foreach (var arg in args) foreach (var arg in args)
{ {

View File

@@ -67,18 +67,11 @@
id: 9 id: 9
time: '2025-04-30T14:49:36.0000000+00:00' time: '2025-04-30T14:49:36.0000000+00:00'
url: https://github.com/space-wizards/space-station-14/pull/36653 url: https://github.com/space-wizards/space-station-14/pull/36653
- author: K-Dynamic
changes:
- message: Atmos air (6500 kPa) markers are available for mapping.
type: Add
id: 10
time: '2025-05-01T22:03:47.0000000+00:00'
url: https://github.com/space-wizards/space-station-14/pull/37061
- author: Southbridge - author: Southbridge
changes: changes:
- message: 'New salvage ruin: Atmos Interchange' - message: 'New salvage ruin: Atmos Interchange'
type: Add type: Add
id: 11 id: 10
time: '2025-05-02T15:45:46.0000000+00:00' time: '2025-05-02T15:45:46.0000000+00:00'
url: https://github.com/space-wizards/space-station-14/pull/37115 url: https://github.com/space-wizards/space-station-14/pull/37115
Order: 1 Order: 1