From 08e5b5d4845193520134e856e3166ab341ede5f1 Mon Sep 17 00:00:00 2001 From: TDSSS <32099540+TDSSS@users.noreply.github.com> Date: Sat, 2 Feb 2019 13:52:25 +0100 Subject: [PATCH] fixed spacing --- code/modules/nano/interaction/ghost.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/nano/interaction/ghost.dm b/code/modules/nano/interaction/ghost.dm index a99f68efb79..6b0aa3db1ca 100644 --- a/code/modules/nano/interaction/ghost.dm +++ b/code/modules/nano/interaction/ghost.dm @@ -6,7 +6,7 @@ /var/global/datum/topic_state/ghost_state/ghost_state = new() /datum/topic_state/ghost_state/can_use_topic(var/src_object, var/mob/user) - if (user.stat == DEAD) + if(user.stat == DEAD) return STATUS_INTERACTIVE if(check_rights(R_ADMIN, 0, src)) return STATUS_INTERACTIVE