Supermatter will stop processing when it's in space.

Conflicts:
	code/modules/supermatter/supermatter.dm
This commit is contained in:
Ccomp5950
2014-02-15 17:20:54 -06:00
committed by ZomgPonies
parent a2e9bce1cb
commit e7fd4ae332
+3
View File
@@ -93,6 +93,9 @@
if(!istype(L)) //We are in a crate or somewhere that isn't turf, if we return to turf resume processing but for now.
return //Yeah just stop.
if(istype(L, /turf/space)) // Stop processing this stuff if we've been ejected.
return
//Ok, get the air from the turf
var/datum/gas_mixture/env = L.return_air()