mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 11:07:12 +01:00
fixed spacing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user