From 49723c1338e5822e02000b86d5dfc403c22c9127 Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Fri, 9 Nov 2018 23:00:47 -0800 Subject: [PATCH] Update gas_types.dm --- code/modules/atmospherics/gasmixtures/gas_types.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/modules/atmospherics/gasmixtures/gas_types.dm b/code/modules/atmospherics/gasmixtures/gas_types.dm index 8df2876a46..9dcf8c3145 100644 --- a/code/modules/atmospherics/gasmixtures/gas_types.dm +++ b/code/modules/atmospherics/gasmixtures/gas_types.dm @@ -133,7 +133,8 @@ GLOBAL_LIST_INIT(nonreactive_gases, typecacheof(list(/datum/gas/oxygen, /datum/g /datum/gas/miasma id = "miasma" - specific_heat = 20 + specific_heat = 0.00001 + fusion_power = 50 name = "Miasma" gas_overlay = "miasma" moles_visible = MOLES_GAS_VISIBLE * 60 @@ -148,4 +149,4 @@ GLOBAL_LIST_INIT(nonreactive_gases, typecacheof(list(/datum/gas/oxygen, /datum/g /obj/effect/overlay/gas/New(state, alph) . = ..() icon_state = state - alpha = alph \ No newline at end of file + alpha = alph