mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
[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:
co-authored by
LemonInTheDark
Gandalf
parent
a9c91611e5
commit
d2acbc97d7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user