From e634cd01f2bb9eeb5e62538afca16261ac70beee Mon Sep 17 00:00:00 2001 From: Kilakk Date: Fri, 23 Aug 2013 14:21:08 -0400 Subject: [PATCH] Fixes #3517 --- code/game/gamemodes/autotraitor/autotraitor.dm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/code/game/gamemodes/autotraitor/autotraitor.dm b/code/game/gamemodes/autotraitor/autotraitor.dm index de795b19222..a6da766b4e7 100644 --- a/code/game/gamemodes/autotraitor/autotraitor.dm +++ b/code/game/gamemodes/autotraitor/autotraitor.dm @@ -124,7 +124,12 @@ //message_admins("[newtraitor.real_name] is the new Traitor.") forge_traitor_objectives(newtraitor.mind) - equip_traitor(newtraitor) + + if(istype(newtraitor, /mob/living/silicon)) + add_law_zero(newtraitor) + else + equip_traitor(newtraitor) + traitors += newtraitor.mind newtraitor << "\red ATTENTION: \black It is time to pay your debt to the Syndicate..." newtraitor << "You are now a traitor."