mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 16:09:15 +00:00
Several of the greps were missing the `-P` switch which caused them to fail to match things. The EOL grep also wasn't working right so I replaced it with the one I added to TGMC.
14 lines
463 B
Plaintext
14 lines
463 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)
|