Merge pull request #13787 from Chnkr/revert-13643-Robocop

Revert "changes robocop law priority"
This commit is contained in:
Razharas
2015-12-30 00:44:36 +03:00
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -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*"
@@ -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 ********************/