Files
CHOMPStation2/modular_chomp/code/datums/autolathe/engineering_ch.dm
Bib Bob 0673570164 Un nerfs the autolathe
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.
2022-07-20 19:25:13 -05:00

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