mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 21:10:30 +01:00
Additional hydroponics QoL + additions (#20836)
This implements a bunch of little QoL improvements and a few substantial expansions in hydroponics intended to deepen the job's interactions with hydroponics mechanics. - Adds k'ois spores to hydroponics! Note these are only available in hydroponics proper, the seed storage machine for the garden has been split into a separate subtype that does not contain k'ois. This is packaged with a small hazardous containment chamber to safely grow dangerous crops, in addition to a decontamination area and a hazmat closet. K'ois is something the kitchen is continually in demand of, and it is the sole foodstuff of an entire species - I don't see why hydroponics wouldn't be able to grow it. - D1 hydroponics now has the same atmos equipment for changing the temperature of trays as xenobotany, allowing you to take air from distro and change its temperature across two separate reservoirs feeding into trays. Different crops grow optimally at different temperatures, this lets hydroponicists engage with this mechanic. - A bunch of misc code QoL changes, including shifting the crates in hydroponics from mapping to code. - Makes empty first-aid kits spawn with a minimum of 16 storage space. Previously, the storage you'd see in empty first aid kits was well, well below how much actual first-aid kits with prefilled contents had. - Expanded hydroponicist maintenance access a little, so they can now access the garden and hangars through adjacent maints. - Seed storage machines have cranberry seeds now. - A few more items are in the biogenerator, in the interest of making the hydroponicist a better generalist. - Shifted around some of the contents of the biogenerator to prioritise more important stuff, including moving flags to the bottom of the list. The only item actually removed is the money bag - I'm not sure what use you'd find for that. - Adds autoinjectors and autoinhalers to the hydroponicist's herbalism crate.  
This commit is contained in:
@@ -573,14 +573,44 @@
|
||||
|
||||
//This exists so the prespawned hydro crates spawn with their contents.
|
||||
/obj/structure/closet/crate/hydroponics/prespawned/fill()
|
||||
new /obj/item/reagent_containers/spray/plantbgone(src)
|
||||
new /obj/item/reagent_containers/spray/plantbgone(src)
|
||||
new /obj/item/material/minihoe(src)
|
||||
// new /obj/item/weedspray(src)
|
||||
// new /obj/item/weedspray(src)
|
||||
// new /obj/item/pestspray(src)
|
||||
// new /obj/item/pestspray(src)
|
||||
// new /obj/item/pestspray(src)
|
||||
new /obj/item/material/hatchet(src)
|
||||
new /obj/item/wirecutters/clippers(src)
|
||||
new /obj/item/reagent_containers/glass/bucket(src)
|
||||
new /obj/item/reagent_containers/spray/plantbgone(src)
|
||||
new /obj/item/reagent_containers/spray/plantbgone(src)
|
||||
new /obj/item/reagent_containers/glass/fertilizer/ez(src)
|
||||
new /obj/item/reagent_containers/glass/fertilizer/ez(src)
|
||||
|
||||
// Everything you need for beekeeping, including the bees. Those with allergies need not apply.
|
||||
/obj/structure/closet/crate/hydroponics/beekeeping
|
||||
name = "beekeeping crate"
|
||||
desc = "Live bees included! Several small labels warn of the hazards involved therein."
|
||||
|
||||
/obj/structure/closet/crate/hydroponics/beekeeping/fill()
|
||||
new /obj/item/bee_pack(src)
|
||||
new /obj/item/honey_frame(src)
|
||||
new /obj/item/honey_frame(src)
|
||||
new /obj/item/beehive_assembly(src)
|
||||
new /obj/item/bee_net(src)
|
||||
new /obj/item/bee_smoker(src)
|
||||
|
||||
// Includes everything you need to run your own horticultural medicinal operation. Or something more nefarious, if you prefer.
|
||||
/obj/structure/closet/crate/hydroponics/herbalism
|
||||
name = "herbalist crate"
|
||||
desc = "Contains equipment and storage vessels involved in the processing and packaging of herbal medicine."
|
||||
|
||||
/obj/structure/closet/crate/hydroponics/herbalism/fill()
|
||||
new /obj/item/storage/box/spraybottles(src)
|
||||
new /obj/item/storage/box/pillbottles(src)
|
||||
new /obj/item/storage/box/inhalers_auto(src)
|
||||
new /obj/item/storage/box/autoinjectors(src)
|
||||
new /obj/item/reagent_containers/chem_disp_cartridge(src)
|
||||
new /obj/item/reagent_containers/chem_disp_cartridge(src)
|
||||
new /obj/item/reagent_containers/chem_disp_cartridge(src)
|
||||
new /obj/item/reagent_containers/chem_disp_cartridge(src)
|
||||
new /obj/item/reagent_containers/chem_disp_cartridge(src)
|
||||
new /obj/item/reagent_containers/chem_disp_cartridge(src)
|
||||
|
||||
// Spawns with everything you need to make your very own field kitchen! (assuming you have power)
|
||||
// Contains enough to create a stove and oven. Using loops for anything above one for readability. Best paired with a freezer with ingredients.
|
||||
|
||||
Reference in New Issue
Block a user