mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Fixes #8450
This commit is contained in:
@@ -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
|
//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)
|
/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
|
removed.volume = removed_volume
|
||||||
return removed
|
return removed
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user