mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 03:56:47 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user