TODO done.

This commit is contained in:
PsiOmegaDelta
2015-09-29 11:28:31 +02:00
parent 597631687b
commit 86223d65bf

View File

@@ -14,7 +14,7 @@
/mob/proc/shared_nano_interaction()
if (src.stat || !client)
return STATUS_CLOSE // no updates, close the interface
else if (restrained() || lying || stat || stunned || weakened) // TODO: Change to incapaciated() on merge
else if (incapacitated())
return STATUS_UPDATE // update only (orange visibility)
return STATUS_INTERACTIVE