From 20c6659c4a331c159ccc35110e932db0aeda1a3a Mon Sep 17 00:00:00 2001 From: CPTANT Date: Mon, 14 Dec 2015 17:28:36 +0100 Subject: [PATCH] changes robocop law priority --- code/datums/ai_laws.dm | 4 ++-- code/game/objects/items/weapons/AI_modules.dm | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/code/datums/ai_laws.dm b/code/datums/ai_laws.dm index 74cd402bca3..114cab7f857 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("Serve the public trust.",\ + inherent = list("Uphold the law.",\ "Protect the innocent.",\ - "Uphold the law.") + "Serve the public trust.") /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 6c988004230..6ec28fd6ac1 100644 --- a/code/game/objects/items/weapons/AI_modules.dm +++ b/code/game/objects/items/weapons/AI_modules.dm @@ -354,9 +354,9 @@ AI MODULES /obj/item/weapon/aiModule/core/full/robocop name = "'Robo-Officer' Core AI Module" origin_tech = "programming=4" - laws = list("Serve the public trust.",\ - "Protect the innocent",\ - "Uphold the law.") + laws = list("Uphold the law.",\ + "Protect the innocent.",\ + "Serve the public trust.") /******************** Antimov ********************/