Borgs can now access the APCs channel configuration again (#19674)

Borgs can now access the APCs channel configuration again, like the AI
already can
This commit is contained in:
Fluffy
2024-07-23 06:14:57 +00:00
committed by GitHub
parent aa9fd46ec8
commit 363650f185
3 changed files with 62 additions and 4 deletions
+1 -1
View File
@@ -882,7 +882,7 @@
data["power_cell_charge"] = cell?.percent()
data["fail_time"] = failure_timer * 2
data["silicon_user"] = isAdmin || issilicon(user)
data["is_AI"] = isAI(user)
data["is_AI_or_robot"] = isAI(user) || isrobot(user)
data["total_load"] = round(lastused_total)
data["total_charging"] = round(lastused_charging)
data["is_operating"] = operating