From 03555e6302e25f56632be213965f46cbfad7f3ad Mon Sep 17 00:00:00 2001 From: davipatury Date: Thu, 9 Mar 2017 12:36:47 -0300 Subject: [PATCH] Oops. --- code/modules/nano/interaction/not_incapacitated.dm | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/code/modules/nano/interaction/not_incapacitated.dm b/code/modules/nano/interaction/not_incapacitated.dm index 71568032291..a0116409c90 100644 --- a/code/modules/nano/interaction/not_incapacitated.dm +++ b/code/modules/nano/interaction/not_incapacitated.dm @@ -1,15 +1,11 @@ /** - * tgui state: not_incapacitated_state - * - * Checks that the user isn't incapacitated + * This state only checks if the user isn't incapacitated **/ /var/global/datum/topic_state/not_incapacitated_state/not_incapacitated_state = new() /** - * tgui state: not_incapacitated_turf_state - * - * Checks that the user isn't incapacitated and that their loc is a turf + * This state checks if the user isn't incapacitated and that their loc is a turf **/ /var/global/datum/topic_state/not_incapacitated_state/not_incapacitated_turf_state = new(no_turfs = TRUE)