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."