diff --git a/code/modules/power/singularity/narsie.dm b/code/modules/power/singularity/narsie.dm index a80bca459db..081cf0f6b79 100644 --- a/code/modules/power/singularity/narsie.dm +++ b/code/modules/power/singularity/narsie.dm @@ -122,6 +122,8 @@ var/list/noncultists = list() for(var/mob/living/carbon/food in GLOB.alive_mob_list) //we don't care about constructs or cult-Ians or whatever. cult-monkeys are fair game i guess var/turf/pos = get_turf(food) + if(!pos) // The GLOB mob list (alive or dead) can contain null entries, so we gotta check if we're trying to get the turf of something that doesn't exist + return if(pos.z != src.z) continue