diff --git a/Content.Shared/Atmos/Atmospherics.cs b/Content.Shared/Atmos/Atmospherics.cs
index 13674cded0..24fa5ada20 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.1f;
+ public const float MinimumTemperatureDeltaToConsider = 0.01f;
///
/// Minimum temperature for starting superconduction.