Only auto-enable internals when necessary (#28248)
* Only auto-enable internals when necessary * Add toxic gas check * Rename Any -> AnyPositive
This commit is contained in:
@@ -106,7 +106,7 @@ namespace Content.Server.Atmos.EntitySystems
|
||||
if (tile?.Air == null)
|
||||
continue;
|
||||
|
||||
tile.Air.CopyFromMutable(combined);
|
||||
tile.Air.CopyFrom(combined);
|
||||
InvalidateVisuals(ent, tile);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user