Makes miasma generate correctly, reverts previous pluox change.

This commit is contained in:
Putnam
2020-04-05 03:23:58 -07:00
parent 1bf37dfb1b
commit 31f4269515
2 changed files with 10 additions and 4 deletions
+8 -2
View File
@@ -377,9 +377,15 @@
var/turf/open/miasma_turf = deceasedturf
var/list/cached_gases = miasma_turf.air.gases
var/datum/gas_mixture/stank = new
cached_gases[/datum/gas/miasma] += 0.1
stank.gases[/datum/gas/miasma] = 0.1
stank.temperature = BODYTEMP_NORMAL
miasma_turf.assume_air(stank)
miasma_turf.air_update_turf()
/mob/living/carbon/proc/handle_blood()
return