From 640d5ef98474cdf104f46202e7c617a6e25eeb1a Mon Sep 17 00:00:00 2001 From: Markolie Date: Sat, 20 Dec 2014 20:55:38 +0100 Subject: [PATCH] Another IPC radiation check --- code/modules/events/radiation_storm.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/events/radiation_storm.dm b/code/modules/events/radiation_storm.dm index a288f61a0f9..48f46069588 100644 --- a/code/modules/events/radiation_storm.dm +++ b/code/modules/events/radiation_storm.dm @@ -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