multitools in basic tools, dumb headers

This commit is contained in:
Hatterhat
2020-02-05 19:47:20 -06:00
parent 6efe0dc273
commit f100b6c5e4
2 changed files with 8 additions and 7 deletions
@@ -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"