diff --git a/code/modules/clothing/suits/armor_suits.dm b/code/modules/clothing/suits/armor_suits.dm index 096be172ed5..d4328ed99b6 100644 --- a/code/modules/clothing/suits/armor_suits.dm +++ b/code/modules/clothing/suits/armor_suits.dm @@ -537,7 +537,7 @@ if(reaction_check(hitby) && use_power()) owner.visible_message("[src] blocks [attack_text], sending out freezing bolts!") - for(var/mob/M in oview(get_turf(src), 7)) + for(var/mob/living/M in oview(get_turf(src), 7)) shootAt(M) if(prob(10)) //rarely vent gasses