Another IPC radiation check

This commit is contained in:
Markolie
2014-12-20 20:55:38 +01:00
parent 17ae62bc99
commit 640d5ef984
+2
View File
@@ -41,6 +41,8 @@
for(var/i = 0, i < 10, i++)
for(var/mob/living/carbon/human/H in living_mob_list)
if(H.species.flags & IS_SYNTHETIC) // Leave synthetics completely unaffected
return
var/turf/T = get_turf(H)
if(!T)
continue