mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 23:23:28 +01:00
Another IPC radiation check
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user