mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
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:
@@ -65,7 +65,15 @@
|
||||
/obj/item/organ/internal/cyberimp/eyes/hud/jani
|
||||
name = "Janitor HUD implant"
|
||||
desc = "These cybernetic eye implants will display a filth HUD over everything you see."
|
||||
implant_color = "#AF00AF"
|
||||
implant_color = "#DFBE00"
|
||||
origin_tech = "materials=4;engineering=4;biotech=4"
|
||||
aug_message = "You scan for filth spots around you..."
|
||||
HUD_type = DATA_HUD_JANITOR
|
||||
|
||||
/obj/item/organ/internal/cyberimp/eyes/hud/hydroponic
|
||||
name = "Hydroponic HUD implant"
|
||||
desc = "These cybernetic eye implants will display a botanical HUD over everything you see."
|
||||
implant_color = "#4850D5"
|
||||
origin_tech = "materials=4;magnets=4;biotech=4"
|
||||
aug_message = "You scan for non-plastic plants around you..."
|
||||
HUD_type = DATA_HUD_HYDROPONIC
|
||||
|
||||
Reference in New Issue
Block a user