From 2c00f71bb3c585c048b01dfb01672c3464668747 Mon Sep 17 00:00:00 2001 From: Erthilo Date: Wed, 23 May 2012 17:48:07 +0100 Subject: [PATCH] TG: The cbeck antags verb now logs correctly. Revision: r3639 Author: petethegoat --- 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 795f2cf8ab4..186fadd0ee8 100644 --- a/code/modules/admin/admin_verbs.dm +++ b/code/modules/admin/admin_verbs.dm @@ -539,6 +539,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