mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 16:12:19 +00:00
Fix lights not using light power (#3964)
This commit is contained in:
@@ -145,7 +145,7 @@
|
||||
if (EQUIP)
|
||||
A.used_equip += M.use_power == 2 ? M.active_power_usage : M.idle_power_usage
|
||||
if (LIGHT)
|
||||
A.used_equip += M.use_power == 2 ? M.active_power_usage : M.idle_power_usage
|
||||
A.used_light += M.use_power == 2 ? M.active_power_usage : M.idle_power_usage
|
||||
if (ENVIRON)
|
||||
A.used_environ += M.use_power == 2 ? M.active_power_usage : M.idle_power_usage
|
||||
else // ?!
|
||||
|
||||
4
html/changelogs/lohikar-lights.yml
Normal file
4
html/changelogs/lohikar-lights.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
author: Lohikar
|
||||
delete-after: True
|
||||
changes:
|
||||
- bugfix: "Engineering crews have corrected a fault in station wiring that caused station lighting to be instead connected to the Equipment power pool. Officials suspect a prank from misbehaving maintenance drones."
|
||||
Reference in New Issue
Block a user