Replaces Subsystems (mostly) with internal computing device (#7798)

This is for robots.
This commit is contained in:
Karolis
2020-01-04 13:36:03 +02:00
committed by Matt Atlas
parent 7dc0fdded5
commit b820f601fa
18 changed files with 151 additions and 129 deletions

View File

@@ -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