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
@@ -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)