Stops processing metroid's life after it's dead.

Fixes issue #1463

Signed-off-by: comma <krauchinsky@gmail.com>
This commit is contained in:
comma
2012-08-06 21:11:58 +04:00
parent c9785bbeff
commit fe41c6ea1e
@@ -7,11 +7,13 @@
..()
if(stat == 2)
return
var/datum/gas_mixture/environment // Added to prevent null location errors-- TLE
if(src.loc)
environment = loc.return_air()
//Apparently, the person who wrote this code designed it so that
//blinded get reset each cycle and then get activated later in the
//code. Very ugly. I dont care. Moving this stuff here so its easy