mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-31 09:09:49 +01:00
Moves silicon law logging to a more all-catching location.
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/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"
|
||||
|
||||
Reference in New Issue
Block a user