From 1d1efe2852091208cef3a9629f2e523d6ea93b07 Mon Sep 17 00:00:00 2001 From: datlo Date: Tue, 7 May 2019 14:29:03 +0100 Subject: [PATCH] Fix golem getting selected as auto traitors --- code/game/gamemodes/autotraitor/autotraitor.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/game/gamemodes/autotraitor/autotraitor.dm b/code/game/gamemodes/autotraitor/autotraitor.dm index 97371f6d35b..d305cc566a5 100644 --- a/code/game/gamemodes/autotraitor/autotraitor.dm +++ b/code/game/gamemodes/autotraitor/autotraitor.dm @@ -96,7 +96,8 @@ for(var/obj/item/implant/mindshield/I in H.contents) if(I && I.implanted) possible_traitors -= player - + if(isgolem(H)) + possible_traitors -= player //message_admins("Live Players: [playercount]") //message_admins("Live Traitors: [traitorcount]") // message_admins("Potential Traitors:")