This commit is contained in:
Seris02
2020-01-20 13:00:24 +08:00
parent 8da447c678
commit 5524b0fa03
5 changed files with 15 additions and 12 deletions
+1 -1
View File
@@ -970,7 +970,7 @@
. = ..()
if (!QDELETED(remote_control) && user == remote_control.operator)
. = UI_INTERACTIVE
if (hasSiliconAccessInArea(user,area))
if (user == hijacker && hasSiliconAccessInArea(user,area))
. = UI_INTERACTIVE
/obj/machinery/power/apc/ui_act(action, params)
+1 -1
View File
@@ -333,7 +333,7 @@
else if (hijacked)
BR = BR * 1.5
PO = PO * 1.5
CO = color ? color : LIGHT_COLOR_YELLOW
CO = color || LIGHT_COLOR_YELLOW
else if (nightshift_enabled)
BR = nightshift_brightness
PO = nightshift_light_power