Skip to content

Commit

Permalink
Change min temp delta to 0.1 (space-wizards#20512)
Browse files Browse the repository at this point in the history
Co-authored-by: deltanedas <@deltanedas:kde.org>
  • Loading branch information
deltanedas authored Sep 26, 2023
1 parent 679e794 commit dfc2d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/Atmos/Atmospherics.cs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ static Atmospherics()
/// <summary>
/// Minimum temperature difference before the gas temperatures are just set to be equal.
/// </summary>
public const float MinimumTemperatureDeltaToConsider = 0.5f;
public const float MinimumTemperatureDeltaToConsider = 0.1f;

/// <summary>
/// Minimum temperature for starting superconduction.
Expand Down

0 comments on commit dfc2d8a

Please sign in to comment.