Merge pull request #13643 from CPTANT/Robocop

changes robocop law priority
This commit is contained in:
Cheridan
2015-12-18 17:48:21 -06:00
2 changed files with 5 additions and 5 deletions

View File

@@ -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*"

View File

@@ -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 ********************/