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