Adds Personnel HUD Type, gives HoP and Cap a pair of sunglasses with it (#17836)

* adds personnel hud type, sunglasses for HoP and Cap with it

* renames CMO shades for HoP/Cap, made new shades for CMO

* forgot to make the sunglasses tint blue
This commit is contained in:
Aquizit
2023-02-10 16:59:27 -06:00
committed by GitHub
parent fc4a64ed52
commit 606c9ced8f
5 changed files with 12 additions and 1 deletions

View File

@@ -179,6 +179,16 @@
force = 12
throwforce = 12
/obj/item/clothing/glasses/hud/personnel
name = "personnel HUD sunglasses"
desc = "Sunglasses with a personnel HUD."
icon_state = "sunhudhop"
item_state = "glasses"
hud_type = DATA_HUD_SECURITY_BASIC // Apparently the basic sec HUD is just IDs and the basic ones we use (mindshield detection etc. are "advanced" sec HUDs.
flash_protect = 1
tint = 1
glass_colour_type = /datum/client_colour/glass_colour/blue
/obj/item/clothing/glasses/hud/toggle
name = "Toggle HUD"
desc = "A HUD with multiple functions."

View File

@@ -60,7 +60,7 @@
id_type = /obj/item/card/id/gold
pda_type = /obj/item/modular_computer/tablet/phone/preset/advanced/command/cap
glasses = /obj/item/clothing/glasses/sunglasses
glasses = /obj/item/clothing/glasses/hud/personnel
ears = /obj/item/radio/headset/heads/captain/alt
gloves = /obj/item/clothing/gloves/color/captain
uniform = /obj/item/clothing/under/rank/captain

View File

@@ -63,6 +63,7 @@
id_type = /obj/item/card/id/silver
pda_type = /obj/item/modular_computer/tablet/phone/preset/advanced/command/hop
glasses = /obj/item/clothing/glasses/hud/personnel
ears = /obj/item/radio/headset/heads/hop
uniform = /obj/item/clothing/under/rank/head_of_personnel
uniform_skirt = /obj/item/clothing/under/rank/head_of_personnel/skirt

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 15 KiB