mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
As in human/life(), made metroid/Life() abort if stat == 2
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
return
|
||||
|
||||
..()
|
||||
|
||||
if (stat == 2)
|
||||
return
|
||||
|
||||
var/datum/gas_mixture/environment // Added to prevent null location errors-- TLE
|
||||
if(src.loc)
|
||||
|
||||
Reference in New Issue
Block a user