As in human/life(), made metroid/Life() abort if stat == 2

This commit is contained in:
Albert Iordache
2012-07-11 11:33:43 +03:00
parent c2c71481e0
commit 3059f37f9a
@@ -6,6 +6,9 @@
return
..()
if (stat == 2)
return
var/datum/gas_mixture/environment // Added to prevent null location errors-- TLE
if(src.loc)