mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-26 01:22:03 +00:00
14 lines
432 B
Plaintext
14 lines
432 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/secateurs(src)
|