Fixes base.dm runtime cascade

Fixes runtime spam related to borg cells and ui updates.
This commit is contained in:
Verkister
2019-10-18 10:54:59 +03:00
committed by GitHub
parent 5c849287c5
commit dd8d095cc8
+1 -1
View File
@@ -30,7 +30,7 @@
/mob/living/silicon/robot/shared_nano_interaction()
. = STATUS_INTERACTIVE
if(cell.charge <= 0)
if(!has_power)
return STATUS_CLOSE
if(lockdown)
. = STATUS_DISABLED