From ca8778b759b756d66eec6c76dd64031512df3b6d Mon Sep 17 00:00:00 2001 From: Milon Date: Sat, 5 Oct 2024 02:54:46 +0200 Subject: [PATCH] unfuck frezon and n2o prices (#1963) fucked up --- Content.Shared/Atmos/Atmospherics.cs | 2 +- Resources/Prototypes/Atmospherics/gases.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Content.Shared/Atmos/Atmospherics.cs b/Content.Shared/Atmos/Atmospherics.cs index 0fc6305afc6..76444897340 100644 --- a/Content.Shared/Atmos/Atmospherics.cs +++ b/Content.Shared/Atmos/Atmospherics.cs @@ -233,7 +233,7 @@ public static class Atmospherics /// /// 1 mol of Tritium is required per X mol of oxygen. /// - public const float FrezonProductionTritRatio = 8.0f; + public const float FrezonProductionTritRatio = 50.0f; // DeltaV - Change back to 50 /// /// 1 / X of the tritium is converted into Frezon each tick diff --git a/Resources/Prototypes/Atmospherics/gases.yml b/Resources/Prototypes/Atmospherics/gases.yml index 555fefaebc7..bd28640786e 100644 --- a/Resources/Prototypes/Atmospherics/gases.yml +++ b/Resources/Prototypes/Atmospherics/gases.yml @@ -81,7 +81,7 @@ molarMass: 44 color: 8F00FF reagent: NitrousOxide - pricePerMole: 0.1 + pricePerMole: 1 # DeltaV - Change back to 1 - type: gas id: 8 @@ -94,4 +94,4 @@ gasMolesVisible: 0.6 color: 3a758c reagent: Frezon - pricePerMole: 0.3 + pricePerMole: 3 # DeltaV - Change back to 3