This commit is contained in:
Shadow
2020-01-10 23:04:54 -06:00
parent 335676d340
commit e018d59641
3 changed files with 20 additions and 1 deletions

View File

@@ -7,4 +7,11 @@
/obj/item/weapon/circuitboard/aicore
name = T_BOARD("AI core")
origin_tech = list(TECH_DATA = 4, TECH_BIO = 2)
board_type = "other"
board_type = "other"
/obj/item/weapon/circuitboard/chem_master
name = T_BOARD("ChemMaster 3000")
build_path = /obj/machinery/chem_master
board_type = new /datum/frame/frame_types/machine
origin_tech = list(TECH_DATA = 3, TECH_MAGNET = 2)
req_components = list()