From 1c6234cf31cc62690cdcd487787b16cafa2904e9 Mon Sep 17 00:00:00 2001 From: TDSSS <32099540+TDSSS@users.noreply.github.com> Date: Sun, 14 Jun 2020 19:55:23 +0200 Subject: [PATCH] change tech requirement for xray implant --- code/modules/research/designs/medical_designs.dm | 2 +- code/modules/surgery/organs/augments_eyes.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/research/designs/medical_designs.dm b/code/modules/research/designs/medical_designs.dm index e3bbb2f4aec..3dabea7dc6b 100644 --- a/code/modules/research/designs/medical_designs.dm +++ b/code/modules/research/designs/medical_designs.dm @@ -371,7 +371,7 @@ name = "X-Ray implant" desc = "These cybernetic eyes will give you X-ray vision. Blinking is futile." id = "ci-xray" - req_tech = list("materials" = 7, "programming" = 5, "biotech" = 7, "magnets" = 5,"plasmatech" = 6) + req_tech = list("materials" = 7, "programming" = 5, "biotech" = 8, "magnets" = 5,"plasmatech" = 6) build_type = PROTOLATHE | MECHFAB construction_time = 60 materials = list(MAT_METAL = 600, MAT_GLASS = 600, MAT_SILVER = 600, MAT_GOLD = 600, MAT_PLASMA = 1000, MAT_URANIUM = 1000, MAT_DIAMOND = 1000, MAT_BLUESPACE = 1000) diff --git a/code/modules/surgery/organs/augments_eyes.dm b/code/modules/surgery/organs/augments_eyes.dm index 53907e86d79..042e911fae9 100644 --- a/code/modules/surgery/organs/augments_eyes.dm +++ b/code/modules/surgery/organs/augments_eyes.dm @@ -62,7 +62,7 @@ name = "X-ray implant" desc = "These cybernetic eye implants will give you X-ray vision. Blinking is futile." implant_color = "#000000" - origin_tech = "materials=4;programming=4;biotech=6;magnets=4" + origin_tech = "materials=4;programming=4;biotech=7;magnets=4" vision_flags = SEE_MOBS | SEE_OBJS | SEE_TURFS see_in_dark = 8 lighting_alpha = LIGHTING_PLANE_ALPHA_MOSTLY_INVISIBLE