mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
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.
This commit is contained in:
20
modular_chomp/code/datums/autolathe/engineering_ch.dm
Normal file
20
modular_chomp/code/datums/autolathe/engineering_ch.dm
Normal file
@@ -0,0 +1,20 @@
|
||||
// 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
|
||||
Reference in New Issue
Block a user