lockcharge --> locked_down

This commit is contained in:
kevinz000
2020-01-07 12:04:41 -08:00
parent e4cfb1fa39
commit 5b2c4deaa0
10 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -70,7 +70,7 @@
return ..()
/mob/living/silicon/robot/shared_ui_interaction(src_object)
if(!cell || cell.charge <= 0 || lockcharge) // Disable UIs if the Borg is unpowered or locked.
if(!cell || cell.charge <= 0 || locked_down) // Disable UIs if the Borg is unpowered or locked.
return UI_DISABLED
return ..()