Skip to content

Commit

Permalink
Adds a General Hydroponics and a Botanist wiki manual to the hydropon…
Browse files Browse the repository at this point in the history
…ics area of each station (ParadiseSS13#25576)

* Adds hydroponics wiki manuals for general hydroponics and for the station botanist

* adding the manuals to the maps

* makes title fit the book name and capitalizes the word "handbook"

* adds copies of General Hydroponics to the syndicate space base, preserved terrarium and free golem ship
  • Loading branch information
Migratingcocofruit authored Jun 9, 2024
1 parent cb66392 commit 342eade
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@
"I" = (
/obj/structure/table/wood,
/obj/machinery/reagentgrinder,
/obj/item/book/manual/wiki/hydroponics,
/turf/simulated/floor/mineral/titanium/purple,
/area/shuttle/freegolem)
"J" = (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@
/obj/structure/table/glass,
/obj/item/storage/box/beakers/bluespace,
/obj/item/storage/box/beakers/bluespace,
/obj/item/book/manual/wiki/hydroponics,
/obj/item/book/manual/wiki/hydroponics,
/turf/simulated/floor/plasteel/freezer,
/area/ruin/powered/seedvault)
"qI" = (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -845,6 +845,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
/obj/item/book/manual/wiki/hydroponics,
/turf/simulated/floor/wood,
/area/ruin/unpowered/syndicate_space_base/service)
"eR" = (
Expand Down
12 changes: 11 additions & 1 deletion _maps/map_files/stations/boxstation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -80328,6 +80328,16 @@
/obj/machinery/smartfridge/id,
/turf/simulated/floor/wood,
/area/station/command/office/hop)
"qWx" = (
/obj/structure/chair/stool,
/obj/effect/landmark/start/botanist,
/obj/item/book/manual/wiki/hydroponics,
/obj/item/book/manual/wiki/botanist,
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "green"
},
/area/station/service/hydroponics)
"qWF" = (
/obj/structure/cable{
d1 = 4;
Expand Down Expand Up @@ -136563,7 +136573,7 @@ bow
bow
byM
bru
bxL
qWx
fiB
bAr
boi
Expand Down
2 changes: 2 additions & 0 deletions _maps/map_files/stations/cerestation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -64103,6 +64103,8 @@
/obj/item/stack/packageWrap,
/obj/item/book/manual/hydroponics_pod_people,
/obj/item/book/manual/hydroponics_pod_people,
/obj/item/book/manual/wiki/hydroponics,
/obj/item/book/manual/wiki/botanist,
/turf/simulated/floor/plasteel{
icon_state = "darkgreenfull"
},
Expand Down
2 changes: 2 additions & 0 deletions _maps/map_files/stations/deltastation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -24088,6 +24088,8 @@
/obj/item/hand_labeler,
/obj/item/book/manual/hydroponics_pod_people,
/obj/effect/turf_decal/delivery/hollow,
/obj/item/book/manual/wiki/hydroponics,
/obj/item/book/manual/wiki/botanist,
/turf/simulated/floor/plasteel,
/area/station/service/hydroponics)
"btE" = (
Expand Down
22 changes: 7 additions & 15 deletions _maps/map_files/stations/metastation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -50709,6 +50709,8 @@
pixel_y = 32
},
/obj/effect/turf_decal/stripes/line,
/obj/item/book/manual/wiki/hydroponics,
/obj/item/book/manual/wiki/botanist,
/turf/simulated/floor/plasteel,
/area/station/service/hydroponics)
"fWg" = (
Expand Down Expand Up @@ -61284,9 +61286,7 @@
id_tag = "rdtoxins";
name = "Toxins Lab Shutters"
},
/obj/machinery/door/firedoor/heavy{
opacity = 0
},
/obj/machinery/door/firedoor/heavy,
/obj/effect/spawner/window/reinforced,
/turf/simulated/floor/plating,
/area/station/science/toxins/mixing)
Expand Down Expand Up @@ -64010,9 +64010,7 @@
/obj/machinery/door/airlock/research,
/obj/effect/mapping_helpers/airlock/autoname,
/obj/effect/mapping_helpers/airlock/access/all/science/tox_storage,
/obj/machinery/door/firedoor/heavy{
opacity = 0
},
/obj/machinery/door/firedoor/heavy,
/obj/structure/disposalpipe/segment{
dir = 4
},
Expand Down Expand Up @@ -68830,9 +68828,7 @@
/obj/machinery/door/airlock/research,
/obj/effect/mapping_helpers/airlock/autoname,
/obj/effect/mapping_helpers/airlock/access/all/science/tox,
/obj/machinery/door/firedoor/heavy{
opacity = 0
},
/obj/machinery/door/firedoor/heavy,
/obj/structure/cable{
d1 = 4;
d2 = 8;
Expand Down Expand Up @@ -85625,9 +85621,7 @@
},
/area/station/security/execution)
"uEr" = (
/obj/machinery/door/firedoor/heavy{
opacity = 0
},
/obj/machinery/door/firedoor/heavy,
/obj/machinery/door/airlock/research,
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
Expand Down Expand Up @@ -89714,9 +89708,7 @@
},
/obj/effect/mapping_helpers/airlock/autoname,
/obj/effect/mapping_helpers/airlock/access/all/science/tox,
/obj/machinery/door/firedoor/heavy{
opacity = 0
},
/obj/machinery/door/firedoor/heavy,
/turf/simulated/floor/plasteel{
icon_state = "whitepurplefull"
},
Expand Down
16 changes: 16 additions & 0 deletions code/game/objects/items/weapons/manuals.dm
Original file line number Diff line number Diff line change
Expand Up @@ -908,6 +908,22 @@
title = "Faxes and You!"
wiki_article_title = "Guide_to_Faxes"

/obj/item/book/manual/wiki/hydroponics
name = "General Hydroponics"
desc = "A guide outlining the principles of hydroponics"
icon_state ="bookHydroponicsGeneral"
author = "Nanotrasen"
title = "General Hydroponics"
wiki_article_title = "Guide_to_Hydroponics"

/obj/item/book/manual/wiki/botanist
name = "The Station Botanist Handbook"
desc = "A handbook with instructions and tips for station botanists"
icon_state ="bookHydroponicsBotanist"
author = "Nanotrasen"
title = "The Station Botanist Handbook"
wiki_article_title = "Botanist"

//* STANDARD OPERATING PROCEDURE MANUALS *// (and space Law)

/obj/item/book/manual/wiki/security_space_law
Expand Down
Binary file modified icons/obj/library.dmi
Binary file not shown.

0 comments on commit 342eade

Please sign in to comment.