Fixed a bug in atmos code.

This commit is contained in:
unknown
2016-08-03 03:10:41 -07:00
parent 5f9420ed6a
commit 02f18af893
@@ -372,7 +372,7 @@ var/list/gaslist_cache = null
copy.temperature = temperature
for(var/id in cached_gases)
add_gas(id)
copy.add_gas(id)
copy_gases[id][MOLES] = cached_gases[id][MOLES]
return copy