From 858333295bfd743f6e12b5dc25ade970a78d315b Mon Sep 17 00:00:00 2001 From: Putnam3145 Date: Mon, 13 Jun 2022 19:14:25 -0700 Subject: [PATCH] I miscalibrated QCD's difficulty a bit --- code/__DEFINES/reactions.dm | 2 +- code/modules/atmospherics/auxgm/gas_types.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/__DEFINES/reactions.dm b/code/__DEFINES/reactions.dm index 51c6e3c394..061ac289d0 100644 --- a/code/__DEFINES/reactions.dm +++ b/code/__DEFINES/reactions.dm @@ -27,7 +27,7 @@ #define NOBLIUM_RESEARCH_AMOUNT 25 #define BZ_RESEARCH_SCALE 4 #define BZ_RESEARCH_MAX_AMOUNT 400 -#define QCD_RESEARCH_AMOUNT 2 // often made in absolutely massive quantities due to the simple nature of fusion +#define QCD_RESEARCH_AMOUNT 0.2 // often made in absolutely massive quantities due to the simple nature of fusion #define MIASMA_RESEARCH_AMOUNT 6 #define STIMULUM_RESEARCH_AMOUNT 50 //Plasma fusion properties diff --git a/code/modules/atmospherics/auxgm/gas_types.dm b/code/modules/atmospherics/auxgm/gas_types.dm index 943fdeb14a..402c6a8fa6 100644 --- a/code/modules/atmospherics/auxgm/gas_types.dm +++ b/code/modules/atmospherics/auxgm/gas_types.dm @@ -295,4 +295,4 @@ powermix = -1 transmit_modifier = -10 heat_penalty = -10 - price = 100 // it's kinda really hard to actually get it into a canister + price = 5 // IT'S NOT ACTUALLY THAT HARD TO GET INTO A CANISTER LOL