adds xenobiology headset (#30780)

* adds xenobiology headset

* created xenobiologist locker

* adds the lockers to maps
This commit is contained in:
Christer2222
2025-11-12 20:16:57 +00:00
committed by GitHub
parent dbce2e9b7f
commit 7615c724d3
11 changed files with 411 additions and 396 deletions
@@ -85,6 +85,11 @@
icon_state = "sci_cypherkey"
channels = list("Science" = 1)
/obj/item/encryptionkey/headset_xenobio
name = "Xenobiology Radio Encryption Key"
icon_state = "xenobio_cypherkey"
channels = list("Science" = 1, "Supply" = 0)
/obj/item/encryptionkey/headset_medsci
name = "Medical Research Radio Encryption Key"
icon_state = "medsci_cypherkey"
@@ -198,6 +198,12 @@
icon_state = "sci_headset"
ks2type = /obj/item/encryptionkey/headset_sci
/obj/item/radio/headset/headset_xenobio
name = "xenobiology radio headset"
desc = "A science headset, now with weather updates."
icon_state = "xenobio_headset"
ks2type = /obj/item/encryptionkey/headset_xenobio
/obj/item/radio/headset/headset_medsci
name = "medical research radio headset"
desc = "A headset that is a result of the mating between medical and science."