Increase trit-to-frezon ratio from 1:8 to 1:50 (#42400)
roll back to old trit -> frez ratio
This commit is contained in:
parent
3a14020a2f
commit
cb87000ee8
|
|
@ -268,7 +268,7 @@ namespace Content.Shared.Atmos
|
|||
/// <summary>
|
||||
/// 1 mol of Tritium is required per X mol of oxygen.
|
||||
/// </summary>
|
||||
public const float FrezonProductionTritRatio = 50.0f; // DeltaV - Change back to 50
|
||||
public const float FrezonProductionTritRatio = 50.0f;
|
||||
|
||||
/// <summary>
|
||||
/// 1 / X of the tritium is converted into Frezon each tick
|
||||
|
|
|
|||
Loading…
Reference in New Issue