Gives the psychologist a medbay/service headset.

This commit is contained in:
uomo91
2020-03-14 14:22:33 -05:00
parent df979812e9
commit 271febc427
3 changed files with 15 additions and 4 deletions
@@ -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"
@@ -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."
+4 -4
View File
@@ -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 =