From 36d64d231e70f2f719c9ce5c613fdfc840fdc753 Mon Sep 17 00:00:00 2001 From: granpawalton <36310010+granpawalton@users.noreply.github.com> Date: Wed, 16 Jan 2019 16:22:21 -0600 Subject: [PATCH] Lowers CO2 fusion power and slightly bumps up nitryl (#42246) * lowers CO2 fusion power from 3 to 1.2 * raises nitryl fusion power from 15 to 16 * bad calculation, raises CO2 from 1.2 to 1.25 --- code/modules/atmospherics/gasmixtures/gas_types.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/atmospherics/gasmixtures/gas_types.dm b/code/modules/atmospherics/gasmixtures/gas_types.dm index 37d0eaa37cb..9ed6fed7c48 100644 --- a/code/modules/atmospherics/gasmixtures/gas_types.dm +++ b/code/modules/atmospherics/gasmixtures/gas_types.dm @@ -65,7 +65,7 @@ GLOBAL_LIST_INIT(nonreactive_gases, typecacheof(list(/datum/gas/oxygen, /datum/g id = "co2" specific_heat = 30 name = "Carbon Dioxide" - fusion_power = 3 + fusion_power = 1.25 rarity = 700 /datum/gas/plasma @@ -111,7 +111,7 @@ GLOBAL_LIST_INIT(nonreactive_gases, typecacheof(list(/datum/gas/oxygen, /datum/g gas_overlay = "nitryl" moles_visible = MOLES_GAS_VISIBLE dangerous = TRUE - fusion_power = 15 + fusion_power = 16 rarity = 100 /datum/gas/tritium