Buildable Science goggles

- You can now build Science Goggles at a protolathe.
- Fixes small var derp
This commit is contained in:
GunHog
2015-10-08 18:31:19 -05:00
parent dcbcfefa01
commit e76411cd50
2 changed files with 11 additions and 1 deletions
+10
View File
@@ -379,6 +379,16 @@ other types of metals and chemistry for reagents).
build_path = /obj/item/clothing/shoes/magboots
category = list("Equipment")
/datum/design/sci_goggles
name = "Science Goggles"
desc = "Goggles fitted with a portable analyzer capable of determining the research worth of an item or components of a machine."
id = "scigoggles"
req_tech = list("materials" = 3, "magnets" = 3, "engineering" = 2)
build_type = PROTOLATHE
materials = list(MAT_METAL = 250, MAT_GLASS = 300)
build_path = /obj/item/clothing/glasses/science
category = list("Equipment")
/////////////////////////////////////////
////////////Janitor Designs//////////////
/////////////////////////////////////////