Allows autolathes to print solar assemblies and tracker electronics (#67591)

this man pays NOTHING on electric bills, figure out how
This commit is contained in:
Paxilmaniac
2022-06-07 19:33:14 -04:00
committed by GitHub
parent 5788b86518
commit af26ac0d38
@@ -1265,3 +1265,19 @@
build_path = /obj/item/toner/large
category = list("initial", "Misc", "Equipment")
departmental_flags = DEPARTMENT_BITFLAG_ENGINEERING | DEPARTMENT_BITFLAG_SERVICE
/datum/design/solar
name = "Solar Panel Frame"
id = "solar_panel"
build_type = AUTOLATHE
materials = list(/datum/material/iron = 3500, /datum/material/glass = 1000)
build_path = /obj/item/solar_assembly
category = list("initial", "Construction")
/datum/design/tracker_electronics
name = "Solar Tracking Electronics"
id = "solar_tracker"
build_type = AUTOLATHE
materials = list(/datum/material/iron = 100, /datum/material/glass = 500)
build_path = /obj/item/electronics/tracker
category = list("initial", "Electronics", "Construction")