multitools in basic tools, dumb headers
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
///////////////////////////////////
|
///////////////////////////////////
|
||||||
//////////Autolathe Designs ///////
|
//////////Autolathe Designs////////
|
||||||
///////////////////////////////////
|
///////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
////////////////
|
//////////////////
|
||||||
///Construction//
|
///Construction///
|
||||||
////////////////
|
//////////////////
|
||||||
|
|
||||||
/datum/design/rods
|
/datum/design/rods
|
||||||
name = "Metal Rod"
|
name = "Metal Rod"
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
///////////////////////////////////
|
///////////////////////////////////
|
||||||
//////////Autolathe Designs ///////
|
/////////Autolathe Designs/////////
|
||||||
///////////////////////////////////
|
///////////////////////////////////
|
||||||
///////////
|
///////////
|
||||||
///Tools //
|
///Tools///
|
||||||
///////////
|
///////////
|
||||||
/datum/design/bucket
|
/datum/design/bucket
|
||||||
name = "Bucket"
|
name = "Bucket"
|
||||||
@@ -52,7 +52,8 @@
|
|||||||
build_type = AUTOLATHE
|
build_type = AUTOLATHE
|
||||||
materials = list(MAT_METAL = 50, MAT_GLASS = 20)
|
materials = list(MAT_METAL = 50, MAT_GLASS = 20)
|
||||||
build_path = /obj/item/multitool
|
build_path = /obj/item/multitool
|
||||||
category = list("initial","Tools")
|
category = list("initial","Tools","Tool Designs")
|
||||||
|
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING | DEPARTMENTAL_FLAG_SCIENCE
|
||||||
|
|
||||||
/datum/design/analyzer
|
/datum/design/analyzer
|
||||||
name = "Analyzer"
|
name = "Analyzer"
|
||||||
|
|||||||
Reference in New Issue
Block a user