Merge pull request #40226 from Tlaltecuhtli/patch-77

Fix lathe category of botany items
This commit is contained in:
Jordan Brown
2018-09-12 10:11:02 -04:00
committed by GitHub
@@ -375,7 +375,7 @@
desc = "The circuit board for a seed extractor."
id = "seed_extractor"
build_path = /obj/item/circuitboard/machine/seed_extractor
category = list ("Misc. Machinery")
category = list ("Hydroponics Machinery")
departmental_flags = DEPARTMENTAL_FLAG_SERVICE
/datum/design/board/processor
@@ -488,7 +488,7 @@
desc = "The circuit board for a plant DNA manipulator."
id = "plantgenes"
build_path = /obj/item/circuitboard/machine/plantgenes
category = list ("Misc. Machinery")
category = list ("Hydroponics Machinery")
departmental_flags = DEPARTMENTAL_FLAG_SERVICE
/datum/design/board/ntnet_relay