mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-16 18:45:22 +01:00
45 lines
1.6 KiB
Plaintext
Executable File
45 lines
1.6 KiB
Plaintext
Executable File
/obj/structure/closet/secure_closet/research_director
|
|
name = "research director's locker"
|
|
req_access = list(ACCESS_RD)
|
|
icon_state = "rd"
|
|
|
|
/obj/structure/closet/secure_closet/research_director/PopulateContents()
|
|
..()
|
|
|
|
new /obj/item/clothing/suit/bio_suit/scientist(src)
|
|
new /obj/item/clothing/head/bio_hood/scientist(src)
|
|
new /obj/item/storage/bag/garment/research_director(src)
|
|
new /obj/item/disk/computer/command/rd(src)
|
|
new /obj/item/radio/headset/heads/rd(src)
|
|
new /obj/item/megaphone/command(src)
|
|
new /obj/item/storage/lockbox/medal/sci(src)
|
|
new /obj/item/assembly/flash/handheld(src)
|
|
new /obj/item/door_remote/research_director(src)
|
|
new /obj/item/circuitboard/machine/techfab/department/science(src)
|
|
new /obj/item/storage/photo_album/rd(src)
|
|
new /obj/item/storage/box/skillchips/science(src)
|
|
new /obj/item/card/id/departmental_budget/sci(src) //SKYRAT EDIT ADDITION
|
|
new /obj/item/holotool(src) // BUBBER EDIT ADDITION
|
|
|
|
/obj/structure/closet/secure_closet/research_director/populate_contents_immediate()
|
|
. = ..()
|
|
|
|
// Traitor steal objectives
|
|
new /obj/item/clothing/suit/armor/reactive/teleport(src)
|
|
new /obj/item/laser_pointer(src)
|
|
|
|
/obj/structure/closet/secure_closet/cytology
|
|
name = "cytology equipment locker"
|
|
icon_state = "science"
|
|
req_access = list(ACCESS_RESEARCH)
|
|
|
|
/obj/structure/closet/secure_closet/cytology/PopulateContents()
|
|
. = ..()
|
|
new /obj/item/pushbroom(src)
|
|
new /obj/item/storage/bag/xeno(src)
|
|
new /obj/item/storage/box/petridish(src)
|
|
for(var/i in 1 to 2)
|
|
new /obj/item/biopsy_tool(src)
|
|
new /obj/item/storage/box/swab(src)
|
|
new /obj/item/reagent_containers/condiment/protein(src)
|