diff --git a/Content.Shared/Atmos/Atmospherics.cs b/Content.Shared/Atmos/Atmospherics.cs index 478fc01004..4afc1fdb5f 100644 --- a/Content.Shared/Atmos/Atmospherics.cs +++ b/Content.Shared/Atmos/Atmospherics.cs @@ -198,7 +198,7 @@ namespace Content.Shared.Atmos /// /// This is calculated to help prevent singlecap bombs (Overpowered tritium/oxygen single tank bombs) /// - public const float MinimumTritiumOxyburnEnergy = 2000000f; + public const float MinimumTritiumOxyburnEnergy = 430000f; public const float TritiumBurnOxyFactor = 100f; public const float TritiumBurnTritFactor = 10f;