Allows for the antimov core to be created in research.

Requires high and illegal research to reach, allows antimov modules to be created.
This commit is contained in:
IcyV
2014-08-10 19:44:18 -07:00
parent 93f3f7b5ed
commit f7e6f57a63
+9
View File
@@ -515,6 +515,15 @@ datum/design/custom_module
materials = list("$glass" = 2000, "sacid" = 20, "$diamond" = 100)
build_path = /obj/item/weapon/aiModule/core/full/custom
datum/design/antimov_module
name = "Core Module Design (Antimov)
desc = "Allows for the construction of a Antimov AI Core Module."
id = "antimov_module"
req_tech = list("programming" = 4, "materials" = 6, "syndicate" = 2)
build_type = IMPRINTER
materials = list("$glass" = 2000, "sacid" = 20, "$diamond" = 100)
build_path = /obj/item/weapon/aiModule/core/full/antimov
///////////////////////////////////
/////Subspace Telecomms////////////
///////////////////////////////////