Reduce atmos system resolves (#6465)
This commit is contained in:
@@ -100,7 +100,7 @@ namespace Content.Server.Atmos.Piping.Unary.EntitySystems
|
||||
if (molesDelta > 0)
|
||||
{
|
||||
var removed = environment.Remove(molesDelta);
|
||||
pipe.AssumeAir(removed);
|
||||
_atmosphereSystem.Merge(pipe.Air, removed);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user