Skip to content

Commit

Permalink
Gives upgraded hydro trays to the terrarium lavaland spawn vault (tgs…
Browse files Browse the repository at this point in the history
…tation#85350)

## About The Pull Request



This gives deluxe hydroponics trays to the lavaland seed vault mob spawn
area, which are just trays with t4 parts.
## Why It's Good For The Game
Gives better trays to the seed vault, which will let them hydroponic
just a little harder.

## Changelog
:cl: Bisar
qol: The preserved terrarium vault now has tier 4 hydroponics trays,
making volume based tray chemistry take less time.
/:cl:
  • Loading branch information
Metekillot authored Aug 14, 2024
1 parent 916d5ed commit e12519e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 10 deletions.
20 changes: 10 additions & 10 deletions _maps/RandomRuins/LavaRuins/lavaland_surface_seed_vault.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -338,14 +338,14 @@
/area/ruin/powered/seedvault)
"bc" = (
/obj/machinery/light/directional/west,
/obj/machinery/hydroponics/constructable,
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/trimline/green/line{
dir = 8
},
/obj/effect/turf_decal/trimline/green/line{
dir = 4
},
/obj/machinery/hydroponics/constructable/fullupgrade,
/turf/open/floor/mineral/plastitanium,
/area/ruin/powered/seedvault)
"bd" = (
Expand Down Expand Up @@ -375,10 +375,10 @@
/turf/open/floor/mineral/plastitanium,
/area/ruin/powered/seedvault)
"bh" = (
/obj/machinery/hydroponics/constructable,
/obj/effect/turf_decal/trimline/green/line{
dir = 6
},
/obj/machinery/hydroponics/constructable/fullupgrade,
/turf/open/floor/mineral/plastitanium,
/area/ruin/powered/seedvault)
"bi" = (
Expand All @@ -395,10 +395,10 @@
/turf/open/floor/mineral/plastitanium,
/area/ruin/powered/seedvault)
"bj" = (
/obj/machinery/hydroponics/constructable,
/obj/effect/turf_decal/trimline/green/line{
dir = 10
},
/obj/machinery/hydroponics/constructable/fullupgrade,
/turf/open/floor/mineral/plastitanium,
/area/ruin/powered/seedvault)
"bk" = (
Expand All @@ -413,14 +413,14 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
/obj/machinery/hydroponics/constructable,
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/trimline/green/line{
dir = 8
},
/obj/effect/turf_decal/trimline/green/line{
dir = 4
},
/obj/machinery/hydroponics/constructable/fullupgrade,
/turf/open/floor/mineral/plastitanium,
/area/ruin/powered/seedvault)
"bm" = (
Expand Down Expand Up @@ -479,13 +479,13 @@
/area/ruin/powered/seedvault)
"bw" = (
/obj/machinery/light/directional/south,
/obj/machinery/hydroponics/constructable,
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/trimline/green/line{
dir = 1
},
/obj/effect/turf_decal/trimline/green/line,
/obj/machinery/hydroponics/constructable/fullupgrade,
/turf/open/floor/mineral/plastitanium,
/area/ruin/powered/seedvault)
"bx" = (
Expand All @@ -511,17 +511,17 @@
/turf/closed/wall/r_wall,
/area/ruin/powered/seedvault)
"bB" = (
/obj/machinery/hydroponics/constructable,
/obj/effect/turf_decal/trimline/green/line{
dir = 5
},
/obj/machinery/hydroponics/constructable/fullupgrade,
/turf/open/floor/mineral/plastitanium,
/area/ruin/powered/seedvault)
"bC" = (
/obj/machinery/hydroponics/constructable,
/obj/effect/turf_decal/trimline/green/line{
dir = 9
},
/obj/machinery/hydroponics/constructable/fullupgrade,
/turf/open/floor/mineral/plastitanium,
/area/ruin/powered/seedvault)
"bD" = (
Expand Down Expand Up @@ -565,7 +565,6 @@
/turf/open/floor/iron/freezer,
/area/ruin/powered/seedvault)
"pZ" = (
/obj/machinery/hydroponics/constructable,
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/cobweb/cobweb2,
/obj/effect/turf_decal/trimline/green/line{
Expand All @@ -574,17 +573,18 @@
/obj/effect/turf_decal/trimline/green/line{
dir = 4
},
/obj/machinery/hydroponics/constructable/fullupgrade,
/turf/open/floor/mineral/plastitanium,
/area/ruin/powered/seedvault)
"rF" = (
/obj/machinery/hydroponics/constructable,
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/trimline/green/line{
dir = 8
},
/obj/effect/turf_decal/trimline/green/line{
dir = 4
},
/obj/machinery/hydroponics/constructable/fullupgrade,
/turf/open/floor/mineral/plastitanium,
/area/ruin/powered/seedvault)
"rX" = (
Expand Down Expand Up @@ -656,12 +656,12 @@
/turf/open/floor/iron/freezer,
/area/ruin/powered/seedvault)
"VF" = (
/obj/machinery/hydroponics/constructable,
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/trimline/green/line{
dir = 1
},
/obj/effect/turf_decal/trimline/green/line,
/obj/machinery/hydroponics/constructable/fullupgrade,
/turf/open/floor/mineral/plastitanium,
/area/ruin/powered/seedvault)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1286,6 +1286,15 @@
/obj/item/stack/sheet/glass = 1)
needs_anchored = FALSE

/obj/item/circuitboard/machine/hydroponics/fullupgrade
build_path = /obj/machinery/hydroponics/constructable/fullupgrade
specific_parts = TRUE
req_components = list(
/datum/stock_part/matter_bin/tier4 = 2,
/datum/stock_part/servo/tier4 = 1,
/obj/item/stack/sheet/glass = 1
)

/obj/item/circuitboard/machine/microwave
name = "Microwave"
greyscale_colors = CIRCUIT_COLOR_SERVICE
Expand Down
5 changes: 5 additions & 0 deletions code/modules/hydroponics/hydroponics.dm
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,11 @@
icon = 'icons/obj/service/hydroponics/equipment.dmi'
icon_state = "hydrotray3"

/obj/machinery/hydroponics/constructable/fullupgrade
name = "deluxe hydroponics tray"
desc = "A basin used to grown plants in, packed full of cutting-edge technology."
circuit = /obj/item/circuitboard/machine/hydroponics/fullupgrade

/obj/machinery/hydroponics/constructable/Initialize(mapload)
. = ..()
AddComponent(/datum/component/simple_rotation)
Expand Down

0 comments on commit e12519e

Please sign in to comment.