[MIRROR] Lowers nightvision threshold to work for mesons, fixes not being able to examine stuff lit by overlay lights [MDB IGNORE] (#19704)

Lowers nightvision threshold to work for mesons, fixes not being able to examine stuff lit by overlay lights

Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>
Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-03-10 06:41:52 +00:00
committed by GitHub
co-authored by LemonInTheDark Gandalf
parent a9c91611e5
commit d2acbc97d7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -549,7 +549,7 @@
if(is_blind()) //blind people see things differently (through touch)
if(!blind_examine_check(examinify))
return
else if(!examine_turf.luminosity && \
else if(!(examine_turf.luminosity || examine_turf.dynamic_lumcount) && \
get_dist(src, examine_turf) > 1 && \
!has_nightvision()) // If you aren't blind, it's in darkness (that you can't see) and farther then next to you
return