Adds hydroponic HUD implant (#25948)

* Created hydroponic HUD implant

Created a hydroponic HUD implant to match the medical, security, diagnostic, and janitorial implants.

* Update code/modules/research/designs/medical_designs.dm

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
Signed-off-by: William Anderson <williamharrisanderson@gmail.com>

* Update code/modules/surgery/organs/augments_eyes.dm

Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com>

---------

Signed-off-by: William Anderson <williamharrisanderson@gmail.com>
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
William Anderson
2024-06-28 03:24:33 +00:00
committed by GitHub
co-authored by Ryan DGamerL
parent 149f7ca6ea
commit cd4f3c4eb9
2 changed files with 20 additions and 1 deletions
@@ -480,6 +480,17 @@
build_path = /obj/item/organ/internal/cyberimp/eyes/hud/medical
category = list("Medical")
/datum/design/cyberimp_hydroponics_hud
name = "Hydroponic HUD Implant"
desc = "These cybernetic eye implants will display a hydroponics HUD over everything you see. Wiggle eyes to control."
id = "ci-hydrohud"
req_tech = list("materials" = 5, "programming" = 4, "biotech" = 4, "magnets" = 3)
build_type = PROTOLATHE | MECHFAB
construction_time = 5 SECONDS
materials = list(MAT_METAL = 600, MAT_GLASS = 600, MAT_SILVER = 700, MAT_GOLD = 500)
build_path = /obj/item/organ/internal/cyberimp/eyes/hud/hydroponic
category = list("Medical")
/datum/design/cyberimp_security_hud
name = "Security HUD Implant"
desc = "These cybernetic eyes will display a security HUD over everything you see. Wiggle eyes to control."