Skip to content

Commit

Permalink
Охранная и медицинская повязка с ХУДами.
Browse files Browse the repository at this point in the history
Дополнительно: Текстура термал повязки. На хумана термал повязку не стал трогать.
  • Loading branch information
SanecMan authored Dec 3, 2018
1 parent 7c1e81f commit 6611b95
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion code/modules/clothing/glasses/hud.dm
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@
crit_fail = 1
fixtime = world.time + 900 / severity

/obj/item/clothing/glasses/hud/health/eyepatch
name = "health scanner eyepatch HUD"
desc = "The neural network connects directly to the eye, provides accurate data about their health status."
icon_state = "eyepatchhealth"

/obj/item/clothing/glasses/hud/security
name = "security HUD"
desc = "A heads-up display that scans the humans in view and provides accurate data about their ID status and security records."
Expand All @@ -66,6 +71,11 @@
icon_state = "sunhud"
flash_protection = 2

/obj/item/clothing/glasses/hud/security/eyepatch
name = "security eyepatch HUD"
desc = "The neural network connects directly to the eye, provides accurate data about their ID status and security records."
icon_state = "eyepatchsec"

/obj/item/clothing/glasses/hud/security/sun/tactical
name = "tactical HUD"
desc = "Flash-resistant goggles with inbuilt combat and security information."
Expand All @@ -82,4 +92,4 @@
icon_state = "hos_shades"
item_state = "hos_shades"
vision_flags = SEE_MOBS
invisa_view = 3
invisa_view = 3

0 comments on commit 6611b95

Please sign in to comment.