diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Monstermos.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Monstermos.cs index b91a0dcf37..3a93cd26af 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Monstermos.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Monstermos.cs @@ -397,6 +397,7 @@ namespace Content.Server.Atmos.EntitySystems if (!otherTile.AdjacentBits.IsFlagSet(direction)) continue; otherTile2.MonstermosInfo = new MonstermosInfo {LastQueueCycle = queueCycle}; _depressurizeTiles[tileCount++] = otherTile2; + if (tileCount >= limit) break; } }