diff --git a/code/modules/lighting/light_source.dm b/code/modules/lighting/light_source.dm index 35bd0db7323..30493b98bec 100644 --- a/code/modules/lighting/light_source.dm +++ b/code/modules/lighting/light_source.dm @@ -69,7 +69,7 @@ lighting_update_lights += src /datum/light_source/proc/check() - if(!source_atom) + if(!source_atom || !light_range || !light_power) destroy() return 1