]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
fix atmos grid markers (#37142)
authorArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
Sat, 3 May 2025 07:11:31 +0000 (00:11 -0700)
committerGitHub <noreply@github.com>
Sat, 3 May 2025 07:11:31 +0000 (09:11 +0200)
* fix atmos grid markers

* 1984 CL

Content.Server/Atmos/EntitySystems/AtmosphereSystem.Commands.cs
Resources/Changelog/Maps.yml

index 1f0cd362c6dfc66bea9c90731f3dabebf71adf41..246c3a571fcdf7514b2005414bf976ce1468c5ae 100644 (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)
        {
index 92a10b0a90e2ec0c424239e37c4ca0187da456ea..da1845090abb5fb8acd55a74c371316b3d2a5632 100644 (file)
   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