Removes a call to datum/New

This commit is contained in:
Cyberboss
2017-04-01 18:16:33 -04:00
committed by GitHub
parent 5e71bbc62e
commit 1ee203e80c
@@ -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