Skip to content

Commit

Permalink
unfuck frezon and n2o prices (#1963)
Browse files Browse the repository at this point in the history
fucked up
  • Loading branch information
MilonPL authored Oct 5, 2024
1 parent b32635b commit ca8778b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 = 8.0f;
public const float FrezonProductionTritRatio = 50.0f; // DeltaV - Change back to 50

/// <summary>
/// 1 / X of the tritium is converted into Frezon each tick
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Atmospherics/gases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
molarMass: 44
color: 8F00FF
reagent: NitrousOxide
pricePerMole: 0.1
pricePerMole: 1 # DeltaV - Change back to 1

- type: gas
id: 8
Expand All @@ -94,4 +94,4 @@
gasMolesVisible: 0.6
color: 3a758c
reagent: Frezon
pricePerMole: 0.3
pricePerMole: 3 # DeltaV - Change back to 3

0 comments on commit ca8778b

Please sign in to comment.