Skip to content
This repository was archived by the owner on Dec 23, 2025. It is now read-only.

Commit ee201c6

Browse files
fix atmos grid markers (space-wizards#37142)
* fix atmos grid markers * 1984 CL
1 parent 213a9ef commit ee201c6

2 files changed

Lines changed: 3 additions & 10 deletions

File tree

Content.Server/Atmos/EntitySystems/AtmosphereSystem.Commands.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ private void FixGridAtmosCommand(IConsoleShell shell, string argstr, string[] ar
6969
mixtures[7].AdjustMoles(Gas.Nitrogen, Atmospherics.MolesCellStandard);
7070

7171
// 8: Air (GM)
72-
mixtures[8].AdjustMoles(Gas.Oxygen, Atmospherics.MolesCellGasMiner);
73-
mixtures[8].AdjustMoles(Gas.Nitrogen, Atmospherics.MolesCellGasMiner);
72+
mixtures[8].AdjustMoles(Gas.Oxygen, Atmospherics.OxygenMolesGasMiner);
73+
mixtures[8].AdjustMoles(Gas.Nitrogen, Atmospherics.NitrogenMolesGasMiner);
7474

7575
foreach (var arg in args)
7676
{

Resources/Changelog/Maps.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,11 @@
6767
id: 9
6868
time: '2025-04-30T14:49:36.0000000+00:00'
6969
url: https://github.com/space-wizards/space-station-14/pull/36653
70-
- author: K-Dynamic
71-
changes:
72-
- message: Atmos air (6500 kPa) markers are available for mapping.
73-
type: Add
74-
id: 10
75-
time: '2025-05-01T22:03:47.0000000+00:00'
76-
url: https://github.com/space-wizards/space-station-14/pull/37061
7770
- author: Southbridge
7871
changes:
7972
- message: 'New salvage ruin: Atmos Interchange'
8073
type: Add
81-
id: 11
74+
id: 10
8275
time: '2025-05-02T15:45:46.0000000+00:00'
8376
url: https://github.com/space-wizards/space-station-14/pull/37115
8477
Order: 1

0 commit comments

Comments
 (0)