Files
CHOMPStation2/modular_chomp/code/modules/research/lathes/protolathe.dm
2024-09-30 21:36:41 +02:00

42 lines
1.2 KiB
Plaintext

/obj/machinery/r_n_d/protolathe/science
name = "Science Protolathe"
req_category = LATHE_SCIENCE
dep_overlay = "sci"
circuit = /obj/item/circuitboard/protolathe/science
/obj/machinery/r_n_d/protolathe/engineering
name = "Engineering Protolathe"
req_category = LATHE_ENGINEERING
dep_overlay = "engi"
circuit = /obj/item/circuitboard/protolathe/engineering
/obj/machinery/r_n_d/protolathe/medical
name = "Medical Protolathe"
req_category = LATHE_MEDICAL
dep_overlay = "med"
circuit = /obj/item/circuitboard/protolathe/medical
/obj/machinery/r_n_d/protolathe/cargo
name = "Cargo Protolathe"
req_category = LATHE_CARGO
dep_overlay = "cargo"
circuit = /obj/item/circuitboard/protolathe/cargo
/obj/machinery/r_n_d/protolathe/service
name = "Service Protolathe"
req_category = LATHE_SERVICE
dep_overlay = "serv"
circuit = /obj/item/circuitboard/protolathe/service
/obj/machinery/r_n_d/protolathe/security
name = "Security Protolathe"
req_category = LATHE_SECURITY
dep_overlay = "sec"
circuit = /obj/item/circuitboard/protolathe/security
// Actually unsure if this should be used? *shrug
/obj/machinery/r_n_d/protolathe/public
name = "Public Protolathe"
req_category = LATHE_PUBLIC
circuit = /obj/item/circuitboard/protolathe/public