diff --git a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm index 4a66f06fd3c..643ead41448 100644 --- a/code/modules/admin/admin_verbs.dm +++ b/code/modules/admin/admin_verbs.dm @@ -355,8 +355,8 @@ var/list/admin_verbs_hideable = list( src << "Error: Aghost: Can't admin-ghost whilst in the lobby. Join or Observe first." else //ghostize - log_admin("[key_name(usr)] admin ghosted") - message_admins("[key_name_admin(usr)] admin ghosted") + log_admin("[key_name(usr)] admin ghosted.") + message_admins("[key_name_admin(usr)] admin ghosted.") var/mob/body = mob body.ghostize(1) if(body && !body.key)