From df13f6cf8b14ed101083150c75fc82bb3f715e94 Mon Sep 17 00:00:00 2001 From: "petethegoat@gmail.com" Date: Tue, 22 May 2012 22:07:13 +0000 Subject: [PATCH] The cbeck antags verb now logs correctly. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3639 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/admin/admin_verbs.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm index 47c93c1c042..358c30ef267 100644 --- a/code/modules/admin/admin_verbs.dm +++ b/code/modules/admin/admin_verbs.dm @@ -495,6 +495,7 @@ set category = "Admin" if(holder) holder.check_antagonists() + log_admin("[key_name(usr)] checked antagonists.") //for tsar~ feedback_add_details("admin_verb","CHA") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc! return