mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Fixes departmental lathes changing to omni lathes (#8835)
This commit is contained in:
@@ -2,32 +2,40 @@
|
||||
name = "Science Protolathe"
|
||||
req_category = LATHE_SCIENCE
|
||||
dep_overlay = "sci"
|
||||
circuit = /obj/item/weapon/circuitboard/protolathe/science
|
||||
|
||||
/obj/machinery/r_n_d/protolathe/engineering
|
||||
name = "Engineering Protolathe"
|
||||
req_category = LATHE_ENGINEERING
|
||||
dep_overlay = "engi"
|
||||
circuit = /obj/item/weapon/circuitboard/protolathe/engineering
|
||||
|
||||
/obj/machinery/r_n_d/protolathe/medical
|
||||
name = "Medical Protolathe"
|
||||
req_category = LATHE_MEDICAL
|
||||
dep_overlay = "med"
|
||||
circuit = /obj/item/weapon/circuitboard/protolathe/medical
|
||||
|
||||
/obj/machinery/r_n_d/protolathe/cargo
|
||||
name = "Cargo Protolathe"
|
||||
req_category = LATHE_CARGO
|
||||
dep_overlay = "cargo"
|
||||
circuit = /obj/item/weapon/circuitboard/protolathe/cargo
|
||||
|
||||
/obj/machinery/r_n_d/protolathe/service
|
||||
name = "Service Protolathe"
|
||||
req_category = LATHE_SERVICE
|
||||
dep_overlay = "serv"
|
||||
circuit = /obj/item/weapon/circuitboard/protolathe/service
|
||||
|
||||
/obj/machinery/r_n_d/protolathe/security
|
||||
name = "Security Protolathe"
|
||||
req_category = LATHE_SECURITY
|
||||
dep_overlay = "sec"
|
||||
circuit = /obj/item/weapon/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/weapon/circuitboard/protolathe/public
|
||||
|
||||
Reference in New Issue
Block a user