Plasma still creates tritium down to 1 to 32 concentration (#16517)

- But it's less efficient
This commit is contained in:
Tom Leys
2023-05-18 07:22:56 +12:00
committed by GitHub
parent 4c9c3e75ec
commit e4ccd13845
2 changed files with 10 additions and 2 deletions

View File

@@ -187,6 +187,7 @@ namespace Content.Shared.Atmos
public const float FireGrowthRate = 40000f;
public const float SuperSaturationThreshold = 96f;
public const float SuperSaturationEnds = SuperSaturationThreshold / 3;
public const float OxygenBurnRateBase = 1.4f;
public const float PlasmaMinimumBurnTemperature = (100f+T0C);