mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-29 15:06:39 +01:00
Bumps up the brightness range just a tad to accommodate for the low density of lights aboard the station
This commit is contained in:
@@ -164,7 +164,7 @@
|
||||
active_power_usage = 10 // Previously 20.
|
||||
power_channel = LIGHT //Lights are calc'd via area so they dont need to be in the machine list
|
||||
var/on = 0 // 1 if on, 0 if off
|
||||
var/brightness_range = 6 // luminosity when on, also used in power calculation
|
||||
var/brightness_range = 8 // luminosity when on, also used in power calculation
|
||||
var/brightness_power = 0.8
|
||||
var/brightness_color = LIGHT_COLOR_INCANDESCENT_TUBE
|
||||
var/status = LIGHT_OK // LIGHT_OK, _EMPTY, _BURNED or _BROKEN
|
||||
|
||||
Reference in New Issue
Block a user