corrections

This commit is contained in:
TrilbySpaceClone
2019-11-06 22:52:44 -05:00
parent 82b148b7b7
commit 0662245d80
5 changed files with 19 additions and 17 deletions
@@ -2,14 +2,14 @@
//////////AutoBottler Designs//////
///////////////////////////////////
/datum/design/autobottler
/datum/design/board/autobottler
name = "Machine Design (AutoBottler)"
desc = "Allows for the construction of circuit boards used to build an Autobottler."
id = "autobottler"
materials = list(MAT_GLASS = 2000)
build_path = /obj/item/circuitboard/machine/autobottler
category = list("Misc")
departmental_flags = DEPARTMENTAL_FLAG_CARGO
category = list ("Misc. Machinery")
departmental_flags = DEPARTMENTAL_FLAG_CARGO | DEPARTMENTAL_FLAG_SERVICE
/datum/design/bottle
materials = list(MAT_GLASS = 1200)