Pods archive too whoops

This commit is contained in:
Putnam
2020-05-09 11:27:26 -07:00
parent 7004001e4b
commit 0fcc7c93a2
@@ -152,8 +152,8 @@
pod_moving = 0
if(!QDELETED(pod))
var/datum/gas_mixture/floor_mixture = loc.return_air()
ARCHIVE_TEMPERATURE(floor_mixture)
ARCHIVE_TEMPERATURE(pod.air_contents)
ARCHIVE(floor_mixture)
ARCHIVE(pod.air_contents)
pod.air_contents.share(floor_mixture, 1) //mix the pod's gas mixture with the tile it's on
air_update_turf()