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
This commit is contained in:
granpawalton
2019-01-16 17:22:21 -05:00
committed by Jordan Brown
parent 1350716db4
commit 36d64d231e
@@ -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