fixed spacing

This commit is contained in:
TDSSS
2019-02-02 13:52:25 +01:00
committed by GitHub
parent 990b05b4ef
commit 08e5b5d484
+1 -1
View File
@@ -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