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)

View File

@@ -6,5 +6,4 @@
/datum/topic_state/self_state/can_use_topic(var/src_object, var/mob/user)
if(src_object != user)
return STATUS_CLOSE
return user.shared_nano_interaction()