Skip to content

Commit

Permalink
Remove Botanical Dispenser and add items on maps
Browse files Browse the repository at this point in the history
  • Loading branch information
AyIong committed Apr 18, 2024
1 parent f4e0d3d commit 0688e9d
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 53 deletions.
2 changes: 1 addition & 1 deletion _maps/map_files220/generic/centcomm.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -30095,7 +30095,7 @@
/turf/simulated/floor/carpet/black,
/area/centcom/ss220/general)
"uRC" = (
/obj/machinery/chem_dispenser/botanical/upgraded,
/obj/machinery/chem_dispenser/upgraded,
/turf/simulated/floor/wood/fancy/oak,
/area/centcom/ss220/evac)
"uRG" = (
Expand Down
10 changes: 9 additions & 1 deletion _maps/map_files220/stations/boxstation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -14847,6 +14847,9 @@
/obj/item/plant_analyzer,
/obj/item/radio/intercom/directional/east,
/obj/machinery/light_switch/south,
/obj/item/storage/bag/plants/seed_sorting_tray{
pixel_y = 20
},
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "green"
Expand Down Expand Up @@ -15042,6 +15045,10 @@
pixel_x = -4
},
/obj/machinery/light/directional/east,
/obj/item/reagent_containers/glass/bottle/nutrient/mut{
pixel_x = 1;
pixel_y = 6
},
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "green"
Expand Down Expand Up @@ -71680,7 +71687,7 @@
/area/station/medical/chemistry)
"nnj" = (
/obj/effect/turf_decal/delivery/green,
/obj/machinery/chem_dispenser/botanical,
/obj/machinery/chem_dispenser,
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
Expand Down Expand Up @@ -86588,6 +86595,7 @@
/obj/item/shovel/spade,
/obj/item/shovel/spade,
/obj/item/plant_analyzer,
/obj/item/storage/bag/plants/seed_sorting_tray,
/turf/simulated/floor/grass,
/area/station/security/permabrig)
"sFQ" = (
Expand Down
22 changes: 18 additions & 4 deletions _maps/map_files220/stations/deltastation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -86431,7 +86431,7 @@
/area/station/hallway/secondary/exit)
"pYO" = (
/obj/effect/turf_decal/delivery,
/obj/machinery/chem_dispenser/botanical,
/obj/machinery/chem_dispenser,
/obj/machinery/requests_console{
department = "Hydroponics";
departmentType = 2;
Expand Down Expand Up @@ -98063,10 +98063,23 @@
"tGh" = (
/obj/effect/turf_decal/delivery/hollow,
/obj/structure/table,
/obj/item/reagent_containers/spray/plantbgone,
/obj/item/reagent_containers/spray/plantbgone,
/obj/item/reagent_containers/spray/plantbgone,
/obj/machinery/firealarm/directional/east,
/obj/item/reagent_containers/glass/bottle/nutrient/mut{
pixel_x = -4;
pixel_y = 2
},
/obj/item/reagent_containers/spray/plantbgone{
pixel_y = 10;
pixel_x = 6
},
/obj/item/reagent_containers/spray/plantbgone{
pixel_x = 6;
pixel_y = 4
},
/obj/item/reagent_containers/spray/plantbgone{
pixel_x = 6;
pixel_y = -2
},
/turf/simulated/floor/plasteel/dark,
/area/station/service/hydroponics)
"tGN" = (
Expand Down Expand Up @@ -102880,6 +102893,7 @@
d2 = 8;
icon_state = "1-8"
},
/obj/item/storage/bag/plants/seed_sorting_tray,
/turf/simulated/floor/plasteel,
/area/station/security/permabrig)
"vhM" = (
Expand Down
8 changes: 7 additions & 1 deletion _maps/map_files220/stations/metastation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -22198,6 +22198,11 @@
},
/obj/item/reagent_containers/glass/bottle/nutrient/ez,
/obj/item/reagent_containers/spray/plantbgone,
/obj/item/storage/bag/plants/seed_sorting_tray,
/obj/item/reagent_containers/glass/bottle/nutrient/mut{
pixel_x = -4;
pixel_y = 2
},
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/garden)
"bBN" = (
Expand Down Expand Up @@ -29901,7 +29906,7 @@
"cbP" = (
/obj/effect/turf_decal/delivery/hollow,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/chem_dispenser/botanical,
/obj/machinery/chem_dispenser,
/turf/simulated/floor/plasteel{
dir = 5;
icon_state = "greenblue"
Expand Down Expand Up @@ -81332,6 +81337,7 @@
/obj/item/plant_analyzer,
/obj/machinery/atmospherics/unary/vent_scrubber/on,
/obj/machinery/light_switch/north,
/obj/item/storage/bag/plants/seed_sorting_tray,
/turf/simulated/floor/plasteel{
dir = 5;
icon_state = "green"
Expand Down
45 changes: 0 additions & 45 deletions modular_ss220/hydroponics/code/dispenser.dm

This file was deleted.

1 change: 0 additions & 1 deletion modular_ss220/hydroponics/hydroponics.dme
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "hydroponics.dm"

#include "code/dispenser.dm"
#include "code/biogenerator_designs.dm"
#include "code/plants.dm"

0 comments on commit 0688e9d

Please sign in to comment.