ECS Atmos Part 2: Moves a lot of Gas Mixture methods to AtmosphereSystem. (#4218)
This commit is contained in:
committed by
GitHub
parent
e16c23a747
commit
263c9ef974
@@ -204,9 +204,9 @@ namespace Content.Server.Atmos.Components
|
||||
{
|
||||
var gas = atmosSystem.GetGas(i);
|
||||
|
||||
if (tile.Gases[i] <= Atmospherics.GasMinMoles) continue;
|
||||
if (tile.Moles[i] <= Atmospherics.GasMinMoles) continue;
|
||||
|
||||
gases.Add(new GasEntry(gas.Name, tile.Gases[i], gas.Color));
|
||||
gases.Add(new GasEntry(gas.Name, tile.Moles[i], gas.Color));
|
||||
}
|
||||
|
||||
UserInterface.SetState(
|
||||
|
||||
Reference in New Issue
Block a user