From 86223d65bfb8221900e17a6e29de2e99034450b6 Mon Sep 17 00:00:00 2001 From: PsiOmegaDelta Date: Tue, 29 Sep 2015 11:28:31 +0200 Subject: [PATCH] TODO done. --- code/modules/nano/interaction/base.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/nano/interaction/base.dm b/code/modules/nano/interaction/base.dm index fe2f06faff..ccd9f3740b 100644 --- a/code/modules/nano/interaction/base.dm +++ b/code/modules/nano/interaction/base.dm @@ -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