Update aooc.dm

This commit is contained in:
kevinz000
2019-10-27 01:25:33 -07:00
committed by GitHub
parent b9bf7b726d
commit a56726fd94
+1 -1
View File
@@ -120,6 +120,6 @@ GLOBAL_VAR_INIT(normal_aooc_colour, "#ce254f")
antaglisting |= M.client
for(var/client/C in antaglisting)
if(!C || !istype(C))
if(!C || !istype(C) || !is_special_character(C.mob))
continue
to_chat(C, "<B>The Antagonist OOC channel has been [GLOB.aooc_allowed ? "enabled. If you're an antagonist, you can access it through the \"AOOC\" verb." : "disabled"].</B>")