diff --git a/Content.Server/Atmos/TileAtmosphere.cs b/Content.Server/Atmos/TileAtmosphere.cs index 70d41b37fc..3fc9a9f078 100644 --- a/Content.Server/Atmos/TileAtmosphere.cs +++ b/Content.Server/Atmos/TileAtmosphere.cs @@ -980,7 +980,7 @@ namespace Content.Server.Atmos { if (Air == null) return; - const int limit = Atmospherics.ZumosTileLimit; + const int limit = Atmospherics.ZumosHardTileLimit; var totalGasesRemoved = 0f; var queueCycle = ++_gridAtmosphereComponent.EqualizationQueueCycleControl;