From ee201c6eb7bd5adcb2b6bda40dc6968ceed90ec0 Mon Sep 17 00:00:00 2001 From: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com> Date: Sat, 3 May 2025 00:11:31 -0700 Subject: [PATCH] fix atmos grid markers (#37142) * fix atmos grid markers * 1984 CL --- .../Atmos/EntitySystems/AtmosphereSystem.Commands.cs | 4 ++-- Resources/Changelog/Maps.yml | 9 +-------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Commands.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Commands.cs index 1f0cd362c6..246c3a571f 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Commands.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Commands.cs @@ -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) { diff --git a/Resources/Changelog/Maps.yml b/Resources/Changelog/Maps.yml index 92a10b0a90..da1845090a 100644 --- a/Resources/Changelog/Maps.yml +++ b/Resources/Changelog/Maps.yml @@ -67,18 +67,11 @@ id: 9 time: '2025-04-30T14:49:36.0000000+00:00' 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 changes: - message: 'New salvage ruin: Atmos Interchange' type: Add - id: 11 + id: 10 time: '2025-05-02T15:45:46.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/37115 Order: 1