Fixes disposals not transferring gas to holder, creating air_contents with the wrong volume, runtime due to terrible management of shared gas_mix

Fixes one of the runtimes in #9310
This commit is contained in:
mwerezak
2015-06-23 23:14:20 -04:00
parent ef3813006e
commit 285ce84044
2 changed files with 7 additions and 7 deletions

View File

@@ -17,6 +17,8 @@
//List of active tile overlays for this gas_mixture. Updated by check_tile_graphic()
var/list/graphic = list()
/datum/gas_mixture/New(vol = CELL_VOLUME)
volume = vol
//Takes a gas string and the amount of moles to adjust by. Calls update_values() if update isn't 0.
/datum/gas_mixture/proc/adjust_gas(gasid, moles, update = 1)