13 lines
461 B
Plaintext
13 lines
461 B
Plaintext
/obj/structure/closet/secure_closet/hydroponics
|
|
name = "botanist's locker"
|
|
req_access = list(ACCESS_HYDROPONICS)
|
|
icon_state = "hydro"
|
|
|
|
/obj/structure/closet/secure_closet/hydroponics/PopulateContents()
|
|
..()
|
|
new /obj/item/storage/bag/plants/portaseeder(src)
|
|
new /obj/item/plant_analyzer(src)
|
|
new /obj/item/radio/headset/headset_srv(src)
|
|
new /obj/item/cultivator(src)
|
|
new /obj/item/hatchet(src)
|
|
new /obj/item/storage/box/disks_plantgene(src) |