Update departmental_lathe.dm

This commit is contained in:
LetterJay
2017-12-21 12:43:21 -06:00
committed by GitHub
parent 6573aa52e4
commit 8e6c8fc8b5
@@ -4,10 +4,8 @@
icon_state = "protolathe"
container_type = OPENCONTAINER
circuit = /obj/item/circuitboard/machine/protolathe/department
console_link = FALSE
requires_console = FALSE
var/list/allowed_department_flags = DEPARTMENTAL_FLAG_ALL
var/list/datum/design/cached_designs
var/list/datum/design/matching_designs
var/department_tag = "Unidentified" //used for material distribution among other things.