removes simulated turfs; adds space gas mixture for space

This commit is contained in:
duncathan
2016-03-10 17:27:01 -06:00
parent 1db8235fd5
commit 5bf31463da
208 changed files with 135578 additions and 135649 deletions
@@ -154,8 +154,8 @@
var/blast = 0
/datum/effect_system/smoke_spread/freezing/proc/Chilled(atom/A)
if(istype(A, /turf/simulated))
var/turf/simulated/T = A
if(isturf(A))
var/turf/T = A
if(T.air)
var/datum/gas_mixture/G = T.air
if(get_dist(T, location) < 2) // Otherwise we'll get silliness like people using Nanofrost to kill people through walls with cold air