mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user