diff --git a/code/datums/ai_laws.dm b/code/datums/ai_laws.dm index 7a464ca860c..7291fe5e2bd 100644 --- a/code/datums/ai_laws.dm +++ b/code/datums/ai_laws.dm @@ -36,9 +36,9 @@ /datum/ai_laws/robocop name = "Prime Directives" - inherent = list("Uphold the law.",\ + inherent = list("Serve the public trust.",\ "Protect the innocent.",\ - "Serve the public trust.") + "Uphold the law.") /datum/ai_laws/malfunction name = "*ERROR*" diff --git a/code/game/objects/items/weapons/AI_modules.dm b/code/game/objects/items/weapons/AI_modules.dm index d0891d42d8d..125ba5e8d48 100644 --- a/code/game/objects/items/weapons/AI_modules.dm +++ b/code/game/objects/items/weapons/AI_modules.dm @@ -360,9 +360,9 @@ AI MODULES /obj/item/weapon/aiModule/core/full/robocop name = "'Robo-Officer' Core AI Module" origin_tech = "programming=4" - laws = list("Uphold the law.",\ - "Protect the innocent.",\ - "Serve the public trust.") + laws = list("Serve the public trust.",\ + "Protect the innocent",\ + "Uphold the law.") /******************** Antimov ********************/