mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-28 11:02:41 +00: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