From 5732421519515324cbb5eea216e064b6d39da0b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Aguilera=20Puerto?= Date: Sat, 17 Oct 2020 18:03:05 +0200 Subject: [PATCH] Buff explosive depressurization. --- Content.Server/Atmos/TileAtmosphere.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;