Made SkyMarshal's recommended changes.

This commit is contained in:
Aryn
2012-05-28 15:30:17 -06:00
parent ae2bf3c17d
commit c9478c6a46
3 changed files with 48 additions and 49 deletions

View File

@@ -424,8 +424,10 @@
var/datum/gas_mixture/filtered = new()
filtered.toxins = breath.toxins
filtered.trace_gases = breath.trace_gases.Copy()
filtered.update_values()
breath.toxins = 0
breath.trace_gases = list()
breath.update_values()
loc.assume_air(filtered)
else //Still give containing object the chance to interact