mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 02:24:11 +01:00
Stops processing metroid's life after it's dead.
Fixes issue #1463 Signed-off-by: comma <krauchinsky@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user