Adds Medical HUDGlasses (#24096)

* Adds Medical HUDGlasses

Adds sunglasses with a built-in medical HUD. Functions as you would expect them to, tested locally with no issues, comes in a stylish blue.

I've wanted these for literally years, but I've only sat down and worked out vaguely how items and PRs work this week, so here they are. They haven't been added to any map yet - that's a debate itself - but I'm hoping to find an opportunity to test them, perhaps being ERT Medical Officer standard equipment before a single pair is put in medbay to fight over.

Lemme know what you think.

* Hopefully moves hud.dm to its intended place.

Root folder indeed. WTH, Git?

* Glasses.dmi in the wrong place

Yep.

* eyes.dmi in the wrong place

Alright.

* Re-adds eyes.dmi in the right place

Well, guess Git's not as smart as I hoped.

* Re-adds glasses.dmi in the right place

LET US NEVER SPEAK OF THIS AGAIN.

* Deletes the old hud.dm to take place for the new

This'll all be cleaner next time.

* Moves hud.dm to where it should have been in the first place

Second PR ever, everybody!

* Adds Inhands for sunhudmed and sunhudsec

Oops. Forgot the inhand sprites. While I'm here, let's give security HUDshades their own inhands - they use the generic shade inhands otherwise, it seems.

* Tweaks shading on sunhudmed

Makes it like my original concept image which I just found again (over four years old!); now it makes a little more sense and looks better.

* Tweaks colour on sunhudmed to be a little more distinct
This commit is contained in:
AnonymousNow
2017-02-22 13:34:49 +01:00
committed by AnturK
parent b8399a8544
commit ab9724f1e0
5 changed files with 13 additions and 3 deletions
+13 -3
View File
@@ -46,6 +46,16 @@
invis_view = SEE_INVISIBLE_MINIMUM
glass_colour_type = /datum/client_colour/glass_colour/green
/obj/item/clothing/glasses/hud/health/sunglasses
name = "Medical HUDSunglasses"
desc = "Sunglasses with a medical HUD."
icon_state = "sunhudmed"
origin_tech = "magnets=3;biotech=3;engineering=3"
darkness_view = 1
flash_protect = 1
tint = 1
glass_colour_type = /datum/client_colour/glass_colour/blue
/obj/item/clothing/glasses/hud/diagnostic
name = "Diagnostic HUD"
desc = "A heads-up display capable of analyzing the integrity and status of robotics and exosuits."
@@ -100,9 +110,9 @@
icon_state = "hudpatch"
/obj/item/clothing/glasses/hud/security/sunglasses
name = "HUDSunglasses"
desc = "Sunglasses with a HUD."
icon_state = "sunhud"
name = "Security HUDSunglasses"
desc = "Sunglasses with a security HUD."
icon_state = "sunhudsec"
origin_tech = "magnets=3;combat=3;engineering=3"
darkness_view = 1
flash_protect = 1