mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
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:
@@ -179,6 +179,16 @@
|
|||||||
force = 12
|
force = 12
|
||||||
throwforce = 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
|
/obj/item/clothing/glasses/hud/toggle
|
||||||
name = "Toggle HUD"
|
name = "Toggle HUD"
|
||||||
desc = "A HUD with multiple functions."
|
desc = "A HUD with multiple functions."
|
||||||
|
|||||||
@@ -60,7 +60,7 @@
|
|||||||
id_type = /obj/item/card/id/gold
|
id_type = /obj/item/card/id/gold
|
||||||
pda_type = /obj/item/modular_computer/tablet/phone/preset/advanced/command/cap
|
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
|
ears = /obj/item/radio/headset/heads/captain/alt
|
||||||
gloves = /obj/item/clothing/gloves/color/captain
|
gloves = /obj/item/clothing/gloves/color/captain
|
||||||
uniform = /obj/item/clothing/under/rank/captain
|
uniform = /obj/item/clothing/under/rank/captain
|
||||||
|
|||||||
@@ -63,6 +63,7 @@
|
|||||||
id_type = /obj/item/card/id/silver
|
id_type = /obj/item/card/id/silver
|
||||||
pda_type = /obj/item/modular_computer/tablet/phone/preset/advanced/command/hop
|
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
|
ears = /obj/item/radio/headset/heads/hop
|
||||||
uniform = /obj/item/clothing/under/rank/head_of_personnel
|
uniform = /obj/item/clothing/under/rank/head_of_personnel
|
||||||
uniform_skirt = /obj/item/clothing/under/rank/head_of_personnel/skirt
|
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 |
Reference in New Issue
Block a user