mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Gives the psychologist a medbay/service headset.
This commit is contained in:
@@ -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."
|
||||
|
||||
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user