Merge branch 'master' into upstream-merge-30763
This commit is contained in:
@@ -39,3 +39,8 @@
|
||||
desc = "These cybernetic eye implants will display a security HUD over everything you see."
|
||||
origin_tech = "materials=4;programming=4;biotech=3;combat=3"
|
||||
HUD_type = DATA_HUD_SECURITY_ADVANCED
|
||||
|
||||
/obj/item/organ/cyberimp/eyes/hud/security/syndicate
|
||||
name = "Contraband Security HUD Implant"
|
||||
desc = "A Cybersun Industries brand Security HUD Implant. These illicit cybernetic eye implants will display a security HUD over everything you see."
|
||||
syndicate_implant = TRUE
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
status = ORGAN_ROBOTIC
|
||||
var/implant_color = "#FFFFFF"
|
||||
var/implant_overlay
|
||||
var/syndicate_implant = FALSE //Makes the implant invisible to health analyzers and medical HUDs.
|
||||
|
||||
/obj/item/organ/cyberimp/New(var/mob/M = null)
|
||||
if(iscarbon(M))
|
||||
|
||||
Reference in New Issue
Block a user