From 6bfe3b2e4fcbcdac9159dc4f0327a82ddf05ba7b Mon Sep 17 00:00:00 2001 From: esainane Date: Wed, 17 Nov 2021 12:20:18 +1300 Subject: [PATCH] Reconvert all diagonal cameras, properly this time (#62789) --- .../RandomRuins/SpaceRuins/forgottenship.dmm | 2 +- .../map_files/IceBoxStation/IceBoxStation.dmm | 14 +- .../IcemoonUnderground_Above.dmm | 16 +- .../IcemoonUnderground_Below.dmm | 4 +- _maps/map_files/KiloStation/KiloStation.dmm | 2 +- _maps/map_files/MetaStation/MetaStation.dmm | 10 +- _maps/map_files/tramstation/tramstation.dmm | 350 +++++++++--------- icons/obj/machines/camera.dmi | Bin 9350 -> 8258 bytes tools/UpdatePaths/camera_diag_f2w.txt | 9 +- 9 files changed, 204 insertions(+), 203 deletions(-) diff --git a/_maps/RandomRuins/SpaceRuins/forgottenship.dmm b/_maps/RandomRuins/SpaceRuins/forgottenship.dmm index 4f7f95d2ec0..9cbbb9d3bce 100644 --- a/_maps/RandomRuins/SpaceRuins/forgottenship.dmm +++ b/_maps/RandomRuins/SpaceRuins/forgottenship.dmm @@ -1129,7 +1129,7 @@ "dh" = ( /obj/machinery/camera/xray{ c_tag = "Cargo pod"; - dir = 6; + dir = 9; network = list("fsci"); screen_loc = "" }, diff --git a/_maps/map_files/IceBoxStation/IceBoxStation.dmm b/_maps/map_files/IceBoxStation/IceBoxStation.dmm index 11f09d97b17..186d45327db 100644 --- a/_maps/map_files/IceBoxStation/IceBoxStation.dmm +++ b/_maps/map_files/IceBoxStation/IceBoxStation.dmm @@ -12969,7 +12969,7 @@ /obj/effect/turf_decal/siding/thinplating/dark, /obj/machinery/camera{ c_tag = "Service-Botany Top 3"; - dir = 6 + dir = 9 }, /turf/open/floor/plating, /area/service/hydroponics) @@ -23833,7 +23833,7 @@ /obj/machinery/firealarm/directional/west, /obj/machinery/camera{ c_tag = "Atmospherics South West"; - dir = 5 + dir = 10 }, /turf/open/floor/iron, /area/engineering/atmos) @@ -25062,7 +25062,7 @@ }, /obj/machinery/camera{ c_tag = "Departure Lounge Holding Area"; - dir = 6 + dir = 9 }, /turf/open/floor/iron, /area/hallway/secondary/exit/departure_lounge) @@ -25454,7 +25454,7 @@ /obj/machinery/bounty_board/directional/west, /obj/machinery/camera{ c_tag = "Research Lobby"; - dir = 5; + dir = 10; network = list("ss13","rd") }, /obj/machinery/light/directional/west, @@ -28173,7 +28173,7 @@ /obj/item/flashlight, /obj/machinery/camera{ c_tag = "Departure Lounge Emergency EVA"; - dir = 6 + dir = 9 }, /obj/item/radio/off, /turf/open/floor/iron/white, @@ -44609,7 +44609,7 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/camera{ c_tag = "Departure Lounge West"; - dir = 5 + dir = 10 }, /obj/structure/cable, /turf/open/floor/iron/white/corner{ @@ -53862,7 +53862,7 @@ }, /obj/machinery/camera{ c_tag = "Service-Botany Top 2"; - dir = 5 + dir = 10 }, /obj/machinery/door/firedoor/border_only, /obj/machinery/firealarm/directional/west, diff --git a/_maps/map_files/IceBoxStation/IcemoonUnderground_Above.dmm b/_maps/map_files/IceBoxStation/IcemoonUnderground_Above.dmm index 7248abbf459..2e56d40c9d2 100644 --- a/_maps/map_files/IceBoxStation/IcemoonUnderground_Above.dmm +++ b/_maps/map_files/IceBoxStation/IcemoonUnderground_Above.dmm @@ -1893,7 +1893,7 @@ /obj/effect/decal/cleanable/dirt, /obj/machinery/camera{ c_tag = "Mining B-1 Hallway"; - dir = 5 + dir = 10 }, /turf/open/floor/iron/dark/side{ dir = 8 @@ -2341,7 +2341,7 @@ /obj/effect/spawner/random/entertainment/gambling, /obj/machinery/camera{ c_tag = "Service-Bar 2"; - dir = 6 + dir = 9 }, /obj/structure/table/wood, /turf/open/floor/wood/parquet, @@ -2653,7 +2653,7 @@ /obj/item/instrument/saxophone, /obj/machinery/camera{ c_tag = "Service-Theater"; - dir = 6 + dir = 9 }, /obj/machinery/light/directional/north, /obj/machinery/computer/security/telescreen/entertainment/directional/north, @@ -3404,7 +3404,7 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/general/visible, /obj/machinery/camera{ c_tag = "Xenobiology Pens Hall - Fore"; - dir = 6; + dir = 9; network = list("ss13","rd","xeno") }, /turf/open/floor/iron/white, @@ -6489,7 +6489,7 @@ "At" = ( /obj/machinery/camera{ c_tag = "Service-Hallway Bottom 1"; - dir = 6 + dir = 9 }, /turf/open/floor/iron, /area/hallway/secondary/service) @@ -8043,7 +8043,7 @@ /obj/machinery/airalarm/directional/west, /obj/machinery/camera{ c_tag = "Service-Botany Bottom 1"; - dir = 6 + dir = 9 }, /obj/machinery/newscaster/directional/north, /turf/open/floor/plating, @@ -9829,7 +9829,7 @@ }, /obj/machinery/camera{ c_tag = "Chemistry Lab North"; - dir = 6; + dir = 9; network = list("ss13","medbay") }, /obj/effect/turf_decal/stripes/end, @@ -10380,7 +10380,7 @@ /obj/machinery/vending/cigarette, /obj/machinery/camera{ c_tag = "Service-Bar 3"; - dir = 6 + dir = 9 }, /obj/machinery/computer/security/telescreen/entertainment/directional/north, /obj/machinery/status_display/evac/directional/west, diff --git a/_maps/map_files/IceBoxStation/IcemoonUnderground_Below.dmm b/_maps/map_files/IceBoxStation/IcemoonUnderground_Below.dmm index c0571ebe31d..6ab14776a1e 100644 --- a/_maps/map_files/IceBoxStation/IcemoonUnderground_Below.dmm +++ b/_maps/map_files/IceBoxStation/IcemoonUnderground_Below.dmm @@ -1011,7 +1011,7 @@ /obj/effect/turf_decal/siding/wood, /obj/machinery/camera{ c_tag = "Mining Break Room"; - dir = 6 + dir = 9 }, /obj/machinery/light_switch/directional/north{ pixel_x = 9 @@ -1143,7 +1143,7 @@ /obj/machinery/firealarm/directional/north, /obj/machinery/camera{ c_tag = "Mining B-2 Hallway"; - dir = 6 + dir = 9 }, /turf/open/floor/iron/dark/side{ dir = 1 diff --git a/_maps/map_files/KiloStation/KiloStation.dmm b/_maps/map_files/KiloStation/KiloStation.dmm index b9f5b32e1b8..8f502455bc7 100644 --- a/_maps/map_files/KiloStation/KiloStation.dmm +++ b/_maps/map_files/KiloStation/KiloStation.dmm @@ -37068,7 +37068,7 @@ /obj/item/crowbar/red, /obj/machinery/camera{ c_tag = "Bar Storage"; - dir = 5; + dir = 10; name = "bar camera" }, /turf/open/floor/iron/dark, diff --git a/_maps/map_files/MetaStation/MetaStation.dmm b/_maps/map_files/MetaStation/MetaStation.dmm index db8b44e556e..b11cea532f7 100644 --- a/_maps/map_files/MetaStation/MetaStation.dmm +++ b/_maps/map_files/MetaStation/MetaStation.dmm @@ -18990,7 +18990,7 @@ }, /obj/machinery/camera{ c_tag = "Xenobiology Lab - Central South"; - dir = 6; + dir = 9; network = list("ss13","rd","xeno") }, /obj/machinery/status_display/ai/directional/north, @@ -20239,7 +20239,7 @@ }, /obj/machinery/camera{ c_tag = "Engineering - Foyer - Starboard"; - dir = 6 + dir = 9 }, /obj/effect/turf_decal/stripes/corner{ dir = 1 @@ -31853,7 +31853,7 @@ "joJ" = ( /obj/machinery/camera{ c_tag = "Warden's Office"; - dir = 5 + dir = 10 }, /obj/structure/table, /obj/machinery/button/door{ @@ -43547,7 +43547,7 @@ "nxE" = ( /obj/machinery/camera{ c_tag = "Xenobiology Lab - Pen #8"; - dir = 5; + dir = 10; network = list("ss13","rd","xeno") }, /turf/open/floor/engine, @@ -50425,7 +50425,7 @@ "pUY" = ( /obj/machinery/camera{ c_tag = "Xenobiology Lab - Pen #2"; - dir = 6; + dir = 9; network = list("ss13","rd","xeno") }, /turf/open/floor/engine, diff --git a/_maps/map_files/tramstation/tramstation.dmm b/_maps/map_files/tramstation/tramstation.dmm index ded2171aeae..4b8ceaa657f 100644 --- a/_maps/map_files/tramstation/tramstation.dmm +++ b/_maps/map_files/tramstation/tramstation.dmm @@ -1787,7 +1787,7 @@ /obj/machinery/airalarm/directional/north, /obj/machinery/camera{ c_tag = "Civilian - West Restroom"; - dir = 6 + dir = 9 }, /turf/open/floor/iron/freezer, /area/commons/toilet/restrooms) @@ -2409,7 +2409,7 @@ /obj/machinery/light/directional/north, /obj/machinery/camera{ c_tag = "Security - Warden's Office"; - dir = 6; + dir = 9; network = list("ss13","Security") }, /obj/item/radio/intercom/directional/east, @@ -2488,7 +2488,7 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /obj/machinery/camera{ c_tag = "Security - Cell 4"; - dir = 6; + dir = 9; network = list("ss13","Security") }, /obj/item/radio/intercom/directional/east, @@ -2678,7 +2678,7 @@ }, /obj/machinery/camera{ c_tag = "Command - Bridge North"; - dir = 6 + dir = 9 }, /obj/item/radio/intercom/directional/north, /turf/open/floor/iron/dark, @@ -2963,7 +2963,7 @@ /obj/machinery/photocopier, /obj/machinery/camera{ c_tag = "Command - Head of Personnel's Office"; - dir = 6 + dir = 9 }, /obj/item/radio/intercom/directional/north, /turf/open/floor/wood, @@ -5506,7 +5506,7 @@ /obj/structure/disposalpipe/segment, /obj/machinery/camera{ c_tag = "Hallway - Starboard Tram Platform South-West"; - dir = 5 + dir = 10 }, /obj/effect/turf_decal/caution, /obj/machinery/firealarm/directional/west, @@ -6268,7 +6268,7 @@ /obj/machinery/airalarm/directional/north, /obj/machinery/camera{ c_tag = "Security - Main Office North"; - dir = 6; + dir = 9; network = list("ss13","Security") }, /obj/structure/extinguisher_cabinet/directional/east, @@ -6381,7 +6381,7 @@ /obj/machinery/light/directional/north, /obj/machinery/camera/emp_proof{ c_tag = "Engineering - Atmospherics Distribution Loop"; - dir = 6; + dir = 9; network = list("ss13","engineering") }, /turf/open/floor/iron, @@ -7807,7 +7807,7 @@ }, /obj/machinery/camera{ c_tag = "Science - Left Entry Airlock"; - dir = 5; + dir = 10; network = list("ss13","rd") }, /turf/open/floor/iron, @@ -8125,7 +8125,7 @@ }, /obj/machinery/camera{ c_tag = "Civilian - Courtroom Jury"; - dir = 5 + dir = 10 }, /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 8 @@ -8355,7 +8355,7 @@ }, /obj/machinery/camera{ c_tag = "Science - Research Director's Office"; - dir = 6; + dir = 9; network = list("ss13","rd") }, /obj/machinery/light/directional/north, @@ -9117,7 +9117,7 @@ }, /obj/machinery/camera{ c_tag = "Civilian - Chaplain's Office"; - dir = 6 + dir = 9 }, /turf/open/floor/iron/grimy, /area/service/chapel/office) @@ -9185,7 +9185,7 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/camera/emp_proof{ c_tag = "Engineering - Atmospherics Incinerator"; - dir = 6; + dir = 9; network = list("ss13","engineering") }, /obj/effect/turf_decal/trimline/yellow/filled/corner{ @@ -9692,7 +9692,7 @@ "bJt" = ( /obj/machinery/camera/emp_proof{ c_tag = "Engineering - Chief Engineer's Office"; - dir = 5; + dir = 10; network = list("ss13","engineering") }, /obj/structure/cable, @@ -10440,7 +10440,7 @@ }, /obj/machinery/camera{ c_tag = "Science - Lower Main South"; - dir = 6; + dir = 9; network = list("ss13","rd") }, /obj/machinery/newscaster/directional/north, @@ -11668,7 +11668,7 @@ }, /obj/machinery/camera/motion{ c_tag = "Cargo - Ore Silo"; - dir = 5; + dir = 10; network = list("ss13","cargo") }, /turf/open/floor/iron, @@ -11751,7 +11751,7 @@ }, /obj/machinery/camera{ c_tag = "Departures - East Main"; - dir = 5 + dir = 10 }, /turf/open/floor/iron, /area/hallway/secondary/exit/departure_lounge) @@ -12198,7 +12198,7 @@ /obj/structure/reagent_dispensers/cooking_oil, /obj/machinery/camera{ c_tag = "Service - Kitchen Freezer"; - dir = 6 + dir = 9 }, /turf/open/floor/iron/showroomfloor, /area/service/kitchen/coldroom) @@ -12288,7 +12288,7 @@ "cQc" = ( /obj/machinery/camera{ c_tag = "Service - Radstorm Shelter"; - dir = 5 + dir = 10 }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, @@ -12309,7 +12309,7 @@ /obj/effect/turf_decal/siding/thinplating/corner, /obj/machinery/camera{ c_tag = "Service - Kitchen South"; - dir = 5; + dir = 10; network = list("ss13","Service") }, /turf/open/floor/iron/white, @@ -12379,7 +12379,7 @@ }, /obj/machinery/camera{ c_tag = "Hallway - Upper Mid-Right Service"; - dir = 5 + dir = 10 }, /turf/open/floor/iron, /area/hallway/primary/central) @@ -12945,7 +12945,7 @@ /obj/structure/lattice, /obj/machinery/camera/motion{ c_tag = "Secure - AI Lower External North"; - dir = 6; + dir = 9; network = list("ss13","minisat") }, /turf/open/space/basic, @@ -12996,7 +12996,7 @@ /obj/effect/turf_decal/bot, /obj/machinery/camera/emp_proof{ c_tag = "Engineering - Atmospherics East"; - dir = 5; + dir = 10; network = list("ss13","engineering") }, /turf/open/floor/iron, @@ -13353,7 +13353,7 @@ /obj/machinery/light/directional/west, /obj/machinery/camera{ c_tag = "Security - Medical Center"; - dir = 5; + dir = 10; network = list("ss13","Security") }, /turf/open/floor/iron/white, @@ -14676,7 +14676,7 @@ }, /obj/machinery/camera/emp_proof{ c_tag = "Engineering - Atmospherics South-West"; - dir = 5; + dir = 10; network = list("ss13","engineering") }, /obj/effect/turf_decal/trimline/yellow/filled/line{ @@ -14971,7 +14971,7 @@ }, /obj/machinery/camera{ c_tag = "Security - Cell 1"; - dir = 6; + dir = 9; network = list("ss13","Security") }, /turf/open/floor/iron, @@ -15018,7 +15018,7 @@ /obj/machinery/light/directional/north, /obj/machinery/camera{ c_tag = "Security - Equipment Room"; - dir = 6; + dir = 9; network = list("ss13","Security") }, /turf/open/floor/iron/showroomfloor, @@ -15125,7 +15125,7 @@ /obj/machinery/firealarm/directional/west, /obj/machinery/camera{ c_tag = "Hallway - Mid-Right Service"; - dir = 5 + dir = 10 }, /turf/open/floor/iron, /area/hallway/primary/central) @@ -15407,7 +15407,7 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /obj/machinery/camera{ c_tag = "Civilian - Crematorium"; - dir = 6 + dir = 9 }, /turf/open/floor/iron/dark, /area/service/chapel/office) @@ -15578,7 +15578,7 @@ /obj/machinery/light/directional/west, /obj/machinery/camera/motion{ c_tag = "Secure - AI Upload"; - dir = 5; + dir = 10; network = list("ss13","aiupload") }, /turf/open/floor/circuit, @@ -15916,7 +15916,7 @@ /obj/item/stock_parts/cell/emproof, /obj/machinery/camera/emp_proof{ c_tag = "Engineering - SMES Misc"; - dir = 5; + dir = 10; network = list("ss13","engineering") }, /turf/open/floor/iron/dark, @@ -15956,7 +15956,7 @@ }, /obj/machinery/camera{ c_tag = "Science - Ordnance Lab North"; - dir = 6; + dir = 9; network = list("ss13","rd") }, /turf/open/floor/iron, @@ -16206,7 +16206,7 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/camera{ c_tag = "Arrivals - South Hall"; - dir = 6 + dir = 9 }, /obj/structure/cable, /turf/open/floor/iron, @@ -16327,7 +16327,7 @@ /obj/machinery/light/directional/north, /obj/machinery/camera{ c_tag = "Security - Prison Laundromat"; - dir = 6; + dir = 9; network = list("ss13","Security","prison") }, /turf/open/floor/iron/cafeteria, @@ -17364,7 +17364,7 @@ "eEf" = ( /obj/machinery/camera{ c_tag = "Secure - EVA Secure Storage"; - dir = 5 + dir = 10 }, /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 10 @@ -17518,7 +17518,7 @@ /obj/machinery/light/small/directional/north, /obj/machinery/camera/emp_proof{ c_tag = "Engineering - Secure Storage"; - dir = 6; + dir = 9; network = list("ss13","engineering") }, /turf/open/floor/plating, @@ -17541,7 +17541,7 @@ }, /obj/machinery/camera/motion{ c_tag = "Secure - AI Lower Ring Access"; - dir = 6; + dir = 9; network = list("aicore","ss13") }, /turf/open/floor/iron/dark, @@ -19019,7 +19019,7 @@ }, /obj/machinery/camera{ c_tag = "Science - Xenobiology West"; - dir = 5; + dir = 10; network = list("ss13","rd","xeno") }, /turf/open/floor/iron/white, @@ -19105,7 +19105,7 @@ }, /obj/machinery/camera{ c_tag = "Cargo - Mail Office"; - dir = 6; + dir = 9; network = list("ss13","cargo") }, /obj/effect/landmark/event_spawn, @@ -19578,7 +19578,7 @@ }, /obj/machinery/camera{ c_tag = "Arrivals - Central Hall"; - dir = 5 + dir = 10 }, /obj/machinery/vending/cigarette, /turf/open/floor/iron/dark, @@ -20276,7 +20276,7 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden, /obj/machinery/camera{ c_tag = "Science - Toxins Burn Chamber"; - dir = 6; + dir = 9; network = list("ss13","rd") }, /turf/open/floor/engine, @@ -20345,7 +20345,7 @@ }, /obj/machinery/camera{ c_tag = "Hallway - Central Tram Platform North"; - dir = 5 + dir = 10 }, /obj/effect/turf_decal/caution{ dir = 1 @@ -20628,7 +20628,7 @@ }, /obj/machinery/camera{ c_tag = "Hallway - Starboard Tram Platform North"; - dir = 5 + dir = 10 }, /obj/effect/turf_decal/caution{ dir = 1 @@ -20847,7 +20847,7 @@ /obj/machinery/light/directional/west, /obj/machinery/camera{ c_tag = "Hallway - Upper Right Command"; - dir = 5 + dir = 10 }, /turf/open/floor/iron, /area/hallway/secondary/command) @@ -21267,7 +21267,7 @@ }, /obj/machinery/camera/motion{ c_tag = "Secure - AI Upper Ring Access"; - dir = 6; + dir = 9; network = list("aicore","ss13") }, /obj/item/radio/intercom/directional/north{ @@ -21489,7 +21489,7 @@ /obj/machinery/status_display/ai/directional/south, /obj/machinery/camera{ c_tag = "Secure - AI Minisat Entry"; - dir = 5; + dir = 10; network = list("ss13","minisat") }, /turf/open/floor/iron/dark, @@ -21661,7 +21661,7 @@ /obj/structure/disposalpipe/segment, /obj/machinery/camera{ c_tag = "Civilian - Lounge South-West"; - dir = 5 + dir = 10 }, /turf/open/floor/iron, /area/commons/lounge) @@ -22014,7 +22014,7 @@ /obj/machinery/light/directional/north, /obj/machinery/camera{ c_tag = "Civilian - Chapel North"; - dir = 6 + dir = 9 }, /turf/open/floor/iron/chapel{ dir = 1 @@ -22685,7 +22685,7 @@ }, /obj/machinery/camera{ c_tag = "Hallway - Port Tram Platform North"; - dir = 5 + dir = 10 }, /obj/effect/turf_decal/caution{ dir = 1 @@ -23243,7 +23243,7 @@ "gNL" = ( /obj/machinery/camera{ c_tag = "Science - Experimentor Lab Testing Range"; - dir = 6; + dir = 9; network = list("ss13","rd") }, /turf/open/floor/engine, @@ -24496,7 +24496,7 @@ /obj/machinery/light/directional/north, /obj/machinery/camera{ c_tag = "Secure - AI Upper Ring South"; - dir = 6; + dir = 9; network = list("ss13","aicore") }, /turf/open/floor/glass/reinforced, @@ -24643,7 +24643,7 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/camera{ c_tag = "Civilian - Bar North"; - dir = 6 + dir = 9 }, /obj/machinery/firealarm/directional/north, /obj/structure/cable, @@ -24870,7 +24870,7 @@ }, /obj/machinery/camera/emp_proof{ c_tag = "Engineering - Entry Airlock"; - dir = 5; + dir = 10; network = list("ss13","engineering") }, /turf/open/floor/iron, @@ -25665,7 +25665,7 @@ "hKr" = ( /obj/machinery/camera{ c_tag = "Security - Interrogation Main"; - dir = 6; + dir = 9; network = list("ss13","Security") }, /turf/open/floor/iron/dark, @@ -25899,7 +25899,7 @@ }, /obj/machinery/camera{ c_tag = "Science - Genetics"; - dir = 6; + dir = 9; network = list("ss13","rd") }, /turf/open/floor/iron/dark, @@ -26401,7 +26401,7 @@ /obj/effect/decal/cleanable/dirt, /obj/machinery/camera{ c_tag = "Security - Upper Power Hatch"; - dir = 6; + dir = 9; network = list("ss13","Security") }, /obj/machinery/power/apc/auto_name/directional/north, @@ -26725,7 +26725,7 @@ /obj/machinery/light/small/directional/north, /obj/machinery/camera{ c_tag = "Civilian - Bar Backroom"; - dir = 6 + dir = 9 }, /turf/open/floor/wood, /area/service/bar) @@ -27378,7 +27378,7 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/camera{ c_tag = "Civilian - Library South Bookcases"; - dir = 6 + dir = 9 }, /obj/structure/cable, /turf/open/floor/wood, @@ -27697,7 +27697,7 @@ /obj/item/clothing/mask/muzzle, /obj/machinery/camera{ c_tag = "Security - Prison Sanitarium"; - dir = 6; + dir = 9; network = list("ss13","Security","prison") }, /turf/open/floor/iron/white, @@ -28194,7 +28194,7 @@ /obj/machinery/airalarm/directional/north, /obj/machinery/camera{ c_tag = "Cargo - Warehouse West"; - dir = 6; + dir = 9; network = list("ss13","cargo") }, /turf/open/floor/iron, @@ -28851,7 +28851,7 @@ /obj/machinery/airalarm/directional/north, /obj/machinery/camera{ c_tag = "Cargo - Mining Break Room"; - dir = 6; + dir = 9; network = list("ss13","cargo") }, /turf/open/floor/iron, @@ -28994,7 +28994,7 @@ /obj/effect/turf_decal/bot, /obj/machinery/camera{ c_tag = "Science - Robotics North"; - dir = 6; + dir = 9; network = list("ss13","rd") }, /obj/machinery/light_switch/directional/north, @@ -29300,7 +29300,7 @@ }, /obj/machinery/camera{ c_tag = "Service - Custodial Closet"; - dir = 6; + dir = 9; network = list("ss13","Service") }, /turf/open/floor/iron, @@ -29362,7 +29362,7 @@ }, /obj/machinery/camera{ c_tag = "Hallway - Port Tram Platform South-West"; - dir = 5 + dir = 10 }, /obj/effect/turf_decal/caution, /obj/structure/extinguisher_cabinet/directional/west, @@ -29694,7 +29694,7 @@ }, /obj/machinery/camera{ c_tag = "Medical - Main West"; - dir = 5; + dir = 10; network = list("ss13","medbay") }, /turf/open/floor/iron/white, @@ -30365,7 +30365,7 @@ }, /obj/machinery/camera{ c_tag = "Secure - AI Antechamber East"; - dir = 5; + dir = 10; network = list("ss13","minisat") }, /turf/open/floor/iron/dark, @@ -30590,7 +30590,7 @@ /obj/structure/table, /obj/machinery/camera{ c_tag = "Secure - AI Minisat Internal Power Access"; - dir = 6; + dir = 9; network = list("ss13","minisat") }, /turf/open/floor/iron/dark, @@ -31354,7 +31354,7 @@ /obj/structure/disposalpipe/trunk, /obj/machinery/camera{ c_tag = "Hallway - Top Left Service"; - dir = 6 + dir = 9 }, /turf/open/floor/iron/dark, /area/hallway/primary/central) @@ -31985,7 +31985,7 @@ /obj/item/kirbyplants/random, /obj/machinery/camera{ c_tag = "Medical - Main North-East"; - dir = 5; + dir = 10; network = list("ss13","medbay") }, /turf/open/floor/iron/white, @@ -32215,7 +32215,7 @@ /obj/effect/spawner/random/contraband/prison, /obj/machinery/camera{ c_tag = "Security - Prison Cell 2"; - dir = 6; + dir = 9; network = list("ss13","Security","prison","pcell") }, /turf/open/floor/iron/dark, @@ -32976,7 +32976,7 @@ /obj/effect/decal/cleanable/dirt, /obj/machinery/camera{ c_tag = "Security - Escape Pod"; - dir = 6; + dir = 9; network = list("ss13","Security") }, /turf/open/floor/plating, @@ -33234,7 +33234,7 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/camera{ c_tag = "Cargo - Mining South-East"; - dir = 5; + dir = 10; network = list("ss13","cargo") }, /obj/structure/disposalpipe/segment, @@ -33504,7 +33504,7 @@ "kEz" = ( /obj/machinery/camera/emp_proof{ c_tag = "Engineering - Atmospherics Mixing Chamber"; - dir = 6; + dir = 9; network = list("ss13","engineering") }, /turf/open/floor/engine/vacuum, @@ -33628,7 +33628,7 @@ /obj/effect/decal/cleanable/dirt, /obj/machinery/camera{ c_tag = "Cargo - Lower Power Hatch"; - dir = 6; + dir = 9; network = list("ss13","cargo") }, /turf/open/floor/catwalk_floor, @@ -33822,7 +33822,7 @@ /obj/effect/spawner/random/contraband/prison, /obj/machinery/camera{ c_tag = "Security - Prison Cell 1"; - dir = 6; + dir = 9; network = list("ss13","Security","prison","pcell") }, /obj/effect/landmark/event_spawn, @@ -34061,7 +34061,7 @@ }, /obj/machinery/camera{ c_tag = "Civilian - Aux Base Construction"; - dir = 6 + dir = 9 }, /turf/open/floor/iron, /area/construction/mining/aux_base) @@ -34198,7 +34198,7 @@ }, /obj/machinery/camera{ c_tag = "Civilian - Landromat"; - dir = 6 + dir = 9 }, /obj/effect/landmark/event_spawn, /turf/open/floor/iron/cafeteria, @@ -34275,7 +34275,7 @@ "kUW" = ( /obj/machinery/camera{ c_tag = "Civilian - Library Back Room"; - dir = 5 + dir = 10 }, /obj/machinery/newscaster/directional/west, /turf/open/floor/iron/grimy, @@ -34577,7 +34577,7 @@ }, /obj/machinery/camera/emp_proof{ c_tag = "Engineering - Atmospherics Incinerator ACcess"; - dir = 6; + dir = 9; network = list("ss13","engineering") }, /turf/open/floor/iron, @@ -35339,7 +35339,7 @@ }, /obj/machinery/camera{ c_tag = "Maintenance - East Tram Tunnel 1"; - dir = 6 + dir = 9 }, /turf/open/floor/iron, /area/maintenance/tram/right) @@ -35519,7 +35519,7 @@ }, /obj/machinery/camera/motion{ c_tag = "Secure - AI Core North"; - dir = 6; + dir = 9; network = list("aicore") }, /turf/open/floor/iron/dark, @@ -35856,7 +35856,7 @@ "lDz" = ( /obj/machinery/camera{ c_tag = "Service - Upper Power Hatch"; - dir = 6; + dir = 9; network = list("ss13","Service") }, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -35937,7 +35937,7 @@ }, /obj/machinery/camera{ c_tag = "Command - Bridge Right Airlock"; - dir = 5 + dir = 10 }, /obj/structure/cable, /turf/open/floor/iron/dark, @@ -35995,7 +35995,7 @@ "lGY" = ( /obj/machinery/camera/motion{ c_tag = "Secure - AI Upper External South"; - dir = 6; + dir = 9; network = list("aicore") }, /obj/structure/lattice, @@ -36220,7 +36220,7 @@ /obj/machinery/light/directional/north, /obj/machinery/camera{ c_tag = "Arrivals - South Docking Wing"; - dir = 6 + dir = 9 }, /obj/effect/landmark/event_spawn, /obj/structure/extinguisher_cabinet/directional/north, @@ -36468,7 +36468,7 @@ /obj/effect/turf_decal/box/red/corners, /obj/machinery/camera{ c_tag = "Science - Cytology Pen"; - dir = 6; + dir = 9; network = list("ss13","rd") }, /turf/open/floor/engine, @@ -36747,7 +36747,7 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /obj/machinery/camera{ c_tag = "Science - Ordnance Gas Storage"; - dir = 6; + dir = 9; network = list("ss13","rd") }, /turf/open/floor/iron, @@ -36938,7 +36938,7 @@ }, /obj/machinery/camera/emp_proof{ c_tag = "Engineering - Main"; - dir = 5; + dir = 10; network = list("ss13","engineering") }, /obj/structure/rack, @@ -37478,7 +37478,7 @@ }, /obj/machinery/camera/motion{ c_tag = "Secure - Vault Access"; - dir = 6 + dir = 9 }, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -37909,7 +37909,7 @@ }, /obj/machinery/camera{ c_tag = "Secure - Vault"; - dir = 6 + dir = 9 }, /turf/open/floor/iron/dark, /area/ai_monitored/command/nuke_storage) @@ -38127,7 +38127,7 @@ /obj/machinery/light/directional/north, /obj/machinery/camera{ c_tag = "Secure - Teleporter"; - dir = 6 + dir = 9 }, /turf/open/floor/iron/dark, /area/command/teleporter) @@ -38147,7 +38147,7 @@ }, /obj/machinery/camera{ c_tag = "Maintenance - Central Tram Tunnel 1"; - dir = 6 + dir = 9 }, /obj/structure/disposalpipe/segment{ dir = 4 @@ -38198,7 +38198,7 @@ }, /obj/machinery/camera{ c_tag = "Security - Brig West"; - dir = 6; + dir = 9; network = list("ss13","Security") }, /turf/open/floor/iron, @@ -39698,7 +39698,7 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/camera{ c_tag = "Hallway - Arrivals/Dorms Entry"; - dir = 6 + dir = 9 }, /obj/effect/landmark/event_spawn, /obj/machinery/firealarm/directional/north, @@ -40211,7 +40211,7 @@ }, /obj/machinery/camera{ c_tag = "Science - Xenobiology Lower North"; - dir = 6; + dir = 9; network = list("ss13","rd","xeno") }, /obj/item/radio/intercom/directional/north, @@ -40290,7 +40290,7 @@ }, /obj/machinery/camera{ c_tag = "Security - Brig East"; - dir = 6; + dir = 9; network = list("ss13","Security") }, /turf/open/floor/iron, @@ -40523,7 +40523,7 @@ }, /obj/machinery/camera{ c_tag = "Cargo - Mining North-West"; - dir = 6; + dir = 9; network = list("ss13","cargo") }, /turf/open/floor/iron, @@ -41664,7 +41664,7 @@ "nTl" = ( /obj/machinery/camera/emp_proof{ c_tag = "Engineering - Atmospherics Plasma Chamber"; - dir = 6; + dir = 9; network = list("ss13","engineering") }, /turf/open/floor/engine/plasma, @@ -42233,7 +42233,7 @@ }, /obj/machinery/camera{ c_tag = "Security - Prison Prep North"; - dir = 5; + dir = 10; network = list("ss13","Security") }, /obj/effect/turf_decal/stripes/line{ @@ -42565,7 +42565,7 @@ }, /obj/machinery/camera{ c_tag = "Cargo - Main Office"; - dir = 6; + dir = 9; network = list("ss13","cargo") }, /obj/item/multitool, @@ -43591,7 +43591,7 @@ /obj/machinery/airalarm/directional/north, /obj/machinery/camera{ c_tag = "Civilian - Lounge Central"; - dir = 6 + dir = 9 }, /obj/effect/landmark/event_spawn, /turf/open/floor/iron, @@ -43826,7 +43826,7 @@ }, /obj/machinery/camera{ c_tag = "Security - Prison Lower Hall"; - dir = 5; + dir = 10; network = list("ss13","Security","prison") }, /turf/open/floor/iron, @@ -43910,7 +43910,7 @@ }, /obj/machinery/camera{ c_tag = "Civilian - Radstorm Shelter"; - dir = 5 + dir = 10 }, /turf/open/floor/iron/dark, /area/maintenance/radshelter/civil) @@ -44014,7 +44014,7 @@ }, /obj/machinery/camera/emp_proof{ c_tag = "Engineering - Lobby North"; - dir = 6; + dir = 9; network = list("ss13","engineering") }, /turf/open/floor/iron, @@ -44134,7 +44134,7 @@ }, /obj/machinery/camera/emp_proof{ c_tag = "Engineering - SMES"; - dir = 5; + dir = 10; network = list("ss13","engineering") }, /obj/structure/cable, @@ -44809,7 +44809,7 @@ /obj/machinery/airalarm/directional/north, /obj/machinery/camera/motion{ c_tag = "Secure - AI Core South"; - dir = 6; + dir = 9; network = list("aicore") }, /obj/structure/cable, @@ -44850,7 +44850,7 @@ /obj/machinery/airalarm/directional/north, /obj/machinery/camera{ c_tag = "Security - Prison Entry"; - dir = 6; + dir = 9; network = list("ss13","Security","prison") }, /turf/open/floor/iron, @@ -44867,7 +44867,7 @@ }, /obj/machinery/camera{ c_tag = "Service - Kitchen North"; - dir = 6; + dir = 9; network = list("ss13","Service") }, /turf/open/floor/iron/white, @@ -45202,7 +45202,7 @@ "piY" = ( /obj/machinery/camera/emp_proof{ c_tag = "Engineering - Emitter Room West"; - dir = 5; + dir = 10; network = list("ss13","engine","engineering") }, /turf/open/floor/iron/dark, @@ -45222,7 +45222,7 @@ }, /obj/machinery/camera/emp_proof{ c_tag = "Engineering - Engine Room Airlock"; - dir = 5; + dir = 10; network = list("ss13","engine","engineering") }, /turf/open/floor/engine, @@ -45708,7 +45708,7 @@ }, /obj/machinery/camera{ c_tag = "Secure - Gravity Generator"; - dir = 5 + dir = 10 }, /turf/open/floor/iron/dark, /area/engineering/gravity_generator) @@ -45861,7 +45861,7 @@ /obj/effect/turf_decal/bot, /obj/machinery/camera{ c_tag = "Science - Ordnance Launch Room"; - dir = 6; + dir = 9; network = list("ss13","rd") }, /turf/open/floor/iron, @@ -46294,7 +46294,7 @@ }, /obj/machinery/camera{ c_tag = "Civilian - Art Storage"; - dir = 5 + dir = 10 }, /turf/open/floor/iron, /area/commons/storage/art) @@ -46362,7 +46362,7 @@ /obj/machinery/light/directional/north, /obj/machinery/camera{ c_tag = "Arrivals - North Docking Wing"; - dir = 6 + dir = 9 }, /obj/structure/cable, /turf/open/floor/iron, @@ -46904,7 +46904,7 @@ }, /obj/machinery/camera{ c_tag = "Medical - Upper Power Hatch"; - dir = 5; + dir = 10; network = list("ss13","medbay") }, /turf/open/floor/plating, @@ -46996,7 +46996,7 @@ "pPr" = ( /obj/machinery/camera/emp_proof{ c_tag = "Engineering - Atmospherics N2O Chamber"; - dir = 6; + dir = 9; network = list("ss13","engineering") }, /turf/open/floor/engine/n2o, @@ -47021,7 +47021,7 @@ }, /obj/machinery/camera{ c_tag = "Security - Prison Upper Hall"; - dir = 5; + dir = 10; network = list("ss13","Security","prison") }, /turf/open/floor/iron, @@ -47292,7 +47292,7 @@ /obj/machinery/light/directional/west, /obj/machinery/camera{ c_tag = "Secure - AI Upper Ring East"; - dir = 5; + dir = 10; network = list("ss13","aicore") }, /turf/open/floor/glass/reinforced, @@ -47707,7 +47707,7 @@ /obj/item/multitool, /obj/machinery/camera/emp_proof{ c_tag = "Secure - Telecomms Control Room"; - dir = 6 + dir = 9 }, /obj/machinery/newscaster/directional/north, /turf/open/floor/iron, @@ -48214,7 +48214,7 @@ }, /obj/machinery/camera{ c_tag = "Maintenance - Central Tram Tunnel 5"; - dir = 6 + dir = 9 }, /turf/open/floor/iron, /area/maintenance/tram/mid) @@ -48438,7 +48438,7 @@ /obj/machinery/newscaster/directional/east, /obj/machinery/camera{ c_tag = "Service - Kitchen Diner North"; - dir = 6; + dir = 9; network = list("ss13","Service") }, /turf/open/floor/iron/cafeteria, @@ -48827,7 +48827,7 @@ /obj/item/kirbyplants/random, /obj/machinery/camera{ c_tag = "Service - Kitchen Diner South"; - dir = 5; + dir = 10; network = list("ss13","Service") }, /turf/open/floor/iron/cafeteria, @@ -49517,7 +49517,7 @@ "qRe" = ( /obj/machinery/camera/emp_proof{ c_tag = "Engineering - Atmospherics CO2 Chamber"; - dir = 6; + dir = 9; network = list("ss13","engineering") }, /turf/open/floor/engine/co2, @@ -50010,7 +50010,7 @@ "rbF" = ( /obj/machinery/camera{ c_tag = "Maintenance - Central Tram Tunnel 3"; - dir = 6 + dir = 9 }, /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 1 @@ -50063,7 +50063,7 @@ "rcv" = ( /obj/machinery/camera/motion{ c_tag = "Secure - AI Upper Ring Telecomms Relay"; - dir = 6; + dir = 9; network = list("aicore","ss13") }, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -50091,7 +50091,7 @@ }, /obj/machinery/camera{ c_tag = "Hallway - Lower Mid-Right Service"; - dir = 5 + dir = 10 }, /turf/open/floor/iron, /area/hallway/primary/central) @@ -50545,7 +50545,7 @@ /obj/machinery/vending/wardrobe/law_wardrobe, /obj/machinery/camera{ c_tag = "Civilian - Lawyer's Office"; - dir = 6 + dir = 9 }, /turf/open/floor/wood, /area/service/lawoffice) @@ -51534,7 +51534,7 @@ }, /obj/machinery/camera{ c_tag = "Science - Main Lower Right"; - dir = 5; + dir = 10; network = list("ss13","rd") }, /turf/open/floor/iron/white, @@ -51723,7 +51723,7 @@ /obj/structure/disposalpipe/trunk, /obj/machinery/camera{ c_tag = "Hallway - Top Right Service"; - dir = 6 + dir = 9 }, /turf/open/floor/iron/dark, /area/hallway/primary/central) @@ -51909,7 +51909,7 @@ }, /obj/machinery/camera{ c_tag = "Secure - AI Antechamber South"; - dir = 6; + dir = 9; network = list("ss13","minisat") }, /obj/structure/cable, @@ -52228,7 +52228,7 @@ }, /obj/machinery/camera{ c_tag = "Maintenance - West Tram Tunnel 3"; - dir = 6 + dir = 9 }, /obj/effect/turf_decal/trimline/yellow/warning, /obj/structure/disposalpipe/segment{ @@ -52285,7 +52285,7 @@ }, /obj/machinery/camera{ c_tag = "Service - Hydroponics North"; - dir = 6 + dir = 9 }, /turf/open/floor/iron/dark, /area/service/hydroponics) @@ -52336,7 +52336,7 @@ /obj/machinery/light/directional/west, /obj/machinery/camera{ c_tag = "Science - Main Upper Right"; - dir = 5; + dir = 10; network = list("ss13","rd") }, /turf/open/floor/iron/white, @@ -52555,7 +52555,7 @@ }, /obj/machinery/camera{ c_tag = "Cargo - Quartermaster's Office"; - dir = 5; + dir = 10; network = list("ss13","cargo") }, /turf/open/floor/iron, @@ -52852,7 +52852,7 @@ }, /obj/machinery/camera{ c_tag = "Medical - Lower Power Hatch"; - dir = 5; + dir = 10; network = list("ss13","medbay") }, /turf/open/floor/plating, @@ -53541,7 +53541,7 @@ /obj/machinery/atmospherics/pipe/multiz/supply/visible/layer4, /obj/machinery/camera{ c_tag = "Security - Lower Power Hatch"; - dir = 6; + dir = 9; network = list("ss13","Security") }, /obj/effect/decal/cleanable/dirt, @@ -54015,7 +54015,7 @@ /obj/effect/landmark/start/roboticist, /obj/machinery/camera{ c_tag = "Science - Mech Bay"; - dir = 5; + dir = 10; network = list("ss13","rd") }, /turf/open/floor/circuit, @@ -54035,7 +54035,7 @@ "sHn" = ( /obj/machinery/camera{ c_tag = "Secure - External AI Upload"; - dir = 5 + dir = 10 }, /turf/open/openspace/airless/planetary, /area/ai_monitored/turret_protected/ai_upload) @@ -54089,7 +54089,7 @@ }, /obj/machinery/camera{ c_tag = "Science - Research & Development"; - dir = 6; + dir = 9; network = list("ss13","rd") }, /turf/open/floor/iron/white, @@ -54272,7 +54272,7 @@ /obj/structure/filingcabinet, /obj/machinery/camera{ c_tag = "Civilian - Vacant Office"; - dir = 6 + dir = 9 }, /turf/open/floor/wood, /area/commons/vacant_room/office) @@ -54942,7 +54942,7 @@ /obj/effect/turf_decal/trimline/white/filled/line, /obj/machinery/camera{ c_tag = "Secure - Tech Secure Storage"; - dir = 5 + dir = 10 }, /turf/open/floor/iron/dark, /area/engineering/storage/tech) @@ -54968,7 +54968,7 @@ /obj/machinery/power/apc/auto_name/directional/north, /obj/machinery/camera{ c_tag = "Secure - Tech Storage"; - dir = 6 + dir = 9 }, /obj/structure/cable, /turf/open/floor/iron/dark, @@ -56023,7 +56023,7 @@ /obj/structure/disposalpipe/segment, /obj/machinery/camera{ c_tag = "Civilian - Lounge North-West"; - dir = 5 + dir = 10 }, /turf/open/floor/iron, /area/commons/lounge) @@ -56297,7 +56297,7 @@ }, /obj/machinery/camera{ c_tag = "Security - Detective's Office"; - dir = 6; + dir = 9; network = list("ss13","Security") }, /obj/structure/cable, @@ -57652,7 +57652,7 @@ "tUj" = ( /obj/machinery/camera{ c_tag = "Solar - Starboard Control"; - dir = 5 + dir = 10 }, /obj/machinery/power/apc/auto_name/directional/west, /obj/structure/cable, @@ -57686,7 +57686,7 @@ }, /obj/machinery/camera{ c_tag = "Science - Cytology Lab"; - dir = 6; + dir = 9; network = list("ss13","rd") }, /turf/open/floor/iron/white, @@ -58486,7 +58486,7 @@ }, /obj/machinery/camera{ c_tag = "Cargo - Warehouse North"; - dir = 6; + dir = 9; network = list("ss13","cargo") }, /obj/machinery/button/door/directional/north{ @@ -58718,7 +58718,7 @@ /obj/structure/lattice, /obj/machinery/camera/motion{ c_tag = "Secure - AI Lower External East"; - dir = 5; + dir = 10; network = list("ss13","minisat") }, /turf/open/space/basic, @@ -59053,7 +59053,7 @@ /obj/effect/decal/cleanable/dirt, /obj/machinery/camera{ c_tag = "Cargo - Upper Power Hatch"; - dir = 6; + dir = 9; network = list("ss13","cargo") }, /turf/open/floor/plating, @@ -59434,7 +59434,7 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/camera{ c_tag = "Hallway - South-East Escape Wing Entry"; - dir = 6 + dir = 9 }, /obj/structure/disposalpipe/segment{ dir = 4 @@ -59641,7 +59641,7 @@ }, /obj/machinery/camera{ c_tag = "Science - AI Station Access"; - dir = 6; + dir = 9; network = list("ss13","rd") }, /turf/open/floor/iron, @@ -59933,7 +59933,7 @@ }, /obj/machinery/camera/emp_proof{ c_tag = "Engineering - Atmospherics Entry Airlock"; - dir = 6; + dir = 9; network = list("ss13","engineering") }, /obj/item/tank/internals/emergency_oxygen{ @@ -60226,7 +60226,7 @@ /obj/effect/turf_decal/bot, /obj/machinery/camera{ c_tag = "Civilian - Lounge South"; - dir = 6 + dir = 9 }, /obj/machinery/newscaster/directional/north, /turf/open/floor/iron, @@ -60247,7 +60247,7 @@ }, /obj/machinery/camera{ c_tag = "Civilian - Library North"; - dir = 6 + dir = 9 }, /turf/open/floor/wood, /area/service/library) @@ -60373,7 +60373,7 @@ /obj/effect/decal/cleanable/dirt, /obj/machinery/camera/emp_proof{ c_tag = "Engineering - Atmospherics Test Room"; - dir = 6; + dir = 9; network = list("ss13","engineering") }, /turf/open/floor/iron, @@ -60562,7 +60562,7 @@ }, /obj/machinery/camera{ c_tag = "Hallway - Engineering Entry West"; - dir = 5 + dir = 10 }, /turf/open/floor/iron, /area/hallway/secondary/construction/engineering) @@ -60607,7 +60607,7 @@ /obj/machinery/airalarm/directional/west, /obj/machinery/camera{ c_tag = "Civilian - Courtroom"; - dir = 5 + dir = 10 }, /obj/structure/cable, /turf/open/floor/iron, @@ -61367,7 +61367,7 @@ /obj/machinery/airalarm/directional/north, /obj/machinery/camera{ c_tag = "Civilian - Theatre"; - dir = 6 + dir = 9 }, /turf/open/floor/wood, /area/service/theater) @@ -62676,7 +62676,7 @@ /obj/machinery/microwave, /obj/machinery/camera{ c_tag = "Science - Break Room"; - dir = 6; + dir = 9; network = list("ss13","rd") }, /obj/item/radio/intercom/directional/north, @@ -62835,7 +62835,7 @@ }, /obj/machinery/camera{ c_tag = "Security - Head of Security's Office"; - dir = 6; + dir = 9; network = list("ss13","Security") }, /turf/open/floor/carpet, @@ -63014,7 +63014,7 @@ /obj/effect/decal/cleanable/dirt, /obj/machinery/camera{ c_tag = "Civilian - Disposals"; - dir = 5 + dir = 10 }, /turf/open/floor/iron, /area/maintenance/disposal) @@ -63096,7 +63096,7 @@ "weC" = ( /obj/machinery/camera/emp_proof{ c_tag = "Secure - Telecomms Server Room"; - dir = 6 + dir = 9 }, /turf/open/floor/circuit/telecomms/mainframe, /area/tcommsat/server) @@ -63942,7 +63942,7 @@ }, /obj/machinery/camera/motion{ c_tag = "Secure - AI Upload Access"; - dir = 5; + dir = 10; network = list("ss13","aiupload") }, /turf/open/floor/iron/dark, @@ -64255,7 +64255,7 @@ /obj/structure/cable/multilayer/multiz, /obj/machinery/camera{ c_tag = "Service - Lower Power Hatch"; - dir = 6; + dir = 9; network = list("ss13","Service") }, /obj/effect/decal/cleanable/dirt, @@ -64901,7 +64901,7 @@ /obj/machinery/airalarm/directional/north, /obj/machinery/camera{ c_tag = "Departures - Holding Wing"; - dir = 5; + dir = 10; network = list("ss13","Security") }, /turf/open/floor/iron, @@ -64967,7 +64967,7 @@ /obj/structure/disposalpipe/segment, /obj/machinery/camera{ c_tag = "Medical - Central North-West"; - dir = 5; + dir = 10; network = list("ss13","medbay") }, /obj/effect/turf_decal/caution, @@ -65014,7 +65014,7 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /obj/machinery/camera/emp_proof{ c_tag = "Engineering - Engine Room North-East"; - dir = 6; + dir = 9; network = list("ss13","engine","engineering") }, /turf/open/floor/engine, @@ -65098,7 +65098,7 @@ /obj/machinery/light/directional/west, /obj/machinery/camera/emp_proof{ c_tag = "Engineering - Material Storage"; - dir = 5; + dir = 10; network = list("ss13","engineering") }, /turf/open/floor/iron, @@ -65137,7 +65137,7 @@ /obj/machinery/power/apc/auto_name/directional/north, /obj/machinery/camera{ c_tag = "Science - Server Room"; - dir = 6; + dir = 9; network = list("ss13","rd") }, /obj/structure/cable, @@ -65611,7 +65611,7 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/camera{ c_tag = "Civilian - Dorms West"; - dir = 5 + dir = 10 }, /obj/machinery/duct, /turf/open/floor/iron, @@ -65663,7 +65663,7 @@ /obj/effect/decal/cleanable/dirt, /obj/machinery/camera{ c_tag = "Maintenance - Escape Pod"; - dir = 6 + dir = 9 }, /obj/effect/turf_decal/trimline/neutral/filled/corner{ dir = 8 @@ -66883,7 +66883,7 @@ "xxQ" = ( /obj/machinery/camera/motion{ c_tag = "Secure - AI Upper External East"; - dir = 5; + dir = 10; network = list("aicore") }, /turf/open/openspace/airless/planetary, @@ -67750,7 +67750,7 @@ }, /obj/machinery/camera{ c_tag = "Maintenance - East Tram Tunnel 3"; - dir = 6 + dir = 9 }, /obj/structure/cable, /turf/open/floor/iron, @@ -68442,7 +68442,7 @@ }, /obj/machinery/camera{ c_tag = "Hallway - Central Escape Wing Entry"; - dir = 5 + dir = 10 }, /obj/machinery/power/apc/auto_name/directional/west, /obj/structure/cable, @@ -68852,7 +68852,7 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /obj/machinery/camera/emp_proof{ c_tag = "Engineering - Atmospherics North"; - dir = 6; + dir = 9; network = list("ss13","engineering") }, /obj/effect/turf_decal/trimline/yellow/filled/line{ diff --git a/icons/obj/machines/camera.dmi b/icons/obj/machines/camera.dmi index 4b74e7ab557e671d4874ffc625b08def3dc4b2c9..0b0ba30483ca1589f7ab02f7b0c82f4ed1055bc8 100644 GIT binary patch delta 7997 zcmY+Jc|27A{>Lp@vXiBdCCR>(p(uOEzGgSp>?su`;~<8TP+5|)FWI+Dwi(-(WD8^L zh7e=QKH)I@PId3^-aCKHna^itJ~NN^`+VN-=j-)B-e}jTGNc3q=5Od|T0PAC`7R-- zRD~m2#>g%9)7r!?Fi8^)v~j^Mi6rJ9`R=|y@9A#OE#wob8`}Yo{+v}Q_1wb_D~A~q}O!Gi^A_YowSH6rXQ?Tbb8oT9c|1c z24#^1XC4Tvl8GWa-i#*X0t`HoJe?QqmBS>&FsdG$y%2wNS7`HRDJ2uBl9d8}t@qxx z3T^tNSt!ROMQ-r($S#(hd<=2=fsi)2bhp<_c>bW*0XPtipWHrd`GO|w;wU1-340>5 zNi=kEdUr>|l8QI?^EM7iI0`~;{zBqL!BAu-WgPE82CBP~U+4A1z4;KBkw#Zc{<>cY`%TJ(RPE|<%387wIalwOVw^vVfhrZBfCYF!L2si0&x z2Xc0A;mj%6L=#d~>Uzr~uQ?HN+pABYD952cQ|*M!a}9CD2s5)S4Ohv)@;w!wKjPPx zv~{~=uQWPT)%hJOr)2Dx=lW&Phu22;pVwLDn5zNWd?|I=&wZr6tmM-yjjYQ(vJh2J zfPc$WQhEAxVn?;?Y<4p5JB0@}XA`h1{s6etvrYRs{*s5ZfQ$Y~&<-69N@0)1%9YK8 zL9)^{;=$`|3<*@iVk`lAh7o-~rlJoH;LOJef}&HQ`gd}@1O7tA3Cv0ePoR>c`173C zJY)^&3g`=)RH38meVgAJ(L=iOgK+9e8pbr$ukqo5JV`l6mCWQ7g`2@tUWtIbWmCJo z5=om*oI*%#y$bz46Gw`tWYStNe76td)X>>4m0O|6_BP(DsA^?C_r>ASH9-whfTX{= zj#UD9@;_02%9)u_M#&j~x|(cp0}cdUvuZ1+SGti%Q7<6vS$01j_miQYn8sUEgF_AJ zwk6%H3s>MxwbcfC3t^I}<58q|iE?y;l4Ri_^m6D1qhupGQOn+}0bD9Re<9TYuP3HZ z?LzkDG{<)(;Yhv7`JT0C(|u4~UwFx|&)exZt8P}KoXBITi{MiYBJNJI9P}vYhw*oY z`n5HKen!l_j`%JoM*CH`oQT!wJN*uL+F8j~enT=aobqVBXr-{5=0zU; z$031uaDNz7`ff{WSVV{Gy#G1bnO{eaHdqcD}!uO z-NN&&D1UlXH)GAhYX)kmjRk*-JdH;2SQ5=OioVjfcuv$TUGfR;y$@!b|B0F~AjItT z-NZ^lQjBojugm7 za+r3!B=Ctq?i{GZi&WGBHgJ*oNW}yhR>O+GJh!JZwwQ5_sW3!V7pd2He>fm3tybR9 zp;}i|rr3kLRhNw;PKiT-Ed$_E3f0i<@)En!xU+8jBPHK+%nXkN)o*6zkhVn2iN~*S zd~sk*P0e(!>ByD$!7Za1(%|5$qwNZmy$G;X7~I-$Dxzgh@giB7<=eMGG5A>tJKXfi zR_8kcZ;tp#-C2WZm0@1ZjfP=xqnap)?kR|Z? zr!pIhF^tIqW6t^!XLvosgX6tb&7PV8Xd+cDklS}16GjrU#Yqu}>qVOdpF@C99)k^R zB!&6%W`VwC7M`$+jWjd&8;+e5+u6MLEGPQlv^edhYa~G(>>0#iX5JArUfsn4cg!pE zyNgWkdC(9wfg-lpf!?pnV3Q!U&VGR{t4i$U`_4$UF+90S8_P)8B#iJsrN$hMt$iy! z(8wLwHf*a8|0#=Z95gXE&F@||wG10CtOe0 z>fY9`g*~?uQO=i$yI5CdpXd7Y-7F&c&t+&^91p{uD~$2#rh z+PfZAYeviddwM?DvE!Re6mqEJiplIUd=1k?`DZ??C`AlFdfz_rC%YvF{6g0K4mU$? z*9CcIST*n-m&hmVoGOaxfBU_o(%*8?=e(uEaikS2t6qe8k*T5!V^8rXg`bPROi}2@ zs#vrCZa7Is*ejW3mMMCdjh7XjsD9^Ad|wDDdAfuxM)DVpVR;G z8t7*VWgnLX=9y(ik`O_JT}J?|V7Y#j{28EdI&(<eJ9)3T-P534Aj3!M&h8eU|9chsADG)eXA4b-$|dF4Y8 zd6UxG8bcW^Bm|3TFozd&dJcMM{s!QgD4*}$|8QSCn(-Y>NT|f1BNOT*-u>fazO_;= zxo-VdTSnlu2S5AN`*Ok6UwANze@ zvym7*KRQEgt-y4a|B22ZDWDiW*>GtLbr%Sc$S@i48$SL;kxD`+F+6x2Z_6jk*=5#V z8y=F%N&t&|5N~@!C1xC`>z(m>{D1-zw`@rEvdjA>+Bz(d9EfvE2s`27ZDZR+Kb=5X zLyTo{NgRLD&OBcX$3+gu&cd@)x9(2pqXzRrjUetTWf!COh1&u4NHa zVnEid?&QU?#b2!RxBuPu?J-fJH>FEfptlMSb4gO^TT8hH5E3MFTUCU=s}rg&`?5Oq z<1`ItDO^;+ToRDdTdjbVt-sPdo*KN}gl2{!RULMcMEvaA5?Kr{{>`2SV9Q7CF1@;J zYBiQ`(;r=snp;j7OoU(8jVKcYA0Xp>*%-pAJwuazlu?ewU$W{2)gZD8irvILXDqk_ zC8(ULteVNXkGy1uK|S=tnKASCyl|lT3`9M`L69YOss9gTiN#x_N4KX9)>yY{x`|cM z*7#+&94pP;8^6o_@;Wp5P@WsX-7K6rcJndC1l#RI9*=GbPf;f;{-n=pWj|#k&T@Od zekCgz)}v}heEY2t!FE!gr$7kPMO$Y1-_W(rF8kEFA@^p1xCo#X!hb#xWhC{EtRhuRtdtB`|ZK8icpc!T939Cq*vZY-hoOlblrz4Njl4m6Wvt$t zW(LIkDH}nR0R5Qh;L*^H@!8zisV8~H zI#eoQk3X6hp9R4&L&At)*i0XD+A2QA;(UeFgRNC{x14+;^RjTd^6V@A@;&!U@z>n5 z$6RhNS7_WcA4pXQht!Iw_x%4qbFJ1+Cb?`vdrK3*L^|4aQ z!X0Kqmj9_sAD-@{u)tk|L`yhRUfrj&T#<5=G~$8%ssk6LC^{wEQI%#5w2-zNdSls2 zbr}Afv;1U>a_s=X`-$e|^_YrCZ^C_TT70sz2_^o8q&nqnkhGoEXmA4Y9{sL6rK}@B zN{E_HLI%XyIMLbj7Y(M`?y=Fz^=q!cq^pyTSk!Ke>0p+=yk-^19|zU6w@C@n&v|CB z@S8rGE3VJV*S9ao&|fpC1`8aGU$=L51`!YZ#V)k#N!$c5ukTzkH?VjjV;NH3FzVrB zg~@zu&4=5a*dLJG0oZnz44?b_zr1k|jdvEaYCK@sx|%ECaqzM-VoB)kN>iF<*h;9^ zFM4hAZtwRTbfUMmK$=HI;KC0Uj}L$?t_?xtaks~NIYAPrb@ooqojkLqJK6%Vwm8&2 zFv%c#*-v8uRI79l-D`@-KTT^0=|oHU5hrS1Nc=FajJK>*{$x+(Kg*~}<+JAHnj}75 zQC%RY5&;Z5nHhTH!04^0xROcvdLF2i>`|bfTs zxsJDy=dNazxy5|}$pT~%s=D-8BV6N!Nxm#8hA%pNnj>EodYzEylBaHairzymBQ=O~f%bFt)nkDPQoj&yv3 z$gD%wvTGntJ)CO3P#GS$3VYvth4v{c2{FAC>@}Jg$mROt5bdjM>{QS2@V#!MVMT3b zAx2i@@@qK&j*xc{Z@SI3;aEKF@PN4&)V+8A#|=z(T+1Eu$n6i#UZoU%KX&AD!sc(X z^z)k;Y<{6l7j7H?{AG-bMCB_#&y8YVEiS=1*g{?R0%=(xk&N*kzykK9 z1t#0ks?qgJmecL2BwFsh8(c6QI_0pJsnfhJ>reExU*~v^W+6QEZjvLu z(U(hS)Ea;5*P!cl@XIJ*`*y3Tf?74&(aM?>5S&kwQU;`OE0V;qHqt59b_l+4PP>|; zvChu@9Ax2gPq&8kC`xm%T9!Nlke>AaD5$Zo477Y3z6U0Maoguu9ZUX5)Gx|cM{rEB z1et&%Vm%>|KN`~BwfpRcEbi=x$)&614$LDswH18Ev+{3Q_I7qwq0zAgTq`_VFcECh^zI$xXCgyIwI)h;Yb^ksMS8%pOb4Czd z1_mGqH8vhm7iZAPcZqFNzKr!85wcfG2vLq05_U>KQ9ftsDM8j&9Vd0283+E}laF+- z>VH?9*}AHB9qps?M}3{Fzhu>B79&1B;3Dy)AlHQ;+k}K!sK$MC>frqVoIRiAkApCOIw^HXzP{tH@*4hgQOfh=Qu=T8Jm{SfI}%(5*;F-#Q`Nd+GUD(_miL#v zp^A~~`YjtK2^oDHbi4Vo4tYtu0l#ImuJ3&`)-#b5!1?SFrxRW;=d!jMS(Z5U8R+d; zl!CiOHec)d{L0+kbgE6+-iKP~?7&}v?b$h1_54rsNJ{L`yqMhT6Y7@VyQgRn z!x-bk7&EU7^)_mxB!@PaWp-(oS&ZW8UKgLBs=88nTgmz-=~J+>9vl3!b}+N$B2v*E zQrlOEz`>78&l_|*IQ)F=K3)h!WSvd5#uuk=$rx|rJSx_oy#4+T(smx{_3p;ApqlD% za5LnMc)z*qZH$BB$wAlhJHr``{>B5)&?1feS6MUQ%|R3Q8-|uD%*-*Xhiobw5VBdOOph(9C<^(!i9T=gT_!j(FI4n zqR}?wjgz5bkH~(Z!Z#O8Z{ja7QjV|+9A1=rqQ1J`IN8Wnb@aXoZOqL?68ye*`09wj znsTi#;;rv5Q0a<3*GDgo;FkGmQtXk1T_^R1(2w%Kdwk%DSi*cyE)obw^S9 zkkaw!w&6|}fN-C>(J>6wN*C-{=p`Z?cA<2$r%k!NJ(<)baYZ53h3JBl7mod!AqDSh8RKml${GdOL76;;}KK z7E4ZYx>x#TFXJgtuO}_MT=0q(&=1gs>oc!?U6k&{I=L%a>5vOE;nWQ^PmtJ&CMiKnUsQPi5Cw-%q^kE2obN(SL*`&Z!F>pWK4vl3Qy3}OW0G> zS$un&3fxxT^VQIK{UY2eQT_v+7}S0rvaTsIxmWPAv0E3onn+7RQ}VxHULEi&5ygJq zHIke<1$fJDG;lM^M}Q4>`7v0MWc?b|jbex^<|U0uJo`7J`K0_0SC9B#t-AK+Fh8F6 zv3(3AEhB8N?^Og=t2tpgc}h&twwxAq7j|a*RQ%?|ENY6sx~9;nomlZX6;JgH7oFGC z`H742V{~Esme<&L=))6z7BT=2&8Isvqq_~N8@qhNRiGMLlAU zwLsOq^Trb;fzd2Jop9d-`FaHvOV+|dFBF61<8grGJ#kk!l= z@mBfi(+%@yqnJ18ae_MHy%!&hWjH+G(Dc3E16Fzr9sjC@jPiS)03c$9G2@1m73M|R zAEz7Ko$kdEZPw6Ft|k`KO`sQ-!*teHB04Mzw$Hpiu?Obg{QRF}DF(r0`}P^E{?oqwXQ>RMc$WU_+RF(rzni)2t+On zRosOw;VF&xW2Rt8(tfs$S&jH+u;YK@_FQ2TA(s;k1U~WRGW1vKEmZ3*Y`SRZZ$ds= zof1#qVuTEx+55_Q;jxg}GaU7$e7!cAyUraLnF#}XAw|riFNs2%I{qVZ9kVb=S+;H& zaRi-Fm;n`98lK70@nGq{4#jHLmRI_1-=WZn%A|p;W@UlZgNJ=Tl?2bv?wD>95V7(d z+sxh&2S4H^$a(}^F-AD)-Vw(yt!gheTDOj92{co%|R2*n* z-BDJU=qLc=#Y5!uk+9%^F1aTJ*OrqO4pw} z(p(Eh>%nOrMs;0o&KJBB=4%7l^i9n|swNUrEPiM%-OwT4SQ_4?-v>PUL%iKm7Y-gt zmFQN}3SIXzQ}t$V22OFIG4J}*-bLx~lr)Q@uE(sS9SY8~z5F~5fK+ZCof6yRq6nw) zr>5V?%k>0hVYYb;;OZ<$EX@qz@N35a$8WV-okFf2?Gj!Ii*7;VMzc7()&(EN`eBnRt=d!l}3g~g;x`|GO ImP^$C0o4@$!T>q0J@2ec-u=$r`}gd5YGY;0&dSe9Lqo%EYGP&aIvSeaP}8U2>9m1%R`xV{zkhgwJ40a(HvL_7>4%= zv(L;afaSc{I5{t6(v_VhXj(gYXLQRY({pm4FZ~m=Son1D8%AZ#Gp9t~MB5G&U+kbQ zyux3FBwme842p0yHiO4(sOa)0AEgZRL&%Hfao-V^M=M-d4X|obx z9S^~o*WGU)zxor=@3=3q=D6F%?(}BINigzEz0b@9<^0psjqOtG?6aYOzXT>@X=p@g zObzuNLUPt}lOE1%a2Q!m3Vq<2=%XG^RL{haU-LCH>nCWu$K(bko47p9kU7zOITwDm zpS*{?7U%RMU*w*25U#hyU9I+!ckr^&?F#kLR%#0a)zJj;5j_=Z#(!44Y+7BMG%;vh zND^_rg^UhtDJsWp6M%g$X+~P#%;(cXd;6j2np4N6Sd}T(>^YP4i{Zl7u9@e3_8{uy zsh}?1r{voA{AQ3${dKp)mOZYzk;AEu*vE|Bn-9MuKlQ2L-~Fjo3U*Ox$Ibb!7)OHHN81KYwaAEPbdC*K$6iDwhg`<{-0niDVlZ8WFPCB=;x zDV%%+!`XDaxqScZ&$G9+y2Z>jFdV0d*+%mug;Kq`w27RHa`@K+V*NYYc5bFUm2K`u zl*IiB@<$0%qPP!a=D}&#DEPSi6Unt+t?`kX>xW{?E_S;HJ#mqFHzuzw;`+{dPjU^_ zXTj^|zL&#HXT@Y(j)e`tBKZlh=VGx*dV@|R|8{!A;a6y%(C&(RDI}ir?OE{mvf;Oh z1$p(M(aqRvjpmfS;V@F}&rH<4I)lRtI}`Iz_fCBRCdf4&uv}yU?g$W@SSVL0m?rl^ zs#*;pv&rinf%us)81#9Kgz1BZi4b@pP&ESaO{SSJL3w=HiP-c;S1*NRj!6pHRS%nm z+Eb7H+{efVqnIdbdk6AZy~mU(HT2J&PR?Sbou<$XAyUvCnfL;kyeL4}YK3&0TYEFE zM3A2>&FDG#3tJCxUKCyPqV!r4oX@t$ z&!4JBlbUuT3-m}c2Sv$vqe=gT`1D9oL}+)=V*H7H%!@iP6t0yVu@{Uo01Z6CsU6yX z8(>FrfRhJSumr~6`#6g`;CQ5!bRvC_UhRf z$;zh(5~Np6Jx-~$k5Y@m(F!LRrWKP%FC?8_l9H+4dR~DZJRVil7YA4`;-scu6-CTJ zJ0J0B#Q@1=tGEzSD9g8^dnUi32CT$p+7W4VC+BJA7GQD(@LLP$pB z<^Cwt56S^1hDyQK6|!rz0sWkUZip4CTD}O|2UbM(O4)2;wSZsvG~7u z>iGw%%{-f(@XmiMO_hh90djNkl!Wnvs+A$G6*HF+Z0{>zaDS_5mHAFQL17tz}SuZ8WAuWQ1Pxbtj-2Prcn)WiN zySbVojAo;3%nixGdCda{$g(Mi7I%NdyasRqG!Z=T)yIQl%l;Q*+(y+an!aIK!|X-gif_PI}Kn_d}i7gYN8m z%~XafHoNt50w;r?^;(5;+`SZeEH=I&z;$J)js`5*NweaB+{I)RjTB&J4^A0ixLpB0+;kD zyT%Vjt1Cum?NZ?1+uw@t9p-rXZ4X9FMsZVhcos#LGAB>swutlM{(L&l{=vG3NgB*L zskM-iYG9BqOlqYRr#iD2IuErEId-8FZd^~*kwe)!=(b7%P{^L|F&Qo!t?b_8`>Q?SQKi6KoXK2$C8!LKyWjM|EQ-dJhFzu#4N3x;rZ46KgJM{Da!hUTYY)-DfYan^u$8PkwIODneQE3f(3MUlI- z8zb6}md+OFJYD=viP#8ae?KKhn;N5>RV%rYo_K!-%Vfc4-%tJPoJr_(aUbi4;(}}< zk@h&3>h|FN#;f(m><9tb)=-3qypLNA)#wIG2~UsLZrI#V7qT=D6YnDpf-p7Ul0 z{dM4(pIMo9d?P(f%#c1y4Ye5g58$Z{fs-@XIOs>cK7lWkI3Ohz4m&vcYlcaXpQ^(& z0Z9Rp*_no+6G1{$wW?*vwL%i^=lvoE6tpUdNoDjcH4v~iPS}BBpC^5Y`EG2xhTatL zbvvYNRU%)|pz{2Cp0A7V!&uFt$%6B_mCiaXBm2 zd-jW(RlD@B7YOE-=?036x35-i=zN;ZR*@gxy5S`I)M>P{zcZlx>vKZ!&W~sk<_D?_ zJDU{3t|Il)Ng@4<*XaM`Y@0LtM$XwaQ$HQ5jNxN=7?`r;n;B|r?hbda@p1Hgl&(M>6!Fk z3#s8pxEe4Krxw9Le`U#3zeWsj7CrzCb-Ye$^n@IoUSFM%WhJ4s9S$V0;!S3ShhTa1 ze0iV7cRKZkqhXQzS(9N>4b>uy@*kPe-(6}wO}T&R@APu0Pxk);9+f0V{2Whl zUxvOyT4xc6lN_p}DegF^^67^)Dc>>fjaKqG(#u=w=%>ZvkEm)(@TEL*L=Wa1-!hfKE7^;rc7I&(dz?8!;XyDJK;9Z^) zce8r1ycK`OqZ6eGmba>JluEtKl%E+PmRPg&2lL9S@`DEjzZL*Rq5UYzWbd`OrW!m; zKT3O<^FM+4C_K|exO|i~oE(#MW}M@$8-MwcKitvUu-hq?CM!Sn{CZt(K!W$Kr;Dmx zxbFL$bD0CG++WkJh~Ek#O8ssLB;|jfyI5X*3e1=hMyuYzuf6|3#Q=& zJ2%e1@aN1zi%CY=Z&NKD87?ULkIq6zT7eYtr981qv^(d{I^tk=0 zVcjV$_Y(Fn0b%_DBijZu{N)|kt9BvA$9bdjrkAn%0#6GdUO7w~O)r;jG!yc6Mxs65 zLA|&_St~lQB|!)gIf_y|v1vc5a|Jq$l_W&pZd!+)BH2=^z|sKjfbgKIEvz}N5(ew- z@gz%1L>|RIvF0Xb36jCOOG+vYM}bEF^+BpyvGuJLs!lDu>#<~0`2t58j^=c*s6B<~ zMd{l12UBl8(7&5}NH&mpJ5qD17bk`y@zm$INLs|gmAsAYvjQJ@2Na%Z=uNw(;@xG4 z&zC_+*(iHwnr;USy``#A2OxapX14$4Nzff-DVk=m{vYX}H|`vh*90rB_?l(?1n*2a z9_i*q!!>`h0(c_~Ti%bOOOouRoFCz_xuTo3K0ArMDrQ}wNok8#*)ex6b3du@C);g3 zmm3)jp0F8Fyob7o5cpd3{75@gTL7b2z|}Z6!OuD!{&I zg{26>0bZ-IavIs63uX+gJjvHXrWM!rFPcuKa@T*aO{L$tY!nK&;l))7m$B zI@wPfeTJ;p3Fr+4zt93BP_5*8=H3B{#h&>rgZORB8ATyI@1Fc1e{~F2vb3*9tGWjp z&r4_eCOx>a4B$Xy58?|{j^v*!Ri{#sHnl+!f72SlLshG+6LCdk^Aomv;3j{BA61j= zAF>}EzfGK7z?NhYFkwu3#e?0O#Fsql*YklOM79~BH*FM!EstR7k<=oH*aKPTOQpWG zQ{e}2`I()VD!>wmc-K%a;wEXaO@DTWD3kmXcXeop6f*Lb3U^)jP6|yf(uH&)@*Yuj zx&{k#fqwZzeITm)bvoQPx^2m;IJ~HrkOjlxM|gCjJi#cpvbBg;rUDxWz6KP;d26aw z+d`ceB70M$XQq#x;y<%5Am(`E-ZC2TTj58Iy5JmCdFmDG$IXd|hcEh~gel3bbBvCv zOZb7lwEXwIYZpsubjuZk8F?&x)KbM=7bdZb$9r1l&a#qRon=Y0JO>>}-KjKB|E0=T zN;e3{ycx9LkNu7dX_o1~qWjD!Smr~bKBxOI63#&Qt=DPL0u<18p$;~yVyx_w=K{nG z)V)(k(f<^!N3rqZzNP7;$CjD5U4!JMP8nA)QhxbX5dU&CFPve^$=D3yk=f%Xnq-CR zctZ#1?;pshzBkQ8f7cx3)}_y092L6tKCmtS^!f$N1?lxwan4dgT$p3Sc3|@R%hw&by)zr$8lli1Xy%tyY1X`4t3tyz&7_c>;K}dk|^GVu7pqNbI*7I_z)zq^~;!D(R z_mUKAu#RM=Llja?s8^MWR&nzNtv+pI^U!EfnaBAa26}_nKsCxOTy2{1156+Yk#Sy) zBMeXtPJk$>LBjF+EHqjy^#%9&2no_{B}g_u8I-3)^@qJj)#$Gc()0l)5=>@aN3p+K zP<4B%wL4%Ylax6gBJFWur>P}yMLa_F-Rk*R-U_xITnhUpF-q;P3;7oj*>hOBN2G%V z?WQU?pFIKzI(hE+?jut9iO1u3g@sNu_V=J10@)!o1ZE3z2i8O`?;;N~l@I%n9pd@`^jU88rWs%*-!;_x&?&=BHA^<$b7GM39DnOaA9fb*q_qTU$x>+JrB^0&mg-2da(Cn(29 z&~6t{iA)|v+PPO`_{;)WGV(;ERWY04a%$vag5)!{(AvNL;yU|t!BbjsZb95tPJH4o z!B|bSYKSS(53MugdfL^vm2o9&SKQ6CV=T2H;>ySNCV82$DLH*Xu!hvI_LFMmpyXHv zl~Z%JzMGt}AvV1`pfR&^^8wM$d=CLOb%Dx7NiFirYEVcF^DW{)2$-U^Eq`VPyQIU% zOIo!M=UxK+uNxw`zyp(<3IcRt)uy^odsjO(@vWx(*vG30uyfb;Fks2zG@+Z4xxf)) zh@e4a4{2FTY>vXa)w{uxy?=mBg=$b;N`U|2?bQT;{Aiu!hwV-wwveT-7$Nt=!#thbX8 zW=Z|#JL4V9K4!I%PHDU8-3TB*1}axbZTya$&ZU5Cr$)MOFq-2C0WAtFZYY`xE{8of z6aT*YF+~tke6xQY)tO%caLSQa{{oar!z{n&ML(rfdS;wL7&NoGWlOK$k=moa*QH%7 z(jQAJiBpi7Tx3`qo;}IoG?Mmpp`&jG+F{&Ai9HT-K*rXgZw8WuHAO^#^1$^ro|N2Ns{p{`qVPvQG97Q@SM^R-M-E zE_*zL@z(GcEUxmkrUP@O7I}&7*DcfTYfB=!x@0LB4+T9B(z$X=z~bo>_yc<5qY7x~u>9UIODmjU4LtoB z#G@K`u!w}8a;AJ>JVt!$2VM@ROYorsD|o{?w<;hwryd6Zn@mKoP^PI;KAC_D!-MFSeU!V zJ3l(&BHaPow`L;2RVYk2l+k+f<2I0wEd(-^K0$zh2oT7cb4kQ# zQ6!kS)E9{ad;1>>3Hv*++)UOjL2tKJ`EYu>m5r}Qpk!OndmIwZQKT063ly|DR?iGP z^E3xDAN&t0aVinkp!Pw@$j7OX>m?XmEerfi=2 z2g^PFWm-4b9hg@66X&kkQ^F6oAnq4%dDyQJjKq3&3rrKu*WjIJGGsK287LC1LN@IN$Yjntw=& zx#7x!n<&dV6p+f9xtIZ7p2l<&r=TW0p2#gvo7VUtKYahVzwkLy37r`by@eSagj zPl!)LRLKzu-tA-12RAtrq=na=)HYv!)s81RiNjk4Mk_eH3tZnIA4 zJ?rHYsT~GR&C=^3ud1#^Ng3FMm>lQr0*}si=)dQ`b*2FAWv8jI77QMxmp8N{S(uj= zQ>yDW(H<~_K-50n1t=HMIT=X#6dv_jJ>lTm2qXz$ui0Q*uhv9}xXqrKnpRxFe}_=k zk!B~TI*&+@!-*UPD|rsK{Fg6 zVf^BWLjRR{s?JIEzCcHHvDXAeT{yJ|g}@y_m#9V+x#WWbleU{plfwmwU^&vuS#n8rgUT{WHs2A?F!_C0plKABFq6m z*p=@2*=O?kTtmf^bRBwbSD*0H9HeKhXFJj*|E71$X-`cbMd}G}W5R#AI;ihIH;y6~ z3@;^JNn0>-Cs`$bl>YL~T*xX@)@Ho;`GfowW^tf!8fw*qn&NFrzoi+hZ%rTh?)z8+g zcvZ5$H#!0wLN3~W`zw>O+8b9y`CW%R8sedK?O(tW8-L^gRwlnIe-=mV^lvl{93x)b zdrj;jMD#cN9J~`-%1U81S%n1jzTO~~TL5Z}RGrTcJ zNM;2o%XY#6AuD?suL(6U*`yo|=3(1Gmh9~3Qa43%BHqZ%s3aX=yivuFEw09yfI4bm ziJk935MlDfTT^v9E6a$gktH!w=^3E5lvxJ++Bi4V=rt|B zx60!6bHKKXOesJ6H2!0zY)nxNG*|9$P1z@Wv}Swx`!+@|X45ieps;>$8>hV7lK|uU zFWiq86W*5MkFaM>g{U-!lIoU6b36T$`x{4R!T9kHdwF-hG0auo=zCICC;KA2Nt-@4 z*kN3>RBO*-LQiZ-*uAxAho&_FA63WRRTTe{@nJ`LIgqS0%Qj$-SyIe9Z#s8V=S$t= zUm7XtMd7Jww)!=G0!v*fT`Uym9ywf@#8|z#lqtF;4q)%+ZX$r4C1*4R*KN@>Xap3k z#%A;<6y!NO8hB=|dEY74UE9gl?}6*+6lF^V)WdCOg=D5)9c%B}+=yn#N4kb+2tEYv zk($uh^=)hW)_Y9)u*e`fFC8Yn!{2E-e|la)OE^Jvjs3b0M}si(ya@6$-oJ96*!1#^ zqM!}1ST;S3R4-n3LYGB+pWXRG3_jQTQ~XJ5r+tE!E4I~T*{ZQpanJnZmC5Tn#hY zFuo*e>TjOt_2YH;?I3RzmFs|7Gga1<(32kMcj4$5TIO_0tX;?mGYW$ogl_Y%C zE_&<1aA?)J;+n*n$Gm5ggeQ`JzT!+ODN$Rx<8OUuBf0LWmC(qWU%}G3Yf*`kp!pt< zZ6TYx^~Px8W%WxwnGx3G3(elC#eVB}*d5871-1w<4t<~%H`Q1f%zXlPPN;1%dA>)>pvjwVxKUBm(AmvKD&|AQ?|*RKsSq%)?c zg9rliS=@t`Gj%>MigEpj>c4`gW#dTjAmdS)?sR!Q9)9e(H_h_T z1PZaZTc|`co??tw{FL-Z=E#{kF68rbX}k%gp`kx>^eli%M%`uqs@b(;zKm-ZecY72 z+q^qwv%|Ykt{H3IjMH}~ucJ&xZ5aP$ub&@yZ)u-6Fx!Vj*ch~RlH!Qz<>y?ZGXnw1HTr3f;h-YFTAfqcd3Rf%#sxRp z^|z-60$0Ua=uM%9TEjt$xO;CaUX*4S$+;kUO&i1)(o2pIM=v&ErP?-~Dogg);Bf!b z-M$9m4a=aVlD4hqJA{c@XeU4~^c@@DRDNCtls?x-An^b@f+Hq^&JW}pn&iNANqgWyK86NlU@T7UjMP6p|?!|gqWrPkv!avX8*%lk_GX&Uu z7kKd%wT$n?u!xne*cOW9-qPVHARAwQ$$I6+fAEyNi$qH7j84{Rj!dQV(bX*dx#6xK zZBH<**{&+0e9St{c&iwEhL%<;HntxYdshoLlWlsQSV1y56fQCU^x)IYq_50pxN1Q} zvOc=a8GaFqXtZpPjx-|Suqy4kADYA0*(yyBsRzIVmgbcK9HKIsOL83}@sp0wkq!BH-r5EPiwMCt~X11HVo;(w}p#b+V3h0N#09n)Ix6i^v`|(qD^P zI!!df3`Aw>JKR#XQC6?kbzOB!O%K2Z@D_1NbAUu^3aZ~#jitP^vIpgTSjOAi#7oNe zrHbw`FHZVT4szU{y=_TVgj|iv0oRbyI2sSy5EpL@;{^|?YJ4nv n