Moves silicon law logging to a more all-catching location.

This commit is contained in:
PsiOmega
2015-03-20 16:41:04 +01:00
parent 273bb366f0
commit 470766e301
11 changed files with 273 additions and 159 deletions

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/onecrew
name = "OneCrewMember"
datum/design/aimodule/onehuman
name = "OneEmployee"
id = "onehuman"
req_tech = list("programming" = 4, "materials" = 6)
build_path = /obj/item/weapon/aiModule/oneCrewMember
build_path = /obj/item/weapon/aiModule/oneHuman
datum/design/aimodule/protectstation
name = "ProtectStation"