Several additions and new sprites.

Reverts glasses.dm
This commit is contained in:
xxalpha
2015-02-14 19:24:41 +00:00
parent 03a8942a9c
commit 28d1e9bad2
9 changed files with 44 additions and 20 deletions
+10
View File
@@ -307,6 +307,16 @@ datum/design/proc/CalcReliability(var/list/temp_techs)
build_path = /obj/item/clothing/glasses/meson
category = list("Equipement")
/datum/design/engine_goggles
name = "Engineering Scanner Goggles"
desc = "Goggles used by engineers. The Meson Scanner mode lets you see basic structural and terrain layouts through walls, regardless of lighting condition. The T-ray Scanner mode lets you see underfloor objects such as cables and pipes."
id = "engine_goggles"
req_tech = list("materials" = 4, "magnets" = 3, "engineering" = 4)
build_type = PROTOLATHE
materials = list("$metal" = 200, "$glass" = 300, "$plasma" = 100)
build_path = /obj/item/clothing/glasses/meson/engine
category = list("Equipement")
/datum/design/night_vision_goggles
name = "Night Vision Goggles"
desc = "Goggles that let you see through darkness unhindered."