Makes it possible for borg modules to include specific subystems.

This commit is contained in:
PsiOmega
2015-04-26 12:17:03 +02:00
parent e54fbcb9ec
commit 9df5048dbc
10 changed files with 128 additions and 106 deletions

View File

@@ -26,6 +26,7 @@
return ..()
/mob/living/silicon/robot/shared_nano_interaction()
. = STATUS_INTERACTIVE
if(cell.charge <= 0)
return STATUS_CLOSE
if(lockcharge)