mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-24 00:51:26 +00:00
Replaces Subsystems (mostly) with internal computing device (#7798)
This is for robots.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
if(ui)
|
||||
ui.close()
|
||||
return
|
||||
if(!apc_power(0) && !battery_power(0))
|
||||
if(!computer_use_power())
|
||||
if(ui)
|
||||
ui.close()
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user