Add nitrous oxide synthesis reaction (#22774)

Co-authored-by: whateverusername0 <whateveremail>
Co-authored-by: Kevin Zheng <kevinz5000@gmail.com>
This commit is contained in:
username
2023-12-21 10:14:59 +10:00
committed by GitHub
parent 77cf08c334
commit 5a4e04ea14
3 changed files with 55 additions and 0 deletions

View File

@@ -241,6 +241,11 @@ namespace Content.Shared.Atmos
/// </summary>
public const float MiasmicSubsumationMaxConversionRate = 5f;
/// <summary>
/// Divisor for Miasma Oxygen reaction so that it doesn't happen instantaneously.
/// </summary>
public const float MiasmaOxygenReactionRate = 10f;
/// <summary>
/// Determines at what pressure the ultra-high pressure red icon is displayed.
/// </summary>