diff --git a/_maps/map_files/RandomRuins/LavaRuins/lavaland_surface_shuttlecrash.dmm b/_maps/map_files/RandomRuins/LavaRuins/lavaland_surface_shuttlecrash.dmm index 2d2c1fd777d..e64f6a181d6 100644 --- a/_maps/map_files/RandomRuins/LavaRuins/lavaland_surface_shuttlecrash.dmm +++ b/_maps/map_files/RandomRuins/LavaRuins/lavaland_surface_shuttlecrash.dmm @@ -624,7 +624,7 @@ /turf/simulated/floor/mineral/plastitanium, /area/ruin/unpowered/misc_lavaruin) "Uw" = ( -/obj/structure/closet/walllocker/emerglocker/north, +/obj/structure/closet/walllocker/emerglocker/directional/north, /obj/effect/decal/cleanable/cobweb, /turf/simulated/floor/plasteel/lavaland_air{ icon_state = "titanium_blue" diff --git a/_maps/map_files/RandomRuins/SpaceRuins/mechtransport.dmm b/_maps/map_files/RandomRuins/SpaceRuins/mechtransport.dmm index 846512593c1..fbd48808317 100644 --- a/_maps/map_files/RandomRuins/SpaceRuins/mechtransport.dmm +++ b/_maps/map_files/RandomRuins/SpaceRuins/mechtransport.dmm @@ -605,7 +605,7 @@ /turf/simulated/floor/plasteel/dark, /area/ruin/space/mech_transport) "RY" = ( -/obj/structure/closet/walllocker/emerglocker/east, +/obj/structure/closet/walllocker/emerglocker/directional/east, /turf/simulated/floor/mineral/plastitanium/red/airless, /area/ruin/space/mech_transport) "So" = ( diff --git a/_maps/map_files/RandomRuins/SpaceRuins/moonoutpost19.dmm b/_maps/map_files/RandomRuins/SpaceRuins/moonoutpost19.dmm index 172fb56782e..bc081a7b0ba 100644 --- a/_maps/map_files/RandomRuins/SpaceRuins/moonoutpost19.dmm +++ b/_maps/map_files/RandomRuins/SpaceRuins/moonoutpost19.dmm @@ -986,9 +986,7 @@ /obj/structure/railing{ dir = 8 }, -/obj/structure/closet/walllocker/emerglocker{ - pixel_y = 32 - }, +/obj/structure/closet/walllocker/emerglocker/directional/north, /obj/machinery/light/small{ dir = 1 }, @@ -1173,9 +1171,7 @@ }, /area/ruin/space/moonbase19) "dD" = ( -/obj/structure/closet/walllocker/emerglocker{ - pixel_y = 32 - }, +/obj/structure/closet/walllocker/emerglocker/directional/north, /turf/simulated/floor/catwalk, /area/ruin/space/moonbase19) "dE" = ( @@ -2557,9 +2553,7 @@ /obj/structure/railing{ dir = 4 }, -/obj/structure/closet/walllocker/emerglocker{ - pixel_y = 32 - }, +/obj/structure/closet/walllocker/emerglocker/directional/north, /obj/structure/closet/crate, /obj/machinery/light/small{ dir = 1 diff --git a/_maps/map_files/RandomRuins/SpaceRuins/syndicatedruglab.dmm b/_maps/map_files/RandomRuins/SpaceRuins/syndicatedruglab.dmm index 9095573f154..63cc3040fdd 100644 --- a/_maps/map_files/RandomRuins/SpaceRuins/syndicatedruglab.dmm +++ b/_maps/map_files/RandomRuins/SpaceRuins/syndicatedruglab.dmm @@ -129,7 +129,7 @@ dir = 4 }, /obj/structure/disposalpipe/segment, -/obj/structure/closet/walllocker/emerglocker/west, +/obj/structure/closet/walllocker/emerglocker/directional/west, /turf/simulated/floor/plating, /area/ruin/space/syndicate_druglab) "rJ" = ( diff --git a/_maps/map_files/RandomRuins/SpaceRuins/wreckedcargoship.dmm b/_maps/map_files/RandomRuins/SpaceRuins/wreckedcargoship.dmm index 76bfbb14e22..95798d0d8a1 100644 --- a/_maps/map_files/RandomRuins/SpaceRuins/wreckedcargoship.dmm +++ b/_maps/map_files/RandomRuins/SpaceRuins/wreckedcargoship.dmm @@ -1,10 +1,7 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE "ae" = ( /obj/machinery/light/small, -/obj/structure/closet/walllocker/emerglocker{ - dir = 8; - pixel_x = -32 - }, +/obj/structure/closet/walllocker/emerglocker/directional/west, /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/pod/light, /area/ruin/space/wreck_cargoship) @@ -457,9 +454,7 @@ /turf/simulated/floor/plasteel, /area/ruin/space/wreck_cargoship) "pD" = ( -/obj/structure/closet/walllocker/emerglocker{ - pixel_y = 32 - }, +/obj/structure/closet/walllocker/emerglocker/directional/north, /turf/simulated/floor/plasteel{ dir = 9; icon_state = "caution" @@ -623,10 +618,7 @@ /turf/simulated/floor/plasteel, /area/ruin/space/wreck_cargoship) "yF" = ( -/obj/structure/closet/walllocker/emerglocker{ - dir = 4; - pixel_x = 32 - }, +/obj/structure/closet/walllocker/emerglocker/directional/east, /turf/simulated/floor/plasteel{ icon_state = "titanium"; dir = 4 diff --git a/_maps/map_files/generic/Lavaland.dmm b/_maps/map_files/generic/Lavaland.dmm index 6bf57cfc9a9..0bd8d64d0c4 100644 --- a/_maps/map_files/generic/Lavaland.dmm +++ b/_maps/map_files/generic/Lavaland.dmm @@ -6550,7 +6550,7 @@ /turf/simulated/floor/catwalk, /area/mine/outpost/hallway/west) "zm" = ( -/obj/structure/closet/walllocker/emerglocker/north, +/obj/structure/closet/walllocker/emerglocker/directional/north, /obj/item/storage/toolbox/mechanical, /obj/item/flashlight/flare, /turf/simulated/floor/mineral/titanium/blue, diff --git a/_maps/map_files/shuttles/admin_hospital.dmm b/_maps/map_files/shuttles/admin_hospital.dmm index 47d7012fefd..45a72ba289f 100644 --- a/_maps/map_files/shuttles/admin_hospital.dmm +++ b/_maps/map_files/shuttles/admin_hospital.dmm @@ -291,9 +291,7 @@ /obj/machinery/light{ dir = 1 }, -/obj/structure/closet/walllocker/emerglocker{ - pixel_y = 32 - }, +/obj/structure/closet/walllocker/emerglocker/directional/north, /turf/simulated/floor/mineral/titanium, /area/shuttle/administration) "bv" = ( diff --git a/_maps/map_files/shuttles/emergency_bar.dmm b/_maps/map_files/shuttles/emergency_bar.dmm index 7fd69ac03f4..7983ee3fb74 100644 --- a/_maps/map_files/shuttles/emergency_bar.dmm +++ b/_maps/map_files/shuttles/emergency_bar.dmm @@ -47,9 +47,7 @@ /turf/simulated/floor/carpet/red, /area/shuttle/escape) "ao" = ( -/obj/structure/closet/walllocker/emerglocker{ - pixel_x = 28 - }, +/obj/structure/closet/walllocker/emerglocker/directional/east, /obj/structure/chair/comfy/shuttle{ dir = 1 }, @@ -131,9 +129,7 @@ /obj/structure/chair{ dir = 4 }, -/obj/structure/closet/walllocker/emerglocker{ - pixel_x = -28 - }, +/obj/structure/closet/walllocker/emerglocker/directional/west, /obj/structure/chair/comfy/shuttle{ dir = 4 }, diff --git a/_maps/map_files/shuttles/emergency_clown.dmm b/_maps/map_files/shuttles/emergency_clown.dmm index cd5f99456e0..049df4e779a 100644 --- a/_maps/map_files/shuttles/emergency_clown.dmm +++ b/_maps/map_files/shuttles/emergency_clown.dmm @@ -47,9 +47,7 @@ /turf/simulated/floor/noslip, /area/shuttle/escape) "ao" = ( -/obj/structure/closet/walllocker/emerglocker{ - pixel_x = -28 - }, +/obj/structure/closet/walllocker/emerglocker/directional/west, /obj/structure/chair/comfy/shuttle{ dir = 1 }, @@ -62,9 +60,7 @@ }, /area/shuttle/escape) "aq" = ( -/obj/structure/closet/walllocker/emerglocker{ - pixel_x = 28 - }, +/obj/structure/closet/walllocker/emerglocker/directional/east, /obj/structure/chair/comfy/shuttle{ dir = 1 }, @@ -135,9 +131,7 @@ }, /area/shuttle/escape) "aG" = ( -/obj/structure/closet/walllocker/emerglocker{ - pixel_x = -28 - }, +/obj/structure/closet/walllocker/emerglocker/directional/west, /turf/simulated/floor/mineral/plastitanium/red/brig, /area/shuttle/escape) "aH" = ( @@ -153,9 +147,7 @@ /turf/simulated/wall/indestructible/fakedoor, /area/shuttle/escape) "aK" = ( -/obj/structure/closet/walllocker/emerglocker{ - pixel_x = 28 - }, +/obj/structure/closet/walllocker/emerglocker/directional/east, /obj/structure/bed, /obj/item/bedsheet/rainbow, /turf/simulated/floor/noslip, diff --git a/_maps/map_files/shuttles/emergency_mil.dmm b/_maps/map_files/shuttles/emergency_mil.dmm index 721e3bca51e..fd8509e3860 100644 --- a/_maps/map_files/shuttles/emergency_mil.dmm +++ b/_maps/map_files/shuttles/emergency_mil.dmm @@ -131,9 +131,7 @@ }, /area/shuttle/escape) "aN" = ( -/obj/structure/closet/walllocker/emerglocker{ - pixel_x = -28 - }, +/obj/structure/closet/walllocker/emerglocker/directional/west, /turf/simulated/floor/mineral/plastitanium/red/brig, /area/shuttle/escape) "aO" = ( @@ -293,9 +291,7 @@ /turf/simulated/floor/plating, /area/shuttle/escape) "bi" = ( -/obj/structure/closet/walllocker/emerglocker{ - pixel_x = 28 - }, +/obj/structure/closet/walllocker/emerglocker/directional/east, /turf/simulated/floor/plating, /area/shuttle/escape) "bj" = ( diff --git a/_maps/map_files/shuttles/emergency_narnar.dmm b/_maps/map_files/shuttles/emergency_narnar.dmm index d663338d87c..70f1f8e9ee0 100644 --- a/_maps/map_files/shuttles/emergency_narnar.dmm +++ b/_maps/map_files/shuttles/emergency_narnar.dmm @@ -44,18 +44,14 @@ /turf/simulated/floor/engine/cult, /area/shuttle/escape) "al" = ( -/obj/structure/closet/walllocker/emerglocker{ - pixel_x = -28 - }, +/obj/structure/closet/walllocker/emerglocker/directional/west, /obj/structure/chair/comfy/shuttle{ dir = 1 }, /turf/simulated/floor/engine/cult, /area/shuttle/escape) "am" = ( -/obj/structure/closet/walllocker/emerglocker{ - pixel_x = 28 - }, +/obj/structure/closet/walllocker/emerglocker/directional/east, /obj/structure/chair/comfy/shuttle{ dir = 1 }, @@ -129,9 +125,7 @@ /turf/simulated/floor/engine/cult, /area/shuttle/escape) "ax" = ( -/obj/structure/closet/walllocker/emerglocker{ - pixel_x = -28 - }, +/obj/structure/closet/walllocker/emerglocker/directional/west, /obj/effect/decal/remains/human{ desc = "This guy seemed to have died in terrible way! Half his remains are dust."; name = "Human remains" @@ -150,7 +144,7 @@ /turf/simulated/floor/engine/cult, /area/shuttle/escape) "aA" = ( -/obj/structure/closet/walllocker/emerglocker/north, +/obj/structure/closet/walllocker/emerglocker/directional/north, /turf/simulated/floor/engine/cult, /area/shuttle/escape) "aB" = ( @@ -202,9 +196,7 @@ /turf/simulated/floor/engine/cult, /area/shuttle/escape) "aJ" = ( -/obj/structure/closet/walllocker/emerglocker{ - pixel_x = 28 - }, +/obj/structure/closet/walllocker/emerglocker/directional/east, /obj/machinery/light/spot{ dir = 4 }, diff --git a/_maps/map_files/shuttles/emergency_old.dmm b/_maps/map_files/shuttles/emergency_old.dmm index ada6299089e..fb4a575aa40 100644 --- a/_maps/map_files/shuttles/emergency_old.dmm +++ b/_maps/map_files/shuttles/emergency_old.dmm @@ -57,18 +57,14 @@ /turf/simulated/floor/mineral/titanium/blue, /area/shuttle/escape) "ap" = ( -/obj/structure/closet/walllocker/emerglocker{ - pixel_x = -28 - }, +/obj/structure/closet/walllocker/emerglocker/directional/west, /obj/structure/chair/comfy/shuttle{ dir = 1 }, /turf/simulated/floor/mineral/titanium/blue, /area/shuttle/escape) "aq" = ( -/obj/structure/closet/walllocker/emerglocker{ - pixel_x = 28 - }, +/obj/structure/closet/walllocker/emerglocker/directional/east, /obj/structure/chair/comfy/shuttle{ dir = 1 }, @@ -119,18 +115,14 @@ /turf/simulated/floor/mineral/titanium, /area/shuttle/escape) "aE" = ( -/obj/structure/closet/walllocker/emerglocker{ - pixel_x = -28 - }, +/obj/structure/closet/walllocker/emerglocker/directional/west, /obj/structure/chair/comfy/shuttle{ dir = 4 }, /turf/simulated/floor/mineral/plastitanium/red/brig, /area/shuttle/escape) "aG" = ( -/obj/structure/closet/walllocker/emerglocker{ - pixel_x = 28 - }, +/obj/structure/closet/walllocker/emerglocker/directional/east, /obj/structure/chair/comfy/shuttle{ dir = 8 }, @@ -153,9 +145,7 @@ /turf/simulated/floor/mineral/titanium, /area/shuttle/escape) "aM" = ( -/obj/structure/closet/walllocker/emerglocker{ - pixel_x = 28 - }, +/obj/structure/closet/walllocker/emerglocker/directional/east, /obj/machinery/light/spot{ dir = 4 }, diff --git a/_maps/map_files/stations/boxstation.dmm b/_maps/map_files/stations/boxstation.dmm index 1c928b3c9ed..8a10fbc35c9 100644 --- a/_maps/map_files/stations/boxstation.dmm +++ b/_maps/map_files/stations/boxstation.dmm @@ -14272,7 +14272,7 @@ }, /area/station/hallway/secondary/entry) "aXr" = ( -/obj/structure/closet/walllocker/emerglocker/north, +/obj/structure/closet/walllocker/emerglocker/directional/north, /turf/simulated/floor/mineral/titanium/blue, /area/shuttle/arrival/station) "aXs" = ( @@ -14302,7 +14302,7 @@ /turf/simulated/floor/mineral/titanium/blue, /area/shuttle/arrival/station) "aXy" = ( -/obj/structure/closet/walllocker/emerglocker/north, +/obj/structure/closet/walllocker/emerglocker/directional/north, /obj/machinery/light{ dir = 1 }, @@ -20959,17 +20959,6 @@ /obj/structure/chair/comfy/black, /turf/simulated/floor/wood, /area/station/service/library) -"brz" = ( -/obj/structure/closet/walllocker/emerglocker/north, -/obj/structure/rack{ - dir = 8; - layer = 2.9 - }, -/obj/item/extinguisher, -/obj/item/extinguisher, -/obj/item/extinguisher, -/turf/simulated/floor/plating, -/area/station/public/storage/emergency/port) "brA" = ( /obj/structure/chair/office/dark, /obj/effect/landmark/start/librarian, @@ -24406,7 +24395,7 @@ /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/closet/walllocker/emerglocker/north, +/obj/structure/closet/walllocker/emerglocker/directional/north, /turf/simulated/floor/plasteel, /area/station/hallway/primary/starboard/east) "bFC" = ( @@ -26378,7 +26367,7 @@ /area/station/science/robotics) "bNo" = ( /obj/structure/reagent_dispensers/water_cooler, -/obj/structure/closet/walllocker/emerglocker/west, +/obj/structure/closet/walllocker/emerglocker/directional/west, /turf/simulated/floor/plasteel{ icon_state = "bluefull" }, @@ -31883,7 +31872,7 @@ name = "west bump"; pixel_x = -28 }, -/obj/structure/closet/walllocker/emerglocker/south, +/obj/structure/closet/walllocker/emerglocker/directional/south, /obj/machinery/economy/vending/medical, /turf/simulated/floor/plasteel{ dir = 4; @@ -40687,7 +40676,7 @@ /obj/machinery/light/small{ dir = 4 }, -/obj/structure/closet/walllocker/emerglocker/north, +/obj/structure/closet/walllocker/emerglocker/directional/north, /obj/machinery/atmospherics/unary/vent_pump/high_volume{ autolink_id = "eng_vent" }, @@ -48597,7 +48586,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 9 }, -/obj/structure/closet/walllocker/emerglocker/east, +/obj/structure/closet/walllocker/emerglocker/directional/east, /obj/structure/extinguisher_cabinet{ name = "south bump"; pixel_y = -30 @@ -50507,6 +50496,14 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plating, /area/station/maintenance/aft) +"eOg" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/economy/atm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/lobby) "eOh" = ( /obj/machinery/economy/vending/cigarette, /obj/structure/window/reinforced, @@ -52955,6 +52952,11 @@ icon_state = "white" }, /area/station/maintenance/asmaint) +"gaW" = ( +/obj/effect/spawner/random/blood/often, +/obj/machinery/economy/atm/directional/north, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint2) "gba" = ( /obj/structure/table/reinforced, /obj/machinery/door/firedoor, @@ -57502,7 +57504,7 @@ /obj/structure/chair/sofa/corp/left{ dir = 1 }, -/obj/structure/closet/walllocker/emerglocker/south, +/obj/structure/closet/walllocker/emerglocker/directional/south, /turf/simulated/floor/plasteel{ icon_state = "darkblue" }, @@ -60069,14 +60071,6 @@ }, /turf/simulated/floor/plasteel, /area/station/science/xenobiology) -"jPg" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/economy/atm/directional/west, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "redcorner" - }, -/area/station/security/lobby) "jPk" = ( /obj/structure/cable{ icon_state = "0-2" @@ -61457,13 +61451,6 @@ /obj/effect/mapping_helpers/turfs/rust/maybe, /turf/simulated/wall/r_wall, /area/station/engineering/gravitygenerator) -"kyJ" = ( -/obj/machinery/economy/atm/directional/north, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "yellowcorner" - }, -/area/station/hallway/primary/aft/south) "kzB" = ( /obj/effect/spawner/random/food_or_drink/three_course_meal, /obj/structure/closet/crate/freezer, @@ -64396,6 +64383,10 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/fpmaint2) +"lVm" = ( +/obj/item/kirbyplants/large, +/turf/simulated/floor/wood, +/area/station/service/bar) "lVr" = ( /obj/machinery/atmospherics/pipe/simple/visible/supply{ dir = 10 @@ -68138,6 +68129,15 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/aft) +"nZt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/north) "nZF" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/research{ @@ -73544,12 +73544,6 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plating, /area/station/maintenance/aft) -"qEe" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/simulated/floor/plasteel, -/area/station/hallway/secondary/entry/north) "qEg" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -75082,10 +75076,6 @@ icon_state = "dark" }, /area/station/telecomms/chamber) -"rsw" = ( -/obj/item/kirbyplants/large, -/turf/simulated/floor/wood, -/area/station/service/bar) "rsz" = ( /obj/structure/cable{ icon_state = "1-2" @@ -75520,6 +75510,13 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/aft) +"rED" = ( +/obj/machinery/economy/atm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/aft/south) "rET" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 5 @@ -75868,7 +75865,7 @@ /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 1 }, -/obj/structure/closet/walllocker/emerglocker/east, +/obj/structure/closet/walllocker/emerglocker/directional/east, /turf/simulated/floor/plasteel{ dir = 4; icon_state = "whiteblue" @@ -77604,7 +77601,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, -/obj/structure/closet/walllocker/emerglocker/north, +/obj/structure/closet/walllocker/emerglocker/directional/north, /obj/structure/cable{ icon_state = "4-8" }, @@ -82849,6 +82846,12 @@ }, /turf/simulated/floor/wood, /area/station/command/office/ntrep) +"vGS" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry/north) "vHd" = ( /obj/effect/spawner/window/reinforced/grilled, /obj/structure/cable{ @@ -82995,15 +82998,6 @@ icon_state = "bluecorner" }, /area/station/hallway/secondary/exit) -"vKU" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/simulated/floor/plasteel, -/area/station/hallway/secondary/entry/north) "vLb" = ( /obj/effect/spawner/window/reinforced/grilled, /obj/structure/cable{ @@ -84477,6 +84471,15 @@ icon_state = "whitehall" }, /area/station/hallway/primary/starboard/west) +"wBH" = ( +/obj/structure/closet/walllocker/emerglocker/directional/north, +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/extinguisher, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency/port) "wCg" = ( /obj/structure/cable, /obj/structure/cable{ @@ -85844,11 +85847,6 @@ }, /turf/simulated/floor/plasteel, /area/station/maintenance/assembly_line) -"xnt" = ( -/obj/effect/spawner/random/blood/often, -/obj/machinery/economy/atm/directional/north, -/turf/simulated/floor/wood, -/area/station/maintenance/apmaint2) "xnF" = ( /obj/structure/cable{ icon_state = "1-2" @@ -97907,7 +97905,7 @@ aJP aRm aOR aQa -qEe +vGS aMD fay fay @@ -98935,7 +98933,7 @@ aJR aRV aOR aQa -vKU +nZt aRd nff aUm @@ -109230,7 +109228,7 @@ bgA blO iPh blR -brz +wBH bsD bui blR @@ -110303,7 +110301,7 @@ gwb uWp tGO cgQ -xnt +gaW xRm lnh kym @@ -116214,7 +116212,7 @@ cBp cAL cDY cvx -kyJ +rED mqV ePP ePP @@ -116653,7 +116651,7 @@ avd axD axA ayj -jPg +eOg azP aBY aCv @@ -124399,7 +124397,7 @@ bqk bqk bqk bAV -rsw +lVm aUS bAo bHy diff --git a/_maps/map_files/stations/cerestation.dmm b/_maps/map_files/stations/cerestation.dmm index 182cafd541c..d5ef0a11b81 100644 --- a/_maps/map_files/stations/cerestation.dmm +++ b/_maps/map_files/stations/cerestation.dmm @@ -8086,7 +8086,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 6 }, -/obj/structure/closet/walllocker/emerglocker/west, +/obj/structure/closet/walllocker/emerglocker/directional/west, /turf/simulated/floor/plasteel{ dir = 8; icon_state = "whitegreen" @@ -8575,12 +8575,6 @@ icon_state = "darkgreen" }, /area/station/medical/virology) -"bpS" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/universal, -/turf/simulated/floor/plasteel{ - icon_state = "darkgreen" - }, -/area/station/medical/virology) "bpT" = ( /turf/simulated/floor/plasteel{ dir = 8; @@ -16645,7 +16639,7 @@ }, /area/station/science/hallway) "ckI" = ( -/obj/structure/closet/walllocker/emerglocker/west, +/obj/structure/closet/walllocker/emerglocker/directional/west, /turf/simulated/floor/plasteel{ icon_state = "darkbluecorners" }, @@ -18467,7 +18461,7 @@ }, /area/station/science/misc_lab) "czg" = ( -/obj/structure/closet/walllocker/emerglocker/east, +/obj/structure/closet/walllocker/emerglocker/directional/east, /turf/simulated/floor/plasteel{ dir = 8; icon_state = "darkredcorners" @@ -35578,6 +35572,11 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, /turf/simulated/floor/plating, /area/station/hallway/primary/fore/north) +"fXv" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) "fXz" = ( /obj/effect/spawner/random/dirt/often, /obj/structure/extinguisher_cabinet{ @@ -35653,6 +35652,22 @@ }, /turf/simulated/floor/carpet/arcade, /area/station/public/arcade) +"fYt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/orange{ + icon_state = "4-8" + }, +/obj/machinery/economy/atm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "escape" + }, +/area/station/hallway/secondary/entry/east) "fYw" = ( /obj/structure/sign/radiation/rad_area, /turf/simulated/wall/r_wall, @@ -37921,6 +37936,13 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plating, /area/station/maintenance/port) +"gFd" = ( +/obj/machinery/shower{ + pixel_y = 24 + }, +/obj/effect/turf_decal/delivery/red/hollow, +/turf/simulated/floor/noslip, +/area/station/medical/virology) "gFg" = ( /turf/simulated/floor/plating{ icon_state = "asteroidplating" @@ -47775,18 +47797,6 @@ icon_state = "darkredfull" }, /area/station/medical/morgue) -"iVq" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable/orange{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/economy/atm/directional/east, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "redcorner" - }, -/area/station/security/lobby) "iVv" = ( /obj/structure/chair/stool{ dir = 1 @@ -51574,11 +51584,6 @@ icon_state = "redcorner" }, /area/station/hallway/primary/fore/west) -"jKO" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/station/maintenance/starboard) "jKQ" = ( /obj/machinery/light/small{ dir = 4 @@ -51637,6 +51642,19 @@ icon_state = "bluecorner" }, /area/station/hallway/primary/starboard/south) +"jLs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/economy/atm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/south) "jLv" = ( /obj/structure/cable{ icon_state = "2-4" @@ -55844,10 +55862,6 @@ icon_state = "bcircuit" }, /area/station/command/vault) -"kJa" = ( -/obj/machinery/economy/atm/directional/west, -/turf/simulated/floor/wood, -/area/station/maintenance/gambling_den) "kJb" = ( /obj/structure/disposalpipe/segment{ color = "#954535" @@ -61942,19 +61956,6 @@ }, /turf/simulated/floor/plating, /area/station/hallway/primary/central/west) -"mcc" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/economy/atm/directional/north, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/south) "mck" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 10 @@ -66208,6 +66209,10 @@ /obj/effect/mapping_helpers/airlock/access/any/supply/mining, /turf/simulated/floor/plating, /area/station/maintenance/starboard) +"nii" = ( +/obj/machinery/economy/atm/directional/west, +/turf/simulated/floor/wood, +/area/station/maintenance/gambling_den) "nik" = ( /obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, /obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, @@ -78529,6 +78534,18 @@ icon_state = "asteroidplating" }, /area/station/maintenance/fsmaint) +"qfO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/orange{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/economy/atm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/lobby) "qga" = ( /obj/structure/cable{ icon_state = "4-8" @@ -82160,6 +82177,25 @@ /obj/effect/mapping_helpers/airlock/locked, /turf/simulated/floor/plating, /area/station/supply/storage) +"qYA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/orange{ + icon_state = "4-8" + }, +/obj/machinery/economy/atm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/fore/west) "qYE" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -85260,25 +85296,6 @@ icon_state = "red" }, /area/station/security/range) -"rNj" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/orange{ - icon_state = "4-8" - }, -/obj/machinery/economy/atm/directional/north, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/fore/west) "rNm" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -85657,13 +85674,6 @@ }, /turf/simulated/floor/carpet/royalblack, /area/station/service/bar) -"rRd" = ( -/obj/machinery/shower{ - pixel_y = 24 - }, -/obj/effect/turf_decal/delivery/red/hollow, -/turf/simulated/floor/noslip, -/area/station/medical/virology) "rRe" = ( /obj/machinery/door/airlock/maintenance{ name = "Medbay Access" @@ -92955,22 +92965,6 @@ icon_state = "purplecorner" }, /area/station/hallway/primary/aft/east) -"tBx" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable/orange{ - icon_state = "4-8" - }, -/obj/machinery/economy/atm/directional/north, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "escape" - }, -/area/station/hallway/secondary/entry/east) "tBG" = ( /obj/structure/disposalpipe/segment, /obj/effect/spawner/window/reinforced, @@ -95933,6 +95927,12 @@ icon_state = "freezerfloor" }, /area/station/medical/cloning) +"ulc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreen" + }, +/area/station/medical/virology) "uld" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ @@ -96799,7 +96799,7 @@ /obj/structure/cable/orange{ icon_state = "2-8" }, -/obj/structure/closet/walllocker/emerglocker/east, +/obj/structure/closet/walllocker/emerglocker/directional/east, /turf/simulated/floor/plasteel{ icon_state = "whitepurple"; dir = 4 @@ -130060,7 +130060,7 @@ avf aGB qyA qyA -iVq +qfO qyA crz jKZ @@ -130123,7 +130123,7 @@ nCV aZZ aZZ aZZ -mcc +jLs abh gTt cxo @@ -135281,7 +135281,7 @@ sbn sbn oTL qDR -kJa +nii gLG bRd doZ @@ -137772,7 +137772,7 @@ wvr kop bvz wvr -rNj +qYA chV iEe dzk @@ -159212,7 +159212,7 @@ nlJ tJP kQz nFW -tBx +fYt djw fEC xMQ @@ -166335,7 +166335,7 @@ fqw nTw lRL bni -rRd +gFd siv bJe uCk @@ -169937,7 +169937,7 @@ bni dzF dzP boq -bpS +ulc aGe dgD iQz @@ -172250,7 +172250,7 @@ lCC hnV tqi tqi -jKO +fXv eKJ wyL iJv diff --git a/_maps/map_files/stations/deltastation.dmm b/_maps/map_files/stations/deltastation.dmm index 02b223d7800..762b7dfbee5 100644 --- a/_maps/map_files/stations/deltastation.dmm +++ b/_maps/map_files/stations/deltastation.dmm @@ -49353,7 +49353,7 @@ }, /area/station/maintenance/aft) "dtS" = ( -/obj/structure/closet/walllocker/emerglocker/north, +/obj/structure/closet/walllocker/emerglocker/directional/north, /turf/simulated/floor/plasteel{ dir = 1; icon_state = "whitepurplecorner" @@ -61937,7 +61937,7 @@ /turf/simulated/floor/plasteel, /area/station/maintenance/port) "hEk" = ( -/obj/structure/closet/walllocker/emerglocker/west, +/obj/structure/closet/walllocker/emerglocker/directional/west, /obj/effect/turf_decal/delivery/hollow, /turf/simulated/floor/mineral/titanium, /area/shuttle/arrival/station) @@ -83063,7 +83063,7 @@ }, /area/station/medical/medbay) "sAs" = ( -/obj/structure/closet/walllocker/emerglocker/north, +/obj/structure/closet/walllocker/emerglocker/directional/north, /obj/structure/cable{ icon_state = "2-8" }, @@ -85710,7 +85710,7 @@ dir = 1; network = list("Medical","SS13") }, -/obj/structure/closet/walllocker/emerglocker/south, +/obj/structure/closet/walllocker/emerglocker/directional/south, /turf/simulated/floor/plasteel{ dir = 8; icon_state = "whitebluecorner" @@ -89152,9 +89152,7 @@ /turf/simulated/wall, /area/station/engineering/gravitygenerator) "vzU" = ( -/obj/structure/closet/walllocker/emerglocker/north{ - pixel_x = -32 - }, +/obj/structure/closet/walllocker/emerglocker/directional/north, /turf/simulated/floor/plating, /area/station/maintenance/apmaint) "vAF" = ( @@ -90240,7 +90238,7 @@ /area/station/supply/expedition) "vZx" = ( /obj/effect/turf_decal/delivery/hollow, -/obj/structure/closet/walllocker/emerglocker/east, +/obj/structure/closet/walllocker/emerglocker/directional/east, /turf/simulated/floor/mineral/titanium/blue, /area/shuttle/arrival/station) "vZK" = ( @@ -93622,7 +93620,7 @@ /turf/simulated/floor/plasteel, /area/station/hallway/secondary/entry/east) "xIm" = ( -/obj/structure/closet/walllocker/emerglocker/west, +/obj/structure/closet/walllocker/emerglocker/directional/west, /turf/simulated/floor/plasteel{ dir = 8; icon_state = "whitebluecorner" diff --git a/_maps/map_files/stations/emeraldstation.dmm b/_maps/map_files/stations/emeraldstation.dmm index 18a57364152..cd9db259543 100644 --- a/_maps/map_files/stations/emeraldstation.dmm +++ b/_maps/map_files/stations/emeraldstation.dmm @@ -13039,13 +13039,6 @@ /obj/effect/turf_decal/box, /turf/simulated/floor/plasteel, /area/station/engineering/equipmentstorage) -"cCX" = ( -/obj/machinery/economy/atm/directional/east, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "purplecorner" - }, -/area/station/hallway/primary/starboard/south) "cDa" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/drip, @@ -20920,6 +20913,12 @@ /obj/effect/mapping_helpers/turfs/rust/maybe, /turf/simulated/wall/r_wall, /area/station/command/vault) +"ejN" = ( +/obj/machinery/economy/atm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/ne) "ejP" = ( /obj/machinery/camera{ c_tag = "Starboard Primary Hall East"; @@ -27375,6 +27374,10 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/storage) +"fuX" = ( +/obj/machinery/economy/atm/directional/west, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) "fve" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -37615,7 +37618,7 @@ dir = 8 }, /obj/effect/landmark/spawner/late/crew, -/obj/structure/closet/walllocker/emerglocker/east, +/obj/structure/closet/walllocker/emerglocker/directional/east, /turf/simulated/floor/mineral/titanium/blue, /area/shuttle/arrival/station) "hwx" = ( @@ -58293,12 +58296,6 @@ }, /turf/simulated/floor/plasteel, /area/station/engineering/atmos/asteroid_filtering) -"lCc" = ( -/obj/machinery/economy/atm/directional/east, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/central/ne) "lCl" = ( /obj/structure/cable{ icon_state = "2-4" @@ -60712,6 +60709,10 @@ "meA" = ( /turf/simulated/wall/r_wall, /area/station/engineering/engine/supermatter) +"meR" = ( +/obj/machinery/economy/atm/directional/north, +/turf/simulated/floor/wood, +/area/station/service/bar) "meX" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 8 @@ -61867,6 +61868,13 @@ }, /turf/simulated/floor/engine, /area/station/engineering/engine) +"mqU" = ( +/obj/effect/turf_decal/siding{ + dir = 5 + }, +/obj/machinery/economy/atm/directional/west, +/turf/simulated/floor/engine, +/area/station/hallway/spacebridge/security/west) "mqW" = ( /obj/structure/table, /obj/machinery/firealarm/directional/south, @@ -68232,13 +68240,6 @@ }, /turf/simulated/floor/plasteel, /area/station/hallway/primary/central/north) -"nEV" = ( -/obj/effect/turf_decal/siding{ - dir = 5 - }, -/obj/machinery/economy/atm/directional/west, -/turf/simulated/floor/engine, -/area/station/hallway/spacebridge/security/west) "nFi" = ( /obj/machinery/atmospherics/pipe/simple/hidden/cyan{ dir = 5 @@ -70265,6 +70266,15 @@ }, /turf/simulated/floor/plating, /area/station/security/permabrig) +"nXR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/economy/atm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) "nXS" = ( /obj/structure/chair{ dir = 1 @@ -82688,10 +82698,6 @@ icon_state = "freezerfloor" }, /area/station/medical/cloning) -"qvu" = ( -/obj/machinery/economy/atm/directional/west, -/turf/simulated/floor/plasteel, -/area/station/hallway/primary/central/se) "qvB" = ( /obj/structure/cable{ icon_state = "2-8" @@ -85976,7 +85982,7 @@ dir = 4 }, /obj/effect/landmark/spawner/late/crew, -/obj/structure/closet/walllocker/emerglocker/west, +/obj/structure/closet/walllocker/emerglocker/directional/west, /turf/simulated/floor/mineral/titanium/blue, /area/shuttle/arrival/station) "rdc" = ( @@ -89609,6 +89615,13 @@ /obj/effect/mapping_helpers/airlock/autoname, /turf/simulated/floor/plasteel, /area/station/supply/lobby) +"rME" = ( +/obj/machinery/economy/atm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purplecorner" + }, +/area/station/hallway/primary/starboard/south) "rMG" = ( /obj/structure/closet/secure_closet/engineering_electrical, /obj/effect/spawner/random/cobweb/right/rare, @@ -93529,15 +93542,6 @@ icon_state = "neutralfull" }, /area/station/engineering/atmos/asteroid_filtering) -"szY" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/economy/atm/directional/east, -/turf/simulated/floor/plasteel{ - icon_state = "bluecorner" - }, -/area/station/hallway/primary/fore) "szZ" = ( /obj/effect/decal/cleanable/glass, /obj/item/shard, @@ -104119,10 +104123,6 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/storage) -"uFt" = ( -/obj/machinery/economy/atm/directional/north, -/turf/simulated/floor/wood, -/area/station/service/bar) "uFx" = ( /obj/effect/landmark/start/shaft_miner, /turf/simulated/floor/plasteel, @@ -154361,7 +154361,7 @@ mJS rpF jPn tap -szY +nXR rmE oQM qxy @@ -157010,7 +157010,7 @@ iTl uqq aFa vKF -uFt +meR gBS gBS wEZ @@ -160325,7 +160325,7 @@ twu jOu icb dbu -qvu +fuX adx dZF xfI @@ -160799,7 +160799,7 @@ kAe mZE nXu brq -lCc +ejN bwi uBv nOk @@ -163600,7 +163600,7 @@ pvz pGB ebB jwm -nEV +mqU ouc iNH ouc @@ -164197,7 +164197,7 @@ xyC eDy iWE muy -cCX +rME pJV giM pcZ diff --git a/_maps/map_files/stations/metastation.dmm b/_maps/map_files/stations/metastation.dmm index b1c603b40d4..bc2dc9e6164 100644 --- a/_maps/map_files/stations/metastation.dmm +++ b/_maps/map_files/stations/metastation.dmm @@ -18,24 +18,6 @@ /obj/effect/landmark/spawner/carp, /turf/space, /area/space) -"aaG" = ( -/obj/item/radio/intercom{ - name = "west bump"; - pixel_x = -28 - }, -/obj/structure/chair/office/light, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the test chamber."; - layer = 4; - name = "Test Chamber Telescreen"; - network = list("Toxins"); - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkpurple" - }, -/area/station/science/toxins/launch) "aaK" = ( /obj/docking_port/stationary{ dheight = 9; @@ -130,17 +112,6 @@ /obj/effect/spawner/random/trash, /turf/simulated/floor/plating, /area/station/maintenance/fore) -"acm" = ( -/obj/machinery/camera{ - c_tag = "Science Toxins Mixing - Aft"; - dir = 4; - network = list("Research","SS13") - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurple" - }, -/area/station/science/toxins/mixing) "acv" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 @@ -322,6 +293,18 @@ icon_state = "red" }, /area/station/security/main) +"aec" = ( +/obj/structure/disaster_counter/toxins{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkpurple" + }, +/area/station/science/toxins/launch) "aee" = ( /obj/structure/lattice/catwalk, /turf/space, @@ -330,6 +313,14 @@ /obj/structure/lattice/catwalk, /turf/space, /area/space/nearstation) +"aei" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/primary/central/north) "aen" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 8 @@ -880,6 +871,13 @@ /obj/machinery/suit_storage_unit/industrial/engine/secure, /turf/simulated/floor/plasteel, /area/station/engineering/hardsuitstorage) +"ajW" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/portable/canister/toxins, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/storage) "akg" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, @@ -1001,13 +999,6 @@ icon_state = "whitepurple" }, /area/station/science/research) -"akL" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurple"; - dir = 4 - }, -/area/station/maintenance/aft2) "akN" = ( /obj/structure/closet/secure_closet/brig, /turf/simulated/floor/plasteel{ @@ -1528,6 +1519,19 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/fpmaint) +"anD" = ( +/obj/structure/chair/office/light, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the test chamber."; + layer = 4; + name = "Test Chamber Telescreen"; + network = list("Toxins"); + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurple" + }, +/area/station/science/toxins/launch) "anE" = ( /obj/structure/closet/firecloset, /turf/simulated/floor/plating, @@ -6269,12 +6273,12 @@ /area/station/hallway/primary/fore/north) "aJi" = ( /obj/structure/cable{ - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "redcorner" + icon_state = "4-8" }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, /area/station/hallway/primary/fore/north) "aJk" = ( /obj/structure/cable{ @@ -6604,8 +6608,8 @@ /turf/simulated/floor/plating, /area/station/maintenance/fore2) "aKv" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 +/obj/structure/cable{ + icon_state = "1-8" }, /turf/simulated/floor/plasteel{ dir = 8; @@ -9246,6 +9250,22 @@ icon_state = "dark" }, /area/station/command/bridge) +"aUl" = ( +/obj/structure/chair/sofa/corp{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/primary/central/north) +"aUn" = ( +/obj/structure/chair/sofa/corp{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/primary/central/north) "aUp" = ( /obj/structure/cable{ icon_state = "1-2" @@ -9661,6 +9681,18 @@ }, /turf/simulated/floor/plasteel, /area/station/supply/miningdock) +"aVy" = ( +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/hallway/primary/central/north) +"aVA" = ( +/obj/structure/chair/sofa/corp/corner, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/primary/central/north) "aVD" = ( /obj/machinery/economy/vending/cigarette, /turf/simulated/floor/plasteel{ @@ -9746,13 +9778,6 @@ icon_state = "neutralcorner" }, /area/station/public/locker) -"aVM" = ( -/obj/machinery/economy/atm/directional/north, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurple" - }, -/area/station/science/lobby) "aVT" = ( /obj/structure/table, /obj/item/clothing/head/soft{ @@ -10226,6 +10251,14 @@ }, /turf/simulated/floor/plasteel, /area/station/engineering/smes) +"aXG" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/primary/central/north) "aXH" = ( /obj/structure/window/reinforced{ dir = 4 @@ -10383,11 +10416,6 @@ /obj/effect/spawner/random/maintenance, /turf/simulated/floor/plating, /area/station/maintenance/fpmaint) -"aYg" = ( -/obj/effect/decal/cleanable/cobweb2, -/obj/structure/reagent_dispensers/fueltank, -/turf/simulated/floor/plating, -/area/station/maintenance/fore2) "aYh" = ( /obj/structure/disposalpipe/junction{ dir = 1 @@ -10776,6 +10804,11 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/general, /turf/simulated/floor/plasteel, /area/station/engineering/smes) +"aZN" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/primary/central/north) "aZP" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass, @@ -11202,6 +11235,16 @@ icon_state = "darkgrey" }, /area/station/hallway/primary/central/se) +"bbh" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/primary/central/north) +"bbk" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/hallway/primary/central/north) "bbn" = ( /obj/item/kirbyplants/medium/medium8, /obj/item/radio/intercom{ @@ -14323,7 +14366,7 @@ /obj/machinery/light{ dir = 1 }, -/obj/structure/closet/walllocker/emerglocker/north, +/obj/structure/closet/walllocker/emerglocker/directional/north, /turf/simulated/floor/mineral/titanium/blue, /area/shuttle/arrival/station) "bkb" = ( @@ -14369,7 +14412,7 @@ /obj/machinery/light{ dir = 1 }, -/obj/structure/closet/walllocker/emerglocker/north, +/obj/structure/closet/walllocker/emerglocker/directional/north, /turf/simulated/floor/mineral/titanium/blue, /area/shuttle/arrival/station) "bkk" = ( @@ -22697,13 +22740,6 @@ icon_state = "redcorner" }, /area/station/security/brig) -"bLz" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ - dir = 6 - }, -/turf/space, -/area/space/nearstation) "bLA" = ( /obj/structure/table/reinforced, /obj/machinery/door/window/classic/reversed, @@ -27082,6 +27118,13 @@ icon_state = "green" }, /area/station/hallway/primary/central/se) +"ccX" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/primary/central/north) "ccZ" = ( /obj/machinery/requests_console/directional/west, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -27708,12 +27751,6 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/central/east) -"cfs" = ( -/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ - dir = 8 - }, -/turf/simulated/floor/engine/vacuum, -/area/station/science/toxins/mixing) "cft" = ( /obj/structure/sign/science, /turf/simulated/wall, @@ -28436,6 +28473,17 @@ }, /turf/simulated/floor/plasteel, /area/station/maintenance/turbine) +"chY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/toxins/launch) "chZ" = ( /obj/structure/table, /obj/item/folder/white{ @@ -30798,6 +30846,14 @@ /obj/effect/spawner/random/maintenance, /turf/simulated/floor/plating, /area/station/maintenance/apmaint) +"csS" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) "csT" = ( /obj/machinery/light{ dir = 4 @@ -31344,6 +31400,17 @@ }, /turf/simulated/floor/engine/vacuum, /area/station/maintenance/turbine) +"cuR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) "cuS" = ( /obj/structure/table/glass, /obj/item/radio/intercom{ @@ -31437,16 +31504,6 @@ "cvo" = ( /turf/simulated/wall/r_wall, /area/station/maintenance/medmaint) -"cvu" = ( -/obj/effect/spawner/window/reinforced/plasma/grilled, -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/meter{ - layer = 3.3 - }, -/turf/simulated/floor/plating, -/area/station/science/toxins/mixing) "cvw" = ( /obj/machinery/light/small{ dir = 4 @@ -32365,17 +32422,6 @@ /obj/effect/spawner/random/trash, /turf/simulated/floor/plating, /area/station/maintenance/aft) -"czx" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "darkpurple" - }, -/area/station/science/toxins/launch) "czy" = ( /turf/simulated/floor/plasteel{ icon_state = "white" @@ -33251,13 +33297,21 @@ /turf/space, /area/station/medical/virology) "cDq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/portable/scrubber/huge, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, /obj/machinery/light{ dir = 1 }, /turf/simulated/floor/plasteel{ - icon_state = "white" + icon_state = "whitepurplefull" }, -/area/station/science/toxins/mixing) +/area/station/science/storage) "cDr" = ( /obj/item/toolbox_tiles{ desc = "Why won't it work?"; @@ -33568,10 +33622,6 @@ }, /turf/simulated/floor/plasteel, /area/station/maintenance/turbine) -"cED" = ( -/obj/effect/spawner/window/reinforced, -/turf/simulated/floor/plating, -/area/station/hallway/primary/central/north) "cEE" = ( /obj/machinery/atmospherics/pipe/manifold/hidden, /turf/simulated/floor/plasteel{ @@ -36351,24 +36401,6 @@ }, /turf/simulated/floor/plating/airless, /area/station/science/toxins/test) -"cPY" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/station/science/research) "cQc" = ( /obj/structure/window/reinforced{ dir = 1 @@ -36761,6 +36793,13 @@ icon_state = "red" }, /area/station/hallway/secondary/exit) +"cRQ" = ( +/obj/machinery/alarm/directional/north, +/obj/machinery/atmospherics/unary/thermomachine/freezer, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) "cRS" = ( /obj/structure/sign/directions/evac{ pixel_x = 32 @@ -37644,6 +37683,17 @@ icon_state = "chapel" }, /area/station/service/chapel) +"cWc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/storage) "cWd" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/turf_decal/stripes/line{ @@ -37725,10 +37775,6 @@ icon_state = "dark" }, /area/station/service/chapel) -"cWA" = ( -/obj/machinery/economy/atm/directional/south, -/turf/simulated/floor/wood, -/area/station/service/bar) "cWB" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -37973,6 +38019,10 @@ /obj/effect/turf_decal/delivery/hollow, /turf/simulated/floor/plasteel, /area/station/maintenance/fsmaint) +"cXO" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) "cXQ" = ( /obj/structure/table/wood, /obj/structure/disposalpipe/segment, @@ -38067,10 +38117,6 @@ icon_state = "white" }, /area/station/maintenance/aft) -"cYr" = ( -/obj/effect/spawner/random/barrier/grille_maybe, -/turf/simulated/floor/plating, -/area/station/maintenance/fore2) "cYx" = ( /obj/structure/chair{ dir = 1 @@ -38156,6 +38202,10 @@ icon_state = "whiteblue" }, /area/station/medical/surgery/secondary) +"cYP" = ( +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) "cYQ" = ( /obj/effect/spawner/window, /turf/simulated/floor/plating, @@ -38387,9 +38437,21 @@ /turf/simulated/floor/plating, /area/station/maintenance/apmaint) "dal" = ( -/obj/effect/turf_decal/stripes/corner, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, /turf/simulated/floor/plasteel{ - icon_state = "whitepurple" + icon_state = "white" }, /area/station/science/toxins/mixing) "dam" = ( @@ -39685,6 +39747,15 @@ }, /turf/simulated/floor/plasteel, /area/station/security/prison/cell_block/a) +"dif" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/obj/structure/sign/vacuum/external{ + pixel_x = 30 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) "dig" = ( /obj/structure/cable{ icon_state = "0-4" @@ -39781,6 +39852,12 @@ }, /turf/simulated/floor/plasteel, /area/station/engineering/atmos/distribution) +"dkM" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9 + }, +/turf/simulated/floor/engine/vacuum, +/area/station/science/toxins/mixing) "dlb" = ( /obj/effect/decal/cleanable/blood/old, /obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ @@ -39832,14 +39909,6 @@ }, /turf/simulated/floor/engine, /area/station/maintenance/turbine) -"dmD" = ( -/obj/structure/chair/comfy/corp{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/hallway/primary/central/north) "dmE" = ( /obj/machinery/conveyor/north{ id = "QMLoad" @@ -39908,12 +39977,6 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/starboard) -"dnE" = ( -/obj/machinery/atmospherics/unary/thermomachine/heater, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/station/science/toxins/mixing) "dnH" = ( /obj/machinery/mass_driver{ id_tag = "toxinsdriver" @@ -40062,28 +40125,6 @@ /obj/machinery/atmospherics/pipe/simple/hidden/cyan, /turf/simulated/floor/plating, /area/station/maintenance/aft2) -"dpO" = ( -/obj/structure/disposalpipe/segment/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/cyan, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/station/maintenance/aft2) "dpZ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -40226,18 +40267,6 @@ }, /turf/simulated/floor/wood, /area/station/service/bar) -"dsA" = ( -/obj/machinery/atmospherics/portable/canister/oxygen, -/obj/effect/turf_decal/delivery/blue/hollow, -/obj/machinery/camera{ - c_tag = "Science - Toxins Secure - Starboard"; - dir = 8; - network = list("Research","SS13") - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/science/storage) "dtC" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -40421,6 +40450,29 @@ }, /turf/simulated/floor/plasteel, /area/station/engineering/engine_foyer) +"dxG" = ( +/obj/machinery/firealarm/directional/north, +/obj/machinery/status_display{ + layer = 4; + pixel_x = -32 + }, +/obj/structure/closet/crate/secure{ + desc = "A secure crate containing various materials for building a customised test-site."; + name = "Test Site Materials Crate"; + req_access = list(8) + }, +/obj/item/target/syndicate, +/obj/item/target/syndicate, +/obj/item/target/alien, +/obj/item/target/alien, +/obj/item/target/alien, +/obj/item/target/alien, +/obj/item/target/alien, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkpurple" + }, +/area/station/science/toxins/launch) "dxJ" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/unary/outlet_injector/on, @@ -40532,11 +40584,6 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/aft) -"dBP" = ( -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/science/toxins/launch) "dBS" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on, /obj/structure/extinguisher_cabinet{ @@ -40630,17 +40677,6 @@ icon_state = "greenfull" }, /area/station/hallway/primary/central/se) -"dCA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplefull" - }, -/area/station/science/storage) "dCJ" = ( /obj/structure/closet, /obj/effect/spawner/random/trash, @@ -40732,6 +40768,14 @@ icon_state = "C9" }, /area/station/hallway/primary/central/north) +"dER" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) "dFf" = ( /obj/structure/cable{ icon_state = "1-2" @@ -40753,16 +40797,6 @@ }, /turf/simulated/floor/plasteel, /area/station/maintenance/fore) -"dGn" = ( -/obj/machinery/atmospherics/binary/pump{ - dir = 4; - name = "Burn Chamber to Port" - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "whitepurple" - }, -/area/station/science/toxins/mixing) "dGs" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/maintenance_hatch{ @@ -40838,11 +40872,22 @@ }, /area/station/engineering/ai_transit_tube) "dIQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, /turf/simulated/floor/plasteel{ - icon_state = "white" + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/storage) +"dJu" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8; + name = "Port to Hot Loop" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" }, /area/station/science/toxins/mixing) "dJx" = ( @@ -40857,6 +40902,13 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plasteel, /area/station/hallway/primary/central/nw) +"dJM" = ( +/obj/machinery/doppler_array, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurple" + }, +/area/station/science/toxins/launch) "dKd" = ( /obj/structure/table/wood, /obj/item/paper_bin{ @@ -41032,6 +41084,11 @@ /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, /turf/simulated/floor/plasteel, /area/station/engineering/break_room) +"dOM" = ( +/obj/effect/decal/cleanable/cobweb2, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) "dOQ" = ( /turf/simulated/floor/plasteel{ dir = 1; @@ -41049,6 +41106,22 @@ icon_state = "dark" }, /area/station/medical/surgery/observation) +"dPk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"dPJ" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 4 + }, +/turf/simulated/floor/engine/vacuum, +/area/station/science/toxins/mixing) "dPW" = ( /obj/effect/spawner/window/reinforced/grilled, /turf/simulated/floor/plating, @@ -41333,14 +41406,6 @@ }, /turf/simulated/floor/wood, /area/station/legal/courtroom) -"dWQ" = ( -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/station/science/toxins/mixing) "dWX" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -41383,13 +41448,6 @@ /obj/effect/spawner/random/blood/often, /turf/simulated/floor/plating, /area/station/maintenance/aft2) -"dYe" = ( -/obj/machinery/economy/atm/directional/north, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/port/east) "dYi" = ( /obj/effect/spawner/window/reinforced, /obj/machinery/atmospherics/pipe/simple/visible/yellow, @@ -41612,12 +41670,6 @@ /obj/effect/spawner/random/cobweb/left/rare, /turf/simulated/floor/plating, /area/station/maintenance/aft2) -"ecw" = ( -/obj/machinery/economy/atm/directional/east, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/aft/south) "edg" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass, @@ -41709,6 +41761,12 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/plasteel, /area/station/security/brig) +"eeI" = ( +/obj/machinery/atmospherics/unary/thermomachine/heater, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) "efd" = ( /obj/machinery/light/small{ dir = 1 @@ -41913,6 +41971,28 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/central/north) +"ejr" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/aft2) "eju" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ @@ -41999,15 +42079,6 @@ }, /turf/simulated/floor/plating/airless, /area/station/engineering/solar/aft_port) -"emw" = ( -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "whitepurple" - }, -/area/station/science/toxins/mixing) "emO" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 8 @@ -42114,11 +42185,6 @@ /obj/effect/spawner/window/reinforced/grilled, /turf/simulated/floor/plating, /area/station/security/warden) -"epO" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/heat_exchanging, -/turf/space, -/area/space/nearstation) "epY" = ( /obj/machinery/atmospherics/pipe/simple/visible{ dir = 4 @@ -42643,12 +42709,6 @@ icon_state = "green" }, /area/station/security/permabrig) -"eAC" = ( -/obj/machinery/requests_console/directional/north, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/station/science/toxins/mixing) "eAL" = ( /obj/machinery/camera{ c_tag = "Secure Lab - Test Chamber"; @@ -42774,23 +42834,15 @@ icon_state = "whitebluefull" }, /area/station/medical/storage/secondary) -"eDC" = ( -/obj/item/kirbyplants/large, -/obj/item/radio/intercom{ - name = "north bump"; - pixel_y = 28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/hallway/primary/central/north) "eDX" = ( -/obj/machinery/atmospherics/binary/pump{ - name = "Cold Loop to Port" +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" }, +/obj/structure/disposalpipe/segment, /turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurple" + icon_state = "white" }, /area/station/science/toxins/mixing) "eEc" = ( @@ -42903,13 +42955,21 @@ /turf/simulated/floor/plating, /area/station/maintenance/aft) "eGn" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, +/obj/structure/window/reinforced, +/obj/structure/rack, +/obj/item/extinguisher, +/obj/item/clothing/mask/gas, +/obj/item/grenade/chem_grenade/firefighting, /turf/simulated/floor/plasteel{ - icon_state = "white" + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"eGt" = ( +/obj/structure/dispenser, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkpurplecorners" }, /area/station/science/toxins/mixing) "eGw" = ( @@ -42929,17 +42989,6 @@ icon_state = "white" }, /area/station/medical/medbay) -"eGA" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/station/science/toxins/mixing) "eGG" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 @@ -43137,6 +43186,24 @@ /obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/plasteel, /area/station/hallway/primary/fore/east) +"eNL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) "eNR" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/cable{ @@ -43358,6 +43425,17 @@ icon_state = "purple" }, /area/station/science/xenobiology) +"eSA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) "eSE" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 1 @@ -43616,12 +43694,6 @@ icon_state = "darkgrey" }, /area/station/science/robotics) -"eVS" = ( -/obj/machinery/atmospherics/unary/outlet_injector/on{ - dir = 4 - }, -/turf/simulated/floor/engine/vacuum, -/area/station/science/toxins/mixing) "eVZ" = ( /obj/structure/table, /obj/machinery/recharger{ @@ -43843,6 +43915,13 @@ /obj/structure/cable, /turf/simulated/floor/plating, /area/station/security/brig) +"fbL" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) "fbQ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/cyan{ dir = 4 @@ -43901,6 +43980,23 @@ icon_state = "dark" }, /area/station/engineering/atmos) +"fcJ" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Science Toxins Launch Room"; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkpurple" + }, +/area/station/science/toxins/launch) "fcT" = ( /obj/machinery/computer/brigcells{ dir = 8 @@ -43961,6 +44057,21 @@ icon_state = "C10" }, /area/station/hallway/primary/central/south) +"ffx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/science/storage) "ffG" = ( /obj/structure/chair/office/dark{ dir = 1 @@ -44104,6 +44215,12 @@ icon_state = "dark" }, /area/station/engineering/atmos) +"fhw" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/turf/simulated/floor/engine/vacuum, +/area/station/science/toxins/mixing) "fhG" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -44299,6 +44416,16 @@ icon_state = "dark" }, /area/station/security/interrogation) +"fmf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/explosives{ + pixel_x = 31 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple"; + dir = 4 + }, +/area/station/maintenance/aft2) "fmm" = ( /obj/structure/table, /obj/item/clothing/glasses/meson, @@ -44385,6 +44512,17 @@ icon_state = "darkgrey" }, /area/station/engineering/tech_storage) +"foV" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8; + name = "Portable Scrubber Connector" + }, +/obj/machinery/atmospherics/portable/scrubber, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) "fpk" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/hidden/cyan{ @@ -44401,6 +44539,12 @@ }, /turf/simulated/floor/plasteel, /area/station/maintenance/fsmaint) +"fpl" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) "fpy" = ( /turf/simulated/floor/plasteel, /area/station/maintenance/fore) @@ -44709,17 +44853,6 @@ /obj/effect/spawner/random/barrier/grille_often, /turf/simulated/floor/plating, /area/station/maintenance/fpmaint) -"fuC" = ( -/obj/item/radio/intercom{ - name = "east bump"; - pixel_x = 28 - }, -/obj/machinery/atmospherics/trinary/mixer, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurple" - }, -/area/station/science/toxins/mixing) "fvN" = ( /obj/effect/spawner/window/reinforced/grilled, /turf/simulated/floor/plating, @@ -44849,6 +44982,13 @@ icon_state = "darkgrey" }, /area/station/security/evidence) +"fyt" = ( +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) "fyS" = ( /obj/machinery/door/airlock/maintenance, /obj/structure/cable{ @@ -45034,6 +45174,20 @@ icon_state = "whiteyellow" }, /area/station/medical/chemistry) +"fBK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/tox, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/airlock/research/glass, +/obj/machinery/door/firedoor/heavy, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/toxins/launch) "fBQ" = ( /obj/structure/cable{ icon_state = "1-2" @@ -45192,6 +45346,25 @@ icon_state = "cult" }, /area/station/service/library) +"fED" = ( +/obj/machinery/door/airlock/research/glass{ + name = "Toxins Storage" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/tox, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/heavy, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/storage) "fES" = ( /obj/structure/window/reinforced{ dir = 1 @@ -45416,19 +45589,6 @@ /obj/effect/mapping_helpers/airlock/autoname, /turf/simulated/floor/plating, /area/station/maintenance/solar_maintenance/fore_port) -"fIV" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/cyan, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/station/maintenance/aft2) "fJd" = ( /obj/machinery/door/airlock/security/glass{ name = "Brig" @@ -45476,10 +45636,29 @@ icon_state = "darkred" }, /area/station/security/main) +"fJu" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/turf/simulated/floor/plasteel{ + icon_state = "darkgrey" + }, +/area/station/science/research) "fJF" = ( /obj/machinery/hologram/holopad, /turf/simulated/floor/plasteel, /area/station/security/brig) +"fJJ" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkpurple" + }, +/area/station/science/toxins/launch) "fKW" = ( /obj/item/kirbyplants/large/plant1, /obj/structure/cable{ @@ -45532,9 +45711,27 @@ icon_state = "browncorner" }, /area/station/hallway/primary/port/east) +"fMh" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) "fMn" = ( /turf/simulated/wall/r_wall, /area/station/engineering/equipmentstorage) +"fMC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/l3closet/scientist, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/maintenance/asmaint) "fMZ" = ( /obj/machinery/atmospherics/pipe/simple/visible/purple{ dir = 4 @@ -45655,12 +45852,6 @@ icon_state = "white" }, /area/station/science/research) -"fPL" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/station/maintenance/fore2) "fPN" = ( /obj/structure/chair/office/dark, /obj/effect/landmark/start/coroner, @@ -45857,6 +46048,10 @@ /obj/effect/mapping_helpers/turfs/damage, /turf/simulated/floor/wood, /area/station/maintenance/starboard) +"fTW" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/station/science/toxins/launch) "fUf" = ( /obj/structure/rack, /obj/effect/spawner/random/maintenance, @@ -45923,6 +46118,19 @@ }, /turf/simulated/floor/plasteel, /area/station/security/permabrig) +"fVL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/aft2) "fVW" = ( /obj/structure/disposaloutlet{ dir = 4 @@ -46044,6 +46252,15 @@ }, /turf/simulated/floor/plasteel, /area/station/security/brig) +"fYp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) "fYA" = ( /obj/structure/cable{ icon_state = "2-8" @@ -46164,12 +46381,6 @@ icon_state = "whitepurple" }, /area/station/science/xenobiology) -"gbF" = ( -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurple" - }, -/area/station/science/toxins/mixing) "gbP" = ( /obj/structure/cable{ icon_state = "1-2" @@ -46207,14 +46418,6 @@ }, /turf/simulated/floor/plasteel, /area/station/security/permabrig) -"gcw" = ( -/obj/machinery/economy/vending/plasmaresearch, -/obj/effect/turf_decal/delivery/hollow, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "darkpurple" - }, -/area/station/science/toxins/mixing) "gcy" = ( /obj/structure/disposalpipe/segment/corner{ dir = 8 @@ -46238,6 +46441,15 @@ /obj/item/deck/cards, /turf/simulated/floor/plasteel, /area/station/security/permabrig) +"gcP" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) "gdb" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -46304,16 +46516,6 @@ icon_state = "white" }, /area/station/security/permabrig) -"gdH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/explosives{ - pixel_x = 31 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurple"; - dir = 4 - }, -/area/station/maintenance/aft2) "geq" = ( /obj/structure/disposalpipe/segment/corner{ dir = 4 @@ -46595,12 +46797,6 @@ }, /turf/simulated/floor/plating, /area/station/security/permabrig) -"gjH" = ( -/obj/effect/turf_decal/stripes/line, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/station/science/toxins/mixing) "gkl" = ( /obj/structure/chair/stool, /obj/machinery/atmospherics/unary/vent_pump/on{ @@ -46668,28 +46864,17 @@ /turf/simulated/floor/plating, /area/station/security/storage) "glQ" = ( -/obj/machinery/firealarm/directional/north, -/obj/machinery/status_display{ - layer = 4; - pixel_x = -32 +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/structure/closet/crate/secure{ - desc = "A secure crate containing various materials for building a customised test-site."; - name = "Test Site Materials Crate"; - req_access = list(8) - }, -/obj/item/target/syndicate, -/obj/item/target/syndicate, -/obj/item/target/alien, -/obj/item/target/alien, -/obj/item/target/alien, -/obj/item/target/alien, -/obj/item/target/alien, +/obj/machinery/hologram/holopad, /turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "darkpurple" + icon_state = "white" }, -/area/station/science/toxins/launch) +/area/station/science/toxins/mixing) "glS" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -46777,12 +46962,6 @@ /obj/machinery/status_display, /turf/simulated/wall/r_wall, /area/station/engineering/engine/supermatter) -"gpw" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/purple, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/station/science/toxins/mixing) "gpT" = ( /obj/structure/cable{ icon_state = "2-4" @@ -47105,6 +47284,11 @@ icon_state = "dark" }, /area/station/security/main) +"gyA" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/toxins/launch) "gyK" = ( /obj/machinery/atmospherics/pipe/simple/hidden/purple, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -47134,19 +47318,6 @@ }, /turf/space, /area/space/nearstation) -"gAb" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/item/radio/intercom{ - name = "south bump"; - pixel_y = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurple" - }, -/area/station/science/research) "gAM" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 8 @@ -47365,12 +47536,6 @@ }, /turf/simulated/floor/carpet, /area/station/science/robotics/showroom) -"gEq" = ( -/obj/structure/table/glass/reinforced, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/hallway/primary/central/north) "gEt" = ( /obj/structure/table/glass, /obj/item/paper/crumpled, @@ -47401,14 +47566,18 @@ /turf/simulated/floor/plating, /area/station/maintenance/aft2) "gFf" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 +/obj/effect/turf_decal/stripes/corner{ + dir = 1 }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/plasteel{ - icon_state = "white" + dir = 5; + icon_state = "whitepurple" }, -/area/station/science/toxins/mixing) +/area/station/science/storage) "gFk" = ( /obj/structure/table/glass, /obj/structure/window/reinforced{ @@ -47480,6 +47649,17 @@ }, /turf/simulated/floor/engine, /area/station/engineering/control) +"gGu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/storage) "gGS" = ( /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -47988,14 +48168,6 @@ icon_state = "dark" }, /area/station/security/main) -"gRS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/portable/canister/carbon_dioxide, -/obj/effect/turf_decal/delivery/red/hollow, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/science/storage) "gSa" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -48051,6 +48223,14 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plasteel, /area/station/maintenance/starboard2) +"gSR" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) "gSU" = ( /obj/structure/disposaloutlet{ dir = 1 @@ -48140,6 +48320,14 @@ icon_state = "whiteblue" }, /area/station/medical/reception) +"gUo" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) "gUz" = ( /obj/effect/spawner/window/reinforced/grilled, /obj/structure/cable{ @@ -48302,12 +48490,6 @@ }, /turf/simulated/floor/plating, /area/station/security/permabrig) -"gYb" = ( -/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ - dir = 9 - }, -/turf/simulated/floor/engine/vacuum, -/area/station/science/toxins/mixing) "gYm" = ( /obj/machinery/hydroponics/soil, /obj/item/radio/intercom{ @@ -48741,14 +48923,6 @@ /obj/effect/turf_decal/delivery/white/hollow, /turf/simulated/floor/plasteel, /area/station/supply/storage) -"hjk" = ( -/obj/machinery/door/poddoor{ - id_tag = "ToxinsVenting"; - name = "Toxins Venting Bay Door"; - power_state = 0 - }, -/turf/simulated/floor/engine/vacuum, -/area/station/science/toxins/mixing) "hjn" = ( /obj/structure/table/glass, /obj/item/folder/blue, @@ -48849,6 +49023,16 @@ icon_state = "dark" }, /area/station/medical/surgery/observation) +"hkz" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/meter{ + layer = 3.3 + }, +/turf/simulated/floor/plating, +/area/station/science/toxins/mixing) "hkF" = ( /turf/simulated/wall/mineral/titanium, /area/shuttle/pod_2) @@ -50233,14 +50417,6 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/medmaint) -"hPG" = ( -/obj/item/clothing/mask/cigarette/rollie, -/obj/item/clothing/mask/cigarette/rollie{ - pixel_y = -3 - }, -/obj/structure/table, -/turf/simulated/floor/plating, -/area/station/maintenance/fore2) "hPJ" = ( /turf/simulated/floor/plasteel{ icon_state = "dark" @@ -50524,17 +50700,6 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plasteel, /area/station/hallway/secondary/garden) -"hVK" = ( -/obj/machinery/power/apc/directional/east, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/alarm/directional/north, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "darkpurple" - }, -/area/station/science/toxins/launch) "hWf" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -50579,6 +50744,13 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/plasteel, /area/station/security/permabrig) +"hXV" = ( +/obj/machinery/economy/atm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port/east) "hYj" = ( /obj/machinery/door/airlock/atmos{ name = "Fore-Starboard Atmospherics Maintenance" @@ -50590,6 +50762,13 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/starboard2) +"hYs" = ( +/obj/machinery/economy/atm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/se) "hYu" = ( /obj/machinery/newscaster/directional/north, /obj/machinery/disposal, @@ -50728,15 +50907,24 @@ icon_state = "vault" }, /area/station/security/armory/secure) -"ibg" = ( -/obj/structure/cable{ - icon_state = "1-2" +"iaD" = ( +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 }, -/obj/machinery/light/small{ - dir = 8 +/obj/structure/chair/office/light, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the test chamber."; + layer = 4; + name = "Test Chamber Telescreen"; + network = list("Toxins"); + pixel_y = -32 }, -/turf/simulated/floor/plating, -/area/station/maintenance/fore2) +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkpurple" + }, +/area/station/science/toxins/launch) "ibh" = ( /obj/machinery/atmospherics/binary/pump{ dir = 1; @@ -50782,12 +50970,6 @@ }, /turf/simulated/floor/plasteel, /area/station/hallway/secondary/entry/south) -"ibV" = ( -/obj/machinery/economy/atm/directional/south, -/turf/simulated/floor/plasteel{ - icon_state = "neutralcorner" - }, -/area/station/public/locker) "icm" = ( /turf/simulated/floor/plasteel{ dir = 10; @@ -50898,6 +51080,12 @@ icon_state = "white" }, /area/station/science/xenobiology) +"ifi" = ( +/obj/machinery/atmospherics/pipe/manifold/visible, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) "ifq" = ( /obj/machinery/atmospherics/pipe/manifold/visible/cyan{ dir = 8; @@ -51043,6 +51231,15 @@ /obj/machinery/newscaster/directional/west, /turf/simulated/floor/plasteel, /area/station/engineering/atmos) +"iis" = ( +/obj/structure/extinguisher_cabinet{ + name = "east bump"; + pixel_x = 27 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/primary/central/north) "iiB" = ( /obj/docking_port/stationary{ dir = 8; @@ -51120,6 +51317,12 @@ }, /turf/simulated/floor/plating, /area/station/security/prison/cell_block/a) +"ikG" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) "ikK" = ( /obj/machinery/atmospherics/trinary/filter{ dir = 4; @@ -51133,6 +51336,19 @@ icon_state = "red" }, /area/station/engineering/atmos) +"ikU" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) "ile" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -51345,26 +51561,6 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/station/maintenance/starboard2) -"ipt" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/turretid/stun{ - control_area = "\improper AI Upload Chamber"; - name = "AI Upload Turret Control"; - pixel_x = -28; - req_access = list(75) - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplecorner" - }, -/area/station/science/research) "ipz" = ( /obj/structure/cable{ icon_state = "0-2" @@ -51970,13 +52166,6 @@ "iBR" = ( /turf/simulated/wall/r_wall, /area/station/security/storage) -"iCa" = ( -/obj/machinery/economy/atm/directional/north, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "cautioncorner" - }, -/area/station/hallway/primary/starboard/east) "iCJ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/cyan{ dir = 4 @@ -51987,9 +52176,6 @@ /obj/structure/grille/broken, /turf/simulated/floor/plating, /area/station/maintenance/medmaint) -"iCR" = ( -/turf/simulated/floor/plating, -/area/station/maintenance/fore2) "iCZ" = ( /obj/machinery/atmospherics/unary/vent_pump/on, /turf/simulated/floor/greengrid, @@ -52163,23 +52349,6 @@ }, /turf/simulated/floor/plasteel, /area/station/engineering/atmos) -"iHH" = ( -/obj/effect/mapping_helpers/airlock/windoor/access/all/science/tox{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/windoor/access/all/science/tox{ - dir = 8 - }, -/obj/machinery/door/window/reinforced/reversed{ - name = "Toxins Launcher"; - dir = 4 - }, -/obj/machinery/door/window/reinforced/normal{ - name = "Toxins Launcher"; - dir = 8 - }, -/turf/simulated/floor/plating, -/area/station/science/toxins/launch) "iHO" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/plasteel, @@ -52213,23 +52382,6 @@ icon_state = "darkgrey" }, /area/station/security/evidence) -"iJt" = ( -/obj/machinery/atmospherics/unary/vent_pump/siphon/on{ - dir = 4 - }, -/turf/simulated/floor/engine/vacuum, -/area/station/science/toxins/mixing) -"iJu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/firealarm/directional/west, -/turf/simulated/floor/plasteel{ - dir = 9; - icon_state = "whitepurple" - }, -/area/station/science/storage) "iJz" = ( /obj/machinery/atmospherics/unary/portables_connector, /obj/machinery/light{ @@ -52431,6 +52583,13 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/asmaint) +"iOf" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/machinery/atmospherics/portable/canister/air, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft2) "iOj" = ( /obj/structure/cable{ icon_state = "2-8" @@ -52506,6 +52665,14 @@ }, /turf/simulated/floor/engine, /area/station/maintenance/turbine) +"iPW" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) "iQm" = ( /obj/structure/sign/poster/official/random{ pixel_x = -32 @@ -52516,14 +52683,19 @@ }, /area/station/hallway/primary/aft/south) "iQC" = ( -/obj/structure/window/reinforced{ +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/obj/structure/closet/bombcloset, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurple" +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 }, -/area/station/science/toxins/mixing) +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/storage) "iQK" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -52687,8 +52859,14 @@ }, /area/station/security/execution) "iTN" = ( -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 8 +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-8" }, /turf/simulated/floor/plasteel{ icon_state = "white" @@ -52737,11 +52915,6 @@ }, /turf/simulated/floor/plasteel, /area/station/security/brig) -"iVF" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/heat_exchanging, -/turf/space, -/area/space/nearstation) "iVP" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 5 @@ -52762,6 +52935,12 @@ icon_state = "dark" }, /area/station/security/interrogation) +"iVX" = ( +/obj/machinery/requests_console/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) "iWb" = ( /obj/machinery/economy/vending/crittercare, /obj/machinery/light{ @@ -52783,15 +52962,6 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/station/maintenance/asmaint) -"iWU" = ( -/obj/structure/chair/sofa/corp/corner, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/hallway/primary/central/north) "iXe" = ( /obj/machinery/hologram/holopad, /obj/machinery/door/window/reinforced/reversed{ @@ -52805,20 +52975,6 @@ icon_state = "darkgrey" }, /area/station/turret_protected/ai) -"iXy" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/station/science/toxins/mixing) "iYh" = ( /obj/effect/spawner/window/reinforced/grilled, /turf/simulated/floor/plating, @@ -53169,13 +53325,6 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/plasteel, /area/station/hallway/primary/aft/north) -"jhm" = ( -/obj/machinery/firealarm/directional/west, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurple" - }, -/area/station/science/toxins/mixing) "jil" = ( /obj/structure/disposalpipe/segment/corner{ dir = 8 @@ -53261,6 +53410,19 @@ icon_state = "C3" }, /area/station/hallway/primary/central/south) +"jkW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/radio/intercom{ + name = "south bump"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/research) "jkZ" = ( /obj/structure/window/reinforced{ dir = 8 @@ -53424,13 +53586,6 @@ /obj/effect/mapping_helpers/airlock/windoor/access/all/medical/genetics, /turf/simulated/floor/grass/no_creep, /area/station/science/genetics) -"jqr" = ( -/obj/structure/chair/comfy/brown, -/obj/structure/sign/poster/contraband/ambrosia_vulgaris{ - pixel_x = -32 - }, -/turf/simulated/floor/plating, -/area/station/maintenance/fore2) "jrp" = ( /obj/structure/bed, /obj/item/bedsheet, @@ -53448,19 +53603,6 @@ }, /turf/simulated/floor/wood, /area/station/service/library) -"jsc" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/rack{ - dir = 1 - }, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 - }, -/turf/simulated/floor/plating, -/area/station/maintenance/fore2) "jse" = ( /obj/effect/spawner/window/reinforced/grilled, /obj/structure/cable{ @@ -53549,6 +53691,12 @@ icon_state = "C4" }, /area/station/hallway/primary/central/north) +"jth" = ( +/obj/machinery/economy/atm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft/south) "jtB" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -53668,6 +53816,29 @@ icon_state = "white" }, /area/station/science/research) +"jvV" = ( +/obj/effect/mapping_helpers/airlock/windoor/access/all/science/tox{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/all/science/tox{ + dir = 8 + }, +/obj/machinery/door/window/reinforced/reversed{ + name = "Toxins Launcher"; + dir = 4 + }, +/obj/machinery/door/window/reinforced/normal{ + name = "Toxins Launcher"; + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/science/toxins/launch) +"jwh" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/toxins/launch) "jwi" = ( /obj/machinery/atmospherics/pipe/simple/hidden/cyan{ dir = 5 @@ -54257,27 +54428,9 @@ icon_state = "darkbluecorners" }, /area/station/turret_protected/aisat/interior) -"jKe" = ( -/obj/effect/turf_decal/stripes/line, -/turf/simulated/floor/plating, -/area/station/maintenance/fore2) "jKj" = ( /turf/simulated/wall/r_wall, /area/station/engineering/ai_transit_tube) -"jKx" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/station/science/toxins/mixing) "jKG" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 9 @@ -54529,14 +54682,6 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/xenobio_south) -"jOB" = ( -/obj/machinery/atmospherics/pipe/simple/heat_exchanging, -/obj/machinery/sparker{ - id = "toxinsigniter"; - pixel_x = -20 - }, -/turf/simulated/floor/engine/vacuum, -/area/station/science/toxins/mixing) "jOM" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -54704,6 +54849,17 @@ icon_state = "neutralcorner" }, /area/station/public/fitness) +"jRQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) "jRX" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -54905,13 +55061,6 @@ /obj/effect/spawner/window/reinforced/grilled, /turf/simulated/floor/plating, /area/station/engineering/smes) -"jVr" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/mechanical, -/turf/simulated/floor/plasteel{ - icon_state = "darkpurple" - }, -/area/station/science/toxins/mixing) "jVQ" = ( /obj/machinery/alarm/directional/west, /obj/machinery/atmospherics/binary/pump/on{ @@ -55031,17 +55180,6 @@ }, /turf/simulated/floor/plating, /area/station/medical/virology) -"jXU" = ( -/obj/machinery/atmospherics/unary/portables_connector{ - name = "Portable Air Pump Connector"; - dir = 8 - }, -/obj/machinery/atmospherics/portable/pump, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurple" - }, -/area/station/science/toxins/mixing) "jXY" = ( /obj/machinery/nuclearbomb/training, /obj/machinery/atmospherics/unary/vent_scrubber/on, @@ -55342,6 +55480,10 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/fore) +"kgd" = ( +/obj/effect/spawner/airlock/long, +/turf/simulated/wall, +/area/station/maintenance/aft2) "kgf" = ( /obj/effect/spawner/window/reinforced/grilled, /obj/effect/spawner/airlock/e_to_w, @@ -55630,6 +55772,15 @@ /obj/effect/spawner/airlock/e_to_w/long/square, /turf/simulated/wall/r_wall, /area/station/aisat) +"koA" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/closet/bombcloset, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) "kpl" = ( /obj/machinery/atmospherics/pipe/manifold/visible{ dir = 1 @@ -55873,6 +56024,15 @@ "kvA" = ( /turf/simulated/wall, /area/station/security/evidence) +"kvF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkpurple" + }, +/area/station/science/toxins/launch) "kvG" = ( /turf/simulated/wall/r_wall, /area/station/command/office/rd) @@ -56083,13 +56243,6 @@ icon_state = "whiteblue" }, /area/station/command/office/cmo) -"kAr" = ( -/obj/machinery/door/airlock/public/glass, -/obj/effect/mapping_helpers/airlock/autoname, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/hallway/primary/central/north) "kAP" = ( /obj/structure/closet/crate/trashcart, /obj/effect/turf_decal/delivery, @@ -56393,12 +56546,6 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/apmaint) -"kGo" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/station/science/toxins/mixing) "kGv" = ( /obj/structure/table, /obj/item/paper{ @@ -56461,23 +56608,6 @@ icon_state = "dark" }, /area/station/security/main) -"kGS" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurple" - }, -/area/station/science/storage) "kHZ" = ( /obj/machinery/door_control{ id = "atmos"; @@ -56511,6 +56641,22 @@ }, /turf/simulated/floor/engine, /area/station/maintenance/asmaint) +"kIw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/economy/atm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) "kIA" = ( /obj/structure/window/reinforced{ dir = 4 @@ -56563,6 +56709,12 @@ }, /turf/simulated/floor/plating, /area/station/command/office/cmo) +"kKe" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) "kKz" = ( /obj/structure/lattice/catwalk, /obj/structure/cable{ @@ -56719,13 +56871,6 @@ /obj/item/megaphone, /turf/simulated/floor/carpet, /area/station/legal/courtroom) -"kNZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/l3closet/scientist, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurple" - }, -/area/station/maintenance/asmaint) "kOd" = ( /obj/machinery/atmospherics/pipe/simple/visible/cyan{ dir = 4 @@ -56865,15 +57010,6 @@ }, /turf/simulated/floor/plating, /area/station/science/robotics/showroom) -"kRG" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/plasteel, -/area/station/hallway/primary/fore/north) "kRX" = ( /obj/structure/window/plasmareinforced{ dir = 1 @@ -56946,20 +57082,6 @@ /obj/machinery/atmospherics/portable/canister/air, /turf/simulated/floor/plasteel, /area/station/public/construction) -"kTs" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/alarm/directional/east, -/obj/machinery/computer/area_atmos{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplefull" - }, -/area/station/science/storage) "kTH" = ( /obj/structure/filingcabinet/chestdrawer, /turf/simulated/floor/plasteel{ @@ -57148,6 +57270,12 @@ icon_state = "whiteyellow" }, /area/station/medical/chemistry) +"kWX" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) "kXm" = ( /obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/red{ @@ -57169,6 +57297,12 @@ icon_state = "dark" }, /area/station/aisat) +"kXv" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ + dir = 8 + }, +/turf/simulated/floor/engine/vacuum, +/area/station/science/toxins/mixing) "kXT" = ( /obj/machinery/light/small{ dir = 1 @@ -57456,17 +57590,15 @@ }, /area/station/public/locker) "leO" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, /obj/structure/cable{ - icon_state = "1-4" + icon_state = "1-2" }, -/obj/structure/disposalpipe/segment/corner{ - dir = 1 +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 }, /turf/simulated/floor/plasteel{ icon_state = "white" @@ -57632,10 +57764,11 @@ }, /area/station/hallway/primary/starboard) "lhF" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 10 - }, -/obj/machinery/atmospherics/meter, +/obj/structure/window/reinforced, +/obj/structure/rack, +/obj/item/extinguisher, +/obj/item/clothing/mask/gas, +/obj/item/grenade/chem_grenade/firefighting, /turf/simulated/floor/plasteel{ dir = 8; icon_state = "whitepurple" @@ -57706,13 +57839,6 @@ icon_state = "white" }, /area/station/security/permabrig) -"ljg" = ( -/obj/machinery/atmospherics/unary/portables_connector, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurple" - }, -/area/station/science/toxins/mixing) "ljk" = ( /obj/machinery/atmospherics/pipe/simple/visible{ dir = 5 @@ -57836,27 +57962,6 @@ icon_state = "whitepurplecorner" }, /area/station/science/research) -"llA" = ( -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 8 - }, -/obj/machinery/door_control{ - id = "ToxinsVenting"; - layer = 3.3; - name = "Toxin Venting Control"; - pixel_x = 8; - pixel_y = -27 - }, -/obj/machinery/ignition_switch{ - id = "toxinsigniter"; - layer = 3.3; - pixel_x = -6; - pixel_y = -26 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurple" - }, -/area/station/science/toxins/mixing) "llU" = ( /obj/effect/turf_decal/stripes/corner, /obj/machinery/atmospherics/unary/vent_pump/on{ @@ -58293,15 +58398,6 @@ icon_state = "redcorner" }, /area/station/security/main) -"lvB" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/station/science/toxins/mixing) "lvE" = ( /obj/machinery/door/airlock/maintenance, /obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, @@ -58430,23 +58526,6 @@ }, /turf/simulated/floor/plasteel, /area/station/security/prisonlockers) -"lAE" = ( -/obj/machinery/driver_button{ - id_tag = "toxinsdriver"; - pixel_y = -24; - range = 18 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/item/paper_bin, -/obj/item/pen, -/obj/structure/table/reinforced, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "darkpurple" - }, -/area/station/science/toxins/launch) "lAG" = ( /obj/structure/cable{ icon_state = "1-8" @@ -58680,11 +58759,6 @@ icon_state = "dark" }, /area/station/turret_protected/ai_upload) -"lEz" = ( -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/science/toxins/mixing) "lEM" = ( /obj/structure/closet, /obj/effect/spawner/random/maintenance, @@ -58719,17 +58793,6 @@ icon_state = "freezerfloor" }, /area/station/security/permabrig) -"lFt" = ( -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 8; - name = "Portable Scrubber Connector" - }, -/obj/machinery/atmospherics/portable/scrubber, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurple" - }, -/area/station/science/toxins/mixing) "lFu" = ( /obj/machinery/door/airlock/security/glass{ name = "Prison Wing"; @@ -58864,22 +58927,6 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/aft/south) -"lIC" = ( -/obj/machinery/camera{ - c_tag = "Science Toxins Mixing - Aft Starboard"; - dir = 8; - network = list("Research","SS13") - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/portable/canister, -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurple" - }, -/area/station/science/toxins/mixing) "lIF" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -59441,15 +59488,6 @@ }, /turf/simulated/floor/carpet, /area/station/service/chapel) -"lUD" = ( -/obj/structure/extinguisher_cabinet{ - name = "east bump"; - pixel_x = 27 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/hallway/primary/central/north) "lVd" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 1 @@ -59502,6 +59540,10 @@ icon_state = "darkblue" }, /area/station/command/bridge) +"lWk" = ( +/obj/effect/spawner/random/barrier/obstruction, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) "lWT" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -59965,13 +60007,13 @@ /turf/simulated/floor/plating, /area/station/maintenance/starboard) "mfM" = ( -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 1 - }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/portable/canister/carbon_dioxide, +/obj/effect/turf_decal/delivery/red/hollow, /turf/simulated/floor/plasteel{ - icon_state = "white" + icon_state = "dark" }, -/area/station/science/toxins/mixing) +/area/station/science/storage) "mge" = ( /obj/structure/table/glass, /obj/machinery/atmospherics/unary/vent_pump/on{ @@ -59987,12 +60029,15 @@ }, /area/station/security/permabrig) "mgu" = ( -/obj/structure/cable{ - icon_state = "1-2" +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/turf_decal/stripes/line, /turf/simulated/floor/plasteel{ icon_state = "white" }, @@ -60012,6 +60057,15 @@ icon_state = "darkblue" }, /area/station/command/office/cmo) +"mhw" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/obj/machinery/atmospherics/air_sensor{ + autolink_id = "burn_sensor" + }, +/turf/simulated/floor/engine/vacuum, +/area/station/science/toxins/mixing) "mhA" = ( /obj/item/kirbyplants/large/plant8, /obj/machinery/light/small{ @@ -60242,6 +60296,18 @@ }, /turf/simulated/floor/plasteel, /area/station/security/prison/cell_block/a) +"mnd" = ( +/obj/structure/chair/comfy/corp, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/primary/central/north) +"mng" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) "mnl" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ @@ -60352,6 +60418,18 @@ icon_state = "caution" }, /area/station/engineering/atmos/distribution) +"mqA" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/effect/turf_decal/delivery/blue/hollow, +/obj/machinery/camera{ + c_tag = "Science - Toxins Secure - Starboard"; + dir = 8; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/storage) "mqG" = ( /obj/machinery/autolathe, /obj/machinery/camera{ @@ -60381,12 +60459,6 @@ }, /turf/simulated/floor/plasteel, /area/station/science/research) -"mrl" = ( -/obj/structure/closet/emcloset, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/hallway/primary/central/north) "mrv" = ( /obj/effect/turf_decal/loading_area, /turf/simulated/floor/plating, @@ -60426,6 +60498,9 @@ /obj/effect/spawner/window/reinforced/grilled, /turf/simulated/floor/plating, /area/station/medical/virology) +"mtd" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) "mtr" = ( /obj/structure/closet/firecloset, /obj/effect/spawner/random/maintenance, @@ -60455,14 +60530,6 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/aft) -"muv" = ( -/obj/structure/rack, -/obj/effect/spawner/random/maintenance, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/station/maintenance/asmaint) "muA" = ( /obj/structure/table/reinforced, /obj/item/paper_bin{ @@ -60790,29 +60857,6 @@ /obj/machinery/atmospherics/pipe/simple/heat_exchanging, /turf/space, /area/space/nearstation) -"mBB" = ( -/obj/structure/chair/comfy/corp, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/hallway/primary/central/north) -"mBJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/portable/scrubber/huge, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplefull" - }, -/area/station/science/storage) "mCc" = ( /obj/structure/cable{ icon_state = "1-2" @@ -60899,6 +60943,15 @@ }, /turf/simulated/floor/engine, /area/station/science/xenobiology) +"mDE" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/hallway/primary/fore/north) "mDR" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -61135,6 +61188,19 @@ icon_state = "whiteblue" }, /area/station/medical/reception) +"mJt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) "mJv" = ( /obj/structure/cable{ icon_state = "0-4" @@ -61201,9 +61267,6 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/engimaint) -"mLk" = ( -/turf/simulated/floor/transparent/glass/reinforced, -/area/station/hallway/primary/central/north) "mLn" = ( /obj/structure/disposalpipe/segment/corner{ dir = 4 @@ -61234,14 +61297,6 @@ /obj/machinery/atmospherics/portable/canister/air, /turf/simulated/floor/plating, /area/station/engineering/control) -"mLD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/portable/canister/sleeping_agent, -/obj/effect/turf_decal/delivery/white/hollow, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/science/storage) "mLH" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/hidden/cyan{ @@ -61276,6 +61331,23 @@ icon_state = "whitebluefull" }, /area/station/medical/exam_room) +"mMI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) "mNu" = ( /obj/structure/sink{ dir = 1; @@ -61887,10 +61959,6 @@ /obj/structure/cable, /turf/simulated/floor/plating, /area/station/maintenance/aft2) -"mZs" = ( -/obj/machinery/space_heater, -/turf/simulated/floor/plating, -/area/station/maintenance/fore2) "mZH" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 6 @@ -61928,6 +61996,12 @@ /obj/effect/landmark/start/atmospheric, /turf/simulated/floor/plasteel, /area/station/engineering/atmos/distribution) +"naq" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) "naR" = ( /obj/machinery/seed_extractor, /obj/effect/turf_decal/stripes/line{ @@ -62170,6 +62244,15 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/starboard2) +"nei" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/structure/closet/bombcloset, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) "nej" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 @@ -62311,16 +62394,6 @@ /obj/effect/mapping_helpers/airlock/windoor/access/all/supply/general, /turf/simulated/floor/plasteel, /area/station/supply/office) -"nhe" = ( -/obj/structure/chair/comfy/corp, -/obj/item/radio/intercom{ - name = "west bump"; - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/hallway/primary/central/north) "nht" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -62658,10 +62731,6 @@ icon_state = "redcorner" }, /area/station/security/brig) -"nob" = ( -/obj/effect/spawner/window/reinforced/plasma/grilled, -/turf/simulated/floor/plating, -/area/station/science/toxins/launch) "nos" = ( /obj/machinery/requests_console/directional/south, /turf/simulated/floor/plasteel{ @@ -63163,11 +63232,6 @@ icon_state = "bar" }, /area/station/service/bar) -"nAL" = ( -/obj/item/cigbutt/roach, -/obj/item/cigbutt/roach, -/turf/simulated/floor/plating, -/area/station/maintenance/fore2) "nAM" = ( /obj/machinery/space_heater, /obj/effect/turf_decal/stripes/line{ @@ -63546,12 +63610,6 @@ icon_state = "red" }, /area/station/security/main) -"nID" = ( -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurple" - }, -/area/station/science/toxins/mixing) "nIG" = ( /obj/machinery/light_switch{ dir = 8; @@ -63567,6 +63625,27 @@ icon_state = "whitegreen" }, /area/station/medical/virology) +"nIS" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/machinery/door_control{ + id = "ToxinsVenting"; + layer = 3.3; + name = "Toxin Venting Control"; + pixel_x = 8; + pixel_y = -27 + }, +/obj/machinery/ignition_switch{ + id = "toxinsigniter"; + layer = 3.3; + pixel_x = -6; + pixel_y = -26 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) "nIZ" = ( /obj/docking_port/stationary{ dir = 8; @@ -63578,16 +63657,6 @@ }, /turf/space, /area/space) -"nJt" = ( -/obj/machinery/atmospherics/binary/pump{ - dir = 8; - name = "Port to Hot Loop" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurple" - }, -/area/station/science/toxins/mixing) "nJz" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/hologram/holopad, @@ -63651,10 +63720,13 @@ }, /turf/simulated/floor/carpet, /area/station/science/robotics/showroom) -"nLv" = ( -/obj/structure/closet/l3closet/scientist, +"nLN" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ + dir = 8 + }, /turf/simulated/floor/plating, -/area/station/maintenance/asmaint) +/area/station/science/toxins/mixing) "nLV" = ( /obj/structure/disposalpipe/sortjunction{ dir = 8; @@ -63720,6 +63792,17 @@ /obj/machinery/atmospherics/pipe/simple/hidden/cyan, /turf/simulated/floor/plating, /area/station/maintenance/fore) +"nNx" = ( +/obj/machinery/camera{ + c_tag = "Science Toxins Mixing - Aft"; + dir = 4; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) "nOA" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -63842,11 +63925,49 @@ icon_state = "dark" }, /area/station/medical/morgue) +"nQl" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/windoor/autoname, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/tox, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/window/classic/normal, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) "nRh" = ( /turf/simulated/floor/plasteel{ icon_state = "dark" }, /area/station/engineering/control) +"nRl" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/storage) +"nRv" = ( +/obj/machinery/computer/general_air_control{ + dir = 4; + name = "Bomb Mix Monitor"; + autolink_sensors = list("burn_sensor"="Burn Mix") + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) "nRQ" = ( /obj/effect/mapping_helpers/turfs/rust/probably, /turf/simulated/wall/r_wall, @@ -63898,12 +64019,6 @@ icon_state = "browncorner" }, /area/station/supply/qm) -"nTf" = ( -/obj/structure/chair/comfy/corp, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/hallway/primary/central/north) "nTF" = ( /obj/structure/cable{ icon_state = "1-2" @@ -63929,6 +64044,14 @@ }, /turf/simulated/floor/greengrid, /area/station/science/robotics/chargebay) +"nUB" = ( +/obj/structure/chair/comfy/corp{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/primary/central/north) "nUG" = ( /obj/effect/landmark/start/roboticist, /obj/machinery/atmospherics/unary/vent_pump/on{ @@ -63995,12 +64118,6 @@ icon_state = "whitegreenfull" }, /area/station/public/sleep) -"nVo" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/station/maintenance/fore2) "nVp" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 8 @@ -64072,6 +64189,10 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/starboard) +"nWZ" = ( +/obj/structure/closet/l3closet/scientist, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) "nXk" = ( /obj/structure/bookcase, /obj/effect/mapping_helpers/turfs/damage, @@ -64529,6 +64650,11 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/asmaint) +"ogH" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/turf/space, +/area/space/nearstation) "oha" = ( /obj/structure/cable{ icon_state = "2-8" @@ -64537,15 +64663,6 @@ icon_state = "darkgreycheck" }, /area/station/command/office/rd) -"ohj" = ( -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurplecorner" - }, -/area/station/science/toxins/mixing) "ohK" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/hidden/cyan, @@ -64602,13 +64719,13 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/aft) -"okj" = ( -/obj/machinery/power/apc/directional/west, -/obj/structure/cable{ - icon_state = "0-4" +"okT" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 4; + name = "Burn Chamber to Port" }, /turf/simulated/floor/plasteel{ - dir = 8; + dir = 10; icon_state = "whitepurple" }, /area/station/science/toxins/mixing) @@ -64817,6 +64934,15 @@ }, /turf/simulated/floor/plasteel, /area/station/security/permabrig) +"oqh" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) "oqi" = ( /obj/machinery/atmospherics/pipe/manifold/visible{ dir = 1 @@ -64935,6 +65061,12 @@ icon_state = "darkgrey" }, /area/station/science/robotics) +"ouD" = ( +/obj/item/kirbyplants/large, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/primary/central/north) "ovM" = ( /obj/structure/lattice/catwalk, /obj/structure/cable{ @@ -64968,14 +65100,6 @@ }, /turf/simulated/floor/engine, /area/station/engineering/control) -"oxN" = ( -/obj/structure/chair/sofa/corp{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/hallway/primary/central/north) "oxT" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock, @@ -65244,21 +65368,6 @@ /obj/effect/mapping_helpers/turfs/damage, /turf/simulated/floor/plating, /area/station/maintenance/apmaint) -"oDK" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/station/science/toxins/mixing) "oEe" = ( /obj/machinery/atmospherics/trinary/filter{ dir = 4; @@ -65484,6 +65593,19 @@ icon_state = "purplecorner" }, /area/station/science/testrange) +"oJk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/tile/bar, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/fore/east) "oJo" = ( /obj/machinery/light_switch{ dir = 8; @@ -65517,15 +65639,6 @@ icon_state = "caution" }, /area/station/engineering/atmos/control) -"oLm" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkpurple" - }, -/area/station/science/toxins/launch) "oLF" = ( /obj/machinery/light{ dir = 4 @@ -65594,6 +65707,13 @@ }, /turf/simulated/floor/plasteel, /area/station/engineering/atmos) +"oNf" = ( +/obj/structure/chair/comfy/brown, +/obj/structure/sign/poster/contraband/ambrosia_vulgaris{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) "oNk" = ( /obj/effect/mapping_helpers/turfs/burn, /turf/simulated/floor/plating, @@ -65806,13 +65926,6 @@ icon_state = "white" }, /area/station/medical/medbay) -"oQo" = ( -/obj/effect/turf_decal/delivery/hollow, -/obj/machinery/atmospherics/portable/canister/toxins, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/science/storage) "oQz" = ( /turf/simulated/floor/plasteel{ icon_state = "neutralcorner" @@ -65949,6 +66062,12 @@ /obj/machinery/atmospherics/unary/vent_pump/on, /turf/simulated/floor/plasteel, /area/station/service/janitor) +"oTc" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/toxins/mixing) "oTn" = ( /obj/effect/spawner/window/reinforced/grilled, /turf/simulated/floor/plating, @@ -66052,17 +66171,6 @@ icon_state = "darkgrey" }, /area/station/science/robotics) -"oVp" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/station/science/research) "oVx" = ( /obj/effect/mapping_helpers/turfs/rust/probably, /turf/simulated/wall/r_wall, @@ -66139,6 +66247,20 @@ "oWE" = ( /turf/simulated/wall/r_wall, /area/station/public/fitness) +"oWK" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) "oWL" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 8 @@ -66378,15 +66500,6 @@ icon_state = "white" }, /area/station/security/permabrig) -"pch" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/maintenance, -/obj/effect/mapping_helpers/airlock/autoname, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/turf/simulated/floor/plating, -/area/station/hallway/primary/fore/north) "pcy" = ( /obj/structure/table/wood, /obj/item/book/manual/wiki/security_space_law, @@ -66533,6 +66646,16 @@ /obj/effect/spawner/random/trash, /turf/simulated/floor/plating, /area/station/maintenance/xenobio_south) +"peu" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) "peF" = ( /obj/effect/mapping_helpers/airlock/access/any/engineering/general, /obj/machinery/door/airlock/engineering/glass{ @@ -66542,13 +66665,6 @@ /obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, /turf/simulated/floor/engine, /area/station/engineering/engine/supermatter) -"peT" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ - dir = 6 - }, -/turf/space, -/area/space/nearstation) "pfa" = ( /obj/structure/table, /obj/item/storage/belt/utility, @@ -66583,6 +66699,12 @@ /obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, /turf/simulated/floor/plating, /area/station/engineering/control) +"pgo" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) "pgs" = ( /obj/structure/table, /obj/item/toy/crayon/white{ @@ -66618,19 +66740,6 @@ icon_state = "white" }, /area/station/science/rnd) -"phs" = ( -/obj/machinery/disposal/delivery_chute{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/structure/window/plasmareinforced{ - dir = 8 - }, -/obj/structure/window/plasmareinforced, -/turf/simulated/floor/plating, -/area/station/science/toxins/launch) "phu" = ( /obj/effect/spawner/window/reinforced/plasma/grilled, /turf/simulated/floor/plating, @@ -66664,13 +66773,6 @@ icon_state = "purple" }, /area/station/engineering/atmos) -"phL" = ( -/obj/machinery/alarm/directional/north, -/obj/machinery/atmospherics/unary/thermomachine/freezer, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/station/science/toxins/mixing) "pig" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/cyan, @@ -66704,6 +66806,14 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/port) +"piJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) "piX" = ( /obj/structure/cable{ icon_state = "1-2" @@ -66856,17 +66966,6 @@ /obj/effect/spawner/random/oil/maybe, /turf/simulated/floor/plasteel, /area/station/maintenance/fsmaint) -"plV" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/station/science/storage) "pmd" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -67186,22 +67285,6 @@ icon_state = "darkredcorners" }, /area/station/security/armory/secure) -"ptw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/portable/scrubber/huge, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplefull" - }, -/area/station/science/storage) "ptU" = ( /obj/machinery/alarm/directional/east, /turf/simulated/floor/wood, @@ -67380,14 +67463,6 @@ icon_state = "freezerfloor" }, /area/station/public/toilet/lockerroom) -"pyg" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/station/science/toxins/mixing) "pyh" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -67516,15 +67591,6 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/plasteel, /area/station/hallway/primary/aft/south) -"pBf" = ( -/obj/machinery/camera{ - c_tag = "Central Primary Hallway - Fore-Port - AI Upload" - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/central/north) "pBl" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -67569,12 +67635,6 @@ /obj/machinery/hologram/holopad, /turf/simulated/floor/plasteel, /area/station/security/brig) -"pCd" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/station/maintenance/aft2) "pCf" = ( /obj/machinery/hologram/holopad, /turf/simulated/floor/plasteel{ @@ -67646,18 +67706,6 @@ icon_state = "dark" }, /area/station/science/misc_lab) -"pDD" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 6 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurple" - }, -/area/station/science/toxins/mixing) "pDW" = ( /obj/structure/cable{ icon_state = "2-4" @@ -67699,18 +67747,6 @@ icon_state = "brown" }, /area/station/hallway/primary/central/nw) -"pFi" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/station/science/toxins/mixing) "pFo" = ( /obj/structure/cable{ icon_state = "4-8" @@ -67899,6 +67935,11 @@ icon_state = "white" }, /area/station/medical/medbay) +"pIF" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/toxins/mixing) "pJh" = ( /obj/structure/cable{ icon_state = "0-4" @@ -67943,6 +67984,15 @@ icon_state = "showroomfloor" }, /area/station/medical/coldroom) +"pJw" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) "pJx" = ( /obj/structure/cable{ icon_state = "1-8" @@ -67972,13 +68022,6 @@ }, /turf/simulated/floor/plasteel, /area/station/engineering/break_room) -"pKo" = ( -/obj/structure/dispenser, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkpurplecorners" - }, -/area/station/science/toxins/mixing) "pKs" = ( /obj/machinery/field/generator{ state = 2 @@ -68034,19 +68077,6 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/maintcentral) -"pKT" = ( -/obj/structure/chair/office/light, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the test chamber."; - layer = 4; - name = "Test Chamber Telescreen"; - network = list("Toxins"); - pixel_y = -32 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkpurple" - }, -/area/station/science/toxins/launch) "pLD" = ( /obj/machinery/door_timer/cell_1{ pixel_x = -32 @@ -68329,6 +68359,10 @@ icon_state = "redcorner" }, /area/station/hallway/primary/fore/north) +"pRR" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) "pRT" = ( /obj/structure/cable{ icon_state = "1-8" @@ -68682,6 +68716,15 @@ /obj/machinery/atmospherics/portable/canister/oxygen, /turf/simulated/floor/plasteel, /area/station/engineering/atmos/control) +"pZE" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) "qal" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -68872,13 +68915,16 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plasteel, /area/station/security/prison/cell_block/a) -"qdy" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurple" +"qdL" = ( +/obj/item/kirbyplants/large, +/obj/item/radio/intercom{ + name = "north bump"; + pixel_y = 28 }, -/area/station/science/storage) +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/primary/central/north) "qdR" = ( /obj/structure/table/reinforced, /obj/machinery/door/window/classic/reversed{ @@ -69368,25 +69414,6 @@ icon_state = "browncorner" }, /area/station/hallway/primary/fore/east) -"qpK" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/door/airlock/research, -/obj/effect/mapping_helpers/airlock/access/all/science/tox, -/obj/effect/mapping_helpers/airlock/autoname, -/obj/machinery/door/firedoor/heavy, -/turf/simulated/floor/plasteel, -/area/station/science/toxins/mixing) "qpN" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ @@ -69418,10 +69445,6 @@ }, /turf/simulated/floor/plasteel, /area/station/engineering/atmos/distribution) -"qqG" = ( -/obj/effect/mapping_helpers/turfs/damage, -/turf/simulated/floor/plating, -/area/station/maintenance/fore2) "qqM" = ( /obj/structure/cable{ icon_state = "4-8" @@ -69751,16 +69774,12 @@ /turf/simulated/floor/plating, /area/station/maintenance/xenobio_south) "qwA" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/disposalpipe/segment/corner{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" +/obj/machinery/light{ + dir = 4 }, /turf/simulated/floor/plasteel{ - icon_state = "white" + dir = 4; + icon_state = "whitepurple" }, /area/station/science/toxins/mixing) "qwB" = ( @@ -69911,10 +69930,6 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/fsmaint) -"qAm" = ( -/obj/effect/spawner/airlock/long, -/turf/simulated/wall, -/area/station/maintenance/aft2) "qAr" = ( /obj/machinery/light/small{ dir = 1 @@ -70095,14 +70110,6 @@ icon_state = "red" }, /area/station/security/main) -"qEV" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/turret_protected/ai_upload) "qEX" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -70151,6 +70158,15 @@ icon_state = "greenblue" }, /area/station/service/hydroponics) +"qGQ" = ( +/obj/machinery/atmospherics/binary/pump{ + name = "Cold Loop to Port" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) "qIg" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 1 @@ -70368,13 +70384,6 @@ }, /turf/simulated/floor/plasteel, /area/station/science/xenobiology) -"qNu" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ - dir = 9 - }, -/turf/space, -/area/space/nearstation) "qNJ" = ( /obj/machinery/atmospherics/pipe/manifold/visible/blue{ dir = 1 @@ -70554,6 +70563,20 @@ icon_state = "dark" }, /area/station/security/interrogation) +"qQT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/portable/scrubber/huge, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/storage) "qRm" = ( /obj/effect/spawner/random/oil/maybe, /turf/simulated/floor/plasteel, @@ -70600,6 +70623,34 @@ icon_state = "caution" }, /area/station/engineering/atmos/control) +"qRR" = ( +/obj/structure/table/reinforced, +/obj/machinery/light, +/obj/item/transfer_valve{ + pixel_x = 4; + pixel_y = -4 + }, +/obj/item/transfer_valve{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/transfer_valve, +/obj/item/transfer_valve{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/transfer_valve{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/transfer_valve{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurple" + }, +/area/station/science/toxins/mixing) "qSf" = ( /obj/structure/window/reinforced{ dir = 1 @@ -70672,15 +70723,6 @@ }, /turf/simulated/floor/plasteel, /area/station/public/dorms) -"qUk" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "whitepurple" - }, -/area/station/science/storage) "qUq" = ( /mob/living/simple_animal/chicken/clucky, /turf/simulated/floor/grass, @@ -70731,15 +70773,6 @@ icon_state = "dark" }, /area/station/security/armory/secure) -"qWh" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/closet/bombcloset, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurple" - }, -/area/station/science/toxins/mixing) "qWm" = ( /obj/structure/cable{ icon_state = "0-4" @@ -71027,20 +71060,6 @@ icon_state = "white" }, /area/station/maintenance/aft) -"rbp" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Science Toxins Mixing - Fore"; - dir = 8; - network = list("Research","SS13") - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurple" - }, -/area/station/science/toxins/mixing) "rbu" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -71181,12 +71200,6 @@ }, /turf/space, /area/space) -"rei" = ( -/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ - dir = 10 - }, -/turf/simulated/floor/engine/vacuum, -/area/station/science/toxins/mixing) "ret" = ( /obj/machinery/atmospherics/unary/vent_pump/on, /turf/simulated/floor/plasteel, @@ -71258,26 +71271,6 @@ icon_state = "greencorner" }, /area/station/security/permabrig) -"rgJ" = ( -/obj/structure/table/reinforced, -/obj/item/taperecorder{ - pixel_x = 5; - pixel_y = 5 - }, -/obj/item/analyzer{ - pixel_x = -5; - pixel_y = 5 - }, -/obj/item/stack/cable_coil, -/obj/item/stack/cable_coil{ - pixel_x = 3; - pixel_y = -3 - }, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "darkpurple" - }, -/area/station/science/toxins/mixing) "rgX" = ( /turf/simulated/floor/plasteel{ icon_state = "whitepurplecorner" @@ -71310,12 +71303,22 @@ }, /area/station/service/kitchen) "rhH" = ( -/obj/structure/chair/office/light, -/obj/effect/landmark/start/scientist, -/turf/simulated/floor/plasteel{ - icon_state = "dark" +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 }, -/area/station/science/toxins/mixing) +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/storage) "rif" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 @@ -71417,19 +71420,6 @@ icon_state = "dark" }, /area/station/aisat) -"rjX" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/obj/item/radio/intercom{ - name = "west bump"; - pixel_x = -28 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurple" - }, -/area/station/science/toxins/mixing) "rkr" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/centcom{ @@ -71504,12 +71494,6 @@ icon_state = "whiteblue" }, /area/station/security/permabrig) -"rlG" = ( -/obj/machinery/door/airlock/maintenance, -/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, -/obj/effect/mapping_helpers/airlock/autoname, -/turf/simulated/floor/plating, -/area/station/maintenance/fore2) "rlJ" = ( /obj/machinery/atmospherics/pipe/manifold/visible/cyan, /obj/machinery/light, @@ -71522,6 +71506,13 @@ }, /turf/simulated/floor/engine, /area/station/engineering/control) +"rlX" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/turf/space, +/area/space/nearstation) "rmg" = ( /obj/machinery/light, /turf/simulated/floor/plasteel{ @@ -71539,6 +71530,10 @@ /obj/item/clothing/glasses/welding, /turf/simulated/floor/plasteel, /area/station/science/robotics/chargebay) +"rmt" = ( +/obj/machinery/economy/atm/directional/south, +/turf/simulated/floor/wood, +/area/station/service/bar) "rmz" = ( /obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -71876,10 +71871,6 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/carpet, /area/station/command/office/captain/bedroom) -"ruf" = ( -/obj/effect/spawner/random/fungus/probably, -/turf/simulated/floor/plating, -/area/station/maintenance/aft2) "ruo" = ( /obj/structure/rack, /obj/item/stack/cable_coil/random, @@ -72088,6 +72079,23 @@ icon_state = "white" }, /area/station/medical/medbay) +"ryG" = ( +/obj/machinery/driver_button{ + id_tag = "toxinsdriver"; + pixel_y = -24; + range = 18 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/item/paper_bin, +/obj/item/pen, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkpurple" + }, +/area/station/science/toxins/launch) "ryV" = ( /obj/machinery/atmospherics/binary/pump{ dir = 0; @@ -72212,6 +72220,13 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/plasteel, /area/station/engineering/atmos) +"rAG" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurple" + }, +/area/station/science/toxins/mixing) "rBn" = ( /obj/machinery/atmospherics/pipe/simple/visible/cyan{ dir = 4 @@ -72336,14 +72351,6 @@ }, /turf/simulated/floor/plasteel, /area/station/security/warden) -"rEm" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/hallway/primary/central/north) "rEw" = ( /obj/structure/cable{ icon_state = "1-2" @@ -72354,15 +72361,6 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/plasteel, /area/station/hallway/primary/aft/north) -"rEx" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurple" - }, -/area/station/science/toxins/mixing) "rEF" = ( /turf/simulated/floor/plasteel{ dir = 4; @@ -72658,12 +72656,6 @@ icon_state = "green" }, /area/station/hallway/primary/central/se) -"rJI" = ( -/obj/structure/chair/sofa/corp, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/hallway/primary/central/north) "rJJ" = ( /obj/machinery/door/airlock/titanium{ name = "Arrivals Shuttle Airlock" @@ -72719,13 +72711,6 @@ /obj/structure/reagent_dispensers/watertank, /turf/simulated/floor/plating, /area/station/maintenance/aft2) -"rKT" = ( -/obj/machinery/economy/atm/directional/west, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/central/se) "rKV" = ( /obj/machinery/door/firedoor, /turf/simulated/floor/plasteel{ @@ -72871,6 +72856,15 @@ icon_state = "black" }, /area/station/security/permabrig) +"rOc" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/toxins/mixing) "rOi" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -72927,6 +72921,10 @@ icon_state = "darkbluecorners" }, /area/station/command/bridge) +"rOP" = ( +/obj/machinery/economy/atm/directional/west, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore/east) "rOT" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 8 @@ -72935,6 +72933,13 @@ icon_state = "redcorner" }, /area/station/hallway/primary/central/se) +"rOX" = ( +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) "rOY" = ( /obj/structure/table/glass, /obj/machinery/light_switch{ @@ -73045,7 +73050,7 @@ }, /area/station/security/prisonlockers) "rSj" = ( -/obj/structure/closet/firecloset, +/obj/structure/closet/emcloset, /turf/simulated/floor/plasteel{ icon_state = "dark" }, @@ -73302,6 +73307,15 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/fore) +"rWM" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkpurplecorners" + }, +/area/station/science/toxins/launch) "rXa" = ( /obj/machinery/atmospherics/pipe/simple/visible/yellow{ dir = 4 @@ -73407,6 +73421,13 @@ icon_state = "dark" }, /area/station/aisat) +"rZM" = ( +/obj/machinery/economy/atm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/hallway/primary/fore/north) "rZN" = ( /obj/machinery/door/poddoor/impassable/gamma, /turf/simulated/floor/plasteel{ @@ -73592,6 +73613,13 @@ }, /turf/simulated/floor/plating, /area/station/command/office/cmo) +"sft" = ( +/obj/machinery/economy/atm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "cautioncorner" + }, +/area/station/hallway/primary/starboard/east) "sfz" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 10 @@ -73635,6 +73663,13 @@ icon_state = "yellowcorner" }, /area/station/hallway/primary/aft/north) +"sfW" = ( +/obj/machinery/economy/atm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/lobby) "sgk" = ( /obj/machinery/smartfridge/foodcart, /obj/machinery/alarm/directional/north, @@ -73698,6 +73733,14 @@ icon_state = "redcorner" }, /area/station/security/brig) +"shr" = ( +/obj/machinery/door/poddoor{ + id_tag = "ToxinsVenting"; + name = "Toxins Venting Bay Door"; + power_state = 0 + }, +/turf/simulated/floor/engine/vacuum, +/area/station/science/toxins/mixing) "sjx" = ( /obj/structure/chair{ dir = 1 @@ -73814,6 +73857,11 @@ icon_state = "whiteblue" }, /area/station/medical/reception) +"skQ" = ( +/obj/item/cigbutt/roach, +/obj/item/cigbutt/roach, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) "skT" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -74071,14 +74119,6 @@ icon_state = "neutralcorner" }, /area/station/public/fitness) -"sql" = ( -/obj/structure/chair/sofa/corp{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/hallway/primary/central/north) "sqp" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ @@ -74086,16 +74126,6 @@ }, /turf/simulated/floor/wood, /area/station/service/bar) -"srn" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable, -/obj/machinery/power/apc/directional/west, -/turf/simulated/floor/plasteel{ - dir = 10; - icon_state = "whitepurple" - }, -/area/station/science/storage) "srB" = ( /obj/structure/disposalpipe/segment, /turf/simulated/floor/plasteel{ @@ -74164,6 +74194,17 @@ /obj/machinery/economy/vending/cigarette, /turf/simulated/floor/plating, /area/station/maintenance/apmaint) +"stj" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + name = "Portable Air Pump Connector"; + dir = 8 + }, +/obj/machinery/atmospherics/portable/pump, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) "sts" = ( /obj/effect/turf_decal/stripes/line, /turf/simulated/floor/plasteel{ @@ -74179,12 +74220,6 @@ }, /turf/simulated/floor/plasteel, /area/station/security/range) -"svc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/station/maintenance/fore2) "svH" = ( /obj/structure/cable{ icon_state = "4-8" @@ -74357,13 +74392,6 @@ icon_state = "whiteblue" }, /area/station/medical/storage) -"syT" = ( -/obj/machinery/economy/atm/directional/north, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "red" - }, -/area/station/hallway/primary/fore/north) "szn" = ( /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -74480,12 +74508,6 @@ icon_state = "darkblue" }, /area/station/medical/surgery/primary) -"sBW" = ( -/obj/item/kirbyplants/large, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/hallway/primary/central/north) "sBZ" = ( /obj/structure/disposalpipe/broken{ dir = 8 @@ -74552,15 +74574,6 @@ icon_state = "neutral" }, /area/station/hallway/secondary/garden) -"sDk" = ( -/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ - dir = 6 - }, -/obj/machinery/atmospherics/air_sensor{ - autolink_id = "burn_sensor" - }, -/turf/simulated/floor/engine/vacuum, -/area/station/science/toxins/mixing) "sDr" = ( /obj/structure/rack, /obj/item/clothing/suit/armor/riot/sec{ @@ -74597,10 +74610,6 @@ /obj/effect/spawner/window/reinforced/grilled, /turf/simulated/floor/plating, /area/station/security/warden) -"sEx" = ( -/obj/effect/spawner/random/barrier/obstruction, -/turf/simulated/floor/plating, -/area/station/maintenance/fore2) "sEI" = ( /obj/machinery/atmospherics/trinary/filter, /turf/simulated/floor/plasteel, @@ -74649,6 +74658,11 @@ }, /turf/simulated/floor/engine, /area/station/science/xenobiology) +"sFk" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/turf/space, +/area/space/nearstation) "sFz" = ( /obj/machinery/alarm/directional/north, /obj/machinery/atmospherics/unary/tank/air, @@ -74802,6 +74816,14 @@ icon_state = "red" }, /area/station/security/processing) +"sIf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/portable/canister/sleeping_agent, +/obj/effect/turf_decal/delivery/white/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/storage) "sIh" = ( /obj/structure/table/reinforced, /obj/machinery/door/window/classic/normal{ @@ -74986,6 +75008,14 @@ }, /turf/simulated/floor/plasteel, /area/station/hallway/secondary/entry/north) +"sMf" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) "sMg" = ( /obj/effect/turf_decal/stripes/line{ dir = 9 @@ -75059,6 +75089,16 @@ icon_state = "cautioncorner" }, /area/station/engineering/atmos) +"sNi" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/power/apc/directional/west, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/station/science/storage) "sNm" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 8 @@ -75186,6 +75226,19 @@ }, /turf/simulated/floor/plasteel, /area/station/science/testrange) +"sQb" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/rack{ + dir = 1 + }, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) "sQg" = ( /obj/structure/table/glass, /obj/item/storage/box/donkpockets, @@ -75200,6 +75253,14 @@ icon_state = "green" }, /area/station/hallway/primary/central/se) +"sQu" = ( +/obj/item/clothing/mask/cigarette/rollie, +/obj/item/clothing/mask/cigarette/rollie{ + pixel_y = -3 + }, +/obj/structure/table, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) "sQA" = ( /obj/effect/spawner/window/reinforced/grilled, /obj/structure/cable{ @@ -75213,6 +75274,18 @@ }, /turf/simulated/floor/plating, /area/station/medical/virology) +"sRf" = ( +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/portable/canister/sleeping_agent, +/obj/effect/turf_decal/delivery/white/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/storage) "sRs" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ dir = 1 @@ -75319,16 +75392,6 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/port/west) -"sUW" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/line, -/turf/simulated/floor/plasteel{ - icon_state = "darkgrey" - }, -/area/station/science/research) "sVy" = ( /obj/structure/cable{ icon_state = "4-8" @@ -75442,6 +75505,12 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/central/nw) +"sXz" = ( +/obj/structure/chair/sofa/corp, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/primary/central/north) "sXJ" = ( /obj/machinery/light/small, /turf/simulated/floor/plasteel{ @@ -75520,17 +75589,6 @@ icon_state = "white" }, /area/station/science/xenobiology) -"sZg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/science/toxins/launch) "sZC" = ( /obj/structure/rack, /obj/effect/spawner/random/maintenance, @@ -75674,6 +75732,15 @@ icon_state = "darkgrey" }, /area/station/security/execution) +"tbr" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) "tbY" = ( /obj/structure/window/reinforced{ dir = 4 @@ -75688,14 +75755,6 @@ /obj/machinery/atmospherics/pipe/simple/visible, /turf/simulated/floor/plating, /area/station/maintenance/fpmaint) -"tcB" = ( -/obj/structure/chair/sofa/corp/corner{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/hallway/primary/central/north) "tcD" = ( /obj/structure/table, /obj/item/storage/box/donkpockets{ @@ -75805,17 +75864,6 @@ icon_state = "white" }, /area/station/science/research) -"teC" = ( -/obj/structure/window/reinforced, -/obj/structure/rack, -/obj/item/extinguisher, -/obj/item/clothing/mask/gas, -/obj/item/grenade/chem_grenade/firefighting, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "whitepurple" - }, -/area/station/science/toxins/mixing) "teE" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -75859,6 +75907,11 @@ "tfl" = ( /turf/simulated/wall/r_wall, /area/station/security/prisonlockers) +"tfn" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) "tfo" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass{ @@ -75931,6 +75984,17 @@ /obj/item/transfer_valve, /turf/simulated/floor/plating, /area/station/maintenance/aft2) +"tgZ" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkpurple" + }, +/area/station/science/toxins/launch) "thc" = ( /obj/structure/cable{ icon_state = "1-2" @@ -76182,6 +76246,10 @@ }, /turf/simulated/floor/plasteel, /area/station/security/prison/cell_block/a) +"tnd" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) "tnr" = ( /obj/machinery/atmospherics/pipe/simple/visible/green, /obj/machinery/atmospherics/binary/pump/on{ @@ -76436,6 +76504,17 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/fsmaint) +"tto" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/trash, +/obj/machinery/light/small, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft2) "ttp" = ( /obj/structure/table/wood, /obj/item/paper_bin{ @@ -76569,6 +76648,14 @@ /obj/effect/turf_decal/stripes/line, /turf/simulated/floor/plating, /area/station/maintenance/disposal) +"tvT" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) "tvY" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 @@ -76844,14 +76931,13 @@ icon_state = "white" }, /area/station/medical/reception) -"tDE" = ( -/obj/structure/chair/sofa/corp/right{ - dir = 4 - }, +"tDw" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/effect/turf_decal/delivery/blue/hollow, /turf/simulated/floor/plasteel{ icon_state = "dark" }, -/area/station/hallway/primary/central/north) +/area/station/science/storage) "tDM" = ( /obj/structure/table/glass, /obj/item/book/manual/wiki/engineering_construction{ @@ -76911,22 +76997,6 @@ }, /turf/space, /area/space/nearstation) -"tFD" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/economy/atm/directional/north, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/station/hallway/secondary/bridge) "tGP" = ( /obj/structure/cable{ icon_state = "4-8" @@ -77026,20 +77096,6 @@ icon_state = "white" }, /area/station/maintenance/asmaint) -"tIB" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/station/science/toxins/mixing) "tIU" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -77188,15 +77244,6 @@ /obj/effect/spawner/random/cobweb/right/rare, /turf/simulated/floor/plating, /area/station/maintenance/fore) -"tNn" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 10 - }, -/obj/structure/sign/vacuum/external{ - pixel_x = 30 - }, -/turf/simulated/floor/plating, -/area/station/maintenance/aft2) "tNQ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -77294,20 +77341,6 @@ icon_state = "cult" }, /area/station/legal/magistrate) -"tQW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/tox, -/obj/effect/mapping_helpers/airlock/autoname, -/obj/machinery/door/airlock/research/glass, -/obj/machinery/door/firedoor/heavy, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/science/toxins/launch) "tRb" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -77332,6 +77365,9 @@ }, /turf/simulated/floor/carpet, /area/station/legal/lawoffice) +"tRw" = ( +/turf/simulated/wall, +/area/station/hallway/primary/central/north) "tRx" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ @@ -77473,6 +77509,13 @@ icon_state = "darkgrey" }, /area/station/science/robotics) +"tVu" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9 + }, +/turf/space, +/area/space/nearstation) "tVw" = ( /obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ dir = 5 @@ -77583,16 +77626,6 @@ icon_state = "white" }, /area/station/science/research) -"tYt" = ( -/obj/effect/spawner/window/reinforced/tinted/grilled, -/turf/simulated/floor/plating, -/area/station/maintenance/asmaint) -"tYz" = ( -/obj/machinery/atmospherics/pipe/manifold/visible, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/station/science/toxins/mixing) "tYD" = ( /obj/structure/cable{ icon_state = "2-8" @@ -77688,6 +77721,12 @@ /obj/effect/decal/cleanable/glass, /turf/simulated/floor/plating, /area/station/maintenance/fore) +"uam" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/science/toxins/launch) "uaH" = ( /obj/machinery/door/airlock/maintenance, /obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, @@ -77850,14 +77889,25 @@ /turf/simulated/floor/plasteel, /area/station/security/brig) "ucR" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/firealarm/directional/west, /turf/simulated/floor/plasteel{ - icon_state = "white" + dir = 9; + icon_state = "whitepurple" }, -/area/station/science/toxins/mixing) +/area/station/science/storage) +"ucV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore/north) "udg" = ( /obj/effect/turf_decal/delivery, /obj/machinery/door/firedoor, @@ -77907,6 +77957,16 @@ "udK" = ( /turf/simulated/wall, /area/station/security/permabrig) +"ueh" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8; + name = "Port to Cold Loop" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) "uel" = ( /obj/machinery/hologram/holopad, /turf/simulated/floor/wood, @@ -78044,6 +78104,10 @@ /obj/machinery/atmospherics/pipe/simple/hidden/cyan, /turf/simulated/floor/plasteel, /area/station/maintenance/fsmaint) +"uhc" = ( +/obj/effect/spawner/window/reinforced/tinted/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) "uhf" = ( /turf/simulated/floor/plasteel{ dir = 10; @@ -78070,6 +78134,12 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plasteel, /area/station/security/prison/cell_block/a) +"uhO" = ( +/obj/structure/table/glass/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/primary/central/north) "uhP" = ( /obj/machinery/computer/message_monitor{ dir = 4 @@ -78088,6 +78158,26 @@ icon_state = "dark" }, /area/station/science/server) +"uhT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/turretid/stun{ + control_area = "\improper AI Upload Chamber"; + name = "AI Upload Turret Control"; + pixel_x = -28; + req_access = list(75) + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/station/science/research) "uhV" = ( /obj/effect/turf_decal/woodsiding{ dir = 5 @@ -78189,17 +78279,12 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/aft) -"ujM" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/structure/cable{ - icon_state = "1-2" - }, +"ujT" = ( +/obj/machinery/economy/atm/directional/south, /turf/simulated/floor/plasteel{ - icon_state = "white" + icon_state = "neutralcorner" }, -/area/station/science/toxins/mixing) +/area/station/public/locker) "uka" = ( /obj/structure/chair/stool{ dir = 1 @@ -78213,6 +78298,15 @@ }, /turf/simulated/floor/plasteel, /area/station/engineering/break_room) +"ukl" = ( +/obj/structure/chair/comfy/corp, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/primary/central/north) "ukO" = ( /obj/structure/kitchenspike, /turf/simulated/floor/plasteel{ @@ -78238,11 +78332,6 @@ icon_state = "red" }, /area/station/security/brig) -"umc" = ( -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/hallway/primary/central/north) "umh" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -78784,19 +78873,6 @@ }, /turf/simulated/floor/wood, /area/station/maintenance/apmaint) -"uBV" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/unary/vent_scrubber/on, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "whitepurple" - }, -/area/station/science/storage) "uBY" = ( /obj/machinery/power/apc/important/directional/south, /obj/structure/cable, @@ -78804,19 +78880,6 @@ icon_state = "dark" }, /area/station/security/armory/secure) -"uCa" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/turf_decal/tile/bar, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/fore/east) "uCe" = ( /turf/simulated/wall/r_wall, /area/station/science/testrange) @@ -78836,13 +78899,6 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/port) -"uCV" = ( -/obj/machinery/doppler_array, -/obj/effect/turf_decal/delivery, -/turf/simulated/floor/plasteel{ - icon_state = "darkpurple" - }, -/area/station/science/toxins/launch) "uCW" = ( /obj/machinery/door/poddoor/preopen{ id_tag = "Secure Gate"; @@ -78957,13 +79013,6 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/station/maintenance/asmaint) -"uGl" = ( -/obj/effect/mapping_helpers/airlock/access/all/engineering/general, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/station/maintenance/aft2) "uGn" = ( /obj/item/radio/intercom/locked/prison{ name = "Prison Intercom (General)"; @@ -79031,14 +79080,6 @@ icon_state = "caution" }, /area/station/engineering/equipmentstorage) -"uHG" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/station/science/toxins/mixing) "uHX" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 1 @@ -79144,6 +79185,13 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plating, /area/station/maintenance/fore) +"uJQ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple"; + dir = 4 + }, +/area/station/maintenance/aft2) "uKc" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 5 @@ -79249,6 +79297,14 @@ icon_state = "white" }, /area/station/medical/chemistry) +"uLQ" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/primary/central/north) "uMj" = ( /obj/structure/chair/office/dark{ dir = 1 @@ -79722,20 +79778,6 @@ }, /turf/simulated/floor/plasteel, /area/station/hallway/secondary/entry/south) -"uWt" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/station/science/storage) "uWQ" = ( /obj/machinery/door/window/classic/normal{ name = "Court Cell" @@ -79840,6 +79882,19 @@ }, /turf/simulated/floor/plating, /area/station/science/robotics/chargebay) +"uYv" = ( +/obj/machinery/disposal/delivery_chute{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/window/plasmareinforced{ + dir = 8 + }, +/obj/structure/window/plasmareinforced, +/turf/simulated/floor/plating, +/area/station/science/toxins/launch) "uYy" = ( /obj/machinery/hydroponics/soil, /obj/structure/sign/poster/official/random{ @@ -79885,6 +79940,14 @@ icon_state = "darkblue" }, /area/station/command/bridge) +"uZf" = ( +/obj/structure/chair/sofa/corp/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/primary/central/north) "uZj" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 4 @@ -80079,6 +80142,10 @@ icon_state = "brown" }, /area/station/hallway/primary/central/nw) +"vcT" = ( +/obj/effect/spawner/random/fungus/probably, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) "vde" = ( /obj/machinery/navbeacon{ codes_txt = "delivery"; @@ -80125,6 +80192,15 @@ "vdE" = ( /turf/simulated/wall, /area/station/security/prisonlockers) +"vdF" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) "vdR" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/portable/canister/air, @@ -80271,6 +80347,14 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/aft2) +"vgI" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/obj/machinery/sparker{ + id = "toxinsigniter"; + pixel_x = -20 + }, +/turf/simulated/floor/engine/vacuum, +/area/station/science/toxins/mixing) "vgP" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -80461,15 +80545,6 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/fsmaint) -"vmz" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkpurplecorners" - }, -/area/station/science/toxins/launch) "vmA" = ( /obj/machinery/door/airlock/security{ id_tag = "prisonereducation"; @@ -80549,15 +80624,6 @@ /obj/effect/spawner/random/maintenance, /turf/simulated/floor/plasteel, /area/station/maintenance/apmaint) -"vnP" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkpurple" - }, -/area/station/science/toxins/launch) "vnQ" = ( /obj/machinery/atmospherics/unary/portables_connector, /obj/machinery/atmospherics/portable/canister/air, @@ -80573,6 +80639,17 @@ icon_state = "green" }, /area/station/hallway/primary/central/se) +"voE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkpurple" + }, +/area/station/science/toxins/launch) "voO" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 1 @@ -80611,20 +80688,6 @@ icon_state = "cafeteria" }, /area/station/service/kitchen) -"vpx" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/airlock/windoor/autoname, -/obj/effect/mapping_helpers/airlock/windoor/access/any/science/tox, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/window/classic/normal, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/station/science/toxins/mixing) "vpQ" = ( /obj/structure/cable/pink{ icon_state = "0-4" @@ -80970,6 +81033,25 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/fpmaint) +"vyF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/research, +/obj/effect/mapping_helpers/airlock/access/all/science/tox, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor/heavy, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) "vyL" = ( /obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -81239,15 +81321,6 @@ /obj/item/seeds/berry, /turf/simulated/floor/wood, /area/station/maintenance/starboard2) -"vHc" = ( -/obj/structure/table/glass/reinforced, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/hallway/primary/central/north) "vHA" = ( /obj/machinery/light{ dir = 4 @@ -81316,17 +81389,6 @@ icon_state = "whitepurple" }, /area/station/science/rnd) -"vJm" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/station/science/toxins/mixing) "vJo" = ( /obj/machinery/firealarm/directional/east, /obj/effect/turf_decal/tile/neutral{ @@ -81339,6 +81401,12 @@ icon_state = "darkred" }, /area/station/security/evidence) +"vJt" = ( +/obj/machinery/atmospherics/unary/vent_pump/siphon/on{ + dir = 4 + }, +/turf/simulated/floor/engine/vacuum, +/area/station/science/toxins/mixing) "vJB" = ( /obj/machinery/atmospherics/pipe/simple/hidden, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -81347,11 +81415,6 @@ icon_state = "dark" }, /area/station/security/execution) -"vJN" = ( -/turf/simulated/floor/plasteel{ - icon_state = "whitepurple" - }, -/area/station/science/toxins/mixing) "vKs" = ( /obj/machinery/camera{ c_tag = "Security - Firing Range"; @@ -81610,6 +81673,13 @@ icon_state = "whitepurple" }, /area/station/science/rnd) +"vQu" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/turf/space, +/area/space/nearstation) "vQB" = ( /obj/effect/turf_decal/stripes/white/line, /obj/effect/turf_decal/stripes/white/line{ @@ -82001,6 +82071,17 @@ /obj/item/flag/syndi, /turf/simulated/floor/plating, /area/station/maintenance/aft2) +"waQ" = ( +/obj/item/radio/intercom{ + name = "east bump"; + pixel_x = 28 + }, +/obj/machinery/atmospherics/trinary/mixer, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) "waX" = ( /obj/effect/decal/cleanable/blood/writing, /obj/machinery/atmospherics/pipe/simple/hidden/cyan{ @@ -82078,13 +82159,6 @@ icon_state = "red" }, /area/station/security/main) -"wdA" = ( -/obj/machinery/atmospherics/portable/canister/oxygen, -/obj/effect/turf_decal/delivery/blue/hollow, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/science/storage) "wdY" = ( /obj/structure/sign/poster/official/random{ pixel_y = -32 @@ -82172,6 +82246,14 @@ }, /turf/simulated/floor/plasteel, /area/station/engineering/break_room) +"wgF" = ( +/obj/machinery/economy/vending/plasmaresearch, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkpurple" + }, +/area/station/science/toxins/mixing) "wgT" = ( /mob/living/simple_animal/cow/betsy, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -82199,11 +82281,8 @@ /turf/simulated/floor/plasteel, /area/station/security/permabrig) "whx" = ( -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 1 - }, /turf/simulated/floor/plasteel{ - dir = 10; + dir = 8; icon_state = "whitepurple" }, /area/station/science/toxins/mixing) @@ -82465,24 +82544,6 @@ icon_state = "white" }, /area/station/security/permabrig) -"wnZ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/station/science/toxins/mixing) "wos" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 5 @@ -82497,34 +82558,6 @@ icon_state = "whitepurple" }, /area/station/science/research) -"woH" = ( -/obj/structure/table/reinforced, -/obj/machinery/light, -/obj/item/transfer_valve{ - pixel_x = 4; - pixel_y = -4 - }, -/obj/item/transfer_valve{ - pixel_x = 2; - pixel_y = -2 - }, -/obj/item/transfer_valve, -/obj/item/transfer_valve{ - pixel_x = -2; - pixel_y = 2 - }, -/obj/item/transfer_valve{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/transfer_valve{ - pixel_x = -6; - pixel_y = 6 - }, -/turf/simulated/floor/plasteel{ - icon_state = "darkpurple" - }, -/area/station/science/toxins/mixing) "woK" = ( /obj/machinery/atmospherics/pipe/simple/hidden/cyan, /obj/item/pen, @@ -82558,6 +82591,15 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/starboard2) +"wpT" = ( +/obj/machinery/camera{ + c_tag = "Central Primary Hallway - Fore-Port - AI Upload" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/north) "wqf" = ( /obj/structure/cable{ icon_state = "4-8" @@ -82588,6 +82630,15 @@ icon_state = "whiteblue" }, /area/station/medical/reception) +"wqJ" = ( +/obj/structure/table/glass/reinforced, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/primary/central/north) "wri" = ( /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -82718,27 +82769,26 @@ /turf/simulated/floor/plasteel, /area/station/supply/storage) "wtQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 +/obj/machinery/camera{ + c_tag = "Science Toxins Mixing - Fore"; + dir = 8; + network = list("Research","SS13") }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment/corner, /turf/simulated/floor/plasteel{ dir = 4; icon_state = "whitepurple" }, /area/station/science/toxins/mixing) -"wug" = ( +"wuc" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurplecorner" + icon_state = "whitepurple" }, -/area/station/science/toxins/mixing) +/area/station/science/storage) "wul" = ( /turf/simulated/floor/plasteel{ icon_state = "dark" @@ -83033,17 +83083,6 @@ }, /turf/simulated/floor/plasteel, /area/station/security/permabrig) -"wzX" = ( -/obj/structure/window/reinforced, -/obj/structure/rack, -/obj/item/extinguisher, -/obj/item/clothing/mask/gas, -/obj/item/grenade/chem_grenade/firefighting, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurple" - }, -/area/station/science/toxins/mixing) "wAw" = ( /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plasteel{ @@ -83070,6 +83109,12 @@ icon_state = "dark" }, /area/station/turret_protected/ai) +"wBc" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) "wBj" = ( /obj/structure/table, /obj/item/radio/intercom{ @@ -83107,6 +83152,12 @@ icon_state = "neutralcorner" }, /area/station/hallway/primary/central/ne) +"wBV" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/purple, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) "wBW" = ( /obj/structure/disposalpipe/segment/corner{ dir = 8 @@ -83191,6 +83242,13 @@ icon_state = "whitegreen" }, /area/station/public/sleep) +"wEa" = ( +/obj/structure/chair/office/light, +/obj/effect/landmark/start/scientist, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/toxins/mixing) "wEx" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -83254,15 +83312,6 @@ /obj/effect/spawner/random/barrier/grille_often, /turf/simulated/floor/plating, /area/station/maintenance/starboard) -"wFR" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/station/science/toxins/mixing) "wFW" = ( /obj/machinery/light/small{ dir = 1 @@ -83331,15 +83380,19 @@ }, /area/station/security/processing) "wHL" = ( -/obj/structure/extinguisher_cabinet{ - name = "east bump"; - pixel_x = 27 +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, +/obj/machinery/alarm/directional/east, +/obj/machinery/computer/area_atmos{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, /turf/simulated/floor/plasteel{ - dir = 4; - icon_state = "darkpurple" + icon_state = "whitepurplefull" }, -/area/station/science/toxins/mixing) +/area/station/science/storage) "wIx" = ( /obj/machinery/power/apc/directional/west, /obj/structure/cable{ @@ -83599,6 +83652,13 @@ icon_state = "dark" }, /area/station/security/execution) +"wQJ" = ( +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/north) "wRh" = ( /obj/machinery/door/window/classic/reversed{ name = "Shooting Range"; @@ -83732,9 +83792,6 @@ "wUa" = ( /turf/simulated/wall/r_wall, /area/station/maintenance/engimaint) -"wUv" = ( -/turf/simulated/wall, -/area/station/hallway/primary/central/north) "wUE" = ( /obj/machinery/door/airlock/command/glass{ name = "Bridge Access" @@ -83842,6 +83899,12 @@ }, /turf/simulated/floor/plating, /area/station/engineering/control) +"wWs" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) "wWu" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/hidden/cyan{ @@ -83960,14 +84023,6 @@ /obj/structure/transit_tube/diagonal, /turf/space, /area/space/nearstation) -"wYw" = ( -/obj/structure/chair/sofa/corp/left{ - dir = 8 - }, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/hallway/primary/central/north) "wZa" = ( /obj/structure/window/reinforced{ dir = 8 @@ -83999,6 +84054,22 @@ }, /turf/simulated/floor/plasteel, /area/station/science/xenobiology) +"wZi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment/corner, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) "wZw" = ( /obj/machinery/atmospherics/unary/vent_pump/siphon/on{ dir = 8; @@ -84155,6 +84226,18 @@ icon_state = "black" }, /area/station/engineering/atmos) +"xbz" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) "xbA" = ( /turf/simulated/floor/plasteel{ icon_state = "white" @@ -84232,12 +84315,6 @@ icon_state = "white" }, /area/station/medical/virology) -"xcH" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/station/science/toxins/launch) "xdb" = ( /obj/structure/rack, /obj/machinery/light{ @@ -84323,23 +84400,6 @@ }, /turf/simulated/floor/plasteel, /area/station/engineering/hardsuitstorage) -"xfc" = ( -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Science Toxins Launch Room"; - network = list("Research","SS13") - }, -/turf/simulated/floor/plasteel{ - dir = 5; - icon_state = "darkpurple" - }, -/area/station/science/toxins/launch) "xfm" = ( /obj/structure/lattice/catwalk, /obj/structure/disposalpipe/segment/corner{ @@ -84417,6 +84477,16 @@ }, /turf/simulated/floor/plasteel, /area/station/hallway/secondary/entry/east) +"xhE" = ( +/obj/structure/extinguisher_cabinet{ + name = "east bump"; + pixel_x = 27 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkpurple" + }, +/area/station/science/toxins/mixing) "xhF" = ( /obj/structure/disposalpipe/segment, /turf/simulated/floor/plasteel{ @@ -84424,20 +84494,6 @@ icon_state = "cautioncorner" }, /area/station/hallway/primary/starboard/east) -"xhH" = ( -/obj/machinery/computer/general_air_control{ - dir = 4; - name = "Bomb Mix Monitor"; - autolink_sensors = list("burn_sensor"="Burn Mix") - }, -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "whitepurple" - }, -/area/station/science/toxins/mixing) "xhL" = ( /obj/machinery/door/window/reinforced/normal{ name = "Justice Chamber" @@ -84704,13 +84760,6 @@ icon_state = "dark" }, /area/station/security/execution) -"xng" = ( -/obj/effect/spawner/window/reinforced/plasma/grilled, -/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/station/science/toxins/mixing) "xnj" = ( /obj/structure/window/reinforced{ dir = 8 @@ -84761,15 +84810,6 @@ icon_state = "purplecorner" }, /area/station/science/testrange) -"xoo" = ( -/obj/machinery/atmospherics/binary/pump{ - dir = 4; - name = "Hot Loop to Port" - }, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/station/science/toxins/mixing) "xoq" = ( /obj/machinery/newscaster/directional/north, /obj/machinery/disposal, @@ -84999,6 +85039,15 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/xenobio_south) +"xtx" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 4; + name = "Hot Loop to Port" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) "xtA" = ( /obj/item/radio/intercom{ name = "west bump"; @@ -85109,18 +85158,6 @@ /obj/effect/turf_decal/caution/stand_clear, /turf/simulated/floor/plasteel, /area/station/engineering/transmission_laser) -"xww" = ( -/obj/item/radio/intercom{ - name = "west bump"; - pixel_x = -28 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/portable/canister/sleeping_agent, -/obj/effect/turf_decal/delivery/white/hollow, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/science/storage) "xwJ" = ( /obj/effect/spawner/window/reinforced/grilled, /turf/simulated/floor/plating, @@ -85215,18 +85252,6 @@ icon_state = "darkbluecorners" }, /area/station/medical/surgery/observation) -"xyJ" = ( -/obj/structure/disaster_counter/toxins{ - pixel_x = -32 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/plasteel{ - dir = 8; - icon_state = "darkpurple" - }, -/area/station/science/toxins/launch) "xyP" = ( /obj/effect/turf_decal/delivery, /turf/simulated/floor/plasteel, @@ -85235,6 +85260,26 @@ /obj/item/cigbutt, /turf/simulated/floor/plating, /area/station/maintenance/fpmaint) +"xzC" = ( +/obj/structure/table/reinforced, +/obj/item/taperecorder{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/analyzer{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkpurple" + }, +/area/station/science/toxins/mixing) "xzD" = ( /obj/machinery/atmospherics/pipe/simple/heat_exchanging{ dir = 4 @@ -85259,25 +85304,6 @@ icon_state = "caution" }, /area/station/engineering/equipmentstorage) -"xAr" = ( -/obj/machinery/door/airlock/research/glass{ - name = "Toxins Storage" - }, -/obj/effect/mapping_helpers/airlock/access/all/science/tox, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/heavy, -/turf/simulated/floor/plasteel{ - icon_state = "white" - }, -/area/station/science/storage) "xAz" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 8 @@ -85353,21 +85379,6 @@ /obj/effect/spawner/window/reinforced/grilled, /turf/simulated/floor/plating, /area/station/security/armory/secure) -"xBY" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/plasteel{ - dir = 6; - icon_state = "whitepurple" - }, -/area/station/science/storage) "xCk" = ( /obj/structure/cable, /obj/effect/spawner/window/reinforced/grilled, @@ -85462,9 +85473,9 @@ /turf/simulated/floor/plasteel, /area/station/engineering/atmos) "xCY" = ( -/obj/machinery/atmospherics/binary/pump{ - dir = 8; - name = "Port to Cold Loop" +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-4" }, /turf/simulated/floor/plasteel{ dir = 8; @@ -85550,17 +85561,6 @@ icon_state = "neutral" }, /area/station/hallway/primary/central/south) -"xGb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 4 - }, -/obj/structure/closet, -/obj/effect/spawner/random/maintenance, -/obj/effect/spawner/random/trash, -/obj/machinery/light/small, -/turf/simulated/floor/plasteel, -/area/station/maintenance/aft2) "xGg" = ( /obj/machinery/door/airlock/maintenance, /obj/structure/disposalpipe/segment{ @@ -86060,12 +86060,6 @@ icon_state = "darkblue" }, /area/station/medical/surgery/observation) -"xQv" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/plasteel{ - icon_state = "dark" - }, -/area/station/science/toxins/launch) "xQR" = ( /obj/structure/closet/firecloset, /turf/simulated/floor/plating, @@ -86080,13 +86074,6 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/general, /turf/simulated/floor/plating, /area/station/maintenance/fsmaint) -"xRg" = ( -/obj/machinery/atmospherics/unary/portables_connector{ - dir = 4 - }, -/obj/machinery/atmospherics/portable/canister/air, -/turf/simulated/floor/plasteel, -/area/station/maintenance/aft2) "xRO" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/unary/vent_pump/on{ @@ -86265,16 +86252,6 @@ icon_state = "whitepurple" }, /area/station/science/research) -"xXb" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plasteel{ - icon_state = "whitepurplefull" - }, -/area/station/science/storage) "xXd" = ( /obj/machinery/hologram/holopad, /turf/simulated/floor/plasteel{ @@ -86349,10 +86326,6 @@ }, /turf/simulated/floor/plasteel, /area/station/security/permabrig) -"xYE" = ( -/obj/machinery/economy/atm/directional/west, -/turf/simulated/floor/plasteel, -/area/station/hallway/primary/fore/east) "xYR" = ( /obj/structure/sign/poster/official/random{ pixel_x = 32 @@ -86541,6 +86514,22 @@ icon_state = "dark" }, /area/station/engineering/atmos) +"ybP" = ( +/obj/machinery/camera{ + c_tag = "Science Toxins Mixing - Aft Starboard"; + dir = 8; + network = list("Research","SS13") + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/portable/canister, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) "ybT" = ( /obj/effect/spawner/window/reinforced/polarized/grilled{ id = "SHOW" @@ -86599,6 +86588,16 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/fsmaint) +"ycT" = ( +/obj/structure/chair/comfy/corp, +/obj/item/radio/intercom{ + name = "west bump"; + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/primary/central/north) "ydH" = ( /obj/structure/closet/secure_closet/security, /obj/machinery/light{ @@ -86645,6 +86644,14 @@ /obj/item/stack/sheet/metal, /turf/simulated/floor/plating, /area/station/maintenance/fore) +"yeG" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) "yeR" = ( /obj/item/kirbyplants/large, /obj/machinery/newscaster/directional/north, @@ -86818,13 +86825,6 @@ }, /turf/simulated/floor/plating, /area/station/maintenance/xenobio_north) -"yjo" = ( -/obj/machinery/alarm/directional/north, -/turf/simulated/floor/plasteel{ - dir = 1; - icon_state = "neutralcorner" - }, -/area/station/hallway/primary/central/north) "yjJ" = ( /obj/effect/turf_decal/delivery, /obj/structure/sign/vacuum{ @@ -106526,7 +106526,7 @@ boh boh fjl bfw -dYe +hXV sLH lMU bzM @@ -108568,7 +108568,7 @@ bgk qpH aUw aYj -xYE +rOP nGC nGC dEG @@ -108823,7 +108823,7 @@ hjr oOt jfb oHu -uCa +oJk xNu aKj aWu @@ -109585,8 +109585,8 @@ gKP gsR uPt gYO -jqr -nAL +oNf +skQ lIM kyq aNl @@ -109842,8 +109842,8 @@ axN axN mdZ gYO -hPG -qqG +sQu +tnd lIM cBa cbv @@ -110100,7 +110100,7 @@ wBl wHH gYO lIM -sEx +lWk lIM lIM lIM @@ -110357,7 +110357,7 @@ axN hvR gYO rcQ -iCR +mtd hOu xJy xJy @@ -110365,7 +110365,7 @@ xJy aGy xJy jaK -ibg +fYp xJy xJy xJy @@ -110613,20 +110613,20 @@ aDT axN aty gYO -aYg -iCR +dOM +mtd aKs -fPL -iCR -qqG -iCR -iCR -iCR -iCR -iCR -qqG -iCR -jsc +ikG +mtd +tnd +mtd +mtd +mtd +mtd +mtd +tnd +mtd +sQb lIM sTC hdw @@ -110872,10 +110872,10 @@ yha aHI aMf aMf -pch +aJi lIM -iCR -cYr +mtd +cYP lIM lIM lIM @@ -110885,7 +110885,7 @@ lIM lIM lIM lIM -pBf +wpT xuG bjA xIX @@ -111129,19 +111129,19 @@ iwq aHI bhF uNe -aJi +aKv lIM -iCR -iCR +mtd +mtd lIM -nTf -gEq -dmD -nhe -vHc -dmD -wUv -rSj +mnd +uhO +nUB +ycT +wqJ +nUB +tRw +bbh nuz xuG bfR @@ -111385,20 +111385,20 @@ cTo xbo lXV cvX -kRG -aKv +ucV +mDE lIM -cYr -iCR +cYP +mtd lIM -sBW -umc -umc -umc -umc -umc -wUv -mrl +ouD +aZN +aZN +aZN +aZN +aZN +tRw +rSj nuz qWN acw @@ -111645,17 +111645,17 @@ aiF aJe aND lIM -iCR -iCR +mtd +mtd lIM -mBB -gEq -dmD -sBW -umc -umc -wUv -mrl +ukl +uhO +nUB +ouD +aZN +aZN +tRw +rSj nGC bep ccP @@ -111902,17 +111902,17 @@ aHM aJd pRQ lIM -iCR -iCR +mtd +mtd lIM -tcB -sql -sql -tDE -umc -umc -wUv -wUv +uZf +aUl +aUl +uLQ +aZN +aZN +tRw +tRw bgF xuG sWe @@ -111931,7 +111931,7 @@ bCb bqc bLR bFI -tFD +kIw bKT bMW bPp @@ -112159,17 +112159,17 @@ aHM oBr aKz lIM -iCR -iCR +mtd +mtd lIM -rJI -mLk -mLk -mLk -umc -umc -umc -cED +sXz +aVy +aVy +aVy +aZN +aZN +aZN +bbk nGC beq jmL @@ -112416,17 +112416,17 @@ aHM aev bPX lIM -iCR -iCR +mtd +mtd lIM -rJI -mLk -mLk -mLk -umc -umc -umc -kAr +sXz +aVy +aVy +aVy +aZN +aZN +aZN +ccX nGC xuG jmL @@ -112673,17 +112673,17 @@ aHM aJf aNJ lIM -qqG -iCR +tnd +mtd lIM -rJI -mLk -mLk -mLk -umc -umc -lUD -cED +sXz +aVy +aVy +aVy +aZN +aZN +iis +bbk nGC xuG jmL @@ -112926,22 +112926,22 @@ nvB pNO dig lXV -syT +rZM aJh pRQ lIM -nVo -iCR +pgo +mtd lIM -iWU -oxN -oxN -wYw -umc -umc -wUv -wUv -yjo +aVA +aUn +aUn +aXG +aZN +aZN +tRw +tRw +wQJ xuG jmL jMy @@ -113187,16 +113187,16 @@ aHM aJh pRQ lIM -iCR -jKe -rlG -umc -umc -umc -umc -umc -umc -wUv +mtd +pRR +wBc +aZN +aZN +aZN +aZN +aZN +aZN +tRw bbn nGC pCy @@ -113444,16 +113444,16 @@ aiF aJk aNL lIM -svc -mZs +kKe +cXO lIM -eDC -umc -umc -umc -rEm -sBW -wUv +qdL +aZN +aZN +aZN +aei +ouD +tRw bbo oYO svH @@ -113701,16 +113701,16 @@ aKD aJk pRQ lIM -rlG +wBc lIM lIM -wUv -wUv -wUv -wUv -wUv -wUv -wUv +tRw +tRw +tRw +tRw +tRw +tRw +tRw bbp fJp jtg @@ -114547,7 +114547,7 @@ cKx khl bAt mGK -ecw +jth lHZ eaG cxl @@ -116830,7 +116830,7 @@ jdP bdb cei rNC -aVM +sfW ily cLY oFw @@ -117110,7 +117110,7 @@ cwR cwR cwR cwR -gAb +jkW aOG aSY bzZ @@ -117373,7 +117373,7 @@ cFH bzZ mcw rfK -qEV +csS aRA agK cOp @@ -117624,7 +117624,7 @@ gTS oic uSJ pTk -cPY +eNL aOG lEw beA @@ -117643,7 +117643,7 @@ vZo vZo vZo vZo -xRg +iOf coG aaa aaa @@ -117900,11 +117900,11 @@ lTS vZo lTS vZo -xGb +tto coG coG coG -qAm +kgd abq aef abq @@ -118156,11 +118156,11 @@ kQj avs avs avs -ruf -tNn +vcT +dif vZo vZo -uGl +rOX vZo arA arA @@ -118396,10 +118396,10 @@ cxO cIE clb lmq -oVp -oVp +cuR +cuR jOM -ipt +uhT wsu eNY bIG @@ -118655,7 +118655,7 @@ akH hns cic cic -sUW +fJu clb cwR cwR @@ -118673,9 +118673,9 @@ mlV lYB cOp qnp -jOB +vgI fdt -hjk +shr abq aef abq @@ -118874,7 +118874,7 @@ bcN byg cfr bQF -rKT +hYs bSW bTW bVn @@ -118912,7 +118912,7 @@ hyQ auf cic cic -sUW +fJu uSP tug tId @@ -118929,10 +118929,10 @@ vZo vZo vZo cOp -rei -sDk -gYb -hjk +fhw +mhw +dkM +shr abq aef abq @@ -119186,13 +119186,13 @@ coG coG coG cOp -eVS -cfs -iJt -hjk -peT -epO -iVF +dPJ +kXv +vJt +shr +vQu +ogH +sFk ixU iju aaa @@ -119443,14 +119443,14 @@ tmz mxp cUL cOp -cvu -cvu -cvu +hkz +hkz +hkz cEK wJN -bLz -iVF -qNu +rlX +sFk +tVu bwM aaa aaa @@ -119691,22 +119691,22 @@ wvJ ihF acS gJg -fIV -fIV -dpO +fVL +fVL +ejr ekF dpM vNL fxt vZo cOp -emw -xhH -dGn +gcP +nRv +okT cEK wJN rUl -iVF +sFk cxT bwM aaa @@ -119948,23 +119948,23 @@ fqz cPc vZo cvw -gdH -akL +fmf +uJQ nBf -akL -pCd +uJQ +wWs avs lTS lYB cOp -pDD -tYz -llA +xbz +ifi +nIS cEK wJN -bLz -iVF -qNu +rlX +sFk +tVu bwM aaa aaa @@ -120207,19 +120207,19 @@ cPc bdN cOp cOp -qpK +vyF cOp cOp cOp cOp cOp cOp -nJt -xoo -vJN +dJu +xtx +tfn cEK -xng -xng +nLN +nLN cEK cEK rOZ @@ -120465,20 +120465,20 @@ bdN yeU dCm nqr -jhm -rjX -okj -wzX -nID -nID -ohj -iTN -wug -acm +fyt +ikU xCY lhF -eDX whx +whx +rOc +gUo +oTc +nNx +ueh +peu +qGQ +tbr rOZ rOZ rOZ @@ -120648,7 +120648,7 @@ aTo spj aTo aTo -ibV +ujT aLl niC eTo @@ -120723,25 +120723,25 @@ yed xrA qkD rEb -oDK -tIB -vpx -eGA -wnZ -vJm -pFi -ujM leO iTN -kgx -pyg +nQl +eDX dal -rOZ +jRQ glQ -xyJ -vnP -aaG -nob +fMh +mMI +gUo +kgx +gSR +kWX +rOZ +dxG +aec +fJJ +iaD +fTW aaa aaa aaa @@ -120980,25 +120980,25 @@ keu xIl xIl rgX -rbp -rEx -teC -gbF -jKx -gbF -gbF -gbF wtQ qwA eGn -iXy +naq mgu -tQW -czx -sZg -xQv -uCV -nob +naq +naq +naq +wZi +mJt +dPk +oWK +eSA +fBK +voE +chY +jwh +dJM +fTW aaa aaa aaa @@ -121227,35 +121227,35 @@ pwo nzb luN ayn -tYt -tYt +uhc +uhc rPx cPc cPc bdN ubf -gpw -uHG +wBV +sMf jwi cEK bXG bXG bXG -xAr +fED bXG bXG bXG bXG -lvB +pZE kgx -dIQ -qWh +piJ +nei rOZ -hVK -vmz -dBP -pKT -nob +tgZ +rWM +gyA +anD +fTW aaa aaa abq @@ -121488,30 +121488,30 @@ bZy fCO fGH qEh -nLv +nWZ bdN jSe -lFt -jXU +foV +stj ddG cEK -gRS -gRS -iJu -uWt -srn -xww -mLD -bXG -dnE +mfM mfM ucR iQC +sNi +sRf +sIf +bXG +eeI +tvT +vdF +koA rOZ rOZ -xfc -oLm -lAE +fcJ +kvF +ryG rOZ iju abq @@ -121745,30 +121745,30 @@ iKT ggT kgB emj -kNZ +fMC bdN bdN bdN bdN bdN bdN -gRS -gRS -qUk -plV -qdy -mLD -mLD -bXG -phL mfM -wFR -pKo -rgJ +mfM +dIQ +gGu +wuc +sIf +sIf +bXG +cRQ +tvT +oqh +eGt +xzC rOZ -phs -iHH -nob +uYv +jvV +fTW rOZ abq aaa @@ -122009,22 +122009,22 @@ cPc wyC das bdN -ptw -dCA -uBV -kGS -xBY -dCA -mBJ -bXG cDq -kGo +cWc gFf rhH -jVr +ffx +cWc +qQT +bXG +iPW +mng +pJw +wEa +rAG rOZ dnH -xcH +uam wvK cOy abq @@ -122211,7 +122211,7 @@ sqp sqp sqp ueC -cWA +rmt bQI soT tRb @@ -122258,27 +122258,27 @@ bdN hjx rPx cPc -tYt +uhc cPc -muv +yeG emj -tYt +uhc qEh emj bdN -oQo -oQo -oQo -xXb -wdA -wdA -wdA +ajW +ajW +ajW +nRl +tDw +tDw +tDw bXG -eAC -dWQ -gjH -lEz -woH +iVX +dER +fpl +pIF +qRR rOZ rOZ rOZ @@ -122516,26 +122516,26 @@ uxT fGH egq lTB -tYt +uhc emj bME -tYt +uhc qEh emj bdN -oQo -oQo -oQo -kTs -dsA -wdA -wdA -bXG -ljg -fuC -lIC +ajW +ajW +ajW wHL -gcw +mqA +tDw +tDw +bXG +fbL +waQ +ybP +xhE +wgF rOZ abq aaa @@ -123030,7 +123030,7 @@ imh emj dcu vAa -tYt +uhc cBQ bNG aZi @@ -126825,7 +126825,7 @@ cfd bhU bjH bam -iCa +sft bsY mGk bHN diff --git a/code/game/objects/structures/crates_lockers/walllocker.dm b/code/game/objects/structures/crates_lockers/walllocker.dm index 711d6d0a16a..4b2ec513afe 100644 --- a/code/game/objects/structures/crates_lockers/walllocker.dm +++ b/code/game/objects/structures/crates_lockers/walllocker.dm @@ -36,18 +36,4 @@ new /obj/item/crowbar(src) new /obj/item/crowbar(src) -/obj/structure/closet/walllocker/emerglocker/north - pixel_y = 32 - dir = SOUTH - -/obj/structure/closet/walllocker/emerglocker/south - pixel_y = -32 - dir = NORTH - -/obj/structure/closet/walllocker/emerglocker/west - pixel_x = -32 - dir = WEST - -/obj/structure/closet/walllocker/emerglocker/east - pixel_x = 32 - dir = EAST +MAPPING_DIRECTIONAL_HELPERS(/obj/structure/closet/walllocker/emerglocker, 32, 32) diff --git a/tools/UpdatePaths/Scripts/28558_emergelocker_directionals.txt b/tools/UpdatePaths/Scripts/28558_emergelocker_directionals.txt new file mode 100644 index 00000000000..877d8e39843 --- /dev/null +++ b/tools/UpdatePaths/Scripts/28558_emergelocker_directionals.txt @@ -0,0 +1,9 @@ +/obj/structure/closet/walllocker/emerglocker/north : /obj/structure/closet/walllocker/emerglocker/directional/north +/obj/structure/closet/walllocker/emerglocker/east : /obj/structure/closet/walllocker/emerglocker/directional/east +/obj/structure/closet/walllocker/emerglocker/west : /obj/structure/closet/walllocker/emerglocker/directional/west +/obj/structure/closet/walllocker/emerglocker/south : /obj/structure/closet/walllocker/emerglocker/directional/south +/obj/structure/closet/walllocker/emerglocker{pixel_x=-28} : /obj/structure/closet/walllocker/emerglocker/directional/west +/obj/structure/closet/walllocker/emerglocker{pixel_x=-32} : /obj/structure/closet/walllocker/emerglocker/directional/west +/obj/structure/closet/walllocker/emerglocker{pixel_x=28} : /obj/structure/closet/walllocker/emerglocker/directional/east +/obj/structure/closet/walllocker/emerglocker{pixel_x=32} : /obj/structure/closet/walllocker/emerglocker/directional/east +/obj/structure/closet/walllocker/emerglocker{pixel_y=32} : /obj/structure/closet/walllocker/emerglocker/directional/north diff --git a/tools/maplint/lints/directional_emergelockers.yml b/tools/maplint/lints/directional_emergelockers.yml new file mode 100644 index 00000000000..318ef7913b8 --- /dev/null +++ b/tools/maplint/lints/directional_emergelockers.yml @@ -0,0 +1,10 @@ +help: 'Use the specific directional subtypes for this emergency locker.' +/obj/structure/closet/walllocker/emerglocker: + banned_variables: + - pixel_x + - pixel_y + - name +=/obj/structure/closet/walllocker/emerglocker: + banned: true +=/obj/structure/closet/walllocker/emerglocker/directional: + banned: true