/datum/element/light_eaten
        
    
            
        
Makes anything that it attaches to incapable of producing light
| Procs | |
| Detach | Because the lighting system does not like movable lights getting set_light() called. | 
|---|---|
| block_light_on | Prevents the light from turning on while the light power is greater than 0. | 
| block_light_power | Prevents the light power of the target atom from exceeding 0 or increasing. | 
| block_light_range | Prevents the light range of the target atom from exceeding 0 while the light power is greater than 0. | 
| on_examine | Signal handler for light eater flavortext | 
Proc Details
Detach
Because the lighting system does not like movable lights getting set_light() called.
block_light_on
Prevents the light from turning on while the light power is greater than 0.
block_light_power
Prevents the light power of the target atom from exceeding 0 or increasing.
block_light_range
Prevents the light range of the target atom from exceeding 0 while the light power is greater than 0.
on_examine
Signal handler for light eater flavortext