mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
The autolathe can now print the rest of the t1 parts that was removed back in 2017 because of the scope for upstream. This should allow for projects to be more easily done. The parts lathe is staying to prevent map conflicts if such place has one.
21 lines
709 B
Plaintext
21 lines
709 B
Plaintext
// reverse 'escape plans' the autolathe here, 2017 grudge code be like
|
|
/datum/category_item/autolathe/engineering/capacitor
|
|
name = "capacitor"
|
|
path =/obj/item/weapon/stock_parts/capacitor
|
|
|
|
/datum/category_item/autolathe/engineering/scanning_module
|
|
name = "scanning module"
|
|
path =/obj/item/weapon/stock_parts/scanning_module
|
|
|
|
/datum/category_item/autolathe/engineering/manipulator
|
|
name = "micro-manipulator"
|
|
path =/obj/item/weapon/stock_parts/manipulator
|
|
|
|
/datum/category_item/autolathe/engineering/micro_laser
|
|
name = "micro laser"
|
|
path =/obj/item/weapon/stock_parts/micro_laser
|
|
|
|
/datum/category_item/autolathe/engineering/matter_bin
|
|
name = "matter bin"
|
|
path =/obj/item/weapon/stock_parts/matter_bin
|