From 3bd3ff20ec4f4cbbbf71dc6809941d2fa539ae35 Mon Sep 17 00:00:00 2001 From: PKPenguin321 Date: Sat, 19 Mar 2016 23:11:51 -0700 Subject: [PATCH] adds a couple of naughty missing periods @cheridan uuuu --- code/modules/admin/admin_verbs.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)