mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-24 09:03:57 +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>
42 lines
1.2 KiB
Plaintext
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
|