Fixes transit pod's pressure
Created by: Zth--
So what was the problem here? return_air
wasn't returning the pressure or the total_moles. So the mob couldn't tell how much pressure was in it. This has been tested and the fix works. I actually don't know why return_air's been designed like this, but oh well
Note to mappers: Just in case you didn't know, when a transit pod reaches a station, pod.mix_air
gets called, mixing the contents of the room with the pod itself. So if you put a pod station in the outside without any atmos, it'll depressurize the pod.
Closes #7244 (closed)
- bugfix: Transit pods now calculate their pressure correctly. You don't need to wear hardsuits to use them anymore.