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:
Leon Friedrich
2024-05-31 14:28:11 +12:00
committed by GitHub
parent dee9634c01
commit 54337911d3
16 changed files with 189 additions and 34 deletions

View File

@@ -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);
}