mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 07:08:55 +01:00
[MIRROR] Headset Refactor and Selection (#9438)
Co-authored-by: Killian <49700375+KillianKirilenko@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Killian
Kashargul
parent
dc4fba3638
commit
61a5f758ac
@@ -99,3 +99,24 @@
|
||||
desc = "A headset with combined medical and security functionality."
|
||||
icon_state = "med_headset"
|
||||
ks2type = /obj/item/encryptionkey/headset_medsec
|
||||
|
||||
/obj/item/radio/headset/headset_medsci
|
||||
name = "medical research radio headset"
|
||||
desc = "A headset with combined medical and science functionality."
|
||||
icon_state = "med_headset"
|
||||
ks2type = /obj/item/encryptionkey/headset_medsci
|
||||
|
||||
/obj/item/radio/headset/volunteer
|
||||
name = "volunteer's headset"
|
||||
desc = "A headset used by volunteers to expedition teams, has access to the exploration channel."
|
||||
icon_state = "pilot_headset"
|
||||
adhoc_fallback = TRUE
|
||||
ks2type = /obj/item/encryptionkey/explorer
|
||||
|
||||
/obj/item/radio/headset/explorer
|
||||
name = "explorer's headset"
|
||||
desc = "Headset used by explorers for exploring. Access to the explorer channel."
|
||||
|
||||
/obj/item/radio/headset/alt/explorer
|
||||
name = "explorer's bowman headset"
|
||||
desc = "Bowman headset used by explorers for exploring. Access to the explorer channel."
|
||||
|
||||
Reference in New Issue
Block a user