Made restoring roundstart air restore the archive too (#12367)

This commit is contained in:
Putnam3145
2020-05-28 00:36:51 -07:00
committed by GitHub
parent bc4e4ca9f3
commit 8e945bca4d

View File

@@ -244,6 +244,7 @@ GLOBAL_LIST_INIT(meta_gas_fusions, meta_gas_fusion_list())
if(!ispath(path))
path = gas_id2path(path) //a lot of these strings can't have embedded expressions (especially for mappers), so support for IDs needs to stick around
gases[path] = text2num(gas[id])
archive()
return 1
/datum/gas_mixture/share(datum/gas_mixture/sharer, atmos_adjacent_turfs = 4)