Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 16 additions & 15 deletions _maps/map_files/YogStation/YogStation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -33460,11 +33460,6 @@
},
/turf/open/floor/plasteel/white,
/area/medical/genetics)
"bra" = (
/obj/structure/table/glass,
/obj/item/storage/box/rxglasses,
/turf/open/floor/plasteel/white,
/area/medical/genetics)
"brb" = (
/obj/machinery/computer/scan_consolenew{
dir = 8
Expand Down Expand Up @@ -34397,14 +34392,6 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
"bsK" = (
/obj/structure/table/glass,
/obj/item/storage/box/disks{
pixel_x = 2;
pixel_y = 2
},
/turf/open/floor/plasteel/white,
/area/medical/genetics)
"bsL" = (
/turf/open/floor/plasteel/white,
/area/medical/genetics)
Expand Down Expand Up @@ -54513,6 +54500,11 @@
},
/turf/open/space/basic,
/area/maintenance/disposal/incinerator)
"lvD" = (
/obj/structure/table/glass,
/obj/item/book/manual/wiki/medical_genetics,
/turf/open/floor/plasteel/white,
/area/medical/genetics)
"lxr" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/machinery/door/poddoor/shutters/preopen{
Expand Down Expand Up @@ -59763,6 +59755,15 @@
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/aft)
"xXp" = (
/obj/structure/table/glass,
/obj/item/storage/box/rxglasses,
/obj/item/storage/box/disks{
pixel_x = 2;
pixel_y = 2
},
/turf/open/floor/plasteel/white,
/area/medical/genetics)
"xYi" = (
/obj/item/twohanded/required/kirbyplants/random,
/turf/open/floor/plasteel,
Expand Down Expand Up @@ -101645,8 +101646,8 @@ rZt
bjK
bon
bpH
bra
bsK
xXp
lvD
bpE
bpE
bpE
Expand Down
9 changes: 8 additions & 1 deletion code/game/objects/items/manuals.dm
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,13 @@
title = "Cloning techniques of the 26th century"
page_link = "Guide_to_genetics#Cloning"

/obj/item/book/manual/wiki/medical_genetics
name = "Genetics of the 26th century"
icon_state ="bookCloning"
author = "Dr. Likes-The-Powers "
title = "Genetics of the 26th century"
page_link = "Guide_to_genetics"

/obj/item/book/manual/wiki/cooking_to_serve_man
name = "To Serve Man"
desc = "It's a cookbook!"
Expand Down Expand Up @@ -452,4 +459,4 @@
author = "Engineering Encyclopedia"
title = "Easy Guide to Setting up the Supermatter Engine"
page_link = "Supermatter"
//YOGS end
//YOGS end