diff --git a/code/modules/overmap/ships/computers/sensors.dm b/code/modules/overmap/ships/computers/sensors.dm index c1ed833c9e9..ec21e02294a 100644 --- a/code/modules/overmap/ships/computers/sensors.dm +++ b/code/modules/overmap/ships/computers/sensors.dm @@ -378,6 +378,9 @@ icon_state = "[base_icon_state]_off" if(!use_power) cut_overlays() + + if(use_power) + icon_state = "[base_icon_state]_on" return var/overlay = "[base_icon_state]-effect" @@ -487,7 +490,6 @@ /obj/machinery/shipsensors/strong desc = "An upgrade to the standard ship-mounted sensor array, this beast has massive cooling systems running beneath it, allowing it to run hotter for much longer. Can only run in vacuum to protect delicate quantum BS elements." - icon_state = "sensor_suite" heat_reduction = 3.7 // can sustain range 6 max_range = 14 deep_scan_range = 6 @@ -496,5 +498,9 @@ /obj/machinery/shipsensors/strong/venator name = "venator-class quantum sensor array" desc = "An incredibly advanced sensor array, created using top of the line technology in every conceivable area. Not only does it far outperform and outclass every other sensors system, it also boasts revolutionary quantum long-range sensors." + icon = 'icons/obj/machinery/sensors_venator.dmi' deep_scan_range = 12 deep_scan_sensor_name = "Venator-Class Ultra-High Depth Sensors" + layer = ABOVE_ALL_MOB_LAYER + pixel_x = -32 + pixel_y = -32 diff --git a/code/modules/overmap/ships/identification.dm b/code/modules/overmap/ships/identification.dm index cb54dbbe86c..8d7815ceda9 100644 --- a/code/modules/overmap/ships/identification.dm +++ b/code/modules/overmap/ships/identification.dm @@ -1,8 +1,8 @@ /obj/machinery/iff_beacon name = "IFF transponder" //This object handles ship identification on sensors. desc = "A complex set of various bluespace and subspace arrays that transmit a ship's identification tags." - icon = 'icons/obj/machinery/telecomms.dmi' - icon_state = "ntnet" + icon = 'icons/obj/machinery/iff_transponder.dmi' + icon_state = "iff" idle_power_usage = 500 var/datum/wires/iff/wires var/disabled = FALSE diff --git a/html/changelogs/kyres1-venator_love.yml b/html/changelogs/kyres1-venator_love.yml new file mode 100644 index 00000000000..6b1b11de66e --- /dev/null +++ b/html/changelogs/kyres1-venator_love.yml @@ -0,0 +1,7 @@ +author: kyres1 + +delete-after: True + +changes: + - tweak: "Resprited all IFF beacons and sensor machinery icons." + - tweak: "Remapped the Horizon's Venator-class sensors to be much more prominent, located outside the bridge conference room on the hull." diff --git a/icons/obj/machinery/iff_transponder.dmi b/icons/obj/machinery/iff_transponder.dmi new file mode 100644 index 00000000000..68aed44a7fb Binary files /dev/null and b/icons/obj/machinery/iff_transponder.dmi differ diff --git a/icons/obj/machinery/sensors.dmi b/icons/obj/machinery/sensors.dmi index 96f63953e34..644facfe200 100644 Binary files a/icons/obj/machinery/sensors.dmi and b/icons/obj/machinery/sensors.dmi differ diff --git a/icons/obj/machinery/sensors_venator.dmi b/icons/obj/machinery/sensors_venator.dmi new file mode 100644 index 00000000000..e09ef777368 Binary files /dev/null and b/icons/obj/machinery/sensors_venator.dmi differ diff --git a/maps/sccv_horizon/sccv_horizon-3_deck_3.dmm b/maps/sccv_horizon/sccv_horizon-3_deck_3.dmm index 5d97ff21d33..f14bbb46b35 100644 --- a/maps/sccv_horizon/sccv_horizon-3_deck_3.dmm +++ b/maps/sccv_horizon/sccv_horizon-3_deck_3.dmm @@ -98,6 +98,18 @@ }, /turf/simulated/floor/carpet/rubber, /area/tcommsat/chamber) +"ach" = ( +/obj/structure/railing/mapped, +/obj/effect/floor_decal/industrial/warning, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/structure/grille, +/turf/simulated/floor/tiled/dark/full/airless, +/area/bridge/controlroom) "acp" = ( /obj/effect/floor_decal/corner/lime/diagonal, /obj/machinery/atmospherics/unary/vent_scrubber/on, @@ -1179,6 +1191,21 @@ }, /turf/simulated/floor/wood, /area/crew_quarters/heads/hop/xo) +"aUj" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 6 + }, +/obj/machinery/light/spot/weak, +/obj/structure/railing/mapped{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green, +/obj/structure/grille, +/turf/simulated/floor/tiled/dark/full/airless, +/area/bridge/controlroom) "aVh" = ( /obj/structure/table/reinforced/wood, /obj/item/paper_bin, @@ -2227,6 +2254,15 @@ }, /turf/simulated/floor/tiled/dark, /area/bridge/meeting_room) +"bSO" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/item/pen, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/bridge/meeting_room) "bTa" = ( /obj/effect/floor_decal/industrial/warning/cee{ dir = 4 @@ -3397,6 +3433,9 @@ pixel_x = -3; pixel_y = 7 }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, /turf/simulated/floor/tiled/dark, /area/bridge/meeting_room) "dei" = ( @@ -3417,6 +3456,14 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor, /area/maintenance/security_starboard) +"deV" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/railing/mapped, +/turf/simulated/floor/tiled/dark/full/airless, +/area/bridge/controlroom) "dfc" = ( /obj/machinery/firealarm/east, /obj/machinery/light, @@ -4975,6 +5022,23 @@ "ewp" = ( /turf/simulated/wall, /area/medical/equipment) +"ewL" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/structure/railing/mapped, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/dark/full/airless, +/area/bridge/controlroom) "ewP" = ( /obj/structure/lattice/catwalk, /obj/structure/railing/mapped, @@ -5143,6 +5207,10 @@ /obj/machinery/door/firedoor/multi_tile, /turf/simulated/floor/tiled/full, /area/horizon/hallway/deck_three/primary/port) +"eDf" = ( +/obj/structure/railing/mapped, +/turf/simulated/floor/reinforced/airless, +/area/horizon/exterior) "eDu" = ( /obj/effect/floor_decal/industrial/warning{ dir = 8 @@ -6084,7 +6152,6 @@ /turf/simulated/floor/tiled, /area/horizon/hallway/deck_three/primary/starboard) "fmB" = ( -/obj/machinery/iff_beacon/horizon, /turf/simulated/floor/bluegrid, /area/tcommsat/chamber) "fmL" = ( @@ -6233,6 +6300,20 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/horizon/hallway/deck_three/primary/central) +"frY" = ( +/obj/effect/floor_decal/industrial/warning/corner, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/green, +/obj/structure/grille, +/turf/simulated/floor/tiled/dark/full/airless, +/area/bridge/controlroom) "fsj" = ( /obj/machinery/camera/network/third_deck{ c_tag = "Third Deck - Vacant Office"; @@ -7391,6 +7472,41 @@ /obj/machinery/firealarm/south, /turf/simulated/floor/tiled/white, /area/crew_quarters/heads/cmo) +"gjo" = ( +/obj/structure/grille, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "bridge blast"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/obj/machinery/door/firedoor, +/obj/structure/window/shuttle/scc_space_ship/cardinal, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/bridge/meeting_room) +"gjv" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) "gjT" = ( /obj/machinery/light, /obj/effect/floor_decal/spline/plain, @@ -9513,6 +9629,26 @@ }, /turf/simulated/floor/wood, /area/crew_quarters/lounge/secondary) +"hQN" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/obj/machinery/light/spot/weak{ + dir = 1 + }, +/obj/structure/railing/mapped{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/grille, +/turf/simulated/floor/tiled/dark/full/airless, +/area/bridge/controlroom) "hQX" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ @@ -10052,6 +10188,20 @@ /obj/effect/floor_decal/industrial/hatch/yellow, /turf/simulated/floor/tiled/full, /area/horizon/hallway/deck_three/primary/central) +"iue" = ( +/obj/structure/railing/mapped, +/obj/effect/floor_decal/industrial/warning{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/structure/grille, +/turf/simulated/floor/tiled/dark/full/airless, +/area/bridge/controlroom) "ivg" = ( /turf/simulated/wall/shuttle/scc_space_ship/cardinal, /area/maintenance/bridge) @@ -10126,6 +10276,22 @@ }, /turf/simulated/floor/tiled/white, /area/hallway/medical/upper) +"iyM" = ( +/obj/structure/bed/stool/chair/office/bridge{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 6 + }, +/obj/effect/landmark/start{ + name = "Bridge Crew" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/bridge/meeting_room) "iyP" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/unary/vent_scrubber/on, @@ -11518,6 +11684,19 @@ "jCO" = ( /turf/simulated/wall, /area/horizon/stairwell/bridge) +"jDm" = ( +/obj/structure/bed/stool/chair/office/bridge{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 6 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/bridge/meeting_room) "jDK" = ( /obj/effect/floor_decal/industrial/outline/grey, /obj/effect/decal/cleanable/flour, @@ -12863,11 +13042,23 @@ /turf/simulated/floor/tiled, /area/bridge/controlroom) "kBl" = ( -/obj/effect/floor_decal/industrial/warning/full, -/obj/machinery/shipsensors/strong/venator{ - pixel_y = 7 +/obj/effect/floor_decal/industrial/warning{ + dir = 8 }, -/turf/simulated/floor/reinforced/airless, +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/grille, +/turf/simulated/floor/tiled/dark/full/airless, /area/bridge/controlroom) "kCw" = ( /obj/effect/floor_decal/industrial/warning/corner{ @@ -13351,6 +13542,13 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/crew_armoury) +"kYV" = ( +/obj/structure/lattice/catwalk/indoor/grate, +/obj/structure/railing/mapped{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark/full/airless, +/area/bridge/controlroom) "kZs" = ( /obj/effect/floor_decal/industrial/hatch/yellow, /obj/effect/floor_decal/industrial/warning, @@ -13485,6 +13683,9 @@ icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "2-4" + }, /turf/simulated/floor/wood, /area/bridge/meeting_room) "lcX" = ( @@ -13597,6 +13798,10 @@ }, /turf/simulated/floor/carpet/rubber, /area/tcommsat/chamber) +"lfy" = ( +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/tiled/dark/full/airless, +/area/bridge/controlroom) "lfM" = ( /obj/structure/railing/mapped{ dir = 4 @@ -13753,6 +13958,17 @@ }, /turf/simulated/floor/tiled/white, /area/hallway/medical/upper) +"llA" = ( +/obj/machinery/shipsensors/strong/venator{ + pixel_y = 7 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/obj/structure/railing/mapped, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark/full/airless, +/area/bridge/controlroom) "llH" = ( /obj/effect/floor_decal/spline/fancy/wood, /obj/machinery/keycard_auth{ @@ -13807,6 +14023,26 @@ /obj/structure/railing/mapped, /turf/simulated/floor/tiled, /area/horizon/hallway/deck_three/primary/central) +"loy" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 10 + }, +/obj/machinery/light/spot/weak, +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/structure/grille, +/turf/simulated/floor/tiled/dark/full/airless, +/area/bridge/controlroom) "lqb" = ( /obj/effect/floor_decal/corner/blue{ dir = 10 @@ -13993,6 +14229,28 @@ }, /turf/simulated/floor, /area/maintenance/bridge) +"lvI" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/obj/machinery/light/spot/weak{ + dir = 1 + }, +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/structure/grille, +/turf/simulated/floor/tiled/dark/full/airless, +/area/bridge/controlroom) "lvQ" = ( /obj/effect/floor_decal/corner/red/diagonal, /turf/simulated/floor/tiled/dark, @@ -14840,6 +15098,22 @@ /obj/item/clipboard, /turf/simulated/floor/tiled/dark, /area/bridge/meeting_room) +"mfl" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/camera/network/command{ + c_tag = "Bridge - Venator Sensor Array" + }, +/obj/structure/lattice/catwalk/indoor/grate, +/obj/structure/railing/mapped{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark/full/airless, +/area/bridge/controlroom) "mfV" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -17398,6 +17672,16 @@ }, /turf/simulated/floor/tiled, /area/horizon/crew_quarters/fitness/changing) +"ojS" = ( +/obj/machinery/iff_beacon/horizon{ + pixel_y = 6 + }, +/obj/effect/floor_decal/industrial/warning/cee{ + dir = 4 + }, +/obj/structure/railing/mapped, +/turf/simulated/floor/tiled/dark/full/airless, +/area/bridge/controlroom) "ojX" = ( /obj/machinery/firealarm/north, /obj/effect/floor_decal/corner/blue/full{ @@ -17919,6 +18203,9 @@ dir = 9 }, /obj/machinery/hologram/holopad/long_range, +/obj/structure/cable/green{ + icon_state = "4-8" + }, /turf/simulated/floor/tiled/dark, /area/bridge/meeting_room) "oEf" = ( @@ -18593,6 +18880,17 @@ /obj/structure/lattice/catwalk/indoor/grate, /turf/simulated/floor/plating, /area/horizon/hallway/deck_three/primary/starboard/docks) +"pgw" = ( +/obj/effect/floor_decal/industrial/warning/cee{ + dir = 1 + }, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/grille, +/turf/simulated/floor/tiled/dark/full/airless, +/area/bridge/controlroom) "phw" = ( /obj/machinery/status_display{ pixel_y = -32 @@ -18644,6 +18942,20 @@ }, /turf/simulated/floor/tiled/white, /area/crew_quarters/heads/cmo) +"plh" = ( +/obj/structure/railing/mapped, +/obj/effect/floor_decal/industrial/warning{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/structure/grille, +/turf/simulated/floor/tiled/dark/full/airless, +/area/bridge/controlroom) "plp" = ( /obj/machinery/power/apc/low{ dir = 8; @@ -18742,6 +19054,12 @@ }, /turf/simulated/floor/carpet/rubber, /area/tcommsat/chamber) +"ppy" = ( +/obj/structure/railing/mapped{ + dir = 1 + }, +/turf/simulated/floor/reinforced/airless, +/area/horizon/exterior) "pqL" = ( /obj/structure/railing/mapped{ dir = 4 @@ -19343,6 +19661,18 @@ /obj/machinery/light, /turf/simulated/floor/wood, /area/lawoffice/representative) +"qbu" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/bridge/meeting_room) "qbR" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 10 @@ -20068,6 +20398,25 @@ }, /turf/simulated/floor/plating, /area/medical/washroom) +"qGX" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/obj/structure/railing/mapped{ + dir = 4 + }, +/obj/structure/railing/mapped{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/dark/full/airless, +/area/bridge/controlroom) "qHv" = ( /obj/structure/disposalpipe/segment, /obj/effect/floor_decal/corner/green{ @@ -23002,6 +23351,18 @@ /obj/structure/flora/ausbushes/ywflowers, /turf/simulated/floor/grass/alt, /area/horizon/hallway/deck_three/primary/starboard) +"sWI" = ( +/obj/structure/bed/stool/chair/office/bridge{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/bridge/meeting_room) "sXJ" = ( /obj/effect/floor_decal/corner_wide/green{ dir = 10 @@ -24148,6 +24509,21 @@ }, /turf/simulated/floor/tiled, /area/horizon/hallway/deck_three/primary/starboard) +"tRy" = ( +/obj/effect/floor_decal/industrial/warning/corner, +/obj/structure/lattice/catwalk/indoor/grate, +/obj/structure/railing/mapped, +/obj/structure/railing/mapped{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/dark/full/airless, +/area/bridge/controlroom) "tSs" = ( /obj/effect/floor_decal/corner_wide/green{ dir = 9 @@ -24487,6 +24863,13 @@ }, /turf/simulated/floor/tiled/dark, /area/horizon/hallway/deck_three/primary/central) +"ufc" = ( +/obj/structure/railing/mapped, +/obj/structure/railing/mapped{ + dir = 1 + }, +/turf/simulated/floor/reinforced/airless, +/area/horizon/exterior) "ufm" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -24599,6 +24982,13 @@ }, /turf/simulated/floor/tiled/white, /area/horizon/security/washroom) +"ukG" = ( +/obj/structure/lattice/catwalk/indoor/grate, +/obj/structure/railing/mapped{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark/full/airless, +/area/bridge/controlroom) "ulh" = ( /obj/machinery/alarm{ dir = 1; @@ -26654,6 +27044,21 @@ }, /turf/simulated/floor/tiled, /area/bridge/controlroom) +"vQJ" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/item/hullbeacon/red, +/obj/structure/grille, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/turf/simulated/floor/tiled/dark/full/airless, +/area/bridge/controlroom) "vQU" = ( /obj/structure/lattice, /obj/structure/sign/emergency/exit/ladder{ @@ -26895,6 +27300,12 @@ }, /turf/simulated/floor/wood, /area/horizon/security/meeting_room) +"wbr" = ( +/obj/structure/railing/mapped{ + dir = 8 + }, +/turf/simulated/floor/reinforced/airless, +/area/horizon/exterior) "wbR" = ( /obj/effect/floor_decal/spline/plain/corner, /obj/effect/floor_decal/spline/plain/corner{ @@ -27874,6 +28285,25 @@ /obj/structure/table/steel, /turf/simulated/floor/tiled/dark, /area/horizon/crew_armoury) +"wRb" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/structure/lattice/catwalk/indoor/grate, +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/structure/railing/mapped{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/dark/full/airless, +/area/bridge/controlroom) "wRl" = ( /obj/structure/railing/mapped{ dir = 4 @@ -48826,7 +49256,7 @@ hmu ltT lFK mrU -kBl +wGH vkb dSF dSF @@ -51836,7 +52266,7 @@ rvn ftR lcM jaI -jaI +gjv jaI vXb qTN @@ -52036,7 +52466,7 @@ xIa hcg tPV ddP -lZu +sWI cOP oDy cOP @@ -52238,7 +52668,7 @@ qOO hcg uAC gYl -qdg +bSO mfh ddZ mfh @@ -52440,9 +52870,9 @@ xij xdc lXH ilx -mSX -kEI +jDm kEI +iyM kEI mSX nfx @@ -52642,12 +53072,12 @@ lwT hcg xoR ktP +qbu ktP +qbu ktP eZl ktP -ktP -ktP uvy jCO sIz @@ -52844,12 +53274,12 @@ ybk sMq sMq uBS +gjo uBS +gjo uBS sMq -uBS -uBS -uBS +sMq sMq drY drY @@ -53045,11 +53475,11 @@ vJc qaI moN cPq -cPq -cPq -cPq -cPq -cPq +eDf +vQJ +ufc +vQJ +ppy cPq cPq cPq @@ -53247,11 +53677,11 @@ gvC aiE rjn cPq -cPq -cPq -cPq -cPq -cPq +hrR +lvI +kBl +loy +hrR nbl fJy fJy @@ -53448,14 +53878,14 @@ xqX fum pja rjn -cPq -cPq -cPq -cPq -cPq -cPq +eDf +pgw +wRb +kYV +ewL +plh mKC -slH +lix lix slH slH @@ -53650,12 +54080,12 @@ xqX jxA wtr rjn -cPq -cPq -cPq -cPq -cPq -cPq +eDf +hrR +mfl +lfy +llA +ach mKC mUv kIe @@ -53852,12 +54282,12 @@ qsd tIR oaA rjn -cPq -cPq -cPq -cPq -cPq -cPq +eDf +pgw +qGX +ukG +tRy +iue mKC swU frj @@ -54055,11 +54485,11 @@ jwe gcM moN cPq -cPq -cPq -cPq -cPq -cPq +hrR +hQN +frY +aUj +hrR mKC slH dSF @@ -54258,8 +54688,8 @@ moN moN cPq cPq -cPq -cPq +eDf +deV cPq cPq mKC @@ -54460,8 +54890,8 @@ asU cPq cPq cPq -cPq -cPq +eDf +deV cPq cPq mKC @@ -54662,8 +55092,8 @@ gqH cPq cPq cPq -cPq -cPq +eDf +deV cPq cPq mKC @@ -54864,8 +55294,8 @@ gqH cPq cPq cPq -cPq -cPq +eDf +ojS cPq cPq mKC @@ -55067,7 +55497,7 @@ cPq cPq cPq cPq -cPq +wbr cPq cPq mKC