mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
adds xenobiology headset (#30780)
* adds xenobiology headset * created xenobiologist locker * adds the lockers to maps
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user