From 1bf37dfb1b6a57facdb71889e5672d3cd1d031b8 Mon Sep 17 00:00:00 2001 From: Putnam Date: Sat, 4 Apr 2020 22:04:37 -0700 Subject: [PATCH] Doubles pluoxium specific heat --- code/modules/atmospherics/gasmixtures/gas_types.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/atmospherics/gasmixtures/gas_types.dm b/code/modules/atmospherics/gasmixtures/gas_types.dm index 19f7bff965..0e65b83020 100644 --- a/code/modules/atmospherics/gasmixtures/gas_types.dm +++ b/code/modules/atmospherics/gasmixtures/gas_types.dm @@ -172,7 +172,7 @@ GLOBAL_LIST_INIT(nonreactive_gases, typecacheof(list(/datum/gas/oxygen, /datum/g /datum/gas/pluoxium id = "pluox" - specific_heat = 80 + specific_heat = 160 name = "Pluoxium" fusion_power = 10 rarity = 200