From 2e2c01a60fa241de73888c9df057b51eb30c8c2a Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Tue, 9 Mar 2021 07:34:18 +0100 Subject: [PATCH] Typofix --- .../living/carbon/human/species/shadekin/shadekin_abilities.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!