diff --git a/code/modules/mob/living/silicon/robot/laws.dm b/code/modules/mob/living/silicon/robot/laws.dm
index 259dcb34303..bd785fb0a07 100644
--- a/code/modules/mob/living/silicon/robot/laws.dm
+++ b/code/modules/mob/living/silicon/robot/laws.dm
@@ -24,7 +24,7 @@
who << "Obey these laws:"
laws.show_laws(who)
- if (connected_ai && !emagged)
+ if (connected_ai)
who << "Remember, [connected_ai.name] is your master, other AIs can be ignored."
else if (emagged)
who << "Remember, AIs are not syndicate operatives, so you are not required to listen to them."