This commit is contained in:
Sharkmare
2021-03-09 07:34:18 +01:00
parent 183d89e0b0
commit 2e2c01a60f
@@ -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!