restore tritium fire energy to reenable maxcaps (#42641)

Co-authored-by: Rory Flowers <roryflowers@github>
This commit is contained in:
roryflowers 2026-01-25 18:24:22 -06:00 committed by Coryler
parent ed28d77fb2
commit 0f766aab0c
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ namespace Content.Shared.Atmos
/// <summary>
/// Amount of heat released per mole of burnt hydrogen or tritium (hydrogen isotope)
/// </summary>
public const float FireHydrogenEnergyReleased = 284e3f; // hydrogen is 284 kJ/mol
public const float FireHydrogenEnergyReleased = 284e4f;
public const float FireMinimumTemperatureToExist = T0C + 100f;
public const float FireMinimumTemperatureToSpread = T0C + 150f;
public const float FireSpreadRadiosityScale = 0.85f;