mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 19:47:47 +01:00
Typofix
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user