Change planet command gas constants (#13014)

This commit is contained in:
metalgearsloth
2022-12-13 21:26:35 +11:00
committed by GitHub
parent 80235fdef0
commit 043079384d

View File

@@ -62,7 +62,7 @@ public sealed class PlanetCommand : IConsoleCommand
var atmos = _entManager.EnsureComponent<MapAtmosphereComponent>(mapUid);
atmos.Space = false;
var moles = new float[Atmospherics.TotalNumberOfGases];
var moles = new float[Atmospherics.AdjustedNumberOfGases];
moles[(int) Gas.Oxygen] = 21.824779f;
moles[(int) Gas.Nitrogen] = 82.10312f;