mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Co-authored-by: Changelogs <action@github.com> Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
21 lines
674 B
Plaintext
21 lines
674 B
Plaintext
// reverse 'escape plans' the autolathe here, 2017 grudge code be like
|
|
/datum/category_item/autolathe/engineering/capacitor
|
|
name = "capacitor"
|
|
path =/obj/item/stock_parts/capacitor
|
|
|
|
/datum/category_item/autolathe/engineering/scanning_module
|
|
name = "scanning module"
|
|
path =/obj/item/stock_parts/scanning_module
|
|
|
|
/datum/category_item/autolathe/engineering/manipulator
|
|
name = "micro-manipulator"
|
|
path =/obj/item/stock_parts/manipulator
|
|
|
|
/datum/category_item/autolathe/engineering/micro_laser
|
|
name = "micro-laser"
|
|
path =/obj/item/stock_parts/micro_laser
|
|
|
|
/datum/category_item/autolathe/engineering/matter_bin
|
|
name = "matter bin"
|
|
path =/obj/item/stock_parts/matter_bin
|