diff --git a/code/game/objects/items/devices/radio/encryptionkey.dm b/code/game/objects/items/devices/radio/encryptionkey.dm index 99a30bb84f7..0be43e61e1c 100644 --- a/code/game/objects/items/devices/radio/encryptionkey.dm +++ b/code/game/objects/items/devices/radio/encryptionkey.dm @@ -69,6 +69,11 @@ icon_state = "srvsec_cypherkey" channels = list(RADIO_CHANNEL_SERVICE = 1, RADIO_CHANNEL_SECURITY = 1) +/obj/item/encryptionkey/headset_srvmed + name = "psychology radio encryption key" + icon_state = "med_cypherkey" + channels = list(RADIO_CHANNEL_MEDICAL = 1, RADIO_CHANNEL_SERVICE = 1) + /obj/item/encryptionkey/headset_com name = "command radio encryption key" icon_state = "com_cypherkey" diff --git a/code/game/objects/items/devices/radio/headset.dm b/code/game/objects/items/devices/radio/headset.dm index 7014941ced8..e36247388d1 100644 --- a/code/game/objects/items/devices/radio/headset.dm +++ b/code/game/objects/items/devices/radio/headset.dm @@ -157,6 +157,12 @@ GLOBAL_LIST_INIT(channel_tokens, list( icon_state = "srvsec_headset" keyslot = new /obj/item/encryptionkey/headset_srvsec +/obj/item/radio/headset/headset_srvmed + name = "psychology headset" + desc = "A headset allowing the wearer to communicate with medbay and service." + icon_state = "med_headset" + keyslot = new /obj/item/encryptionkey/headset_srvmed + /obj/item/radio/headset/headset_com name = "command radio headset" desc = "A headset with a commanding channel." diff --git a/code/modules/jobs/job_types/psychologist.dm b/code/modules/jobs/job_types/psychologist.dm index 5aea888ad5e..285320e364f 100644 --- a/code/modules/jobs/job_types/psychologist.dm +++ b/code/modules/jobs/job_types/psychologist.dm @@ -22,7 +22,7 @@ name = "Psychologist" jobtype = /datum/job/psychologist -// ears = /obj/item/radio/headset/headset_psych + ears = /obj/item/radio/headset/headset_srvmed uniform = /obj/item/clothing/under/suit/black shoes = /obj/item/clothing/shoes/laceup id = /obj/item/card/id @@ -31,8 +31,8 @@ pda_slot = ITEM_SLOT_BELT l_hand = /obj/item/clipboard -// backpack = /obj/item/storage/backpack/medic -// satchel = /obj/item/storage/backpack/satchel/med -// duffelbag = /obj/item/storage/backpack/duffelbag/med + backpack = /obj/item/storage/backpack/medic + satchel = /obj/item/storage/backpack/satchel/med + duffelbag = /obj/item/storage/backpack/duffelbag/med // chameleon_extras =