mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-29 11:31:51 +00:00
Power cost decrease on Lights and Shield Diffusers
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
layer = ABOVE_MOB_LAYER
|
||||
use_power = 2
|
||||
idle_power_usage = 2
|
||||
active_power_usage = 20
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user