From 5e71bbc62edcc0c028fdf1155270cf04adc51448 Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Sat, 1 Apr 2017 17:51:01 -0400 Subject: [PATCH] Fixes atmospherics (#25770) --- code/modules/atmospherics/gasmixtures/gas_mixture.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/atmospherics/gasmixtures/gas_mixture.dm b/code/modules/atmospherics/gasmixtures/gas_mixture.dm index 45c7ae4f690..d65657a45b8 100644 --- a/code/modules/atmospherics/gasmixtures/gas_mixture.dm +++ b/code/modules/atmospherics/gasmixtures/gas_mixture.dm @@ -112,6 +112,7 @@ var/list/gaslist_cache = init_gaslist_cache() var/cached_gases = gases TOTAL_MOLES(cached_gases, .) . *= R_IDEAL_GAS_EQUATION * temperature / volume + return return 0 /datum/gas_mixture/proc/return_temperature() //kelvins