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 08d66cae1c..9347a0c9fe 100644 --- a/code/modules/atmospherics/auxgm/gas_types.dm +++ b/code/modules/atmospherics/auxgm/gas_types.dm @@ -296,4 +296,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