This commit is contained in:
GinjaNinja32
2015-03-25 02:17:02 +00:00
parent 870bbd7084
commit 61a8b8e14c

View File

@@ -239,7 +239,7 @@
//Removes a volume of gas from the mixture and returns a gas_mixture containing the removed air with the given volume
/datum/gas_mixture/proc/remove_volume(removed_volume)
var/datum/gas_mixture/removed = remove_ratio(removed_volume/volume, 1)
var/datum/gas_mixture/removed = remove_ratio(removed_volume/(volume*group_multiplier), 1)
removed.volume = removed_volume
return removed