diff --git a/code/modules/research/designs/equipment_designs.dm b/code/modules/research/designs/equipment_designs.dm index ed79318dbfa..a55ed297076 100644 --- a/code/modules/research/designs/equipment_designs.dm +++ b/code/modules/research/designs/equipment_designs.dm @@ -21,16 +21,6 @@ build_path = /obj/item/clothing/glasses/hud/health category = list("Equipment") -/datum/design/health_hud_night - name = "Night Vision Health Scanner HUD" - desc = "An advanced medical head-up display that allows doctors to find patients in complete darkness." - id = "health_hud_night" - req_tech = list("biotech" = 4, "magnets" = 5, "plasmatech" = 4, "engineering" = 6) - build_type = PROTOLATHE - materials = list(MAT_METAL = 600, MAT_GLASS = 600, MAT_URANIUM = 1000, MAT_SILVER = 350) - build_path = /obj/item/clothing/glasses/hud/health/night - category = list("Equipment") - /datum/design/magboots name = "Magnetic Boots" desc = "Magnetic boots, often used during extravehicular activity to ensure the user remains safely attached to the vehicle." @@ -61,16 +51,6 @@ build_path = /obj/item/clothing/glasses/hud/security category = list("Equipment") -/datum/design/security_hud_night - name = "Night Vision Security HUD" - desc = "A heads-up display which provides id data and vision in complete darkness." - id = "security_hud_night" - req_tech = list("combat" = 4, "magnets" = 5, "plasmatech" = 4, "engineering" = 6) - build_type = PROTOLATHE - materials = list(MAT_METAL = 600, MAT_GLASS = 600, MAT_URANIUM = 1000, MAT_GOLD = 350) - build_path = /obj/item/clothing/glasses/hud/security/night - category = list("Equipment") - /datum/design/skills_hud name = "Skills HUD" desc = "A heads-up display that scans the humans in view and shows a summary of their NT employment history." @@ -91,16 +71,6 @@ build_path = /obj/item/clothing/glasses/hud/janitor category = list("Equipment", "Janitorial") -/datum/design/jani_night_vision_goggles - name = "Night Vision Janitor HUD" - desc = "A janitorial filth scanner fitted with a light amplifier." - id = "night_vision_jani" - req_tech = list("biotech" = 4, "magnets" = 5, "plasmatech" = 4, "engineering" = 6) - build_type = PROTOLATHE - materials = list(MAT_METAL = 600, MAT_GLASS = 600, MAT_PLASMA = 350, MAT_URANIUM = 1000) - build_path = /obj/item/clothing/glasses/hud/janitor/night - category = list("Equipment", "Janitorial") - /datum/design/mesons name = "Optical Meson Scanners" desc = "Used for seeing walls, floors, and stuff through anything." @@ -192,16 +162,6 @@ build_path = /obj/item/clothing/glasses/science category = list("Equipment") -/datum/design/nv_sci_goggles - name = "Night Vision Science Goggles" - desc = "Like Science Goggles, but works in darkness." - id = "nvscigoggles" - req_tech = list("magnets" = 5, "plasmatech" = 4, "engineering" = 6) - build_type = PROTOLATHE - materials = list(MAT_METAL = 250, MAT_GLASS = 300, MAT_PLASMA = 250, MAT_URANIUM = 1000) - build_path = /obj/item/clothing/glasses/science/night - category = list("Equipment") - /datum/design/diagnostic_hud name = "Diagnostic HUD" desc = "A HUD used to analyze and determine faults within robotic machinery." @@ -212,16 +172,6 @@ build_path = /obj/item/clothing/glasses/hud/diagnostic category = list("Equipment") -/datum/design/diagnostic_hud_night - name = "Night Vision Diagnostic HUD" - desc = "Upgraded version of the diagnostic HUD designed to function during a power failure." - id = "dianostic_hud_night" - req_tech = list("magnets" = 5, "plasmatech" = 4, "engineering" = 6, "powerstorage" = 4) - build_type = PROTOLATHE - materials = list(MAT_METAL = 600, MAT_GLASS = 600, MAT_URANIUM = 1000, MAT_PLASMA = 300) - build_path = /obj/item/clothing/glasses/hud/diagnostic/night - category = list("Equipment") - /datum/design/hydroponic_hud name = "Hydroponic HUD" desc = "A HUD used to analyze the health and status of plants growing in hydro trays and soil." @@ -232,16 +182,6 @@ build_path = /obj/item/clothing/glasses/hud/hydroponic category = list("Equipment") -/datum/design/hydroponic_hud_night - name = "Night Vision Hydroponic HUD" - desc = "A HUD used to analyze the health and status of plants growing in low-light environments." - id = "hydroponic_hud_night" - req_tech = list("biotech" = 4, "magnets" = 5, "plasmatech" = 4, "engineering" = 6) - build_type = PROTOLATHE - materials = list(MAT_METAL = 600, MAT_GLASS = 600, MAT_URANIUM = 1000, MAT_PLASMA = 200) - build_path = /obj/item/clothing/glasses/hud/hydroponic/night - category = list("Equipment") - /datum/design/handdrill name = "Hand Drill" desc = "A small electric hand drill with an interchangable screwdriver and bolt bit"