Update Atmospherics.cs (#17125)

This commit is contained in:
Ilya246
2023-06-05 04:57:45 +04:00
committed by GitHub
parent 181ab585de
commit c1644ccd48

View File

@@ -198,7 +198,7 @@ namespace Content.Shared.Atmos
/// <summary>
/// This is calculated to help prevent singlecap bombs (Overpowered tritium/oxygen single tank bombs)
/// </summary>
public const float MinimumTritiumOxyburnEnergy = 2000000f;
public const float MinimumTritiumOxyburnEnergy = 430000f;
public const float TritiumBurnOxyFactor = 100f;
public const float TritiumBurnTritFactor = 10f;