mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
IAA Headset (#28190)
* iaa headset * iaa headset * IAA headset * iaa headset fix * iaa headset fix * iaa headset fix
This commit is contained in:
@@ -561,9 +561,9 @@
|
|||||||
items_to_spawn = list(
|
items_to_spawn = list(
|
||||||
"Default" = list(
|
"Default" = list(
|
||||||
slot_ears_str = list(
|
slot_ears_str = list(
|
||||||
"Lawyer" = /obj/item/device/radio/headset,
|
"Lawyer" = /obj/item/device/radio/headset/headset_iaa,
|
||||||
"Bridge Officer" = /obj/item/device/radio/headset/headset_com,
|
"Bridge Officer" = /obj/item/device/radio/headset/headset_iaa,
|
||||||
"Internal Affairs Agent" = /obj/item/device/radio/headset,
|
"Internal Affairs Agent" = /obj/item/device/radio/headset/headset_iaa,
|
||||||
),
|
),
|
||||||
slot_w_uniform_str = list(
|
slot_w_uniform_str = list(
|
||||||
"Lawyer" = /obj/item/clothing/under/lawyer/bluesuit,
|
"Lawyer" = /obj/item/clothing/under/lawyer/bluesuit,
|
||||||
@@ -590,9 +590,9 @@
|
|||||||
),
|
),
|
||||||
/datum/species/plasmaman/ = list(
|
/datum/species/plasmaman/ = list(
|
||||||
slot_ears_str = list(
|
slot_ears_str = list(
|
||||||
"Lawyer" = /obj/item/device/radio/headset,
|
"Lawyer" = /obj/item/device/radio/headset/headset_iaa,
|
||||||
"Bridge Officer" = /obj/item/device/radio/headset/headset_com,
|
"Bridge Officer" = /obj/item/device/radio/headset/headset_iaa,
|
||||||
"Internal Affairs Agent" = /obj/item/device/radio/headset,
|
"Internal Affairs Agent" = /obj/item/device/radio/headset/headset_iaa,
|
||||||
),
|
),
|
||||||
slot_w_uniform_str = list(
|
slot_w_uniform_str = list(
|
||||||
"Lawyer" = /obj/item/clothing/under/lawyer/bluesuit,
|
"Lawyer" = /obj/item/clothing/under/lawyer/bluesuit,
|
||||||
@@ -614,9 +614,9 @@
|
|||||||
),
|
),
|
||||||
/datum/species/vox/ = list(
|
/datum/species/vox/ = list(
|
||||||
slot_ears_str = list(
|
slot_ears_str = list(
|
||||||
"Lawyer" = /obj/item/device/radio/headset,
|
"Lawyer" = /obj/item/device/radio/headset/headset_iaa,
|
||||||
"Bridge Officer" = /obj/item/device/radio/headset/headset_com,
|
"Bridge Officer" = /obj/item/device/radio/headset/headset_iaa,
|
||||||
"Internal Affairs Agent" = /obj/item/device/radio/headset,
|
"Internal Affairs Agent" = /obj/item/device/radio/headset/headset_iaa,
|
||||||
),
|
),
|
||||||
slot_w_uniform_str = list(
|
slot_w_uniform_str = list(
|
||||||
"Lawyer" = /obj/item/clothing/under/lawyer/bluesuit,
|
"Lawyer" = /obj/item/clothing/under/lawyer/bluesuit,
|
||||||
|
|||||||
@@ -80,6 +80,12 @@
|
|||||||
desc = "An encryption key for a radio headset. Contains cypherkeys."
|
desc = "An encryption key for a radio headset. Contains cypherkeys."
|
||||||
icon_state = "com_cypherkey"
|
icon_state = "com_cypherkey"
|
||||||
channels = list("Command" = 1)
|
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
|
/obj/item/device/encryptionkey/heads/captain
|
||||||
name = "Captain's Encryption Key"
|
name = "Captain's Encryption Key"
|
||||||
|
|||||||
@@ -198,6 +198,13 @@
|
|||||||
icon_state = "com_headset"
|
icon_state = "com_headset"
|
||||||
item_state = "headset"
|
item_state = "headset"
|
||||||
init_keyslot2_type = /obj/item/device/encryptionkey/headset_servsci
|
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
|
/obj/item/device/radio/headset/headset_earmuffs
|
||||||
name = "headset earmuffs"
|
name = "headset earmuffs"
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.4 KiB |
Reference in New Issue
Block a user