diff --git a/code/modules/power/lighting.dm b/code/modules/power/lighting.dm index 28953e1527f..d271943dcc6 100644 --- a/code/modules/power/lighting.dm +++ b/code/modules/power/lighting.dm @@ -737,7 +737,7 @@ var/global/list/light_type_cache = list() base_state = "ltube" item_state = "c_tube" matter = list("glass" = 100) - brightness_range = 6 // luminosity when on, also used in power calculation + brightness_range = 10 // luminosity when on, also used in power calculation //VOREStation Edit brightness_power = 6 /obj/item/weapon/light/tube/large