diff --git a/code/modules/mob/living/silicon/robot/laws.dm b/code/modules/mob/living/silicon/robot/laws.dm index b9d44378607..3b90fdf9cb7 100644 --- a/code/modules/mob/living/silicon/robot/laws.dm +++ b/code/modules/mob/living/silicon/robot/laws.dm @@ -59,9 +59,8 @@ var/temp if (master) - if (master.zeroth) - temp = master.zeroth - src.laws.zeroth = temp + temp = master.zeroth + src.laws.zeroth = temp src.laws.inherent.len = master.inherent.len for (var/index = 1, index <= master.inherent.len, index++)