AI laws now refer to crew members instead of humans.

Notable exception: Asimov's laws remain true to the original.
This commit is contained in:
PsiOmega
2015-03-20 16:20:41 +01:00
parent 7ab57a4917
commit 273bb366f0
3 changed files with 44 additions and 92 deletions
+3 -3
View File
@@ -357,11 +357,11 @@ datum/design/aimodule/safeguard
req_tech = list("programming" = 3, "materials" = 4)
build_path = /obj/item/weapon/aiModule/safeguard
datum/design/aimodule/onehuman
name = "OneHuman"
datum/design/aimodule/onecrew
name = "OneCrewMember"
id = "onehuman"
req_tech = list("programming" = 4, "materials" = 6)
build_path = /obj/item/weapon/aiModule/oneHuman
build_path = /obj/item/weapon/aiModule/oneCrewMember
datum/design/aimodule/protectstation
name = "ProtectStation"