This commit is contained in:
monster860
2018-12-26 08:00:31 -05:00
parent 2361c2400f
commit 19332b37ee
2 changed files with 11 additions and 11 deletions

View File

@@ -33,16 +33,6 @@
category = list("Tool Designs")
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE | DEPARTMENTAL_FLAG_ENGINEERING
/datum/design/tool_switcher
name = "Programmable Tool Switcher"
desc = "An advanced programmable device capable of quickly swapping to the correct tool for performing repetitive tasks quickly."
id = "tool_switcher"
build_type = PROTOLATHE
materials = list(MAT_METAL = 1000, MAT_GLASS = 500, MAT_DIAMOND = 1500, MAT_URANIUM = 200)
build_path = /obj/item/storage/belt/tool_switcher
category = list("Tool Designs")
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE | DEPARTMENTAL_FLAG_ENGINEERING | DEPARTMENTAL_FLAG_MEDICAL
/////////////////////////////////////////
//////////////Alien Tools////////////////
/////////////////////////////////////////