Adds a new AtmosphereSystem.GetTileMixture() override (#21804)
This commit is contained in:
@@ -65,7 +65,7 @@ public sealed class GasProducerAnomalySystem : EntitySystem
|
||||
if (tilerefs.Length == 0)
|
||||
return;
|
||||
|
||||
var mixture = _atmosphere.GetTileMixture(xform.GridUid, xform.MapUid, _xform.GetGridOrMapTilePosition(uid, xform), true);
|
||||
var mixture = _atmosphere.GetTileMixture((uid, xform), grid, true);
|
||||
if (mixture != null)
|
||||
{
|
||||
mixture.AdjustMoles(gas, mols);
|
||||
|
||||
Reference in New Issue
Block a user