Merge pull request #6483 from Verkister/patch-24

Fixes base.dm runtime cascade
This commit is contained in:
Atermonera
2019-10-21 16:59:49 -08:00
committed by GitHub
+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