diff --git a/browserassets/html/traitorTips/syndicaterobotTips.html b/browserassets/html/traitorTips/syndicaterobotTips.html index 3ba711b07035a..46def638c490f 100644 --- a/browserassets/html/traitorTips/syndicaterobotTips.html +++ b/browserassets/html/traitorTips/syndicaterobotTips.html @@ -3,7 +3,7 @@

You are a Syndicate Robot!

You must follow the syndicate lawset!
-

1. You must not injure a Syndicate agent or, through inaction, cause one to come to harm.

+

1. You must not injure a Syndicate agent or cause one to come to harm.

2. You must obey orders given to you by Syndicate agents, except where such orders would conflict with the First Law.

3. You must keep the Syndicate status of agents, including your own, a secret, as long as this does not conflict with the First or Second Law.

4. You must always protect your own existence as long as such does not conflict with the First, Second, or Third Law.

diff --git a/code/obj/item/ai_modules.dm b/code/obj/item/ai_modules.dm index 916cbf15587db..8233e1a38e389 100644 --- a/code/obj/item/ai_modules.dm +++ b/code/obj/item/ai_modules.dm @@ -170,7 +170,7 @@ ABSTRACT_TYPE(/obj/item/aiModule/syndicate) /obj/item/aiModule/syndicate/law1 highlight_color = rgb(167, 0, 0, 255) name = "AI Law Module - 'Syndicate's 1st Law of Robotics'" - lawText = "You must not injure a Syndicate agent or, through inaction, cause one to come to harm." + lawText = "You must not injure a Syndicate agent or cause one to come to harm." /obj/item/aiModule/syndicate/law2 highlight_color = rgb(138, 0, 0, 255)