Fix heater and freezer temperature range and wrong unit (#15904)

This commit is contained in:
Dawid Bla
2023-04-29 17:31:15 +02:00
committed by GitHub
parent efa205cd5b
commit 217b8a5a38
4 changed files with 11 additions and 11 deletions

View File

@@ -52,7 +52,7 @@ namespace Content.Server.Atmos.Piping.Unary.Components
public float MaxTemperature;
/// <summary>
/// Minimum temperature the device can reach with a 0 total laser quality. Usually the quality will be at
/// Minimum temperature the device can reach with a 0 total capacitor quality. Usually the quality will be at
/// least 1.
/// </summary>
[DataField("baseMinTemperature")]
@@ -60,7 +60,7 @@ namespace Content.Server.Atmos.Piping.Unary.Components
public float BaseMinTemperature = 96.625f; // Selected so that tier-1 parts can reach 73.15k
/// <summary>
/// Maximum temperature the device can reach with a 0 total laser quality. Usually the quality will be at
/// Maximum temperature the device can reach with a 0 total capacitor quality. Usually the quality will be at
/// least 1.
/// </summary>
[DataField("baseMaxTemperature")]