diff --git a/code/modules/admin/verbs/adminhelp.dm b/code/modules/admin/verbs/adminhelp.dm
index e7e89f2f8e4..ed75dc041d4 100644
--- a/code/modules/admin/verbs/adminhelp.dm
+++ b/code/modules/admin/verbs/adminhelp.dm
@@ -52,7 +52,10 @@
mobs_found += found
if(!ai_found && isAI(found))
ai_found = 1
- msg += "[original_word](?|F) "
+ var/is_antag = 0
+ if(found.mind && found.mind.special_role)
+ is_antag = 1
+ msg += "[original_word](?|F) "
continue
msg += "[original_word] "
return msg