diff --git a/Content.Shared/Atmos/Atmospherics.cs b/Content.Shared/Atmos/Atmospherics.cs
index 13603eb6c8..fd5976aa0b 100644
--- a/Content.Shared/Atmos/Atmospherics.cs
+++ b/Content.Shared/Atmos/Atmospherics.cs
@@ -123,7 +123,7 @@ namespace Content.Shared.Atmos
///
/// Minimum temperature difference before the gas temperatures are just set to be equal.
///
- public const float MinimumTemperatureDeltaToConsider = 0.5f;
+ public const float MinimumTemperatureDeltaToConsider = 0.1f;
///
/// Minimum temperature for starting superconduction.