diff --git a/code/modules/mob/living/carbon/human/species/shadekin/shadekin_abilities.dm b/code/modules/mob/living/carbon/human/species/shadekin/shadekin_abilities.dm index c4011f8b3a3..ec6e849a0db 100644 --- a/code/modules/mob/living/carbon/human/species/shadekin/shadekin_abilities.dm +++ b/code/modules/mob/living/carbon/human/species/shadekin/shadekin_abilities.dm @@ -43,7 +43,7 @@ darkness = 1-brightness //Invert var/watcher =-1 - for(var/mob/living/carbon/human/watchers in oveiw(7,src )) // If we can see them... + for(var/mob/living/carbon/human/watchers in view(7,src )) // If we can see them... if(watchers in oviewers(7,src)) // And they can see us... if(!(watchers.stat) && !isbelly(watchers.loc) && !istype(watchers.loc, /obj/item/weapon/holder)) // And they are alive and not being held by someone... watcher++ // They are watching us!