IAA Headset (#28190)

* iaa headset

* iaa headset

* IAA headset

* iaa headset fix

* iaa headset fix

* iaa headset fix
This commit is contained in:
BurntDevil
2020-11-17 14:00:12 -05:00
committed by GitHub
parent c8ffa0f900
commit a0d0ae2f4a
4 changed files with 22 additions and 9 deletions

View File

@@ -561,9 +561,9 @@
items_to_spawn = list(
"Default" = list(
slot_ears_str = list(
"Lawyer" = /obj/item/device/radio/headset,
"Bridge Officer" = /obj/item/device/radio/headset/headset_com,
"Internal Affairs Agent" = /obj/item/device/radio/headset,
"Lawyer" = /obj/item/device/radio/headset/headset_iaa,
"Bridge Officer" = /obj/item/device/radio/headset/headset_iaa,
"Internal Affairs Agent" = /obj/item/device/radio/headset/headset_iaa,
),
slot_w_uniform_str = list(
"Lawyer" = /obj/item/clothing/under/lawyer/bluesuit,
@@ -590,9 +590,9 @@
),
/datum/species/plasmaman/ = list(
slot_ears_str = list(
"Lawyer" = /obj/item/device/radio/headset,
"Bridge Officer" = /obj/item/device/radio/headset/headset_com,
"Internal Affairs Agent" = /obj/item/device/radio/headset,
"Lawyer" = /obj/item/device/radio/headset/headset_iaa,
"Bridge Officer" = /obj/item/device/radio/headset/headset_iaa,
"Internal Affairs Agent" = /obj/item/device/radio/headset/headset_iaa,
),
slot_w_uniform_str = list(
"Lawyer" = /obj/item/clothing/under/lawyer/bluesuit,
@@ -614,9 +614,9 @@
),
/datum/species/vox/ = list(
slot_ears_str = list(
"Lawyer" = /obj/item/device/radio/headset,
"Bridge Officer" = /obj/item/device/radio/headset/headset_com,
"Internal Affairs Agent" = /obj/item/device/radio/headset,
"Lawyer" = /obj/item/device/radio/headset/headset_iaa,
"Bridge Officer" = /obj/item/device/radio/headset/headset_iaa,
"Internal Affairs Agent" = /obj/item/device/radio/headset/headset_iaa,
),
slot_w_uniform_str = list(
"Lawyer" = /obj/item/clothing/under/lawyer/bluesuit,

View File

@@ -80,6 +80,12 @@
desc = "An encryption key for a radio headset. Contains cypherkeys."
icon_state = "com_cypherkey"
channels = list("Command" = 1)
/obj/item/device/encryptionkey/headset_iaa
name = "Internal Affairs Radio Encryption Key"
desc = "An encryption key for a radio headset. Contains cypherkeys."
icon_state = "com_cypherkey"
channels = list("Command" = 1, "Security" = 1)
/obj/item/device/encryptionkey/heads/captain
name = "Captain's Encryption Key"

View File

@@ -198,6 +198,13 @@
icon_state = "com_headset"
item_state = "headset"
init_keyslot2_type = /obj/item/device/encryptionkey/headset_servsci
/obj/item/device/radio/headset/headset_iaa
name = "internal affairs radio headset"
desc = "A headset used to communicate with security and heads of staff. To access the security channel, use :s. For command, use :c."
icon_state = "iaa_headset"
item_state = "headset"
init_keyslot2_type = /obj/item/device/encryptionkey/headset_iaa
/obj/item/device/radio/headset/headset_earmuffs
name = "headset earmuffs"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB