From: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com> Date: Sat, 3 May 2025 07:11:31 +0000 (-0700) Subject: fix atmos grid markers (#37142) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=ee201c6eb7bd5adcb2b6bda40dc6968ceed90ec0;p=space-station-14.git fix atmos grid markers (#37142) * fix atmos grid markers * 1984 CL --- 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