[MIRROR] Fixes dynamic lighting not impacting is_softly_lit (#1426)

* Fixes dynamic lighting not impacting is_softly_lit  (#54518)

This fixes an issue with visible messages being hidden, despite being on lit looking turfs

* Fixes dynamic lighting not impacting is_softly_lit

Co-authored-by: Azarak <azarak10@gmail.com>
This commit is contained in:
SkyratBot
2020-10-22 23:02:07 +01:00
committed by GitHub
co-authored by Azarak
parent 6a809116e4
commit cc028592bb
+1 -1
View File
@@ -75,7 +75,7 @@
if (!lighting_object)
return FALSE
return !lighting_object.luminosity
return !(lighting_object.luminosity || dynamic_lumcount)
///Proc to add movable sources of opacity on the turf and let it handle lighting code.