Earlyports runtime fix

This commit is contained in:
Unknown
2019-10-21 20:40:56 -04:00
parent 92c836daa2
commit e220bb5757

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