This commit is contained in:
nevimer
2026-03-30 18:40:28 -04:00
parent 3334199a32
commit 5cab4efdd3
2 changed files with 26 additions and 0 deletions
+4
View File
@@ -14,6 +14,10 @@
///Charge percentage at which the APC icon indicates discharging
#define APC_CHANNEL_ALARM_TRESHOLD 75
/obj/machinery/power/apc/proc/clap_handle()
lighting = APC_CHANNEL_IS_ON(lighting) ? 0 : 2
update()
/obj/machinery/power/apc
name = "area power controller"
desc = "A control terminal for the area's electrical systems."