From dd82caf052fd0bcd896bda9ffd1304b095addcf0 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Wed, 7 Jun 2023 16:27:10 +0200 Subject: [PATCH] [MIRROR] Fixes a little inconsistency with the peanut butter banana sandwich and makes sandwiches subtypes of the generic sandwhich. [MDB IGNORE] (#21555) * Fixes a little inconsistency with the peanut butter banana sandwich and makes sandwiches subtypes of the generic sandwhich. (#75750) ## About The Pull Request The peanut butter banana sandwich is presented ingame as grilled when it doesn't require a griddle to make. Also, I'm taking the opportunity to repath the sandwich types, since they all share the same weight class, food flags and icons file. ## Why It's Good For The Game This will fix #74585. ## Changelog :cl: fix: The peanut butter banana sandwich is no longer presented as grilled when it doesn't require a griddle to make. /:cl: * Fixes a little inconsistency with the peanut butter banana sandwich and makes sandwiches subtypes of the generic sandwhich. * updatepaths --------- Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com> Co-authored-by: Jolly-66 <70232195+Jolly-66@users.noreply.github.com> --- .../SpaceRuins/skyrat/salvagepost.dmm | 2 +- _maps/map_files/Birdshot/birdshot.dmm | 308 +- .../map_files/Deltastation/DeltaStation2.dmm | 3512 ++++++++--------- .../map_files/IceBoxStation/IceBoxStation.dmm | 1018 ++--- _maps/shuttles/emergency_luxury.dmm | 4 +- code/game/objects/items/food/sandwichtoast.dm | 96 +- .../recipes/tablecraft/recipes_guide.dm | 4 +- .../recipes/tablecraft/recipes_sandwich.dm | 20 +- .../restaurant/customers/_customer.dm | 2 +- icons/obj/food/burgerbread.dmi | Bin 51874 -> 51401 bytes .../Scripts/75750_sandwich_types.txt | 10 + 11 files changed, 2478 insertions(+), 2498 deletions(-) create mode 100644 tools/UpdatePaths/Scripts/75750_sandwich_types.txt diff --git a/_maps/RandomRuins/SpaceRuins/skyrat/salvagepost.dmm b/_maps/RandomRuins/SpaceRuins/skyrat/salvagepost.dmm index 6a76f4d1c9e..b8f274a4963 100644 --- a/_maps/RandomRuins/SpaceRuins/skyrat/salvagepost.dmm +++ b/_maps/RandomRuins/SpaceRuins/skyrat/salvagepost.dmm @@ -801,7 +801,7 @@ pixel_x = -3; pixel_y = 6 }, -/obj/item/food/grilled_cheese_sandwich{ +/obj/item/food/sandwich/cheese/grilled{ pixel_x = 10; pixel_y = 5 }, diff --git a/_maps/map_files/Birdshot/birdshot.dmm b/_maps/map_files/Birdshot/birdshot.dmm index 3a8d2762e2e..5179eccf3a2 100644 --- a/_maps/map_files/Birdshot/birdshot.dmm +++ b/_maps/map_files/Birdshot/birdshot.dmm @@ -5717,15 +5717,6 @@ /mob/living/simple_animal/hostile/asteroid/lobstrosity, /turf/open/misc/asteroid/airless, /area/station/engineering/supermatter/room) -"cwt" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/item/folder/red, -/obj/machinery/door/window/brigdoor/left/directional/north{ - req_access = list("security") - }, -/turf/open/floor/iron/textured_large, -/area/station/security/checkpoint/customs) "cwC" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/simple/dark/visible, @@ -7378,6 +7369,16 @@ /obj/effect/turf_decal/tile/blue, /turf/open/floor/iron/white, /area/station/medical/medbay/central) +"dcO" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + id_tag = "outerbrig"; + name = "Brig Cells" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/all/security/entrance, +/turf/open/floor/iron/textured_half, +/area/station/security/brig) "ddd" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -7869,6 +7870,21 @@ }, /turf/open/floor/plating, /area/station/maintenance/disposal/incinerator) +"dmS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/mining/glass{ + name = "Cargo Office" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/stairs{ + dir = 4 + }, +/area/station/cargo/office) "dmT" = ( /obj/machinery/camera/directional/north{ c_tag = "Xenobiology - Cell 2"; @@ -13485,12 +13501,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) -"frP" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/brigdoor/right/directional/north, -/turf/open/floor/iron/textured_large, -/area/station/security/checkpoint/customs) "fsf" = ( /obj/structure/table/reinforced/titaniumglass, /obj/structure/railing{ @@ -19571,19 +19581,6 @@ /obj/machinery/door/firedoor, /turf/open/floor/iron/small, /area/station/hallway/primary/fore) -"hsA" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/siding/white{ - dir = 9 - }, -/obj/machinery/door/airlock/medical/glass, -/obj/effect/mapping_helpers/airlock/access/all/medical/coroner, -/turf/open/floor/iron/small, -/area/station/medical/morgue) "hsC" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -22005,6 +22002,17 @@ /obj/machinery/camera/autoname/directional/east, /turf/open/floor/iron, /area/station/science/lower) +"ikD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/window/spawner/directional/east, +/obj/structure/window/spawner/directional/north, +/mob/living/basic/chick/permanent{ + name = "Morgan" + }, +/turf/open/floor/grass, +/area/station/cargo/storage) "ikH" = ( /obj/structure/table/bronze, /obj/machinery/computer/security/wooden_tv{ @@ -22460,6 +22468,15 @@ dir = 1 }, /area/station/command/gateway) +"isR" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/obj/machinery/door/airlock/security{ + name = "Courtroom" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/court, +/turf/open/floor/plating, +/area/station/security/courtroom) "isV" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -25248,6 +25265,12 @@ /obj/structure/closet/firecloset, /turf/open/floor/plating/rust, /area/station/maintenance/fore/lesser) +"jrO" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/brigdoor/right/directional/north, +/turf/open/floor/iron/textured_large, +/area/station/security/checkpoint/customs) "jrT" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -25974,6 +25997,19 @@ }, /turf/open/floor/iron, /area/station/security) +"jGh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "kitchenshutters"; + name = "Kitchen Shutters" + }, +/obj/item/plate, +/obj/item/food/sandwich/peanut_butter_jelly, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) "jGA" = ( /obj/structure/chair/sofa/bench/right{ dir = 4 @@ -26228,21 +26264,6 @@ /obj/machinery/light/small/directional/north, /turf/open/floor/iron, /area/station/science/xenobiology) -"jKu" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/mining/glass{ - name = "Cargo Office" - }, -/obj/effect/mapping_helpers/airlock/access/all/supply/general, -/obj/machinery/door/firedoor, -/turf/open/floor/iron/stairs{ - dir = 4 - }, -/area/station/cargo/office) "jKJ" = ( /obj/machinery/door/window/right/directional/north, /turf/open/floor/iron, @@ -30034,6 +30055,14 @@ /obj/effect/mapping_helpers/airlock/unres, /turf/open/floor/plating, /area/station/maintenance/central/greater) +"lcc" = ( +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/obj/machinery/door/airlock/security{ + name = "Courtroom" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/court, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) "lce" = ( /obj/machinery/atmospherics/pipe/smart/simple/general/visible{ dir = 9 @@ -31608,6 +31637,17 @@ /obj/structure/falsewall, /turf/open/floor/plating, /area/station/maintenance/aft) +"lCS" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Vacant Office Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/coroner, +/turf/open/floor/plating, +/area/station/medical/morgue) "lCV" = ( /obj/structure/urinal/directional/west, /obj/effect/decal/cleanable/dirt/dust, @@ -34256,6 +34296,18 @@ /obj/item/kirbyplants/fullysynthetic, /turf/open/floor/iron, /area/station/security/processing) +"myK" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/security/glass{ + id_tag = "outerbrig"; + name = "Brig Cells" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/entrance, +/turf/open/floor/iron/textured_half, +/area/station/security/brig) "myM" = ( /obj/structure/window/spawner/directional/north, /obj/structure/window/spawner/directional/south, @@ -36063,6 +36115,15 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron, /area/station/commons/dorms) +"ngx" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/item/folder/red, +/obj/machinery/door/window/brigdoor/left/directional/north{ + req_access = list("security") + }, +/turf/open/floor/iron/textured_large, +/area/station/security/checkpoint/customs) "ngL" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -37141,6 +37202,19 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron/white, /area/station/commons/dorms) +"nAX" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Courtroom" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/obj/effect/mapping_helpers/airlock/access/any/security/court, +/turf/open/floor/iron/dark/textured_half{ + dir = 1 + }, +/area/station/security/courtroom) "nBo" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/disposalpipe/segment{ @@ -38677,19 +38751,6 @@ }, /turf/open/floor/iron/smooth_large, /area/station/maintenance/department/medical/central) -"ofv" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "kitchenshutters"; - name = "Kitchen Shutters" - }, -/obj/item/plate, -/obj/item/food/peanut_butter_jelly_sandwich, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) "ofG" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -39836,16 +39897,6 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating, /area/station/maintenance/hallway/abandoned_command) -"oAY" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - id_tag = "outerbrig"; - name = "Brig Cells" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/airlock/access/all/security/entrance, -/turf/open/floor/iron/textured_half, -/area/station/security/brig) "oBm" = ( /obj/structure/chair/sofa/bench/left, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -42565,17 +42616,6 @@ "pyt" = ( /turf/open/floor/plating, /area/station/service/library/abandoned) -"pyI" = ( -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - name = "Vacant Office Maintenance" - }, -/obj/effect/mapping_helpers/airlock/access/all/medical/coroner, -/turf/open/floor/plating, -/area/station/medical/morgue) "pyS" = ( /obj/structure/chair/sofa/left/maroon, /obj/effect/landmark/start/assistant, @@ -45601,17 +45641,6 @@ }, /turf/open/floor/iron/dark/small, /area/station/maintenance/aft) -"quI" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "kitchenshutters"; - name = "Kitchen Shutters" - }, -/obj/item/plate, -/obj/item/food/peanut_butter_jelly_sandwich, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) "quQ" = ( /obj/effect/turf_decal/stripes/white/line{ dir = 4 @@ -50139,19 +50168,6 @@ dir = 1 }, /area/station/hallway/secondary/exit/departure_lounge) -"rRf" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Courtroom" - }, -/obj/effect/mapping_helpers/airlock/access/any/security/general, -/obj/effect/mapping_helpers/airlock/access/any/security/court, -/turf/open/floor/iron/dark/textured_half{ - dir = 1 - }, -/area/station/security/courtroom) "rRn" = ( /obj/structure/lattice, /obj/structure/window/reinforced/spawner/directional/west, @@ -50256,6 +50272,19 @@ }, /turf/open/floor/iron/dark, /area/station/service/lawoffice) +"rSt" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/white{ + dir = 9 + }, +/obj/machinery/door/airlock/medical/glass, +/obj/effect/mapping_helpers/airlock/access/all/medical/coroner, +/turf/open/floor/iron/small, +/area/station/medical/morgue) "rSw" = ( /obj/machinery/vending/cigarette, /obj/effect/turf_decal/stripes/line{ @@ -51642,14 +51671,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/smooth, /area/station/hallway/secondary/command) -"spg" = ( -/obj/effect/mapping_helpers/airlock/access/any/security/general, -/obj/machinery/door/airlock/security{ - name = "Courtroom" - }, -/obj/effect/mapping_helpers/airlock/access/any/security/court, -/turf/open/floor/plating, -/area/station/maintenance/central/lesser) "spi" = ( /obj/structure/chair{ pixel_y = -2 @@ -62054,17 +62075,6 @@ /obj/effect/landmark/start/clown, /turf/open/floor/iron/smooth, /area/station/service/greenroom) -"vGk" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/window/spawner/directional/east, -/obj/structure/window/spawner/directional/north, -/mob/living/basic/chick/permanent{ - name = "Morgan" - }, -/turf/open/floor/grass, -/area/station/cargo/storage) "vGp" = ( /obj/structure/table/wood, /obj/machinery/light/small/red/dim/directional/south, @@ -65210,6 +65220,17 @@ "wCR" = ( /turf/closed/wall, /area/station/cargo/boutique) +"wCV" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "kitchenshutters"; + name = "Kitchen Shutters" + }, +/obj/item/plate, +/obj/item/food/sandwich/peanut_butter_jelly, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) "wCX" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -65686,15 +65707,6 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron, /area/station/engineering/gravity_generator) -"wLm" = ( -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/any/security/general, -/obj/machinery/door/airlock/security{ - name = "Courtroom" - }, -/obj/effect/mapping_helpers/airlock/access/any/security/court, -/turf/open/floor/plating, -/area/station/security/courtroom) "wLA" = ( /obj/machinery/holopad, /turf/open/floor/wood, @@ -70862,18 +70874,6 @@ dir = 8 }, /area/station/hallway/secondary/entry) -"ybJ" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/door/airlock/security/glass{ - id_tag = "outerbrig"; - name = "Brig Cells" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/security/entrance, -/turf/open/floor/iron/textured_half, -/area/station/security/brig) "ybL" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -86183,7 +86183,7 @@ slY slY rST sgL -vGk +ikD kYZ msy vLP @@ -90296,7 +90296,7 @@ iqq xPX wnd wnd -jKu +dmS jWZ xRV kuq @@ -90592,7 +90592,7 @@ gvn toY eAX lbO -ybJ +myK fbe wTX wTX @@ -90849,7 +90849,7 @@ eUg fBT nGe naG -oAY +dcO ykZ onX xDa @@ -95972,9 +95972,9 @@ cNF jVM qpX qHm -quI +wCV rJl -ofv +jGh vUG xmt ffX @@ -102655,7 +102655,7 @@ oeH wua jWy jWy -rRf +nAX jWy jWy jWy @@ -103430,7 +103430,7 @@ rRW snK wat tae -wLm +isR xvh xsb xPN @@ -104198,7 +104198,7 @@ wua wua wua qUt -spg +lcc wua wua wua @@ -106031,14 +106031,14 @@ kHo ldq rkI qoj -hsA +rSt wRU kFY kFY uNe fVG eJe -cwt +ngx nwN ufn dMM @@ -106295,7 +106295,7 @@ kFY hrC gHl elT -frP +jrO wEf uub uub @@ -107317,7 +107317,7 @@ kdn lxa ldq ldq -pyI +lCS ldq ldq wDG diff --git a/_maps/map_files/Deltastation/DeltaStation2.dmm b/_maps/map_files/Deltastation/DeltaStation2.dmm index 9d477c61ad1..281337f4112 100644 --- a/_maps/map_files/Deltastation/DeltaStation2.dmm +++ b/_maps/map_files/Deltastation/DeltaStation2.dmm @@ -241,12 +241,6 @@ }, /turf/open/floor/iron, /area/station/construction/mining/aux_base) -"acK" = ( -/obj/machinery/computer/mechpad, -/obj/effect/turf_decal/bot, -/obj/structure/sign/poster/official/build/directional/north, -/turf/open/floor/iron, -/area/station/science/robotics/mechbay) "acU" = ( /obj/structure/table_frame, /obj/effect/decal/cleanable/dirt, @@ -663,6 +657,19 @@ /obj/machinery/holopad, /turf/open/floor/iron, /area/station/engineering/lobby) +"ahm" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/carbon, +/obj/item/stamp/head/hop, +/obj/machinery/requests_console/directional/north{ + department = "Head of Personnel's Desk"; + name = "Head of Personnel's Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/information, +/obj/effect/mapping_helpers/requests_console/assistance, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) "aho" = ( /obj/machinery/status_display/evac/directional/east, /obj/machinery/light/directional/east, @@ -857,6 +864,25 @@ }, /turf/open/floor/iron, /area/station/security/courtroom) +"alc" = ( +/obj/structure/rack, +/obj/item/gun/energy/e_gun{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/energy/e_gun, +/obj/item/gun/energy/e_gun{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/bot, +/obj/structure/window/reinforced/spawner/directional/east{ + pixel_x = 3 + }, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) "ale" = ( /obj/structure/rack, /obj/effect/turf_decal/bot, @@ -1527,6 +1553,14 @@ /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron, /area/station/commons/lounge) +"arI" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/fullgrass/style_random, +/turf/open/floor/grass, +/area/station/hallway/secondary/exit/departure_lounge) "arL" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -1961,11 +1995,6 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/maintenance/department/security) -"avP" = ( -/obj/structure/sign/poster/contraband/hacking_guide/directional/south, -/obj/effect/turf_decal/tile/neutral/opposingcorners, -/turf/open/floor/iron/dark, -/area/station/maintenance/department/science) "avQ" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/tile/brown/half/contrasted{ @@ -2010,6 +2039,12 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"awi" = ( +/obj/structure/table/glass, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/science/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/space_hut/observatory) "awk" = ( /obj/structure/lattice/catwalk, /turf/open/space, @@ -2021,6 +2056,13 @@ }, /turf/open/floor/iron, /area/station/cargo/storage) +"awA" = ( +/obj/structure/sign/poster/random/directional/north, +/obj/machinery/module_duplicator, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/science/circuits) "awC" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/airalarm/directional/south, @@ -2064,6 +2106,25 @@ /obj/structure/chair/stool/directional/east, /turf/open/floor/iron/cafeteria, /area/station/security/prison/mess) +"awV" = ( +/obj/machinery/requests_console/directional/west{ + department = "Research Director's Desk"; + name = "Research Director's Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/ore_update, +/obj/effect/mapping_helpers/requests_console/information, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/item/kirbyplants/dead/research_director, +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/command/heads_quarters/rd) "axa" = ( /obj/item/radio/intercom/prison/directional/north, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, @@ -2236,6 +2297,24 @@ /obj/machinery/atmospherics/pipe/smart/simple/orange/visible, /turf/closed/wall/r_wall, /area/station/engineering/supermatter/room) +"azV" = ( +/obj/machinery/photocopier, +/obj/machinery/light/directional/north, +/obj/machinery/requests_console/directional/north{ + department = "Head of Security's Desk"; + name = "Head of Security's Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/information, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/structure/sign/nanotrasen{ + pixel_x = 32; + pixel_y = 32 + }, +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/hos) "azW" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -2805,11 +2884,6 @@ /obj/item/toy/figure/chef, /turf/open/floor/iron/dark, /area/station/service/kitchen) -"aHA" = ( -/obj/machinery/photocopier, -/obj/structure/sign/poster/official/work_for_a_future/directional/east, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) "aHC" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/status_display/evac/directional/east, @@ -2929,25 +3003,6 @@ /obj/effect/turf_decal/trimline/blue/filled/line, /turf/open/floor/iron/white, /area/station/medical/medbay/lobby) -"aJi" = ( -/obj/machinery/computer/department_orders/medical, -/obj/effect/turf_decal/trimline/brown/filled/line{ - dir = 6 - }, -/obj/machinery/requests_console/directional/north{ - department = "Medbay"; - name = "Medbay Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/structure/cable, -/obj/effect/turf_decal/bot, -/obj/machinery/camera/directional/north{ - c_tag = "Medbay - Storage"; - name = "medbay camera"; - network = list("ss13","medbay") - }, -/turf/open/floor/iron, -/area/station/medical/storage) "aJu" = ( /obj/structure/cable, /obj/machinery/power/smes/engineering, @@ -3797,6 +3852,16 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, /area/station/science/research) +"aUN" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 10 + }, +/obj/item/toy/plush/lizard_plushie/space/green{ + name = "Meets-the-Ore" + }, +/turf/open/space/basic, +/area/space/nearstation) "aVo" = ( /obj/machinery/computer/security/hos{ dir = 1 @@ -5078,6 +5143,17 @@ /obj/effect/turf_decal/tile/blue/half/contrasted, /turf/open/floor/iron/dark/side, /area/station/engineering/lobby) +"blo" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/machinery/light/small/directional/west, +/obj/item/pen, +/obj/structure/sign/poster/official/enlist/directional/south, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/holding_cell) "bls" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -5247,28 +5323,6 @@ /obj/machinery/light_switch/directional/south, /turf/open/floor/iron, /area/station/command/gateway) -"bnd" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/button/door/directional/north{ - id = "custodialshutters"; - name = "shutters control"; - pixel_x = 8 - }, -/obj/machinery/light/small/directional/north, -/obj/machinery/camera/directional/north{ - c_tag = "Service - Janitorial Closet"; - dir = 9; - name = "service camera" - }, -/mob/living/basic/lizard/eats_the_roaches, -/turf/open/floor/iron/checker, -/area/station/service/janitor) "bnt" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -5632,6 +5686,19 @@ }, /turf/open/floor/iron/grimy, /area/station/service/library/abandoned) +"bsN" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/table, +/obj/item/paper/crumpled, +/obj/item/pen/blue, +/obj/item/pen/red{ + pixel_x = 5; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/neutral/half, +/turf/open/floor/iron/smooth_half, +/area/station/maintenance/port/aft) "bsQ" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment, @@ -5899,17 +5966,6 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/medical/medbay) -"bwn" = ( -/obj/item/radio/intercom/directional/east, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/effect/turf_decal/trimline/blue/end{ - dir = 8 - }, -/obj/effect/turf_decal/siding/blue, -/obj/machinery/shower/directional/west, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/textured, -/area/station/medical/cryo) "bwo" = ( /obj/item/kirbyplants/random, /obj/structure/cable, @@ -6411,6 +6467,13 @@ }, /turf/open/floor/wood, /area/station/service/theater) +"bCX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/east, +/obj/effect/spawner/random/structure/tank_holder, +/obj/structure/sign/poster/official/wtf_is_co2/directional/east, +/turf/open/floor/iron, +/area/station/maintenance/department/engine/atmos) "bCY" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -6767,6 +6830,19 @@ /obj/machinery/airalarm/directional/south, /turf/open/floor/iron/checker, /area/station/service/bar/backroom) +"bGl" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/poster/official/help_others/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "bGn" = ( /obj/machinery/airalarm/directional/south, /obj/structure/filingcabinet/chestdrawer, @@ -7190,15 +7266,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/station/cargo/storage) -"bLa" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/flora/bush/fullgrass/style_random, -/obj/structure/flora/bush/fullgrass/style_random, -/obj/structure/flora/bush/flowers_yw/style_random, -/obj/structure/flora/bush/lavendergrass/style_4, -/turf/open/floor/grass, -/area/station/hallway/secondary/exit/departure_lounge) "bLd" = ( /obj/effect/landmark/start/hangover, /obj/structure/chair/sofa/bench{ @@ -7799,6 +7866,16 @@ /obj/effect/turf_decal/tile/red, /turf/open/floor/iron, /area/station/security/execution/transfer) +"bSn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 8 + }, +/obj/structure/sign/poster/official/anniversary_vintage_reprint/directional/south, +/turf/open/floor/iron/white, +/area/station/science/research) "bSp" = ( /obj/effect/landmark/start/hangover, /obj/structure/table/wood, @@ -7844,13 +7921,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, /area/station/engineering/atmos) -"bSE" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/flora/bush/lavendergrass/style_random, -/obj/structure/flora/bush/leafy, -/turf/open/floor/grass, -/area/station/hallway/secondary/exit/departure_lounge) "bSG" = ( /obj/effect/spawner/random/structure/girder, /obj/effect/turf_decal/tile/neutral/half/contrasted{ @@ -8188,16 +8258,21 @@ }, /turf/open/floor/iron, /area/station/engineering/supermatter/room) -"bWe" = ( -/obj/structure/chair/office/light{ - dir = 4 +"bWn" = ( +/obj/structure/sign/poster/party_game/directional/west, +/obj/structure/table, +/obj/item/storage/secure/briefcase{ + pixel_x = 3; + pixel_y = 3 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/purple{ - dir = 4 +/obj/item/storage/briefcase{ + pixel_y = -2 }, -/turf/open/floor/glass, -/area/station/maintenance/space_hut/observatory) +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) "bWw" = ( /obj/machinery/button/flasher{ id = "Cell 6"; @@ -8248,13 +8323,6 @@ /obj/effect/turf_decal/tile/neutral/anticorner/contrasted, /turf/open/floor/iron, /area/station/hallway/primary/central/aft) -"bXk" = ( -/obj/structure/table/glass, -/obj/item/food/pizzaslice/vegetable, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/official/bless_this_spess/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/space_hut/observatory) "bXw" = ( /obj/effect/turf_decal/trimline/blue/end{ dir = 4 @@ -9249,30 +9317,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/hallway/secondary/exit/departure_lounge) -"ckH" = ( -/obj/structure/cable, -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/machinery/requests_console/directional/south{ - department = "Janitorial"; - name = "Janitor's Request Console" - }, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/item/storage/box/mousetraps{ - pixel_x = -3; - pixel_y = 8 - }, -/obj/item/storage/box/mousetraps{ - pixel_x = -2; - pixel_y = 3 - }, -/obj/item/restraints/legcuffs/beartrap{ - pixel_x = 2; - pixel_y = 5 - }, -/obj/item/restraints/legcuffs/beartrap, -/turf/open/floor/iron/checker, -/area/station/service/janitor) "ckP" = ( /turf/open/floor/plating, /area/station/maintenance/starboard/aft) @@ -9695,25 +9739,6 @@ }, /turf/open/floor/iron, /area/station/science/robotics/mechbay) -"cpl" = ( -/obj/structure/table, -/obj/machinery/reagentgrinder{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/item/reagent_containers/cup/glass/shaker{ - pixel_x = -6 - }, -/obj/machinery/requests_console/directional/east{ - department = "Bar"; - name = "Bar Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/supplies, -/obj/item/reagent_containers/cup/rag, -/turf/open/floor/iron/checker{ - dir = 1 - }, -/area/station/service/bar) "cpr" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/stripes/line, @@ -9832,6 +9857,18 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, /area/station/command/gateway) +"crD" = ( +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/mid_joiner{ + dir = 1 + }, +/obj/structure/sign/poster/contraband/borg_fancy_1/directional/west, +/obj/structure/table/reinforced, +/obj/machinery/ecto_sniffer, +/turf/open/floor/iron/dark/textured_half, +/area/station/science/robotics/lab) "crE" = ( /obj/machinery/portable_atmospherics/canister/air, /turf/open/floor/engine/air, @@ -9982,6 +10019,25 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/ordnance) +"ctZ" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/reagent_containers/cup/glass/shaker{ + pixel_x = -6 + }, +/obj/machinery/requests_console/directional/east{ + department = "Bar"; + name = "Bar Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/item/reagent_containers/cup/rag, +/turf/open/floor/iron/checker{ + dir = 1 + }, +/area/station/service/bar) "cug" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -10546,19 +10602,6 @@ }, /turf/open/floor/engine/vacuum, /area/station/science/ordnance/freezerchamber) -"cBh" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/sign/poster/official/help_others/directional/south, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) "cBr" = ( /obj/machinery/suit_storage_unit/atmos, /obj/effect/turf_decal/box/red/corners{ @@ -11299,12 +11342,6 @@ }, /turf/open/floor/iron/grimy, /area/station/maintenance/port/fore) -"cKr" = ( -/obj/structure/table/wood/fancy, -/obj/item/book/bible, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/service/chapel/funeral) "cKx" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -11630,6 +11667,23 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, /area/station/engineering/atmos/storage/gas) +"cOE" = ( +/obj/machinery/door/airlock/security{ + name = "Brig" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/sign/poster/official/nanotrasen_logo/directional/west, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/security/brig) "cOJ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -12916,6 +12970,14 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/hallway/secondary/exit) +"dgo" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/structure/sign/poster/official/plasma_effects/directional/north, +/turf/open/floor/iron, +/area/station/engineering/atmos) "dgt" = ( /obj/structure/cable, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, @@ -12958,13 +13020,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) -"dhl" = ( -/obj/structure/sign/poster/random/directional/north, -/obj/machinery/module_duplicator, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/science/circuits) "dhM" = ( /obj/machinery/holopad, /obj/effect/turf_decal/bot, @@ -12984,6 +13039,11 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/wood, /area/station/service/library/abandoned) +"dip" = ( +/obj/structure/sign/poster/contraband/hacking_guide/directional/south, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/turf/open/floor/iron/dark, +/area/station/maintenance/department/science) "diC" = ( /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, @@ -13248,16 +13308,6 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) -"dlF" = ( -/obj/structure/sign/poster/official/help_others/directional/east, -/obj/machinery/light/warm/directional/south, -/obj/structure/closet/secure_closet/psychology, -/obj/item/toy/plush/beeplushie{ - desc = "Maybe hugging this will make you feel better about yourself."; - name = "Therabee" - }, -/turf/open/floor/wood, -/area/station/medical/psychology) "dlG" = ( /obj/structure/cable, /obj/structure/chair/office{ @@ -13349,6 +13399,13 @@ /obj/effect/turf_decal/trimline/blue/filled/line, /turf/open/floor/iron/white, /area/station/medical/medbay/lobby) +"dnC" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/sign/poster/ripped/directional/north, +/turf/open/floor/iron/grimy, +/area/station/maintenance/port/fore) "dnM" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, @@ -13481,21 +13538,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/station/maintenance/port/aft) -"dqq" = ( -/obj/structure/window/spawner/directional/west, -/obj/structure/closet/secure_closet/freezer/kitchen/all_access, -/obj/item/food/breadslice/plain, -/obj/item/food/breadslice/plain, -/obj/item/food/breadslice/plain, -/obj/item/food/grown/potato, -/obj/item/food/grown/potato, -/obj/item/food/grown/onion, -/obj/item/food/grown/onion, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/cobweb, -/obj/structure/sign/poster/ripped/directional/north, -/turf/open/floor/iron/cafeteria, -/area/station/security/prison/mess) "dqs" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -13757,6 +13799,30 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/aisat/exterior) +"dtf" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/machinery/requests_console/directional/south{ + department = "Janitorial"; + name = "Janitor's Request Console" + }, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/item/storage/box/mousetraps{ + pixel_x = -3; + pixel_y = 8 + }, +/obj/item/storage/box/mousetraps{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/item/restraints/legcuffs/beartrap{ + pixel_x = 2; + pixel_y = 5 + }, +/obj/item/restraints/legcuffs/beartrap, +/turf/open/floor/iron/checker, +/area/station/service/janitor) "dth" = ( /turf/closed/wall/r_wall, /area/station/maintenance/department/security) @@ -14156,6 +14222,27 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) +"dxu" = ( +/obj/structure/cable, +/obj/machinery/requests_console/directional/west{ + department = "Chief Engineer's Desk"; + name = "Chief Engineer's Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/machinery/camera/directional/west{ + c_tag = "Engineering - Chief Engineer's Office"; + name = "engineering camera" + }, +/obj/machinery/computer/apc_control{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/ce) "dxA" = ( /obj/item/kirbyplants/random, /turf/open/floor/iron, @@ -14309,6 +14396,19 @@ /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/plating, /area/station/commons/toilet/restrooms) +"dAX" = ( +/obj/machinery/light/small/directional/west, +/obj/structure/sign/poster/official/work_for_a_future/directional/south, +/obj/machinery/atmospherics/components/tank/air{ + dir = 1 + }, +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/siding/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/medical/virology) "dBc" = ( /obj/effect/decal/cleanable/blood/old, /obj/effect/decal/remains/human, @@ -14489,18 +14589,6 @@ /obj/item/clothing/mask/breath, /turf/open/floor/iron/dark/textured_large, /area/station/engineering/atmos/storage/gas) -"dDg" = ( -/obj/machinery/light/directional/east, -/obj/machinery/requests_console/directional/east{ - department = "Quartermaster's Desk"; - name = "Quartermaster's Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/announcement, -/obj/effect/mapping_helpers/requests_console/supplies, -/obj/structure/filingcabinet/chestdrawer, -/obj/effect/turf_decal/tile/brown/anticorner/contrasted, -/turf/open/floor/iron, -/area/station/command/heads_quarters/qm) "dDk" = ( /obj/machinery/door/firedoor, /obj/structure/disposalpipe/segment{ @@ -14554,6 +14642,39 @@ }, /turf/open/floor/iron, /area/station/command/heads_quarters/rd) +"dEm" = ( +/obj/item/reagent_containers/cup/beaker/cryoxadone{ + pixel_x = -6; + pixel_y = 10 + }, +/obj/item/reagent_containers/cup/beaker/cryoxadone{ + pixel_x = 6; + pixel_y = 10 + }, +/obj/item/reagent_containers/cup/beaker/cryoxadone{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/reagent_containers/cup/beaker/cryoxadone{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/storage/pill_bottle/mannitol, +/obj/item/reagent_containers/dropper, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/machinery/camera/directional/west{ + c_tag = "Medbay - Cryogenics"; + name = "medical camera"; + network = list("ss13","medical") + }, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/blue, +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/medical/cryo) "dEv" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron/dark/smooth_large, @@ -14631,19 +14752,6 @@ /obj/effect/turf_decal/siding/yellow, /turf/open/floor/iron, /area/station/engineering/break_room) -"dFx" = ( -/obj/structure/table/reinforced, -/obj/item/stack/sheet/iron/fifty, -/obj/item/stack/sheet/iron/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/crowbar, -/obj/item/grenade/chem_grenade/smart_metal_foam, -/obj/item/grenade/chem_grenade/smart_metal_foam, -/obj/structure/sign/poster/official/report_crimes/directional/north, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron, -/area/station/engineering/storage) "dFB" = ( /obj/structure/cable, /obj/effect/landmark/start/medical_doctor, @@ -14914,6 +15022,22 @@ }, /turf/open/floor/iron, /area/station/maintenance/port/aft) +"dJD" = ( +/obj/machinery/chem_master, +/obj/machinery/requests_console/directional/east{ + department = "Xenobiology"; + name = "Xenobiology Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/ore_update, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/science/xenobiology) "dJH" = ( /obj/effect/turf_decal/siding/wood{ dir = 4 @@ -15349,19 +15473,6 @@ }, /turf/open/floor/plating, /area/station/engineering/atmos/pumproom) -"dOJ" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/table, -/obj/item/paper/crumpled, -/obj/item/pen/blue, -/obj/item/pen/red{ - pixel_x = 5; - pixel_y = 3 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral/half, -/turf/open/floor/iron/smooth_half, -/area/station/maintenance/port/aft) "dOO" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -16312,6 +16423,15 @@ /obj/structure/sign/warning/secure_area/directional/north, /turf/open/floor/plating, /area/station/science/xenobiology) +"ebX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/obj/structure/sign/poster/contraband/borg_fancy_2/directional/south, +/turf/open/floor/iron, +/area/station/science/research/abandoned) "ecm" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -16411,14 +16531,6 @@ "edx" = ( /turf/closed/wall/r_wall, /area/station/maintenance/disposal/incinerator) -"edy" = ( -/obj/structure/table/reinforced, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, -/obj/machinery/light/small/directional/north, -/obj/structure/sign/poster/contraband/self_ai_liberation/directional/north, -/turf/open/floor/iron, -/area/station/science/research/abandoned) "edB" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -16796,6 +16908,14 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron, /area/station/maintenance/department/security) +"eiW" = ( +/obj/structure/sign/poster/official/report_crimes/directional/north, +/obj/machinery/vending/wardrobe/det_wardrobe, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/security/detectives_office) "ejj" = ( /obj/structure/chair/sofa/bench/left{ dir = 8 @@ -16884,15 +17004,6 @@ }, /turf/open/floor/iron/dark/textured_large, /area/station/engineering/atmos/hfr_room) -"eld" = ( -/obj/structure/rack, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/iron/fifty, -/obj/effect/turf_decal/bot, -/obj/structure/sign/poster/contraband/free_drone/directional/south, -/obj/effect/turf_decal/tile/neutral/anticorner/contrasted, -/turf/open/floor/iron/dark, -/area/station/maintenance/port) "eln" = ( /obj/effect/turf_decal/stripes/end{ dir = 4 @@ -17085,6 +17196,15 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, /area/station/maintenance/department/medical/morgue) +"enD" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/flora/bush/lavendergrass/style_4, +/turf/open/floor/grass, +/area/station/hallway/secondary/exit/departure_lounge) "enR" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 4 @@ -17099,6 +17219,18 @@ }, /turf/open/floor/iron, /area/station/cargo/warehouse) +"enU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/closet/crate/preopen, +/obj/item/clothing/head/cone, +/obj/item/clothing/head/cone, +/obj/item/clothing/head/cone, +/obj/item/clothing/head/cone, +/obj/structure/sign/poster/official/moth_delam/directional/south, +/turf/open/floor/iron, +/area/station/engineering/main) "enX" = ( /obj/machinery/light/small/directional/south, /obj/effect/spawner/random/structure/tank_holder, @@ -17205,14 +17337,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/breakroom) -"epo" = ( -/obj/effect/turf_decal/trimline/red/filled/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/sign/poster/official/here_for_your_safety/directional/east, -/turf/open/floor/iron/dark, -/area/station/security/prison/visit) "epy" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/disposalpipe/segment, @@ -17367,26 +17491,17 @@ }, /area/station/medical/morgue) "eqH" = ( -/obj/machinery/rnd/production/circuit_imprinter/department/science, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, +/obj/machinery/light/directional/east, /obj/machinery/requests_console/directional/east{ - department = "Research Lab"; - name = "Research Requests Console" + department = "Quartermaster's Desk"; + name = "Quartermaster's Requests Console" }, /obj/effect/mapping_helpers/requests_console/announcement, -/obj/effect/mapping_helpers/requests_console/ore_update, -/obj/effect/mapping_helpers/requests_console/information, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/machinery/camera/directional/east{ - c_tag = "Science - Research and Development"; - dir = 6; - name = "science camera"; - network = list("ss13","rd") - }, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/turf_decal/tile/brown/anticorner/contrasted, /turf/open/floor/iron, -/area/station/science/lab) +/area/station/command/heads_quarters/qm) "eqM" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -17955,19 +18070,13 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/atmos/hfr_room) -"exU" = ( -/obj/structure/window/reinforced/spawner/directional/north, -/obj/structure/sign/poster/official/moth_epi/directional/west, -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/medical/storage) +"exS" = ( +/obj/structure/sign/poster/official/work_for_a_future/directional/west, +/obj/machinery/firealarm/directional/south, +/obj/machinery/vending/cigarette, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) "exX" = ( /obj/item/kirbyplants/random, /obj/effect/decal/cleanable/dirt, @@ -18412,6 +18521,15 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) +"eFs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/requests_console/directional/west{ + department = "Kitchen"; + name = "Kitchen Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/supplies, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) "eFy" = ( /obj/structure/window/reinforced/spawner/directional/north, /obj/structure/bodycontainer/morgue/beeper_off, @@ -18455,6 +18573,11 @@ /obj/structure/barricade/wooden, /turf/open/floor/plating, /area/station/service/kitchen/abandoned) +"eGq" = ( +/obj/structure/sign/poster/official/do_not_question/directional/west, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/carpet, +/area/station/commons/vacant_room/office) "eGs" = ( /obj/structure/chair/office{ dir = 8 @@ -18551,6 +18674,16 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/station/maintenance/port) +"eHp" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/obj/structure/sign/poster/official/cleanliness/directional/east, +/turf/open/floor/iron/white, +/area/station/medical/medbay) "eHt" = ( /obj/effect/turf_decal/tile/neutral/half/contrasted{ dir = 8 @@ -20108,6 +20241,16 @@ /obj/effect/turf_decal/tile/brown/anticorner/contrasted, /turf/open/floor/iron, /area/station/cargo/sorting) +"eZe" = ( +/obj/machinery/vending/wardrobe/viro_wardrobe, +/obj/structure/sign/poster/official/cleanliness/directional/west, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/siding/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/medical/virology) "eZh" = ( /obj/effect/turf_decal/trimline/green/filled/corner{ dir = 8 @@ -20116,16 +20259,14 @@ /obj/structure/sink/directional/east, /turf/open/floor/iron/white, /area/station/medical/virology) -"eZv" = ( -/obj/machinery/light_switch/directional/north{ - pixel_x = 6 - }, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 1 - }, -/obj/effect/mapping_helpers/turn_off_lights_with_lightswitch, -/turf/open/floor/iron, -/area/station/cargo/warehouse) +"eZp" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/grassy/style_random, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/turf/open/floor/grass, +/area/station/hallway/secondary/exit/departure_lounge) "eZw" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -20347,13 +20488,6 @@ /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron, /area/station/engineering/atmos/project) -"fdj" = ( -/obj/structure/table, -/obj/item/clothing/gloves/latex, -/obj/item/clothing/glasses/science, -/obj/structure/sign/poster/official/science/directional/west, -/turf/open/floor/iron/white, -/area/station/science/lobby) "fdA" = ( /obj/effect/landmark/start/hangover, /obj/machinery/status_display/ai/directional/south, @@ -20767,14 +20901,6 @@ "fii" = ( /turf/closed/wall/r_wall, /area/station/engineering/storage) -"fij" = ( -/obj/machinery/light/directional/west, -/obj/structure/sign/poster/official/safety_eye_protection/directional/west, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) "fin" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 @@ -21166,6 +21292,26 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/command/bridge) +"fnD" = ( +/obj/structure/table, +/obj/machinery/requests_console/directional/north{ + department = "Cargo Bay"; + name = "Cargo Bay Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/machinery/camera/directional/north{ + c_tag = "Cargo - Office"; + name = "cargo camera" + }, +/obj/machinery/fax{ + fax_name = "Cargo Office"; + name = "Cargo Office Fax Machine" + }, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/cargo/office) "fnK" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -21765,16 +21911,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/wood/tile, /area/station/service/library/artgallery) -"fwf" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 10 - }, -/obj/item/toy/plush/lizard_plushie/space/green{ - name = "Meets-the-Ore" - }, -/turf/open/space/basic, -/area/space/nearstation) "fwg" = ( /obj/structure/table/reinforced, /obj/machinery/door/firedoor, @@ -22341,12 +22477,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/station/engineering/main) -"fDT" = ( -/obj/structure/table/glass, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/official/science/directional/north, -/turf/open/floor/plating, -/area/station/maintenance/space_hut/observatory) "fEa" = ( /obj/machinery/light/directional/west, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -22558,13 +22688,6 @@ /obj/effect/turf_decal/tile/blue, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) -"fGS" = ( -/obj/structure/table/wood, -/obj/item/storage/briefcase, -/obj/structure/sign/poster/official/help_others/directional/east, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/security/courtroom) "fGT" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -22771,13 +22894,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/circuits) -"fJO" = ( -/obj/structure/sign/poster/contraband/kudzu/directional/west, -/obj/machinery/light/directional/west, -/obj/structure/table, -/obj/machinery/reagentgrinder, -/turf/open/floor/iron/checker, -/area/station/service/hydroponics) "fJZ" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -23137,12 +23253,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay) -"fOO" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/official/do_not_question/directional/east, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/security/detectives_office/private_investigators_office) "fOP" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, @@ -24116,6 +24226,22 @@ }, /turf/open/floor/wood, /area/station/service/library/abandoned) +"gaW" = ( +/obj/structure/closet/secure_closet/chemical, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/requests_console/directional/south{ + department = "Pharmacy"; + name = "Pharmacy Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/ore_update, +/obj/item/storage/box/beakers, +/obj/item/storage/box/syringes, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/medical/pharmacy) "gbe" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden, @@ -24253,15 +24379,6 @@ dir = 1 }, /area/station/engineering/transit_tube) -"gcz" = ( -/obj/structure/table/wood, -/obj/item/clothing/under/costume/maid, -/obj/item/clothing/head/costume/kitty, -/obj/structure/sign/poster/official/report_crimes/directional/north, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/wood, -/area/station/service/theater/abandoned) "gcB" = ( /turf/closed/wall/r_wall, /area/station/service/chapel/funeral) @@ -24434,6 +24551,12 @@ /obj/structure/cable, /turf/open/space, /area/station/solars/starboard/aft) +"geR" = ( +/obj/machinery/vending/engivend, +/obj/effect/turf_decal/delivery, +/obj/structure/sign/poster/official/moth_hardhat/directional/east, +/turf/open/floor/iron, +/area/station/engineering/main) "geU" = ( /obj/structure/extinguisher_cabinet/directional/south, /obj/machinery/firealarm/directional/west, @@ -24886,6 +25009,13 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron/dark/textured_large, /area/station/science/xenobiology) +"gkW" = ( +/obj/structure/table/wood, +/obj/item/storage/briefcase, +/obj/structure/sign/poster/official/help_others/directional/east, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) "glb" = ( /obj/effect/turf_decal/delivery, /obj/machinery/meter, @@ -25374,6 +25504,12 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, /area/station/engineering/atmos) +"gqG" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/scrubber, +/obj/structure/sign/poster/official/there_is_no_gas_giant/directional/east, +/turf/open/floor/iron/textured_large, +/area/station/engineering/atmos/project) "gqH" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 1; @@ -25549,15 +25685,6 @@ }, /turf/open/floor/wood, /area/station/engineering/break_room) -"gsh" = ( -/obj/structure/chair/office, -/obj/item/cardboard_cutout, -/obj/structure/sign/poster/contraband/tools/directional/north, -/obj/effect/turf_decal/tile/neutral/half{ - dir = 1 - }, -/turf/open/floor/iron/smooth_half, -/area/station/maintenance/port/aft) "gsy" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -26439,6 +26566,37 @@ }, /turf/open/floor/iron, /area/station/maintenance/department/science) +"gCS" = ( +/obj/structure/sign/poster/official/science/directional/west, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/status_display/ai/directional/north, +/obj/structure/rack, +/obj/item/clothing/under/rank/medical/scrubs/purple{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/clothing/under/rank/medical/scrubs/purple{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/clothing/under/rank/medical/scrubs/blue{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/clothing/under/rank/medical/scrubs/blue{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/clothing/under/rank/medical/scrubs/green{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/item/clothing/under/rank/medical/scrubs/green{ + pixel_x = 1; + pixel_y = 3 + }, +/turf/open/floor/engine, +/area/station/science/genetics) "gCV" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -27254,6 +27412,14 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron, /area/station/engineering/main) +"gOb" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/obj/machinery/light/small/directional/north, +/obj/structure/sign/poster/contraband/self_ai_liberation/directional/north, +/turf/open/floor/iron, +/area/station/science/research/abandoned) "gOc" = ( /obj/structure/cable, /obj/effect/turf_decal/siding/dark_red, @@ -27534,13 +27700,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/port) -"gRx" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/table, -/obj/effect/spawner/random/engineering/tool, -/obj/effect/turf_decal/tile/neutral/half, -/turf/open/floor/iron/smooth_half, -/area/station/maintenance/port/aft) "gRE" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -27817,16 +27976,6 @@ }, /turf/open/floor/iron/grimy, /area/station/tcommsat/computer) -"gVp" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/purple/filled/corner{ - dir = 8 - }, -/obj/structure/sign/poster/official/anniversary_vintage_reprint/directional/south, -/turf/open/floor/iron/white, -/area/station/science/research) "gVr" = ( /obj/effect/landmark/start/assistant, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -27918,14 +28067,6 @@ /obj/effect/turf_decal/tile/neutral/half/contrasted, /turf/open/floor/iron, /area/station/command/heads_quarters/cmo) -"gWB" = ( -/obj/effect/turf_decal/siding/green, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/flora/bush/large, -/obj/structure/flora/bush/sparsegrass/style_random, -/obj/structure/flora/bush/flowers_pp, -/turf/open/floor/grass, -/area/station/medical/virology) "gWF" = ( /obj/machinery/power/apc/auto_name/directional/north, /obj/structure/cable, @@ -28778,6 +28919,27 @@ /obj/effect/turf_decal/tile/blue, /turf/open/floor/iron, /area/station/hallway/primary/central/aft) +"hiW" = ( +/obj/structure/table, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/timer{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/assembly/timer{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/assembly/timer{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/structure/sign/poster/official/periodic_table/directional/north, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/medical/pharmacy) "hja" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -29468,18 +29630,6 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/cargo/lobby) -"hsq" = ( -/obj/effect/turf_decal/trimline/neutral/warning{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/neutral/mid_joiner{ - dir = 1 - }, -/obj/structure/sign/poster/contraband/borg_fancy_1/directional/west, -/obj/structure/table/reinforced, -/obj/machinery/ecto_sniffer, -/turf/open/floor/iron/dark/textured_half, -/area/station/science/robotics/lab) "hst" = ( /obj/machinery/power/apc/auto_name/directional/south, /obj/structure/cable, @@ -29915,13 +30065,6 @@ /obj/effect/turf_decal/tile/neutral/anticorner/contrasted, /turf/open/floor/iron, /area/station/maintenance/department/chapel) -"hxG" = ( -/obj/structure/sign/poster/official/moth_meth/directional/west, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) "hxS" = ( /turf/open/floor/carpet/royalblack, /area/station/service/chapel/office) @@ -30158,14 +30301,6 @@ /obj/effect/turf_decal/bot/left, /turf/open/floor/iron/dark, /area/station/service/kitchen/coldroom) -"hBG" = ( -/obj/machinery/requests_console/directional/south{ - department = "Service Hall"; - name = "Service Hall Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/supplies, -/turf/open/floor/iron/dark, -/area/station/hallway/secondary/service) "hBL" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -31720,12 +31855,6 @@ }, /turf/open/floor/plating, /area/station/engineering/supermatter/room) -"hXb" = ( -/obj/machinery/light/small/directional/south, -/obj/structure/sign/poster/official/do_not_question/directional/south, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) "hXd" = ( /obj/structure/rack, /obj/effect/decal/cleanable/dirt, @@ -31804,23 +31933,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/cargo/warehouse) -"hXG" = ( -/obj/machinery/computer/crew{ - dir = 1 - }, -/obj/machinery/requests_console/directional/south{ - department = "Chief Medical Officer's Desk"; - name = "Chief Medical Officer's Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/announcement, -/obj/effect/mapping_helpers/requests_console/information, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/machinery/light_switch/directional/west, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/cmo) "hXO" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -31932,14 +32044,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/service/abandoned_gambling_den) -"hZc" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/flora/bush/generic/style_random, -/obj/structure/flora/bush/fullgrass/style_random, -/obj/structure/flora/bush/fullgrass/style_random, -/turf/open/floor/grass, -/area/station/hallway/secondary/exit/departure_lounge) "hZl" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/door/morgue{ @@ -33409,6 +33513,19 @@ }, /turf/open/floor/iron, /area/station/commons/toilet/locker) +"iqz" = ( +/obj/structure/table/reinforced, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/iron/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/crowbar, +/obj/item/grenade/chem_grenade/smart_metal_foam, +/obj/item/grenade/chem_grenade/smart_metal_foam, +/obj/structure/sign/poster/official/report_crimes/directional/north, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/station/engineering/storage) "irl" = ( /turf/closed/wall/r_wall, /area/station/service/lawoffice) @@ -33730,15 +33847,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, /area/station/engineering/atmos) -"ivi" = ( -/obj/structure/table/reinforced, -/obj/item/crowbar, -/obj/item/wrench, -/obj/item/radio, -/obj/structure/sign/poster/official/space_cops/directional/west, -/obj/effect/turf_decal/tile/red/fourcorners, -/turf/open/floor/iron, -/area/station/security/checkpoint/escape) "ivq" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -33756,6 +33864,14 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/iron, /area/station/cargo/storage) +"ivz" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/generic/style_random, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/fullgrass/style_random, +/turf/open/floor/grass, +/area/station/hallway/secondary/exit/departure_lounge) "ivA" = ( /turf/closed/wall/r_wall, /area/station/command/heads_quarters/captain/private) @@ -33783,12 +33899,6 @@ }, /turf/open/floor/plating, /area/station/security/prison/work) -"ivP" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/structure/sign/poster/official/report_crimes/directional/north, -/obj/effect/turf_decal/delivery, -/turf/open/floor/iron, -/area/station/commons/storage/primary) "ivR" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible/layer4{ dir = 4 @@ -33821,12 +33931,6 @@ /obj/effect/turf_decal/tile/blue/opposingcorners, /turf/open/floor/iron/white, /area/station/science/robotics/lab) -"iwt" = ( -/obj/item/kirbyplants/random, -/obj/machinery/light/small/directional/north, -/obj/structure/sign/poster/contraband/arc_slimes/directional/north, -/turf/open/floor/plating, -/area/station/service/abandoned_gambling_den) "iwC" = ( /obj/effect/spawner/random/structure/grille, /turf/open/floor/plating, @@ -33946,24 +34050,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) -"ixz" = ( -/obj/structure/table/reinforced, -/obj/machinery/light/directional/west, -/obj/machinery/requests_console/directional/west{ - department = "Security"; - name = "Security Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/supplies, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/toy/figure/warden{ - pixel_y = 3 - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/warden) "ixE" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/photocopier, @@ -34424,6 +34510,15 @@ }, /turf/open/floor/iron, /area/station/engineering/storage_shared) +"iEa" = ( +/obj/structure/table/wood, +/obj/item/clothing/under/costume/maid, +/obj/item/clothing/head/costume/kitty, +/obj/structure/sign/poster/official/report_crimes/directional/north, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/wood, +/area/station/service/theater/abandoned) "iEe" = ( /obj/effect/turf_decal/siding/yellow, /obj/effect/turf_decal/tile/neutral/half/contrasted{ @@ -34658,6 +34753,13 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat_interior) +"iGM" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/leafy, +/turf/open/floor/grass, +/area/station/hallway/secondary/exit/departure_lounge) "iGT" = ( /obj/effect/spawner/random/engineering/tracking_beacon, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -34829,6 +34931,12 @@ /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron/dark, /area/station/medical/chemistry) +"iJJ" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/structure/sign/poster/official/report_crimes/directional/north, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron, +/area/station/commons/storage/primary) "iJT" = ( /obj/structure/cable, /obj/effect/decal/cleanable/dirt, @@ -34956,15 +35064,6 @@ "iLr" = ( /turf/closed/wall, /area/station/service/theater/abandoned) -"iLw" = ( -/obj/effect/turf_decal/siding/green, -/obj/structure/sign/warning/biohazard/directional/north, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/flora/bush/ferny, -/obj/structure/flora/bush/lavendergrass, -/obj/structure/flora/bush/flowers_br, -/turf/open/floor/grass, -/area/station/medical/virology) "iLB" = ( /obj/structure/sign/directions/evac{ pixel_y = -8 @@ -35158,6 +35257,14 @@ }, /turf/open/floor/iron/dark, /area/station/service/chapel) +"iNY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/starboard) "iOc" = ( /turf/closed/wall, /area/station/security/prison/toilet) @@ -35614,6 +35721,11 @@ /obj/machinery/atmospherics/pipe/bridge_pipe/yellow/visible, /turf/open/floor/iron, /area/station/engineering/atmos) +"iVT" = ( +/obj/machinery/photocopier, +/obj/structure/sign/poster/official/work_for_a_future/directional/east, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) "iWc" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -35880,15 +35992,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/engineering/atmos) -"iYK" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/structure/flora/bush/fullgrass/style_random, -/obj/structure/flora/bush/lavendergrass/style_random, -/obj/structure/flora/bush/fullgrass/style_random, -/obj/structure/flora/bush/lavendergrass/style_4, -/turf/open/floor/grass, -/area/station/hallway/secondary/exit/departure_lounge) "iYS" = ( /obj/structure/cable, /obj/machinery/light/small/directional/east, @@ -36170,15 +36273,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/security/detectives_office) -"jbL" = ( -/obj/structure/sign/poster/official/fruit_bowl/directional/west, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/status_display/evac/directional/south, -/obj/structure/tank_holder/extinguisher, -/turf/open/floor/engine, -/area/station/science/genetics) "jbN" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/trimline/white/warning{ @@ -36343,6 +36437,14 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/hallway/secondary/service) +"jdl" = ( +/obj/machinery/hydroponics/soil, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/directional/west, +/obj/effect/mapping_helpers/burnt_floor, +/obj/structure/sign/poster/contraband/ambrosia_vulgaris/directional/west, +/turf/open/floor/plating, +/area/station/security/prison/garden) "jds" = ( /obj/structure/table/reinforced, /obj/item/folder/red, @@ -36369,6 +36471,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/station/security/prison) +"jeg" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/large, +/area/station/service/library) "jek" = ( /obj/structure/table/optable, /obj/effect/decal/cleanable/blood/old, @@ -36486,19 +36595,22 @@ /obj/effect/turf_decal/tile/neutral/full, /turf/open/floor/iron/large, /area/station/security/processing) -"jfd" = ( -/obj/structure/table/wood, -/obj/item/clothing/under/costume/geisha, -/obj/item/clothing/shoes/sandal, -/obj/structure/sign/poster/ripped/directional/east, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/service/theater/abandoned) "jfn" = ( /obj/machinery/vending/wardrobe/bar_wardrobe, /obj/structure/sign/poster/random/directional/east, /turf/open/floor/iron/checker, /area/station/service/bar/backroom) +"jfo" = ( +/obj/effect/turf_decal/tile/yellow/diagonal_edge, +/obj/effect/turf_decal/tile/red/diagonal_centre, +/obj/structure/sign/poster/official/cleanliness/directional/west, +/obj/machinery/camera/directional/west{ + c_tag = "Science - Break Room"; + name = "science camera"; + network = list("ss13","rd") + }, +/turf/open/floor/iron/diagonal, +/area/station/science/breakroom) "jfy" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, @@ -37059,16 +37171,6 @@ /obj/effect/turf_decal/tile/red/fourcorners, /turf/open/floor/iron, /area/station/security/checkpoint/escape) -"jlP" = ( -/obj/structure/sink/directional/west, -/obj/item/trash/sosjerky, -/obj/structure/sign/poster/official/cleanliness/directional/east, -/obj/machinery/light/small/directional/north, -/obj/machinery/firealarm/directional/south, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/turf/open/floor/iron/white, -/area/station/security/prison/toilet) "jlV" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -37230,18 +37332,6 @@ }, /turf/open/floor/iron, /area/station/science/robotics/mechbay) -"jnp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sink/directional/south, -/obj/effect/turf_decal/siding/purple{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/mob/living/basic/lizard/wags_his_tail, -/turf/open/floor/iron/checker, -/area/station/service/janitor) "jnr" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/airalarm/directional/north, @@ -37395,11 +37485,6 @@ /obj/item/pen, /turf/open/floor/iron/checker, /area/station/hallway/secondary/service) -"jpg" = ( -/obj/structure/sign/poster/official/do_not_question/directional/west, -/obj/structure/sign/poster/official/random/directional/north, -/turf/open/floor/carpet, -/area/station/commons/vacant_room/office) "jpr" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -37562,14 +37647,6 @@ "jrp" = ( /turf/closed/wall, /area/station/cargo/storage) -"jrw" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/structure/flora/bush/fullgrass/style_random, -/obj/structure/flora/bush/lavendergrass/style_random, -/obj/structure/flora/bush/fullgrass/style_random, -/turf/open/floor/grass, -/area/station/hallway/secondary/exit/departure_lounge) "jrA" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -37821,19 +37898,6 @@ }, /turf/open/floor/iron/dark/corner, /area/station/engineering/atmos/pumproom) -"juT" = ( -/obj/structure/table/wood, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/machinery/requests_console/directional/south{ - department = "Bridge"; - name = "Bridge Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/announcement, -/obj/effect/mapping_helpers/requests_console/information, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/item/papercutter, -/turf/open/floor/iron/grimy, -/area/station/command/bridge) "juX" = ( /obj/structure/railing/corner{ dir = 1 @@ -38820,14 +38884,6 @@ }, /turf/open/floor/iron/white, /area/station/science/lab) -"jFY" = ( -/obj/machinery/hydroponics/soil, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/directional/west, -/obj/effect/mapping_helpers/burnt_floor, -/obj/structure/sign/poster/contraband/ambrosia_vulgaris/directional/west, -/turf/open/floor/plating, -/area/station/security/prison/garden) "jGl" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, @@ -40460,6 +40516,25 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, /area/station/science/robotics/mechbay) +"kbc" = ( +/obj/machinery/computer/department_orders/medical, +/obj/effect/turf_decal/trimline/brown/filled/line{ + dir = 6 + }, +/obj/machinery/requests_console/directional/north{ + department = "Medbay"; + name = "Medbay Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/structure/cable, +/obj/effect/turf_decal/bot, +/obj/machinery/camera/directional/north{ + c_tag = "Medbay - Storage"; + name = "medbay camera"; + network = list("ss13","medbay") + }, +/turf/open/floor/iron, +/area/station/medical/storage) "kbd" = ( /obj/effect/turf_decal/tile/yellow/half/contrasted{ dir = 8 @@ -40588,20 +40663,6 @@ /obj/structure/chair/sofa/left/brown, /turf/open/floor/wood/tile, /area/station/service/library/artgallery) -"kcy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/item/storage/bag/plants/portaseeder, -/obj/item/cultivator, -/obj/item/reagent_containers/cup/watering_can, -/obj/item/plant_analyzer, -/obj/structure/sign/poster/contraband/kudzu/directional/south, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/siding/green{ - dir = 8 - }, -/turf/open/floor/iron/checker, -/area/station/service/hydroponics/garden/abandoned) "kcH" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -40685,20 +40746,6 @@ /obj/structure/sign/warning/secure_area/directional/east, /turf/open/floor/iron/white, /area/station/science/research) -"kdy" = ( -/obj/structure/table/glass, -/obj/item/storage/medkit/regular, -/obj/item/reagent_containers/spray/cleaner{ - pixel_x = -15; - pixel_y = 2 - }, -/obj/item/reagent_containers/cup/bottle/multiver, -/obj/item/reagent_containers/syringe, -/obj/structure/sign/poster/official/cleanliness/directional/east, -/obj/machinery/vending/wallmed/directional/north, -/obj/effect/turf_decal/siding/dark_red, -/turf/open/floor/iron/dark, -/area/station/security/medical) "kdC" = ( /obj/structure/table/reinforced, /obj/machinery/newscaster/directional/east, @@ -40714,6 +40761,20 @@ }, /turf/open/floor/iron, /area/station/cargo/storage) +"kdL" = ( +/obj/machinery/cell_charger, +/obj/structure/table/reinforced, +/obj/item/stock_parts/cell/high, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/storage/eva) +"kdM" = ( +/obj/structure/sign/poster/official/do_not_question/directional/south, +/obj/effect/turf_decal/tile/blue/half/contrasted, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/customs/aft) "kdN" = ( /obj/effect/decal/cleanable/greenglow, /turf/open/floor/plating, @@ -40808,15 +40869,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/service/electronic_marketing_den) -"keW" = ( -/obj/machinery/cell_charger, -/obj/structure/table/reinforced, -/obj/item/stock_parts/cell/high, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/command/storage/eva) "kfa" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -40900,13 +40952,6 @@ /obj/effect/decal/cleanable/oil, /turf/open/floor/iron, /area/station/engineering/atmos/hfr_room) -"kfP" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/window/reinforced/spawner/directional/east, -/obj/structure/flora/bush/generic/style_random, -/obj/structure/flora/bush/sparsegrass/style_random, -/turf/open/floor/grass, -/area/station/hallway/secondary/exit/departure_lounge) "kfQ" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable, @@ -41642,15 +41687,6 @@ dir = 4 }, /area/station/commons/fitness/recreation) -"kpi" = ( -/obj/effect/turf_decal/trimline/green/filled/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/sign/poster/official/plasma_effects/directional/east, -/turf/open/floor/iron/white, -/area/station/medical/virology) "kpj" = ( /obj/item/stack/sheet/iron/fifty, /obj/item/stack/sheet/glass/fifty, @@ -42091,13 +42127,6 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, /area/station/command/corporate_showroom) -"kvI" = ( -/obj/structure/sign/poster/official/cleanliness/directional/north, -/obj/item/radio/intercom/directional/east, -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/turf/open/floor/iron/large, -/area/station/medical/break_room) "kvJ" = ( /obj/machinery/light/small/directional/south, /obj/structure/easel, @@ -42140,6 +42169,18 @@ /obj/machinery/light/small/red/directional/east, /turf/open/floor/iron/smooth, /area/station/maintenance/department/science/xenobiology) +"kws" = ( +/obj/structure/sign/poster/official/work_for_a_future/directional/south, +/obj/structure/chair/sofa/bench{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/station/security/processing) "kwK" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -42221,14 +42262,6 @@ }, /turf/open/floor/iron, /area/station/security/prison) -"kxC" = ( -/obj/structure/sign/poster/official/report_crimes/directional/north, -/obj/machinery/vending/wardrobe/det_wardrobe, -/obj/structure/extinguisher_cabinet/directional/west, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/security/detectives_office) "kxH" = ( /obj/structure/disposalpipe/segment, /obj/machinery/door/poddoor/preopen{ @@ -42390,6 +42423,12 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/service/electronic_marketing_den) +"kzP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/do_not_question/directional/east, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/security/detectives_office/private_investigators_office) "kzR" = ( /obj/structure/disposalpipe/segment, /obj/machinery/duct, @@ -42496,6 +42535,23 @@ /obj/effect/turf_decal/tile/neutral/full, /turf/open/floor/iron/dark/smooth_large, /area/station/security/detectives_office) +"kBg" = ( +/obj/machinery/computer/crew{ + dir = 1 + }, +/obj/machinery/requests_console/directional/south{ + department = "Chief Medical Officer's Desk"; + name = "Chief Medical Officer's Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/information, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/machinery/light_switch/directional/west, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/command/heads_quarters/cmo) "kBz" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -43081,37 +43137,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/dark, /area/station/service/hydroponics/garden/abandoned) -"kJu" = ( -/obj/structure/sign/poster/official/science/directional/west, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/status_display/ai/directional/north, -/obj/structure/rack, -/obj/item/clothing/under/rank/medical/scrubs/purple{ - pixel_x = 6; - pixel_y = 5 - }, -/obj/item/clothing/under/rank/medical/scrubs/purple{ - pixel_x = 6; - pixel_y = 5 - }, -/obj/item/clothing/under/rank/medical/scrubs/blue{ - pixel_x = -4; - pixel_y = 5 - }, -/obj/item/clothing/under/rank/medical/scrubs/blue{ - pixel_x = -4; - pixel_y = 5 - }, -/obj/item/clothing/under/rank/medical/scrubs/green{ - pixel_x = 1; - pixel_y = 3 - }, -/obj/item/clothing/under/rank/medical/scrubs/green{ - pixel_x = 1; - pixel_y = 3 - }, -/turf/open/floor/engine, -/area/station/science/genetics) "kJH" = ( /obj/structure/chair/sofa/bench/right{ dir = 8 @@ -43373,14 +43398,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/security/detectives_office/private_investigators_office) -"kNq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/office/light, -/obj/effect/turf_decal/siding/purple{ - dir = 4 - }, -/turf/open/floor/glass, -/area/station/maintenance/space_hut/observatory) "kNw" = ( /obj/structure/closet/emcloset, /obj/effect/turf_decal/delivery, @@ -44572,6 +44589,14 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, /area/station/security/warden) +"lcW" = ( +/obj/structure/table/wood, +/obj/item/clothing/under/costume/geisha, +/obj/item/clothing/shoes/sandal, +/obj/structure/sign/poster/ripped/directional/east, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/service/theater/abandoned) "lcY" = ( /obj/structure/bed, /obj/item/bedsheet/orange, @@ -44791,6 +44816,16 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/service/chapel) +"lgc" = ( +/obj/machinery/light_switch/directional/north{ + pixel_x = 6 + }, +/obj/effect/turf_decal/tile/brown/half/contrasted{ + dir = 1 + }, +/obj/effect/mapping_helpers/turn_off_lights_with_lightswitch, +/turf/open/floor/iron, +/area/station/cargo/warehouse) "lgf" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -44901,6 +44936,11 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, /area/station/hallway/primary/fore) +"lhp" = ( +/obj/item/kirbyplants/random, +/obj/structure/sign/poster/official/report_crimes/directional/south, +/turf/open/floor/wood, +/area/station/service/lawoffice) "lhC" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 @@ -45059,27 +45099,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/space_hut/observatory) -"lju" = ( -/obj/structure/cable, -/obj/machinery/requests_console/directional/west{ - department = "Chief Engineer's Desk"; - name = "Chief Engineer's Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/announcement, -/obj/effect/mapping_helpers/requests_console/supplies, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/machinery/camera/directional/west{ - c_tag = "Engineering - Chief Engineer's Office"; - name = "engineering camera" - }, -/obj/machinery/computer/apc_control{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/light/directional/west, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/ce) "ljz" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -45249,17 +45268,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/command) -"lkQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/sign/poster/contraband/free_drone/directional/north, -/turf/open/floor/iron, -/area/station/science/research/abandoned) "llj" = ( /obj/structure/disposalpipe/segment{ dir = 9 @@ -46243,6 +46251,28 @@ }, /turf/open/floor/iron, /area/station/science/xenobiology) +"lzj" = ( +/obj/structure/closet/crate/science{ + anchored = 1 + }, +/obj/item/mod/core/standard{ + pixel_x = -4 + }, +/obj/item/mod/core/standard{ + pixel_x = 4 + }, +/obj/item/mod/core/standard{ + pixel_y = 4 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/requests_console/directional/north{ + department = "Robotics"; + name = "Robotics Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/ore_update, +/obj/effect/mapping_helpers/requests_console/supplies, +/turf/open/floor/iron, +/area/station/science/robotics/lab) "lzo" = ( /obj/machinery/atmospherics/components/binary/pump, /obj/effect/turf_decal/tile/neutral/half/contrasted{ @@ -46818,6 +46848,20 @@ }, /turf/open/floor/iron, /area/station/engineering/supermatter/room) +"lFX" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/structure/sign/poster/official/report_crimes/directional/west, +/turf/open/floor/iron/white, +/area/station/medical/medbay) "lGf" = ( /obj/effect/turf_decal/tile/yellow/half/contrasted{ dir = 1 @@ -47517,16 +47561,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, /area/station/hallway/primary/port) -"lON" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/junction/flip{ - dir = 1 - }, -/obj/structure/sign/poster/official/cleanliness/directional/east, -/turf/open/floor/iron/white, -/area/station/medical/medbay) "lOO" = ( /obj/effect/turf_decal/tile/neutral/half/contrasted, /turf/open/floor/iron, @@ -47552,22 +47586,6 @@ /obj/effect/turf_decal/tile/green/anticorner/contrasted, /turf/open/floor/iron/telecomms, /area/station/tcommsat/server) -"lPp" = ( -/obj/machinery/chem_master, -/obj/machinery/requests_console/directional/east{ - department = "Xenobiology"; - name = "Xenobiology Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/ore_update, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/siding/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple/anticorner/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/science/xenobiology) "lPs" = ( /obj/machinery/biogenerator, /obj/effect/turf_decal/bot, @@ -48085,6 +48103,15 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron/half, /area/station/engineering/atmos) +"lWP" = ( +/obj/structure/table/reinforced, +/obj/item/crowbar, +/obj/item/wrench, +/obj/item/radio, +/obj/structure/sign/poster/official/space_cops/directional/west, +/obj/effect/turf_decal/tile/red/fourcorners, +/turf/open/floor/iron, +/area/station/security/checkpoint/escape) "lXl" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -48410,6 +48437,19 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/carpet/orange, /area/station/commons/dorms) +"mcS" = ( +/obj/machinery/modular_computer/console/preset/id{ + dir = 4 + }, +/obj/machinery/requests_console/directional/west{ + department = "Captain's Desk"; + name = "Captain's Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/information, +/obj/effect/mapping_helpers/requests_console/assistance, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) "mcV" = ( /obj/machinery/door/airlock/engineering/glass{ name = "Supermatter Engine Room" @@ -48584,15 +48624,6 @@ }, /turf/open/floor/iron, /area/station/ai_monitored/command/storage/eva) -"mfi" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/mapping_helpers/broken_floor, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/sign/poster/contraband/revolver/directional/north, -/obj/effect/landmark/start/hangover, -/turf/open/floor/wood, -/area/station/commons/dorms) "mfq" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/landmark/event_spawn, @@ -48914,19 +48945,6 @@ "mjz" = ( /turf/closed/wall, /area/station/maintenance/starboard/lesser) -"mjH" = ( -/obj/structure/closet/secure_closet/engineering_personal, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/requests_console/directional/south{ - department = "Engineering"; - name = "Engineering Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/supplies, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/structure/sign/poster/official/do_not_question/directional/east, -/obj/effect/turf_decal/delivery, -/turf/open/floor/iron, -/area/station/engineering/main) "mjK" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/trimline/green/filled/corner{ @@ -49192,26 +49210,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, /area/station/security/office) -"moj" = ( -/obj/structure/table, -/obj/machinery/requests_console/directional/north{ - department = "Cargo Bay"; - name = "Cargo Bay Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/supplies, -/obj/machinery/camera/directional/north{ - c_tag = "Cargo - Office"; - name = "cargo camera" - }, -/obj/machinery/fax{ - fax_name = "Cargo Office"; - name = "Cargo Office Fax Machine" - }, -/obj/effect/turf_decal/tile/brown/half/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/cargo/office) "mor" = ( /obj/structure/table/reinforced, /obj/structure/reagent_dispensers/wall/peppertank/directional/west, @@ -49452,22 +49450,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/command/gateway) -"mrM" = ( -/obj/item/stack/package_wrap, -/obj/item/stack/package_wrap, -/obj/item/hand_labeler, -/obj/machinery/requests_console/directional/south{ - department = "Hydroponics"; - name = "Hydroponics Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/supplies, -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/blue/opposingcorners, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/service/hydroponics) "mrR" = ( /obj/structure/bodycontainer/crematorium{ id = "crematoriumChapel" @@ -49493,14 +49475,6 @@ /obj/effect/turf_decal/tile/neutral/full, /turf/open/floor/iron/dark/smooth_large, /area/station/security/detectives_office) -"mse" = ( -/obj/structure/reagent_dispensers/wall/peppertank/directional/east, -/obj/effect/decal/cleanable/dirt, -/obj/effect/mapping_helpers/burnt_floor, -/obj/structure/sign/poster/official/space_cops/directional/south, -/obj/effect/turf_decal/tile/red/fourcorners, -/turf/open/floor/iron/dark, -/area/station/maintenance/department/security) "msj" = ( /obj/structure/disposalpipe/segment, /obj/machinery/button/door{ @@ -50309,6 +50283,13 @@ /obj/effect/spawner/random/structure/barricade, /turf/open/floor/iron, /area/station/maintenance/department/security) +"mCa" = ( +/obj/structure/table/glass, +/obj/item/paper_bin, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/safety_eye_protection/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/space_hut/observatory) "mCf" = ( /obj/structure/disposalpipe/trunk{ dir = 1 @@ -50335,18 +50316,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/commons/fitness/recreation) -"mCC" = ( -/obj/structure/sign/poster/official/work_for_a_future/directional/south, -/obj/structure/chair/sofa/bench{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/red/filled/line, -/obj/machinery/light/directional/south, -/turf/open/floor/iron, -/area/station/security/processing) "mCJ" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/stripes/line{ @@ -50614,17 +50583,6 @@ }, /turf/open/floor/iron, /area/station/engineering/supermatter/room) -"mFy" = ( -/obj/item/restraints/handcuffs, -/obj/item/assembly/flash/handheld, -/obj/structure/sign/poster/official/report_crimes/directional/south, -/obj/structure/cable, -/obj/structure/rack, -/obj/effect/turf_decal/bot, -/obj/machinery/light/small/directional/south, -/obj/effect/turf_decal/tile/red/half/contrasted, -/turf/open/floor/iron, -/area/station/security/checkpoint/escape) "mFH" = ( /obj/machinery/door/poddoor/shutters{ dir = 1; @@ -51375,17 +51333,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/service/abandoned_gambling_den) -"mOn" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/machinery/light/small/directional/west, -/obj/item/pen, -/obj/structure/sign/poster/official/enlist/directional/south, -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/holding_cell) "mOp" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/decal/cleanable/dirt, @@ -51424,6 +51371,16 @@ /obj/item/book/codex_gigas, /turf/open/floor/iron/dark, /area/station/service/library/printer) +"mOA" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/turf/open/floor/glass, +/area/station/maintenance/space_hut/observatory) "mOB" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -51567,6 +51524,15 @@ }, /turf/open/floor/iron, /area/station/cargo/storage) +"mQz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/poster/official/work_for_a_future/directional/south, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/prison/safe) "mQA" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/chair/stool/bar/directional/west, @@ -51988,6 +51954,13 @@ dir = 4 }, /area/station/security/execution/transfer) +"mXh" = ( +/obj/structure/table/wood, +/obj/item/storage/bag/books, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/large, +/area/station/service/library) "mXr" = ( /obj/structure/cable, /obj/structure/table/wood, @@ -53067,12 +53040,30 @@ }, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat_interior) +"nmT" = ( +/obj/structure/rack, +/obj/item/gun/energy/ionrifle, +/obj/item/clothing/suit/hooded/ablative, +/obj/item/gun/energy/temperature/security, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) "nmX" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/department/science) +"nnk" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/sign/poster/official/report_crimes/directional/south, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) "nnv" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -53311,15 +53302,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/supermatter/room) -"nrc" = ( -/obj/structure/sign/poster/ripped/directional/south, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/prison/safe) "nrd" = ( /obj/item/kirbyplants/random, /obj/machinery/camera/directional/south{ @@ -53329,11 +53311,6 @@ /obj/machinery/firealarm/directional/south, /turf/open/floor/wood, /area/station/command/heads_quarters/captain/private) -"nrf" = ( -/obj/structure/sign/poster/official/do_not_question/directional/south, -/obj/effect/turf_decal/tile/blue/half/contrasted, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/customs/aft) "nrh" = ( /obj/machinery/computer/crew, /obj/effect/turf_decal/tile/red/anticorner/contrasted{ @@ -53782,14 +53759,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/grimy, /area/station/service/library) -"nxV" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/starboard) "nxY" = ( /obj/structure/cable, /obj/machinery/newscaster/directional/south, @@ -53885,6 +53854,20 @@ }, /turf/open/floor/iron, /area/station/service/abandoned_gambling_den/gaming) +"nyN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/storage/bag/plants/portaseeder, +/obj/item/cultivator, +/obj/item/reagent_containers/cup/watering_can, +/obj/item/plant_analyzer, +/obj/structure/sign/poster/contraband/kudzu/directional/south, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/siding/green{ + dir = 8 + }, +/turf/open/floor/iron/checker, +/area/station/service/hydroponics/garden/abandoned) "nyP" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/siding/wood{ @@ -54189,16 +54172,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/maintenance/department/engine/atmos) -"nCe" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 5 - }, -/obj/structure/sign/poster/official/wtf_is_co2/directional/north, -/turf/open/floor/iron, -/area/station/engineering/atmos) "nCg" = ( /obj/structure/lattice, /obj/structure/window/reinforced/plasma/spawner/directional/west, @@ -54245,17 +54218,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/breakroom) -"nCT" = ( -/obj/structure/table/reinforced, -/obj/item/electronics/apc, -/obj/item/electronics/apc{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/stack/cable_coil, -/obj/structure/sign/poster/official/build/directional/east, -/turf/open/floor/plating, -/area/station/maintenance/department/electrical) "nDd" = ( /obj/machinery/duct, /obj/machinery/light/directional/west, @@ -54530,13 +54492,6 @@ }, /turf/open/floor/iron, /area/station/maintenance/department/science) -"nGH" = ( -/obj/effect/spawner/random/vending/colavend, -/obj/structure/sign/poster/official/ian/directional/south, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/hallway/primary/central/fore) "nGS" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -54814,6 +54769,19 @@ /obj/machinery/light/directional/south, /turf/open/floor/iron/dark, /area/station/engineering/atmos/hfr_room) +"nJr" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/light/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/safety_internals/directional/north, +/obj/structure/cable, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/iron/dark/corner{ + dir = 1 + }, +/area/station/engineering/atmos/pumproom) "nJx" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -55185,15 +55153,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) -"nOG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/obj/structure/sign/poster/contraband/borg_fancy_2/directional/south, -/turf/open/floor/iron, -/area/station/science/research/abandoned) "nOP" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/neutral{ @@ -55603,6 +55562,14 @@ /obj/effect/turf_decal/tile/neutral/full, /turf/open/floor/iron/large, /area/station/security/brig) +"nUG" = ( +/obj/machinery/requests_console/directional/south{ + department = "Service Hall"; + name = "Service Hall Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/supplies, +/turf/open/floor/iron/dark, +/area/station/hallway/secondary/service) "nUI" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -56606,19 +56573,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) -"ohV" = ( -/obj/machinery/space_heater, -/obj/effect/turf_decal/bot, -/obj/machinery/requests_console/directional/east{ - department = "Atmospherics"; - name = "Atmospherics Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/supplies, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/hidden, -/obj/machinery/light/directional/east, -/turf/open/floor/iron, -/area/station/engineering/atmos/storage/gas) "ohZ" = ( /obj/structure/rack, /obj/effect/spawner/random/techstorage/service_all, @@ -56637,16 +56591,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark/telecomms, /area/station/science/xenobiology) -"oib" = ( -/obj/structure/rack, -/obj/item/gun/energy/ionrifle, -/obj/item/clothing/suit/hooded/ablative, -/obj/item/gun/energy/temperature/security, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) "oig" = ( /obj/structure/cable, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -56660,6 +56604,12 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) +"ois" = ( +/obj/structure/table/glass, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/science/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/space_hut/observatory) "oiC" = ( /obj/machinery/computer/records/security{ dir = 8 @@ -56925,6 +56875,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/sepia, /area/station/service/library/artgallery) +"olD" = ( +/obj/item/kirbyplants/random, +/obj/structure/sign/poster/official/ian/directional/south, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/turret_protected/aisat_interior) "olQ" = ( /obj/machinery/door/firedoor, /obj/structure/cable, @@ -57016,6 +56973,18 @@ /obj/effect/mapping_helpers/airlock/access/all/service/janitor, /turf/open/floor/iron/checker, /area/station/service/janitor) +"omW" = ( +/obj/structure/bed, +/obj/item/bedsheet/orange, +/obj/machinery/camera/directional/east{ + c_tag = "Permabrig - Cell 5"; + network = list("ss13","prison") + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/machinery/status_display/ai/directional/north, +/obj/structure/sign/poster/official/obey/directional/east, +/turf/open/floor/plating, +/area/station/security/prison/safe) "omY" = ( /obj/machinery/status_display/evac/directional/south, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -57366,14 +57335,6 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron, /area/station/command/heads_quarters/qm) -"osF" = ( -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/effect/turf_decal/box/red, -/obj/structure/sign/poster/official/help_others/directional/east, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/security/execution/education) "osR" = ( /obj/structure/table/wood, /obj/structure/disposalpipe/segment, @@ -57461,6 +57422,19 @@ }, /turf/open/floor/iron, /area/station/commons/dorms) +"ouK" = ( +/obj/machinery/requests_console/directional/east{ + department = "Chemistry"; + name = "Chemistry Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/structure/disposalpipe/segment, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) "ouT" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -57690,6 +57664,15 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron, /area/station/maintenance/port/fore) +"oyj" = ( +/obj/structure/rack, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/iron/fifty, +/obj/effect/turf_decal/bot, +/obj/structure/sign/poster/contraband/free_drone/directional/south, +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted, +/turf/open/floor/iron/dark, +/area/station/maintenance/port) "oyy" = ( /obj/effect/turf_decal/trimline/blue/filled/warning{ dir = 1 @@ -57838,6 +57821,14 @@ /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron, /area/station/commons/lounge) +"oAc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/office/light, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/turf/open/floor/glass, +/area/station/maintenance/space_hut/observatory) "oAn" = ( /obj/machinery/computer/security/telescreen/entertainment/directional/north, /obj/item/kirbyplants/random, @@ -57867,13 +57858,6 @@ }, /turf/open/floor/iron, /area/station/commons/fitness/recreation) -"oAJ" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/effect/spawner/random/maintenance, -/obj/structure/sign/poster/contraband/lusty_xenomorph/directional/north, -/obj/item/circuitboard/machine/holopad, -/turf/open/floor/plating, -/area/station/maintenance/starboard/aft) "oAK" = ( /obj/structure/table/wood, /obj/item/flashlight/lamp/green, @@ -57965,6 +57949,15 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/hallway/secondary/command) +"oCu" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/lavendergrass/style_random, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/structure/flora/bush/lavendergrass/style_4, +/turf/open/floor/grass, +/area/station/hallway/secondary/exit/departure_lounge) "oCz" = ( /obj/machinery/button/door/directional/north{ id = "portbow_maint_shutters"; @@ -58126,6 +58119,14 @@ /obj/structure/sign/departments/science, /turf/closed/wall/r_wall, /area/station/science/research) +"oEd" = ( +/obj/effect/turf_decal/siding/green, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/bush/large, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/flowers_pp, +/turf/open/floor/grass, +/area/station/medical/virology) "oEy" = ( /obj/structure/window/reinforced/spawner/directional/north, /obj/effect/turf_decal/stripes/line{ @@ -58840,6 +58841,22 @@ /obj/effect/turf_decal/tile/neutral/half/contrasted, /turf/open/floor/iron, /area/station/commons/locker) +"oOy" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/newscaster/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/east, +/obj/machinery/button/door/directional/south{ + id = "Toilet_Med"; + name = "Lock Control"; + normaldoorcontrol = 1; + specialfunctions = 4 + }, +/obj/item/food/sandwich/cheese/grilled, +/turf/open/floor/iron/cafeteria, +/area/station/medical/break_room) "oOz" = ( /obj/structure/extinguisher_cabinet/directional/north, /obj/structure/bed/roller, @@ -59082,12 +59099,6 @@ }, /turf/open/floor/iron, /area/station/engineering/main) -"oSl" = ( -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/flora/bush/flowers_br/style_random, -/turf/open/floor/grass, -/area/station/hallway/secondary/exit/departure_lounge) "oSv" = ( /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, @@ -59107,6 +59118,23 @@ dir = 4 }, /area/station/security/brig) +"oSz" = ( +/obj/structure/table/reinforced, +/obj/item/folder/yellow, +/obj/item/paper, +/obj/item/paper, +/obj/item/pen, +/obj/machinery/requests_console/directional/east{ + department = "Atmospherics"; + name = "Atmospherics Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron/dark, +/area/station/engineering/atmos/storage) "oSA" = ( /obj/machinery/status_display/ai/directional/south, /obj/effect/turf_decal/tile/neutral/fourcorners, @@ -59314,6 +59342,23 @@ /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron, /area/station/engineering/supermatter/room) +"oVd" = ( +/obj/structure/table, +/obj/item/stack/ducts/fifty, +/obj/item/stack/ducts/fifty, +/obj/item/stack/ducts/fifty, +/obj/item/stack/ducts/fifty, +/obj/item/stack/ducts/fifty, +/obj/item/stack/ducts/fifty, +/obj/item/stack/ducts/fifty, +/obj/item/stack/ducts/fifty, +/obj/item/plunger, +/obj/item/plunger, +/obj/effect/turf_decal/siding/yellow, +/obj/structure/sign/poster/official/periodic_table/directional/north, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/medical/chemistry) "oVo" = ( /obj/structure/cable, /obj/structure/sign/warning/no_smoking/circle{ @@ -59336,19 +59381,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/station/maintenance/department/science) -"oVq" = ( -/obj/machinery/modular_computer/console/preset/id{ - dir = 4 - }, -/obj/machinery/requests_console/directional/west{ - department = "Captain's Desk"; - name = "Captain's Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/announcement, -/obj/effect/mapping_helpers/requests_console/information, -/obj/effect/mapping_helpers/requests_console/assistance, -/turf/open/floor/carpet, -/area/station/command/heads_quarters/captain) "oVt" = ( /obj/structure/chair/pew, /turf/open/floor/iron/chapel{ @@ -59604,14 +59636,6 @@ /obj/effect/turf_decal/trimline/purple/filled/line, /turf/open/floor/iron/white, /area/station/science/research) -"paY" = ( -/obj/effect/turf_decal/siding/green, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/flora/bush/leafy, -/obj/structure/flora/bush/sparsegrass/style_random, -/obj/structure/flora/bush/flowers_yw, -/turf/open/floor/grass, -/area/station/medical/virology) "pba" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -60231,6 +60255,13 @@ /obj/effect/landmark/navigate_destination, /turf/open/floor/iron, /area/station/science/circuits) +"phB" = ( +/obj/structure/sign/poster/official/cleanliness/directional/north, +/obj/item/radio/intercom/directional/east, +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/large, +/area/station/medical/break_room) "phI" = ( /obj/structure/closet/secure_closet/hydroponics, /obj/effect/turf_decal/bot, @@ -60527,15 +60558,6 @@ }, /turf/open/floor/plating, /area/station/science/xenobiology) -"plf" = ( -/obj/structure/sign/poster/official/ion_rifle/directional/east, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/maintenance/department/science) "plh" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -61106,20 +61128,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/service/library/printer) -"ptL" = ( -/obj/structure/table/wood, -/obj/item/camera_film{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/camera_film, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/siding/wood{ - dir = 10 - }, -/turf/open/floor/wood/large, -/area/station/service/library) "ptM" = ( /obj/machinery/status_display/evac/directional/north, /obj/machinery/power/emitter{ @@ -61203,6 +61211,20 @@ icon_state = "foam_plating" }, /area/station/maintenance/department/science/xenobiology) +"pvF" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/bush/flowers_br, +/obj/structure/flora/bush/flowers_pp, +/obj/structure/flora/bush/fullgrass/style_random, +/obj/machinery/door/poddoor/shutters{ + dir = 4; + id = "psych_shutters"; + name = "Psychology Privacy Shutters" + }, +/turf/open/floor/grass, +/area/station/medical/psychology) "pvR" = ( /obj/structure/cable, /obj/structure/closet/secure_closet/hydroponics, @@ -61236,16 +61258,6 @@ /obj/effect/turf_decal/trimline/purple/filled/warning, /turf/open/floor/iron/white, /area/station/science/lab) -"pvY" = ( -/obj/machinery/vending/wardrobe/viro_wardrobe, -/obj/structure/sign/poster/official/cleanliness/directional/west, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/siding/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/medical/virology) "pwa" = ( /obj/structure/cable, /obj/effect/turf_decal/stripes/line, @@ -61934,6 +61946,16 @@ /obj/machinery/status_display/ai/directional/south, /turf/open/floor/iron/dark/textured_large, /area/station/medical/cryo) +"pDE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/obj/structure/sign/poster/official/wtf_is_co2/directional/north, +/turf/open/floor/iron, +/area/station/engineering/atmos) "pDM" = ( /obj/structure/cable, /turf/open/floor/iron/dark, @@ -62229,23 +62251,6 @@ /obj/effect/spawner/random/engineering/atmospherics_portable, /turf/open/floor/iron, /area/station/maintenance/department/medical/morgue) -"pGx" = ( -/obj/machinery/door/airlock/security{ - name = "Brig" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/sign/poster/official/nanotrasen_logo/directional/west, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/effect/mapping_helpers/airlock/access/all/security/general, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/door/firedoor, -/turf/open/floor/iron, -/area/station/security/brig) "pGy" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/rack, @@ -62378,13 +62383,6 @@ dir = 1 }, /area/station/service/bar) -"pIl" = ( -/obj/item/kirbyplants/random, -/obj/structure/sign/poster/official/ian/directional/south, -/obj/structure/extinguisher_cabinet/directional/east, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/turret_protected/aisat_interior) "pIy" = ( /obj/effect/landmark/start/hangover, /obj/effect/turf_decal/trimline/yellow/warning, @@ -62619,6 +62617,21 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/ordnance) +"pLe" = ( +/obj/structure/sign/poster/official/report_crimes/directional/north, +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/item/clothing/suit/jacket{ + desc = "All the class of a trenchcoat without the security fibers."; + icon_state = "detective"; + name = "trenchcoat" + }, +/obj/item/clothing/head/fedora{ + icon_state = "detective" + }, +/obj/item/clothing/gloves/color/black, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/wood, +/area/station/security/detectives_office/private_investigators_office) "pLg" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/turf_decal/stripes/line{ @@ -62833,16 +62846,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, /area/station/maintenance/port) -"pNy" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ - dir = 1 - }, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/effect/turf_decal/box/red, -/obj/effect/turf_decal/siding/thinplating/dark, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) "pNz" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -63457,6 +63460,15 @@ /obj/machinery/light_switch/directional/west, /turf/open/floor/iron, /area/station/engineering/storage) +"pUi" = ( +/obj/structure/chair/office, +/obj/item/cardboard_cutout, +/obj/structure/sign/poster/contraband/tools/directional/north, +/obj/effect/turf_decal/tile/neutral/half{ + dir = 1 + }, +/turf/open/floor/iron/smooth_half, +/area/station/maintenance/port/aft) "pUl" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/security/glass{ @@ -63683,13 +63695,6 @@ }, /turf/open/floor/iron, /area/station/security/prison/work) -"pWd" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/structure/sign/poster/official/work_for_a_future/directional/south, -/obj/machinery/light/small/directional/south, -/turf/open/floor/carpet, -/area/station/commons/vacant_room/office) "pWe" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -64492,6 +64497,12 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/maintenance/disposal/incinerator) +"qfP" = ( +/obj/structure/table/wood/fancy, +/obj/item/book/bible, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/service/chapel/funeral) "qgl" = ( /obj/machinery/power/solar{ id = "aftport"; @@ -64636,15 +64647,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/command) -"qiK" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/sign/poster/official/work_for_a_future/directional/south, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/security/prison/safe) "qiM" = ( /obj/structure/cable, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -65099,12 +65101,6 @@ /obj/item/pai_card, /turf/open/floor/wood, /area/station/command/meeting_room/council) -"qow" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/scrubber, -/obj/structure/sign/poster/official/there_is_no_gas_giant/directional/east, -/turf/open/floor/iron/textured_large, -/area/station/engineering/atmos/project) "qoA" = ( /obj/machinery/power/apc/auto_name/directional/west, /obj/machinery/light_switch/directional/north{ @@ -65227,11 +65223,6 @@ /obj/structure/window/reinforced/spawner/directional/west, /turf/open/space, /area/space/nearstation) -"qqa" = ( -/obj/structure/weightmachine, -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted, -/turf/open/floor/iron/white, -/area/station/commons/fitness/recreation) "qqe" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -65518,6 +65509,20 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/entry) +"quH" = ( +/obj/structure/table/glass, +/obj/item/storage/medkit/regular, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/item/reagent_containers/cup/bottle/multiver, +/obj/item/reagent_containers/syringe, +/obj/structure/sign/poster/official/cleanliness/directional/east, +/obj/machinery/vending/wallmed/directional/north, +/obj/effect/turf_decal/siding/dark_red, +/turf/open/floor/iron/dark, +/area/station/security/medical) "quQ" = ( /obj/item/kirbyplants{ icon_state = "plant-21" @@ -65531,11 +65536,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/engineering/atmos) -"quU" = ( -/obj/item/kirbyplants/random, -/obj/structure/sign/poster/official/report_crimes/directional/south, -/turf/open/floor/wood, -/area/station/service/lawoffice) "quZ" = ( /obj/structure/table/reinforced, /obj/item/stack/cable_coil/five, @@ -65554,19 +65554,6 @@ }, /turf/open/floor/iron, /area/station/commons/toilet/locker) -"qve" = ( -/obj/machinery/requests_console/directional/east{ - department = "Chemistry"; - name = "Chemistry Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/structure/disposalpipe/segment, -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ - dir = 4 - }, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) "qvn" = ( /obj/structure/sign/warning/secure_area, /turf/closed/wall/r_wall, @@ -65634,6 +65621,27 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/grimy, /area/station/service/lawoffice) +"qvK" = ( +/obj/machinery/rnd/production/circuit_imprinter/department/science, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/requests_console/directional/east{ + department = "Research Lab"; + name = "Research Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/ore_update, +/obj/effect/mapping_helpers/requests_console/information, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/machinery/camera/directional/east{ + c_tag = "Science - Research and Development"; + dir = 6; + name = "science camera"; + network = list("ss13","rd") + }, +/turf/open/floor/iron, +/area/station/science/lab) "qvW" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, @@ -65887,22 +65895,6 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/transit_tube) -"qzR" = ( -/obj/structure/toilet{ - dir = 8 - }, -/obj/machinery/newscaster/directional/west, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/east, -/obj/machinery/button/door/directional/south{ - id = "Toilet_Med"; - name = "Lock Control"; - normaldoorcontrol = 1; - specialfunctions = 4 - }, -/obj/item/food/grilled_cheese_sandwich, -/turf/open/floor/iron/cafeteria, -/area/station/medical/break_room) "qzT" = ( /obj/machinery/light/directional/east, /obj/effect/turf_decal/stripes/line{ @@ -65983,15 +65975,6 @@ /obj/effect/spawner/random/engineering/flashlight, /turf/open/floor/iron, /area/station/maintenance/port) -"qAO" = ( -/obj/machinery/light/small/directional/west, -/obj/item/clothing/suit/caution, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/structure/sign/poster/official/no_erp/directional/west, -/turf/open/floor/iron/white, -/area/station/security/prison/toilet) "qAQ" = ( /turf/closed/wall, /area/station/service/barber) @@ -66033,6 +66016,19 @@ }, /turf/open/floor/iron, /area/station/maintenance/port/aft) +"qBn" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/sign/poster/official/moth_epi/directional/west, +/obj/effect/turf_decal/bot, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/medical/storage) "qBo" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -66096,19 +66092,6 @@ /obj/effect/turf_decal/tile/dark_blue/fourcorners, /turf/open/floor/iron, /area/station/commons/dorms/laundry) -"qBL" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/light/directional/north, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/official/safety_internals/directional/north, -/obj/structure/cable, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/iron/dark/corner{ - dir = 1 - }, -/area/station/engineering/atmos/pumproom) "qBN" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/status_display/ai/directional/south, @@ -66780,13 +66763,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/security/courtroom) -"qKl" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/sign/poster/official/moth_piping/directional/west, -/turf/open/floor/engine, -/area/station/engineering/supermatter/room) "qKm" = ( /obj/structure/table/wood, /obj/item/folder/red, @@ -68295,6 +68271,19 @@ /obj/effect/turf_decal/tile/brown/anticorner/contrasted, /turf/open/floor/iron, /area/station/cargo/miningoffice) +"rgG" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/requests_console/directional/south{ + department = "Engineering"; + name = "Engineering Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/structure/sign/poster/official/do_not_question/directional/east, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron, +/area/station/engineering/main) "rgK" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -68613,6 +68602,15 @@ /obj/effect/turf_decal/siding/white, /turf/open/floor/iron/cafeteria, /area/station/service/kitchen) +"rjT" = ( +/obj/structure/sign/poster/official/ion_rifle/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/department/science) "rjZ" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/stripes/line{ @@ -68633,24 +68631,6 @@ /obj/effect/turf_decal/tile/neutral/half/contrasted, /turf/open/floor/iron, /area/station/science/lab) -"rkr" = ( -/obj/machinery/photocopier, -/obj/machinery/light/directional/north, -/obj/machinery/requests_console/directional/north{ - department = "Head of Security's Desk"; - name = "Head of Security's Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/announcement, -/obj/effect/mapping_helpers/requests_console/information, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/structure/sign/nanotrasen{ - pixel_x = 32; - pixel_y = 32 - }, -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/hos) "rks" = ( /obj/structure/table, /obj/machinery/airalarm/directional/east, @@ -68900,6 +68880,28 @@ /obj/effect/mapping_helpers/airlock/access/all/supply/mining, /turf/open/floor/iron, /area/station/cargo/miningoffice) +"rmI" = ( +/obj/structure/table/reinforced, +/obj/item/electronics/apc, +/obj/item/electronics/apc{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/cable_coil, +/obj/structure/sign/poster/official/build/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/department/electrical) +"rmP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/poster/contraband/free_drone/directional/north, +/turf/open/floor/iron, +/area/station/science/research/abandoned) "rmV" = ( /obj/machinery/newscaster/directional/east, /obj/effect/turf_decal/bot, @@ -69069,13 +69071,6 @@ }, /turf/open/floor/iron, /area/station/maintenance/starboard/aft) -"rpi" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/structure/sign/poster/official/do_not_question/directional/south, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/red/fourcorners, -/turf/open/floor/iron/dark, -/area/station/security/lockers) "rpm" = ( /obj/structure/rack, /obj/item/tank/internals/emergency_oxygen/engi, @@ -69289,15 +69284,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/transit_tube) -"rsS" = ( -/obj/structure/frame/computer{ - anchored = 1; - dir = 1 - }, -/obj/item/stack/sheet/glass, -/obj/structure/sign/poster/contraband/borg_fancy_1/directional/south, -/turf/open/floor/plating, -/area/station/science/research/abandoned) "rtj" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/yellow/half/contrasted, @@ -69685,6 +69671,16 @@ }, /turf/open/floor/carpet/red, /area/station/hallway/secondary/service) +"ryh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light/directional/west, +/obj/structure/sign/poster/official/foam_force_ad/directional/west, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) "ryl" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -69701,6 +69697,14 @@ /obj/structure/window/reinforced/spawner/directional/west, /turf/open/space, /area/space/nearstation) +"ryx" = ( +/obj/machinery/requests_console/directional/north{ + department = "Chapel"; + name = "Chapel Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/assistance, +/turf/open/floor/carpet/royalblack, +/area/station/service/chapel/office) "ryA" = ( /obj/structure/chair{ dir = 1 @@ -69785,16 +69789,6 @@ dir = 1 }, /area/station/engineering/atmos) -"rzu" = ( -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable, -/obj/structure/sign/poster/official/safety_report/directional/west, -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ - dir = 1 - }, -/turf/open/floor/iron, -/area/station/security/checkpoint/escape) "rzF" = ( /obj/structure/dresser, /obj/machinery/computer/security/telescreen/entertainment/directional/west, @@ -70375,6 +70369,13 @@ dir = 1 }, /area/station/commons/fitness/recreation) +"rIv" = ( +/obj/structure/sign/poster/official/moth_meth/directional/west, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) "rID" = ( /obj/effect/turf_decal/tile/green{ dir = 8 @@ -70401,19 +70402,6 @@ }, /turf/open/floor/iron, /area/station/cargo/sorting) -"rIK" = ( -/obj/machinery/light/small/directional/west, -/obj/structure/sign/poster/official/work_for_a_future/directional/south, -/obj/machinery/atmospherics/components/tank/air{ - dir = 1 - }, -/obj/machinery/firealarm/directional/west, -/obj/effect/turf_decal/siding/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/medical/virology) "rIN" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/stripes/corner, @@ -70546,12 +70534,6 @@ /obj/machinery/atmospherics/pipe/smart/simple/yellow/visible, /turf/open/floor/plating, /area/station/engineering/atmos/mix) -"rKn" = ( -/obj/structure/table/glass, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/official/science/directional/south, -/turf/open/floor/plating, -/area/station/maintenance/space_hut/observatory) "rKA" = ( /obj/machinery/firealarm/directional/east, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -70886,12 +70868,6 @@ dir = 4 }, /area/station/commons/fitness/recreation) -"rOo" = ( -/obj/machinery/vending/engivend, -/obj/effect/turf_decal/delivery, -/obj/structure/sign/poster/official/moth_hardhat/directional/east, -/turf/open/floor/iron, -/area/station/engineering/main) "rOH" = ( /obj/machinery/door/airlock/maintenance_hatch{ name = "Maintenance Hatch" @@ -71629,6 +71605,13 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/entry) +"rWy" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/obj/structure/sign/poster/official/work_for_a_future/directional/south, +/obj/machinery/light/small/directional/south, +/turf/open/floor/carpet, +/area/station/commons/vacant_room/office) "rWz" = ( /obj/structure/cable, /obj/effect/decal/cleanable/dirt, @@ -71849,6 +71832,19 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/fore) +"rZl" = ( +/obj/structure/closet/secure_closet/medical1, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/siding/green, +/obj/structure/cable, +/obj/machinery/requests_console/directional/north{ + department = "Virology"; + name = "Virology Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/ore_update, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/turf/open/floor/iron, +/area/station/medical/virology) "rZt" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -72660,6 +72656,14 @@ }, /turf/open/floor/iron/white, /area/station/medical/chemistry) +"skQ" = ( +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/effect/turf_decal/box/red, +/obj/structure/sign/poster/official/help_others/directional/east, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/security/execution/education) "skX" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -72716,14 +72720,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/port) -"slA" = ( -/obj/machinery/requests_console/directional/north{ - department = "Chapel"; - name = "Chapel Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/assistance, -/turf/open/floor/carpet/royalblack, -/area/station/service/chapel/office) "slC" = ( /obj/effect/turf_decal/stripes/line{ dir = 9 @@ -72965,6 +72961,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/cafeteria, /area/station/service/kitchen) +"spz" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/poster/contraband/revolver/directional/north, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood, +/area/station/commons/dorms) "spB" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -73088,6 +73093,13 @@ }, /turf/open/floor/iron/checker, /area/station/maintenance/disposal/incinerator) +"srg" = ( +/obj/structure/table/glass, +/obj/item/food/pizzaslice/vegetable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/bless_this_spess/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/space_hut/observatory) "srh" = ( /obj/machinery/door/window/brigdoor/security/cell/right/directional/west{ id = "brig1"; @@ -73307,6 +73319,24 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/service/theater/abandoned) +"stX" = ( +/obj/structure/table/reinforced, +/obj/machinery/light/directional/west, +/obj/machinery/requests_console/directional/west{ + department = "Security"; + name = "Security Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/toy/figure/warden{ + pixel_y = 3 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/warden) "suj" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -73592,6 +73622,19 @@ /obj/item/assembly/signaler, /turf/open/floor/iron, /area/station/engineering/storage/tech) +"sxr" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/requests_console/directional/south{ + department = "Bridge"; + name = "Bridge Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/information, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/item/papercutter, +/turf/open/floor/iron/grimy, +/area/station/command/bridge) "sxB" = ( /obj/machinery/airalarm/directional/west, /obj/structure/table, @@ -74759,6 +74802,12 @@ /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron, /area/station/engineering/supermatter/room) +"sLf" = ( +/obj/machinery/computer/mechpad, +/obj/effect/turf_decal/bot, +/obj/structure/sign/poster/official/build/directional/north, +/turf/open/floor/iron, +/area/station/science/robotics/mechbay) "sLg" = ( /obj/machinery/rnd/bepis, /obj/effect/turf_decal/box/white, @@ -74871,18 +74920,6 @@ }, /turf/open/floor/iron, /area/station/medical/medbay) -"sMW" = ( -/obj/structure/bed, -/obj/item/bedsheet/orange, -/obj/machinery/camera/directional/east{ - c_tag = "Permabrig - Cell 5"; - network = list("ss13","prison") - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/machinery/status_display/ai/directional/north, -/obj/structure/sign/poster/official/obey/directional/east, -/turf/open/floor/plating, -/area/station/security/prison/safe) "sMX" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -74913,20 +74950,6 @@ /obj/structure/sign/poster/random/directional/south, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"sNk" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/flora/bush/flowers_br, -/obj/structure/flora/bush/flowers_pp, -/obj/structure/flora/bush/fullgrass/style_random, -/obj/machinery/door/poddoor/shutters{ - dir = 4; - id = "psych_shutters"; - name = "Psychology Privacy Shutters" - }, -/turf/open/floor/grass, -/area/station/medical/psychology) "sNC" = ( /obj/structure/easel, /obj/item/canvas/twentythree_twentythree, @@ -75069,6 +75092,13 @@ dir = 1 }, /area/station/engineering/atmos/mix) +"sPZ" = ( +/obj/structure/weightmachine, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/commons/fitness/recreation) "sQb" = ( /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, @@ -75271,21 +75301,6 @@ dir = 8 }, /area/station/engineering/atmos/project) -"sSo" = ( -/obj/structure/sign/poster/party_game/directional/west, -/obj/structure/table, -/obj/item/storage/secure/briefcase{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/briefcase{ - pixel_y = -2 - }, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) "sSw" = ( /obj/effect/turf_decal/siding/wood{ dir = 8 @@ -75386,6 +75401,13 @@ /obj/effect/turf_decal/tile/neutral/half/contrasted, /turf/open/floor/iron, /area/station/science/xenobiology) +"sTG" = ( +/obj/structure/table, +/obj/item/clothing/gloves/latex, +/obj/item/clothing/glasses/science, +/obj/structure/sign/poster/official/science/directional/west, +/turf/open/floor/iron/white, +/area/station/science/lobby) "sTK" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -75502,13 +75524,6 @@ /obj/effect/turf_decal/tile/purple/full, /turf/open/floor/iron/large, /area/station/science/research) -"sUJ" = ( -/obj/structure/sign/poster/official/work_for_a_future/directional/west, -/obj/machinery/firealarm/directional/south, -/obj/machinery/vending/cigarette, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/security/courtroom) "sUQ" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -75952,6 +75967,13 @@ dir = 1 }, /area/station/science/research) +"sZT" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/obj/structure/sign/poster/official/report_crimes/directional/north, +/turf/open/floor/carpet/blue, +/area/station/commons/vacant_room/office) "sZV" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -76350,18 +76372,6 @@ /obj/structure/window/reinforced/spawner/directional/east, /turf/open/space, /area/space/nearstation) -"tgd" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/closet/crate/preopen, -/obj/item/clothing/head/cone, -/obj/item/clothing/head/cone, -/obj/item/clothing/head/cone, -/obj/item/clothing/head/cone, -/obj/structure/sign/poster/official/moth_delam/directional/south, -/turf/open/floor/iron, -/area/station/engineering/main) "tgl" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -76618,6 +76628,22 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/service/abandoned_gambling_den) +"tkk" = ( +/obj/item/stack/package_wrap, +/obj/item/stack/package_wrap, +/obj/item/hand_labeler, +/obj/machinery/requests_console/directional/south{ + department = "Hydroponics"; + name = "Hydroponics Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/service/hydroponics) "tkt" = ( /obj/structure/window/reinforced/spawner/directional/west, /obj/machinery/door/window/left/directional/north, @@ -76662,25 +76688,6 @@ /obj/effect/turf_decal/tile/purple/fourcorners, /turf/open/floor/iron, /area/station/science/research) -"tlk" = ( -/obj/machinery/requests_console/directional/west{ - department = "Research Director's Desk"; - name = "Research Director's Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/announcement, -/obj/effect/mapping_helpers/requests_console/ore_update, -/obj/effect/mapping_helpers/requests_console/information, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/item/kirbyplants/dead/research_director, -/obj/machinery/light/directional/west, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/command/heads_quarters/rd) "tlq" = ( /obj/machinery/atmospherics/pipe/smart/simple/cyan/hidden{ dir = 4 @@ -77043,6 +77050,13 @@ }, /turf/open/floor/iron, /area/station/engineering/supermatter/room) +"tqe" = ( +/obj/structure/sign/poster/contraband/kudzu/directional/west, +/obj/machinery/light/directional/west, +/obj/structure/table, +/obj/machinery/reagentgrinder, +/turf/open/floor/iron/checker, +/area/station/service/hydroponics) "tqn" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -77064,6 +77078,15 @@ }, /turf/open/floor/iron, /area/station/medical/storage) +"tqy" = ( +/obj/structure/sign/painting/library_secure{ + pixel_x = 32 + }, +/obj/structure/table/wood/fancy/blue, +/obj/machinery/door/window/left/directional/west, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/wood/tile, +/area/station/service/library/artgallery) "tqI" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -78495,13 +78518,6 @@ /obj/effect/mapping_helpers/airlock/access/any/engineering/construction, /turf/open/floor/iron, /area/station/maintenance/port) -"tIH" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/obj/structure/sign/poster/official/report_crimes/directional/north, -/turf/open/floor/carpet/blue, -/area/station/commons/vacant_room/office) "tIK" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -78894,6 +78910,11 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/security/range) +"tNE" = ( +/obj/structure/weightmachine, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted, +/turf/open/floor/iron/white, +/area/station/commons/fitness/recreation) "tNF" = ( /obj/effect/turf_decal/trimline/yellow/filled/line{ dir = 4 @@ -79418,6 +79439,15 @@ }, /turf/open/floor/iron, /area/station/commons/toilet/locker) +"tTQ" = ( +/obj/structure/sign/poster/ripped/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/prison/safe) "tTU" = ( /obj/structure/table/wood/fancy, /obj/effect/turf_decal/siding/wideplating/dark{ @@ -79664,19 +79694,6 @@ /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron, /area/station/commons/lounge) -"tXs" = ( -/obj/structure/closet/secure_closet/medical1, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/siding/green, -/obj/structure/cable, -/obj/machinery/requests_console/directional/north{ - department = "Virology"; - name = "Virology Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/ore_update, -/obj/effect/turf_decal/tile/neutral/half/contrasted, -/turf/open/floor/iron, -/area/station/medical/virology) "tXu" = ( /obj/effect/turf_decal/tile/red/opposingcorners{ dir = 1 @@ -80314,6 +80331,12 @@ /obj/effect/spawner/random/engineering/tank, /turf/open/floor/iron, /area/station/maintenance/starboard/aft) +"udV" = ( +/obj/item/kirbyplants/random, +/obj/machinery/light/small/directional/north, +/obj/structure/sign/poster/contraband/arc_slimes/directional/north, +/turf/open/floor/plating, +/area/station/service/abandoned_gambling_den) "udY" = ( /obj/structure/table/reinforced, /obj/machinery/button/door{ @@ -80496,6 +80519,21 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/entry) +"uhn" = ( +/obj/structure/window/spawner/directional/west, +/obj/structure/closet/secure_closet/freezer/kitchen/all_access, +/obj/item/food/breadslice/plain, +/obj/item/food/breadslice/plain, +/obj/item/food/breadslice/plain, +/obj/item/food/grown/potato, +/obj/item/food/grown/potato, +/obj/item/food/grown/onion, +/obj/item/food/grown/onion, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/sign/poster/ripped/directional/north, +/turf/open/floor/iron/cafeteria, +/area/station/security/prison/mess) "uhB" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/spawner/random/structure/steam_vent, @@ -80504,6 +80542,13 @@ }, /turf/open/floor/iron, /area/station/maintenance/starboard/aft) +"uhC" = ( +/obj/effect/spawner/random/vending/colavend, +/obj/structure/sign/poster/official/ian/directional/south, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/hallway/primary/central/fore) "uhE" = ( /obj/structure/table/reinforced, /obj/structure/window/reinforced/spawner/directional/east, @@ -80967,6 +81012,12 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay) +"uns" = ( +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/bush/flowers_br/style_random, +/turf/open/floor/grass, +/area/station/hallway/secondary/exit/departure_lounge) "unv" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -81082,20 +81133,6 @@ }, /turf/open/floor/iron/dark, /area/station/commons/fitness/recreation) -"upi" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/blue/filled/corner{ - dir = 1 - }, -/obj/structure/sign/poster/official/report_crimes/directional/west, -/turf/open/floor/iron/white, -/area/station/medical/medbay) "upk" = ( /turf/open/floor/carpet/green, /area/station/commons/dorms) @@ -81950,6 +81987,20 @@ }, /turf/open/floor/iron, /area/station/command/heads_quarters/rd) +"uzU" = ( +/obj/structure/table/wood, +/obj/item/camera_film{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/camera_film, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/turf/open/floor/wood/large, +/area/station/service/library) "uzZ" = ( /obj/structure/sign/nanotrasen{ pixel_x = 32 @@ -82376,6 +82427,13 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, /area/station/engineering/atmos) +"uFH" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/effect/spawner/random/maintenance, +/obj/structure/sign/poster/contraband/lusty_xenomorph/directional/north, +/obj/item/circuitboard/machine/holopad, +/turf/open/floor/plating, +/area/station/maintenance/starboard/aft) "uFM" = ( /obj/effect/turf_decal/plaque{ icon_state = "L6" @@ -82470,13 +82528,6 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/iron, /area/station/cargo/storage) -"uHm" = ( -/obj/structure/weightmachine, -/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ - dir = 1 - }, -/turf/open/floor/iron/white, -/area/station/commons/fitness/recreation) "uHE" = ( /obj/structure/table/wood/poker, /obj/effect/decal/cleanable/dirt, @@ -83692,15 +83743,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/station/maintenance/department/science) -"uXn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/requests_console/directional/west{ - department = "Kitchen"; - name = "Kitchen Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/supplies, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) "uXy" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, @@ -84309,6 +84351,18 @@ }, /turf/open/floor/iron/cafeteria, /area/station/service/cafeteria) +"vdZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sink/directional/south, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/mob/living/basic/lizard/wags_his_tail, +/turf/open/floor/iron/checker, +/area/station/service/janitor) "veu" = ( /obj/machinery/light_switch/directional/south, /obj/structure/extinguisher_cabinet/directional/east, @@ -84740,11 +84794,6 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, /area/station/engineering/atmos/mix) -"vkr" = ( -/obj/item/book/bible, -/obj/structure/altar_of_gods, -/turf/open/floor/iron/grimy, -/area/station/service/chapel) "vkv" = ( /obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ dir = 8 @@ -85504,6 +85553,14 @@ /obj/effect/landmark/start/assistant, /turf/open/floor/iron/dark/smooth_large, /area/station/commons/fitness/recreation) +"vuK" = ( +/obj/machinery/light/directional/west, +/obj/structure/sign/poster/official/safety_eye_protection/directional/west, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) "vuR" = ( /obj/structure/chair/office{ dir = 4 @@ -85533,6 +85590,14 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron, /area/station/hallway/secondary/exit) +"vvb" = ( +/obj/effect/turf_decal/siding/green, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/bush/leafy, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/flowers_yw, +/turf/open/floor/grass, +/area/station/medical/virology) "vvh" = ( /obj/structure/sign/departments/medbay/alt/directional/west, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -85557,17 +85622,6 @@ /obj/machinery/light/small/directional/south, /turf/open/floor/iron/half, /area/station/engineering/main) -"vvu" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - dir = 1; - piping_layer = 2 - }, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/effect/turf_decal/siding/thinplating/dark, -/obj/effect/turf_decal/bot_red, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/science/ordnance) "vvy" = ( /obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ dir = 4 @@ -85713,6 +85767,16 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/security/courtroom) +"vxc" = ( +/obj/structure/sign/poster/official/help_others/directional/east, +/obj/machinery/light/warm/directional/south, +/obj/structure/closet/secure_closet/psychology, +/obj/item/toy/plush/beeplushie{ + desc = "Maybe hugging this will make you feel better about yourself."; + name = "Therabee" + }, +/turf/open/floor/wood, +/area/station/medical/psychology) "vxi" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/stripes/line{ @@ -86023,6 +86087,19 @@ }, /turf/open/floor/iron, /area/station/commons/toilet/locker) +"vAz" = ( +/obj/machinery/space_heater, +/obj/effect/turf_decal/bot, +/obj/machinery/requests_console/directional/east{ + department = "Atmospherics"; + name = "Atmospherics Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/supplies, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/machinery/atmospherics/pipe/smart/simple/scrubbers/hidden, +/obj/machinery/light/directional/east, +/turf/open/floor/iron, +/area/station/engineering/atmos/storage/gas) "vAC" = ( /obj/effect/turf_decal/stripes/corner{ dir = 8 @@ -86284,6 +86361,13 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/command/teleporter) +"vDL" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/table, +/obj/effect/spawner/random/engineering/tool, +/obj/effect/turf_decal/tile/neutral/half, +/turf/open/floor/iron/smooth_half, +/area/station/maintenance/port/aft) "vDN" = ( /obj/effect/spawner/random/maintenance, /obj/effect/turf_decal/delivery, @@ -86356,6 +86440,16 @@ }, /turf/open/floor/iron, /area/station/security/warden) +"vEX" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/box/red, +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) "vEY" = ( /obj/effect/turf_decal/tile/neutral/half/contrasted, /turf/open/floor/iron, @@ -86553,6 +86647,13 @@ }, /turf/open/floor/iron, /area/station/service/hydroponics) +"vGW" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/flora/bush/generic/style_random, +/obj/structure/flora/bush/sparsegrass/style_random, +/turf/open/floor/grass, +/area/station/hallway/secondary/exit/departure_lounge) "vGX" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/status_display/ai/directional/south, @@ -86796,14 +86897,6 @@ dir = 5 }, /area/station/service/chapel) -"vLj" = ( -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/trimline/yellow/filled/line{ - dir = 1 - }, -/obj/structure/sign/poster/official/plasma_effects/directional/north, -/turf/open/floor/iron, -/area/station/engineering/atmos) "vLk" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -86916,6 +87009,16 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/robotics/lab) +"vMZ" = ( +/obj/structure/sink/directional/west, +/obj/item/trash/sosjerky, +/obj/structure/sign/poster/official/cleanliness/directional/east, +/obj/machinery/light/small/directional/north, +/obj/machinery/firealarm/directional/south, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/iron/white, +/area/station/security/prison/toilet) "vNa" = ( /turf/closed/wall/r_wall, /area/station/maintenance/starboard/aft) @@ -87227,13 +87330,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"vRZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/east, -/obj/effect/spawner/random/structure/tank_holder, -/obj/structure/sign/poster/official/wtf_is_co2/directional/east, -/turf/open/floor/iron, -/area/station/maintenance/department/engine/atmos) "vSk" = ( /obj/structure/table/wood, /obj/item/folder/red, @@ -87384,6 +87480,17 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron, /area/station/security/prison) +"vTX" = ( +/obj/item/restraints/handcuffs, +/obj/item/assembly/flash/handheld, +/obj/structure/sign/poster/official/report_crimes/directional/south, +/obj/structure/cable, +/obj/structure/rack, +/obj/effect/turf_decal/bot, +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/tile/red/half/contrasted, +/turf/open/floor/iron, +/area/station/security/checkpoint/escape) "vUe" = ( /obj/effect/turf_decal/stripes/line{ dir = 9 @@ -87456,17 +87563,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/engineering/supermatter/room) -"vUX" = ( -/obj/effect/turf_decal/tile/yellow/diagonal_edge, -/obj/effect/turf_decal/tile/red/diagonal_centre, -/obj/structure/sign/poster/official/cleanliness/directional/west, -/obj/machinery/camera/directional/west{ - c_tag = "Science - Break Room"; - name = "science camera"; - network = list("ss13","rd") - }, -/turf/open/floor/iron/diagonal, -/area/station/science/breakroom) "vVa" = ( /turf/open/floor/iron/grimy, /area/station/service/library/abandoned) @@ -88070,25 +88166,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/security/detectives_office) -"wdT" = ( -/obj/structure/rack, -/obj/item/gun/energy/e_gun{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/gun/energy/e_gun, -/obj/item/gun/energy/e_gun{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/turf_decal/bot, -/obj/structure/window/reinforced/spawner/directional/east{ - pixel_x = 3 - }, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) "web" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 1 @@ -88114,27 +88191,6 @@ }, /turf/open/floor/iron, /area/station/security/checkpoint/supply) -"wej" = ( -/obj/structure/table, -/obj/item/assembly/igniter, -/obj/item/assembly/igniter, -/obj/item/assembly/igniter, -/obj/item/assembly/timer{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/assembly/timer{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/assembly/timer{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/structure/sign/poster/official/periodic_table/directional/north, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron, -/area/station/medical/pharmacy) "wes" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ @@ -88405,6 +88461,15 @@ /obj/effect/mapping_helpers/airlock/access/any/supply/mining, /turf/open/floor/iron, /area/station/cargo/sorting) +"whc" = ( +/obj/structure/sign/poster/official/fruit_bowl/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/status_display/evac/directional/south, +/obj/structure/tank_holder/extinguisher, +/turf/open/floor/engine, +/area/station/science/genetics) "whf" = ( /obj/structure/cable, /obj/effect/spawner/structure/window/reinforced, @@ -88570,28 +88635,15 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/department/science/xenobiology) -"wjB" = ( -/obj/structure/closet/crate/science{ - anchored = 1 +"wjA" = ( +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 }, -/obj/item/mod/core/standard{ - pixel_x = -4 - }, -/obj/item/mod/core/standard{ - pixel_x = 4 - }, -/obj/item/mod/core/standard{ - pixel_y = 4 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/requests_console/directional/north{ - department = "Robotics"; - name = "Robotics Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/ore_update, -/obj/effect/mapping_helpers/requests_console/supplies, -/turf/open/floor/iron, -/area/station/science/robotics/lab) +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/sign/poster/official/plasma_effects/directional/east, +/turf/open/floor/iron/white, +/area/station/medical/virology) "wjF" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -88729,39 +88781,6 @@ }, /turf/open/floor/iron/dark, /area/station/command/bridge) -"wkZ" = ( -/obj/item/reagent_containers/cup/beaker/cryoxadone{ - pixel_x = -6; - pixel_y = 10 - }, -/obj/item/reagent_containers/cup/beaker/cryoxadone{ - pixel_x = 6; - pixel_y = 10 - }, -/obj/item/reagent_containers/cup/beaker/cryoxadone{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/item/reagent_containers/cup/beaker/cryoxadone{ - pixel_x = -6; - pixel_y = 6 - }, -/obj/item/storage/pill_bottle/mannitol, -/obj/item/reagent_containers/dropper, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/machinery/camera/directional/west{ - c_tag = "Medbay - Cryogenics"; - name = "medical camera"; - network = list("ss13","medical") - }, -/obj/effect/turf_decal/siding/blue/corner{ - dir = 1 - }, -/obj/effect/turf_decal/siding/blue, -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron, -/area/station/medical/cryo) "wld" = ( /obj/machinery/door/window/right/directional/south, /turf/open/floor/plating, @@ -89110,6 +89129,14 @@ /obj/machinery/light/small/broken/directional/south, /turf/open/floor/plating, /area/station/service/library/abandoned) +"woh" = ( +/obj/structure/reagent_dispensers/wall/peppertank/directional/east, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/burnt_floor, +/obj/structure/sign/poster/official/space_cops/directional/south, +/obj/effect/turf_decal/tile/red/fourcorners, +/turf/open/floor/iron/dark, +/area/station/maintenance/department/security) "wok" = ( /obj/effect/turf_decal/trimline/purple/filled/line{ dir = 8 @@ -89311,16 +89338,6 @@ /obj/effect/turf_decal/tile/neutral/half/contrasted, /turf/open/floor/iron, /area/station/medical/virology) -"wpV" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/light/directional/west, -/obj/structure/sign/poster/official/foam_force_ad/directional/west, -/obj/structure/cable, -/obj/effect/turf_decal/tile/neutral/half/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/commons/fitness/recreation) "wpW" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -89412,6 +89429,17 @@ /obj/item/storage/secure/safe/directional/east, /turf/open/floor/wood, /area/station/command/heads_quarters/hop) +"wqQ" = ( +/obj/item/radio/intercom/directional/east, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/trimline/blue/end{ + dir = 8 + }, +/obj/effect/turf_decal/siding/blue, +/obj/machinery/shower/directional/west, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/textured, +/area/station/medical/cryo) "wqT" = ( /obj/machinery/airalarm/directional/east, /turf/open/floor/wood, @@ -89509,20 +89537,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, /area/station/maintenance/port) -"wsl" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/structure/sign/poster/ripped/directional/north, -/turf/open/floor/iron/grimy, -/area/station/maintenance/port/fore) -"wsm" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/effect/turf_decal/siding/wood, -/turf/open/floor/wood/large, -/area/station/service/library) "wsn" = ( /obj/structure/table/wood, /obj/item/flashlight/lamp, @@ -89964,6 +89978,16 @@ dir = 8 }, /area/station/science/lobby) +"wxl" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/obj/structure/sign/poster/official/safety_report/directional/west, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/checkpoint/escape) "wxo" = ( /obj/effect/turf_decal/bot, /obj/machinery/vending/coffee, @@ -90005,15 +90029,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) -"wxM" = ( -/obj/structure/sign/painting/library_secure{ - pixel_x = 32 - }, -/obj/structure/table/wood/fancy/blue, -/obj/machinery/door/window/left/directional/west, -/obj/structure/window/reinforced/spawner/directional/south, -/turf/open/floor/wood/tile, -/area/station/service/library/artgallery) "wxQ" = ( /obj/structure/window/reinforced/spawner/directional/west, /obj/structure/sign/warning/yes_smoking/circle/directional/south, @@ -90102,6 +90117,28 @@ }, /turf/open/floor/iron/cafeteria, /area/station/service/cafeteria) +"wzr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/button/door/directional/north{ + id = "custodialshutters"; + name = "shutters control"; + pixel_x = 8 + }, +/obj/machinery/light/small/directional/north, +/obj/machinery/camera/directional/north{ + c_tag = "Service - Janitorial Closet"; + dir = 9; + name = "service camera" + }, +/mob/living/basic/lizard/eats_the_roaches, +/turf/open/floor/iron/checker, +/area/station/service/janitor) "wzD" = ( /obj/machinery/portable_atmospherics/pump, /obj/effect/turf_decal/bot, @@ -90279,6 +90316,12 @@ dir = 4 }, /area/station/hallway/primary/central/fore) +"wBl" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/sign/poster/official/do_not_question/directional/south, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) "wBn" = ( /obj/machinery/duct, /obj/effect/turf_decal/trimline/yellow/warning, @@ -90332,6 +90375,17 @@ /obj/structure/flora/bush/large/style_random, /turf/open/misc/grass, /area/station/hallway/primary/fore) +"wCh" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 1; + piping_layer = 2 + }, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/siding/thinplating/dark, +/obj/effect/turf_decal/bot_red, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/science/ordnance) "wCl" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/tile/neutral{ @@ -90519,6 +90573,15 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, /area/station/medical/abandoned) +"wEQ" = ( +/obj/structure/frame/computer{ + anchored = 1; + dir = 1 + }, +/obj/item/stack/sheet/glass, +/obj/structure/sign/poster/contraband/borg_fancy_1/directional/south, +/turf/open/floor/plating, +/area/station/science/research/abandoned) "wEX" = ( /obj/machinery/computer/atmos_alert{ dir = 8 @@ -91345,6 +91408,14 @@ /obj/effect/turf_decal/tile/red/fourcorners, /turf/open/floor/iron/dark, /area/station/security/lockers) +"wSh" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/sign/poster/official/here_for_your_safety/directional/east, +/turf/open/floor/iron/dark, +/area/station/security/prison/visit) "wSk" = ( /obj/effect/landmark/start/hangover, /obj/structure/chair/sofa/left/brown{ @@ -91590,23 +91661,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/engineering/storage/tech) -"wWi" = ( -/obj/structure/table/reinforced, -/obj/item/folder/yellow, -/obj/item/paper, -/obj/item/paper, -/obj/item/pen, -/obj/machinery/requests_console/directional/east{ - department = "Atmospherics"; - name = "Atmospherics Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/supplies, -/obj/effect/mapping_helpers/requests_console/assistance, -/obj/machinery/light/directional/east, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/iron/dark, -/area/station/engineering/atmos/storage) "wWn" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/glass, @@ -92129,14 +92183,6 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, /turf/open/floor/iron, /area/station/maintenance/fore) -"xde" = ( -/obj/machinery/light/small/directional/south, -/obj/structure/sign/poster/official/report_crimes/directional/south, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/fore) "xdn" = ( /obj/effect/turf_decal/box/red, /obj/machinery/atmospherics/components/unary/outlet_injector/on{ @@ -92484,23 +92530,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/security/evidence) -"xhB" = ( -/obj/structure/table, -/obj/item/stack/ducts/fifty, -/obj/item/stack/ducts/fifty, -/obj/item/stack/ducts/fifty, -/obj/item/stack/ducts/fifty, -/obj/item/stack/ducts/fifty, -/obj/item/stack/ducts/fifty, -/obj/item/stack/ducts/fifty, -/obj/item/stack/ducts/fifty, -/obj/item/plunger, -/obj/item/plunger, -/obj/effect/turf_decal/siding/yellow, -/obj/structure/sign/poster/official/periodic_table/directional/north, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/medical/chemistry) "xhE" = ( /obj/structure/disposalpipe/trunk{ dir = 1 @@ -92971,19 +93000,6 @@ }, /turf/open/floor/iron, /area/station/security/prison/safe) -"xnO" = ( -/obj/structure/table/wood, -/obj/item/paper_bin/carbon, -/obj/item/stamp/head/hop, -/obj/machinery/requests_console/directional/north{ - department = "Head of Personnel's Desk"; - name = "Head of Personnel's Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/announcement, -/obj/effect/mapping_helpers/requests_console/information, -/obj/effect/mapping_helpers/requests_console/assistance, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) "xnT" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, @@ -93685,13 +93701,6 @@ }, /turf/open/floor/iron, /area/station/maintenance/port/fore) -"xxI" = ( -/obj/structure/table/wood, -/obj/item/storage/bag/books, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/effect/turf_decal/siding/wood, -/turf/open/floor/wood/large, -/area/station/service/library) "xxK" = ( /obj/structure/frame/computer{ dir = 1 @@ -93894,13 +93903,6 @@ /obj/machinery/light/small/directional/east, /turf/open/floor/wood, /area/station/service/theater) -"xzE" = ( -/obj/structure/table/glass, -/obj/item/paper_bin, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/official/safety_eye_protection/directional/south, -/turf/open/floor/plating, -/area/station/maintenance/space_hut/observatory) "xzI" = ( /obj/machinery/camera/directional/north{ c_tag = "Library - Private Study"; @@ -94156,6 +94158,11 @@ /obj/effect/turf_decal/tile/neutral/half/contrasted, /turf/open/floor/iron, /area/station/science/xenobiology) +"xDd" = ( +/obj/item/book/bible, +/obj/structure/altar_of_gods, +/turf/open/floor/iron/grimy, +/area/station/service/chapel) "xDf" = ( /obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ dir = 4 @@ -94599,14 +94606,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/station/maintenance/disposal) -"xHA" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/flora/bush/grassy/style_random, -/obj/structure/flora/bush/fullgrass/style_random, -/obj/structure/flora/bush/flowers_br/style_random, -/turf/open/floor/grass, -/area/station/hallway/secondary/exit/departure_lounge) "xHF" = ( /obj/structure/window/reinforced/spawner/directional/west, /obj/structure/lattice, @@ -94618,21 +94617,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay) -"xHM" = ( -/obj/structure/sign/poster/official/report_crimes/directional/north, -/obj/structure/closet/secure_closet/personal/cabinet, -/obj/item/clothing/suit/jacket{ - desc = "All the class of a trenchcoat without the security fibers."; - icon_state = "detective"; - name = "trenchcoat" - }, -/obj/item/clothing/head/fedora{ - icon_state = "detective" - }, -/obj/item/clothing/gloves/color/black, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/wood, -/area/station/security/detectives_office/private_investigators_office) "xHO" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -95406,6 +95390,13 @@ dir = 1 }, /area/station/maintenance/department/electrical) +"xTk" = ( +/obj/structure/closet/secure_closet/security/sec, +/obj/structure/sign/poster/official/do_not_question/directional/south, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/red/fourcorners, +/turf/open/floor/iron/dark, +/area/station/security/lockers) "xTm" = ( /obj/machinery/hydroponics/constructable, /obj/effect/turf_decal/tile/blue{ @@ -95594,6 +95585,13 @@ }, /turf/open/floor/iron/dark/corner, /area/station/engineering/atmos/pumproom) +"xVT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/sign/poster/official/moth_piping/directional/west, +/turf/open/floor/engine, +/area/station/engineering/supermatter/room) "xVV" = ( /obj/machinery/camera/directional/south{ c_tag = "Holodeck - Aft 2"; @@ -95623,6 +95621,15 @@ "xWf" = ( /turf/closed/wall, /area/station/science/research) +"xWi" = ( +/obj/effect/turf_decal/siding/green, +/obj/structure/sign/warning/biohazard/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/bush/ferny, +/obj/structure/flora/bush/lavendergrass, +/obj/structure/flora/bush/flowers_br, +/turf/open/floor/grass, +/area/station/medical/virology) "xWm" = ( /obj/effect/turf_decal/trimline/blue/filled/warning{ dir = 8 @@ -95665,22 +95672,6 @@ }, /turf/open/floor/iron, /area/station/maintenance/fore) -"xWF" = ( -/obj/structure/closet/secure_closet/chemical, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/requests_console/directional/south{ - department = "Pharmacy"; - name = "Pharmacy Requests Console" - }, -/obj/effect/mapping_helpers/requests_console/ore_update, -/obj/item/storage/box/beakers, -/obj/item/storage/box/syringes, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/turf/open/floor/iron/dark, -/area/station/medical/pharmacy) "xWI" = ( /obj/structure/sign/nanotrasen{ pixel_x = 32 @@ -96786,6 +96777,15 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/service/chapel) +"ylB" = ( +/obj/machinery/light/small/directional/west, +/obj/item/clothing/suit/caution, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/structure/sign/poster/official/no_erp/directional/west, +/turf/open/floor/iron/white, +/area/station/security/prison/toilet) "ylM" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -107497,7 +107497,7 @@ uNh asa uQY asa -pIl +olD bPC pYJ ePZ @@ -119057,7 +119057,7 @@ bAR dxl viB kCq -lju +dxu nKN pcS vyn @@ -119359,7 +119359,7 @@ xsN sfN pRz mAt -iwt +udV qYr dqD hUD @@ -119578,7 +119578,7 @@ aHE niL gAw qje -qKl +xVT bmf oLd oLd @@ -121078,7 +121078,7 @@ fWN nFv jti cUF -vLj +dgo sID sID urM @@ -121396,7 +121396,7 @@ sNN lav qYy rIN -tgd +enU pTC rZw iQF @@ -122180,7 +122180,7 @@ sEc xNv kpx bRw -lPp +dJD jDd jDd jDd @@ -122198,7 +122198,7 @@ kGc nzb rPC lTZ -nOG +ebX nEc qYo aaa @@ -122371,7 +122371,7 @@ cwY fFL rcw cBr -wWi +oSz fFr wEX oiO @@ -122633,7 +122633,7 @@ wIf blJ wIf cwY -nCe +pDE nxf dNU rMq @@ -122706,7 +122706,7 @@ wEI qNb naL nEc -edy +gOb kGQ bGz nzb @@ -122961,7 +122961,7 @@ gFP ehJ wEI fxj -avP +dip nEc kfj xxX @@ -123226,7 +123226,7 @@ tWl bSN tXI pov -rsS +wEQ nEc qYo efQ @@ -123400,7 +123400,7 @@ rZU rZU gHS boR -qBL +nJr uYC wuj gEF @@ -123436,9 +123436,9 @@ cec eOe bTN kpD -rOo +geR odD -mjH +rgG rRD adb odL @@ -123735,7 +123735,7 @@ lte naL naL nEc -lkQ +rmP dfv vto vfc @@ -123911,7 +123911,7 @@ nCd nhA aGW emW -vRZ +bCX cMI boR hbS @@ -124184,7 +124184,7 @@ xLZ xLZ mYk lwa -ohV +vAz uMu qCk szs @@ -124217,7 +124217,7 @@ nnZ swD baw fii -dFx +iqz kgi hps hkJ @@ -124672,7 +124672,7 @@ lCM qlr hwM pqw -qow +gqG dlL sOi wzD @@ -125020,7 +125020,7 @@ nzn pMA lNg iLq -plf +rjT gcP khq aHI @@ -125973,7 +125973,7 @@ qbs pke lPa lPa -kcy +nyN oYs kBJ ijJ @@ -126212,7 +126212,7 @@ hEr lHY oYs lpk -fJO +tqe tpr oYs prn @@ -126232,7 +126232,7 @@ gxF wDf wpS oYs -wsl +dnC cKp sSw ugu @@ -126809,10 +126809,10 @@ hkZ voZ iao nLM -tlk +awV hnM urt -dhl +awA cmd jqt qub @@ -126985,7 +126985,7 @@ pvR knu sCF iuI -mrM +tkk oYs oYs oYs @@ -127040,7 +127040,7 @@ pps xtB vHu hQQ -eld +oyj pTC nYz pTC @@ -127252,7 +127252,7 @@ xeh sNe oYs kcb -uXn +eFs rua dNe noK @@ -128074,7 +128074,7 @@ iYC okJ voV rvI -hsq +crD iBu pTC pTC @@ -128553,7 +128553,7 @@ oTY tTn cIZ oYs -jpg +eGq isy suw oYs @@ -128812,11 +128812,11 @@ oYs oYs kxJ tJE -pWd +rWy oYs fgK oYs -ivP +iJJ kyx kbd kbd @@ -129089,14 +129089,14 @@ sAh jkl ccp dvG -acK +sLf vTD wdb wdb wdb muk khb -wjB +lzj aPz fHr cfO @@ -129627,7 +129627,7 @@ hFf kWH qsN mRt -fdj +sTG nRi dNN bXw @@ -129922,8 +129922,8 @@ kzc uYH qWx qQM -gsh -dOJ +pUi +bsN joB qQM qBk @@ -130093,7 +130093,7 @@ oYs qjO kal oYs -tIH +sZT hFu lNB bvW @@ -130180,7 +130180,7 @@ vhq wxw qQM weM -gRx +vDL cUk qQM lGQ @@ -130427,7 +130427,7 @@ ojG oxo mZK gQF -pNy +vEX xLj ctU fYa @@ -130684,7 +130684,7 @@ cBe ciH lcP lOw -vvu +wCh rir oQq fYa @@ -130923,7 +130923,7 @@ fvi fvi jmA dCx -gVp +bSn fDF fDF fDF @@ -131185,7 +131185,7 @@ aAj nQl vhs lbs -vUX +jfo nCK mzi qQM @@ -131213,14 +131213,14 @@ qQM aaa tgT tgT -pvY +eZe iAt lSG tgT tgT qYo tgT -tXs +rZl wjV jpN mIg @@ -131473,7 +131473,7 @@ pOB nJb nSp hXu -rIK +dAX tgT qYo tgT @@ -131718,7 +131718,7 @@ tbd doe gYN lEj -hxG +rIv xIz swY qpq @@ -131917,7 +131917,7 @@ pvv uuy tPv cPD -nGH +uhC pRS gqq tMo @@ -131967,7 +131967,7 @@ kzc vmK wWL vfS -fij +vuK jvQ eKe eKe @@ -132221,7 +132221,7 @@ mPZ gmc kUt loe -xhB +oVd nuI kFK kFK @@ -132452,10 +132452,10 @@ dvH whK lGJ oJy -kJu +gCS uZf fHc -jbL +whc fvi rkj rwZ @@ -132632,9 +132632,9 @@ pgL prJ jaA tCs -bnd +wzr uCb -ckH +dtf kVP vRB dcR @@ -132681,7 +132681,7 @@ aiO hWq mGw pRS -xnO +ahm lNA ozz lNA @@ -132715,7 +132715,7 @@ hXQ lfz fvi dKp -eqH +qvK jFP veR ayJ @@ -132921,7 +132921,7 @@ xzC rjt iDP eem -hXb +wBl kOj aad aad @@ -133247,7 +133247,7 @@ dQT ghA nQG rtw -hXG +kBg loe fUU nuI @@ -133276,7 +133276,7 @@ ejL jlv ifT jLW -kpi +wjA ggu tUS fXQ @@ -133403,7 +133403,7 @@ qwz prJ dFS tCs -jnp +vdZ qPp cfd kVP @@ -133716,7 +133716,7 @@ jce lZx wqG lbt -aHA +iVT nuY njs cqt @@ -133784,7 +133784,7 @@ qYo tgT sdw tgT -paY +vvb tRS ePb xPc @@ -133983,7 +133983,7 @@ bMB drM mlE odw -keW +kdL oGV fot rCj @@ -134041,7 +134041,7 @@ aaa gqm rhN tgT -iLw +xWi vjI eec gqm @@ -134281,7 +134281,7 @@ iJG wwb kZL mIi -qve +ouK rug aOr gpw @@ -134298,7 +134298,7 @@ qYo tgT qDT tgT -gWB +oEd esG rZt rJQ @@ -134437,14 +134437,14 @@ maV rgK gmh jGF -hBG +nUG kVP kVP kVP sBX efh cnl -cpl +ctZ aml sBX muN @@ -135027,7 +135027,7 @@ hff ued awG hjF -xWF +gaW cwh lwZ cUz @@ -135244,7 +135244,7 @@ cQv sHn dTp hEI -juT +sxr eVl xDU gnA @@ -135312,7 +135312,7 @@ bBp xvE mpz njg -lON +eHp oyJ tjf fqO @@ -135548,7 +135548,7 @@ rgX dMc hdK tQE -upi +lFX sTZ dlp dUF @@ -136050,7 +136050,7 @@ buP whK hiV cwh -wej +hiW sgp mql nJj @@ -136328,7 +136328,7 @@ veM ako piu evr -exU +qBn aMO ibh cYk @@ -136840,7 +136840,7 @@ euF oCo vTN ako -aJi +kbc rjO oOI oOI @@ -136871,7 +136871,7 @@ oDT fQl tHV jlN -ivi +lWP nEa lQg bUL @@ -137132,7 +137132,7 @@ imN fvo ddM iGT -mFy +vTX cJD qYo efQ @@ -137379,7 +137379,7 @@ pEG bhw xBc tHV -rzu +wxl ujQ iRF iYq @@ -137789,7 +137789,7 @@ sQU ozp bfy rvK -moj +fnD hqK ibn qXM @@ -137820,7 +137820,7 @@ hja aby aby poU -oVq +mcS bcE ivA saC @@ -138575,7 +138575,7 @@ fYD hsn pXg dvy -xde +nnk kOj aad aad @@ -138638,7 +138638,7 @@ aqs iUg iUg tQM -wkZ +dEm pHd sVC cYF @@ -138908,7 +138908,7 @@ dki dki dki dki -kvI +phB pmY tWx hxe @@ -139176,17 +139176,17 @@ knH qob kjG thB -bLa +enD jho jho jEs iWl -xHA +eZp jho jho eFj thB -hZc +ivz jTa vCO hLt @@ -139314,7 +139314,7 @@ tpI jdL fYK jdL -eZv +lgc dfk kYB hoz @@ -139409,7 +139409,7 @@ gQl hom pQN cqp -bwn +wqQ gtp mJE hHW @@ -139420,11 +139420,11 @@ xpW kfE mZk itY -dlF +vxc dki lcw gyn -qzR +oOy lvZ lvZ lvZ @@ -139433,17 +139433,17 @@ knH dSw kUE vFS -iYK +oCu jho jho lje aur -kfP +vGW jho jho kUE ocd -jrw +arI jTa eWi hDl @@ -139932,7 +139932,7 @@ dki dki jzN ram -sNk +pvF dki pAK aZO @@ -140723,12 +140723,12 @@ jkH hQF sxJ iWE -oSl +uns rPG pxP pYD oIc -bSE +iGM lsu eWi hDl @@ -141175,7 +141175,7 @@ wxa hCh eFm vmr -sUJ +exS iVq juZ crR @@ -141737,7 +141737,7 @@ epU hWJ eQo aSU -nrf +kdM oGK taN uLe @@ -141981,7 +141981,7 @@ cXb uWi nhi qMf -xHM +pLe wKM qIf pat @@ -142241,7 +142241,7 @@ qMf kXc wKM jUf -fOO +kzP dtn hiy pqm @@ -142732,7 +142732,7 @@ cao cao fBd mOb -ptL +uzU jKh nHY lrX @@ -143035,7 +143035,7 @@ rMa sDJ rMa iVt -vkr +xDd slr oQM mmM @@ -143211,7 +143211,7 @@ aad aaa aaa dCk -kxC +eiW iUz wdO jYC @@ -143246,7 +143246,7 @@ cao foy aJG uvt -wsm +jeg jKh lLJ fTD @@ -143446,7 +143446,7 @@ aPo bdF wob sWD -dDg +eqH tgX aad rWo @@ -143760,7 +143760,7 @@ cao bge wVR fPA -xxI +mXh fBf nHY nbd @@ -144001,7 +144001,7 @@ laJ smF fkt jmT -fGS +gkW ghq iVq nMd @@ -144286,7 +144286,7 @@ eLk lsJ ffP gBi -wxM +tqy hYh qMf oci @@ -144814,7 +144814,7 @@ wZE wAN qNw qMf -slA +ryx hxS azo sQp @@ -145024,7 +145024,7 @@ jvs pLR gXc pwx -quU +lhp rYA icD nfC @@ -145337,7 +145337,7 @@ kZc kZc igI qKs -cKr +qfP kRC niE tVD @@ -145789,7 +145789,7 @@ dCk dCk nMg fdR -cBh +bGl tGt irl irl @@ -146046,12 +146046,12 @@ nHs whm sQL huv -nxV +iNY nFq vMj tEK wVO -mOn +blo dth ddC ajq @@ -146349,7 +146349,7 @@ uDB feV wZE xvr -nCT +rmI tJB vTn wZE @@ -146806,7 +146806,7 @@ rJt bRh vhH oux -mCC +kws rJt hOz hOz @@ -148091,7 +148091,7 @@ nUr sIi pAs dbw -pGx +cOE plh tOP jDB @@ -148578,10 +148578,10 @@ iPK lYv lTv iPK -qiK +mQz lTv iPK -nrc +tTQ lTv cKa nOr @@ -148870,7 +148870,7 @@ lra nrh nbk mFp -ixz +stX gIB cPF vEV @@ -149085,7 +149085,7 @@ aaa qYo aaa mSe -sMW +omW nbw lTv oel @@ -149396,13 +149396,13 @@ adM wRU dth tQr -mse +woh rYA juF juF rYA yaI -mfi +spz nKe yaI xQZ @@ -149441,7 +149441,7 @@ kCR xGN jta waI -gcz +iEa nbc kKl kjC @@ -149618,7 +149618,7 @@ iCo krO qyK lET -kdy +quH xtf oTg pWT @@ -149650,7 +149650,7 @@ ufR phL qpz adM -rpi +xTk dth dBH rYA @@ -149702,7 +149702,7 @@ cln stO cma iDQ -jfd +lcW dJV ruU iLr @@ -149940,7 +149940,7 @@ nXH nXH aad nXH -oAJ +uFH itC udQ cun @@ -150110,7 +150110,7 @@ uHd aaa arw gLT -jFY +jdl eQx gZi gOo @@ -150176,7 +150176,7 @@ pzN uYX smo jMz -sSo +bWn bvT sxB aLq @@ -150191,7 +150191,7 @@ wVe ezS dVv xbK -wpV +ryh cTW vbx uKw @@ -150379,7 +150379,7 @@ iOc fwL bez iDC -qAO +ylB fiO uuf bGi @@ -150633,7 +150633,7 @@ ibb bDw jMs iOc -jlP +vMZ iOc sIR nnW @@ -150671,7 +150671,7 @@ nIV ale nEW mZH -wdT +alc gFF pIX cdr @@ -150690,7 +150690,7 @@ fpI baK eNd kMS -uHm +sPZ cTd cOU hJG @@ -150928,7 +150928,7 @@ aEs jyx wow mmx -oib +nmT dwU wtB qBw @@ -151410,7 +151410,7 @@ tse awT lAj sVe -epo +wSh cWX aWu iCo @@ -151463,7 +151463,7 @@ wZT kMS icf qZZ -qqa +tNE hJG aBr eWw @@ -152175,7 +152175,7 @@ eYK hmO liv gQZ -dqq +uhn bgE gzj ljD @@ -152705,7 +152705,7 @@ aad aaa aad kOA -rkr +azV dmB bkn kTQ @@ -152774,7 +152774,7 @@ aaa hUm vpk vVc -fwf +aUN aaa aaa aaa @@ -154236,7 +154236,7 @@ qYo qYo aaa eHO -osF +skQ pdF rQv eHO @@ -155856,9 +155856,9 @@ aaa aaa uUW uUW -bXk +srg okC -xzE +mCa uUW uUW qYo @@ -156627,9 +156627,9 @@ aaa dNn mUL wmc -bWe +mOA czi -kNq +oAc bWT mUL dNn @@ -156884,9 +156884,9 @@ aaa aaa uUW uUW -fDT +ois ltZ -rKn +awi uUW uUW aaa diff --git a/_maps/map_files/IceBoxStation/IceBoxStation.dmm b/_maps/map_files/IceBoxStation/IceBoxStation.dmm index 97ece776892..e9f72695c04 100644 --- a/_maps/map_files/IceBoxStation/IceBoxStation.dmm +++ b/_maps/map_files/IceBoxStation/IceBoxStation.dmm @@ -516,14 +516,6 @@ /obj/effect/turf_decal/weather/snow/corner, /turf/open/floor/glass/reinforced/icemoon, /area/icemoon/surface/outdoors/nospawn) -"akZ" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/flora/bush/jungle/a/style_random, -/obj/structure/flora/bush/sparsegrass/style_random, -/turf/open/misc/ashplanet/wateryrock{ - initial_gas_mix = "o2=22;n2=82;TEMP=293.15" - }, -/area/station/security/prison/rec) "alb" = ( /obj/structure/transit_tube_pod, /obj/structure/transit_tube/station/reverse/flipped{ @@ -590,6 +582,20 @@ "alT" = ( /turf/open/floor/carpet, /area/station/command/heads_quarters/qm) +"alV" = ( +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/computer/mech_bay_power_console{ + dir = 8 + }, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/mine/mechbay) "alW" = ( /obj/effect/spawner/structure/window/hollow/reinforced/middle{ dir = 1 @@ -1144,11 +1150,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/virology) -"atn" = ( -/obj/structure/frame/computer, -/obj/structure/sign/poster/official/help_others/directional/north, -/turf/open/floor/iron, -/area/station/maintenance/port/fore) "atv" = ( /obj/item/radio/intercom/directional/south, /turf/open/floor/iron, @@ -1533,6 +1534,10 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, /turf/open/floor/engine, /area/station/engineering/supermatter/room) +"azj" = ( +/obj/effect/mapping_helpers/turn_off_lights_with_lightswitch, +/turf/open/floor/iron/smooth_large, +/area/station/cargo/warehouse) "azw" = ( /turf/closed/wall, /area/station/medical/pharmacy) @@ -1631,15 +1636,6 @@ /obj/effect/turf_decal/tile/blue/half/contrasted, /turf/open/floor/iron, /area/station/command/bridge) -"aAW" = ( -/obj/structure/table, -/obj/item/food/grilled_cheese_sandwich{ - name = "idiot sandwich"; - pixel_y = 8 - }, -/obj/effect/turf_decal/tile/purple/fourcorners, -/turf/open/floor/iron, -/area/mine/living_quarters) "aBf" = ( /obj/effect/landmark/start/hangover, /turf/open/floor/engine{ @@ -1677,13 +1673,6 @@ }, /turf/open/floor/iron, /area/station/cargo/miningdock) -"aCj" = ( -/obj/structure/sign/poster/official/twelve_gauge/directional/north, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/iron, -/area/mine/laborcamp/security) "aCl" = ( /obj/structure/bodycontainer/morgue{ dir = 8 @@ -4362,6 +4351,13 @@ /mob/living/simple_animal/parrot/poly, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/ce) +"buq" = ( +/obj/machinery/modular_computer/console/preset/civilian{ + dir = 8 + }, +/obj/structure/sign/poster/official/build/directional/north, +/turf/open/floor/iron/dark, +/area/station/engineering/lobby) "buv" = ( /obj/machinery/atmospherics/pipe/multiz/scrubbers/visible/layer2{ color = "#ff0000"; @@ -4568,12 +4564,6 @@ }, /turf/open/floor/iron, /area/mine/laborcamp) -"bxX" = ( -/obj/structure/chair/stool/directional/north, -/obj/structure/sign/poster/official/report_crimes/directional/west, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/mine/laborcamp) "byk" = ( /obj/structure/sign/painting/library{ pixel_y = 32 @@ -5078,11 +5068,6 @@ /obj/effect/mapping_helpers/airlock/access/any/science/maintenance, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) -"bEi" = ( -/obj/structure/sign/poster/official/work_for_a_future/directional/north, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/mine/laborcamp) "bEo" = ( /obj/structure/sign/warning/secure_area/directional/east, /obj/machinery/light/small/directional/north, @@ -5896,6 +5881,14 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/entry) +"bPR" = ( +/obj/structure/punching_bag, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/sign/poster/contraband/punch_shit/directional/east, +/turf/open/floor/iron, +/area/station/maintenance/starboard/fore) "bPY" = ( /obj/machinery/atmospherics/pipe/multiz/pink/visible{ dir = 8; @@ -6005,11 +5998,6 @@ }, /turf/open/floor/plating, /area/mine/eva/lower) -"bRD" = ( -/obj/structure/bookcase/random, -/obj/structure/sign/poster/official/nanomichi_ad/directional/north, -/turf/open/floor/carpet/red, -/area/station/security/prison/work) "bRE" = ( /obj/effect/turf_decal/trimline/yellow/filled/line, /obj/machinery/status_display/evac/directional/south, @@ -6595,6 +6583,11 @@ }, /turf/open/floor/iron/smooth, /area/station/maintenance/starboard/lesser) +"ccf" = ( +/obj/structure/cable/multilayer/multiz, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/plating/snowed/icemoon, +/area/station/maintenance/port/aft) "ccg" = ( /obj/machinery/light/directional/west, /obj/effect/turf_decal/tile/yellow/opposingcorners, @@ -6793,14 +6786,6 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron/dark, /area/station/service/chapel/office) -"ceS" = ( -/obj/machinery/mech_bay_recharge_port{ - dir = 1 - }, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/effect/turf_decal/siding/white, -/turf/open/floor/iron/smooth, -/area/mine/mechbay) "cfe" = ( /obj/structure/cable, /obj/machinery/holopad/secure, @@ -7765,10 +7750,6 @@ }, /turf/open/floor/iron, /area/station/engineering/main) -"ctY" = ( -/obj/structure/tank_holder/anesthetic, -/turf/open/floor/iron/dark, -/area/station/science/robotics/lab) "cum" = ( /obj/effect/spawner/structure/window/hollow/reinforced/middle{ dir = 1 @@ -7883,17 +7864,6 @@ /obj/structure/closet/emcloset, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"cvG" = ( -/obj/effect/turf_decal/siding/wideplating_new/light, -/obj/item/trash/bee, -/obj/machinery/light/directional/west, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/structure/sign/poster/official/moth_piping/directional/west, -/turf/open/floor/iron/showroomfloor, -/area/station/security/prison/work) "cvN" = ( /obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ dir = 4 @@ -8475,6 +8445,13 @@ }, /turf/open/floor/plating, /area/station/cargo/storage) +"cDa" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/command/gateway) "cDb" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 1 @@ -8652,14 +8629,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/showroomfloor, /area/station/security/warden) -"cGe" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/sign/poster/official/wtf_is_co2/directional/west, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) "cGf" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/closed/wall/r_wall, @@ -8683,6 +8652,16 @@ /obj/structure/closet/crate, /turf/open/floor/plating, /area/station/maintenance/aft/lesser) +"cGy" = ( +/obj/structure/light_construct/directional/north, +/obj/effect/spawner/random/structure/closet_private, +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/obj/structure/sign/poster/ripped/directional/north, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron/white, +/area/station/maintenance/port/fore) "cGA" = ( /turf/open/floor/plating, /area/station/maintenance/department/medical/central) @@ -8951,6 +8930,11 @@ /obj/structure/bookcase/random/reference, /turf/open/floor/carpet/blue, /area/station/medical/psychology) +"cKL" = ( +/obj/structure/sign/poster/official/work_for_a_future/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/mine/laborcamp) "cKM" = ( /obj/structure/cable, /obj/structure/sign/poster/random/directional/south, @@ -9297,6 +9281,11 @@ }, /turf/open/floor/iron, /area/station/security/prison/workout) +"cPW" = ( +/obj/machinery/airalarm/directional/west, +/obj/structure/closet/secure_closet/freezer/fridge/all_access, +/turf/open/floor/iron/showroomfloor, +/area/station/security/prison/mess) "cQb" = ( /obj/machinery/light_switch/directional/north, /obj/machinery/vending/autodrobe/all_access, @@ -9513,6 +9502,18 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /turf/open/floor/engine, /area/station/engineering/supermatter/room) +"cSI" = ( +/obj/structure/chair/stool/directional/south, +/obj/machinery/flasher/directional/west{ + id = "GulagCell 1" + }, +/obj/structure/sign/poster/official/obey/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/mine/laborcamp) "cSM" = ( /obj/machinery/door/firedoor, /turf/open/floor/iron, @@ -11290,6 +11291,14 @@ dir = 1 }, /area/mine/eva) +"dve" = ( +/obj/machinery/camera/directional/west{ + c_tag = "Security - Permabrig Observation Prep"; + network = list("ss13","prison") + }, +/obj/structure/sign/poster/official/safety_internals/directional/west, +/turf/open/floor/vault, +/area/station/security/prison/rec) "dvf" = ( /obj/structure/cable, /obj/effect/decal/cleanable/dirt/dust, @@ -11550,6 +11559,13 @@ /obj/structure/closet/firecloset, /turf/open/floor/iron/dark, /area/mine/eva/lower) +"dzQ" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/effect/turf_decal/bot, +/obj/machinery/light/directional/north, +/obj/structure/sign/poster/contraband/atmosia_independence/directional/north, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/atmos/storage/gas) "dAa" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -11961,14 +11977,6 @@ /obj/structure/sink/directional/east, /turf/open/floor/iron/freezer, /area/station/commons/toilet) -"dFQ" = ( -/obj/structure/sign/poster/official/do_not_question/directional/north, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/cable, -/turf/open/floor/iron, -/area/mine/laborcamp) "dFW" = ( /turf/open/floor/iron/white/side, /area/station/science/research) @@ -12016,15 +12024,6 @@ /obj/effect/mapping_helpers/airlock/access/all/command/captain, /turf/open/floor/plating, /area/station/maintenance/central/lesser) -"dHb" = ( -/obj/structure/flora/grass/jungle/b/style_random, -/obj/structure/window/reinforced/spawner/directional/west, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/item/throwing_star/toy, -/turf/open/misc/ashplanet/wateryrock{ - initial_gas_mix = "o2=22;n2=82;TEMP=293.15" - }, -/area/station/security/prison/rec) "dHg" = ( /obj/machinery/camera/directional/south{ c_tag = "Fore Primary Hallway - Courtroom Hallway" @@ -12340,6 +12339,13 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/large, /area/station/medical/medbay/aft) +"dMG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 4 + }, +/area/station/command/gateway) "dMH" = ( /obj/machinery/light/directional/north, /obj/machinery/status_display/evac/directional/north, @@ -12627,19 +12633,20 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply, /turf/open/floor/iron/white, /area/station/medical/virology) -"dRD" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/window/reinforced/spawner/directional/south, -/turf/open/floor/iron/dark/smooth_edge{ - dir = 1 - }, -/area/station/command/gateway) "dSm" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 1 }, /turf/open/floor/iron/white, /area/station/security/prison/safe) +"dSC" = ( +/obj/structure/filingcabinet, +/obj/structure/sign/poster/official/space_cops/directional/west, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/checkpoint/science) "dSI" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/components/binary/pump{ @@ -12818,6 +12825,10 @@ /obj/machinery/light_switch/directional/south, /turf/open/floor/wood, /area/station/security/courtroom) +"dVe" = ( +/obj/structure/tank_holder/anesthetic, +/turf/open/floor/iron/dark, +/area/station/science/robotics/lab) "dVj" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -14475,11 +14486,6 @@ }, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"exo" = ( -/obj/structure/sink/directional/west, -/obj/structure/sign/poster/official/cleanliness/directional/east, -/turf/open/floor/iron, -/area/station/maintenance/port/fore) "exq" = ( /obj/effect/turf_decal/trimline/neutral/warning, /obj/effect/turf_decal/trimline/neutral/mid_joiner, @@ -15188,6 +15194,11 @@ /obj/structure/lattice, /turf/open/openspace/icemoon/keep_below, /area/icemoon/underground/explored) +"eJh" = ( +/obj/machinery/light_switch/directional/north, +/obj/structure/sign/poster/official/help_others/directional/west, +/turf/open/floor/iron/checker, +/area/station/commons/storage/emergency/port) "eJn" = ( /obj/machinery/portable_atmospherics/pump, /obj/effect/turf_decal/stripes/line{ @@ -15519,10 +15530,6 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/station/commons/fitness) -"eOm" = ( -/obj/structure/sign/poster/official/no_erp/directional/west, -/turf/closed/wall, -/area/station/maintenance/starboard/fore) "eOw" = ( /obj/machinery/computer/shuttle/labor, /obj/effect/turf_decal/tile/blue/anticorner/contrasted{ @@ -16101,6 +16108,17 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) +"eYk" = ( +/obj/effect/turf_decal/siding/wideplating_new/light, +/obj/item/trash/bee, +/obj/machinery/light/directional/west, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/structure/sign/poster/official/moth_piping/directional/west, +/turf/open/floor/iron/showroomfloor, +/area/station/security/prison/work) "eYn" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 @@ -17026,6 +17044,24 @@ }, /turf/open/floor/iron/dark, /area/station/medical/storage) +"foq" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/table, +/obj/item/clothing/head/utility/welding{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/item/clothing/head/utility/welding{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/clothing/head/utility/welding, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/sign/poster/official/safety_internals/directional/east, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/command/storage/eva) "foy" = ( /obj/item/radio/intercom/directional/south, /obj/machinery/vending/wardrobe/science_wardrobe, @@ -18203,6 +18239,10 @@ /obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance/departmental, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"fIY" = ( +/obj/structure/closet/secure_closet/freezer/meat/all_access, +/turf/open/floor/iron/showroomfloor, +/area/station/security/prison/mess) "fJe" = ( /obj/machinery/door/airlock/external{ name = "Atmospherics External Airlock" @@ -19630,6 +19670,18 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/greater) +"ggw" = ( +/obj/structure/chair/stool/directional/south, +/obj/machinery/flasher/directional/west{ + id = "GulagCell 2" + }, +/obj/structure/sign/poster/official/work_for_a_future/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/mine/laborcamp) "ggD" = ( /obj/structure/chair{ dir = 4 @@ -20477,14 +20529,6 @@ dir = 9 }, /area/station/science/research) -"gwy" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/flora/bush/sparsegrass/style_random, -/obj/machinery/light/warm/directional/north, -/turf/open/misc/ashplanet/wateryrock{ - initial_gas_mix = "o2=22;n2=82;TEMP=293.15" - }, -/area/station/security/prison/rec) "gwz" = ( /obj/effect/landmark/start/hangover, /obj/effect/turf_decal/tile/blue/opposingcorners{ @@ -21740,6 +21784,12 @@ /obj/machinery/light/directional/south, /turf/open/floor/iron, /area/station/commons/storage/mining) +"gRd" = ( +/obj/effect/spawner/random/contraband/narcotics, +/obj/structure/sign/poster/contraband/syndiemoth/directional/west, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/security/prison/safe) "gRk" = ( /obj/structure/rack, /obj/effect/spawner/random/clothing/costume, @@ -22317,15 +22367,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/visible, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/surface/outdoors/nospawn) -"haN" = ( -/obj/machinery/deepfryer, -/obj/effect/turf_decal/tile/neutral/diagonal_edge, -/obj/structure/sign/poster/contraband/moffuchis_pizza/directional/east, -/obj/machinery/camera/directional/east{ - c_tag = "Service Kitchen" - }, -/turf/open/floor/iron/kitchen/diagonal, -/area/station/service/kitchen) "haQ" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/monitored/incinerator_input{ dir = 8 @@ -23638,10 +23679,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, /area/station/commons/locker) -"hzO" = ( -/obj/structure/closet/secure_closet/freezer/meat/all_access, -/turf/open/floor/iron/showroomfloor, -/area/station/security/prison/mess) "hzQ" = ( /obj/effect/turf_decal/siding/wood{ dir = 8 @@ -24940,13 +24977,6 @@ /obj/machinery/light/directional/east, /turf/open/floor/engine, /area/station/science/xenobiology) -"hWI" = ( -/obj/effect/turf_decal/box, -/obj/structure/closet/crate/maint, -/obj/effect/spawner/random/maintenance/six, -/obj/structure/sign/poster/official/wtf_is_co2/directional/north, -/turf/open/floor/iron/dark, -/area/station/maintenance/starboard/aft) "hWP" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -26038,18 +26068,6 @@ "inE" = ( /turf/open/floor/iron/corner, /area/station/engineering/lobby) -"inZ" = ( -/obj/structure/chair/stool/directional/south, -/obj/machinery/flasher/directional/west{ - id = "GulagCell 1" - }, -/obj/structure/sign/poster/official/obey/directional/north, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron, -/area/mine/laborcamp) "ioi" = ( /obj/structure/bed/dogbed/lia, /obj/structure/cable, @@ -26551,6 +26569,14 @@ /obj/structure/railing, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) +"ixi" = ( +/obj/structure/sign/poster/official/work_for_a_future/directional/north, +/obj/machinery/airalarm/directional/east, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/prison/visit) "ixu" = ( /obj/machinery/camera/directional/north{ c_tag = "Teleporter" @@ -29354,6 +29380,12 @@ dir = 1 }, /area/station/hallway/primary/port) +"jsX" = ( +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/light/small/directional/south, +/obj/structure/sign/poster/official/safety_eye_protection/directional/south, +/turf/open/floor/iron/white, +/area/station/medical/chemistry) "jtl" = ( /obj/machinery/light/directional/north, /obj/machinery/meter/monitored/waste_loop, @@ -29369,6 +29401,10 @@ /obj/effect/mapping_helpers/airlock/access/any/science/maintenance, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) +"jtr" = ( +/obj/structure/sign/poster/official/no_erp/directional/west, +/turf/closed/wall, +/area/station/maintenance/starboard/fore) "jtt" = ( /obj/structure/table, /obj/item/grenade/chem_grenade/cleaner, @@ -31009,10 +31045,6 @@ }, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/underground/explored) -"jSQ" = ( -/obj/structure/sign/poster/official/here_for_your_safety/directional/east, -/turf/open/misc/asteroid/snow/icemoon, -/area/icemoon/underground/explored) "jST" = ( /obj/machinery/door/window/right/directional/east{ dir = 1; @@ -31254,6 +31286,14 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/command/gateway) +"jXX" = ( +/obj/structure/sign/poster/official/do_not_question/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/mine/laborcamp) "jXY" = ( /obj/machinery/door/airlock/public/glass{ id_tag = "gulag1"; @@ -32302,22 +32342,6 @@ /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/project) -"koA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/industrial_lift{ - radial_travel = 0 - }, -/obj/effect/landmark/lift_id{ - specific_lift_id = "publicElevator" - }, -/obj/machinery/light/floor, -/obj/effect/abstract/elevator_music_zone{ - linked_elevator_id = "publicElevator" - }, -/turf/open/floor/plating/elevatorshaft, -/area/mine/storage) "koB" = ( /obj/effect/landmark/start/hangover, /obj/machinery/light/directional/north, @@ -32338,6 +32362,13 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat/maint) +"koY" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/iron/dark/smooth_edge{ + dir = 1 + }, +/area/station/command/gateway) "kpf" = ( /obj/effect/turf_decal/tile/neutral/diagonal_edge, /obj/machinery/oven/range, @@ -32373,13 +32404,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"kpz" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/effect/turf_decal/bot, -/obj/machinery/light/directional/north, -/obj/structure/sign/poster/contraband/atmosia_independence/directional/north, -/turf/open/floor/iron/dark/textured, -/area/station/engineering/atmos/storage/gas) "kpC" = ( /turf/closed/wall/r_wall, /area/station/engineering/atmos/mix) @@ -33287,6 +33311,15 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/station/commons/dorms) +"kCw" = ( +/obj/structure/sign/poster/official/safety_report/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera/directional/west{ + c_tag = "Labor Camp Central"; + network = list("labor") + }, +/turf/open/floor/iron, +/area/mine/laborcamp) "kCx" = ( /obj/structure/table/wood, /obj/item/book/granter/action/spell/smoke/lesser{ @@ -33942,6 +33975,11 @@ /obj/structure/cable, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) +"kNv" = ( +/obj/structure/frame/computer, +/obj/structure/sign/poster/official/help_others/directional/north, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) "kNA" = ( /obj/structure/disposalpipe/segment, /obj/structure/girder, @@ -35505,6 +35543,12 @@ /obj/machinery/light/directional/south, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/cmo) +"lmS" = ( +/obj/machinery/hydroponics/soil, +/obj/machinery/light/directional/west, +/obj/structure/sign/poster/contraband/kudzu/directional/west, +/turf/open/floor/grass, +/area/station/service/hydroponics/garden) "lmY" = ( /obj/machinery/newscaster/directional/west, /obj/machinery/camera{ @@ -36537,18 +36581,18 @@ }, /turf/open/floor/iron, /area/mine/laborcamp) -"lDE" = ( -/obj/structure/sign/poster/official/safety_report/directional/north, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/prison/visit) "lDF" = ( /obj/structure/table, /obj/item/wrench, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"lDG" = ( +/obj/structure/chair/stool/directional/west, +/obj/item/trash/energybar, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/poster/official/work_for_a_future/directional/south, +/turf/open/floor/iron, +/area/station/security/prison/work) "lDH" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -39178,14 +39222,6 @@ dir = 8 }, /area/station/engineering/atmos/storage/gas) -"mzM" = ( -/obj/structure/punching_bag, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/sign/poster/contraband/punch_shit/directional/east, -/turf/open/floor/iron, -/area/station/maintenance/starboard/fore) "mzP" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -39860,6 +39896,15 @@ /obj/item/clothing/gloves/latex/nitrile, /turf/open/floor/iron/dark, /area/station/medical/storage) +"mMs" = ( +/obj/structure/table, +/obj/item/food/sandwich/cheese/grilled{ + name = "idiot sandwich"; + pixel_y = 8 + }, +/obj/effect/turf_decal/tile/purple/fourcorners, +/turf/open/floor/iron, +/area/mine/living_quarters) "mMM" = ( /turf/closed/wall/r_wall, /area/station/security/prison) @@ -40997,6 +41042,13 @@ /obj/machinery/meter, /turf/open/floor/engine, /area/station/engineering/supermatter/room) +"neS" = ( +/obj/structure/sign/poster/official/safety_report/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/prison/visit) "nfj" = ( /obj/structure/disposalpipe/segment{ dir = 10 @@ -42738,6 +42790,14 @@ /obj/effect/mapping_helpers/mail_sorting/supply/cargo_bay, /turf/open/floor/iron, /area/station/cargo/office) +"nEP" = ( +/obj/structure/sign/poster/official/no_erp/directional/west, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/iron/freezer, +/area/station/maintenance/starboard/fore) "nEX" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/light/small/directional/south, @@ -42845,13 +42905,6 @@ /obj/item/gps/mining, /turf/open/floor/iron, /area/station/commons/storage/mining) -"nFU" = ( -/obj/structure/chair/stool/directional/west, -/obj/item/trash/energybar, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/sign/poster/official/work_for_a_future/directional/south, -/turf/open/floor/iron, -/area/station/security/prison/work) "nGb" = ( /obj/effect/spawner/random/engineering/tracking_beacon, /obj/effect/turf_decal/tile/red/full, @@ -43231,13 +43284,6 @@ }, /turf/closed/wall/r_wall, /area/station/medical/virology) -"nMf" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/sign/poster/official/fruit_bowl/directional/north, -/turf/open/floor/iron/cafeteria{ - dir = 5 - }, -/area/station/maintenance/port/aft) "nMu" = ( /obj/effect/turf_decal/trimline/blue/filled/warning{ dir = 1 @@ -45322,13 +45368,6 @@ /obj/effect/landmark/start/hangover/closet, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"ose" = ( -/obj/machinery/vending/tool, -/obj/effect/turf_decal/bot, -/obj/structure/sign/poster/official/build/directional/north, -/obj/effect/turf_decal/tile/neutral/half/contrasted, -/turf/open/floor/iron/dark, -/area/station/commons/storage/primary) "osm" = ( /obj/structure/extinguisher_cabinet/directional/north, /turf/open/floor/iron/dark, @@ -45537,6 +45576,11 @@ /obj/machinery/newscaster/directional/east, /turf/open/floor/iron, /area/station/security/prison/workout) +"owl" = ( +/obj/structure/sign/poster/official/here_for_your_safety/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/prison/visit) "owv" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -45632,6 +45676,14 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/carpet, /area/station/command/meeting_room) +"oye" = ( +/obj/machinery/mech_bay_recharge_port{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/siding/white, +/turf/open/floor/iron/smooth, +/area/mine/mechbay) "oyj" = ( /obj/structure/table, /obj/item/storage/box, @@ -46151,6 +46203,13 @@ /obj/machinery/holopad/secure, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) +"oFz" = ( +/obj/structure/sign/poster/official/twelve_gauge/directional/north, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/iron, +/area/mine/laborcamp/security) "oFI" = ( /obj/effect/turf_decal/weather/snow/corner{ dir = 6 @@ -46396,13 +46455,6 @@ /obj/machinery/light/warm/directional/west, /turf/open/floor/iron, /area/station/security/prison/workout) -"oJT" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/window/reinforced/spawner/directional/south, -/turf/open/floor/iron/dark/smooth_corner{ - dir = 1 - }, -/area/station/command/gateway) "oKb" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ @@ -47170,10 +47222,6 @@ /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"oXo" = ( -/obj/effect/mapping_helpers/turn_off_lights_with_lightswitch, -/turf/open/floor/iron/smooth_large, -/area/station/cargo/warehouse) "oXq" = ( /turf/open/floor/iron/white, /area/station/medical/cryo) @@ -47294,6 +47342,13 @@ }, /turf/open/floor/iron, /area/station/science/explab) +"oZv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/floor/iron/dark/smooth_corner{ + dir = 1 + }, +/area/station/command/gateway) "oZz" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 @@ -47311,6 +47366,12 @@ /obj/structure/cable, /turf/open/floor/iron/dark/textured_edge, /area/station/security/prison) +"paj" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/greenglow, +/obj/structure/sign/poster/official/safety_eye_protection/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) "par" = ( /obj/structure/toilet/greyscale, /obj/machinery/airalarm/directional/east, @@ -47624,14 +47685,6 @@ }, /turf/open/floor/iron/cafeteria, /area/station/commons/dorms/laundry) -"pfn" = ( -/obj/structure/sign/poster/official/work_for_a_future/directional/north, -/obj/machinery/airalarm/directional/east, -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/prison/visit) "pfs" = ( /obj/machinery/light/small/directional/north, /obj/structure/table/reinforced, @@ -47709,11 +47762,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/break_room) -"phB" = ( -/obj/machinery/vending/coffee, -/obj/structure/sign/poster/official/science/directional/south, -/turf/open/floor/iron/dark, -/area/station/science/breakroom) "phK" = ( /obj/effect/spawner/random/contraband/prison, /turf/open/floor/plating, @@ -48275,12 +48323,6 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron, /area/station/cargo/storage) -"pqG" = ( -/obj/effect/turf_decal/trimline/yellow/filled/line, -/obj/machinery/light/small/directional/south, -/obj/structure/sign/poster/official/safety_eye_protection/directional/south, -/turf/open/floor/iron/white, -/area/station/medical/chemistry) "pqK" = ( /obj/structure/sign/warning/secure_area/directional/east, /turf/open/floor/plating, @@ -49540,14 +49582,6 @@ /obj/effect/landmark/start/chief_medical_officer, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/cmo) -"pKB" = ( -/obj/structure/filingcabinet, -/obj/structure/sign/poster/official/space_cops/directional/west, -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/station/security/checkpoint/science) "pKJ" = ( /obj/structure/disposalpipe/segment{ dir = 9 @@ -50189,18 +50223,6 @@ }, /turf/open/floor/iron/white, /area/station/science/genetics) -"pUN" = ( -/obj/structure/chair/stool/directional/south, -/obj/machinery/flasher/directional/west{ - id = "GulagCell 2" - }, -/obj/structure/sign/poster/official/work_for_a_future/directional/north, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron, -/area/mine/laborcamp) "pVi" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron, @@ -50470,11 +50492,6 @@ }, /turf/open/floor/plating/snowed/smoothed/icemoon, /area/icemoon/underground/explored) -"qaD" = ( -/obj/machinery/light_switch/directional/north, -/obj/structure/sign/poster/official/help_others/directional/west, -/turf/open/floor/iron/checker, -/area/station/commons/storage/emergency/port) "qaE" = ( /obj/effect/turf_decal/arrows/red{ dir = 8 @@ -51217,11 +51234,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"qoK" = ( -/obj/structure/flora/rock/style_random, -/obj/structure/window/reinforced/spawner/directional/south, -/turf/open/misc/asteroid/snow/icemoon, -/area/station/maintenance/port/aft) "qoM" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/mapping_helpers/burnt_floor, @@ -51531,6 +51543,12 @@ /obj/machinery/door/firedoor, /turf/open/floor/iron/dark, /area/station/security/prison/garden) +"qtx" = ( +/obj/structure/chair/stool/directional/north, +/obj/structure/sign/poster/official/report_crimes/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/mine/laborcamp) "qtM" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable, @@ -52596,12 +52614,6 @@ }, /turf/open/floor/wood, /area/station/service/library) -"qLg" = ( -/obj/effect/spawner/random/contraband/narcotics, -/obj/structure/sign/poster/contraband/syndiemoth/directional/west, -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/security/prison/safe) "qLm" = ( /obj/machinery/suit_storage_unit/mining, /obj/effect/turf_decal/bot, @@ -52946,6 +52958,10 @@ /obj/machinery/door/window/left/directional/north, /turf/open/floor/iron, /area/station/science/ordnance/testlab) +"qQd" = ( +/obj/structure/sign/poster/official/here_for_your_safety/directional/east, +/turf/open/misc/asteroid/snow/icemoon, +/area/icemoon/underground/explored) "qQf" = ( /turf/closed/wall, /area/station/maintenance/fore/lesser) @@ -53038,12 +53054,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/primary/port) -"qSa" = ( -/obj/machinery/hydroponics/soil, -/obj/machinery/light/directional/west, -/obj/structure/sign/poster/contraband/kudzu/directional/west, -/turf/open/floor/grass, -/area/station/service/hydroponics/garden) "qSb" = ( /obj/structure/window/reinforced/spawner/directional/north, /obj/structure/window/reinforced/spawner/directional/west, @@ -53698,12 +53708,6 @@ initial_gas_mix = "ICEMOON_ATMOS" }, /area/icemoon/underground/explored) -"rch" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/greenglow, -/obj/structure/sign/poster/official/safety_eye_protection/directional/east, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) "rcj" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=Lockers"; @@ -54318,11 +54322,6 @@ }, /turf/open/floor/wood, /area/station/command/meeting_room) -"rmU" = ( -/obj/effect/spawner/random/trash/graffiti, -/obj/structure/sign/poster/contraband/free_drone/directional/east, -/turf/open/floor/plating, -/area/station/maintenance/port/fore) "rnb" = ( /obj/effect/turf_decal/tile/red, /turf/open/floor/iron/textured, @@ -55308,24 +55307,6 @@ dir = 10 }, /area/mine/eva) -"rDq" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/structure/table, -/obj/item/clothing/head/utility/welding{ - pixel_x = 4; - pixel_y = 5 - }, -/obj/item/clothing/head/utility/welding{ - pixel_x = 2; - pixel_y = 3 - }, -/obj/item/clothing/head/utility/welding, -/obj/effect/turf_decal/tile/neutral/fourcorners, -/obj/structure/sign/poster/official/safety_internals/directional/east, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/command/storage/eva) "rDE" = ( /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/wood, @@ -56042,6 +56023,16 @@ }, /turf/open/floor/plating, /area/station/maintenance/disposal) +"rRf" = ( +/obj/structure/table, +/obj/item/hand_labeler, +/obj/item/storage/box/shipping, +/obj/structure/sign/poster/official/fruit_bowl/directional/south, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/commons/storage/art) "rRk" = ( /obj/structure/table, /obj/item/storage/belt/utility, @@ -57738,6 +57729,15 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"ssi" = ( +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/sign/poster/contraband/missing_gloves/directional/east, +/obj/machinery/light/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/department/electrical) "ssq" = ( /obj/structure/table/wood, /obj/item/camera_film, @@ -58112,11 +58112,6 @@ /obj/structure/sign/poster/random/directional/east, /turf/open/floor/wood/parquet, /area/station/commons/lounge) -"sxY" = ( -/obj/structure/cable/multilayer/multiz, -/obj/structure/window/reinforced/spawner/directional/south, -/turf/open/floor/plating/snowed/icemoon, -/area/station/maintenance/port/aft) "sxZ" = ( /obj/structure/closet/emcloset, /obj/effect/turf_decal/stripes/line{ @@ -58203,11 +58198,6 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/iron/dark, /area/station/ai_monitored/command/nuke_storage) -"szu" = ( -/obj/structure/sign/poster/official/obey/directional/north, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/iron, -/area/mine/laborcamp) "szz" = ( /obj/machinery/newscaster/directional/north, /obj/effect/turf_decal/tile/red{ @@ -59531,6 +59521,11 @@ /obj/item/screwdriver, /turf/open/floor/plating/snowed/icemoon, /area/icemoon/underground/explored) +"sVQ" = ( +/obj/structure/sign/poster/official/obey/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/mine/laborcamp) "sWa" = ( /obj/effect/turf_decal/bot, /obj/effect/decal/cleanable/dirt/dust, @@ -59765,6 +59760,13 @@ "sZF" = ( /turf/closed/wall, /area/station/maintenance/aft/greater) +"sZH" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/structure/sign/poster/official/obey/directional/west, +/turf/open/floor/iron/dark/textured, +/area/station/security/execution/transfer) "sZO" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -60295,6 +60297,11 @@ /obj/machinery/light/directional/north, /turf/open/floor/iron, /area/station/cargo/storage) +"tkp" = ( +/obj/machinery/vending/coffee, +/obj/structure/sign/poster/official/science/directional/south, +/turf/open/floor/iron/dark, +/area/station/science/breakroom) "tkB" = ( /obj/machinery/camera/motion/directional/north{ c_tag = "EVA Storage North" @@ -60574,18 +60581,6 @@ /obj/item/folder/blue, /turf/open/floor/wood, /area/station/security/courtroom) -"tpU" = ( -/obj/structure/chair/stool/directional/south, -/obj/machinery/flasher/directional/west{ - id = "GulagCell 3" - }, -/obj/structure/sign/poster/official/obey/directional/north, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/iron, -/area/mine/laborcamp) "tpX" = ( /obj/item/storage/box/bodybags, /obj/structure/extinguisher_cabinet/directional/west, @@ -60688,13 +60683,6 @@ }, /turf/open/floor/glass/reinforced, /area/station/hallway/primary/starboard) -"trA" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/structure/sign/poster/official/obey/directional/west, -/turf/open/floor/iron/dark/textured, -/area/station/security/execution/transfer) "trK" = ( /obj/structure/disposalpipe/junction/flip, /turf/open/floor/iron/dark, @@ -61392,14 +61380,6 @@ /obj/effect/turf_decal/tile/bar/opposingcorners, /turf/open/floor/iron, /area/station/service/bar) -"tCV" = ( -/obj/machinery/camera/directional/west{ - c_tag = "Security - Permabrig Observation Prep"; - network = list("ss13","prison") - }, -/obj/structure/sign/poster/official/safety_internals/directional/west, -/turf/open/floor/vault, -/area/station/security/prison/rec) "tCW" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/orange/visible, /obj/machinery/meter, @@ -61529,16 +61509,6 @@ }, /turf/open/floor/plating, /area/station/cargo/storage) -"tEu" = ( -/obj/structure/table, -/obj/item/hand_labeler, -/obj/item/storage/box/shipping, -/obj/structure/sign/poster/official/fruit_bowl/directional/south, -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ - dir = 8 - }, -/turf/open/floor/iron, -/area/station/commons/storage/art) "tEw" = ( /turf/open/genturf/blue, /area/icemoon/underground/unexplored/rivers) @@ -61999,6 +61969,11 @@ /obj/structure/flora/bush/sparsegrass/style_random, /turf/open/misc/asteroid/snow/icemoon, /area/icemoon/surface/outdoors/nospawn) +"tLl" = ( +/obj/structure/bookcase/random, +/obj/structure/sign/poster/official/nanomichi_ad/directional/north, +/turf/open/floor/carpet/red, +/area/station/security/prison/work) "tLp" = ( /obj/machinery/computer/records/medical{ dir = 4 @@ -62661,6 +62636,13 @@ }, /turf/open/floor/iron, /area/station/engineering/main) +"tXF" = ( +/obj/machinery/vending/tool, +/obj/effect/turf_decal/bot, +/obj/structure/sign/poster/official/build/directional/north, +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/turf/open/floor/iron/dark, +/area/station/commons/storage/primary) "tXV" = ( /obj/machinery/airalarm/directional/north, /obj/machinery/camera/directional/north{ @@ -62783,13 +62765,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/storage) -"tZO" = ( -/obj/machinery/modular_computer/console/preset/civilian{ - dir = 8 - }, -/obj/structure/sign/poster/official/build/directional/north, -/turf/open/floor/iron/dark, -/area/station/engineering/lobby) "tZR" = ( /obj/machinery/conveyor{ dir = 4; @@ -62836,6 +62811,13 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/ce) +"uaE" = ( +/obj/effect/turf_decal/box, +/obj/structure/closet/crate/maint, +/obj/effect/spawner/random/maintenance/six, +/obj/structure/sign/poster/official/wtf_is_co2/directional/north, +/turf/open/floor/iron/dark, +/area/station/maintenance/starboard/aft) "uaG" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -63624,16 +63606,6 @@ /obj/structure/cable, /turf/open/floor/iron/showroomfloor, /area/station/security/prison/work) -"unq" = ( -/obj/structure/light_construct/directional/north, -/obj/effect/spawner/random/structure/closet_private, -/obj/effect/turf_decal/siding/blue{ - dir = 4 - }, -/obj/structure/sign/poster/ripped/directional/north, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron/white, -/area/station/maintenance/port/fore) "unu" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -64155,20 +64127,6 @@ }, /turf/open/lava/plasma/ice_moon, /area/icemoon/underground/explored) -"uwM" = ( -/obj/structure/window/reinforced/spawner/directional/east, -/obj/machinery/computer/mech_bay_power_console{ - dir = 8 - }, -/obj/structure/window/reinforced/spawner/directional/south, -/obj/effect/turf_decal/siding/white{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/iron/dark, -/area/mine/mechbay) "uwO" = ( /obj/machinery/door/airlock/maintenance{ name = "Custodial Maintenance" @@ -66390,13 +66348,13 @@ /obj/effect/spawner/random/medical/two_percent_xeno_egg_spawner, /turf/open/floor/engine, /area/station/science/xenobiology) -"viV" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/window/reinforced/spawner/directional/south, -/turf/open/floor/iron/dark/smooth_edge{ - dir = 1 +"viS" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/poster/official/fruit_bowl/directional/north, +/turf/open/floor/iron/cafeteria{ + dir = 5 }, -/area/station/command/gateway) +/area/station/maintenance/port/aft) "vjh" = ( /turf/closed/wall/r_wall, /area/mine/laborcamp) @@ -67061,14 +67019,6 @@ /obj/structure/cable, /turf/open/floor/iron/smooth_half, /area/station/security/brig/upper) -"vve" = ( -/obj/structure/sign/poster/official/no_erp/directional/west, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/iron/freezer, -/area/station/maintenance/starboard/fore) "vvf" = ( /obj/structure/chair{ pixel_y = -2 @@ -67170,11 +67120,6 @@ /obj/structure/cable, /turf/open/floor/circuit, /area/station/science/robotics/mechbay) -"vvQ" = ( -/obj/machinery/airalarm/directional/west, -/obj/structure/closet/secure_closet/freezer/fridge/all_access, -/turf/open/floor/iron/showroomfloor, -/area/station/security/prison/mess) "vvX" = ( /obj/structure/disposalpipe/segment{ dir = 9 @@ -67307,6 +67252,14 @@ /obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible, /turf/open/floor/iron/large, /area/station/engineering/atmos) +"vxZ" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/bush/jungle/a/style_random, +/obj/structure/flora/bush/sparsegrass/style_random, +/turf/open/misc/ashplanet/wateryrock{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/station/security/prison/rec) "vyb" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -67708,15 +67661,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/science/xenobiology) -"vDy" = ( -/obj/structure/sign/poster/official/safety_report/directional/west, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera/directional/west{ - c_tag = "Labor Camp Central"; - network = list("labor") - }, -/turf/open/floor/iron, -/area/mine/laborcamp) "vDS" = ( /obj/machinery/computer/department_orders/security{ dir = 4 @@ -68516,6 +68460,14 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) +"vSs" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/machinery/light/warm/directional/north, +/turf/open/misc/ashplanet/wateryrock{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/station/security/prison/rec) "vSw" = ( /obj/structure/table, /obj/machinery/firealarm/directional/north, @@ -69593,6 +69545,22 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/glass/reinforced, /area/station/hallway/primary/starboard) +"wjX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/industrial_lift{ + radial_travel = 0 + }, +/obj/effect/landmark/lift_id{ + specific_lift_id = "publicElevator" + }, +/obj/machinery/light/floor, +/obj/effect/abstract/elevator_music_zone{ + linked_elevator_id = "publicElevator" + }, +/turf/open/floor/plating/elevatorshaft, +/area/mine/storage) "wjZ" = ( /obj/effect/turf_decal/caution{ dir = 4 @@ -69634,6 +69602,15 @@ /obj/item/clothing/mask/breath/medical, /turf/open/floor/iron/dark, /area/station/science/robotics/lab) +"wkO" = ( +/obj/structure/flora/grass/jungle/b/style_random, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/item/throwing_star/toy, +/turf/open/misc/ashplanet/wateryrock{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/station/security/prison/rec) "wkV" = ( /obj/structure/fence/corner{ dir = 1 @@ -70753,6 +70730,18 @@ }, /turf/open/floor/plating, /area/station/maintenance/disposal) +"wCd" = ( +/obj/structure/chair/stool/directional/south, +/obj/machinery/flasher/directional/west{ + id = "GulagCell 3" + }, +/obj/structure/sign/poster/official/obey/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/mine/laborcamp) "wCg" = ( /obj/machinery/light/small/directional/east, /obj/machinery/light_switch/directional/east, @@ -71623,6 +71612,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/cargo/storage) +"wPp" = ( +/obj/structure/sign/poster/official/soft_cap_pop_art/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/turf/open/floor/iron/white, +/area/station/maintenance/port/fore) "wPr" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -72983,6 +72981,11 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/white, /area/station/science/research) +"xjy" = ( +/obj/structure/flora/rock/style_random, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/misc/asteroid/snow/icemoon, +/area/station/maintenance/port/aft) "xjC" = ( /turf/open/floor/plating, /area/station/maintenance/department/cargo) @@ -73216,11 +73219,6 @@ }, /turf/open/floor/iron, /area/station/security/prison/garden) -"xnr" = ( -/obj/structure/sign/poster/official/here_for_your_safety/directional/north, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/turf/open/floor/iron, -/area/station/security/prison/visit) "xnt" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -73431,15 +73429,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/department/electrical) -"xru" = ( -/obj/structure/sign/poster/official/soft_cap_pop_art/directional/east, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/siding/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/turf/open/floor/iron/white, -/area/station/maintenance/port/fore) "xry" = ( /obj/machinery/newscaster/directional/west, /turf/open/floor/wood, @@ -73507,6 +73496,15 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/medical/medbay/aft) +"xtd" = ( +/obj/machinery/deepfryer, +/obj/effect/turf_decal/tile/neutral/diagonal_edge, +/obj/structure/sign/poster/contraband/moffuchis_pizza/directional/east, +/obj/machinery/camera/directional/east{ + c_tag = "Service Kitchen" + }, +/turf/open/floor/iron/kitchen/diagonal, +/area/station/service/kitchen) "xtn" = ( /obj/structure/extinguisher_cabinet/directional/south, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -73776,6 +73774,11 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/maintenance/aft/greater) +"xwQ" = ( +/obj/structure/sink/directional/west, +/obj/structure/sign/poster/official/cleanliness/directional/east, +/turf/open/floor/iron, +/area/station/maintenance/port/fore) "xxc" = ( /obj/structure/cable, /obj/machinery/power/terminal{ @@ -74120,6 +74123,11 @@ "xCl" = ( /turf/open/floor/iron, /area/station/science/robotics/lab) +"xCm" = ( +/obj/effect/spawner/random/trash/graffiti, +/obj/structure/sign/poster/contraband/free_drone/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) "xCv" = ( /obj/machinery/computer/security, /obj/effect/turf_decal/tile/red/half/contrasted, @@ -74335,15 +74343,6 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/storage) -"xFI" = ( -/obj/machinery/power/terminal{ - dir = 8 - }, -/obj/structure/cable, -/obj/structure/sign/poster/contraband/missing_gloves/directional/east, -/obj/machinery/light/directional/south, -/turf/open/floor/plating, -/area/station/maintenance/department/electrical) "xFM" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -74623,13 +74622,6 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"xKb" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/window/reinforced/spawner/directional/south, -/turf/open/floor/iron/dark/smooth_corner{ - dir = 4 - }, -/area/station/command/gateway) "xKd" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/smart/simple/green/visible, @@ -75758,6 +75750,14 @@ /obj/structure/tank_holder/oxygen/yellow, /turf/open/floor/iron, /area/station/engineering/storage_shared) +"ydf" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/sign/poster/official/wtf_is_co2/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/port/fore) "ydg" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -96921,7 +96921,7 @@ ovF uUT hRD nKV -uwM +alV dsn iYA nUi @@ -97178,7 +97178,7 @@ bod gIu hOo sgA -ceS +oye xOb eLS iwf @@ -101987,7 +101987,7 @@ gzV nNn nNn axb -tCV +dve cFc mJX ghx @@ -102753,7 +102753,7 @@ vVH vVH vVH vVH -dHb +wkO kqR ugd nNn @@ -103010,7 +103010,7 @@ vVH fps usS vVH -gwy +vSs ixw kqR gzV @@ -103267,7 +103267,7 @@ eTv dFX nbm vVH -akZ +vxZ pdx uma nNn @@ -103780,7 +103780,7 @@ lJS bol oSD ldH -vvQ +cPW yaZ dNH xyU @@ -104039,7 +104039,7 @@ oSD ldH qiJ qTs -hzO +fIY hfv ldH pEX @@ -109398,7 +109398,7 @@ iDt iDt iDt vjh -szu +sVQ hdV jLo bJx @@ -109916,7 +109916,7 @@ dqx dqx pfO dqx -vDy +kCw hDK dqx hDK @@ -110437,7 +110437,7 @@ usx qUw qUw vjh -aCj +oFz cqz tmB imh @@ -110684,7 +110684,7 @@ njJ njJ njJ njJ -bEi +cKL rVX dqx pSn @@ -110938,7 +110938,7 @@ bml msi njJ pDI -bxX +qtx nzF njJ mZJ @@ -111716,7 +111716,7 @@ njJ pnG cWH njJ -inZ +cSI kBP dLN ghx @@ -112484,10 +112484,10 @@ dqx dqx rXg njJ -dFQ +jXX dqx njJ -pUN +ggw glz dLN ghx @@ -113258,7 +113258,7 @@ njJ isc dqx njJ -tpU +wCd qZL dLN ghx @@ -156545,7 +156545,7 @@ gjq gjq gjq bOz -aAW +mMs chQ vxd xuB @@ -162885,7 +162885,7 @@ ucD eaw jsp wSz -nFU +lDG jNf xnk tau @@ -162956,7 +162956,7 @@ gjq gjq jpS bzN -oXo +azj piV fPB qUa @@ -164679,7 +164679,7 @@ iDt iDt oqL unm -cvG +eYk ldz fvK cIc @@ -164779,7 +164779,7 @@ iDt iDt iDt iDt -jSQ +qQd cmZ xuo iDt @@ -165458,7 +165458,7 @@ lNn oVY pez ccX -qLg +gRd vVH vVH vVH @@ -165961,7 +165961,7 @@ iDt iDt iDt hPs -bRD +tLl dck scl ohG @@ -165974,7 +165974,7 @@ oCU vVH vVH vVH -lDE +neS nKL hpF pXZ @@ -166231,7 +166231,7 @@ bLc diN diN lgK -xnr +owl lWb eDq tDY @@ -167002,7 +167002,7 @@ pez tVf izn lgK -pfn +ixi xMy eDq iXh @@ -169577,7 +169577,7 @@ rkT uME uME doq -trA +sZH uME xge hBg @@ -170144,7 +170144,7 @@ vcj vcj vcj vOY -koA +wjX uFw vcj aVq @@ -177611,7 +177611,7 @@ hjM hCC iXP pHD -pqG +jsX eXH eXH ijN @@ -221512,7 +221512,7 @@ wYm cnz iwD lJO -atn +kNv fZk jXB vtD @@ -222027,7 +222027,7 @@ lJO anl lJO jvj -exo +xwQ lnY waM lJO @@ -222289,7 +222289,7 @@ lJO lJO lJO mCT -qSa +lmS mCT gbS mZu @@ -224860,7 +224860,7 @@ eUf gDS wTX lJO -ose +tXF iMT wIR uAl @@ -226389,8 +226389,8 @@ lJO lJO xbr lJO -unq -xru +cGy +wPp uSd cAT tIh @@ -227442,7 +227442,7 @@ gpp gJz nQv nDY -tEu +rRf tKI jun iJt @@ -228261,7 +228261,7 @@ osI osI hjH pRj -nMf +viS sOl eVR nVR @@ -228983,7 +228983,7 @@ ons gpp lGz pMv -qaD +eJh dBB tKI wBb @@ -229024,7 +229024,7 @@ pRj daS tut qai -qoK +xjy pXv exy pXv @@ -229281,7 +229281,7 @@ ptf daS jSe xcW -sxY +ccf tFs pRj ptf @@ -230257,7 +230257,7 @@ biY biY qhG mQh -xKb +dMG vMc xMW apI @@ -230514,7 +230514,7 @@ biY rcP jXN vVj -dRD +cDa jFf uOj bgF @@ -231028,7 +231028,7 @@ biY vVj jXN rcP -viV +koY gbd uOj pdW @@ -231276,7 +231276,7 @@ bln dvY lJO eKX -rch +paj lsh fVm ndz @@ -231285,7 +231285,7 @@ biY biY keF iLi -oJT +oZv spV gad gAk @@ -231796,7 +231796,7 @@ psR vHA cJH sCE -cGe +ydf gYG iLK iLK @@ -232303,7 +232303,7 @@ sDl hEI giR uxm -rmU +xCm ure lJO bZx @@ -234114,7 +234114,7 @@ vvu joh mdM bZB -rDq +foq iMw wZp bWn @@ -237755,7 +237755,7 @@ pGZ cvS gDp kRP -kpz +dzQ xBN bfU aSu @@ -238794,7 +238794,7 @@ eJn avk gxP bID -tZO +buq oPx nKj fwW @@ -246975,7 +246975,7 @@ fyh nTI wKm wqZ -haN +xtd kqA tUS cpY @@ -249786,7 +249786,7 @@ kKL hOu orf hJx -mzM +bPR hUi kKL uar @@ -250333,7 +250333,7 @@ apM uvt kBT pra -ctY +dVe mtI uxj eNK @@ -251625,7 +251625,7 @@ eNK aHT dfw stQ -pKB +dSC jbU ozA gqT @@ -253891,7 +253891,7 @@ kHb pDe fYj meQ -vve +nEP pyD kKL mqO @@ -253962,7 +253962,7 @@ fOl cyL cSo bgx -hWI +uaE xxv dOK vzD @@ -254661,7 +254661,7 @@ kKL kKL kKL kKL -eOm +jtr kKL kKL kKL @@ -254926,7 +254926,7 @@ pfP apD ugG tao -xFI +ssi lUC ccT nyC @@ -255225,7 +255225,7 @@ wgO fTT bUa wgL -phB +tkp krY awa awa diff --git a/_maps/shuttles/emergency_luxury.dmm b/_maps/shuttles/emergency_luxury.dmm index 9ee4bc54e12..0d3f4f6471a 100644 --- a/_maps/shuttles/emergency_luxury.dmm +++ b/_maps/shuttles/emergency_luxury.dmm @@ -318,7 +318,7 @@ /turf/open/floor/holofloor/beach/water, /area/shuttle/escape/luxury) "nC" = ( -/obj/item/food/grilled_cheese_sandwich{ +/obj/item/food/sandwich/cheese/grilled{ pixel_y = 11 }, /obj/structure/table/wood/fancy/black, @@ -961,7 +961,7 @@ /turf/open/floor/iron, /area/shuttle/escape) "Oe" = ( -/obj/item/food/notasandwich{ +/obj/item/food/sandwich/notasandwich{ pixel_y = 11 }, /obj/structure/table/wood/fancy/black, diff --git a/code/game/objects/items/food/sandwichtoast.dm b/code/game/objects/items/food/sandwichtoast.dm index 70bfc7d9085..210a02c4c98 100644 --- a/code/game/objects/items/food/sandwichtoast.dm +++ b/code/game/objects/items/food/sandwichtoast.dm @@ -13,28 +13,9 @@ food_flags = FOOD_FINGER_FOOD w_class = WEIGHT_CLASS_SMALL -/obj/item/food/grilled_cheese_sandwich - name = "grilled cheese sandwich" - desc = "A warm, melty sandwich that goes perfectly with tomato soup." - icon = 'icons/obj/food/burgerbread.dmi' - icon_state = "toastedsandwich" - food_reagents = list( - /datum/reagent/consumable/nutriment = 6, - /datum/reagent/consumable/nutriment/protein = 5, - /datum/reagent/consumable/nutriment/vitamin = 1, - /datum/reagent/carbon = 4, - ) - tastes = list("toast" = 2, "cheese" = 3, "butter" = 1) - foodtypes = GRAIN - food_flags = FOOD_FINGER_FOOD - w_class = WEIGHT_CLASS_SMALL - burns_on_grill = TRUE - -/obj/item/food/cheese_sandwich +/obj/item/food/sandwich/cheese name = "cheese sandwich" desc = "A light snack for a warm day. ...but what if you grilled it?" - icon = 'icons/obj/food/burgerbread.dmi' - icon_state = "sandwich" food_reagents = list( /datum/reagent/consumable/nutriment = 7, /datum/reagent/consumable/nutriment/protein = 3, @@ -42,36 +23,45 @@ ) tastes = list("bread" = 1, "cheese" = 1) foodtypes = GRAIN | DAIRY - food_flags = FOOD_FINGER_FOOD - w_class = WEIGHT_CLASS_SMALL venue_value = FOOD_PRICE_NORMAL -/obj/item/food/cheese_sandwich/make_grillable() - AddComponent(/datum/component/grillable, /obj/item/food/grilled_cheese_sandwich, rand(30 SECONDS, 60 SECONDS), TRUE) +/obj/item/food/sandwich/cheese/make_grillable() + if(burns_on_grill) + return ..() + AddComponent(/datum/component/grillable, /obj/item/food/sandwich/cheese/grilled, rand(30 SECONDS, 60 SECONDS), TRUE) -/obj/item/food/jellysandwich +/obj/item/food/sandwich/cheese/grilled + name = "grilled cheese sandwich" + desc = "A warm, melty sandwich that goes perfectly with tomato soup." + icon_state = "toastedsandwich" + food_reagents = list( + /datum/reagent/consumable/nutriment = 6, + /datum/reagent/consumable/nutriment/protein = 5, + /datum/reagent/consumable/nutriment/vitamin = 1, + /datum/reagent/carbon = 4, + ) + foodtypes = GRAIN | DAIRY + burns_on_grill = TRUE + +/obj/item/food/sandwich/jelly name = "jelly sandwich" desc = "You wish you had some peanut butter to go with this..." - icon = 'icons/obj/food/burgerbread.dmi' icon_state = "jellysandwich" bite_consumption = 3 tastes = list("bread" = 1, "jelly" = 1) foodtypes = GRAIN - food_flags = FOOD_FINGER_FOOD - w_class = WEIGHT_CLASS_SMALL -/obj/item/food/jellysandwich/slime +/obj/item/food/sandwich/jelly/slime food_reagents = list(/datum/reagent/consumable/nutriment = 2, /datum/reagent/toxin/slimejelly = 10, /datum/reagent/consumable/nutriment/vitamin = 4) foodtypes = GRAIN | TOXIC -/obj/item/food/jellysandwich/cherry +/obj/item/food/sandwich/jelly/cherry food_reagents = list(/datum/reagent/consumable/nutriment = 2, /datum/reagent/consumable/cherryjelly = 8, /datum/reagent/consumable/nutriment/vitamin = 4) foodtypes = GRAIN | FRUIT | SUGAR -/obj/item/food/notasandwich +/obj/item/food/sandwich/notasandwich name = "not-a-sandwich" desc = "Something seems to be wrong with this, you can't quite figure what. Maybe it's his moustache." - icon = 'icons/obj/food/burgerbread.dmi' icon_state = "notasandwich" food_reagents = list( /datum/reagent/consumable/nutriment = 6, @@ -79,8 +69,6 @@ ) tastes = list("nothing suspicious" = 1) foodtypes = GRAIN | GROSS - food_flags = FOOD_FINGER_FOOD - w_class = WEIGHT_CLASS_SMALL /obj/item/food/griddle_toast name = "griddle toast" @@ -180,10 +168,9 @@ w_class = WEIGHT_CLASS_SMALL venue_value = FOOD_PRICE_NORMAL -/obj/item/food/blt +/obj/item/food/sandwich/blt name = "\improper BLT" desc = "A classic bacon, lettuce, and tomato sandwich." - icon = 'icons/obj/food/burgerbread.dmi' icon_state = "blt" bite_consumption = 4 food_reagents = list( @@ -193,13 +180,10 @@ ) tastes = list("bacon" = 3, "lettuce" = 2, "tomato" = 2, "bread" = 2) foodtypes = GRAIN | MEAT | VEGETABLES | BREAKFAST - food_flags = FOOD_FINGER_FOOD - w_class = WEIGHT_CLASS_SMALL -/obj/item/food/peanut_butter_jelly_sandwich +/obj/item/food/sandwich/peanut_butter_jelly name = "peanut butter and jelly sandwich" desc = "A classic PB&J sandwich, just like your mom used to make." - icon = 'icons/obj/food/burgerbread.dmi' icon_state = "peanut_butter_jelly_sandwich" food_reagents = list( /datum/reagent/consumable/nutriment = 2, @@ -208,13 +192,10 @@ ) tastes = list("peanut butter" = 1, "jelly" = 1, "bread" = 2) foodtypes = GRAIN | FRUIT | NUTS - food_flags = FOOD_FINGER_FOOD - w_class = WEIGHT_CLASS_SMALL -/obj/item/food/peanut_butter_banana_sandwich +/obj/item/food/sandwich/peanut_butter_banana name = "peanut butter and banana sandwich" - desc = "A grilled peanut butter sandwich with banana slices mixed in, a good high protein treat." - icon = 'icons/obj/food/burgerbread.dmi' + desc = "A peanut butter sandwich with banana slices mixed in, a good high protein treat." icon_state = "peanut_butter_banana_sandwich" food_reagents = list( /datum/reagent/consumable/nutriment = 2, @@ -224,13 +205,10 @@ ) tastes = list("peanut butter" = 1, "banana" = 1, "bread" = 2) foodtypes = GRAIN | FRUIT | NUTS - food_flags = FOOD_FINGER_FOOD - w_class = WEIGHT_CLASS_SMALL -/obj/item/food/philly_cheesesteak +/obj/item/food/sandwich/philly_cheesesteak name = "Philly cheesesteak" desc = "A popular sandwich made of sliced meat, onions, melted cheese in a long hoagie roll. Mouthwatering doesn't even begin to describe it." - icon = 'icons/obj/food/burgerbread.dmi' icon_state = "philly_cheesesteak" food_reagents = list( /datum/reagent/consumable/nutriment = 10, @@ -239,13 +217,10 @@ ) tastes = list("bread" = 1, "juicy meat" = 1, "melted cheese" = 1, "onions" = 1) foodtypes = GRAIN | MEAT | DAIRY | VEGETABLES - food_flags = FOOD_FINGER_FOOD - w_class = WEIGHT_CLASS_SMALL -/obj/item/food/toast_sandwich +/obj/item/food/sandwich/toast_sandwich name = "toast sandwich" desc = "A piece of buttered toast between two slices of bread. Why would you make this?" - icon = 'icons/obj/food/burgerbread.dmi' icon_state = "toast_sandwich" bite_consumption = 3 food_reagents = list( @@ -254,13 +229,10 @@ ) tastes = list("bread" = 2, "Britain" = 1, "butter" = 1, "toast" = 1) foodtypes = GRAIN - food_flags = FOOD_FINGER_FOOD - w_class = WEIGHT_CLASS_SMALL -/obj/item/food/death_sandwich +/obj/item/food/sandwich/death name = "death sandwich" desc = "Eat it right, or you die!" - icon = 'icons/obj/food/burgerbread.dmi' icon_state = "death_sandwich" food_reagents = list( /datum/reagent/consumable/nutriment = 8, @@ -269,21 +241,19 @@ ) tastes = list("bread" = 1, "meat" = 1, "tomato sauce" = 1, "death" = 1) foodtypes = GRAIN | MEAT - food_flags = FOOD_FINGER_FOOD - w_class = WEIGHT_CLASS_SMALL eat_time = 4 SECONDS // Makes it harder to force-feed this to people as a weapon, as funny as that is. -/obj/item/food/death_sandwich/Initialize(mapload) +/obj/item/food/sandwich/death/Initialize(mapload) . = ..() obj_flags &= ~UNIQUE_RENAME // You shouldn't be able to disguise this on account of how it kills you ///Override for checkliked callback -/obj/item/food/death_sandwich/make_edible() +/obj/item/food/sandwich/death/make_edible() . = ..() AddComponent(/datum/component/edible, check_liked = CALLBACK(src, PROC_REF(check_liked))) ///Eat it right, or you die. -/obj/item/food/death_sandwich/proc/check_liked(fraction, mob/living/carbon/human/consumer) +/obj/item/food/sandwich/death/proc/check_liked(fraction, mob/living/carbon/human/consumer) /// Closest thing to a mullet we have if(consumer.hairstyle == "Gelled Back" && istype(consumer.get_item_by_slot(ITEM_SLOT_ICLOTHING), /obj/item/clothing/under/rank/civilian/cookjorts)) return FOOD_LIKED @@ -291,7 +261,7 @@ balloon_alert(consumer, "ate it wrong!") consumer.ForceContractDisease(new/datum/disease/death_sandwich_poisoning()) -/obj/item/food/death_sandwich/suicide_act(mob/living/user) +/obj/item/food/sandwich/death/suicide_act(mob/living/user) user.visible_message(span_suicide("[user] starts to shove [src] down [user.p_their()] throat the wrong way. It looks like [user.p_theyre()] trying to commit suicide!")) qdel(src) user.gib(TRUE, TRUE, TRUE) diff --git a/code/modules/food_and_drinks/recipes/tablecraft/recipes_guide.dm b/code/modules/food_and_drinks/recipes/tablecraft/recipes_guide.dm index e14b6e9a962..2301138537f 100644 --- a/code/modules/food_and_drinks/recipes/tablecraft/recipes_guide.dm +++ b/code/modules/food_and_drinks/recipes/tablecraft/recipes_guide.dm @@ -418,8 +418,8 @@ category = CAT_BREAD /datum/crafting_recipe/food/grill/grilled_cheese_sandwich - reqs = list(/obj/item/food/cheese_sandwich = 1) - result = /obj/item/food/grilled_cheese_sandwich + reqs = list(/obj/item/food/sandwich/cheese = 1) + result = /obj/item/food/sandwich/cheese/grilled category = CAT_BREAD /datum/crafting_recipe/food/grill/moonfish diff --git a/code/modules/food_and_drinks/recipes/tablecraft/recipes_sandwich.dm b/code/modules/food_and_drinks/recipes/tablecraft/recipes_sandwich.dm index 0092b99d48f..b0c44629e18 100644 --- a/code/modules/food_and_drinks/recipes/tablecraft/recipes_sandwich.dm +++ b/code/modules/food_and_drinks/recipes/tablecraft/recipes_sandwich.dm @@ -22,7 +22,7 @@ /obj/item/food/breadslice/plain = 2, /obj/item/food/cheese/wedge = 2 ) - result = /obj/item/food/cheese_sandwich + result = /obj/item/food/sandwich/cheese category = CAT_SANDWICH /datum/crafting_recipe/food/slimesandwich @@ -31,7 +31,7 @@ /datum/reagent/toxin/slimejelly = 5, /obj/item/food/breadslice/plain = 2, ) - result = /obj/item/food/jellysandwich/slime + result = /obj/item/food/sandwich/jelly/slime category = CAT_SANDWICH /datum/crafting_recipe/food/cherrysandwich @@ -40,7 +40,7 @@ /datum/reagent/consumable/cherryjelly = 5, /obj/item/food/breadslice/plain = 2, ) - result = /obj/item/food/jellysandwich/cherry + result = /obj/item/food/sandwich/jelly/cherry category = CAT_SANDWICH /datum/crafting_recipe/food/notasandwich @@ -49,7 +49,7 @@ /obj/item/food/breadslice/plain = 2, /obj/item/clothing/mask/fakemoustache = 1 ) - result = /obj/item/food/notasandwich + result = /obj/item/food/sandwich/notasandwich category = CAT_SANDWICH /datum/crafting_recipe/food/hotdog @@ -82,7 +82,7 @@ /obj/item/food/grown/cabbage = 1, /obj/item/food/grown/tomato = 1 ) - result = /obj/item/food/blt + result = /obj/item/food/sandwich/blt category = CAT_SANDWICH /datum/crafting_recipe/food/peanut_butter_jelly_sandwich @@ -92,7 +92,7 @@ /datum/reagent/consumable/peanut_butter = 5, /datum/reagent/consumable/cherryjelly = 5 ) - result = /obj/item/food/peanut_butter_jelly_sandwich + result = /obj/item/food/sandwich/peanut_butter_jelly category = CAT_SANDWICH /datum/crafting_recipe/food/peanut_butter_banana_sandwich @@ -102,7 +102,7 @@ /datum/reagent/consumable/peanut_butter = 5, /obj/item/food/grown/banana = 1 ) - result = /obj/item/food/peanut_butter_banana_sandwich + result = /obj/item/food/sandwich/peanut_butter_banana category = CAT_SANDWICH /datum/crafting_recipe/food/philly_cheesesteak @@ -113,7 +113,7 @@ /obj/item/food/cheese/wedge = 1, /obj/item/food/grown/onion = 1, ) - result = /obj/item/food/philly_cheesesteak + result = /obj/item/food/sandwich/philly_cheesesteak category = CAT_SANDWICH /datum/crafting_recipe/food/death_sandwich @@ -125,7 +125,7 @@ /obj/item/food/meatball = 4, /obj/item/food/grown/tomato = 1, ) - result = /obj/item/food/death_sandwich + result = /obj/item/food/sandwich/death category = CAT_SANDWICH /datum/crafting_recipe/food/toast_sandwich @@ -134,5 +134,5 @@ /obj/item/food/breadslice/plain = 2, /obj/item/food/butteredtoast = 1, ) - result = /obj/item/food/toast_sandwich + result = /obj/item/food/sandwich/toast_sandwich category = CAT_SANDWICH diff --git a/code/modules/food_and_drinks/restaurant/customers/_customer.dm b/code/modules/food_and_drinks/restaurant/customers/_customer.dm index eca347011fc..761a7e77144 100644 --- a/code/modules/food_and_drinks/restaurant/customers/_customer.dm +++ b/code/modules/food_and_drinks/restaurant/customers/_customer.dm @@ -393,7 +393,7 @@ /obj/item/food/benedict = 5, /obj/item/food/fishandchips = 10, /obj/item/food/full_english = 2, - /obj/item/food/grilled_cheese_sandwich = 5, + /obj/item/food/sandwich/cheese/grilled = 5, /obj/item/food/pie/meatpie = 5, /obj/item/food/salad/ricepudding = 5, ), diff --git a/icons/obj/food/burgerbread.dmi b/icons/obj/food/burgerbread.dmi index ebddb3585c49c26157b1c72831108e880ab5e987..a49423ba87cf46b6674e53e0c96fddbd77464d9c 100644 GIT binary patch delta 14906 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 delta 15366 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 diff --git a/tools/UpdatePaths/Scripts/75750_sandwich_types.txt b/tools/UpdatePaths/Scripts/75750_sandwich_types.txt new file mode 100644 index 00000000000..3e05711ba3c --- /dev/null +++ b/tools/UpdatePaths/Scripts/75750_sandwich_types.txt @@ -0,0 +1,10 @@ +/obj/item/food/cheese_sandwich : /obj/item/food/sandwich/cheese{@OLD} +/obj/item/food/grilled_cheese_sandwich : /obj/item/food/sandwich/cheese/grilled{@OLD} +/obj/item/food/jellysandwich/@SUBTYPES : /obj/item/food/sandwich/jelly/@SUBTYPES{@OLD} +/obj/item/food/notasandwich : /obj/item/food/sandwich/notasandwich{@OLD} +/obj/item/food/blt : /obj/item/food/sandwich/blt{@OLD} +/obj/item/food/peanut_butter_jelly_sandwich : /obj/item/food/sandwich/peanut_butter_jelly{@OLD} +/obj/item/food/peanut_butter_banana_sandwich : /obj/item/food/sandwich/peanut_banana_banana{@OLD} +/obj/item/food/philly_cheesesteak : /obj/item/food/sandwich/philly_cheesesteak{@OLD} +/obj/item/food/toast_sandwich : /obj/item/food/sandwich/toast_sandwich{@OLD} +/obj/item/food/death_sandwich : /obj/item/food/sandwich/death{@OLD}