Merge pull request #1093 from Citadel-Station-13/upstream-merge-27396

[MIRROR] Since you can properly scrub Freon now, it doesn't destroy itself.
This commit is contained in:
LetterJay
2017-05-22 08:25:13 -05:00
committed by GitHub
@@ -76,7 +76,6 @@
/datum/gas_reaction/freon/react(datum/gas_mixture/air, turf/open/location)
. = NO_REACTION
if(location && location.freon_gas_act())
air.gases["freon"][MOLES] -= MOLES_PLASMA_VISIBLE
. = REACTING
//water vapor: puts out fires?