Merge pull request #9629 from Citadel-Station-13/kevinz000-patch-87

can we not tell all the nonantags that antagonist ooc is enabled please
This commit is contained in:
Putnam3145
2019-12-09 13:25:37 -08:00
committed by GitHub
+1 -1
View File
@@ -116,7 +116,7 @@ GLOBAL_VAR_INIT(normal_aooc_colour, "#ce254f")
antaglisting |= M.current.client
for(var/mob/M in GLOB.player_list)
if(M.client && (M.stat == DEAD || M.client.holder))
if(M.client && (M.stat == DEAD || M.client.holder || is_special_character(M)))
antaglisting |= M.client
for(var/client/C in antaglisting)