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."
@@ -18,6 +18,25 @@
new /obj/item/clothing/mask/gas(src)
new /obj/item/clothing/shoes/sandal/white(src)
/obj/structure/closet/secure_closet/xenobiologist
name = "xenobiologists's locker"
req_access = list(ACCESS_XENOBIOLOGY)
icon_state = "xenobiology"
opened_door_sprite = "white_secure"
/obj/structure/closet/secure_closet/xenobiologist/populate_contents()
new /obj/item/storage/backpack/science(src)
new /obj/item/storage/backpack/satchel_tox(src)
new /obj/item/clothing/under/rank/rnd/scientist(src)
new /obj/item/clothing/under/rank/rnd/scientist/skirt(src)
new /obj/item/clothing/suit/storage/labcoat/science(src)
new /obj/item/radio/headset/headset_xenobio(src)
new /obj/item/tank/internals/air(src)
new /obj/item/clothing/mask/gas(src)
new /obj/item/clothing/shoes/white(src)
new /obj/item/clothing/shoes/sandal/white(src)
/obj/structure/closet/secure_closet/roboticist
name = "roboticist's locker"
req_access = list(ACCESS_ROBOTICS)