From 575f47988aa3f347a9fa53dcb139890565d1fde7 Mon Sep 17 00:00:00 2001 From: Tkdrg Date: Wed, 23 Dec 2015 02:49:58 -0300 Subject: [PATCH] Checking antagonists will now message admins --- code/modules/admin/admin_verbs.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm index 366889c8df8..2057fb40fd0 100644 --- a/code/modules/admin/admin_verbs.dm +++ b/code/modules/admin/admin_verbs.dm @@ -364,6 +364,8 @@ var/list/admin_verbs_hideable = list( if(holder) holder.check_antagonists() log_admin("[key_name(usr)] checked antagonists.") //for tsar~ + if(!isobserver(usr)) + message_admins("[key_name_admin(usr)] checked antagonists.") feedback_add_details("admin_verb","CHA") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc! return