corrections
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user