From 1ee203e80c706cdeb7e30ab06872474ffa42ae6f Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Sat, 1 Apr 2017 18:16:33 -0400 Subject: [PATCH] Removes a call to datum/New --- code/modules/atmospherics/gasmixtures/gas_mixture.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/atmospherics/gasmixtures/gas_mixture.dm b/code/modules/atmospherics/gasmixtures/gas_mixture.dm index d65657a45b8..a0c7b38d0e5 100644 --- a/code/modules/atmospherics/gasmixtures/gas_mixture.dm +++ b/code/modules/atmospherics/gasmixtures/gas_mixture.dm @@ -35,7 +35,6 @@ var/list/gaslist_cache = init_gaslist_cache() var/datum/holder /datum/gas_mixture/New(volume = CELL_VOLUME) - ..() gases = new temperature = 0 temperature_archived = 0