Skip to content

Commit

Permalink
unwraps this
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Aug 24, 2023
1 parent eb89821 commit 8b89afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/human.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1394,7 +1394,7 @@
if(glasses)
process_glasses(glasses)

if(!(sight & (SEE_TURFS|SEE_OBJS|SEE_TURFS)))
if(!(sight & SEE_TURFS) && !(sight & SEE_MOBS) && !(sight & SEE_OBJS))
sight |= SEE_BLACKNESS

SEND_SIGNAL(src, COMSIG_HUMAN_POST_UPDATE_SIGHT)
Expand Down

0 comments on commit 8b89afa

Please sign in to comment.