Skip to content

Commit

Permalink
set trit ratio from 1:50 to 1:8
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya246 committed Sep 23, 2024
1 parent 5c87f4a commit 8d2be15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/Atmos/Atmospherics.cs
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ public static class Atmospherics
/// <summary>
/// 1 mol of Tritium is required per X mol of oxygen.
/// </summary>
public const float FrezonProductionTritRatio = 50.0f;
public const float FrezonProductionTritRatio = 8.0f;

/// <summary>
/// 1 / X of the tritium is converted into Frezon each tick
Expand Down

0 comments on commit 8d2be15

Please sign in to comment.