mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 12:13:06 +00:00
Added the Parts Lathe!
* The parts lathe can print tech level 1 stock parts (matter bins, capacitors) required to build basic unupgraded machines. * This is a separate machine from the autolathe to ease any concern that the autolathe would become OP. * ALSO, it can be hit with a circuit board and will conveniently display the parts required to build that board's machine. * Added circuitboard and design for constructing a parts lathe.
This commit is contained in:
@@ -74,3 +74,10 @@
|
||||
req_tech = list(TECH_DATA = 5)
|
||||
build_path = /obj/item/weapon/circuitboard/resleeving_control
|
||||
sort_string = "HAADE"
|
||||
|
||||
/datum/design/circuit/partslathe
|
||||
name = "parts lathe"
|
||||
id = "partslathe"
|
||||
req_tech = list(TECH_DATA = 2, TECH_ENGINEERING = 2)
|
||||
build_path = /obj/item/weapon/circuitboard/partslathe
|
||||
sort_string = "HABAD"
|
||||
|
||||
Reference in New Issue
Block a user