From 3363ffc44ef295dd1ac05e5991f8148590004c52 Mon Sep 17 00:00:00 2001 From: Venuska1117 <89580971+Venuska1117@users.noreply.github.com> Date: Thu, 11 Jul 2024 12:02:19 +0200 Subject: [PATCH 01/16] APC updatepath --- code/modules/power/apc.dm | 77 +- maps/map_files/BigRed/BigRed.dmm | 139 +-- .../BigRed/sprinkles/10.prison_breakout.dmm | 2 +- .../BigRed/sprinkles/25.chapel_cult.dmm | 2 +- .../sprinkles/25.containerroom_xenos.dmm | 5 +- .../sprinkles/25.lz1containers_scramble.dmm | 6 +- .../BigRed/sprinkles/30.cargo_containers.dmm | 4 +- .../BigRed/sprinkles/40.dorms_party.dmm | 3 +- .../BigRed/sprinkles/70.se-checkpoint.dmm | 6 +- maps/map_files/CORSAT/Corsat.dmm | 633 +++---------- .../map_files/CORSAT/standalone/sigma_ice.dmm | 6 +- maps/map_files/DesertDam/Desert_Dam.dmm | 836 +++--------------- .../standalone/crashlanding-upp-bar.dmm | 18 +- .../FOP_v2_Cellblocks/Prison_Station_FOP.dmm | 636 +++---------- .../FOP_v3_Sciannex/Fiorina_SciAnnex.dmm | 78 +- .../sprinkles/10.scavshipholder.dmm | 2 +- .../FOP_v3_Sciannex/sprinkles/15.nogear.dmm | 4 +- .../sprinkles/15.wardenofficedecorated.dmm | 4 +- .../sprinkles/20.poolparty.dmm | 2 +- .../sprinkles/30.engineeroffice.dmm | 2 +- .../standalone/riot_in_progress.dmm | 8 +- .../map_files/Ice_Colony_v2/Ice_Colony_v2.dmm | 580 +++--------- .../Ice_Colony_v3/Shivas_Snowball.dmm | 139 +-- .../lz2-variations/southeast-gate/cleared.dmm | 8 +- .../lz2-variations/southeast-gate/closed.dmm | 8 +- .../standalone/panic_room_hold.dmm | 10 +- maps/map_files/Kutjevo/Kutjevo.dmm | 143 +-- .../Kutjevo/sprinkles/35.communications.dmm | 4 +- .../LV522_Chances_Claim.dmm | 222 ++--- maps/map_files/LV624/LV624.dmm | 102 +-- maps/map_files/LV624/armory/10.cheese.dmm | 4 +- maps/map_files/LV624/armory/10.extra.dmm | 4 +- maps/map_files/LV624/armory/10.looted.dmm | 4 +- maps/map_files/LV624/gym/20.pool.dmm | 4 +- maps/map_files/LV624/gym/30.alternate.dmm | 4 +- maps/map_files/LV624/medbay/10.destroyed.dmm | 4 +- .../LV624/medbay/30.larvasurgery.dmm | 4 +- maps/map_files/LV624/science/10.yautja.dmm | 4 +- .../LV624/science/40.fullylocked.dmm | 4 +- maps/map_files/LV624/standalone/clfship.dmm | 4 +- .../LV624/standalone/corporatedome.dmm | 4 +- maps/map_files/New_Varadero/New_Varadero.dmm | 194 +--- .../Sorokyne_Strata/Sorokyne_Strata.dmm | 282 ++---- maps/map_files/USS_Almayer/USS_Almayer.dmm | 501 +++-------- .../Whiskey_Outpost_v2/Whiskey_Outpost_v2.dmm | 60 +- maps/predship/huntership.dmm | 3 +- maps/shuttles/ert_shuttle_big.dmm | 2 +- maps/shuttles/trijentshuttle2.dmm | 6 +- .../Scripts/xxxx-apc-replacement.txt | 175 ++++ 49 files changed, 1172 insertions(+), 3784 deletions(-) create mode 100644 tools/UpdatePaths/Scripts/xxxx-apc-replacement.txt diff --git a/code/modules/power/apc.dm b/code/modules/power/apc.dm index 6c1c234eaadd..6323e02df167 100644 --- a/code/modules/power/apc.dm +++ b/code/modules/power/apc.dm @@ -56,18 +56,6 @@ GLOBAL_LIST_INIT(apc_wire_descriptions, list( //NOTE: STUFF STOLEN FROM AIRLOCK.DM thx -/obj/structure/machinery/power/apc/weak - cell_type = /obj/item/cell - -/obj/structure/machinery/power/apc/high - cell_type = /obj/item/cell/high - -/obj/structure/machinery/power/apc/super - cell_type = /obj/item/cell/super - -/obj/structure/machinery/power/apc/hyper - cell_type = /obj/item/cell/hyper - /obj/structure/machinery/power/apc name = "area power controller" desc = "A control terminal for the area electrical systems." @@ -1367,11 +1355,76 @@ GLOBAL_LIST_INIT(apc_wire_descriptions, list( /obj/structure/machinery/power/apc/almayer cell_type = /obj/item/cell/high +/obj/structure/machinery/power/apc/almayer/directional/north + pixel_y = 24 + dir = 1 + +/obj/structure/machinery/power/apc/almayer/directional/south + pixel_y = -24 + +/obj/structure/machinery/power/apc/almayer/directional/east + pixel_x = 24 + dir = 4 + +/obj/structure/machinery/power/apc/almayer/directional/west + pixel_x = -24 + dir = 8 + /obj/structure/machinery/power/apc/almayer/hardened name = "hardened area power controller" desc = "A control terminal for the area electrical systems. This one is hardened against sudden power fluctuations caused by electrical grid damage." crash_break_probability = 0 +/obj/structure/machinery/power/apc/almayer/hardened/directional/north + pixel_y = 24 + dir = 1 + +/obj/structure/machinery/power/apc/almayer/hardened/directional/south + pixel_y = -24 + +/obj/structure/machinery/power/apc/almayer/hardened/directional/east + pixel_x = 24 + dir = 4 + +/obj/structure/machinery/power/apc/almayer/hardened/directional/west + pixel_x = -24 + dir = 8 + +//------ Directional APCs ------// +/obj/structure/machinery/power/apc/directional/no_power + start_charge = 0 + +/obj/structure/machinery/power/apc/directional/no_power/north + pixel_y = 24 + dir = 1 + +/obj/structure/machinery/power/apc/directional/no_power/south + pixel_y = -24 + +/obj/structure/machinery/power/apc/directional/no_power/east + pixel_x = 24 + dir = 4 + +/obj/structure/machinery/power/apc/directional/no_power/west + pixel_x = -24 + dir = 8 + +// Powered APCs with directions +/obj/structure/machinery/power/apc/directional/power/north + pixel_y = 24 + dir = 1 + +/obj/structure/machinery/power/apc/directional/power/south + pixel_y = -24 + +/obj/structure/machinery/power/apc/directional/power/east + pixel_x = 24 + dir = 4 + +/obj/structure/machinery/power/apc/directional/power/west + pixel_x = -24 + dir = 8 + #undef APC_UPDATE_ICON_COOLDOWN // apc that start at zero charge. diff --git a/maps/map_files/BigRed/BigRed.dmm b/maps/map_files/BigRed/BigRed.dmm index b71c76ab1cb9..12b022bc8657 100644 --- a/maps/map_files/BigRed/BigRed.dmm +++ b/maps/map_files/BigRed/BigRed.dmm @@ -254,11 +254,7 @@ /turf/open/floor/plating, /area/bigredv2/outside/space_port) "abe" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -32; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/dark, /area/bigredv2/outside/space_port) "abf" = ( @@ -1417,9 +1413,7 @@ /turf/open/floor/dark, /area/bigredv2/outside/telecomm) "afK" = ( -/obj/structure/machinery/power/apc{ - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /obj/structure/machinery/light{ dir = 8 }, @@ -2159,10 +2153,7 @@ "aiF" = ( /obj/structure/surface/table, /obj/item/ammo_magazine/shotgun/slugs, -/obj/structure/machinery/power/apc{ - dir = 1; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/power/north, /turf/open/floor/dark, /area/bigredv2/outside/marshal_office) "aiG" = ( @@ -3902,11 +3893,8 @@ /turf/open/floor/plating, /area/bigredv2/outside/general_store) "apv" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - name = "Xenbiology Lab APC"; - pixel_x = -30; - start_charge = 0 +/obj/structure/machinery/power/apc/directional/no_power/west{ + name = "Xenbiology Lab APC" }, /obj/structure/machinery/door_control{ id = "lambda"; @@ -4390,7 +4378,7 @@ /turf/open/floor, /area/bigredv2/outside/general_offices) "arw" = ( -/obj/structure/machinery/power/apc, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/plating, /area/bigredv2/outside/general_offices) "arx" = ( @@ -5485,10 +5473,8 @@ /turf/open/floor, /area/bigredv2/outside/dorms) "avF" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - name = "Dormitories APC"; - pixel_y = 25 +/obj/structure/machinery/power/apc/directional/no_power/north{ + name = "Dormitories APC" }, /turf/open/floor, /area/bigredv2/outside/dorms) @@ -5950,11 +5936,7 @@ /obj/structure/extinguisher_cabinet{ pixel_y = -30 }, -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -30; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/darkish, /area/bigredv2/caves/lambda/breakroom) "axr" = ( @@ -7666,8 +7648,7 @@ /turf/open/floor/wood, /area/bigredv2/outside/bar) "aEb" = ( -/obj/structure/machinery/power/apc{ - dir = 1; +/obj/structure/machinery/power/apc/directional/no_power/north{ name = "Bar APC" }, /turf/open/floor/wood, @@ -7697,11 +7678,7 @@ /turf/open/floor/plating, /area/bigredv2/caves/eta/living) "aEm" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -30; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/whitepurple/west, /area/bigredv2/caves/lambda/research) "aEn" = ( @@ -8381,11 +8358,7 @@ /obj/effect/decal/warning_stripes{ icon_state = "SE-out" }, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/whitegreen/northwest, /area/bigredv2/caves/lambda/virology) "aHa" = ( @@ -9317,7 +9290,7 @@ /turf/open/floor/freezerfloor, /area/bigredv2/outside/hydroponics) "aKH" = ( -/obj/structure/machinery/power/apc, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/freezerfloor, /area/bigredv2/outside/hydroponics) "aKI" = ( @@ -10933,8 +10906,7 @@ /turf/open/floor/white, /area/bigredv2/outside/virology) "aQC" = ( -/obj/structure/machinery/power/apc{ - dir = 1; +/obj/structure/machinery/power/apc/directional/no_power/north{ name = "Virology APC" }, /turf/open/floor/white, @@ -11639,10 +11611,7 @@ /turf/open/floor/white, /area/bigredv2/outside/admin_building) "aSZ" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - name = "Control Center APC" - }, +/obj/structure/machinery/power/apc/directional/power/north, /turf/open/floor/plating, /area/bigredv2/outside/admin_building) "aTa" = ( @@ -12522,10 +12491,7 @@ /turf/open/floor, /area/bigredv2/outside/general_store) "aXb" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/plating, /area/bigredv2/outside/cargo) "aXc" = ( @@ -13941,8 +13907,7 @@ /area/bigredv2/outside/office_complex) "bcZ" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/apc{ - dir = 1; +/obj/structure/machinery/power/apc/directional/no_power/north{ name = "Interview Room APC" }, /turf/open/floor, @@ -14091,7 +14056,7 @@ /turf/open/floor/dark, /area/bigredv2/outside/chapel) "bdG" = ( -/obj/structure/machinery/power/apc, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/dark, /area/bigredv2/outside/chapel) "bdI" = ( @@ -14876,9 +14841,7 @@ /turf/open/floor/bot/north, /area/bigredv2/outside/cargo) "bhf" = ( -/obj/structure/machinery/power/apc{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor, /area/bigredv2/outside/cargo) "bhi" = ( @@ -19695,15 +19658,12 @@ /turf/open/floor/carpet, /area/bigredv2/outside/admin_building) "ccI" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - start_charge = 0 - }, /obj/effect/decal/warning_stripes{ icon_state = "W"; layer = 2.5; pixel_x = -1 }, +/obj/structure/machinery/power/apc/directional/power/north, /turf/open/floor/plating/warnplate/east, /area/bigredv2/outside/telecomm/warehouse) "ccP" = ( @@ -19969,11 +19929,7 @@ /area/bigredv2/outside/marshal_office) "cGT" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -32; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/darkyellow2/west, /area/bigredv2/outside/filtration_plant) "cGZ" = ( @@ -21484,7 +21440,7 @@ /turf/open/mars_cave/mars_dirt_4, /area/bigredv2/caves_lambda) "fyp" = ( -/obj/structure/machinery/power/apc, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/darkgreencorners2, /area/bigredv2/caves/eta/storage) "fyz" = ( @@ -21584,9 +21540,7 @@ /turf/open/mars_cave/mars_cave_5, /area/bigredv2/caves_north) "fKW" = ( -/obj/structure/machinery/power/apc{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/darkyellowcorners2/north, /area/bigredv2/caves/eta/living) "fLj" = ( @@ -23241,10 +23195,7 @@ /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) "jiS" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/plating, /area/bigredv2/outside/general_store) "jkn" = ( @@ -24249,9 +24200,7 @@ /turf/open/mars_cave, /area/bigredv2/caves_east) "kRy" = ( -/obj/structure/machinery/power/apc{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/plating, /area/bigredv2/outside/medical) "kRK" = ( @@ -24784,9 +24733,7 @@ /obj/structure/machinery/light{ dir = 4 }, -/obj/structure/machinery/power/apc{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/wood, /area/bigredv2/outside/library) "lTM" = ( @@ -25276,10 +25223,7 @@ /turf/open/mars_cave/mars_dirt_6, /area/bigredv2/caves/mining) "mYV" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/red/north, /area/bigredv2/outside/lambda_cave_cas) "mYW" = ( @@ -26473,9 +26417,7 @@ /turf/open/floor/asteroidfloor/north, /area/bigredv2/outside/e) "plx" = ( -/obj/structure/machinery/power/apc{ - dir = 4 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/darkred2/east, /area/bigredv2/caves/eta/research) "pmk" = ( @@ -26806,14 +26748,11 @@ /turf/open/floor/carpet, /area/bigredv2/outside/library) "pTo" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - start_charge = 0 - }, /obj/effect/decal/warning_stripes{ icon_state = "W"; pixel_x = -1 }, +/obj/structure/machinery/power/apc/directional/power/north, /turf/open/floor/asteroidwarning/east, /area/bigredv2/outside/telecomm/lz2_cave) "pTA" = ( @@ -28551,10 +28490,7 @@ /area/bigredv2/caves/mining) "sWh" = ( /obj/structure/platform_decoration, -/obj/structure/machinery/power/apc{ - dir = 1; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/power/north, /turf/open/floor/asteroidfloor/north, /area/bigredv2/outside/telecomm/n_cave) "sWS" = ( @@ -28981,7 +28917,7 @@ /turf/open/floor/plating, /area/bigredv2/caves/mining) "tDl" = ( -/obj/structure/machinery/power/apc, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/darkredcorners2/west, /area/bigredv2/caves/eta/xenobiology) "tDv" = ( @@ -29530,10 +29466,7 @@ /turf/open/mars_cave/mars_dirt_5, /area/bigredv2/caves/mining) "uJF" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor, /area/bigred/ground/garage_workshop) "uJI" = ( @@ -31002,9 +30935,7 @@ /turf/open/mars_cave/mars_cave_15, /area/bigredv2/caves/mining) "xAX" = ( -/obj/structure/machinery/power/apc{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/power/north, /turf/open/floor/darkyellow2/north, /area/bigredv2/outside/engineering) "xBn" = ( @@ -31233,9 +31164,7 @@ /turf/open/floor/plating/warnplate/west, /area/bigredv2/outside/telecomm/warehouse) "xWV" = ( -/obj/structure/machinery/power/apc{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/cable{ icon_state = "1-2" }, diff --git a/maps/map_files/BigRed/sprinkles/10.prison_breakout.dmm b/maps/map_files/BigRed/sprinkles/10.prison_breakout.dmm index 29f3f5b1e4dd..85e366387977 100644 --- a/maps/map_files/BigRed/sprinkles/10.prison_breakout.dmm +++ b/maps/map_files/BigRed/sprinkles/10.prison_breakout.dmm @@ -297,7 +297,7 @@ /turf/open/floor, /area/bigredv2/outside/marshal_office) "be" = ( -/obj/structure/machinery/power/apc, +/obj/structure/machinery/power/apc/directional/no_power/south, /obj/structure/machinery/camera/autoname{ dir = 1 }, diff --git a/maps/map_files/BigRed/sprinkles/25.chapel_cult.dmm b/maps/map_files/BigRed/sprinkles/25.chapel_cult.dmm index af347ca1f772..049ffd98e404 100644 --- a/maps/map_files/BigRed/sprinkles/25.chapel_cult.dmm +++ b/maps/map_files/BigRed/sprinkles/25.chapel_cult.dmm @@ -303,7 +303,7 @@ /turf/open/floor/darkish, /area/bigredv2/outside/chapel) "bm" = ( -/obj/structure/machinery/power/apc, +/obj/structure/machinery/power/apc/directional/no_power/south, /obj/effect/decal/cleanable/blood{ icon_state = "gib6" }, diff --git a/maps/map_files/BigRed/sprinkles/25.containerroom_xenos.dmm b/maps/map_files/BigRed/sprinkles/25.containerroom_xenos.dmm index 215c6f874cb2..eaeea3b21f96 100644 --- a/maps/map_files/BigRed/sprinkles/25.containerroom_xenos.dmm +++ b/maps/map_files/BigRed/sprinkles/25.containerroom_xenos.dmm @@ -131,10 +131,7 @@ /turf/open/floor/plating/warnplate/west, /area/bigredv2/outside/telecomm/warehouse) "S" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/effect/decal/warning_stripes{ icon_state = "W"; layer = 2.5; diff --git a/maps/map_files/BigRed/sprinkles/25.lz1containers_scramble.dmm b/maps/map_files/BigRed/sprinkles/25.lz1containers_scramble.dmm index ba7296705642..3baa0fbdfd48 100644 --- a/maps/map_files/BigRed/sprinkles/25.lz1containers_scramble.dmm +++ b/maps/map_files/BigRed/sprinkles/25.lz1containers_scramble.dmm @@ -46,11 +46,7 @@ /turf/closed/wall/solaris, /area/bigredv2/outside/space_port) "ao" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -32; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/dark, /area/bigredv2/outside/space_port) "ap" = ( diff --git a/maps/map_files/BigRed/sprinkles/30.cargo_containers.dmm b/maps/map_files/BigRed/sprinkles/30.cargo_containers.dmm index 0b51c63b39be..602ef20f3d76 100644 --- a/maps/map_files/BigRed/sprinkles/30.cargo_containers.dmm +++ b/maps/map_files/BigRed/sprinkles/30.cargo_containers.dmm @@ -310,9 +310,7 @@ /turf/open/floor/bot/north, /area/bigredv2/outside/cargo) "bk" = ( -/obj/structure/machinery/power/apc{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor, /area/bigredv2/outside/cargo) "bm" = ( diff --git a/maps/map_files/BigRed/sprinkles/40.dorms_party.dmm b/maps/map_files/BigRed/sprinkles/40.dorms_party.dmm index c2336bae0b40..6156a03a9708 100644 --- a/maps/map_files/BigRed/sprinkles/40.dorms_party.dmm +++ b/maps/map_files/BigRed/sprinkles/40.dorms_party.dmm @@ -20,8 +20,7 @@ /turf/open/floor, /area/bigredv2/outside/dorms) "af" = ( -/obj/structure/machinery/power/apc{ - dir = 1; +/obj/structure/machinery/power/apc/directional/no_power/north{ name = "Fitness APC" }, /turf/open/floor, diff --git a/maps/map_files/BigRed/sprinkles/70.se-checkpoint.dmm b/maps/map_files/BigRed/sprinkles/70.se-checkpoint.dmm index 16bdac130168..252f290c6b70 100644 --- a/maps/map_files/BigRed/sprinkles/70.se-checkpoint.dmm +++ b/maps/map_files/BigRed/sprinkles/70.se-checkpoint.dmm @@ -1,10 +1,6 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE "ax" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor, /area/bigred/ground/security) "aN" = ( diff --git a/maps/map_files/CORSAT/Corsat.dmm b/maps/map_files/CORSAT/Corsat.dmm index ea56dacf0fa3..1b25d63977f5 100644 --- a/maps/map_files/CORSAT/Corsat.dmm +++ b/maps/map_files/CORSAT/Corsat.dmm @@ -1015,11 +1015,7 @@ /turf/closed/wall/r_wall/biodome/biodome_unmeltable, /area/corsat/gamma/residential/researcher) "adW" = ( -/obj/structure/machinery/power/apc/high{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/corsat/red/west, /area/corsat/gamma/hangar) "adX" = ( @@ -2782,11 +2778,7 @@ /turf/open/floor/wood, /area/corsat/gamma/residential/east) "akY" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/red/north, /area/corsat/sigma/airlock/south/id) "akZ" = ( @@ -3071,11 +3063,7 @@ /turf/open/floor/corsat/yellowcorner/west, /area/corsat/gamma/residential) "amc" = ( -/obj/structure/machinery/power/apc/high{ - dir = 4; - pixel_x = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /obj/structure/closet/crate/trashcart, /turf/open/floor/corsat/yellow/east, /area/corsat/gamma/residential/maint) @@ -3101,11 +3089,7 @@ /turf/open/floor/corsat/white/east, /area/corsat/sigma/dorms) "amg" = ( -/obj/structure/machinery/power/apc/high{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/corsat/squareswood/north, /area/corsat/gamma/rnr/arcade) "amh" = ( @@ -3919,11 +3903,7 @@ }, /area/prison/hangar_storage/research/shuttle) "apn" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/red/northwest, /area/corsat/omega/hangar/security) "apo" = ( @@ -4090,11 +4070,7 @@ /turf/closed/wall/biodome, /area/corsat/gamma/airlock/north) "apU" = ( -/obj/structure/machinery/power/apc/hyper{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/flora/pottedplant, /turf/open/floor/corsat/bluegrey/northeast, /area/corsat/gamma/airlock/north) @@ -4608,11 +4584,7 @@ /turf/open/gm/grass/grass1/weedable, /area/corsat/sigma/north) "asj" = ( -/obj/structure/machinery/power/apc/hyper{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/power/west, /turf/open/floor/corsat/bluegrey/west, /area/corsat/gamma/hangar/flightcontrol) "ask" = ( @@ -5227,11 +5199,7 @@ /turf/open/floor/corsat, /area/corsat/sigma/southeast/generator) "auV" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/red/north, /area/corsat/sigma/south) "auW" = ( @@ -5291,11 +5259,7 @@ /turf/open/floor/corsat/bluegreycorner, /area/corsat/gamma/airlock/north) "ave" = ( -/obj/structure/machinery/power/apc/hyper{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/surface/table/almayer, /obj/item/evidencebag, /obj/item/evidencebag, @@ -5315,11 +5279,7 @@ /turf/open/floor/corsat/red/east, /area/corsat/gamma/hangar/checkpoint) "avh" = ( -/obj/structure/machinery/power/apc/hyper{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/power/north, /turf/open/floor/corsat/yellow/northwest, /area/corsat/gamma/engineering/core) "avj" = ( @@ -5382,19 +5342,11 @@ /turf/open/floor/corsat/red/east, /area/corsat/gamma/hangar/security) "avx" = ( -/obj/structure/machinery/power/apc/high{ - dir = 4; - pixel_x = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/corsat/whitebluefull/southwest, /area/corsat/gamma/residential/lavatory) "avy" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/brown/north, /area/corsat/omega/cargo) "avz" = ( @@ -5448,11 +5400,7 @@ /turf/open/floor/corsat/plate, /area/corsat/omega/cargo) "avM" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/blue/north, /area/corsat/sigma/southeast) "avN" = ( @@ -5583,11 +5531,7 @@ /turf/open/floor/corsat/greenwhite/north, /area/corsat/gamma/medbay/chemistry) "awn" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/greenwhitecorner/north, /area/corsat/gamma/medbay/chemistry) "awo" = ( @@ -6161,11 +6105,7 @@ /turf/open/floor/corsat/retrosquares, /area/corsat/gamma/hallwaysouth) "ayi" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/redcorner/north, /area/corsat/sigma/hangar/id) "ayj" = ( @@ -6287,11 +6227,7 @@ /turf/open/floor/corsat/red, /area/corsat/sigma/hangar/id) "ayG" = ( -/obj/structure/machinery/power/apc/high{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /obj/structure/closet/wardrobe/atmospherics_yellow, /turf/open/floor/corsat/yellow/west, /area/corsat/sigma/airlock/control) @@ -6416,12 +6352,8 @@ /turf/open/floor/corsat/bluegrey/north, /area/corsat/sigma/airlock/east) "ayX" = ( -/obj/structure/machinery/power/apc/hyper{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, /obj/structure/flora/pottedplant, +/obj/structure/machinery/power/apc/directional/power/north, /turf/open/floor/corsat/bluegrey/northeast, /area/corsat/sigma/airlock/east) "ayY" = ( @@ -6653,11 +6585,7 @@ /turf/open/floor/corsat/blue/west, /area/corsat/sigma/south) "azQ" = ( -/obj/structure/machinery/power/apc/hyper{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /obj/structure/machinery/light, /obj/structure/closet/secure_closet{ name = "secure evidence locker"; @@ -6813,11 +6741,7 @@ /turf/open/floor/corsat/bluegrey/east, /area/corsat/sigma/airlock/south) "aAr" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/whitetan/north, /area/corsat/gamma/canteen) "aAs" = ( @@ -6922,11 +6846,7 @@ /turf/open/floor/corsat/retrosquareslight, /area/corsat/gamma/medbay/lobby) "aAM" = ( -/obj/structure/machinery/power/apc/high{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/corsat/greenwhitecorner/west, /area/corsat/gamma/medbay/surgery) "aAN" = ( @@ -6939,11 +6859,7 @@ /turf/open/floor/corsat/red, /area/corsat/gamma/hangar/checkpoint) "aAO" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/greenwhite/northwest, /area/corsat/gamma/medbay/lobby) "aAP" = ( @@ -6956,11 +6872,7 @@ /turf/open/floor/corsat/red/southeast, /area/corsat/sigma/hangar/checkpoint) "aAR" = ( -/obj/structure/machinery/power/apc/hyper{ - dir = 4; - pixel_x = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/corsat/spiralplate, /area/corsat/sigma/airlock/south) "aAS" = ( @@ -7220,11 +7132,7 @@ /turf/open/floor/corsat/officesquares, /area/corsat/sigma/airlock/south) "aBZ" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/yellow/northwest, /area/corsat/omega/maint) "aCa" = ( @@ -7439,11 +7347,7 @@ /turf/open/floor/corsat, /area/corsat/sigma/airlock/south) "aCL" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/machinery/light{ dir = 8 }, @@ -7510,11 +7414,7 @@ /turf/open/floor/corsat/squares, /area/corsat/sigma/hangar/checkpoint) "aCW" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/red/north, /area/corsat/sigma/checkpoint) "aCX" = ( @@ -7610,11 +7510,7 @@ /turf/open/floor/corsat/retrosquares, /area/corsat/sigma/north) "aDo" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/whitebluefull/southwest, /area/corsat/sigma/laundry) "aDp" = ( @@ -7643,11 +7539,7 @@ /turf/open/floor/corsat/whitebluefull/southwest, /area/corsat/sigma/laundry) "aDu" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/power/north, /turf/open/floor/corsat/browncorner/north, /area/corsat/sigma/cargo) "aDv" = ( @@ -7674,11 +7566,7 @@ /turf/open/floor/wood, /area/corsat/sigma/cafe) "aDz" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/wood, /area/corsat/sigma/cafe) "aDA" = ( @@ -7732,11 +7620,7 @@ /turf/open/floor/corsat/plate, /area/corsat/theta/airlock/east) "aDG" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/whitebluefull/southwest, /area/corsat/sigma/lavatory) "aDH" = ( @@ -7797,11 +7681,7 @@ /turf/open/floor/corsat/plate, /area/corsat/gamma/hangar/arrivals) "aDQ" = ( -/obj/structure/machinery/power/apc/hyper{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/bluecorner/north, /area/corsat/sigma/hangar) "aDR" = ( @@ -7815,11 +7695,7 @@ /turf/open/floor/corsat/darkgreen/northwest, /area/corsat/gamma/hangar/arrivals) "aDT" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/machinery/light{ dir = 8 }, @@ -8313,11 +8189,7 @@ /turf/open/floor/corsat/darkgreencorner/west, /area/corsat/gamma/foyer) "aFL" = ( -/obj/structure/machinery/power/apc/hyper{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/bluegreycorner/north, /area/corsat/theta/airlock/east) "aFM" = ( @@ -8493,11 +8365,7 @@ /turf/open/floor/corsat/browncorner/north, /area/corsat/gamma/cargo) "aGo" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/surface/table/woodentable/fancy, /turf/open/floor/corsat/squareswood/north, /area/corsat/gamma/residential/lounge) @@ -8697,11 +8565,7 @@ /turf/open/floor/corsat/blue/north, /area/corsat/sigma/southeast/datalab) "aGX" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/blue/north, /area/corsat/sigma/southeast/datalab) "aGY" = ( @@ -9023,11 +8887,7 @@ /turf/open/floor/corsat/squares, /area/corsat/gamma/hydroponics) "aHR" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/plate, /area/corsat/gamma/freezer) "aHS" = ( @@ -9455,11 +9315,7 @@ /turf/open/floor/corsat/red/west, /area/corsat/sigma/south) "aJA" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/machinery/light{ dir = 8 }, @@ -9526,11 +9382,7 @@ /turf/open/floor/corsat/arrow_east, /area/corsat/gamma/cargo) "aJQ" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/red/north, /area/corsat/sigma/south/security) "aJR" = ( @@ -9898,11 +9750,7 @@ /turf/open/floor/corsat/yellow, /area/corsat/omega/control) "aLw" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/red/northeast, /area/corsat/gamma/airlock/south/id) "aLx" = ( @@ -9924,11 +9772,7 @@ /turf/open/floor/corsat/bluegrey, /area/corsat/sigma/southeast/dataoffice) "aLD" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/brown/west, /area/corsat/omega/cargo) "aLE" = ( @@ -10123,11 +9967,7 @@ /turf/open/floor/corsat/plate, /area/corsat/sigma/south/security) "aMs" = ( -/obj/structure/machinery/power/apc/hyper{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/closet/wardrobe/medic_white, /turf/open/floor/corsat/greenwhite/north, /area/corsat/gamma/medbay) @@ -10160,11 +10000,7 @@ /area/corsat/omega/airlocknorth/id) "aMx" = ( /obj/structure/surface/table/reinforced, -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/machinery/computer/station_alert, /turf/open/floor/corsat/plate, /area/corsat/omega/airlocknorth/id) @@ -10333,11 +10169,7 @@ /turf/open/floor/corsat/bluegrey/north, /area/corsat/sigma/southeast/dataoffice) "aNe" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/bluegrey/north, /area/corsat/sigma/southeast/dataoffice) "aNg" = ( @@ -10358,11 +10190,7 @@ "aNj" = ( /obj/structure/surface/rack, /obj/item/evidencebag, -/obj/structure/machinery/power/apc/high{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/corsat/red/southwest, /area/corsat/theta/airlock/east/id) "aNk" = ( @@ -10450,11 +10278,7 @@ /turf/open/floor/corsat/officesquares, /area/corsat/sigma/south/offices) "aNB" = ( -/obj/structure/machinery/power/apc/high{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat/officesquares, /area/corsat/sigma/south/offices) @@ -10605,11 +10429,7 @@ /turf/open/floor/corsat/purplecorner/east, /area/corsat/sigma/south) "aOh" = ( -/obj/structure/machinery/power/apc/high{ - dir = 4; - pixel_x = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/power/east, /turf/open/floor/corsat/red/east, /area/corsat/gamma/foyer) "aOi" = ( @@ -10818,11 +10638,7 @@ /turf/open/floor/corsat/officesquares, /area/corsat/gamma/hangar/office) "aOY" = ( -/obj/structure/machinery/power/apc/hyper{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/corsat/bluegrey/west, /area/corsat/gamma/hangar/office) "aOZ" = ( @@ -10852,10 +10668,7 @@ /turf/open/floor/corsat/plate, /area/corsat/emergency_access) "aPd" = ( -/obj/structure/machinery/power/apc/hyper{ - dir = 1; - pixel_y = 25 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/red/north, /area/corsat/gamma/security/armory) "aPe" = ( @@ -10870,11 +10683,7 @@ /turf/open/floor/corsat/red, /area/corsat/gamma/security) "aPh" = ( -/obj/structure/machinery/power/apc/hyper{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/corsat/red/west, /area/corsat/gamma/hangar/security) "aPj" = ( @@ -10972,11 +10781,7 @@ /turf/open/floor/plating, /area/corsat/gamma/hangar) "aPz" = ( -/obj/structure/machinery/power/apc/hyper{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/red/west, /area/corsat/gamma/hangar/checkpoint) "aPA" = ( @@ -11153,11 +10958,7 @@ }, /area/prison/hangar_storage/research/shuttle) "aQh" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/red/northeast, /area/corsat/omega/hangar/office) "aQi" = ( @@ -13018,11 +12819,7 @@ /turf/open/floor/corsat/purplewhite, /area/corsat/sigma/south/complex) "aWC" = ( -/obj/structure/machinery/power/apc/hyper{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/almayer/tcomms, /area/corsat/sigma/southeast/telecomm) "aWD" = ( @@ -13793,11 +13590,7 @@ /turf/open/floor/corsat/tan/north, /area/corsat/gamma/residential/west) "aZo" = ( -/obj/structure/machinery/power/apc/hyper{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/red/north, /area/corsat/omega/checkpoint) "aZp" = ( @@ -14312,11 +14105,7 @@ /turf/open/floor/corsat/squares, /area/corsat/omega/checkpoint) "baL" = ( -/obj/structure/machinery/power/apc/hyper{ - dir = 4; - pixel_x = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/corsat/omega, /area/corsat/omega/control) "baM" = ( @@ -16531,11 +16320,7 @@ /area/corsat/omega/hallways) "biZ" = ( /obj/structure/reagent_dispensers/watertank, -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/plate, /area/corsat/gamma/hydroponics) "bja" = ( @@ -16788,11 +16573,7 @@ /turf/open/floor/asteroidplating, /area/corsat/sigma/biodome/gunrange) "bjQ" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/surface/table/almayer, /obj/item/device/camera, /turf/open/floor/corsat/purplewhite/north, @@ -17317,19 +17098,11 @@ /turf/open/floor/corsat, /area/corsat/gamma/hangar/cargo) "blO" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/red/west, /area/corsat/gamma/hangar/cargo) "blP" = ( -/obj/structure/machinery/power/apc/hyper{ - dir = 4; - pixel_x = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/corsat/blue/east, /area/corsat/gamma/hangar/arrivals) "blQ" = ( @@ -17373,11 +17146,7 @@ /turf/open/floor/corsat/yellow/west, /area/corsat/gamma/hangar/monorail/control) "bma" = ( -/obj/structure/machinery/power/apc/high{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/corsat/yellow/northwest, /area/corsat/sigma/hangar/monorail/control) "bmb" = ( @@ -17647,11 +17416,7 @@ /turf/closed/wall/r_wall/biodome, /area/corsat/gamma/engineering/core) "bnm" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/browncorner/north, /area/corsat/gamma/cargo) "bnn" = ( @@ -17943,11 +17708,7 @@ /turf/closed/wall/r_wall/biodome, /area/corsat/omega/hangar) "boK" = ( -/obj/structure/machinery/power/apc/hyper{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/corsat/plate, /area/corsat/omega/hangar) "boL" = ( @@ -19250,11 +19011,7 @@ /turf/open/floor/corsat/plate, /area/corsat/gamma/hangar) "buL" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/closet/wardrobe/virology_white, /turf/open/floor/corsat/purplewhite/north, /area/corsat/gamma/biodome/virology) @@ -19662,11 +19419,7 @@ /turf/open/floor/corsat/yellowcorner/west, /area/corsat/sigma/south/engineering) "bww" = ( -/obj/structure/machinery/power/apc/hyper{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/plate, /area/corsat/sigma/southeast/generator) "bwx" = ( @@ -19951,11 +19704,7 @@ /turf/open/floor/corsat/squares, /area/corsat/sigma/south/engineering) "bxN" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/surface/rack, /obj/item/powerloader_clamp, /turf/open/floor/corsat/yellow/north, @@ -20394,11 +20143,7 @@ /turf/open/floor/corsat/purplewhite, /area/corsat/omega/complex) "bzl" = ( -/obj/structure/machinery/power/apc/hyper{ - dir = 8; - pixel_x = -30; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/corsat/purplewhite/west, /area/corsat/omega/complex) "bzm" = ( @@ -21784,11 +21529,7 @@ /turf/open/floor/corsat/spiralplate, /area/corsat/gamma/administration) "bED" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/surface/table/almayer, /obj/item/paper_bin, /obj/item/tool/pen, @@ -22213,10 +21954,7 @@ /turf/open/floor/corsat/yellow, /area/corsat/gamma/residential/maint) "bGp" = ( -/obj/structure/machinery/power/apc/hyper{ - pixel_y = -30; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /obj/structure/bed/sofa/vert/grey/bot, /turf/open/floor/corsat/plate, /area/corsat/gamma/hangar/monorail) @@ -22225,11 +21963,7 @@ /turf/open/floor/corsat/yellow/west, /area/corsat/gamma/hangar/monorail/control) "bGr" = ( -/obj/structure/machinery/power/apc/hyper{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /obj/structure/closet/jcloset, /turf/open/floor/corsat/yellow/west, /area/corsat/gamma/hangar/monorail/control) @@ -22245,11 +21979,7 @@ /turf/open/floor/corsat/yellow/west, /area/corsat/gamma/hangar/monorail/control) "bGu" = ( -/obj/structure/machinery/power/apc/hyper{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/darkgreen/north, /area/corsat/sigma/hangar/monorail) "bGy" = ( @@ -23782,11 +23512,7 @@ /turf/open/floor/corsat/yellow, /area/corsat/gamma/residential/maint) "bOH" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/surface/table/almayer, /obj/item/paper_bin, /turf/open/floor/corsat/brown/northwest, @@ -24041,11 +23767,7 @@ /turf/open/floor/corsat/brown/southeast, /area/corsat/sigma/cargo) "bPM" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/yellow/north, /area/corsat/sigma/north) "bPO" = ( @@ -24059,11 +23781,7 @@ /turf/open/floor/corsat/yellow/west, /area/corsat/gamma/engineering/atmos) "bPR" = ( -/obj/structure/machinery/power/apc/hyper{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/yellowcorner/east, /area/corsat/gamma/engineering/atmos) "bPS" = ( @@ -24128,11 +23846,7 @@ /turf/open/floor/corsat/yellowcorner, /area/corsat/sigma/north) "bQe" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/closet/crate, /obj/item/stack/sheet/mineral/phoron{ amount = 15 @@ -24243,11 +23957,7 @@ /turf/open/floor/plating, /area/corsat/inaccessible) "bQw" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/surface/rack, /obj/item/device/lightreplacer, /obj/item/storage/box/lights, @@ -24683,11 +24393,7 @@ /turf/open/floor/corsat/redcorner/west, /area/corsat/omega/checkpoint) "bSr" = ( -/obj/structure/machinery/power/apc/high{ - dir = 4; - pixel_x = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/corsat/red/east, /area/corsat/sigma/hangar/security) "bSx" = ( @@ -24920,11 +24626,7 @@ /turf/open/floor/corsat/retrosquareslight, /area/corsat/sigma/south/complex) "bTO" = ( -/obj/structure/machinery/power/apc/high{ - dir = 4; - pixel_x = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /obj/structure/closet/l3closet/scientist, /turf/open/floor/corsat/purplewhite/east, /area/corsat/gamma/biodome/complex) @@ -25209,11 +24911,7 @@ /turf/open/floor/corsat/blue/north, /area/corsat/gamma/airlock/control) "bVs" = ( -/obj/structure/machinery/power/apc/high{ - dir = 4; - pixel_x = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /obj/structure/closet/wardrobe/atmospherics_yellow, /turf/open/floor/corsat/yellow/east, /area/corsat/gamma/airlock/control) @@ -25223,11 +24921,7 @@ /turf/open/floor/corsat/yellow/west, /area/corsat/sigma/airlock/control) "bVw" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/closet/wardrobe/atmospherics_yellow, /turf/open/floor/corsat/yellow/north, /area/corsat/theta/airlock/control) @@ -26240,11 +25934,7 @@ /turf/open/floor/corsat/retrosquareslight, /area/corsat/gamma/biodome/toxins) "bZK" = ( -/obj/structure/machinery/power/apc/high{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /obj/structure/closet/wardrobe/toxins_white, /turf/open/floor/corsat/purplewhite/west, /area/corsat/gamma/biodome/toxins) @@ -26280,19 +25970,11 @@ /turf/open/floor/corsat/squares, /area/corsat/theta/biodome/complex) "cah" = ( -/obj/structure/machinery/power/apc/high{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/corsat/purplewhitecorner/north, /area/corsat/theta/biodome/hydrowest) "cai" = ( -/obj/structure/machinery/power/apc/high{ - dir = 4; - pixel_x = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/corsat/purplewhitecorner/east, /area/corsat/theta/biodome/hydroeast) "cak" = ( @@ -26345,19 +26027,11 @@ /turf/open/floor/corsat/retrosquareslight, /area/corsat/theta/biodome/hydroeast) "cau" = ( -/obj/structure/machinery/power/apc/high{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/corsat/purplewhite/southwest, /area/corsat/theta/biodome/complex) "caw" = ( -/obj/structure/machinery/power/apc/high{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/asteroidfloor/north, /area/corsat/sigma/biodome/testgrounds) "caA" = ( @@ -27209,11 +26883,7 @@ /turf/open/floor/corsat/squares, /area/corsat/gamma/airlock/control) "cXt" = ( -/obj/structure/machinery/power/apc/high{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /obj/structure/pipes/standard/manifold/hidden/green{ dir = 8 }, @@ -27863,11 +27533,7 @@ /turf/open/floor/corsat/darkgreen/east, /area/corsat/gamma/foyer) "dEe" = ( -/obj/structure/machinery/power/apc/hyper{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat, /area/corsat/gamma/sigmaremote) "dET" = ( @@ -28435,11 +28101,7 @@ /turf/open/gm/grass/grass1/weedable, /area/corsat/theta/biodome) "eiQ" = ( -/obj/structure/machinery/power/apc/high{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/corsat/darkgreen/west, /area/corsat/gamma/rnr) "eiR" = ( @@ -29359,11 +29021,7 @@ /turf/open/floor/corsat/whitebluefull/southwest, /area/corsat/gamma/residential/showers) "fgN" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/yellow/north, /area/corsat/sigma/south/engineering) "fha" = ( @@ -30111,11 +29769,7 @@ /turf/open/floor/corsat/yellowcorner/north, /area/corsat/sigma/airlock/control) "fXE" = ( -/obj/structure/machinery/power/apc/high{ - dir = 4; - pixel_x = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /obj/effect/landmark/yautja_teleport, /turf/open/floor/corsat/squares, /area/corsat/gamma/residential) @@ -31477,11 +31131,7 @@ /turf/open/floor/corsat, /area/corsat/omega/complex) "hlC" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/redcorner/east, /area/corsat/omega/security) "hlM" = ( @@ -32541,11 +32191,7 @@ /area/corsat/theta/biodome) "iiS" = ( /obj/structure/surface/table/reinforced, -/obj/structure/machinery/power/apc/hyper{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/item/device/flashlight/lamp, /turf/open/floor/corsat/red/northwest, /area/corsat/gamma/airlock/south) @@ -33370,11 +33016,7 @@ /turf/open/floor/corsat/retrosquareslight, /area/corsat/theta/biodome/complex) "jee" = ( -/obj/structure/machinery/power/apc/high{ - dir = 4; - pixel_x = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/corsat/plate, /area/corsat/theta/airlock/west/id) "jeE" = ( @@ -33748,11 +33390,7 @@ /area/corsat/sigma/hangar/security) "jAz" = ( /obj/structure/surface/table/almayer, -/obj/structure/machinery/power/apc/hyper{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/bluegrey/north, /area/corsat/omega/offices) "jAE" = ( @@ -33808,11 +33446,7 @@ /turf/open/floor/corsat/whitetancorner/west, /area/corsat/gamma/residential/west) "jFF" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/plate, /area/corsat/gamma/residential/researcher) "jFJ" = ( @@ -34743,11 +34377,7 @@ /turf/open/floor/corsat/purplewhite/northwest, /area/corsat/gamma/biodome/virology) "kKs" = ( -/obj/structure/machinery/power/apc/high{ - dir = 4; - pixel_x = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/power/east, /turf/open/floor/corsat/plate, /area/corsat/sigma/dorms) "kKw" = ( @@ -35030,10 +34660,7 @@ /turf/open/floor/corsat/red/north, /area/corsat/gamma/foyer) "kZy" = ( -/obj/structure/machinery/power/apc/hyper{ - dir = 1; - pixel_y = 25 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/red/northwest, /area/corsat/theta/airlock/west) "lac" = ( @@ -37099,11 +36726,7 @@ /turf/open/mars_cave/mars_dirt_4, /area/corsat/sigma/biodome) "ndF" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/whitebluefull/southwest, /area/corsat/gamma/residential/laundry) "nen" = ( @@ -38232,11 +37855,7 @@ /turf/open/floor/almayer/research/containment/floor2, /area/corsat/inaccessible) "ome" = ( -/obj/structure/machinery/power/apc/high{ - dir = 4; - pixel_x = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/corsat/whitetan/east, /area/corsat/gamma/residential/west) "omw" = ( @@ -40542,11 +40161,7 @@ /turf/open/floor/corsat/yellow, /area/corsat/gamma/airlock/control) "qLo" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/yellow/north, /area/corsat/gamma/hallwaysouth) "qLz" = ( @@ -41163,11 +40778,7 @@ /turf/open/floor/almayer/research/containment/corner_var1/containment_corner_variant_2, /area/corsat/gamma/sigmaremote) "rvC" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/redcorner/east, /area/corsat/sigma/airlock/east/id) "rvD" = ( @@ -42903,11 +42514,7 @@ /turf/open/floor/corsat/plate, /area/corsat/gamma/freezer) "thv" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/whitebluefull/southwest, /area/corsat/gamma/residential/showers) "tja" = ( @@ -43011,11 +42618,7 @@ /turf/open/floor/corsat/greenwhite/west, /area/corsat/gamma/medbay) "tpA" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/surface/table/almayer, /obj/item/storage/fancy/cigarettes/lucky_strikes, /turf/open/floor/corsat/spiralplate, @@ -43076,11 +42679,7 @@ /turf/open/floor/corsat/whitetan/north, /area/corsat/gamma/residential/west) "ttJ" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/plate, /area/corsat/gamma/hallwaysouth) "ttK" = ( @@ -43123,11 +42722,7 @@ /turf/open/floor/corsat/redcorner/north, /area/corsat/theta/airlock/control) "tvO" = ( -/obj/structure/machinery/power/apc/high{ - dir = 4; - pixel_x = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/corsat/greencorner/east, /area/corsat/gamma/medbay/morgue) "tvW" = ( @@ -43960,11 +43555,7 @@ /turf/open/floor/corsat/squares, /area/corsat/gamma/engineering/core) "upN" = ( -/obj/structure/machinery/power/apc/hyper{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/plate, /area/corsat/sigma/south/complex) "uqb" = ( @@ -44820,11 +44411,7 @@ /turf/open/floor/corsat/whitetan/southeast, /area/corsat/gamma/residential/west) "vhS" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/red/north, /area/corsat/sigma/hangar/checkpoint) "vhU" = ( @@ -46886,11 +46473,7 @@ /turf/open/gm/dirt, /area/corsat/theta/biodome) "xtO" = ( -/obj/structure/machinery/power/apc/high{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/squareswood/north, /area/corsat/gamma/rnr/library) "xtR" = ( @@ -47148,11 +46731,7 @@ /turf/open/floor/corsat/plate, /area/corsat/sigma/south) "xJB" = ( -/obj/structure/machinery/power/apc/hyper{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/red/northwest, /area/corsat/omega/airlocknorth/id) "xJH" = ( diff --git a/maps/map_files/CORSAT/standalone/sigma_ice.dmm b/maps/map_files/CORSAT/standalone/sigma_ice.dmm index 47d72b283e14..bc734689d28b 100644 --- a/maps/map_files/CORSAT/standalone/sigma_ice.dmm +++ b/maps/map_files/CORSAT/standalone/sigma_ice.dmm @@ -1454,11 +1454,7 @@ /turf/open/floor/asteroidplating, /area/corsat/sigma/biodome/gunrange) "GJ" = ( -/obj/structure/machinery/power/apc/high{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /obj/structure/closet/wardrobe/atmospherics_yellow, /turf/open/floor/corsat/yellow/west, /area/corsat/sigma/airlock/control) diff --git a/maps/map_files/DesertDam/Desert_Dam.dmm b/maps/map_files/DesertDam/Desert_Dam.dmm index 2e078646853d..c15cc96922c0 100644 --- a/maps/map_files/DesertDam/Desert_Dam.dmm +++ b/maps/map_files/DesertDam/Desert_Dam.dmm @@ -771,11 +771,7 @@ /area/desert_dam/interior/lab_northeast/east_lab_west_entrance) "adi" = ( /obj/structure/surface/table, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison, /area/desert_dam/exterior/valley/south_valley_dam) "adj" = ( @@ -1020,11 +1016,7 @@ /turf/open/desert/desert_shore/shore_edge1/west, /area/desert_dam/exterior/river/riverside_east) "aei" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/prison/blue/east, /area/desert_dam/building/administration/control_room) "aej" = ( @@ -1133,11 +1125,7 @@ /turf/open/asphalt/cement_sunbleached, /area/desert_dam/exterior/valley/valley_labs) "aeD" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/interior/wood, /area/desert_dam/building/bar/backroom) "aeE" = ( @@ -2685,11 +2673,7 @@ /turf/open/floor/prison/darkpurple2/northwest, /area/desert_dam/interior/lab_northeast/east_lab_excavation) "akm" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/darkpurple2/north, /area/desert_dam/interior/lab_northeast/east_lab_excavation) "akn" = ( @@ -3089,11 +3073,7 @@ /turf/open/floor/prison, /area/desert_dam/interior/lab_northeast/east_lab_excavation) "alS" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/whitepurple/north, /area/desert_dam/interior/lab_northeast/east_lab_east_hallway) "alT" = ( @@ -3358,11 +3338,7 @@ /turf/open/desert/dirt, /area/desert_dam/exterior/telecomm/lz1_valley) "amR" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison, /area/desert_dam/interior/lab_northeast/east_lab_containment) "amS" = ( @@ -3393,11 +3369,7 @@ /turf/open/floor/prison/darkpurplecorners2/north, /area/desert_dam/interior/lab_northeast/east_lab_biology) "amX" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/darkpurple2/north, /area/desert_dam/interior/lab_northeast/east_lab_biology) "amY" = ( @@ -3494,11 +3466,7 @@ /turf/open/floor/prison/whitepurple/east, /area/desert_dam/interior/lab_northeast/east_lab_east_hallway) "anr" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/floor_plate/southwest, /area/desert_dam/interior/dam_interior/west_tunnel) "ans" = ( @@ -3657,11 +3625,7 @@ /turf/open/floor/prison/whitepurple/north, /area/desert_dam/interior/lab_northeast/east_lab_central_hallway) "anY" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/whitepurple/north, /area/desert_dam/interior/lab_northeast/east_lab_central_hallway) "anZ" = ( @@ -4118,11 +4082,7 @@ /turf/open/floor/prison/darkred2/east, /area/desert_dam/interior/lab_northeast/east_lab_security_armory) "aqe" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/prison/darkred2/west, /area/desert_dam/interior/lab_northeast/east_lab_security_armory) "aqf" = ( @@ -4432,11 +4392,7 @@ /turf/open/floor/prison/darkred2/west, /area/desert_dam/interior/lab_northeast/east_lab_security_armory) "arl" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/darkredcorners2/north, /area/desert_dam/interior/lab_northeast/east_lab_security_armory) "arm" = ( @@ -4469,11 +4425,7 @@ /turf/open/floor/warning, /area/desert_dam/interior/lab_northeast/east_lab_east_entrance) "arr" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/prison/darkred2/east, /area/desert_dam/interior/lab_northeast/east_lab_security_armory) "ars" = ( @@ -4551,10 +4503,7 @@ /area/desert_dam/interior/dam_interior/garage) "arG" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 25 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/darkyellow2/north, /area/desert_dam/interior/lab_northeast/east_lab_workshop) "arH" = ( @@ -5056,11 +5005,7 @@ /turf/open/floor/prison/bright_clean/southwest, /area/desert_dam/interior/lab_northeast/east_lab_security_armory) "atG" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -30; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/darkyellow2/west, /area/desert_dam/building/substation/northeast) "atH" = ( @@ -5077,11 +5022,7 @@ /turf/open/floor/prison/red/north, /area/desert_dam/interior/lab_northeast/east_lab_east_entrance) "atK" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/red/north, /area/desert_dam/interior/lab_northeast/east_lab_east_entrance) "atL" = ( @@ -5159,11 +5100,7 @@ /turf/open/floor/prison, /area/desert_dam/building/water_treatment_two/floodgate_control) "atZ" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison, /area/desert_dam/building/water_treatment_two/floodgate_control) "aua" = ( @@ -5182,11 +5119,7 @@ /turf/open/floor/dark2, /area/desert_dam/interior/lab_northeast/east_lab_west_entrance) "aue" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/red/north, /area/desert_dam/interior/lab_northeast/east_lab_west_entrance) "auf" = ( @@ -5268,11 +5201,7 @@ /turf/open/asphalt/cement_sunbleached/cement_sunbleached3, /area/desert_dam/exterior/valley/valley_medical) "auw" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/darkpurple2/northeast, /area/desert_dam/interior/lab_northeast/east_lab_RND) "aux" = ( @@ -5360,11 +5289,7 @@ /turf/open/floor/whiteblue/north, /area/desert_dam/interior/lab_northeast/east_lab_lobby) "auR" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/whiteblue/north, /area/desert_dam/interior/lab_northeast/east_lab_lobby) "auS" = ( @@ -5662,11 +5587,7 @@ /turf/open/asphalt/cement/cement13, /area/desert_dam/interior/dam_interior/west_tunnel) "awb" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/whitepurple/north, /area/desert_dam/interior/lab_northeast/east_lab_west_hallway) "awc" = ( @@ -6371,11 +6292,7 @@ /turf/open/floor/prison/whitepurple/east, /area/desert_dam/interior/lab_northeast/east_lab_west_hallway) "azd" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/prison/blue/west, /area/desert_dam/interior/lab_northeast/east_lab_RND) "azf" = ( @@ -7596,11 +7513,7 @@ /turf/open/asphalt/cement/cement15, /area/desert_dam/interior/dam_interior/east_tunnel_entrance) "aDR" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/asphalt/cement/cement15, /area/desert_dam/interior/dam_interior/east_tunnel_entrance) "aDS" = ( @@ -7793,11 +7706,7 @@ /turf/open/desert/dirt/desert_transition_edge1/northeast, /area/desert_dam/exterior/valley/valley_crashsite) "aEC" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/effect/decal/warning_stripes{ icon_state = "S" }, @@ -9454,11 +9363,7 @@ /turf/open/asphalt/cement_sunbleached/cement_sunbleached4, /area/desert_dam/exterior/landing_pad_one) "aLb" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/whitegreen/north, /area/desert_dam/building/lab_northwest/west_lab_xenoflora) "aLc" = ( @@ -9913,11 +9818,7 @@ /turf/open/floor/prison/darkyellow2/northwest, /area/desert_dam/building/substation/northeast) "aMB" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/darkyellow2/north, /area/desert_dam/building/substation/northeast) "aMC" = ( @@ -10818,11 +10719,7 @@ /turf/open/asphalt/tile, /area/desert_dam/exterior/landing_pad_one) "aQk" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/prison/darkbrown2/west, /area/desert_dam/building/warehouse/loading) "aQl" = ( @@ -11174,11 +11071,7 @@ /turf/open/desert/dirt/desert_transition_corner1/west, /area/desert_dam/exterior/valley/valley_wilderness) "aRO" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/asphalt/cement_sunbleached/cement_sunbleached18, /area/desert_dam/exterior/valley/valley_hydro) "aRP" = ( @@ -11646,11 +11539,7 @@ /turf/open/floor/prison/darkyellow2/north, /area/desert_dam/building/mining/workshop) "aTO" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/darkyellow2/north, /area/desert_dam/building/mining/workshop) "aTP" = ( @@ -12070,11 +11959,7 @@ /turf/open/floor/wood, /area/desert_dam/building/administration/office) "aVQ" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/wood, /area/desert_dam/building/administration/office) "aVR" = ( @@ -12315,11 +12200,7 @@ /turf/open/floor/vault2/northeast, /area/desert_dam/building/administration/control_room) "aWQ" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/interior/wood, /area/desert_dam/building/security/office) "aWR" = ( @@ -12990,11 +12871,7 @@ /turf/open/floor/prison/bright_clean2, /area/desert_dam/building/administration/hallway) "aZB" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -30; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/prison/blue/west, /area/desert_dam/building/administration/hallway) "aZC" = ( @@ -13085,11 +12962,7 @@ /turf/open/floor/dark2, /area/desert_dam/building/administration/archives) "aZX" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/dark2, /area/desert_dam/building/administration/archives) "aZY" = ( @@ -13178,11 +13051,7 @@ /turf/open/floor/darkred2/north, /area/desert_dam/building/administration/lobby) "bar" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/darkred2/northeast, /area/desert_dam/building/administration/lobby) "bas" = ( @@ -13310,11 +13179,7 @@ /turf/open/floor/prison, /area/desert_dam/building/water_treatment_two/hallway) "baN" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/surface/table, /obj/item/storage/donut_box, /turf/open/floor/prison, @@ -13879,11 +13744,7 @@ /turf/open/floor/wood, /area/desert_dam/building/administration/meetingrooom) "bdm" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/wood, /area/desert_dam/building/administration/meetingrooom) "bdn" = ( @@ -14255,11 +14116,7 @@ /turf/open/floor/prison/bright_clean/southwest, /area/desert_dam/building/water_treatment_two/hallway) "beS" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/prison, /area/desert_dam/building/water_treatment_two/purification) "beT" = ( @@ -14761,11 +14618,7 @@ /turf/open/desert/dirt/dirt2, /area/desert_dam/exterior/river/riverside_central_north) "bgV" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -30; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/prison, /area/desert_dam/building/water_treatment_two/control_room) "bgW" = ( @@ -14830,11 +14683,7 @@ /turf/open/asphalt/tile, /area/desert_dam/exterior/valley/north_valley_dam) "bhn" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /obj/structure/sink{ dir = 4; pixel_x = 11 @@ -14933,11 +14782,7 @@ /turf/open/desert/dirt/desert_transition_corner1/north, /area/desert_dam/exterior/valley/north_valley_dam) "bhI" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison, /area/desert_dam/building/water_treatment_two/lobby) "bhL" = ( @@ -15661,11 +15506,7 @@ /turf/open/floor/prison/red/west, /area/desert_dam/building/security/lobby) "blb" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/darkbrowncorners2/east, /area/desert_dam/building/mining/workshop_foyer) "blc" = ( @@ -15972,11 +15813,7 @@ /obj/structure/bed/chair{ dir = 4 }, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/dark, /area/desert_dam/building/security/observation) "bml" = ( @@ -16140,11 +15977,7 @@ /turf/open/floor/dark, /area/desert_dam/building/security/interrogation) "bmW" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/interior/wood, /area/desert_dam/building/security/detective) "bmX" = ( @@ -16158,11 +15991,7 @@ /turf/open/desert/dirt, /area/desert_dam/exterior/valley/valley_telecoms) "bnb" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/interior/wood, /area/desert_dam/building/security/marshals_office) "bnc" = ( @@ -16333,11 +16162,7 @@ /turf/open/floor/prison/darkbrown2/northeast, /area/desert_dam/interior/dam_interior/auxilary_tool_storage) "bnP" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -30; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/prison/blue/west, /area/desert_dam/interior/dam_interior/tech_storage) "bnQ" = ( @@ -16466,11 +16291,7 @@ /turf/open/asphalt/cement/cement1, /area/desert_dam/interior/dam_interior/western_dam_cave) "box" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/dark, /area/desert_dam/building/security/interrogation) "boy" = ( @@ -16630,11 +16451,7 @@ /turf/open/floor/prison/bright_clean/southwest, /area/desert_dam/building/security/northern_hallway) "bph" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/redcorner/north, /area/desert_dam/building/security/northern_hallway) "bpi" = ( @@ -17170,11 +16987,7 @@ /turf/open/floor/prison/cell_stripe/east, /area/desert_dam/interior/dam_interior/hanger) "brE" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/southwest, /area/desert_dam/interior/dam_interior/hanger) "brF" = ( @@ -17514,11 +17327,7 @@ /turf/open/floor/prison/darkbrowncorners2/north, /area/desert_dam/interior/dam_interior/auxilary_tool_storage) "btr" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/darkbrown2/north, /area/desert_dam/interior/dam_interior/auxilary_tool_storage) "bts" = ( @@ -17688,11 +17497,7 @@ /turf/open/floor/plating, /area/desert_dam/exterior/valley/valley_telecoms) "bue" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/darkred2/north, /area/desert_dam/building/security/holding) "buf" = ( @@ -18163,11 +17968,7 @@ /turf/open/floor/prison/darkyellow2/north, /area/desert_dam/interior/dam_interior/engine_west_wing) "bwl" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/darkyellow2/north, /area/desert_dam/interior/dam_interior/engine_west_wing) "bwn" = ( @@ -18254,11 +18055,7 @@ /turf/open/floor/dark, /area/desert_dam/building/security/interrogation) "bwM" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -30; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/prison/floor_plate, /area/desert_dam/building/security/evidence) "bwO" = ( @@ -18433,11 +18230,7 @@ /turf/open/floor/prison/bright_clean2, /area/desert_dam/building/administration/hallway) "bxz" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -30; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/prison/darkyellow2/west, /area/desert_dam/interior/dam_interior/smes_main) "bxB" = ( @@ -18771,11 +18564,7 @@ /turf/open/floor/prison/southwest, /area/desert_dam/interior/dam_interior/hangar_storage) "bzj" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/southwest, /area/desert_dam/interior/dam_interior/hangar_storage) "bzk" = ( @@ -18901,11 +18690,7 @@ /turf/open/floor/prison/bright_clean2, /area/desert_dam/building/administration/overseer_office) "bzK" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -30; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/prison/floor_plate/southwest, /area/desert_dam/interior/dam_interior/north_tunnel_entrance) "bzL" = ( @@ -18981,11 +18766,7 @@ /turf/open/floor/prison/floor_plate, /area/desert_dam/building/security/evidence) "bAa" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/darkred2/north, /area/desert_dam/building/security/staffroom) "bAb" = ( @@ -19011,11 +18792,7 @@ /turf/open/floor/prison/bright_clean2, /area/desert_dam/building/administration/hallway) "bAp" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/sterile_white, /area/desert_dam/interior/dam_interior/northwestern_tunnel) "bAq" = ( @@ -19190,11 +18967,7 @@ /turf/open/floor/prison/floor_marked/southwest, /area/desert_dam/interior/dam_interior/hangar_storage) "bBk" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, /area/desert_dam/building/administration/overseer_office) @@ -19239,11 +19012,7 @@ /turf/open/floor/prison/bright_clean/southwest, /area/desert_dam/interior/dam_interior/engine_west_wing) "bBv" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -30; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/prison/darkyellow2/west, /area/desert_dam/interior/dam_interior/control_room) "bBw" = ( @@ -19368,11 +19137,7 @@ /turf/open/asphalt/cement, /area/desert_dam/interior/dam_interior/north_tunnel) "bCm" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/effect/decal/sand_overlay/sand2{ dir = 4 }, @@ -19397,11 +19162,7 @@ /turf/open/floor/prison/sterile_white, /area/desert_dam/interior/dam_interior/northeastern_tunnel) "bCq" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/effect/decal/sand_overlay/sand2/corner2{ dir = 1 }, @@ -19634,19 +19395,11 @@ /turf/open/floor/prison/bright_clean/southwest, /area/desert_dam/interior/dam_interior/control_room) "bDu" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/neutral, /area/desert_dam/interior/dam_interior/engine_room) "bDw" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/prison/darkyellowcorners2/north, /area/desert_dam/interior/dam_interior/engine_east_wing) "bDx" = ( @@ -19666,11 +19419,7 @@ /turf/open/floor/prison/green/north, /area/desert_dam/interior/dam_interior/atmos_storage) "bDB" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/green/north, /area/desert_dam/interior/dam_interior/atmos_storage) "bDC" = ( @@ -20094,11 +19843,7 @@ /turf/open/floor/prison/darkred2/north, /area/desert_dam/building/security/southern_hallway) "bFl" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/darkred2/north, /area/desert_dam/building/security/southern_hallway) "bFm" = ( @@ -20416,11 +20161,7 @@ /turf/open/floor/prison, /area/desert_dam/building/security/southern_hallway) "bGG" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/interior/wood, /area/desert_dam/building/security/courtroom) "bGH" = ( @@ -20585,11 +20326,7 @@ /turf/open/floor/white, /area/desert_dam/interior/dam_interior/lobby) "bHi" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -30; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/prison/darkyellow2/west, /area/desert_dam/interior/dam_interior/lobby) "bHl" = ( @@ -20817,11 +20554,7 @@ /turf/open/floor/prison/darkyellow2/east, /area/desert_dam/interior/dam_interior/lobby) "bIm" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/darkyellow2/northwest, /area/desert_dam/interior/dam_interior/smes_backup) "bIn" = ( @@ -22223,11 +21956,7 @@ /turf/open/floor/prison/darkred2/east, /area/desert_dam/building/security/prison) "bOK" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/darkred2/east, /area/desert_dam/building/security/armory) "bOM" = ( @@ -22318,11 +22047,7 @@ /turf/open/floor/prison/darkbrowncorners2/west, /area/desert_dam/interior/dam_interior/auxilary_tool_storage) "bPg" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/prison/darkyellow2/east, /area/desert_dam/interior/dam_interior/primary_tool_storage) "bPh" = ( @@ -22482,11 +22207,7 @@ /turf/open/floor/prison/sterile_white, /area/desert_dam/interior/dam_interior/workshop) "bPR" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/sterile_white, /area/desert_dam/interior/dam_interior/workshop) "bPT" = ( @@ -22565,11 +22286,7 @@ /obj/structure/machinery/light{ dir = 4 }, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/darkyellow2/northeast, /area/desert_dam/interior/dam_interior/CE_office) "bQg" = ( @@ -22656,11 +22373,7 @@ /turf/open/floor/prison/floor_marked, /area/desert_dam/building/security/armory) "bQy" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/darkyellowcorners2/east, /area/desert_dam/building/warehouse/breakroom) "bQz" = ( @@ -22734,11 +22447,7 @@ /turf/open/desert/dirt/desert_transition_edge1/southwest, /area/desert_dam/exterior/valley/valley_medical) "bQR" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/effect/decal/sand_overlay/sand2{ dir = 4 }, @@ -22777,11 +22486,7 @@ /turf/open/floor/prison/sterile_white, /area/desert_dam/interior/dam_interior/workshop) "bQZ" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -30; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/dark, /area/desert_dam/interior/dam_interior/office) "bRb" = ( @@ -23122,11 +22827,7 @@ /turf/open/floor/darkyellow2/north, /area/desert_dam/building/security/prison) "bSs" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/darkyellowcorners2/north, /area/desert_dam/building/security/prison) "bSu" = ( @@ -23771,11 +23472,7 @@ /turf/open/floor/prison/sterile_white, /area/desert_dam/interior/dam_interior/central_tunnel) "bVn" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/sterile_white, /area/desert_dam/interior/dam_interior/central_tunnel) "bVo" = ( @@ -23858,11 +23555,7 @@ /turf/open/asphalt/cement_sunbleached/cement_sunbleached19, /area/desert_dam/exterior/valley/south_valley_dam) "bVI" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/prison/darkred2/north, /area/desert_dam/building/security/warden) "bVJ" = ( @@ -24465,11 +24158,7 @@ }, /area/desert_dam/interior/dam_interior/disposals) "bXT" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -30; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/prison/sterile_white, /area/desert_dam/interior/dam_interior/west_tunnel) "bXU" = ( @@ -24851,11 +24540,7 @@ /turf/open/floor/freezerfloor, /area/desert_dam/interior/dam_interior/break_room) "bZg" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/whiteyellow/northwest, /area/desert_dam/interior/dam_interior/break_room) "bZh" = ( @@ -25032,11 +24717,7 @@ /turf/open/floor/plating/warnplate/north, /area/desert_dam/exterior/valley/valley_telecoms) "bZL" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison, /area/desert_dam/building/security/execution_chamber) "bZM" = ( @@ -25893,11 +25574,7 @@ /turf/open/asphalt, /area/desert_dam/exterior/valley/valley_medical) "cdd" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/darkred2/north, /area/desert_dam/building/security/deathrow) "cdf" = ( @@ -25959,11 +25636,7 @@ /turf/open/floor/grimy, /area/desert_dam/building/bar/bar) "cdr" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -30; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /turf/open/floor/grimy, @@ -27424,11 +27097,7 @@ /turf/open/floor/prison/darkyellow2/northeast, /area/desert_dam/building/medical/break_room) "cjE" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/wood, /area/desert_dam/building/medical/break_room) "cjF" = ( @@ -27460,11 +27129,7 @@ /turf/open/asphalt/tile, /area/desert_dam/exterior/valley/valley_telecoms) "cjP" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/prison/floor_plate/southwest, /area/desert_dam/interior/dam_interior/south_tunnel) "cjQ" = ( @@ -27529,11 +27194,7 @@ /turf/open/floor/prison/bright_clean2/southwest, /area/desert_dam/building/medical/morgue) "ckf" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/bright_clean2/southwest, /area/desert_dam/building/medical/morgue) "ckg" = ( @@ -27646,11 +27307,7 @@ /turf/closed/wall, /area/desert_dam/building/medical/chemistry) "ckE" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -30; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/white, /area/desert_dam/building/medical/chemistry) "ckF" = ( @@ -28703,11 +28360,7 @@ /turf/open/floor/prison/darkbrown2/north, /area/desert_dam/building/warehouse/warehouse) "cpg" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/darkbrowncorners2/east, /area/desert_dam/building/warehouse/warehouse) "cph" = ( @@ -28834,11 +28487,7 @@ /turf/open/floor/prison/whitegreen/north, /area/desert_dam/building/medical/north_wing_hallway) "cpN" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/whitegreen/north, /area/desert_dam/building/medical/north_wing_hallway) "cpP" = ( @@ -29230,11 +28879,7 @@ /turf/open/floor/prison/whitegreen/north, /area/desert_dam/building/medical/lobby) "crG" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/whitegreen/north, /area/desert_dam/building/medical/lobby) "crH" = ( @@ -29390,11 +29035,7 @@ /turf/open/floor/asteroidplating, /area/desert_dam/exterior/telecomm/lz2_tcomms) "csp" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/prison/darkyellow2/west, /area/desert_dam/building/substation/west) "css" = ( @@ -29751,11 +29392,7 @@ /obj/structure/surface/table/reinforced, /obj/item/device/healthanalyzer, /obj/item/device/healthanalyzer, -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/prison/whitegreen/east, /area/desert_dam/building/medical/west_wing_hallway) "ctW" = ( @@ -30061,11 +29698,7 @@ /turf/open/floor/prison/bright_clean2/southwest, /area/desert_dam/building/medical/surgury_observation) "cvd" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/bright_clean2/southwest, /area/desert_dam/building/medical/surgury_observation) "cve" = ( @@ -30546,11 +30179,7 @@ /turf/open/floor/wood, /area/desert_dam/building/medical/CMO) "cxb" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/wood, /area/desert_dam/building/medical/CMO) "cxc" = ( @@ -31400,11 +31029,7 @@ /turf/open/floor/prison/whitered/east, /area/desert_dam/building/medical/surgery_room_two) "cAv" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -30; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/prison/darkyellow2/west, /area/desert_dam/building/substation/central) "cAx" = ( @@ -31444,11 +31069,7 @@ /turf/closed/wall, /area/desert_dam/building/medical/office2) "cAH" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /obj/structure/disposalpipe/junction{ dir = 1; icon_state = "pipe-j2" @@ -31644,11 +31265,7 @@ /turf/open/floor/prison/whitered/west, /area/desert_dam/building/medical/primary_storage) "cBm" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -30; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/prison/whitered/west, /area/desert_dam/building/medical/surgery_room_one) "cBo" = ( @@ -31663,11 +31280,7 @@ /turf/open/floor/prison/whitered/east, /area/desert_dam/building/medical/surgery_room_one) "cBq" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -30; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/prison/whitered/west, /area/desert_dam/building/medical/surgery_room_two) "cBr" = ( @@ -31940,20 +31553,12 @@ /area/desert_dam/building/medical/office1) "cCC" = ( /obj/structure/bed, -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/prison/whitered/east, /area/desert_dam/building/medical/office1) "cCE" = ( /obj/structure/bed, -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/prison/whitered/east, /area/desert_dam/building/medical/office2) "cCF" = ( @@ -32392,11 +31997,7 @@ /area/desert_dam/building/medical/treatment_room) "cEA" = ( /obj/structure/machinery/iv_drip, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/whitegreen/northwest, /area/desert_dam/building/medical/treatment_room) "cEB" = ( @@ -32430,11 +32031,7 @@ /turf/open/floor/prison/whitegreencorner/east, /area/desert_dam/building/medical/east_wing_hallway) "cEI" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/whitegreen/north, /area/desert_dam/building/medical/east_wing_hallway) "cEJ" = ( @@ -32544,11 +32141,7 @@ /obj/effect/decal/medical_decals{ icon_state = "docstriping" }, -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/white, /area/desert_dam/building/medical/garage) "cFi" = ( @@ -33723,11 +33316,7 @@ /turf/closed/wall, /area/desert_dam/building/medical/virology_isolation) "cJH" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/plating, /area/desert_dam/building/medical/east_wing_hallway) "cJI" = ( @@ -33967,11 +33556,7 @@ /turf/open/floor/prison/whitegreen/east, /area/desert_dam/building/medical/virology_wing) "cKI" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/prison/whitegreen/east, /area/desert_dam/building/medical/virology_wing) "cKJ" = ( @@ -34713,11 +34298,7 @@ /turf/open/floor/dark, /area/desert_dam/building/church) "cOe" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -30; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/dark, /area/desert_dam/building/church) "cOf" = ( @@ -34847,10 +34428,7 @@ /turf/open/floor/prison/whitegreen/southwest, /area/desert_dam/building/medical/virology_isolation) "cOJ" = ( -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/prison/whitegreen, /area/desert_dam/building/medical/virology_isolation) "cOK" = ( @@ -35063,11 +34641,7 @@ /turf/open/asphalt/tile, /area/desert_dam/exterior/valley/valley_cargo) "cPH" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/darkyellow2/northwest, /area/desert_dam/building/substation/southwest) "cPI" = ( @@ -35347,11 +34921,7 @@ /turf/open/desert/dirt, /area/desert_dam/exterior/landing_pad_one) "cQN" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/sterile_white/west, /area/desert_dam/building/bar/bar_restroom) "cQO" = ( @@ -35679,11 +35249,7 @@ /turf/open/floor/prison, /area/desert_dam/interior/dam_interior/south_tunnel_entrance) "cSh" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -30; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/prison/floor_plate/southwest, /area/desert_dam/interior/dam_interior/south_tunnel_entrance) "cSl" = ( @@ -36013,11 +35579,7 @@ /turf/open/floor/prison/sterile_white/west, /area/desert_dam/building/hydroponics/hydroponics_breakroom) "cTM" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/sterile_white/west, /area/desert_dam/building/hydroponics/hydroponics_breakroom) "cTN" = ( @@ -36750,11 +36312,7 @@ /obj/structure/machinery/light{ dir = 1 }, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/floor/prison/greencorner/east, @@ -37279,11 +36837,7 @@ /turf/open/floor/prison/sterile_white, /area/desert_dam/building/cafeteria/cafeteria) "dbF" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/machinery/microwave, /obj/structure/surface/table/reinforced, /turf/open/floor/prison/sterile_white, @@ -37448,10 +37002,7 @@ /turf/open/floor/plating, /area/desert_dam/building/cafeteria/backroom) "dcq" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 25 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/plating, /area/desert_dam/building/cafeteria/backroom) "dcs" = ( @@ -37486,11 +37037,7 @@ /turf/open/asphalt/cement_sunbleached, /area/desert_dam/exterior/valley/valley_civilian) "dcL" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /obj/effect/spawner/random/toolbox, /turf/open/floor/prison/whitered/east, /area/desert_dam/building/medical/primary_storage) @@ -37654,11 +37201,7 @@ /turf/open/floor/freezerfloor, /area/desert_dam/building/cafeteria/cold_room) "ddu" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/freezerfloor, /area/desert_dam/building/cafeteria/cold_room) "ddv" = ( @@ -37796,11 +37339,7 @@ /turf/open/floor/prison/floor_marked/southwest, /area/desert_dam/building/hydroponics/hydroponics_loading) "ddZ" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison, /area/desert_dam/building/hydroponics/hydroponics_loading) "dea" = ( @@ -38067,11 +37606,7 @@ /turf/open/asphalt, /area/desert_dam/exterior/river/riverside_south) "dfe" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -30; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/prison, /area/desert_dam/building/hydroponics/hydroponics_storage) "dfh" = ( @@ -38134,11 +37669,7 @@ /turf/open/floor/prison, /area/desert_dam/building/cafeteria/loading) "dfv" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison, /area/desert_dam/building/cafeteria/loading) "dfw" = ( @@ -38928,11 +38459,7 @@ /turf/open/desert/dirt, /area/desert_dam/exterior/valley/valley_hydro) "dld" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/darkbrown3/north, /area/desert_dam/interior/dam_interior/disposals) @@ -39363,11 +38890,7 @@ /turf/open/floor/prison/sterile_white, /area/desert_dam/building/cafeteria/cafeteria) "dqu" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -30; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/sterile_white, /area/desert_dam/building/cafeteria/cafeteria) @@ -39393,11 +38916,7 @@ /area/desert_dam/building/water_treatment_one/lobby) "dqS" = ( /obj/structure/bed/chair, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison, /area/desert_dam/building/water_treatment_one/lobby) "dqT" = ( @@ -39604,11 +39123,7 @@ /turf/open/asphalt, /area/desert_dam/building/water_treatment_one/garage) "dtt" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison, /area/desert_dam/building/water_treatment_one/garage) "dtu" = ( @@ -39709,11 +39224,7 @@ /turf/open/floor/prison/bright_clean/southwest, /area/desert_dam/building/water_treatment_one/hallway) "duu" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison, /area/desert_dam/building/water_treatment_one/hallway) "duw" = ( @@ -40018,10 +39529,7 @@ /turf/open/asphalt, /area/desert_dam/interior/dam_interior/south_tunnel) "dxd" = ( -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/prison, /area/desert_dam/building/water_treatment_one/purification) "dxe" = ( @@ -40145,11 +39653,7 @@ }, /area/desert_dam/building/water_treatment_one/breakroom) "dyi" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison, /area/desert_dam/building/water_treatment_one/floodgate_control) "dyj" = ( @@ -40267,11 +39771,7 @@ /turf/open/gm/river/desert/deep/covered, /area/desert_dam/exterior/river/filtration_a) "dzi" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/freezerfloor, /area/desert_dam/building/water_treatment_one/equipment) "dzj" = ( @@ -40545,11 +40045,7 @@ /turf/open/floor/freezerfloor, /area/desert_dam/building/water_treatment_one/breakroom) "dBj" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/whiteyellowcorner/north, /area/desert_dam/building/water_treatment_one/breakroom) "dBo" = ( @@ -41011,11 +40507,7 @@ /turf/open/floor/wood, /area/desert_dam/building/dorms/hallway_westwing) "dEu" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -30; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/prison/green/west, /area/desert_dam/building/dorms/hallway_westwing) "dEv" = ( @@ -41099,11 +40591,7 @@ /turf/open/floor/plating, /area/desert_dam/building/dorms/restroom) "dFj" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -30; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/prison/bright_clean2, /area/desert_dam/building/dorms/restroom) "dFk" = ( @@ -41520,11 +41008,7 @@ /area/desert_dam/building/warehouse/loading) "dHQ" = ( /obj/structure/surface/table, -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /obj/effect/spawner/random/toolbox, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/prison/bright_clean/southwest, @@ -41736,11 +41220,7 @@ /turf/open/floor/prison/blue/north, /area/desert_dam/building/dorms/pool) "dIR" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -42430,11 +41910,7 @@ /turf/open/desert/dirt, /area/desert_dam/exterior/valley/valley_civilian) "dMY" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 150 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/darkyellow2/north, /area/desert_dam/interior/dam_interior/garage) @@ -44405,11 +43881,7 @@ /turf/open/floor/prison/bright_clean/southwest, /area/desert_dam/building/hydroponics/hydroponics) "dVN" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/effect/decal/cleanable/blood/xeno, /turf/open/floor/prison, /area/desert_dam/building/water_treatment_one/control_room) @@ -46927,11 +46399,7 @@ /turf/open/asphalt/tile, /area/desert_dam/exterior/valley/south_valley_dam) "gRC" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 31; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/power/east, /turf/open/floor/plating, /area/desert_dam/exterior/telecomm/lz2_containers) "gTD" = ( @@ -47619,11 +47087,7 @@ /turf/open/desert/dirt/dirt2, /area/desert_dam/exterior/valley/south_valley_dam) "jxq" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/power/west, /turf/open/floor/delivery, /area/desert_dam/exterior/telecomm/lz1_south) "jxN" = ( @@ -48411,11 +47875,7 @@ /area/desert_dam/interior/dam_interior/hanger) "mKZ" = ( /obj/structure/flora/pottedplant, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/machinery/light{ dir = 4 }, @@ -48937,11 +48397,7 @@ /turf/closed/wall/r_wall/bunker, /area/desert_dam/interior/lab_northeast/east_lab_east_entrance) "oYp" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/power/west, /turf/open/floor/prison/bright_clean/southwest, /area/desert_dam/exterior/telecomm/lz1_valley) "pac" = ( @@ -49370,11 +48826,7 @@ /turf/open/desert/dirt, /area/desert_dam/exterior/landing_pad_one) "qJI" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/power/north, /turf/open/floor/plating, /area/desert_dam/exterior/telecomm/lz1_xenoflora) "qJU" = ( @@ -49667,11 +49119,7 @@ /obj/effect/decal/warning_stripes{ icon_state = "E" }, -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 30; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/power/east, /turf/open/floor/asteroidplating, /area/desert_dam/exterior/telecomm/lz2_tcomms) "rTV" = ( @@ -51170,11 +50618,7 @@ /turf/open/asphalt/tile, /area/desert_dam/exterior/valley/valley_civilian) "xkK" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 31; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/power/east, /turf/open/floor/plating, /area/desert_dam/exterior/telecomm/lz2_storage) "xls" = ( diff --git a/maps/map_files/DesertDam/standalone/crashlanding-upp-bar.dmm b/maps/map_files/DesertDam/standalone/crashlanding-upp-bar.dmm index 61bc40a64e52..e7fa99f9e38d 100644 --- a/maps/map_files/DesertDam/standalone/crashlanding-upp-bar.dmm +++ b/maps/map_files/DesertDam/standalone/crashlanding-upp-bar.dmm @@ -842,11 +842,7 @@ /turf/open/asphalt, /area/desert_dam/exterior/valley/bar_valley_dam) "rm" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -30; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/interior/wood, /area/desert_dam/building/bar/bar) "rR" = ( @@ -1153,11 +1149,7 @@ /turf/open/desert/dirt, /area/desert_dam/exterior/valley/bar_valley_dam) "xG" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -30; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /obj/effect/decal/cleanable/blood/xeno, /turf/open/floor/prison/floor_plate/southwest, /area/desert_dam/interior/dam_interior/south_tunnel_entrance) @@ -1910,11 +1902,7 @@ /turf/open/floor/prison/floor_plate/southwest, /area/desert_dam/interior/dam_interior/south_tunnel_entrance) "LJ" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/item/stack/sheet/metal, /turf/open/floor/plating/platingdmg3, /area/desert_dam/building/bar/backroom) diff --git a/maps/map_files/FOP_v2_Cellblocks/Prison_Station_FOP.dmm b/maps/map_files/FOP_v2_Cellblocks/Prison_Station_FOP.dmm index 5cccceb54389..2d38821132c5 100644 --- a/maps/map_files/FOP_v2_Cellblocks/Prison_Station_FOP.dmm +++ b/maps/map_files/FOP_v2_Cellblocks/Prison_Station_FOP.dmm @@ -789,10 +789,7 @@ /turf/open/floor/prison/whitepurple, /area/prison/research/secret/testing) "acy" = ( -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/prison/whitepurple, /area/prison/research/secret/testing) "acz" = ( @@ -1454,11 +1451,7 @@ /turf/open/floor/prison, /area/prison/security/monitoring/maxsec/panopticon) "aeB" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/pipes/standard/manifold/hidden/supply{ dir = 1 }, @@ -1841,10 +1834,7 @@ /turf/open/floor/prison/whitepurple, /area/prison/research/secret/bioengineering) "afS" = ( -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/prison/whitepurple, /area/prison/research/secret/bioengineering) "afT" = ( @@ -2174,11 +2164,7 @@ /turf/open/floor/prison/darkpurple2/north, /area/prison/research/secret/containment) "ahd" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/darkpurple2/north, /area/prison/research/secret/containment) "ahe" = ( @@ -2234,12 +2220,8 @@ /turf/open/floor/prison/darkpurple2/north, /area/prison/research/secret) "ahk" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, /obj/effect/landmark/good_item, +/obj/structure/machinery/power/apc/directional/power/north, /turf/open/floor/prison/darkpurple2/north, /area/prison/research/secret) "ahl" = ( @@ -2286,11 +2268,7 @@ /turf/open/floor/prison/darkredfull2/southwest, /area/prison/cellblock/maxsec/north) "ahv" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/darkredfull2/southwest, /area/prison/cellblock/maxsec/north) "ahw" = ( @@ -2625,11 +2603,7 @@ /turf/open/floor/prison, /area/prison/research/secret/dissection) "aiP" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison, /area/prison/research/secret/dissection) "aiQ" = ( @@ -3144,11 +3118,7 @@ /turf/open/floor/plating, /area/prison/maintenance/research_medbay) "akC" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/plating, /area/prison/maintenance/research_medbay) "akD" = ( @@ -3512,10 +3482,7 @@ /area/prison/research/secret/chemistry) "alT" = ( /obj/structure/surface/table/reinforced, -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/prison/darkpurplefull2/northwest, /area/prison/research/secret/chemistry) "alU" = ( @@ -3919,11 +3886,7 @@ /turf/open/floor/prison/sterile_white/southwest, /area/prison/medbay/surgery) "ann" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/prison/whitegreen/east, /area/prison/medbay/surgery) "ano" = ( @@ -4017,11 +3980,7 @@ /turf/open/floor/prison/darkred2/north, /area/prison/security/checkpoint/maxsec_highsec) "anE" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/darkred2/north, /area/prison/security/checkpoint/maxsec_highsec) "anF" = ( @@ -5084,11 +5043,7 @@ /obj/effect/decal/warning_stripes{ icon_state = "S" }, -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/prison/west, /area/prison/research/RD) "aro" = ( @@ -5244,11 +5199,7 @@ /turf/open/floor/prison/whitepurple/east, /area/prison/research) "arT" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /obj/item/stack/rods, /turf/open/floor/prison/red/west, /area/prison/cellblock/highsec/north/north) @@ -5567,10 +5518,7 @@ /turf/open/floor/prison/sterile_white/southwest, /area/prison/medbay) "ate" = ( -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /obj/structure/platform, /turf/open/floor/prison/sterile_white/southwest, /area/prison/hanger/research) @@ -5721,11 +5669,7 @@ /turf/open/floor/prison/darkredfull2/southwest, /area/prison/cellblock/maxsec/south) "atI" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison, /area/prison/medbay/morgue) "atJ" = ( @@ -5960,10 +5904,7 @@ /turf/open/floor/prison/darkredfull2/southwest, /area/prison/cellblock/maxsec/south) "auH" = ( -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/prison/darkredfull2/southwest, /area/prison/cellblock/maxsec/south) "auI" = ( @@ -6296,11 +6237,7 @@ /turf/open/floor/prison/bright_clean/southwest, /area/prison/chapel) "awc" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/bright_clean/southwest, /area/prison/chapel) "awe" = ( @@ -6435,11 +6372,7 @@ /area/prison/hanger/research) "awH" = ( /obj/structure/surface/rack, -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/prison/southwest, /area/prison/hangar_storage/research) "awI" = ( @@ -6567,11 +6500,7 @@ /obj/item/roller{ icon_state = "down" }, -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/prison/whitegreen/east, /area/prison/medbay) "axk" = ( @@ -6759,11 +6688,7 @@ /turf/closed/wall/r_wall/prison_unmeltable, /area/prison/security/checkpoint/maxsec) "axU" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/plating, /area/prison/maintenance/residential/access/north) "axV" = ( @@ -7337,10 +7262,7 @@ /turf/open/floor/prison/darkred2, /area/prison/security/checkpoint/maxsec) "aAq" = ( -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /obj/structure/pipes/standard/simple/hidden/supply{ dir = 4 }, @@ -7530,11 +7452,7 @@ /turf/open/floor/prison/darkredfull2/southwest, /area/prison/medbay/foyer) "aAY" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/prison/whitepurple/southwest, /area/prison/research) "aAZ" = ( @@ -8053,11 +7971,7 @@ /turf/open/floor/prison/bright_clean2/southwest, /area/prison/medbay/foyer) "aDh" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/prison/bright_clean2/southwest, /area/prison/medbay/foyer) "aDi" = ( @@ -8441,10 +8355,7 @@ /obj/structure/pipes/standard/simple/hidden/supply{ dir = 5 }, -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/freezerfloor, /area/prison/toilet/research) "aEB" = ( @@ -8575,11 +8486,7 @@ /turf/open/floor/prison/darkyellow2/north, /area/prison/hangar_storage/main) "aFc" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/power/north, /turf/open/floor/prison/darkyellow2/northeast, /area/prison/hangar_storage/main) "aFd" = ( @@ -8966,10 +8873,7 @@ /turf/open/floor/prison/southwest, /area/prison/recreation/highsec/n) "aGC" = ( -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /obj/effect/decal/cleanable/blood, /turf/open/floor/prison/southwest, /area/prison/recreation/highsec/n) @@ -9352,10 +9256,7 @@ /turf/open/floor/prison/whitepurple/southwest, /area/prison/quarters/research) "aIa" = ( -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/prison/whitepurple, /area/prison/quarters/research) "aIb" = ( @@ -9419,11 +9320,7 @@ /turf/open/floor/prison, /area/prison/storage/highsec/n) "aIp" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison, /area/prison/storage/highsec/n) "aIq" = ( @@ -9492,11 +9389,7 @@ /turf/open/floor/prison/sterile_white/southwest, /area/prison/residential/central) "aIC" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/plating, /area/prison/maintenance/staff_research) "aID" = ( @@ -10387,11 +10280,7 @@ /turf/open/floor/prison/bright_clean/southwest, /area/prison/cleaning) "aMm" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/janitorialcart, /turf/open/floor/prison/bright_clean/southwest, /area/prison/cleaning) @@ -10462,11 +10351,7 @@ /turf/open/floor/prison/green/north, /area/prison/quarters/staff) "aMz" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/pipes/standard/simple/hidden/supply{ dir = 4 }, @@ -10974,11 +10859,7 @@ /area/prison/command/secretary_office) "aOy" = ( /obj/structure/bed/chair/comfy, -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/wood, /area/prison/command/office) "aOA" = ( @@ -11036,10 +10917,7 @@ /turf/open/floor/prison/red, /area/prison/cellblock/highsec/north/south) "aOK" = ( -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/prison/red, /area/prison/cellblock/highsec/north/south) "aOL" = ( @@ -11517,11 +11395,7 @@ /turf/closed/wall/prison, /area/prison/recreation/staff) "aQD" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/prison/green/west, /area/prison/hallway/staff) "aQF" = ( @@ -11622,11 +11496,7 @@ /turf/open/floor/plating, /area/prison/maintenance/residential/nw) "aQW" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/plating, /area/prison/maintenance/residential/nw) "aQZ" = ( @@ -11738,11 +11608,7 @@ /turf/open/floor/prison/greenfull, /area/prison/cellblock/lowsec/nw) "aRv" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/green/north, /area/prison/cellblock/lowsec/nw) "aRw" = ( @@ -12193,11 +12059,7 @@ /turf/open/floor/wood, /area/prison/recreation/staff) "aTp" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/prison/blue/west, /area/prison/command/secretary_office) "aTq" = ( @@ -12567,11 +12429,7 @@ /turf/open/floor/prison/sterile_white, /area/prison/toilet/staff) "aUJ" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/prison/sterile_white, /area/prison/toilet/staff) "aUK" = ( @@ -12639,11 +12497,7 @@ /turf/open/floor/plating, /area/prison/command/quarters) "aUW" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/plating, /area/prison/maintenance/residential/ne) "aUY" = ( @@ -12730,11 +12584,7 @@ /obj/structure/machinery/light/small{ dir = 8 }, -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /obj/structure/filingcabinet, /turf/open/floor/prison/darkredfull2/southwest, /area/prison/security/checkpoint/highsec/n) @@ -12926,11 +12776,7 @@ /turf/open/floor/carpet, /area/prison/command/quarters) "aWc" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/carpet, /area/prison/command/quarters) "aWd" = ( @@ -13419,11 +13265,7 @@ /turf/open/floor/wood, /area/prison/recreation/staff) "aXW" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /obj/effect/decal/cleanable/blood, /turf/open/floor/wood, /area/prison/recreation/staff) @@ -13941,11 +13783,7 @@ /turf/open/floor/prison/green/west, /area/prison/cellblock/lowsec/ne) "aZY" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/prison/green/east, /area/prison/cellblock/lowsec/ne) "aZZ" = ( @@ -14641,11 +14479,7 @@ /turf/open/floor/plating/plating_catwalk/prison, /area/prison/hallway/entrance) "bcB" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /obj/effect/decal/warning_stripes{ icon_state = "SE-out" }, @@ -14837,11 +14671,7 @@ /turf/open/floor/asteroid, /area/prison/residential/central) "bdw" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/prison/blue/west, /area/prison/security/checkpoint/vip) "bdx" = ( @@ -16569,11 +16399,7 @@ /turf/open/floor/prison/blue/northeast, /area/prison/storage/vip) "bjY" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/bright_clean2/southwest, /area/prison/storage/vip) "bjZ" = ( @@ -17395,10 +17221,7 @@ /turf/open/floor/prison/blue, /area/prison/cellblock/vip) "bnn" = ( -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/prison/blue, /area/prison/cellblock/vip) "bno" = ( @@ -17508,11 +17331,7 @@ /turf/open/floor/prison/bright_clean2/southwest, /area/prison/toilet/canteen) "bnP" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/pipes/standard/manifold/hidden/supply{ dir = 1 }, @@ -17535,11 +17354,7 @@ /turf/open/floor/prison/bright_clean2/southwest, /area/prison/toilet/canteen) "bnT" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/prison/floor_plate/southwest, /area/prison/hallway/entrance) "bnU" = ( @@ -18425,11 +18240,7 @@ /turf/open/floor/prison/bright_clean2/southwest, /area/prison/visitation) "brB" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/bright_clean2/southwest, /area/prison/visitation) "brD" = ( @@ -18679,11 +18490,7 @@ /turf/open/floor/prison/cell_stripe/east, /area/prison/cellblock/lowsec/se) "bsM" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/prison/green/west, /area/prison/cellblock/lowsec/sw) "bsN" = ( @@ -19459,10 +19266,7 @@ /turf/open/floor/prison/redfull, /area/prison/hallway/entrance) "bvS" = ( -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/prison, /area/prison/hanger/main) "bvT" = ( @@ -19520,11 +19324,7 @@ /turf/open/floor/prison/floor_plate/southwest, /area/prison/cellblock/lowsec/sw) "bwn" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/prison/bright_clean/southwest, /area/prison/yard) "bwo" = ( @@ -19562,11 +19362,7 @@ /turf/open/floor/prison/sterile_white/southwest, /area/prison/holding/holding1) "bwv" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /obj/structure/pipes/standard/simple/hidden/supply, /obj/structure/disposalpipe/segment, /turf/open/floor/prison/bright_clean2/southwest, @@ -19832,11 +19628,7 @@ /turf/open/floor/prison/green/southeast, /area/prison/cellblock/lowsec/se) "bxR" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/prison/bright_clean2/southwest, /area/prison/hallway/central/east) "bxT" = ( @@ -19863,11 +19655,7 @@ /turf/open/floor/prison/bright_clean/southwest, /area/prison/holding/holding1) "bxX" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /obj/structure/pipes/standard/manifold/hidden/supply{ dir = 8 }, @@ -20020,11 +19808,7 @@ /turf/open/floor/prison/darkred2/north, /area/prison/security/checkpoint/hangar) "byJ" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/darkred2/northeast, /area/prison/security/checkpoint/hangar) "byK" = ( @@ -20055,11 +19839,7 @@ /turf/open/floor/prison/darkredfull2/southwest, /area/prison/monorail/east) "byQ" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/prison/greenfull/northwest, /area/prison/monorail/west) "byR" = ( @@ -20347,11 +20127,7 @@ /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/green/north, /area/prison/security/monitoring/lowsec/sw) "bAq" = ( @@ -20569,19 +20345,11 @@ /turf/closed/wall/prison, /area/prison/security/monitoring/lowsec/sw) "bBk" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/prison/darkredfull2/southwest, /area/prison/monorail/east) "bBl" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/plating, /area/prison/maintenance/residential/sw) "bBn" = ( @@ -21163,10 +20931,7 @@ /turf/open/floor/prison/green, /area/prison/cellblock/lowsec/se) "bDA" = ( -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/prison/green, /area/prison/cellblock/lowsec/se) "bDB" = ( @@ -21514,11 +21279,7 @@ /turf/open/floor/prison, /area/prison/quarters/security) "bEF" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/plating, /area/prison/maintenance/hangar_barracks) "bEG" = ( @@ -21645,11 +21406,7 @@ /turf/open/floor/prison/red/north, /area/prison/cellblock/highsec/south/north) "bFg" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/effect/decal/cleanable/blood, /turf/open/floor/prison/red/north, /area/prison/cellblock/highsec/south/north) @@ -22154,11 +21911,7 @@ /turf/open/floor/prison/bright_clean/southwest, /area/prison/hallway/east) "bHa" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/prison, /area/prison/quarters/security) "bHb" = ( @@ -22204,11 +21957,7 @@ /turf/open/floor/prison/red/north, /area/prison/cellblock/highsec/south/north) "bHl" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/prison, /area/prison/maintenance/hangar_barracks) "bHn" = ( @@ -22324,11 +22073,7 @@ /turf/closed/wall/prison, /area/prison/holding/holding2) "bHK" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /obj/structure/pipes/standard/simple/hidden/supply, /obj/structure/disposalpipe/segment, /turf/open/floor/prison/bright_clean/southwest, @@ -22506,11 +22251,7 @@ /turf/open/floor/plating/plating_catwalk/prison, /area/prison/telecomms) "bIz" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/prison/darkbrown2/west, /area/prison/hallway/east) "bIB" = ( @@ -22724,11 +22465,7 @@ /turf/open/floor/prison/darkyellow2/north, /area/prison/storage/highsec/s) "bJv" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/darkyellow2/north, /area/prison/storage/highsec/s) "bJw" = ( @@ -23390,11 +23127,7 @@ /turf/open/organic/grass, /area/prison/residential/central) "bLZ" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/bright_clean2/southwest, /area/prison/residential/south) "bMa" = ( @@ -23503,11 +23236,7 @@ /turf/open/floor/prison, /area/prison/telecomms) "bMB" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/prison, /area/prison/telecomms) "bMC" = ( @@ -24146,11 +23875,7 @@ /turf/open/floor/prison/darkyellow2/east, /area/prison/storage/medsec) "bPD" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/prison/darkyellow2/west, /area/prison/storage/medsec) "bPF" = ( @@ -24172,11 +23897,7 @@ /turf/open/floor/wood, /area/prison/library) "bPJ" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/pipes/standard/simple/hidden/supply{ dir = 4 }, @@ -24311,11 +24032,7 @@ /turf/open/floor/prison, /area/prison/security) "bQn" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/prison/bright_clean2/southwest, /area/prison/toilet/security) "bQo" = ( @@ -24480,11 +24197,7 @@ /turf/open/floor/prison/floor_plate/southwest, /area/prison/recreation/highsec/s) "bQR" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/prison/bright_clean/southwest, /area/prison/laundry) "bQS" = ( @@ -25609,11 +25322,7 @@ /turf/open/floor/plating, /area/prison/maintenance/residential/access/south) "bVd" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/plating, /area/prison/maintenance/residential/access/south) "bVe" = ( @@ -25704,11 +25413,7 @@ /turf/open/floor/plating, /area/prison/security/checkpoint/medsec) "bVv" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/yellowfull, /area/prison/security/checkpoint/medsec) "bVw" = ( @@ -25936,11 +25641,7 @@ /turf/open/floor/prison/darkbrown2/east, /area/prison/hallway/east) "bWj" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/prison/darkred2/southwest, /area/prison/intake) "bWl" = ( @@ -26178,11 +25879,7 @@ /turf/open/floor/plating, /area/prison/engineering) "bXh" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/plating, /area/prison/engineering) "bXj" = ( @@ -26198,10 +25895,7 @@ /turf/open/floor/prison/darkyellow2/west, /area/prison/engineering/atmos) "bXm" = ( -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/plating, /area/prison/engineering/atmos) "bXn" = ( @@ -26681,11 +26375,7 @@ /turf/open/floor/prison/darkyellow2/northwest, /area/prison/hallway/engineering) "bZl" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/darkyellow2/north, /area/prison/hallway/engineering) "bZm" = ( @@ -27337,11 +27027,7 @@ /turf/open/floor/prison/floor_plate, /area/prison/recreation/medsec) "cbU" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison, /area/prison/recreation/medsec) "cbV" = ( @@ -27585,11 +27271,7 @@ /turf/open/floor/prison, /area/prison/security/head) "ccP" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/prison, /area/prison/security/head) "ccS" = ( @@ -27616,11 +27298,7 @@ /turf/open/floor/plating/plating_catwalk/prison, /area/prison/cellblock/mediumsec/north) "ccY" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/prison/yellow/west, /area/prison/cellblock/mediumsec/north) "cde" = ( @@ -27818,10 +27496,7 @@ /turf/open/floor/prison/darkred2/southeast, /area/prison/security) "cdY" = ( -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/prison/darkred2/southwest, /area/prison/security) "cea" = ( @@ -28248,11 +27923,7 @@ /turf/open/floor/prison, /area/prison/execution) "cfK" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/prison/darkred2/north, /area/prison/security/briefing) "cfM" = ( @@ -28425,11 +28096,7 @@ /turf/open/floor/prison/bluefull, /area/prison/cellblock/protective) "cgw" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/blue/northwest, /area/prison/cellblock/protective) "cgx" = ( @@ -28484,11 +28151,7 @@ /turf/closed/wall/r_wall/prison, /area/prison/disposal) "cgJ" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/wood, /area/prison/parole/protective_custody) "cgK" = ( @@ -28534,11 +28197,7 @@ /turf/closed/wall/r_wall/prison, /area/prison/security/armory/riot) "cgU" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/plating, /area/prison/disposal) "cgV" = ( @@ -28850,11 +28509,7 @@ /turf/open/floor/prison, /area/prison/execution) "chY" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/prison, /area/prison/execution) "chZ" = ( @@ -28882,11 +28537,7 @@ /turf/open/floor/prison/darkred2/north, /area/prison/security/armory/lethal) "cig" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /obj/structure/pipes/standard/simple/hidden/supply, /turf/open/floor/prison/darkred2/east, /area/prison/security/armory/riot) @@ -28896,11 +28547,7 @@ /turf/open/floor/prison/darkredfull2/southwest, /area/prison/security) "cii" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /obj/structure/pipes/standard/simple/hidden/supply, /turf/open/floor/prison/darkred2/west, /area/prison/security/armory/lethal) @@ -28985,11 +28632,7 @@ /turf/open/floor/wood, /area/prison/security/head) "cix" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/prison/red/west, /area/prison/cellblock/highsec/south/south) "ciz" = ( @@ -29514,11 +29157,7 @@ /obj/structure/machinery/computer/cameras{ network = list("PRISON") }, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/darkredfull2/southwest, /area/prison/security/checkpoint/highsec_medsec) "ckD" = ( @@ -29713,11 +29352,7 @@ /turf/open/floor/prison/yellow/east, /area/prison/cellblock/mediumsec/north) "clr" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/prison/darkred2/northwest, /area/prison/security/monitoring/protective) "cls" = ( @@ -30158,10 +29793,7 @@ /turf/open/floor/prison/darkred2, /area/prison/security/checkpoint/highsec_medsec) "cnn" = ( -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/prison/darkred2, /area/prison/security/checkpoint/highsec_medsec) "cnp" = ( @@ -31159,10 +30791,7 @@ /turf/open/floor/prison/yellow, /area/prison/cellblock/mediumsec/west) "crv" = ( -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/prison/yellow, /area/prison/cellblock/mediumsec/west) "crw" = ( @@ -31942,11 +31571,7 @@ /turf/open/floor/prison/darkred2/west, /area/prison/security/monitoring/medsec/central) "cuF" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/prison/darkred2/east, /area/prison/security/monitoring/medsec/central) "cuI" = ( @@ -32729,11 +32354,7 @@ /turf/open/floor/prison/floor_plate, /area/prison/cellblock/mediumsec/south) "cyc" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/yellow/north, /area/prison/cellblock/mediumsec/south) "cyd" = ( @@ -33086,11 +32707,7 @@ /obj/structure/bed/chair/comfy{ dir = 4 }, -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/prison/darkred2/southwest, /area/prison/security/monitoring/medsec/south) "czK" = ( @@ -33259,11 +32876,7 @@ /turf/open/floor/prison/sterile_white/southwest, /area/prison/research/RD) "cYR" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/green/northeast, /area/prison/security/monitoring/lowsec/ne) "cZY" = ( @@ -34312,11 +33925,7 @@ /area/prison/quarters/research) "hoY" = ( /obj/structure/largecrate/random, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/plating, /area/prison/security/monitoring/highsec) "hpd" = ( @@ -35093,11 +34702,7 @@ /obj/structure/machinery/light{ dir = 1 }, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/bright_clean2/southwest, /area/prison/residential/north) "kdm" = ( @@ -35334,11 +34939,7 @@ /area/prison/quarters/research) "lfT" = ( /obj/structure/bed/chair/comfy, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/red/north, /area/prison/recreation/highsec/s) "liM" = ( @@ -35819,11 +35420,7 @@ /obj/effect/decal/siding/wood_siding{ icon_state = "wood_siding2" }, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/sterile_white/southwest, /area/prison/residential/central) "ndW" = ( @@ -35931,11 +35528,7 @@ /turf/open/organic/grass, /area/prison/residential/south) "nIx" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/plating, /area/prison/maintenance/residential/se) "nIV" = ( @@ -36961,11 +36554,7 @@ /turf/open/floor/prison/floor_plate, /area/prison/cellblock/mediumsec/south) "saD" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/power/west, /turf/open/floor/delivery, /area/prison/telecomms) "sdq" = ( @@ -37412,10 +37001,7 @@ /turf/open/floor/prison/red/east, /area/prison/cellblock/highsec/north/north) "tXB" = ( -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/plating, /area/prison/cellblock/mediumsec/east) "uaB" = ( @@ -37573,11 +37159,7 @@ /turf/open/floor/prison/green/west, /area/prison/monorail/west) "uKd" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/prison/bright_clean2/southwest, /area/prison/canteen) "uKU" = ( diff --git a/maps/map_files/FOP_v3_Sciannex/Fiorina_SciAnnex.dmm b/maps/map_files/FOP_v3_Sciannex/Fiorina_SciAnnex.dmm index f66743b6388e..9d32f481a63e 100644 --- a/maps/map_files/FOP_v3_Sciannex/Fiorina_SciAnnex.dmm +++ b/maps/map_files/FOP_v3_Sciannex/Fiorina_SciAnnex.dmm @@ -14,13 +14,11 @@ /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/tumor/servers) "aaq" = ( -/obj/structure/machinery/power/apc{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/organic/grass/astroturf, /area/fiorina/tumor/fiberbush) "aar" = ( -/obj/structure/machinery/power/apc, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/almayer, /area/fiorina/tumor/ship) "aas" = ( @@ -28,9 +26,7 @@ dir = 1; pixel_y = 21 }, -/obj/structure/machinery/power/apc{ - dir = 8 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/wood, /area/fiorina/station/security/wardens) "aaR" = ( @@ -536,9 +532,7 @@ /turf/open/floor/plating/prison, /area/fiorina/station/central_ring) "ast" = ( -/obj/structure/machinery/power/apc{ - dir = 4 - }, +/obj/structure/machinery/power/apc/directional/power/east, /turf/open/floor/plating/prison, /area/fiorina/station/telecomm/lz2_maint) "asz" = ( @@ -697,9 +691,7 @@ /turf/open/floor/prison/whitegreen/southwest, /area/fiorina/station/medbay) "ayG" = ( -/obj/structure/machinery/power/apc{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/yellow/northwest, /area/fiorina/station/disco) "ayH" = ( @@ -6600,9 +6592,7 @@ /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/station/security/wardens) "eZi" = ( -/obj/structure/machinery/power/apc{ - dir = 8 - }, +/obj/structure/machinery/power/apc/directional/power/west, /turf/open/floor/prison, /area/fiorina/station/telecomm/lz1_tram) "eZr" = ( @@ -7367,7 +7357,7 @@ /turf/open/floor/prison/bluefull, /area/fiorina/station/power_ring) "fEY" = ( -/obj/structure/machinery/power/apc, +/obj/structure/machinery/power/apc/directional/power/south, /turf/open/floor/delivery, /area/fiorina/station/power_ring) "fFv" = ( @@ -7589,9 +7579,7 @@ /turf/open/floor/prison/blue/north, /area/fiorina/station/power_ring) "fPl" = ( -/obj/structure/machinery/power/apc{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/yellow/north, /area/fiorina/station/lowsec) "fPB" = ( @@ -7912,9 +7900,7 @@ /turf/open/floor/prison/floor_plate, /area/fiorina/station/security) "gaQ" = ( -/obj/structure/machinery/power/apc{ - dir = 4 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/prison, /area/fiorina/station/security) "gbf" = ( @@ -10170,9 +10156,7 @@ /turf/open/floor/prison/floor_plate, /area/fiorina/station/medbay) "hIX" = ( -/obj/structure/machinery/power/apc{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/green/north, /area/fiorina/station/chapel) "hJo" = ( @@ -10274,7 +10258,7 @@ /turf/open/floor/plating/prison, /area/fiorina/station/park) "hPq" = ( -/obj/structure/machinery/power/apc, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/prison/blue_plate/east, /area/fiorina/station/botany) "hPu" = ( @@ -11889,7 +11873,7 @@ /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/station/central_ring) "iYJ" = ( -/obj/structure/machinery/power/apc, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/prison/greenfull/east, /area/fiorina/tumor/civres) "iYQ" = ( @@ -13974,7 +13958,7 @@ /turf/open/floor/prison/whitepurple/west, /area/fiorina/station/research_cells) "kGo" = ( -/obj/structure/machinery/power/apc, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/prison/whitepurple, /area/fiorina/station/research_cells) "kGB" = ( @@ -17516,9 +17500,7 @@ "nqL" = ( /obj/structure/surface/rack, /obj/item/reagent_container/spray/cleaner, -/obj/structure/machinery/power/apc{ - dir = 4 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/plating/prison, /area/fiorina/maintenance) "nqN" = ( @@ -18501,9 +18483,7 @@ /turf/open/floor/plating/prison, /area/fiorina/maintenance) "obE" = ( -/obj/structure/machinery/power/apc{ - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/prison, /area/fiorina/station/flight_deck) "obI" = ( @@ -18623,9 +18603,7 @@ /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) "ofQ" = ( -/obj/structure/machinery/power/apc{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/station/central_ring) "oga" = ( @@ -18948,7 +18926,7 @@ /turf/open/floor/prison/bluecorner, /area/fiorina/station/power_ring) "ooF" = ( -/obj/structure/machinery/power/apc, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/wood, /area/fiorina/station/park) "ooO" = ( @@ -24213,7 +24191,7 @@ /turf/open/floor/prison/whitegreencorner/east, /area/fiorina/station/medbay) "sBO" = ( -/obj/structure/machinery/power/apc, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/prison/whitegreenfull/southwest, /area/fiorina/station/medbay) "sBW" = ( @@ -27162,9 +27140,7 @@ /turf/open/floor/prison/darkyellowfull2/east, /area/fiorina/lz/near_lzI) "uNG" = ( -/obj/structure/machinery/power/apc{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/power/north, /turf/open/floor/prison, /area/fiorina/lz/near_lzII) "uNI" = ( @@ -29566,9 +29542,7 @@ /turf/open/floor/prison/floor_plate, /area/fiorina/station/lowsec) "wFM" = ( -/obj/structure/machinery/power/apc{ - dir = 8 - }, +/obj/structure/machinery/power/apc/directional/power/west, /turf/open/floor/prison/floor_plate/southwest, /area/fiorina/station/telecomm/lz1_cargo) "wFS" = ( @@ -30097,9 +30071,7 @@ /turf/open/floor/prison/bluefull, /area/fiorina/station/power_ring) "xbr" = ( -/obj/structure/machinery/power/apc{ - dir = 4 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/prison/green/north, /area/fiorina/station/transit_hub) "xbE" = ( @@ -30386,9 +30358,7 @@ /turf/open/organic/grass/astroturf, /area/fiorina/station/central_ring) "xpw" = ( -/obj/structure/machinery/power/apc{ - dir = 8 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/prison, /area/fiorina/lz/near_lzI) "xpx" = ( @@ -31160,9 +31130,7 @@ /turf/open/floor/plating/prison, /area/fiorina/lz/near_lzII) "xYo" = ( -/obj/structure/machinery/power/apc{ - dir = 8 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/prison/darkbrownfull2, /area/fiorina/tumor/aux_engi) "xYJ" = ( diff --git a/maps/map_files/FOP_v3_Sciannex/sprinkles/10.scavshipholder.dmm b/maps/map_files/FOP_v3_Sciannex/sprinkles/10.scavshipholder.dmm index 410ef56b0c1e..9bd8a2f78700 100644 --- a/maps/map_files/FOP_v3_Sciannex/sprinkles/10.scavshipholder.dmm +++ b/maps/map_files/FOP_v3_Sciannex/sprinkles/10.scavshipholder.dmm @@ -190,7 +190,7 @@ /turf/closed/shuttle/ert, /area/template_noop) "nV" = ( -/obj/structure/machinery/power/apc, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/almayer, /area/template_noop) "od" = ( diff --git a/maps/map_files/FOP_v3_Sciannex/sprinkles/15.nogear.dmm b/maps/map_files/FOP_v3_Sciannex/sprinkles/15.nogear.dmm index 62e24f138207..7040cf71a2bc 100644 --- a/maps/map_files/FOP_v3_Sciannex/sprinkles/15.nogear.dmm +++ b/maps/map_files/FOP_v3_Sciannex/sprinkles/15.nogear.dmm @@ -65,9 +65,7 @@ /turf/open/floor/prison/redfull, /area/template_noop) "s" = ( -/obj/structure/machinery/power/apc{ - dir = 4 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/prison, /area/template_noop) "t" = ( diff --git a/maps/map_files/FOP_v3_Sciannex/sprinkles/15.wardenofficedecorated.dmm b/maps/map_files/FOP_v3_Sciannex/sprinkles/15.wardenofficedecorated.dmm index bd9ec72717b3..91a7c1c29497 100644 --- a/maps/map_files/FOP_v3_Sciannex/sprinkles/15.wardenofficedecorated.dmm +++ b/maps/map_files/FOP_v3_Sciannex/sprinkles/15.wardenofficedecorated.dmm @@ -93,9 +93,7 @@ dir = 1; pixel_y = 21 }, -/obj/structure/machinery/power/apc{ - dir = 8 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/wood, /area/template_noop) "T" = ( diff --git a/maps/map_files/FOP_v3_Sciannex/sprinkles/20.poolparty.dmm b/maps/map_files/FOP_v3_Sciannex/sprinkles/20.poolparty.dmm index f30a796cdd74..63b149e47d30 100644 --- a/maps/map_files/FOP_v3_Sciannex/sprinkles/20.poolparty.dmm +++ b/maps/map_files/FOP_v3_Sciannex/sprinkles/20.poolparty.dmm @@ -52,7 +52,7 @@ /turf/open/floor/prison/darkbrown2, /area/template_noop) "cU" = ( -/obj/structure/machinery/power/apc, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/wood, /area/template_noop) "dB" = ( diff --git a/maps/map_files/FOP_v3_Sciannex/sprinkles/30.engineeroffice.dmm b/maps/map_files/FOP_v3_Sciannex/sprinkles/30.engineeroffice.dmm index 55e933cf4d27..4e6fcd057aac 100644 --- a/maps/map_files/FOP_v3_Sciannex/sprinkles/30.engineeroffice.dmm +++ b/maps/map_files/FOP_v3_Sciannex/sprinkles/30.engineeroffice.dmm @@ -15,7 +15,7 @@ /turf/open/floor/prison/greenfull/east, /area/template_noop) "n" = ( -/obj/structure/machinery/power/apc, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/prison/greenfull/east, /area/template_noop) "o" = ( diff --git a/maps/map_files/FOP_v3_Sciannex/standalone/riot_in_progress.dmm b/maps/map_files/FOP_v3_Sciannex/standalone/riot_in_progress.dmm index 4cdabb8199c1..d187194b2a41 100644 --- a/maps/map_files/FOP_v3_Sciannex/standalone/riot_in_progress.dmm +++ b/maps/map_files/FOP_v3_Sciannex/standalone/riot_in_progress.dmm @@ -516,9 +516,7 @@ /turf/open/floor/prison/redfull, /area/fiorina/station/security) "ty" = ( -/obj/structure/machinery/power/apc{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison, /area/fiorina/lz/near_lzII) "tS" = ( @@ -1071,9 +1069,7 @@ /turf/open/floor/plating/prison, /area/fiorina/station/security) "Tn" = ( -/obj/structure/machinery/power/apc{ - dir = 4 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/prison, /area/fiorina/station/security) "Tp" = ( diff --git a/maps/map_files/Ice_Colony_v2/Ice_Colony_v2.dmm b/maps/map_files/Ice_Colony_v2/Ice_Colony_v2.dmm index 80342068f6e6..82137155b09b 100644 --- a/maps/map_files/Ice_Colony_v2/Ice_Colony_v2.dmm +++ b/maps/map_files/Ice_Colony_v2/Ice_Colony_v2.dmm @@ -692,11 +692,7 @@ /area/ice_colony/surface/requesitions) "acV" = ( /obj/item/lightstick/planted, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/plating/icefloor, /area/ice_colony/surface/requesitions) "acW" = ( @@ -837,11 +833,7 @@ "ady" = ( /obj/structure/surface/table, /obj/item/storage/box/lightstick, -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/darkyellow2/east, /area/ice_colony/surface/engineering/electric) "adz" = ( @@ -1078,11 +1070,7 @@ /obj/structure/surface/table, /obj/effect/spawner/random/toolbox, /obj/effect/spawner/random/tool, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/darkyellow2/north, /area/ice_colony/surface/engineering/tool) @@ -1550,11 +1538,7 @@ /turf/open/floor/dark2, /area/ice_colony/surface/engineering) "afV" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, @@ -1803,11 +1787,7 @@ /area/ice_colony/underground/hallway/north_west) "agM" = ( /obj/structure/surface/table, -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/darkyellow2/east, /area/ice_colony/surface/engineering/generator) "agN" = ( @@ -2734,11 +2714,7 @@ /turf/open/auto_turf/snow/layer0, /area/ice_colony/exterior/surface/clearing/north) "akb" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/darkyellow2/north, /area/ice_colony/surface/substation/smes) "akc" = ( @@ -3002,11 +2978,7 @@ /turf/open/floor/freezerfloor, /area/ice_colony/surface/dorms/restroom_w) "akY" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/freezerfloor, /area/ice_colony/surface/dorms/restroom_w) "akZ" = ( @@ -3031,11 +3003,7 @@ /turf/open/floor/freezerfloor, /area/ice_colony/surface/dorms/restroom_e) "ald" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/freezerfloor, /area/ice_colony/surface/dorms/restroom_e) "ale" = ( @@ -3135,11 +3103,7 @@ /turf/open/floor/darkyellow2/north, /area/ice_colony/surface/substation) "aly" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/darkyellow2/north, /area/ice_colony/surface/substation) "alz" = ( @@ -3207,11 +3171,7 @@ "alN" = ( /obj/structure/surface/table, /obj/item/storage/bag/plants, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/darkgreen2/northeast, /area/ice_colony/surface/hydroponics/north) @@ -3281,11 +3241,7 @@ /turf/open/floor/plating, /area/ice_colony/surface/mining) "ama" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/plating, /area/ice_colony/surface/mining) "amb" = ( @@ -4332,11 +4288,7 @@ /turf/open/floor/whitered/north, /area/ice_colony/surface/clinic/treatment) "apG" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/item/storage/toolbox/emergency, /obj/structure/surface/table, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, @@ -4421,11 +4373,7 @@ /turf/open/floor/freezerfloor, /area/ice_colony/surface/dorms/restroom_w) "apW" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/surface/table, /obj/structure/machinery/alarm{ dir = 4; @@ -5543,11 +5491,7 @@ pixel_x = 5; pixel_y = 3 }, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/whitered/north, /area/ice_colony/surface/clinic/storage) "atG" = ( @@ -5689,10 +5633,7 @@ /turf/open/floor/whitered, /area/ice_colony/surface/clinic/lobby) "aug" = ( -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/whitered, /area/ice_colony/surface/clinic/lobby) "auh" = ( @@ -6430,11 +6371,7 @@ /obj/structure/bed/chair{ dir = 4 }, -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/darkgreen2/west, /area/ice_colony/surface/hydroponics/lobby) "awD" = ( @@ -6739,11 +6676,7 @@ /turf/open/floor/darkbrown2/north, /area/ice_colony/surface/dorms/lavatory) "axJ" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/closet/crate/trashcart, /turf/open/floor/darkbrown2/north, /area/ice_colony/surface/dorms/lavatory) @@ -6771,11 +6704,7 @@ /turf/open/floor/darkgreen2/northwest, /area/ice_colony/surface/dorms/canteen) "axP" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/darkgreen2/north, /area/ice_colony/surface/dorms/canteen) "axQ" = ( @@ -7342,11 +7271,7 @@ /turf/open/floor/darkbrown2/north, /area/ice_colony/surface/garage/one) "azW" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/darkbrown2/north, /area/ice_colony/surface/garage/one) "azX" = ( @@ -7397,11 +7322,7 @@ /turf/open/floor/darkbrown2/north, /area/ice_colony/surface/garage/two) "aAg" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/darkbrown2/north, /area/ice_colony/surface/garage/two) "aAh" = ( @@ -7437,10 +7358,7 @@ /turf/open/auto_turf/snow/layer0, /area/ice_colony/exterior/surface/valley/south/excavation) "aAn" = ( -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/darkbrown2, /area/ice_colony/surface/disposals) "aAo" = ( @@ -7697,11 +7615,7 @@ }, /obj/structure/surface/table, /obj/effect/spawner/random/tool, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/darkyellow2/north, /area/ice_colony/surface/garage/repair) "aBk" = ( @@ -7788,11 +7702,7 @@ /area/ice_colony/surface/command/checkpoint) "aBA" = ( /obj/structure/closet/secure_closet/security, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/darkred2/north, /area/ice_colony/surface/command/checkpoint) "aBB" = ( @@ -8197,11 +8107,7 @@ /turf/open/floor/dark2, /area/ice_colony/surface/command/control/office) "aDd" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/darkblue2/east, /area/ice_colony/surface/command/control/office) "aDe" = ( @@ -8328,11 +8234,7 @@ /area/ice_colony/surface/hydroponics/south) "aDx" = ( /obj/structure/closet/crate/hydroponics, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/darkgreen2/northeast, /area/ice_colony/surface/hydroponics/south) "aDy" = ( @@ -9194,10 +9096,7 @@ /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/darkblue2, /area/ice_colony/surface/command/control) "aGq" = ( @@ -9246,11 +9145,7 @@ /area/ice_colony/exterior/surface/clearing/pass) "aGF" = ( /obj/structure/largecrate/random, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/vault2/west, /area/ice_colony/surface/storage_unit/power) "aGH" = ( @@ -9439,11 +9334,7 @@ /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/wood, /area/ice_colony/surface/command/crisis) "aHo" = ( @@ -9758,10 +9649,7 @@ /turf/open/floor/wood, /area/ice_colony/surface/command/control/pv1) "aIz" = ( -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /obj/structure/bed/chair/comfy/orange{ dir = 1 }, @@ -9782,10 +9670,7 @@ /obj/structure/bed/chair/comfy/orange{ dir = 1 }, -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/wood, /area/ice_colony/surface/command/control/pv2) "aID" = ( @@ -9962,11 +9847,7 @@ /area/ice_colony/surface/hangar/checkpoint) "aJm" = ( /obj/effect/landmark/crap_item, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/vault2/west, /area/ice_colony/surface/storage_unit/telecomms) "aJp" = ( @@ -10221,11 +10102,7 @@ /area/ice_colony/surface/hangar/checkpoint) "aKL" = ( /obj/structure/closet/secure_closet/security, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/darkred2/north, /area/ice_colony/surface/hangar/checkpoint) "aKN" = ( @@ -10857,10 +10734,7 @@ /turf/open/floor/plating, /area/ice_colony/surface/research) "aNn" = ( -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/vault2/west, /area/ice_colony/surface/storage_unit/research) "aNp" = ( @@ -11237,11 +11111,7 @@ /turf/open/floor/dark2, /area/ice_colony/surface/hangar/beta) "aOQ" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/machinery/firealarm{ dir = 4; pixel_x = 24 @@ -11257,11 +11127,7 @@ /turf/open/floor/dark2, /area/ice_colony/surface/hangar/hallway) "aOT" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/machinery/firealarm{ dir = 8; pixel_x = -24 @@ -11407,10 +11273,7 @@ /area/ice_colony/surface/bar/canteen) "aPs" = ( /obj/structure/machinery/processor, -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/freezerfloor, /area/ice_colony/surface/bar/canteen) "aPt" = ( @@ -11469,10 +11332,7 @@ /turf/open/floor/wood, /area/ice_colony/surface/bar/bar) "aPz" = ( -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/wood, /area/ice_colony/surface/bar/bar) "aPA" = ( @@ -11600,11 +11460,7 @@ /turf/open/floor/darkbrown2/east, /area/ice_colony/surface/hangar/beta) "aQb" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /obj/structure/disposalpipe/segment{ dir = 4; icon_state = "pipe-c" @@ -12210,11 +12066,7 @@ /turf/closed/wall, /area/ice_colony/surface/research/temporary) "aSC" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/dark2, /area/ice_colony/surface/research) "aSD" = ( @@ -12439,11 +12291,7 @@ /turf/open/floor/darkbrown2/west, /area/ice_colony/surface/hangar/alpha) "aTH" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/darkyellow2/west, /area/ice_colony/surface/research/temporary) "aTI" = ( @@ -13234,10 +13082,7 @@ /turf/open/floor/darkyellow2, /area/ice_colony/surface/research/tech_storage) "aWX" = ( -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/darkyellow2, /area/ice_colony/surface/research/tech_storage) "aWY" = ( @@ -14258,11 +14103,7 @@ /turf/open/ice, /area/ice_colony/exterior/surface/valley/south/excavation) "bbR" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/power/west, /turf/open/floor/delivery, /area/ice_colony/surface/tcomms) "bbW" = ( @@ -14606,11 +14447,7 @@ /turf/open/floor/freezerfloor, /area/ice_colony/underground/requesition/storage) "bdH" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/freezerfloor, /area/ice_colony/underground/requesition/storage) "bdI" = ( @@ -14650,11 +14487,7 @@ /turf/open/floor/darkbrown2/north, /area/ice_colony/underground/requesition) "bdQ" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/darkbrown2/north, /area/ice_colony/underground/requesition) "bdR" = ( @@ -14677,11 +14510,7 @@ /area/ice_colony/underground/hangar) "bdX" = ( /obj/structure/reagent_dispensers/fueltank, -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/plating/icefloor, /area/ice_colony/surface/excavation/storage) "bdY" = ( @@ -15066,10 +14895,7 @@ /turf/open/floor/darkblue2, /area/ice_colony/surface/excavation) "bfA" = ( -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/darkpurple2, /area/ice_colony/surface/excavation) "bfB" = ( @@ -15300,11 +15126,7 @@ /turf/open/floor/darkbrown2/east, /area/ice_colony/underground/requesition) "bgG" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/plating, /area/ice_colony/underground/maintenance/north) "bgH" = ( @@ -15506,11 +15328,7 @@ /turf/open/floor/plating, /area/ice_colony/underground/requesition/lobby) "bhA" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/effect/decal/warning_stripes{ icon_state = "W" }, @@ -15539,11 +15357,7 @@ /turf/open/floor/plating, /area/ice_colony/underground/maintenance/north) "bhE" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/plating/icefloor/warnplate/west, /area/ice_colony/underground/hangar) "bhF" = ( @@ -16138,10 +15952,7 @@ /turf/open/floor/darkbrown2, /area/ice_colony/underground/requesition/sec_storage) "bkx" = ( -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/darkbrown2, /area/ice_colony/underground/requesition/sec_storage) "bky" = ( @@ -16617,11 +16428,7 @@ /turf/open/floor/carpet, /area/ice_colony/underground/crew/chapel) "bmy" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/carpet, /area/ice_colony/underground/crew/chapel) "bmz" = ( @@ -16629,11 +16436,7 @@ /turf/open/floor/dark2, /area/ice_colony/underground/crew/morgue) "bmD" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/dark2, /area/ice_colony/underground/crew/morgue) "bmE" = ( @@ -16651,11 +16454,7 @@ /turf/open/floor/wood, /area/ice_colony/underground/crew/library) "bmK" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/wood, /area/ice_colony/underground/crew/library) "bmL" = ( @@ -16879,11 +16678,7 @@ /turf/open/floor/dark2, /area/ice_colony/underground/engineering/locker) "bnF" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/darkyellow2/east, /area/ice_colony/underground/engineering/locker) "bnG" = ( @@ -17214,11 +17009,7 @@ }, /area/ice_colony/exterior/underground/caves) "boV" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/darkgreen2/north, /area/ice_colony/underground/hallway/north_west) "boW" = ( @@ -17768,11 +17559,7 @@ /turf/open/floor/plating, /area/ice_colony/underground/engineering) "brp" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/darkyellow2/west, /area/ice_colony/underground/engineering) "brq" = ( @@ -18121,11 +17908,7 @@ /turf/open/floor/darkred2/north, /area/ice_colony/underground/reception/checkpoint_north) "bsE" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/darkgreen2/west, /area/ice_colony/underground/crew/bball) "bsH" = ( @@ -18291,11 +18074,7 @@ /turf/open/floor/white, /area/ice_colony/underground/medical/or) "btl" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/whitered/east, /area/ice_colony/underground/medical/or) "btm" = ( @@ -18318,11 +18097,7 @@ /turf/open/floor/dark2, /area/ice_colony/underground/reception/checkpoint_north) "btr" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/darkred2/east, /area/ice_colony/underground/reception/checkpoint_north) "bts" = ( @@ -19301,10 +19076,7 @@ /turf/closed/wall/r_wall, /area/ice_colony/exterior/underground/caves/open) "bwz" = ( -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/bcircuit, /area/ice_colony/underground/engineering/substation) "bwE" = ( @@ -19319,11 +19091,7 @@ /turf/open/floor/plating, /area/ice_colony/underground/maintenance/research) "bwG" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/plating, /area/ice_colony/underground/maintenance/research) "bwH" = ( @@ -19445,10 +19213,7 @@ /turf/open/floor/darkgreen2, /area/ice_colony/underground/medical/lobby) "bxj" = ( -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/darkgreen2, /area/ice_colony/underground/medical/lobby) "bxk" = ( @@ -19553,11 +19318,7 @@ /turf/open/floor/plating, /area/ice_colony/underground/maintenance/engineering) "bxG" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, @@ -19600,10 +19361,7 @@ /turf/open/floor/whitered, /area/ice_colony/underground/medical/treatment) "bxO" = ( -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/whitered, /area/ice_colony/underground/medical/treatment) "bxP" = ( @@ -19758,10 +19516,7 @@ /turf/open/floor/whitered, /area/ice_colony/underground/medical/hallway) "byy" = ( -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/whitered, /area/ice_colony/underground/medical/hallway) "byA" = ( @@ -19779,11 +19534,7 @@ /turf/open/floor/plating, /area/ice_colony/underground/maintenance/central) "byD" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/plating, /area/ice_colony/underground/maintenance/central) "byE" = ( @@ -20147,10 +19898,7 @@ /turf/open/floor/whitered, /area/ice_colony/underground/medical/storage) "bAa" = ( -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /obj/structure/surface/rack, /turf/open/floor/whitered, /area/ice_colony/underground/medical/storage) @@ -20238,11 +19986,7 @@ /area/ice_colony/underground/security/detective) "bAs" = ( /obj/structure/bed/chair/comfy/black, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/wood, /area/ice_colony/underground/security/detective) "bAt" = ( @@ -20273,11 +20017,7 @@ /turf/open/floor/wood, /area/ice_colony/underground/security/marshal) "bAy" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/wood, /area/ice_colony/underground/security/marshal) "bAz" = ( @@ -20641,19 +20381,11 @@ /turf/open/floor/darkpurple2/north, /area/ice_colony/underground/research) "bBH" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/darkpurple2/north, /area/ice_colony/underground/research) "bBK" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/darkpurple2/northwest, /area/ice_colony/underground/research/storage) "bBL" = ( @@ -20838,11 +20570,7 @@ /turf/open/floor/plating, /area/ice_colony/underground/maintenance/central) "bCz" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/darkblue2/east, /area/ice_colony/underground/command/center) "bCA" = ( @@ -20925,11 +20653,7 @@ /turf/open/floor/darkblue2/north, /area/ice_colony/underground/storage/highsec) "bCW" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/darkblue2/north, /area/ice_colony/underground/storage/highsec) "bCX" = ( @@ -21163,10 +20887,7 @@ /turf/open/floor/darkgreen2, /area/ice_colony/underground/crew/canteen) "bDR" = ( -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/darkgreen2, /area/ice_colony/underground/crew/canteen) "bDS" = ( @@ -21273,11 +20994,7 @@ /turf/open/floor/darkpurple2/north, /area/ice_colony/underground/research/sample) "bEl" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/darkpurple2/northeast, /area/ice_colony/underground/research/sample) "bEm" = ( @@ -21572,11 +21289,7 @@ /area/ice_colony/underground/command/pv1) "bFl" = ( /obj/structure/bed/chair/comfy/orange, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/wood, /area/ice_colony/underground/command/pv1) "bFm" = ( @@ -21598,11 +21311,7 @@ /area/ice_colony/underground/command/pv2) "bFp" = ( /obj/structure/bed/chair/comfy/orange, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/wood, /area/ice_colony/underground/command/pv2) "bFq" = ( @@ -21629,11 +21338,7 @@ /turf/open/floor/wood, /area/ice_colony/underground/crew/dorm_l) "bFv" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/wood, /area/ice_colony/underground/crew/dorm_l) "bFw" = ( @@ -21650,11 +21355,7 @@ /turf/open/floor/wood, /area/ice_colony/underground/crew/dorm_r) "bFz" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/wood, /area/ice_colony/underground/crew/dorm_r) "bFB" = ( @@ -21809,11 +21510,7 @@ /turf/open/floor/darkred2/northwest, /area/ice_colony/underground/security/interrogation) "bGr" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/darkred2/north, /area/ice_colony/underground/security/interrogation) "bGs" = ( @@ -21971,11 +21668,7 @@ /turf/open/floor/darkpurple2/northwest, /area/ice_colony/underground/research/work) "bGZ" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/filingcabinet, /obj/item/paper/research_notes, /turf/open/floor/darkpurple2/north, @@ -22055,11 +21748,7 @@ /turf/open/floor/dark2, /area/ice_colony/underground/storage) "bHo" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/darkyellow2/north, /area/ice_colony/underground/storage) "bHp" = ( @@ -22091,11 +21780,7 @@ /turf/open/floor/darkred2/northwest, /area/ice_colony/underground/command/checkpoint) "bHu" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/closet/secure_closet/security, /turf/open/floor/darkred2/northeast, /area/ice_colony/underground/command/checkpoint) @@ -22918,11 +22603,7 @@ /obj/structure/bed/chair{ dir = 1 }, -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/darkred2/northeast, /area/ice_colony/underground/security/backroom) "bKx" = ( @@ -22972,11 +22653,7 @@ /turf/open/floor/dark2, /area/ice_colony/underground/security/hallway) "bKD" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/darkred2/east, /area/ice_colony/underground/security/hallway) "bKE" = ( @@ -23259,11 +22936,7 @@ /turf/open/floor/darkgreen2/north, /area/ice_colony/underground/hallway/south_east) "bLL" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/darkgreen2/north, /area/ice_colony/underground/hallway/south_east) "bLO" = ( @@ -23604,11 +23277,7 @@ /turf/open/floor/darkred2/north, /area/ice_colony/underground/security) "bMS" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/darkred2/north, /area/ice_colony/underground/security) "bMT" = ( @@ -23846,11 +23515,7 @@ /turf/open/floor/dark2, /area/ice_colony/underground/crew/disposals) "bNY" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/darkbrown2/north, /area/ice_colony/underground/crew/disposals) "bNZ" = ( @@ -23915,11 +23580,7 @@ /turf/closed/wall/r_wall, /area/ice_colony/underground/maintenance/south) "bOl" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/wood, /area/ice_colony/underground/crew/leisure) "bOn" = ( @@ -23936,11 +23597,7 @@ /area/ice_colony/underground/crew/leisure) "bOq" = ( /obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/plating, /area/ice_colony/underground/maintenance/security) "bOs" = ( @@ -24244,11 +23901,7 @@ /turf/open/floor/dark2, /area/ice_colony/underground/security/armory) "bPu" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/darkred2/north, /area/ice_colony/underground/security/armory) "bPv" = ( @@ -24276,11 +23929,7 @@ /turf/open/floor/dark2, /area/ice_colony/underground/security/brig) "bPC" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/darkred2/north, /area/ice_colony/underground/security/brig) "bPD" = ( @@ -24711,10 +24360,7 @@ /turf/open/floor/darkbrown2, /area/ice_colony/underground/crew/lavatory) "bRe" = ( -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/darkbrown2, /area/ice_colony/underground/crew/lavatory) "bRf" = ( @@ -25271,11 +24917,7 @@ /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/plating, /area/ice_colony/underground/maintenance/east) "bSQ" = ( @@ -25387,11 +25029,7 @@ /turf/open/floor/wood, /area/ice_colony/underground/reception) "bTj" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/wood, /area/ice_colony/underground/reception) "bTk" = ( @@ -25654,11 +25292,7 @@ /turf/open/floor/white, /area/ice_colony/underground/reception/toilet_men) "bUo" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/white, /area/ice_colony/underground/reception/toilet_men) "bUq" = ( @@ -25727,11 +25361,7 @@ /turf/open/floor/plating, /area/ice_colony/underground/reception/toilet_men) "bUC" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/plating, /area/ice_colony/underground/maintenance/south) "bUH" = ( @@ -26011,10 +25641,7 @@ /area/ice_colony/underground/reception/checkpoint_south) "bVD" = ( /obj/structure/filingcabinet/security, -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/darkred2/southeast, /area/ice_colony/underground/reception/checkpoint_south) "bVE" = ( @@ -26059,10 +25686,7 @@ /turf/open/floor/white, /area/ice_colony/underground/reception/toilet_women) "bVL" = ( -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/white, /area/ice_colony/underground/reception/toilet_women) "bVM" = ( @@ -26924,11 +26548,7 @@ /turf/open/floor/darkyellow2, /area/ice_colony/surface/tcomms) "gxg" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/darkbrown2/west, /area/ice_colony/surface/hangar/alpha) "gDb" = ( diff --git a/maps/map_files/Ice_Colony_v3/Shivas_Snowball.dmm b/maps/map_files/Ice_Colony_v3/Shivas_Snowball.dmm index c359e4ae0a0e..494875c02858 100644 --- a/maps/map_files/Ice_Colony_v3/Shivas_Snowball.dmm +++ b/maps/map_files/Ice_Colony_v3/Shivas_Snowball.dmm @@ -668,10 +668,7 @@ /turf/open/auto_turf/ice/layer0, /area/shiva/interior/caves/right_spiders) "acx" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/shiva/floor3, /area/shiva/interior/colony/medseceng) "acA" = ( @@ -4131,10 +4128,7 @@ req_access_txt = "100"; specialfunctions = 4 }, -/obj/structure/machinery/power/apc{ - dir = 4; - start_charge = 50 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/shiva/floor3, /area/shiva/interior/valley_huts) "aFu" = ( @@ -6162,10 +6156,7 @@ /turf/open/floor/plating, /area/shiva/interior/colony/medseceng) "bFP" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - start_charge = 10 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/shiva/north, /area/shiva/exterior/lz2_fortress) "bFS" = ( @@ -6544,7 +6535,7 @@ /turf/open/floor/shiva/floor3, /area/shiva/interior/lz2_habs) "ccu" = ( -/obj/structure/machinery/power/apc, +/obj/structure/machinery/power/apc/directional/power/south, /turf/open/floor/plating, /area/shiva/exterior/telecomm/lz1_north) "ccI" = ( @@ -7848,10 +7839,7 @@ /turf/open/floor/shiva/multi_tiles/east, /area/shiva/interior/colony/research_hab) "dVw" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/plating, /area/shiva/interior/caves/research_caves) "dWp" = ( @@ -7999,10 +7987,7 @@ /turf/open/floor/shiva/snow_mat/north, /area/shiva/exterior/cp_lz2) "edW" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/plating, /area/shiva/exterior/cp_colony_grounds) "eep" = ( @@ -9685,10 +9670,7 @@ /turf/open/auto_turf/snow/layer3, /area/shiva/exterior/cp_lz2) "grd" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/power/east, /turf/open/floor/shiva/north, /area/shiva/interior/caves/s_lz2) "grk" = ( @@ -12038,10 +12020,7 @@ /turf/open/floor/shiva/north, /area/shiva/interior/garage) "iZX" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/shiva, /area/shiva/interior/bar) "jac" = ( @@ -13847,10 +13826,7 @@ /turf/open/auto_turf/snow/layer2, /area/shiva/exterior/junkyard) "liD" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/shiva/floor3, /area/shiva/interior/lz2_habs) "ljz" = ( @@ -13893,11 +13869,7 @@ /turf/open/floor/prison/kitchen, /area/shiva/interior/colony/central) "lnk" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - name = "telecomms relay power controller"; - start_charge = 10 - }, +/obj/structure/machinery/power/apc/directional/power/north, /turf/open/floor/shiva/yellowfull/west, /area/shiva/interior/aux_power) "lnH" = ( @@ -14005,11 +13977,7 @@ /turf/open/auto_turf/snow/layer0, /area/shiva/interior/bar) "lro" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - name = "telecomms relay power controller"; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/power/east, /turf/open/floor/shiva/floor3, /area/shiva/interior/aerodrome) "lrt" = ( @@ -14267,10 +14235,7 @@ /turf/open/auto_turf/snow/layer0, /area/shiva/interior/caves/cp_camp) "lKJ" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/shiva/bluefull, /area/shiva/interior/colony/central) "lKQ" = ( @@ -14400,10 +14365,7 @@ /turf/open/floor/shiva/north, /area/shiva/exterior/lz2_fortress) "lTN" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/darkbrown2/east, /area/shiva/interior/valley_huts/disposals) "lUF" = ( @@ -14746,10 +14708,7 @@ /area/shiva/interior/bar) "mpt" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/apc{ - dir = 1; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/asphalt/cement, /area/shiva/interior/warehouse) "mpI" = ( @@ -15575,9 +15534,7 @@ /turf/open/floor/shiva/purplefull/east, /area/shiva/interior/colony/research_hab) "nmt" = ( -/obj/structure/machinery/power/apc{ - dir = 4 - }, +/obj/structure/machinery/power/apc/directional/power/east, /turf/open/floor/plating, /area/shiva/exterior/telecomm/lz2_southeast) "nmT" = ( @@ -16005,10 +15962,7 @@ /turf/open/floor/shiva/redfull/west, /area/shiva/interior/colony/research_hab) "nNX" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/shiva/north, /area/shiva/interior/warehouse/caves) "nOd" = ( @@ -16552,7 +16506,7 @@ /turf/open/auto_turf/snow/layer1, /area/shiva/exterior/junkyard/fortbiceps) "owY" = ( -/obj/structure/machinery/power/apc, +/obj/structure/machinery/power/apc/directional/power/south, /turf/open/floor/plating, /area/shiva/exterior/telecomm/lz2_northeast) "oxP" = ( @@ -16560,10 +16514,7 @@ /turf/open/auto_turf/snow/layer3, /area/shiva/exterior/junkyard) "oyc" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/shiva/bluefull, /area/shiva/interior/colony/n_admin) "oyw" = ( @@ -17111,10 +17062,7 @@ /turf/open/auto_turf/ice/layer0, /area/shiva/interior/caves/s_lz2) "prb" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/shiva/yellow/north, /area/shiva/interior/garage) "prO" = ( @@ -17660,10 +17608,7 @@ /turf/open/floor/prison/kitchen, /area/shiva/interior/colony/central) "pOM" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/delivery, /area/shiva/interior/telecomm/lz1_biceps) "pPt" = ( @@ -18300,10 +18245,7 @@ /turf/open/auto_turf/snow/layer2, /area/shiva/interior/colony/medseceng) "qEt" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/plating, /area/shiva/exterior/junkyard) "qEB" = ( @@ -18594,10 +18536,7 @@ /turf/open/auto_turf/ice/layer1, /area/shiva/interior/caves/research_caves) "raQ" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/plating, /area/shiva/exterior/junkyard/cp_bar) "rbc" = ( @@ -19322,10 +19261,7 @@ /turf/open/floor/shiva/wred/northwest, /area/shiva/interior/colony/medseceng) "san" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/shiva/bluefull, /area/shiva/interior/colony/s_admin) "sax" = ( @@ -20310,10 +20246,7 @@ /turf/open/floor/shiva/floor3, /area/shiva/interior/colony/botany) "tnU" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/plating, /area/shiva/exterior/cp_lz2) "too" = ( @@ -20828,10 +20761,7 @@ /obj/structure/bed/chair{ dir = 4 }, -/obj/structure/machinery/power/apc{ - dir = 8; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/shiva/floor3, /area/shiva/interior/colony/botany) "tRq" = ( @@ -21101,10 +21031,7 @@ /turf/open/auto_turf/snow/layer3, /area/shiva/exterior/junkyard/fortbiceps) "ufb" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/shiva/floor3, /area/shiva/interior/colony/research_hab) "ufd" = ( @@ -22404,9 +22331,7 @@ /area/shiva/interior/aerodrome) "vIi" = ( /obj/effect/landmark/crap_item, -/obj/structure/machinery/power/apc{ - dir = 4 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/shiva/floor3, /area/shiva/interior/valley_huts/no2) "vIy" = ( @@ -22591,10 +22516,7 @@ /turf/open/auto_turf/snow/layer2, /area/shiva/exterior/cp_colony_grounds) "vXw" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/plating, /area/shiva/interior/caves/cp_camp) "vYm" = ( @@ -23799,10 +23721,7 @@ /turf/open/floor/shiva/north, /area/shiva/interior/bar) "xMH" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/shiva/floor3, /area/shiva/interior/colony/deck) "xMQ" = ( diff --git a/maps/map_files/Ice_Colony_v3/lz2-variations/southeast-gate/cleared.dmm b/maps/map_files/Ice_Colony_v3/lz2-variations/southeast-gate/cleared.dmm index e3fe7e69221b..e3ce52560ca1 100644 --- a/maps/map_files/Ice_Colony_v3/lz2-variations/southeast-gate/cleared.dmm +++ b/maps/map_files/Ice_Colony_v3/lz2-variations/southeast-gate/cleared.dmm @@ -40,9 +40,7 @@ /turf/open/floor/plating/plating_catwalk/shiva, /area/shiva/exterior/lz2_fortress) "q" = ( -/obj/structure/machinery/power/apc{ - dir = 8 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/plating, /area/shiva/exterior/cp_lz2) "r" = ( @@ -116,9 +114,7 @@ /turf/open/floor/plating/plating_catwalk/shiva, /area/shiva/exterior/lz2_fortress) "Y" = ( -/obj/structure/machinery/power/apc{ - dir = 4 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/shiva/north, /area/shiva/exterior/lz2_fortress) "Z" = ( diff --git a/maps/map_files/Ice_Colony_v3/lz2-variations/southeast-gate/closed.dmm b/maps/map_files/Ice_Colony_v3/lz2-variations/southeast-gate/closed.dmm index c4ff89c41af2..a99bce08868e 100644 --- a/maps/map_files/Ice_Colony_v3/lz2-variations/southeast-gate/closed.dmm +++ b/maps/map_files/Ice_Colony_v3/lz2-variations/southeast-gate/closed.dmm @@ -23,9 +23,7 @@ /turf/open/floor/shiva/radiator_tile, /area/shiva/exterior/lz2_fortress) "m" = ( -/obj/structure/machinery/power/apc{ - dir = 8 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/plating, /area/shiva/exterior/cp_lz2) "o" = ( @@ -54,9 +52,7 @@ /turf/open/floor/shiva/floor3, /area/shiva/exterior/lz2_fortress) "v" = ( -/obj/structure/machinery/power/apc{ - dir = 4 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/shiva/north, /area/shiva/exterior/lz2_fortress) "w" = ( diff --git a/maps/map_files/Ice_Colony_v3/standalone/panic_room_hold.dmm b/maps/map_files/Ice_Colony_v3/standalone/panic_room_hold.dmm index 30848fc8f513..ff19ea75782e 100644 --- a/maps/map_files/Ice_Colony_v3/standalone/panic_room_hold.dmm +++ b/maps/map_files/Ice_Colony_v3/standalone/panic_room_hold.dmm @@ -294,10 +294,7 @@ /turf/open/floor/shiva/north, /area/shiva/interior/colony/s_admin) "mC" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/shiva/bluefull, /area/shiva/interior/colony/s_admin) "mI" = ( @@ -612,10 +609,7 @@ /turf/open/floor/shiva/multi_tiles/west, /area/shiva/interior/colony/s_admin) "wY" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/auto_turf/snow/layer2, /area/shiva/exterior/junkyard/cp_bar) "xa" = ( diff --git a/maps/map_files/Kutjevo/Kutjevo.dmm b/maps/map_files/Kutjevo/Kutjevo.dmm index ab9ccc4c399e..a7df7cb3646c 100644 --- a/maps/map_files/Kutjevo/Kutjevo.dmm +++ b/maps/map_files/Kutjevo/Kutjevo.dmm @@ -925,10 +925,7 @@ /turf/open/floor/plating/kutjevo/panelscorched, /area/kutjevo/interior/complex/botany/east_tech) "buo" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 25 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/kutjevo/colors/orange/inner_corner, /area/kutjevo/interior/foremans_office) "bux" = ( @@ -1221,11 +1218,7 @@ /turf/open/floor/kutjevo/colors/orange, /area/kutjevo/interior/foremans_office) "bQk" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/kutjevo/colors/orange/edge/north, /area/kutjevo/interior/complex/Northwest_Security_Checkpoint) "bQy" = ( @@ -1475,11 +1468,7 @@ /turf/open/floor/kutjevo/multi_tiles, /area/kutjevo/exterior/lz_pad) "coF" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/kutjevo/tan/grey_edge/north, /area/kutjevo/interior/complex/Northwest_Dorms) "coL" = ( @@ -5426,11 +5415,7 @@ /turf/open/auto_turf/sand/layer2, /area/kutjevo/exterior/construction) "hIp" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/kutjevo/colors/orange/edge/west, /area/kutjevo/interior/power_pt2_electric_boogaloo) "hJN" = ( @@ -5655,11 +5640,7 @@ /turf/closed/wall/kutjevo/colony, /area/kutjevo/interior/complex/med/pano) "ifE" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/kutjevo/tan/grey_edge/west, /area/kutjevo/interior/construction) "ifT" = ( @@ -6167,11 +6148,7 @@ /obj/structure/bed/chair{ dir = 4 }, -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/kutjevo/colors/cyan/edge/west, /area/kutjevo/interior/complex/med/auto_doc) "jcl" = ( @@ -7568,11 +7545,7 @@ /turf/open/floor/kutjevo/colors/cyan, /area/kutjevo/interior/complex/med) "lfb" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/kutjevo/multi_tiles/west, /area/kutjevo/interior/complex/med/locks) "lfm" = ( @@ -7692,11 +7665,7 @@ /turf/open/floor/almayer/research/containment/floor2, /area/kutjevo/exterior/complex_border/med_rec) "lpF" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/kutjevo/colors/cyan/edge/north, /area/kutjevo/interior/complex/med/triage) "lpJ" = ( @@ -8204,11 +8173,7 @@ /turf/open/floor/kutjevo/tan, /area/kutjevo/interior/complex/botany) "mdw" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 29; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/kutjevo/tan/multi_tiles, /area/kutjevo/interior/complex/botany/east) "mej" = ( @@ -9187,11 +9152,7 @@ /turf/open/floor/plating/kutjevo, /area/kutjevo/interior/colony_central/mine_elevator) "nyp" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/item/clothing/suit/armor/vest/security, /turf/open/floor/kutjevo/colors/cyan/edge/north, /area/kutjevo/interior/complex/med/operating) @@ -9311,11 +9272,7 @@ /turf/open/auto_turf/sand/layer1, /area/kutjevo/exterior/runoff_dunes) "nFY" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 29; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/power/east, /turf/open/floor/kutjevo/multi_tiles, /area/kutjevo/exterior/telecomm/lz1_south) "nGg" = ( @@ -11181,11 +11138,7 @@ /obj/structure/machinery/light{ dir = 8 }, -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /obj/effect/landmark/objective_landmark/medium, /turf/open/floor/kutjevo/colors/red, /area/kutjevo/interior/complex/med/pano) @@ -11256,11 +11209,7 @@ /area/kutjevo/interior/oob) "qwT" = ( /obj/item/tool/wirecutters/clippers, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/auto_turf/sand/layer0, /area/kutjevo/interior/complex/botany) "qxc" = ( @@ -11509,11 +11458,7 @@ /area/kutjevo/interior/complex/botany) "qQp" = ( /obj/item/frame/rack, -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/kutjevo/tan/multi_tiles, /area/kutjevo/interior/complex/botany/east_tech) "qQU" = ( @@ -11567,11 +11512,7 @@ /turf/open/floor/kutjevo/multi_tiles, /area/kutjevo/exterior/lz_dunes) "qVe" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 29; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/power/east, /turf/open/floor/kutjevo/multi_tiles, /area/kutjevo/exterior/telecomm/lz2_north) "qVg" = ( @@ -11602,11 +11543,7 @@ /turf/open/floor/kutjevo/multi_tiles, /area/kutjevo/interior/power) "qXd" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/kutjevo/colors/cyan, /area/kutjevo/interior/complex/med) "qYn" = ( @@ -11842,11 +11779,7 @@ /turf/open/auto_turf/sand/layer0, /area/kutjevo/exterior/lz_pad) "rsM" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/kutjevo/multi_tiles/east, /area/kutjevo/interior/colony_South/power2) "rsV" = ( @@ -11880,11 +11813,7 @@ /turf/open/floor/plating/kutjevo, /area/kutjevo/interior/complex/botany) "rvZ" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/power/west, /turf/open/floor/kutjevo/colors/orange, /area/kutjevo/interior/power/comms) "rwj" = ( @@ -14631,11 +14560,7 @@ /turf/open/auto_turf/sand/layer2, /area/kutjevo/exterior/scrubland) "vqQ" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 29; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/power/east, /turf/open/floor/kutjevo/multi_tiles, /area/kutjevo/exterior/telecomm/lz2_south) "vre" = ( @@ -15574,11 +15499,7 @@ /turf/open/floor/kutjevo/multi_tiles, /area/kutjevo/interior/power) "wNh" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/machinery/light{ dir = 1 }, @@ -15589,11 +15510,7 @@ /turf/open/floor/kutjevo/tan/multi_tiles, /area/kutjevo/interior/complex/botany) "wOI" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/machinery/light{ dir = 4 }, @@ -15741,11 +15658,7 @@ /turf/open/floor/kutjevo/colors/green/tile, /area/kutjevo/interior/complex/botany/east) "xca" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/kutjevo/tan/alt_inner_edge/north, /area/kutjevo/interior/complex/Northwest_Flight_Control) "xcG" = ( @@ -15865,11 +15778,7 @@ /turf/open/auto_turf/sand/layer1, /area/kutjevo/interior/colony_South) "xof" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 29; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/kutjevo/tan/multi_tiles, /area/kutjevo/interior/complex/botany) "xoq" = ( @@ -16193,11 +16102,7 @@ /turf/open/floor/kutjevo/colors/orange, /area/kutjevo/interior/power) "xRx" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/platform/kutjevo/smooth{ dir = 1 }, diff --git a/maps/map_files/Kutjevo/sprinkles/35.communications.dmm b/maps/map_files/Kutjevo/sprinkles/35.communications.dmm index c392400aa31d..40b6f331759c 100644 --- a/maps/map_files/Kutjevo/sprinkles/35.communications.dmm +++ b/maps/map_files/Kutjevo/sprinkles/35.communications.dmm @@ -198,9 +198,7 @@ /obj/structure/machinery/light{ dir = 1 }, -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/surface/rack, /turf/open/floor/kutjevo/grey/plate, /area/template_noop) diff --git a/maps/map_files/LV522_Chances_Claim/LV522_Chances_Claim.dmm b/maps/map_files/LV522_Chances_Claim/LV522_Chances_Claim.dmm index f0860d688645..8e970b9459ea 100644 --- a/maps/map_files/LV522_Chances_Claim/LV522_Chances_Claim.dmm +++ b/maps/map_files/LV522_Chances_Claim/LV522_Chances_Claim.dmm @@ -329,9 +329,7 @@ /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/dorms/glass) "akk" = ( -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/plate, /area/lv522/atmos/east_reactor) "akl" = ( @@ -1333,9 +1331,7 @@ /area/lv522/indoors/a_block/security/glass) "aUN" = ( /obj/item/stack/sheet/wood/large_stack, -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/darkbrownfull2, /area/lv522/indoors/c_block/casino) @@ -1630,9 +1626,7 @@ /turf/open/floor/prison/floor_plate, /area/lv522/indoors/c_block/cargo) "bbL" = ( -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/plate, /area/lv522/atmos/east_reactor/east) "bce" = ( @@ -4802,9 +4796,7 @@ /turf/open/floor/prison/darkbrownfull2, /area/lv522/indoors/c_block/casino) "cTf" = ( -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/plate, /area/lv522/atmos/east_reactor/west) "cTz" = ( @@ -5912,9 +5904,7 @@ /obj/structure/machinery/light{ dir = 8 }, -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/greenfull/east, /area/lv522/indoors/b_block/hydro) @@ -6184,9 +6174,7 @@ pixel_y = 5 }, /obj/item/tool/pen/blue/clicky, -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/plate, /area/lv522/atmos/command_centre) "dAm" = ( @@ -6603,9 +6591,7 @@ /area/lv522/atmos/east_reactor/east) "dLf" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/strata/white_cyan1/east, /area/lv522/indoors/a_block/corpo/glass) "dLq" = ( @@ -6983,9 +6969,7 @@ /turf/open/floor/prison, /area/lv522/indoors/a_block/dorm_north) "dVU" = ( -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/strata/white_cyan1/east, /area/lv522/indoors/a_block/medical) "dWc" = ( @@ -8032,9 +8016,7 @@ /area/lv522/landing_zone_1/tunnel/far) "evg" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/apc/weak{ - dir = 8 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/prison/greenfull/east, /area/lv522/landing_zone_1/ceiling) "evu" = ( @@ -8838,9 +8820,7 @@ /obj/structure/machinery/light{ dir = 8 }, -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/strata/blue1, /area/lv522/outdoors/colony_streets/windbreaker/observation) "eOU" = ( @@ -9558,9 +9538,7 @@ "fiG" = ( /obj/effect/decal/cleanable/blood/gibs, /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/darkredfull2, /area/lv522/indoors/a_block/kitchen/glass) "fiS" = ( @@ -9861,9 +9839,7 @@ /turf/open/floor/corsat/squares, /area/lv522/atmos/west_reactor) "fsj" = ( -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/floor/corsat/plate, /area/lv522/atmos/north_command_centre) @@ -11574,9 +11550,7 @@ /area/lv522/indoors/b_block/bar) "ghw" = ( /obj/structure/surface/table/almayer, -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/darkpurplefull2, /area/lv522/indoors/a_block/dorms/glass) "ghy" = ( @@ -11913,9 +11887,7 @@ /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_east_street) "gqf" = ( -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/pipes/vents/pump, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, @@ -11974,9 +11946,7 @@ /obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 }, -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/wood, /area/lv522/indoors/a_block/executive) "grZ" = ( @@ -12124,9 +12094,7 @@ }, /area/lv522/landing_zone_forecon/UD6_Typhoon) "guZ" = ( -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison, /area/lv522/indoors/a_block/kitchen) "gvk" = ( @@ -12407,9 +12375,7 @@ pixel_x = 3; pixel_y = 7 }, -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/strata/white_cyan1, /area/lv522/indoors/lone_buildings/chunk) "gCO" = ( @@ -12758,9 +12724,7 @@ /turf/open/asphalt/cement/cement1, /area/lv522/outdoors/colony_streets/north_east_street) "gLd" = ( -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/organic/grass, /area/lv522/indoors/a_block/garden) "gLg" = ( @@ -13366,9 +13330,7 @@ /turf/open/floor/corsat/marked, /area/lv522/indoors/a_block/dorm_north) "gZJ" = ( -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/floor_marked/southwest, /area/lv522/indoors/lone_buildings/storage_blocks) "gZL" = ( @@ -13995,9 +13957,7 @@ /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/plate, /area/lv522/atmos/east_reactor/north) "hll" = ( @@ -15266,9 +15226,7 @@ /turf/open/floor/prison/floor_plate, /area/lv522/outdoors/nw_rockies) "hQE" = ( -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/machinery/light{ dir = 8 }, @@ -16667,9 +16625,7 @@ /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) "izT" = ( -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/effect/decal/cleanable/dirt, /mob/living/simple_animal/mouse, /turf/open/floor/strata/white_cyan1/east, @@ -18194,9 +18150,7 @@ /area/lv522/atmos/cargo_intake) "jjq" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/strata/blue1, /area/lv522/indoors/a_block/dorm_north) "jjt" = ( @@ -19065,9 +19019,7 @@ /area/lv522/indoors/a_block/fitness/glass) "jBu" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/power/north, /turf/open/floor/prison/darkyellowfull2/east, /area/lv522/indoors/lone_buildings/outdoor_bot) "jBw" = ( @@ -19985,9 +19937,7 @@ /turf/open/floor/plating, /area/lv522/landing_zone_2) "jVz" = ( -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, @@ -20119,9 +20069,7 @@ /turf/open/floor/plating, /area/lv522/indoors/lone_buildings/engineering) "jYE" = ( -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/plate, /area/lv522/atmos/east_reactor/south) "jYF" = ( @@ -21328,9 +21276,7 @@ /turf/open/floor/prison, /area/lv522/indoors/c_block/garage) "kxz" = ( -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/power/north, /turf/open/floor/prison/darkbrownfull2, /area/lv522/indoors/c_block/mining) "kxH" = ( @@ -21452,9 +21398,7 @@ /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) "kAn" = ( -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/wood, /area/lv522/indoors/b_block/bar) "kAG" = ( @@ -21970,9 +21914,7 @@ /obj/structure/platform/stair_cut{ icon_state = "platform_stair_alt" }, -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/auto_turf/sand_white/layer0, /area/lv522/indoors/a_block/bridges/dorms_fitness) "kMr" = ( @@ -22617,9 +22559,7 @@ /area/lv522/indoors/a_block/kitchen/damage) "lag" = ( /obj/structure/surface/table/almayer, -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/floor_plate, /area/lv522/atmos/way_in_command_centre) "lao" = ( @@ -23637,9 +23577,7 @@ /turf/open/floor/prison/floor_plate, /area/lv522/indoors/a_block/dorms) "lAk" = ( -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/blue_plate/north, /area/lv522/indoors/c_block/mining) @@ -24089,9 +24027,7 @@ /area/lv522/atmos/reactor_garage) "lLL" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/power/north, /turf/open/floor/prison/darkyellowfull2/east, /area/lv522/indoors/c_block/t_comm) "lMF" = ( @@ -27273,7 +27209,7 @@ /turf/open/asphalt/cement/cement12, /area/lv522/outdoors/nw_rockies) "nky" = ( -/obj/structure/machinery/power/apc/weak, +/obj/structure/machinery/power/apc/directional/power/south, /turf/open/floor/prison/darkyellowfull2/east, /area/lv522/indoors/lone_buildings/engineering) "nkX" = ( @@ -28114,9 +28050,7 @@ /area/lv522/landing_zone_1) "nFt" = ( /obj/structure/pipes/vents/pump, -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/corsat/plate, /area/lv522/atmos/filt) "nFM" = ( @@ -29065,9 +28999,7 @@ /turf/open/floor/prison/cell_stripe/east, /area/lv522/indoors/c_block/cargo) "nYv" = ( -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/blue/northwest, /area/lv522/indoors/a_block/hallway) "nYF" = ( @@ -29577,9 +29509,7 @@ /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) "ojw" = ( -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/effect/decal/cleanable/dirt, /turf/open/floor/shiva/radiator_tile2, /area/lv522/indoors/a_block/bridges/garden_bridge) @@ -29718,9 +29648,7 @@ /turf/open/floor/plating, /area/lv522/landing_zone_1/tunnel/far) "ooG" = ( -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/shiva/radiator_tile2, /area/lv522/indoors/a_block/bridges) "opl" = ( @@ -30014,9 +29942,7 @@ current_rounds = 0 }, /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison, /area/lv522/indoors/a_block/kitchen) "ouI" = ( @@ -30587,9 +30513,7 @@ /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/c_block/mining) "oKm" = ( -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/darkbrownfull2, /area/lv522/indoors/c_block/cargo) @@ -31583,9 +31507,7 @@ pixel_x = 2; pixel_y = 6 }, -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/darkpurplefull2, /area/lv522/indoors/a_block/dorms) "phn" = ( @@ -32950,9 +32872,7 @@ /turf/closed/wall/strata_outpost, /area/lv522/indoors/a_block/bridges) "pQG" = ( -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/greenfull/east, /area/lv522/landing_zone_1/ceiling) @@ -33201,9 +33121,7 @@ /turf/open/floor/prison/darkredfull2, /area/lv522/indoors/a_block/security) "pWx" = ( -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/machinery/light{ dir = 4 }, @@ -33919,9 +33837,7 @@ pixel_y = 10 }, /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/darkpurplefull2, /area/lv522/indoors/a_block/dorms/glass) "qnM" = ( @@ -34252,9 +34168,7 @@ /obj/item/toy/dice, /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/cobweb, -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/greenfull/east, /area/lv522/indoors/a_block/fitness/glass) "qtN" = ( @@ -34634,9 +34548,7 @@ /turf/open/floor/prison/floor_plate, /area/lv522/indoors/a_block/admin) "qCd" = ( -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, @@ -39111,9 +39023,7 @@ /turf/open/floor/prison/darkpurplefull2, /area/lv522/indoors/a_block/dorms/glass) "syy" = ( -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/darkbrownfull2, /area/lv522/indoors/c_block/garage) @@ -43284,9 +43194,7 @@ /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) "uqe" = ( -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/plating, /area/lv522/landing_zone_1/tunnel) "uqo" = ( @@ -43441,9 +43349,7 @@ /turf/open/floor/prison/floor_plate, /area/lv522/atmos/way_in_command_centre) "utR" = ( -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/surface/table/reinforced/prison, /obj/item/tool/pen/blue, /obj/effect/landmark/objective_landmark/science, @@ -44710,9 +44616,7 @@ dir = 8 }, /obj/item/ashtray/bronze, -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/darkpurplefull2, /area/lv522/indoors/a_block/dorms/glass) "uWh" = ( @@ -45445,9 +45349,7 @@ /turf/open/floor/strata/white_cyan3/west, /area/lv522/indoors/a_block/medical/glass) "vnq" = ( -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/darkredfull2, /area/lv522/indoors/a_block/bridges/op_centre) "vnX" = ( @@ -45742,9 +45644,7 @@ /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/nw_rockies) "vtl" = ( -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/floor_plate, /area/lv522/indoors/a_block/bridges/corpo) "vtp" = ( @@ -46397,9 +46297,7 @@ /obj/item/device/flashlight/lamp, /obj/effect/landmark/objective_landmark/medium, /obj/effect/decal/cleanable/cobweb, -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/darkredfull2, /area/lv522/indoors/a_block/security) "vIb" = ( @@ -46867,9 +46765,7 @@ /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/central_streets) "vSO" = ( -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/greenfull/east, /area/lv522/indoors/a_block/fitness) "vSU" = ( @@ -49078,9 +48974,7 @@ /turf/open/floor/plating, /area/lv522/oob) "wVf" = ( -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/atmos/west_reactor) "wVo" = ( @@ -49256,9 +49150,7 @@ /obj/structure/barricade/deployable{ dir = 8 }, -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/floor_plate, /area/lv522/indoors/a_block/admin) "xay" = ( @@ -51487,9 +51379,7 @@ "yct" = ( /obj/structure/surface/rack, /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/apc/weak{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/darkpurplefull2, /area/lv522/indoors/a_block/dorms/glass) "ycv" = ( diff --git a/maps/map_files/LV624/LV624.dmm b/maps/map_files/LV624/LV624.dmm index 98c56dde6098..de2a63fadcc0 100644 --- a/maps/map_files/LV624/LV624.dmm +++ b/maps/map_files/LV624/LV624.dmm @@ -1796,9 +1796,7 @@ /area/lv624/ground/river/east_river) "akh" = ( /obj/item/trash/candy, -/obj/structure/machinery/power/apc{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/machinery/door_control{ id = "secure_outer_blast"; name = "Secure Outer Doors"; @@ -2717,9 +2715,7 @@ /turf/open/floor/green/northwest, /area/lv624/lazarus/hydroponics) "aru" = ( -/obj/structure/machinery/power/apc/nocharge{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/green/northwest, /area/lv624/lazarus/hydroponics) "arv" = ( @@ -3677,9 +3673,7 @@ /turf/open/floor/whitepurple/northeast, /area/lv624/lazarus/fitness) "aww" = ( -/obj/structure/machinery/power/apc/nocharge{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/whitepurplecorner/east, /area/lv624/lazarus/fitness) "awx" = ( @@ -4217,9 +4211,7 @@ /turf/open/floor/vault2/west, /area/lv624/lazarus/robotics) "azc" = ( -/obj/structure/machinery/power/apc/nocharge{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/vault2, /area/lv624/lazarus/robotics) "azd" = ( @@ -4610,9 +4602,7 @@ }, /obj/structure/surface/table, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/obj/structure/machinery/power/apc/nocharge{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/whitepurple/northeast, /area/lv624/lazarus/research) "aAS" = ( @@ -4620,9 +4610,7 @@ /obj/item/toy/deck, /obj/item/storage/fancy/cigarettes/wypacket, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/obj/structure/machinery/power/apc/nocharge{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/bluecorner, /area/lv624/lazarus/sleep_male) "aAU" = ( @@ -5281,9 +5269,7 @@ /turf/open/floor/purple/northwest, /area/lv624/lazarus/sleep_female) "aDE" = ( -/obj/structure/machinery/power/apc/nocharge{ - dir = 8 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/vault, /area/lv624/lazarus/quartstorage) "aDF" = ( @@ -5437,9 +5423,7 @@ /obj/structure/machinery/light/small{ dir = 1 }, -/obj/structure/machinery/power/apc/nocharge{ - dir = 8 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/freezerfloor, /area/lv624/lazarus/toilet) "aEB" = ( @@ -5518,9 +5502,7 @@ /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, -/obj/structure/machinery/power/apc/nocharge{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/chapel/north, /area/lv624/lazarus/chapel) "aEL" = ( @@ -5622,9 +5604,7 @@ /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, -/obj/structure/machinery/power/apc/nocharge{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/whiteyellowfull/east, /area/lv624/lazarus/quart) "aFa" = ( @@ -6256,9 +6236,7 @@ /obj/structure/surface/table, /obj/effect/landmark/crap_item, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/obj/structure/machinery/power/apc/nocharge{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/white, /area/lv624/lazarus/main_hall) "aIi" = ( @@ -6707,9 +6685,7 @@ /area/lv624/lazarus/yggdrasil) "aKq" = ( /obj/structure/flora/jungle/vines/light_1, -/obj/structure/machinery/power/apc/nocharge{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/gm/grass/grass2, /area/lv624/lazarus/yggdrasil) "aKr" = ( @@ -7287,9 +7263,7 @@ /turf/open/floor/red/southwest, /area/lv624/lazarus/security) "aNR" = ( -/obj/structure/machinery/power/apc/nocharge{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/red, /area/lv624/lazarus/security) "aNS" = ( @@ -7399,9 +7373,7 @@ /turf/open/gm/dirt, /area/lv624/ground/jungle/east_central_jungle) "aOy" = ( -/obj/structure/machinery/power/apc/nocharge{ - dir = 8 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/cult, /area/lv624/lazarus/armory) "aOA" = ( @@ -7895,9 +7867,7 @@ /turf/open/floor/barber/west, /area/lv624/lazarus/kitchen) "aQQ" = ( -/obj/structure/machinery/power/apc/nocharge{ - dir = 8 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/bar, /area/lv624/lazarus/canteen) "aQX" = ( @@ -8188,9 +8158,7 @@ /turf/open/floor/whiteyellowfull/east, /area/lv624/ground/caves/south_east_caves) "aSq" = ( -/obj/structure/machinery/power/apc/nocharge{ - dir = 8 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/grimy, /area/lv624/lazarus/captain) "aSs" = ( @@ -8464,10 +8432,7 @@ /turf/open/floor/brown/northwest, /area/lv624/lazarus/comms) "aTJ" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - start_charge = 15 - }, +/obj/structure/machinery/power/apc/directional/power/north, /turf/open/floor/delivery, /area/lv624/lazarus/comms) "aTK" = ( @@ -8550,9 +8515,7 @@ /area/lv624/lazarus/kitchen) "aUc" = ( /obj/structure/surface/rack, -/obj/structure/machinery/power/apc{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/freezerfloor, /area/lv624/lazarus/kitchen) "aUd" = ( @@ -8727,10 +8690,7 @@ /turf/open/floor/greengrid, /area/lv624/lazarus/secure_storage) "aUR" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - start_charge = 200 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/greengrid, /area/lv624/lazarus/secure_storage) "aUS" = ( @@ -9341,9 +9301,7 @@ /area/lv624/ground/jungle/east_central_jungle) "aXs" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/apc/nocharge{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/delivery, /area/lv624/lazarus/engineering) "aXt" = ( @@ -12200,7 +12158,7 @@ /turf/open/gm/dirt, /area/lv624/ground/caves/south_central_caves) "fqM" = ( -/obj/structure/machinery/power/apc/nocharge, +/obj/structure/machinery/power/apc/directional/power/south, /turf/open/floor/asteroidwarning/east, /area/lv624/ground/colony/telecomm/sw_lz2) "frV" = ( @@ -12339,7 +12297,7 @@ /turf/open/floor/plating, /area/lv624/lazarus/engineering) "fFZ" = ( -/obj/structure/machinery/power/apc/nocharge, +/obj/structure/machinery/power/apc/directional/power/south, /turf/open/floor/asteroidfloor/north, /area/lv624/ground/colony/telecomm/cargo) "fGn" = ( @@ -13895,9 +13853,7 @@ /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_jungle) "jcb" = ( -/obj/structure/machinery/power/apc/nocharge{ - dir = 4 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/purple/northwest, /area/lv624/lazarus/sleep_female) "jcn" = ( @@ -14295,9 +14251,7 @@ /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, -/obj/structure/machinery/power/apc/nocharge{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/grimy, /area/lv624/lazarus/hop) "jRm" = ( @@ -16977,9 +16931,7 @@ /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/barrens/north_east_barrens) "pgf" = ( -/obj/structure/machinery/power/apc/nocharge{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/whiteblue/north, /area/lv624/lazarus/medbay) "pgD" = ( @@ -20508,9 +20460,7 @@ "whr" = ( /obj/item/ammo_magazine/smg/mp5, /obj/item/ammo_magazine/smg/mp5, -/obj/structure/machinery/power/apc{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/whiteblue/northwest, /area/lv624/lazarus/corporate_dome) "whv" = ( diff --git a/maps/map_files/LV624/armory/10.cheese.dmm b/maps/map_files/LV624/armory/10.cheese.dmm index 127e19a04809..38541ea8aaab 100644 --- a/maps/map_files/LV624/armory/10.cheese.dmm +++ b/maps/map_files/LV624/armory/10.cheese.dmm @@ -121,9 +121,7 @@ /obj/item/reagent_container/food/snacks/cheesewedge/verymature{ pixel_y = 6 }, -/obj/structure/machinery/power/apc/nocharge{ - dir = 8 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/cult, /area/lv624/lazarus/armory) "w" = ( diff --git a/maps/map_files/LV624/armory/10.extra.dmm b/maps/map_files/LV624/armory/10.extra.dmm index 7acd81bb8e97..a80a3e7a9511 100644 --- a/maps/map_files/LV624/armory/10.extra.dmm +++ b/maps/map_files/LV624/armory/10.extra.dmm @@ -126,9 +126,7 @@ /turf/open/floor/red/northeast, /area/lv624/lazarus/security) "u" = ( -/obj/structure/machinery/power/apc/nocharge{ - dir = 8 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/cult, /area/lv624/lazarus/armory) "w" = ( diff --git a/maps/map_files/LV624/armory/10.looted.dmm b/maps/map_files/LV624/armory/10.looted.dmm index 87fbccfce955..4f9a13929163 100644 --- a/maps/map_files/LV624/armory/10.looted.dmm +++ b/maps/map_files/LV624/armory/10.looted.dmm @@ -93,9 +93,7 @@ /turf/open/floor/red/northeast, /area/lv624/lazarus/security) "u" = ( -/obj/structure/machinery/power/apc/nocharge{ - dir = 8 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/cult, /area/lv624/lazarus/armory) "w" = ( diff --git a/maps/map_files/LV624/gym/20.pool.dmm b/maps/map_files/LV624/gym/20.pool.dmm index e0f24e9fdfdd..705416b8a058 100644 --- a/maps/map_files/LV624/gym/20.pool.dmm +++ b/maps/map_files/LV624/gym/20.pool.dmm @@ -168,9 +168,7 @@ /area/lv624/lazarus/fitness) "Be" = ( /obj/effect/decal/remains/human, -/obj/structure/machinery/power/apc/nocharge{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/whitepurplecorner/east, /area/lv624/lazarus/fitness) "Ei" = ( diff --git a/maps/map_files/LV624/gym/30.alternate.dmm b/maps/map_files/LV624/gym/30.alternate.dmm index f0e7ac35b806..de74906ce7ea 100644 --- a/maps/map_files/LV624/gym/30.alternate.dmm +++ b/maps/map_files/LV624/gym/30.alternate.dmm @@ -495,9 +495,7 @@ /turf/open/floor/plating, /area/lv624/lazarus/fitness) "Wy" = ( -/obj/structure/machinery/power/apc/nocharge{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/whitepurplecorner/east, /area/lv624/lazarus/fitness) "Xu" = ( diff --git a/maps/map_files/LV624/medbay/10.destroyed.dmm b/maps/map_files/LV624/medbay/10.destroyed.dmm index a676d0ff68bd..4fa535a26982 100644 --- a/maps/map_files/LV624/medbay/10.destroyed.dmm +++ b/maps/map_files/LV624/medbay/10.destroyed.dmm @@ -33,9 +33,7 @@ /turf/open/floor/plating/platingdmg3, /area/lv624/lazarus/medbay) "hW" = ( -/obj/structure/machinery/power/apc/nocharge{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/white, /area/lv624/lazarus/medbay) "ih" = ( diff --git a/maps/map_files/LV624/medbay/30.larvasurgery.dmm b/maps/map_files/LV624/medbay/30.larvasurgery.dmm index f03f922bf828..dee63497d350 100644 --- a/maps/map_files/LV624/medbay/30.larvasurgery.dmm +++ b/maps/map_files/LV624/medbay/30.larvasurgery.dmm @@ -267,9 +267,7 @@ "qP" = ( /obj/effect/landmark/corpsespawner/colonist/random/burst, /obj/effect/decal/cleanable/blood, -/obj/structure/machinery/power/apc/nocharge{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/whiteblue/north, /area/lv624/lazarus/medbay) "tr" = ( diff --git a/maps/map_files/LV624/science/10.yautja.dmm b/maps/map_files/LV624/science/10.yautja.dmm index 8b44093643e7..19cadfb09572 100644 --- a/maps/map_files/LV624/science/10.yautja.dmm +++ b/maps/map_files/LV624/science/10.yautja.dmm @@ -380,9 +380,7 @@ /area/lv624/lazarus/research) "Hj" = ( /obj/effect/landmark/crap_item, -/obj/structure/machinery/power/apc/nocharge{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/whitepurple/northeast, /area/lv624/lazarus/research) "Lo" = ( diff --git a/maps/map_files/LV624/science/40.fullylocked.dmm b/maps/map_files/LV624/science/40.fullylocked.dmm index 9dbf737c1b11..1f50cb304a45 100644 --- a/maps/map_files/LV624/science/40.fullylocked.dmm +++ b/maps/map_files/LV624/science/40.fullylocked.dmm @@ -333,9 +333,7 @@ /turf/open/floor/whitepurple/northeast, /area/lv624/lazarus/research) "Fm" = ( -/obj/structure/machinery/power/apc/nocharge{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/whitepurple/northeast, /area/lv624/lazarus/research) "Jv" = ( diff --git a/maps/map_files/LV624/standalone/clfship.dmm b/maps/map_files/LV624/standalone/clfship.dmm index 177ecbd6e450..51a14eb44be9 100644 --- a/maps/map_files/LV624/standalone/clfship.dmm +++ b/maps/map_files/LV624/standalone/clfship.dmm @@ -1297,9 +1297,7 @@ /area/lv624/lazarus/crashed_ship) "Px" = ( /obj/structure/machinery/autolathe, -/obj/structure/machinery/power/apc{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/almayer/orange/northwest, /area/lv624/lazarus/crashed_ship) "PA" = ( diff --git a/maps/map_files/LV624/standalone/corporatedome.dmm b/maps/map_files/LV624/standalone/corporatedome.dmm index e4fb2114f273..da1a34b162e1 100644 --- a/maps/map_files/LV624/standalone/corporatedome.dmm +++ b/maps/map_files/LV624/standalone/corporatedome.dmm @@ -646,9 +646,7 @@ /turf/open/floor/whiteyellow/northwest, /area/lv624/lazarus/corporate_dome) "HK" = ( -/obj/structure/machinery/power/apc{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/effect/spawner/random/powercell, /obj/item/tool/crowbar/red{ pixel_x = 8; diff --git a/maps/map_files/New_Varadero/New_Varadero.dmm b/maps/map_files/New_Varadero/New_Varadero.dmm index 42e94f253587..b485dfcaf225 100644 --- a/maps/map_files/New_Varadero/New_Varadero.dmm +++ b/maps/map_files/New_Varadero/New_Varadero.dmm @@ -759,17 +759,11 @@ /area/varadero/exterior/lz2_near) "aCY" = ( /obj/effect/decal/cleanable/blood/oil, -/obj/structure/machinery/power/apc{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/plating/icefloor/asteroidplating, /area/varadero/interior/maintenance/north) "aDu" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/shiva/floor3, /area/varadero/interior/cargo) "aDF" = ( @@ -1845,11 +1839,7 @@ /turf/open/floor/shiva/greenfull/west, /area/varadero/interior/hall_SE) "bvE" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/plating/icefloor/asteroidplating, /area/varadero/interior/maintenance/research) "bvF" = ( @@ -2175,9 +2165,7 @@ /obj/structure/machinery/light{ dir = 4 }, -/obj/structure/machinery/power/apc{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/power/north, /turf/open/floor/asteroidfloor/north, /area/varadero/interior/comms1) "bJH" = ( @@ -2434,9 +2422,7 @@ /turf/open/shuttle/elevator/grating, /area/varadero/interior/records) "bSD" = ( -/obj/structure/machinery/power/apc{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/power/north, /turf/open/floor/plating/icefloor/asteroidplating, /area/varadero/interior/comms2) "bSQ" = ( @@ -3046,11 +3032,7 @@ /turf/open/auto_turf/sand_white/layer1, /area/varadero/interior_protected/vessel) "crC" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/power/north, /turf/open/floor/plating/icefloor/asteroidplating, /area/varadero/interior/maintenance/security) "csb" = ( @@ -3108,11 +3090,7 @@ /turf/open/floor/shiva/multi_tiles, /area/varadero/interior/electrical) "cud" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/shiva/yellow/west, /area/varadero/interior/electrical) "cug" = ( @@ -3326,10 +3304,7 @@ /turf/open/floor/wood, /area/varadero/interior/library) "cGd" = ( -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/shiva/green, /area/varadero/interior/mess) "cGx" = ( @@ -4015,11 +3990,7 @@ /turf/open/floor/plating/icefloor/asteroidplating, /area/varadero/interior_protected/maintenance/south) "diK" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -30; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /obj/item/stack/sheet/wood, /obj/item/tool/kitchen/knife/butcher{ pixel_x = -7; @@ -6718,11 +6689,7 @@ /turf/open/floor/shiva/yellow/west, /area/varadero/interior/hall_NW) "fpe" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/wood, /area/varadero/interior/library) "fpf" = ( @@ -7265,11 +7232,7 @@ /turf/open/gm/grass/grass1/weedable, /area/varadero/interior_protected/caves/central) "fPq" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/plating/icefloor/asteroidplating, /area/varadero/exterior/eastbeach) "fPy" = ( @@ -7564,11 +7527,7 @@ /turf/open/auto_turf/sand_white/layer1, /area/varadero/exterior/pontoon_beach) "gan" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/shiva/green/west, /area/varadero/interior/court) "gar" = ( @@ -7902,9 +7861,7 @@ /turf/open/floor/wood, /area/varadero/interior/research) "gkw" = ( -/obj/structure/machinery/power/apc{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/power/north, /turf/open/floor/plating/icefloor/asteroidplating, /area/varadero/exterior/comms4) "gkx" = ( @@ -8897,11 +8854,7 @@ /turf/open/floor/shiva/floor3, /area/varadero/interior/hall_N) "hcz" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/asteroidfloor/north, /area/varadero/exterior/lz1_near) "hcI" = ( @@ -8936,11 +8889,7 @@ /area/varadero/interior/mess) "heu" = ( /obj/item/device/flashlight/lamp/tripod, -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/auto_turf/sand_white/layer1, /area/varadero/interior/caves/north_research) "hfn" = ( @@ -11318,11 +11267,7 @@ /turf/open/gm/dirt, /area/varadero/exterior/pontoon_beach) "iZT" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /obj/item/shard{ icon_state = "medium" }, @@ -11365,11 +11310,7 @@ /turf/open/floor/shiva/yellow/east, /area/varadero/interior/technical_storage) "jcB" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/effect/decal/cleanable/blood/drip, /turf/open/floor/shiva/purple/north, /area/varadero/interior/research) @@ -11573,11 +11514,7 @@ /turf/open/gm/dirt, /area/varadero/exterior/eastbeach) "jjl" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/filingcabinet{ density = 0; icon_state = "chestdrawer"; @@ -12118,11 +12055,7 @@ /turf/open/floor/plating/icefloor/asteroidplating, /area/varadero/interior/maintenance/research) "jGz" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/white, /area/varadero/interior/toilets) "jGA" = ( @@ -13061,11 +12994,7 @@ /turf/open/floor/shiva/greenfull/west, /area/varadero/interior/hall_SE) "kuE" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/auto_turf/sand_white/layer1, /area/varadero/interior_protected/maintenance/south) "kuO" = ( @@ -13944,11 +13873,7 @@ /turf/open/gm/coast/beachcorner/north_east, /area/varadero/interior/caves/east) "ldJ" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/wood/wood_broken3, /area/varadero/interior/hall_SE) "leF" = ( @@ -16674,11 +16599,7 @@ /turf/open/floor/plating/icefloor/asteroidplating, /area/varadero/interior/maintenance/research) "neU" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/shiva/floor3, /area/varadero/interior/hall_N) "nfk" = ( @@ -17082,11 +17003,7 @@ /turf/open/floor/shiva/yellow/north, /area/varadero/interior/technical_storage) "nBl" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/shiva/yellowfull/west, /area/varadero/interior/disposals) "nBD" = ( @@ -17525,11 +17442,7 @@ /turf/open/gm/dirt/desert3, /area/varadero/interior/maintenance/north) "nRP" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/item/cell/high, /turf/open/floor/shiva/yellow/north, /area/varadero/interior/technical_storage) @@ -18004,11 +17917,7 @@ /turf/open/floor/plating/icefloor/asteroidplating, /area/varadero/interior/maintenance/security) "ola" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/plating/icefloor/asteroidplating, /area/varadero/exterior/lz2_near) "olD" = ( @@ -18856,11 +18765,7 @@ /turf/open/auto_turf/sand_white/layer1, /area/varadero/exterior/lz1_near) "oWr" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/wood, /area/varadero/interior/administration) "oWs" = ( @@ -21058,11 +20963,7 @@ /turf/open/floor/wood, /area/varadero/interior/research) "qBR" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/carpet, /area/varadero/interior/chapel) "qBU" = ( @@ -21532,11 +21433,7 @@ /turf/open/floor/shiva/yellow, /area/varadero/interior/comms3) "qSJ" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/shiva/floor3, /area/varadero/interior/morgue) "qSR" = ( @@ -22803,11 +22700,7 @@ /turf/open/floor/asteroidfloor/north, /area/varadero/exterior/lz1_near) "rSI" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/filingcabinet{ density = 0; icon_state = "chestdrawer"; @@ -23872,11 +23765,7 @@ /turf/open/floor/shiva/purple, /area/varadero/interior/research) "sDQ" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/shiva/wred/east, /area/varadero/interior/medical) "sDZ" = ( @@ -25826,22 +25715,14 @@ /turf/open/auto_turf/sand_white/layer1, /area/varadero/interior_protected/vessel) "umA" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/shiva/red/north, /area/varadero/interior/security) "umO" = ( /obj/structure/bed/chair{ dir = 1 }, -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/shiva/floor3, /area/varadero/interior/hall_NW) "umT" = ( @@ -26053,10 +25934,7 @@ /turf/open/floor/wood, /area/varadero/interior/hall_SE) "uuv" = ( -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/white, /area/varadero/interior/laundry) "uuN" = ( @@ -29066,11 +28944,7 @@ /area/varadero/interior/cargo) "wGs" = ( /obj/effect/landmark/hunter_primary, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/shiva/yellowfull/west, /area/varadero/interior/comms3) "wGQ" = ( diff --git a/maps/map_files/Sorokyne_Strata/Sorokyne_Strata.dmm b/maps/map_files/Sorokyne_Strata/Sorokyne_Strata.dmm index 2baad841c255..fe96b751baa3 100644 --- a/maps/map_files/Sorokyne_Strata/Sorokyne_Strata.dmm +++ b/maps/map_files/Sorokyne_Strata/Sorokyne_Strata.dmm @@ -1328,11 +1328,7 @@ /turf/open/floor/strata/fake_wood, /area/strata/ug/interior/jungle/deep/minehead) "aeR" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/strata/floor2, /area/strata/ug/interior/jungle/deep/structures/res) "aeS" = ( @@ -2425,11 +2421,7 @@ /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 10 }, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/strata/multi_tiles, /area/strata/ag/interior/dorms/maintenance) "aiK" = ( @@ -3441,10 +3433,7 @@ /area/strata/ag/interior/outpost/canteen/personal_storage) "amM" = ( /obj/structure/bedsheetbin, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 25 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/canteen/personal_storage) "amN" = ( @@ -3576,10 +3565,7 @@ /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/strata/white_cyan1/east, /area/strata/ag/interior/dorms/canteen) "anr" = ( @@ -3832,11 +3818,7 @@ /turf/open/floor/strata/fake_wood, /area/strata/ag/interior/research_decks/security) "aoz" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /obj/structure/machinery/light/small{ dir = 4 }, @@ -4958,10 +4940,7 @@ /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/canteen/lower_cafeteria) "asM" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 25 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/canteen/lower_cafeteria) "asN" = ( @@ -6339,10 +6318,7 @@ /obj/structure/bed/chair{ dir = 4 }, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 25 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/effect/landmark/survivor_spawner, /turf/open/floor/interior/tatami, /area/strata/ag/interior/outpost/canteen) @@ -6642,11 +6618,7 @@ /area/strata/ag/exterior/paths/north_outpost) "ayY" = ( /obj/structure/pipes/standard/simple/hidden/cyan, -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/strata/red1, /area/strata/ag/interior/outpost/security) "aza" = ( @@ -7992,10 +7964,7 @@ /area/strata/ag/interior/outpost/maint/canteen_e_1) "aEs" = ( /obj/structure/closet/crate/freezer/rations, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 25 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/strata/multi_tiles/southwest, /area/strata/ag/interior/outpost/maint/canteen_e_1) "aEt" = ( @@ -8009,10 +7978,7 @@ /turf/open/floor/strata/white_cyan2/west, /area/strata/ug/interior/jungle/deep/minehead/ruins) "aEu" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 25 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/item/reagent_container/food/drinks/cans/waterbottle, /turf/open/floor/strata/white_cyan2/west, /area/strata/ug/interior/jungle/deep/minehead/ruins) @@ -8530,11 +8496,7 @@ /turf/open/floor/strata, /area/strata/ag/exterior/research_decks) "aGl" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/strata, /area/strata/ag/interior/outpost/engi) "aGm" = ( @@ -9261,10 +9223,7 @@ /area/strata/ag/exterior/paths/adminext) "aJr" = ( /obj/structure/machinery/computer/crew, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 25 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/strata, /area/strata/ag/interior/outpost/admin) "aJs" = ( @@ -11210,11 +11169,7 @@ /area/strata/ag/interior/dorms/south) "aQA" = ( /obj/structure/bed/chair, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/strata/floor3, /area/strata/ag/interior/dorms/south) "aQB" = ( @@ -12162,11 +12117,7 @@ /area/strata/ag/interior/outpost/gen/foyer) "aUM" = ( /obj/structure/closet/secure_closet/personal, -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/multi_tiles/west, /area/strata/ag/interior/outpost/gen/foyer) @@ -12653,10 +12604,7 @@ /obj/structure/bed/chair{ dir = 4 }, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 25 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/effect/landmark/objective_landmark/science, /turf/open/floor/interior/plastic, /area/strata/ag/interior/paths/cabin_area/central) @@ -12772,11 +12720,7 @@ /turf/open/floor/strata/orange_cover, /area/strata/ag/interior/nearlz1) "aXx" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/strata/floor3, /area/strata/ag/interior/nearlz1) "aXy" = ( @@ -13104,10 +13048,7 @@ /turf/open/auto_turf/snow/brown_base/layer1, /area/strata/ag/exterior/marsh/river) "aZm" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 25 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/strata/multi_tiles/southwest, /area/strata/ag/interior/outpost/gen/bball/nest) "aZn" = ( @@ -13711,10 +13652,7 @@ /turf/open/floor/strata/cyan2/east, /area/strata/ag/interior/outpost/canteen/bar) "bbF" = ( -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/strata, /area/strata/ag/interior/outpost/maint/canteen_e_1) "bbG" = ( @@ -13747,10 +13685,7 @@ /area/strata/ug/interior/outpost/jung/dorms/admin4) "bbM" = ( /obj/structure/closet/wardrobe/pjs, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 25 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata, /area/strata/ug/interior/outpost/jung/dorms/admin4) @@ -16383,10 +16318,7 @@ /turf/open/auto_turf/snow/brown_base/layer1, /area/strata/ag/exterior/paths/southresearch) "bmP" = ( -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/interior/plastic, /area/strata/ag/interior/paths/cabin_area/central) "bmQ" = ( @@ -17208,10 +17140,7 @@ dir = 1; pixel_y = 20 }, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 25 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/strata/cyan1/east, /area/strata/ug/interior/outpost/jung/dorms/med1) "bpZ" = ( @@ -18735,11 +18664,7 @@ "bwV" = ( /obj/structure/surface/rack, /obj/item/storage/bible/booze, -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/power/west, /turf/open/floor/strata, /area/strata/ag/interior/disposals) "bwW" = ( @@ -18823,10 +18748,7 @@ /turf/open/floor/strata/fake_wood, /area/strata/ug/interior/jungle/deep/minehead) "bxn" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 25 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/kitchenspike, /turf/open/floor/strata/fake_wood, /area/strata/ug/interior/jungle/deep/minehead) @@ -18881,11 +18803,7 @@ /turf/open/auto_turf/snow/brown_base/layer2, /area/strata/ag/exterior/nearlz2) "bxE" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/strata/floor3/east, /area/strata/ag/interior/administration) "bxF" = ( @@ -19165,11 +19083,7 @@ /obj/structure/machinery/light/small{ dir = 8 }, -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/admin) "bzd" = ( @@ -19256,10 +19170,7 @@ /turf/open/floor/strata/fake_wood, /area/strata/ag/interior/outpost/engi/drome) "bzx" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 25 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/strata, /area/strata/ag/interior/outpost/engi/drome) "bzG" = ( @@ -19720,10 +19631,7 @@ /turf/open/floor/strata/orange_cover, /area/strata/ag/interior/outpost/engi/drome) "bDv" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 25 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/strata/multi_tiles, /area/strata/ag/interior/dorms/hive) "bDy" = ( @@ -20408,10 +20316,7 @@ /turf/open/floor/strata/floor2, /area/strata/ag/interior/outpost/med) "bKn" = ( -/obj/structure/machinery/power/apc{ - pixel_y = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/gen/bball) "bKp" = ( @@ -20649,10 +20554,7 @@ /turf/open/gm/river, /area/strata/ag/exterior/nearlz2) "bNm" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 25 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/strata/multi_tiles/southwest, /area/strata/ag/exterior/research_decks) "bNq" = ( @@ -20700,11 +20602,7 @@ dir = 4 }, /obj/effect/landmark/survivor_spawner, -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/strata/floor2, /area/strata/ag/interior/outpost/med) "bOq" = ( @@ -23334,18 +23232,11 @@ "cnV" = ( /obj/item/stack/catwalk, /obj/item/tool/wrench, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 25 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/almayer/plate, /area/strata/ag/interior/outpost/engi/drome/shuttle) "cnZ" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/strata/red1, /area/strata/ag/interior/dorms/flight_control) "coa" = ( @@ -23369,10 +23260,7 @@ /area/strata/ag/interior/outpost/canteen/bar) "coi" = ( /obj/structure/reagent_dispensers/beerkeg, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 25 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/strata/cyan2/east, /area/strata/ag/interior/outpost/canteen/bar) "cok" = ( @@ -23656,11 +23544,7 @@ /turf/open/floor/strata, /area/strata/ag/interior/outpost/canteen) "crM" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/strata/fake_wood, /area/strata/ag/interior/dorms) "crN" = ( @@ -25013,10 +24897,7 @@ /turf/open/floor/prison/darkyellowfull2, /area/strata/ag/exterior/research_decks) "era" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 25 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/strata/floor2, /area/strata/ug/interior/jungle/deep/structures/engi) "erq" = ( @@ -25951,11 +25832,7 @@ /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/strata/red1, /area/strata/ag/interior/landingzone_checkpoint) "gih" = ( @@ -26310,9 +26187,7 @@ /turf/closed/wall/strata_outpost/reinforced, /area/strata/ag/interior/tcomms) "gSz" = ( -/obj/structure/machinery/power/apc{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/power/north, /turf/open/floor/plating, /area/strata/ag/exterior/marsh/center) "gSR" = ( @@ -26425,11 +26300,7 @@ /turf/open/floor/prison/darkyellowfull2, /area/strata/ag/interior/outpost/engi) "haU" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = -28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/power/west, /turf/open/floor/plating, /area/strata/ag/exterior/marsh/crash) "haZ" = ( @@ -26825,11 +26696,7 @@ /turf/open/auto_turf/ice/layer2, /area/strata/ag/exterior/nearlz2) "ibE" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -23; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/power/west, /turf/open/floor/strata/floor3/east, /area/strata/ag/exterior/vanyard) "ibH" = ( @@ -27112,11 +26979,7 @@ /turf/open/floor/strata/multi_tiles, /area/strata/ag/interior/dorms/hive) "iAA" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/closet/emcloset, /turf/open/floor/strata, /area/strata/ag/interior/tcomms) @@ -27897,10 +27760,7 @@ dir = 1; pixel_y = 20 }, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 25 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/strata, /area/strata/ug/interior/outpost/jung/dorms/med2) "kdm" = ( @@ -28073,11 +27933,7 @@ /obj/structure/platform/strata/metal{ dir = 1 }, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/power/north, /turf/open/floor/plating, /area/strata/ag/exterior/paths/dorms_quad) "kxF" = ( @@ -28608,10 +28464,7 @@ /area/strata/ug/interior/jungle/platform/east/scrub) "lxp" = ( /obj/structure/machinery/photocopier, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 25 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/strata, /area/strata/ug/interior/outpost/jung/dorms/admin1) "lyv" = ( @@ -28695,11 +28548,7 @@ /turf/open/auto_turf/strata_grass/layer1, /area/strata/ug/interior/jungle/deep/north_carp) "lIG" = ( -/obj/structure/machinery/power/apc{ - dir = 4; - pixel_x = 28; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor/strata, /area/strata/ag/interior/landingzone_checkpoint) "lIR" = ( @@ -29424,10 +29273,7 @@ /turf/open/asphalt/cement, /area/strata/ug/interior/jungle/platform/east/scrub) "mWM" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 25 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/effect/decal/cleanable/blood, /obj/effect/landmark/objective_landmark/medium, /turf/open/floor/strata/white_cyan2/west, @@ -30673,11 +30519,7 @@ /turf/open/floor/plating/platebot, /area/strata/ag/interior/outpost/engi/drome/shuttle) "pGf" = ( -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -23; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/power/west, /turf/open/auto_turf/snow/brown_base/layer2, /area/strata/ag/exterior/tcomms/tcomms_deck) "pGt" = ( @@ -31796,10 +31638,7 @@ /turf/open/auto_turf/strata_grass/layer1, /area/strata/ug/interior/jungle/deep/south_dorms) "rSE" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 25 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, @@ -32115,11 +31954,7 @@ /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, -/obj/structure/machinery/power/apc{ - dir = 8; - pixel_x = -24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/strata/red1, /area/strata/ag/interior/research_decks/security) "sDE" = ( @@ -32865,10 +32700,7 @@ /turf/open/auto_turf/ice/layer0, /area/strata/ag/exterior/marsh/center) "tZF" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 25 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/strata/white_cyan2/west, /area/strata/ug/interior/outpost/jung/dorms/sec2) "tZV" = ( @@ -33317,10 +33149,7 @@ /turf/open/auto_turf/ice/layer0, /area/strata/ag/exterior/nearlz2) "uTv" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 25 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/strata/white_cyan2/west, /area/strata/ug/interior/outpost/jung/dorms/admin3) "uTL" = ( @@ -33819,11 +33648,7 @@ /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 24; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor/prison/darkredfull2, /area/strata/ag/interior/landingzone_checkpoint) "vMr" = ( @@ -33874,10 +33699,7 @@ /turf/open/floor/strata/floor3/east, /area/strata/ug/interior/outpost/jung/dorms/admin3) "vTN" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 25 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/effect/decal/cleanable/blood, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/strata/white_cyan2/west, diff --git a/maps/map_files/USS_Almayer/USS_Almayer.dmm b/maps/map_files/USS_Almayer/USS_Almayer.dmm index 9617bfaccb6c..a3dc63cee33b 100644 --- a/maps/map_files/USS_Almayer/USS_Almayer.dmm +++ b/maps/map_files/USS_Almayer/USS_Almayer.dmm @@ -214,9 +214,7 @@ /turf/open/floor/almayer/plate, /area/almayer/living/offices/flight) "abH" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer, /area/almayer/living/offices/flight) "abK" = ( @@ -772,9 +770,7 @@ /turf/open/floor/almayer/plate, /area/almayer/living/officer_study) "aeP" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer/plate, /area/almayer/living/officer_study) "aeQ" = ( @@ -904,9 +900,7 @@ /turf/open/floor/prison/kitchen, /area/almayer/living/cafeteria_officer) "afJ" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer/plate, /area/almayer/living/cafeteria_officer) "afK" = ( @@ -929,9 +923,7 @@ /turf/open/floor/almayer/plate, /area/almayer/engineering/starboard_atmos) "afN" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer/cargo_arrow, /area/almayer/engineering/starboard_atmos) "afO" = ( @@ -1706,9 +1698,7 @@ /turf/open/floor/almayer, /area/almayer/lifeboat_pumps/north2) "amI" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer/silver/north, /area/almayer/command/cichallway) "amM" = ( @@ -2105,9 +2095,7 @@ /turf/open/floor/plating/almayer/no_build, /area/almayer/stair_clone/upper) "apt" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer/plate, /area/almayer/living/pilotbunks) "apz" = ( @@ -2413,9 +2401,8 @@ /obj/structure/machinery/light{ dir = 1 }, -/obj/structure/machinery/power/apc/almayer{ - cell_type = /obj/item/cell/hyper; - dir = 1 +/obj/structure/machinery/power/apc/almayer/directional/north{ + cell_type = /obj/item/cell/hyper }, /turf/open/floor/almayer/plate, /area/almayer/command/telecomms) @@ -2511,9 +2498,7 @@ /turf/open/floor/almayer/silver/north, /area/almayer/command/cic) "arG" = ( -/obj/structure/machinery/power/apc/almayer/hardened{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/hardened/directional/north, /turf/open/floor/almayer/silver/north, /area/almayer/command/cic) "arH" = ( @@ -2867,9 +2852,7 @@ /turf/open/floor/almayer/test_floor4, /area/almayer/command/cic) "atS" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/plating/plating_catwalk, /area/almayer/maint/hull/lower/stern) "atT" = ( @@ -3155,9 +3138,7 @@ /turf/open/floor/plating/plating_catwalk, /area/almayer/living/pilotbunks) "avV" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /obj/structure/bed/chair, /turf/open/floor/grass, /area/almayer/living/starboard_garden) @@ -3346,9 +3327,7 @@ pixel_x = -3; pixel_y = 4 }, -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer/sterile_green, /area/almayer/medical/hydroponics) "awR" = ( @@ -4453,9 +4432,7 @@ /turf/open/floor/almayer/sterile_green_corner, /area/almayer/medical/morgue) "aCp" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer/sterile_green_side/north, /area/almayer/medical/upper_medical) "aCt" = ( @@ -4738,9 +4715,7 @@ icon_state = "NW-out"; pixel_y = 1 }, -/obj/structure/machinery/power/apc/almayer{ - dir = 4 - }, +/obj/structure/machinery/power/apc/almayer/directional/east, /turf/open/floor/almayer/plate, /area/almayer/hallways/lower/starboard_umbilical) "aEg" = ( @@ -5344,9 +5319,7 @@ /turf/open/floor/plating, /area/almayer/medical/medical_science) "aIq" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer, /area/almayer/squads/alpha_bravo_shared) "aIr" = ( @@ -6703,9 +6676,7 @@ /turf/open/floor/almayer/plate, /area/almayer/living/captain_mess) "aRC" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer/plate, /area/almayer/living/captain_mess) "aRE" = ( @@ -6993,7 +6964,7 @@ /turf/open/floor/almayer/test_floor4, /area/almayer/squads/bravo) "aTx" = ( -/obj/structure/machinery/power/apc/almayer, +/obj/structure/machinery/power/apc/almayer/directional/south, /obj/structure/surface/table/almayer, /obj/item/tool/hand_labeler, /turf/open/floor/almayer/orange/east, @@ -7405,9 +7376,7 @@ /turf/open/floor/almayer/red/north, /area/almayer/shipboard/brig/chief_mp_office) "aWk" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer/plate, /area/almayer/living/bridgebunks) "aWm" = ( @@ -7627,9 +7596,7 @@ /turf/open/floor/almayer/sterile_green_corner, /area/almayer/medical/operating_room_one) "aYR" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer/sterile_green_side/north, /area/almayer/medical/operating_room_two) "aZe" = ( @@ -7656,9 +7623,7 @@ /turf/open/floor/wood/ship, /area/almayer/living/chapel) "aZs" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/wood/ship, /area/almayer/living/chapel) "aZv" = ( @@ -8435,9 +8400,7 @@ /turf/open/floor/plating/plating_catwalk, /area/almayer/squads/alpha) "bfz" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -8515,9 +8478,7 @@ /area/almayer/hallways/hangar) "bgk" = ( /obj/structure/surface/table/almayer, -/obj/structure/machinery/power/apc/almayer{ - dir = 8 - }, +/obj/structure/machinery/power/apc/almayer/directional/west, /obj/structure/machinery/reagentgrinder{ pixel_y = 3 }, @@ -8747,9 +8708,7 @@ /turf/open/floor/almayer/bluefull, /area/almayer/living/bridgebunks) "bhR" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer/blue/north, /area/almayer/hallways/upper/fore_hallway) "bhT" = ( @@ -8807,9 +8766,7 @@ /area/almayer/medical/chemistry) "biy" = ( /obj/structure/pipes/unary/freezer, -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /obj/structure/sign/safety/autodoc{ pixel_x = 20; pixel_y = 32 @@ -9067,9 +9024,7 @@ /turf/open/floor/almayer/silver/east, /area/almayer/living/cryo_cells) "blf" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /obj/structure/surface/table/almayer, /obj/item/paper_bin/uscm, /obj/item/tool/pen, @@ -10148,9 +10103,7 @@ /turf/open/floor/almayer/sterile_green_corner/north, /area/almayer/medical/operating_room_one) "buj" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer/sterile_green_side/north, /area/almayer/medical/operating_room_one) "bur" = ( @@ -10453,7 +10406,7 @@ /turf/open/floor/almayer/redfull, /area/almayer/living/cryo_cells) "bxA" = ( -/obj/structure/machinery/power/apc/almayer/hardened, +/obj/structure/machinery/power/apc/almayer/hardened/directional/south, /obj/effect/decal/warning_stripes{ icon_state = "SW-out"; pixel_x = -1 @@ -10601,7 +10554,7 @@ /turf/open/floor/almayer/dark_sterile, /area/almayer/medical/lockerroom) "bzo" = ( -/obj/structure/machinery/power/apc/almayer, +/obj/structure/machinery/power/apc/almayer/directional/south, /turf/open/floor/almayer/sterile_green_side, /area/almayer/medical/operating_room_four) "bzz" = ( @@ -10707,9 +10660,7 @@ /turf/open/floor/almayer/red/north, /area/almayer/shipboard/weapon_room) "bAP" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer/red/north, /area/almayer/shipboard/weapon_room) "bAQ" = ( @@ -11421,9 +11372,7 @@ /turf/open/floor/almayer/red/southwest, /area/almayer/living/cryo_cells) "bFt" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 4 - }, +/obj/structure/machinery/power/apc/almayer/directional/east, /turf/open/floor/almayer/orange/east, /area/almayer/engineering/upper_engineering/starboard) "bFA" = ( @@ -13155,9 +13104,7 @@ /turf/open/floor/wood/ship, /area/almayer/living/basketball) "bTu" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 8 - }, +/obj/structure/machinery/power/apc/almayer/directional/west, /turf/open/floor/almayer/sterile_green_side/northwest, /area/almayer/medical/lower_medical_medbay) "bTx" = ( @@ -14092,9 +14039,7 @@ "cdm" = ( /obj/effect/landmark/ert_spawns/distress_cryo, /obj/effect/landmark/late_join, -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/plating/plating_catwalk, /area/almayer/living/cryo_cells) "cdn" = ( @@ -14465,9 +14410,7 @@ /turf/open/floor/plating/plating_catwalk, /area/almayer/squads/charlie) "chS" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -15107,9 +15050,7 @@ dir = 4; pixel_x = -17 }, -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer/silver/north, /area/almayer/command/computerlab) "cnH" = ( @@ -15234,7 +15175,7 @@ /turf/open/floor/almayer/emerald/east, /area/almayer/squads/charlie) "coj" = ( -/obj/structure/machinery/power/apc/almayer, +/obj/structure/machinery/power/apc/almayer/directional/south, /obj/structure/surface/table/almayer, /obj/item/tool/hand_labeler, /turf/open/floor/almayer/blue/east, @@ -16778,9 +16719,7 @@ /turf/open/floor/almayer/green/north, /area/almayer/hallways/lower/starboard_midship_hallway) "cVq" = ( -/obj/structure/machinery/power/apc/almayer/hardened{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/hardened/directional/north, /turf/open/floor/almayer, /area/almayer/command/corporateliaison) "cVt" = ( @@ -17092,9 +17031,7 @@ /turf/closed/wall/almayer/aicore/hull, /area/almayer/command/airoom) "daF" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/plating/plating_catwalk, /area/almayer/maint/hull/lower/l_f_p) "daI" = ( @@ -17853,9 +17790,7 @@ /turf/open/floor/almayer, /area/almayer/living/chapel) "duo" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 8 - }, +/obj/structure/machinery/power/apc/almayer/directional/west, /turf/open/floor/prison/kitchen, /area/almayer/living/grunt_rnr) "dut" = ( @@ -18378,7 +18313,7 @@ /turf/open/floor/almayer/plate, /area/almayer/maint/hull/lower/stern) "dEm" = ( -/obj/structure/machinery/power/apc/almayer, +/obj/structure/machinery/power/apc/almayer/directional/south, /obj/effect/decal/warning_stripes{ icon_state = "S" }, @@ -20065,9 +20000,7 @@ /turf/open/floor/plating/plating_catwalk, /area/almayer/maint/hull/lower/s_bow) "eoy" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer/plate, /area/almayer/hallways/lower/port_midship_hallway) "eoE" = ( @@ -20363,9 +20296,7 @@ /turf/open/floor/almayer/red, /area/almayer/command/lifeboat) "ets" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 4 - }, +/obj/structure/machinery/power/apc/almayer/directional/east, /obj/effect/decal/warning_stripes{ icon_state = "N"; layer = 3.33; @@ -21367,9 +21298,7 @@ /turf/open/floor/almayer/aicore/no_build, /area/almayer/command/airoom) "eQm" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer/plate, /area/almayer/maint/hull/upper/p_bow) "eQz" = ( @@ -21606,9 +21535,7 @@ pixel_x = 8; pixel_y = 18 }, -/obj/structure/machinery/power/apc/almayer{ - dir = 8 - }, +/obj/structure/machinery/power/apc/almayer/directional/west, /obj/structure/sign/safety/rewire{ pixel_x = -17; pixel_y = 17 @@ -22146,7 +22073,7 @@ pixel_x = 8; pixel_y = -32 }, -/obj/structure/machinery/power/apc/almayer, +/obj/structure/machinery/power/apc/almayer/directional/south, /turf/open/floor/plating/plating_catwalk, /area/almayer/maint/hull/lower/s_bow) "fgh" = ( @@ -23124,7 +23051,7 @@ /turf/open/floor/almayer/test_floor4, /area/almayer/command/cichallway) "fEC" = ( -/obj/structure/machinery/power/apc/almayer, +/obj/structure/machinery/power/apc/almayer/directional/south, /turf/open/floor/almayer/plate, /area/almayer/medical/morgue) "fEF" = ( @@ -24227,7 +24154,7 @@ /obj/structure/pipes/standard/simple/hidden/supply{ dir = 4 }, -/obj/structure/machinery/power/apc/almayer, +/obj/structure/machinery/power/apc/almayer/directional/south, /obj/structure/sign/safety/rewire{ pixel_y = -38 }, @@ -24463,9 +24390,7 @@ /turf/open/floor/almayer/plate, /area/almayer/command/cic) "gll" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer, /area/almayer/squads/charlie_delta_shared) "gls" = ( @@ -24890,9 +24815,7 @@ /turf/open/floor/plating/plating_catwalk, /area/almayer/maint/hull/upper/u_a_p) "gtU" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 8 - }, +/obj/structure/machinery/power/apc/almayer/directional/west, /obj/structure/sign/safety/rewire{ pixel_x = -17; pixel_y = 17 @@ -25074,9 +24997,7 @@ density = 0; pixel_y = 30 }, -/obj/structure/machinery/power/apc/almayer{ - dir = 4 - }, +/obj/structure/machinery/power/apc/almayer/directional/east, /turf/open/floor/almayer/plate, /area/almayer/living/numbertwobunks) "gym" = ( @@ -25280,9 +25201,7 @@ /obj/item/storage/bag/trash{ pixel_x = -3 }, -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/plating, /area/almayer/maint/lower/constr) "gBW" = ( @@ -25309,9 +25228,8 @@ /turf/open/floor/almayer, /area/almayer/hallways/hangar) "gCB" = ( -/obj/structure/machinery/power/apc/almayer/hardened{ - cell_type = /obj/item/cell/hyper; - dir = 1 +/obj/structure/machinery/power/apc/almayer/hardened/directional/north{ + cell_type = /obj/item/cell/hyper }, /obj/effect/decal/warning_stripes{ icon_state = "NW-out"; @@ -25542,9 +25460,7 @@ /turf/open/floor/almayer/test_floor4, /area/almayer/engineering/ce_room) "gIm" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 4 - }, +/obj/structure/machinery/power/apc/almayer/directional/east, /turf/open/floor/plating/plating_catwalk, /area/almayer/maint/hull/lower/l_a_p) "gIz" = ( @@ -25844,7 +25760,7 @@ /obj/structure/sign/safety/maint{ pixel_x = -17 }, -/obj/structure/machinery/power/apc/almayer, +/obj/structure/machinery/power/apc/almayer/directional/south, /turf/open/floor/plating/plating_catwalk, /area/almayer/maint/hull/upper/s_bow) "gNo" = ( @@ -26005,9 +25921,7 @@ /turf/open/floor/almayer/orangecorner/west, /area/almayer/hallways/lower/port_umbilical) "gRP" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer/plate, /area/almayer/hallways/hangar) "gSa" = ( @@ -26099,7 +26013,7 @@ /turf/open/floor/almayer/plate, /area/almayer/shipboard/brig/general_equipment) "gUi" = ( -/obj/structure/machinery/power/apc/almayer, +/obj/structure/machinery/power/apc/almayer/directional/south, /turf/open/floor/plating/plating_catwalk, /area/almayer/maint/lower/s_bow) "gUn" = ( @@ -26574,9 +26488,8 @@ /turf/open/floor/almayer/sterile_green_side/west, /area/almayer/medical/medical_science) "heo" = ( -/obj/structure/machinery/power/apc/almayer{ - cell_type = /obj/item/cell/hyper; - dir = 1 +/obj/structure/machinery/power/apc/almayer/directional/north{ + cell_type = /obj/item/cell/hyper }, /obj/structure/sign/safety/rewire{ pixel_x = -15; @@ -27323,7 +27236,7 @@ /obj/structure/pipes/standard/simple/hidden/supply{ dir = 4 }, -/obj/structure/machinery/power/apc/almayer, +/obj/structure/machinery/power/apc/almayer/directional/south, /turf/open/floor/almayer/red, /area/almayer/shipboard/brig/chief_mp_office) "hsr" = ( @@ -27368,9 +27281,7 @@ /turf/open/floor/almayer/plate, /area/almayer/maint/hull/lower/l_m_s) "htk" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 8 - }, +/obj/structure/machinery/power/apc/almayer/directional/west, /turf/open/floor/almayer/plate, /area/almayer/maint/lower/cryo_cells) "htl" = ( @@ -27607,9 +27518,7 @@ /turf/open/floor/almayer, /area/almayer/hallways/upper/midship_hallway) "hyV" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 4 - }, +/obj/structure/machinery/power/apc/almayer/directional/east, /obj/structure/sign/safety/rewire{ pixel_x = 32; pixel_y = 24 @@ -28151,7 +28060,7 @@ /turf/open/floor/almayer/plate, /area/almayer/maint/hull/upper/s_bow) "hMN" = ( -/obj/structure/machinery/power/apc/almayer, +/obj/structure/machinery/power/apc/almayer/directional/south, /turf/open/floor/almayer/sterile_green_side, /area/almayer/medical/operating_room_three) "hNh" = ( @@ -28557,9 +28466,7 @@ dir = 4; pixel_y = -12 }, -/obj/structure/machinery/power/apc/almayer{ - dir = 4 - }, +/obj/structure/machinery/power/apc/almayer/directional/east, /obj/structure/sign/safety/rewire{ pixel_x = 32; pixel_y = 17 @@ -28979,9 +28886,7 @@ /turf/open/floor/prison/kitchen, /area/almayer/living/grunt_rnr) "ied" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer, /area/almayer/maint/hull/upper/u_f_p) "ien" = ( @@ -29415,7 +29320,7 @@ /turf/closed/wall/almayer, /area/almayer/command/securestorage) "ioV" = ( -/obj/structure/machinery/power/apc/almayer, +/obj/structure/machinery/power/apc/almayer/directional/south, /obj/structure/sign/safety/rewire{ pixel_y = -38 }, @@ -29903,9 +29808,7 @@ /turf/open/floor/almayer/plate, /area/almayer/maint/upper/u_a_s) "iBl" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 4 - }, +/obj/structure/machinery/power/apc/almayer/directional/east, /obj/structure/sign/safety/rewire{ pixel_x = 7; pixel_y = -30 @@ -30070,9 +29973,7 @@ dir = 4 }, /obj/structure/pipes/standard/simple/hidden/supply, -/obj/structure/machinery/power/apc/almayer{ - dir = 8 - }, +/obj/structure/machinery/power/apc/almayer/directional/west, /obj/structure/sign/safety/maint{ pixel_x = -17 }, @@ -30385,7 +30286,7 @@ /obj/structure/pipes/standard/simple/hidden/supply{ dir = 4 }, -/obj/structure/machinery/power/apc/almayer, +/obj/structure/machinery/power/apc/almayer/directional/south, /turf/open/floor/plating/plating_catwalk, /area/almayer/maint/hull/upper/u_f_s) "iNH" = ( @@ -30843,7 +30744,7 @@ /obj/structure/closet/secure_closet/surgical{ pixel_x = -30 }, -/obj/structure/machinery/power/apc/almayer, +/obj/structure/machinery/power/apc/almayer/directional/south, /obj/structure/sign/safety/rewire{ pixel_y = -38 }, @@ -31018,9 +30919,7 @@ /turf/open/floor/almayer, /area/almayer/living/briefing) "iXW" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 4 - }, +/obj/structure/machinery/power/apc/almayer/directional/east, /turf/open/floor/almayer/sterile_green_corner, /area/almayer/medical/lower_medical_lobby) "iYe" = ( @@ -32314,9 +32213,7 @@ /turf/open/floor/wood/ship, /area/almayer/command/corporateliaison) "jvP" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer/plate, /area/almayer/shipboard/brig/cryo) "jvX" = ( @@ -32412,9 +32309,7 @@ /turf/open/floor/plating, /area/almayer/living/bridgebunks) "jxX" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer/orange/east, /area/almayer/hallways/lower/starboard_aft_hallway) "jyb" = ( @@ -32721,9 +32616,7 @@ /turf/open/floor/prison/kitchen, /area/almayer/living/grunt_rnr) "jFI" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 4 - }, +/obj/structure/machinery/power/apc/almayer/directional/east, /turf/open/floor/almayer/plate, /area/almayer/maint/hull/upper/u_m_s) "jFM" = ( @@ -32830,9 +32723,7 @@ /turf/open/floor/almayer/plating/northeast, /area/almayer/engineering/lower/engine_core) "jJk" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 4 - }, +/obj/structure/machinery/power/apc/almayer/directional/east, /turf/open/floor/almayer/blue/northeast, /area/almayer/living/port_emb) "jKn" = ( @@ -33106,7 +32997,7 @@ /turf/open/floor/almayer/red/east, /area/almayer/hallways/upper/starboard) "jOE" = ( -/obj/structure/machinery/power/apc/almayer, +/obj/structure/machinery/power/apc/almayer/directional/south, /turf/open/floor/almayer/orange, /area/almayer/engineering/lower) "jOG" = ( @@ -33617,9 +33508,7 @@ /turf/open/floor/almayer/red/east, /area/almayer/hallways/upper/starboard) "jZU" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer, /area/almayer/medical/containment/cell/cl) "jZY" = ( @@ -33681,9 +33570,7 @@ /turf/open/floor/almayer/bluefull, /area/almayer/squads/charlie_delta_shared) "kaO" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 8 - }, +/obj/structure/machinery/power/apc/almayer/directional/west, /turf/open/floor/almayer/silver/west, /area/almayer/hallways/upper/midship_hallway) "kaQ" = ( @@ -33949,9 +33836,7 @@ /turf/open/floor/almayer/plate, /area/almayer/hallways/lower/vehiclehangar) "kgV" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 4 - }, +/obj/structure/machinery/power/apc/almayer/directional/east, /obj/effect/decal/warning_stripes{ icon_state = "E"; layer = 3.33; @@ -34601,9 +34486,7 @@ /turf/open/floor/almayer/red/north, /area/almayer/shipboard/brig/processing) "kuK" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer/plate, /area/almayer/maint/hull/upper/u_m_p) "kvf" = ( @@ -34697,9 +34580,7 @@ /turf/open/floor/almayer/dark_sterile, /area/almayer/living/port_emb) "kxe" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer/plate, /area/almayer/maint/hull/lower/p_bow) "kxo" = ( @@ -35577,9 +35458,7 @@ /obj/structure/bed/chair{ dir = 4 }, -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer/blue/northeast, /area/almayer/living/basketball) "kPG" = ( @@ -39328,9 +39207,8 @@ /turf/open/floor/plating/plating_catwalk, /area/almayer/maint/hull/lower/stern) "myl" = ( -/obj/structure/machinery/power/apc/almayer/hardened{ - cell_type = /obj/item/cell/hyper; - dir = 1 +/obj/structure/machinery/power/apc/almayer/hardened/directional/north{ + cell_type = /obj/item/cell/hyper }, /obj/effect/decal/warning_stripes{ icon_state = "NE-out"; @@ -39601,7 +39479,7 @@ /turf/open/floor/almayer/plate, /area/almayer/maint/hull/lower/l_a_p) "mCJ" = ( -/obj/structure/machinery/power/apc/almayer, +/obj/structure/machinery/power/apc/almayer/directional/south, /turf/open/floor/plating/plating_catwalk, /area/almayer/maint/upper/u_f_p) "mCL" = ( @@ -39799,9 +39677,7 @@ /turf/open/floor/wood/ship, /area/almayer/command/corporateliaison) "mHb" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer/red/east, /area/almayer/shipboard/brig/processing) "mHo" = ( @@ -40003,9 +39879,7 @@ icon_state = "N"; pixel_y = 1 }, -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer/red, /area/almayer/hallways/upper/port) "mKq" = ( @@ -40975,9 +40849,7 @@ /turf/open/floor/almayer/plate, /area/almayer/maint/hull/lower/l_m_s) "neO" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer/red/north, /area/almayer/shipboard/navigation) "neS" = ( @@ -41426,9 +41298,7 @@ /turf/open/floor/almayer/cargo_arrow/north, /area/almayer/living/briefing) "nlI" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer/plate, /area/almayer/maint/upper/u_f_s) "nlW" = ( @@ -41950,9 +41820,7 @@ /turf/open/floor/almayer/mono, /area/almayer/engineering/upper_engineering/starboard) "nwW" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer/red/north, /area/almayer/shipboard/port_missiles) "nwY" = ( @@ -42056,9 +41924,7 @@ /turf/open/floor/almayer/test_floor4, /area/almayer/shipboard/brig/starboard_hallway) "nAd" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 4 - }, +/obj/structure/machinery/power/apc/almayer/directional/east, /turf/open/floor/almayer, /area/almayer/engineering/lower/engine_core) "nAm" = ( @@ -42483,9 +42349,7 @@ /turf/open/floor/almayer/plating/northeast, /area/almayer/shipboard/port_missiles) "nIG" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 4 - }, +/obj/structure/machinery/power/apc/almayer/directional/east, /turf/open/floor/almayer/silver/northeast, /area/almayer/command/securestorage) "nIN" = ( @@ -42551,9 +42415,7 @@ /area/almayer/engineering/lower/workshop) "nLk" = ( /obj/effect/decal/cleanable/blood/oil, -/obj/structure/machinery/power/apc/almayer{ - dir = 4 - }, +/obj/structure/machinery/power/apc/almayer/directional/east, /turf/open/floor/almayer/orange/east, /area/almayer/engineering/upper_engineering/port) "nLp" = ( @@ -42801,9 +42663,7 @@ /turf/open/floor/plating/plating_catwalk, /area/almayer/maint/hull/lower/l_m_p) "nQv" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 4 - }, +/obj/structure/machinery/power/apc/almayer/directional/east, /turf/open/floor/almayer/plating_striped/west, /area/almayer/squads/req) "nQA" = ( @@ -43244,9 +43104,7 @@ /turf/open/floor/almayer, /area/almayer/hallways/upper/midship_hallway) "nZR" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 8 - }, +/obj/structure/machinery/power/apc/almayer/directional/west, /turf/open/floor/almayer/plating/northeast, /area/almayer/shipboard/panic) "nZW" = ( @@ -43674,9 +43532,7 @@ /obj/structure/pipes/vents/pump{ dir = 8 }, -/obj/structure/machinery/power/apc/almayer/hardened{ - dir = 4 - }, +/obj/structure/machinery/power/apc/almayer/hardened/directional/east, /turf/open/floor/almayer, /area/almayer/command/lifeboat) "oit" = ( @@ -43687,7 +43543,7 @@ /turf/open/floor/almayer/redfull, /area/almayer/shipboard/port_missiles) "oix" = ( -/obj/structure/machinery/power/apc/almayer, +/obj/structure/machinery/power/apc/almayer/directional/south, /obj/structure/sign/safety/rewire{ pixel_y = -38 }, @@ -45235,9 +45091,7 @@ /turf/open/floor/almayer/plating/northeast, /area/almayer/medical/upper_medical) "oNK" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/plating/plating_catwalk, /area/almayer/maint/hull/upper/u_a_s) "oNM" = ( @@ -45293,7 +45147,7 @@ /obj/effect/decal/warning_stripes{ icon_state = "S" }, -/obj/structure/machinery/power/apc/almayer, +/obj/structure/machinery/power/apc/almayer/directional/south, /turf/open/floor/almayer/red/north, /area/almayer/hallways/upper/starboard) "oOO" = ( @@ -45612,9 +45466,7 @@ /obj/structure/platform{ dir = 8 }, -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer/silver/north, /area/almayer/hallways/lower/repair_bay) "oUG" = ( @@ -46511,7 +46363,7 @@ /turf/open/floor/plating/plating_catwalk, /area/almayer/maint/hull/lower/stern) "ppV" = ( -/obj/structure/machinery/power/apc/almayer, +/obj/structure/machinery/power/apc/almayer/directional/south, /turf/open/floor/almayer/plate, /area/almayer/hallways/lower/starboard_midship_hallway) "pqc" = ( @@ -46599,9 +46451,7 @@ /turf/open/floor/almayer, /area/almayer/maint/hull/upper/u_f_s) "prl" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /obj/effect/decal/warning_stripes{ icon_state = "SW-out" }, @@ -47683,9 +47533,8 @@ /turf/open/floor/almayer/plate, /area/almayer/squads/charlie_delta_shared) "pQI" = ( -/obj/structure/machinery/power/apc/almayer{ - cell_type = /obj/item/cell/hyper; - dir = 1 +/obj/structure/machinery/power/apc/almayer/directional/north{ + cell_type = /obj/item/cell/hyper }, /turf/open/floor/almayer/red/north, /area/almayer/shipboard/brig/mp_bunks) @@ -47717,9 +47566,7 @@ /turf/open/floor/almayer/plate, /area/almayer/living/offices) "pRn" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 4 - }, +/obj/structure/machinery/power/apc/almayer/directional/east, /obj/structure/machinery/medical_pod/sleeper, /turf/open/floor/almayer/mono, /area/almayer/medical/medical_science) @@ -48441,7 +48288,7 @@ /turf/open/floor/almayer, /area/almayer/squads/delta) "qgU" = ( -/obj/structure/machinery/power/apc/almayer/hardened, +/obj/structure/machinery/power/apc/almayer/hardened/directional/south, /obj/effect/decal/warning_stripes{ icon_state = "SE-out"; pixel_x = 1 @@ -49107,9 +48954,7 @@ /turf/open/floor/almayer/silvercorner/east, /area/almayer/hallways/upper/midship_hallway) "qvC" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 4 - }, +/obj/structure/machinery/power/apc/almayer/directional/east, /turf/open/floor/plating, /area/almayer/living/port_emb) "qvE" = ( @@ -49726,7 +49571,7 @@ /turf/open/floor/almayer/red/north, /area/almayer/squads/alpha_bravo_shared) "qGf" = ( -/obj/structure/machinery/power/apc/almayer, +/obj/structure/machinery/power/apc/almayer/directional/south, /obj/structure/sign/safety/rewire{ pixel_y = -38 }, @@ -50336,9 +50181,7 @@ /turf/open/floor/almayer/plate, /area/almayer/maint/upper/u_m_s) "qTu" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer/plate, /area/almayer/hallways/lower/port_umbilical) "qTA" = ( @@ -50689,9 +50532,7 @@ /turf/open/floor/plating/plating_catwalk, /area/almayer/maint/hull/lower/l_m_s) "qZT" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer/plate, /area/almayer/hallways/lower/starboard_fore_hallway) "qZX" = ( @@ -50892,7 +50733,7 @@ /turf/open/floor/almayer/sterile_green_side/west, /area/almayer/medical/lower_medical_lobby) "rdT" = ( -/obj/structure/machinery/power/apc/almayer, +/obj/structure/machinery/power/apc/almayer/directional/south, /turf/open/floor/almayer/plate, /area/almayer/hallways/lower/port_fore_hallway) "rdZ" = ( @@ -51264,9 +51105,7 @@ /area/almayer/living/synthcloset) "rlh" = ( /obj/structure/closet/firecloset, -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer/plate, /area/almayer/shipboard/starboard_point_defense) "rll" = ( @@ -52476,7 +52315,7 @@ /obj/structure/sign/safety/rewire{ pixel_x = 32 }, -/obj/structure/machinery/power/apc/almayer, +/obj/structure/machinery/power/apc/almayer/directional/south, /turf/open/floor/almayer/orange/east, /area/almayer/hallways/lower/port_aft_hallway) "rKA" = ( @@ -53029,9 +52868,7 @@ /obj/structure/sign/safety/hazard{ pixel_y = -32 }, -/obj/structure/machinery/power/apc/almayer{ - dir = 8 - }, +/obj/structure/machinery/power/apc/almayer/directional/west, /turf/open/floor/almayer, /area/almayer/shipboard/brig/execution) "rXF" = ( @@ -53074,9 +52911,7 @@ /area/almayer/engineering/lower/workshop) "rYi" = ( /obj/structure/bed/chair, -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer/plate, /area/almayer/living/gym) "rYp" = ( @@ -53394,9 +53229,7 @@ /obj/item/roller/medevac, /obj/item/roller/medevac, /obj/item/roller/medevac, -/obj/structure/machinery/power/apc/almayer{ - dir = 8 - }, +/obj/structure/machinery/power/apc/almayer/directional/west, /obj/structure/surface/table/reinforced/prison, /turf/open/floor/almayer/sterile_green, /area/almayer/medical/lockerroom) @@ -54830,9 +54663,7 @@ /turf/open/floor/almayer/sterile_green_side/east, /area/almayer/medical/morgue) "sKf" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer/orange/north, /area/almayer/engineering/lower) "sKM" = ( @@ -55167,9 +54998,8 @@ /turf/open/floor/plating/plating_catwalk, /area/almayer/hallways/lower/port_midship_hallway) "sTV" = ( -/obj/structure/machinery/power/apc/almayer/hardened{ - cell_type = /obj/item/cell/hyper; - dir = 1 +/obj/structure/machinery/power/apc/almayer/hardened/directional/north{ + cell_type = /obj/item/cell/hyper }, /turf/open/floor/plating, /area/almayer/command/airoom) @@ -56969,9 +56799,7 @@ /turf/open/floor/almayer/plate, /area/almayer/maint/hull/upper/u_a_s) "tBY" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer/plate, /area/almayer/maint/upper/mess) "tCd" = ( @@ -57789,9 +57617,7 @@ /obj/item/storage/toolbox/mechanical{ pixel_y = 13 }, -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer/plate, /area/almayer/maint/upper/u_m_s) "tXb" = ( @@ -57827,9 +57653,7 @@ /turf/open/floor/almayer/test_floor4, /area/almayer/squads/req) "tXn" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 8 - }, +/obj/structure/machinery/power/apc/almayer/directional/west, /turf/open/floor/almayer/plate, /area/almayer/maint/hull/lower/l_a_s) "tXo" = ( @@ -58558,7 +58382,7 @@ /obj/effect/decal/warning_stripes{ icon_state = "S" }, -/obj/structure/machinery/power/apc/almayer, +/obj/structure/machinery/power/apc/almayer/directional/south, /turf/open/floor/almayer/sterile_green, /area/almayer/medical/containment) "uoj" = ( @@ -60259,9 +60083,7 @@ /turf/open/floor/almayer/emerald/southwest, /area/almayer/living/port_emb) "uZF" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer, /area/almayer/engineering/lower/workshop) "uZH" = ( @@ -60892,9 +60714,7 @@ /turf/open/floor/almayer/plate, /area/almayer/maint/lower/s_bow) "vkR" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /obj/structure/bed/sofa/south/grey, /turf/open/floor/almayer/silver/north, /area/almayer/shipboard/brig/cic_hallway) @@ -61221,9 +61041,7 @@ /area/almayer/engineering/upper_engineering/starboard) "vqL" = ( /obj/item/clothing/under/shorts/black, -/obj/structure/machinery/power/apc/almayer{ - dir = 8 - }, +/obj/structure/machinery/power/apc/almayer/directional/west, /turf/open/floor/almayer/dark_sterile, /area/almayer/engineering/laundry) "vqW" = ( @@ -61543,7 +61361,7 @@ /turf/open/floor/almayer/dark_sterile, /area/almayer/living/port_emb) "vwj" = ( -/obj/structure/machinery/power/apc/almayer, +/obj/structure/machinery/power/apc/almayer/directional/south, /turf/open/floor/almayer/plate, /area/almayer/maint/upper/u_m_p) "vwC" = ( @@ -61775,9 +61593,7 @@ /turf/open/floor/almayer/orange/north, /area/almayer/hallways/hangar) "vAx" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer/plate, /area/almayer/maint/hull/lower/l_m_p) "vAz" = ( @@ -61806,9 +61622,7 @@ /obj/effect/decal/warning_stripes{ icon_state = "W" }, -/obj/structure/machinery/power/apc/almayer{ - dir = 8 - }, +/obj/structure/machinery/power/apc/almayer/directional/west, /turf/open/floor/almayer/plating/northeast, /area/almayer/shipboard/stern_point_defense) "vAQ" = ( @@ -63673,9 +63487,7 @@ /area/almayer/medical/upper_medical) "wjC" = ( /obj/structure/closet/firecloset, -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer/plate, /area/almayer/shipboard/port_point_defense) "wjL" = ( @@ -63853,9 +63665,7 @@ /turf/open/floor/almayer, /area/almayer/hallways/hangar) "wmg" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer/red/north, /area/almayer/shipboard/starboard_missiles) "wmo" = ( @@ -64563,9 +64373,7 @@ /area/almayer/hallways/upper/fore_hallway) "wCs" = ( /obj/structure/machinery/vending/security, -/obj/structure/machinery/power/apc/almayer{ - dir = 8 - }, +/obj/structure/machinery/power/apc/almayer/directional/west, /turf/open/floor/almayer/plate, /area/almayer/living/briefing) "wCI" = ( @@ -64964,9 +64772,8 @@ /turf/open/floor/almayer/green/north, /area/almayer/hallways/lower/port_aft_hallway) "wKF" = ( -/obj/structure/machinery/power/apc/almayer{ - cell_type = /obj/item/cell/hyper; - dir = 1 +/obj/structure/machinery/power/apc/almayer/directional/north{ + cell_type = /obj/item/cell/hyper }, /turf/open/floor/almayer/plate, /area/almayer/command/combat_correspondent) @@ -65410,9 +65217,7 @@ /area/almayer/shipboard/brig/lobby) "wSx" = ( /obj/structure/platform_decoration, -/obj/structure/machinery/power/apc/almayer{ - dir = 4 - }, +/obj/structure/machinery/power/apc/almayer/directional/east, /turf/open/floor/almayer/plate, /area/almayer/maint/hull/upper/u_a_p) "wSB" = ( @@ -65502,9 +65307,7 @@ /turf/closed/wall/almayer/research/containment/wall/south, /area/almayer/medical/containment/cell) "wTN" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer/plate, /area/almayer/living/auxiliary_officer_office) "wUd" = ( @@ -65852,9 +65655,7 @@ /turf/open/floor/almayer/plate, /area/almayer/living/gym) "xbI" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer/plate, /area/almayer/maint/hull/lower/l_m_s) "xcI" = ( @@ -65952,7 +65753,7 @@ /turf/open/floor/almayer/plate, /area/almayer/engineering/lower/workshop) "xer" = ( -/obj/structure/machinery/power/apc/almayer, +/obj/structure/machinery/power/apc/almayer/directional/south, /turf/open/floor/plating/plating_catwalk, /area/almayer/maint/hull/lower/l_f_s) "xeU" = ( @@ -66155,9 +65956,7 @@ /turf/closed/wall/almayer/outer, /area/almayer/maint/hull/upper/p_bow) "xiW" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/plating/plating_catwalk, /area/almayer/maint/upper/u_a_p) "xjb" = ( @@ -66263,17 +66062,13 @@ /turf/open/floor/almayer, /area/almayer/squads/bravo) "xlC" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer/orangecorner/east, /area/almayer/engineering/ce_room) "xlO" = ( /obj/structure/filingcabinet, /obj/item/folder/yellow, -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer/orange/north, /area/almayer/engineering/lower/workshop/hangar) "xmg" = ( @@ -66341,9 +66136,7 @@ /turf/open/floor/plating/plating_catwalk, /area/almayer/squads/req) "xnX" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/almayer/plate, /area/almayer/maint/upper/u_a_s) "xoe" = ( @@ -67448,9 +67241,7 @@ /area/almayer/engineering/upper_engineering/starboard) "xKT" = ( /obj/effect/decal/cleanable/cobweb, -/obj/structure/machinery/power/apc/almayer{ - dir = 8 - }, +/obj/structure/machinery/power/apc/almayer/directional/west, /turf/open/floor/almayer, /area/almayer/living/synthcloset) "xLi" = ( @@ -68118,9 +67909,7 @@ /turf/open/floor/plating/plating_catwalk, /area/almayer/shipboard/starboard_point_defense) "xYE" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 4 - }, +/obj/structure/machinery/power/apc/almayer/directional/east, /turf/open/floor/plating, /area/almayer/maint/lower/constr) "xYP" = ( @@ -68529,9 +68318,7 @@ /obj/effect/decal/warning_stripes{ icon_state = "S" }, -/obj/structure/machinery/power/apc/almayer{ - dir = 8 - }, +/obj/structure/machinery/power/apc/almayer/directional/west, /obj/item/storage/briefcase{ pixel_y = 15 }, diff --git a/maps/map_files/Whiskey_Outpost_v2/Whiskey_Outpost_v2.dmm b/maps/map_files/Whiskey_Outpost_v2/Whiskey_Outpost_v2.dmm index 2d5bc23cb5a3..baf4cf71d41f 100644 --- a/maps/map_files/Whiskey_Outpost_v2/Whiskey_Outpost_v2.dmm +++ b/maps/map_files/Whiskey_Outpost_v2/Whiskey_Outpost_v2.dmm @@ -978,9 +978,7 @@ /turf/open/gm/grass/gbcorner/north_west, /area/whiskey_outpost/outside/lane/one_south) "eq" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -1003,9 +1001,7 @@ /turf/open/floor/prison, /area/whiskey_outpost/inside/living) "ev" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/prison, /area/whiskey_outpost/inside/living) "ex" = ( @@ -1030,9 +1026,7 @@ /turf/open/floor/whitegreenfull, /area/whiskey_outpost/inside/hospital/triage) "eF" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/prison, /area/whiskey_outpost/inside/cic) "eG" = ( @@ -1900,9 +1894,7 @@ /turf/open/floor/prison, /area/whiskey_outpost/inside/living) "im" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 4 - }, +/obj/structure/machinery/power/apc/almayer/directional/east, /turf/open/floor/whitegreen/east, /area/whiskey_outpost/inside/hospital) "in" = ( @@ -2885,9 +2877,7 @@ /turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, /area/whiskey_outpost/outside/lane/four_north) "mC" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/prison, /area/whiskey_outpost) "mD" = ( @@ -3306,9 +3296,7 @@ /turf/open/floor/prison/floor_plate, /area/whiskey_outpost/inside/supply) "ow" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost/outside/mortar_pit) "ox" = ( @@ -3766,9 +3754,7 @@ /turf/open/floor/white, /area/whiskey_outpost/inside/hospital) "qC" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/engineering) @@ -3874,9 +3860,7 @@ /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost/outside/mortar_pit) "qW" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 4 - }, +/obj/structure/machinery/power/apc/almayer/directional/east, /turf/open/gm/dirt, /area/whiskey_outpost/inside/caves/tunnel) "qX" = ( @@ -3890,9 +3874,7 @@ /turf/open/gm/grass/grassbeach/west, /area/whiskey_outpost/outside/lane/one_south) "ra" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 4 - }, +/obj/structure/machinery/power/apc/almayer/directional/east, /turf/closed/wall/r_wall, /area/whiskey_outpost/inside/bunker) "rb" = ( @@ -4784,9 +4766,7 @@ /turf/open/floor/prison/floor_plate, /area/whiskey_outpost/inside/supply) "uP" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /obj/structure/surface/table/reinforced/prison, /turf/open/floor/prison/floor_plate, /area/whiskey_outpost/inside/supply) @@ -5763,7 +5743,7 @@ /turf/open/gm/dirtgrassborder/grassdirt_corner/north_east, /area/whiskey_outpost/outside/north) "zl" = ( -/obj/structure/machinery/power/apc/almayer, +/obj/structure/machinery/power/apc/almayer/directional/south, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/bunker/front) "zm" = ( @@ -9501,9 +9481,7 @@ /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_west, /area/whiskey_outpost/outside/lane/two_south) "SG" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/pillbox/four) "SH" = ( @@ -9704,7 +9682,7 @@ /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/hypospray, /obj/item/reagent_container/hypospray, -/obj/structure/machinery/power/apc/almayer, +/obj/structure/machinery/power/apc/almayer/directional/south, /turf/open/floor/whitegreen, /area/whiskey_outpost/inside/hospital/triage) "TC" = ( @@ -9977,9 +9955,7 @@ /turf/open/gm/dirt, /area/whiskey_outpost/outside/lane/three_south) "UX" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/pillbox/one) "UY" = ( @@ -10618,9 +10594,7 @@ /turf/open/jungle, /area/whiskey_outpost/outside/lane/three_south) "XV" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/pillbox/two) "XW" = ( @@ -10662,9 +10636,7 @@ /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost/outside/north) "Yj" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, +/obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/pillbox/three) "Yk" = ( diff --git a/maps/predship/huntership.dmm b/maps/predship/huntership.dmm index 2931fd42b111..7f6bf47de21e 100644 --- a/maps/predship/huntership.dmm +++ b/maps/predship/huntership.dmm @@ -1803,8 +1803,7 @@ color = "#6b675e"; layer = 2.79 }, -/obj/structure/machinery/power/apc/almayer{ - dir = 4; +/obj/structure/machinery/power/apc/almayer/directional/east{ pixel_y = 25 }, /obj/item/weapon/twohanded/yautja/spear, diff --git a/maps/shuttles/ert_shuttle_big.dmm b/maps/shuttles/ert_shuttle_big.dmm index 0dbd1adcfb47..c484f9704b2a 100644 --- a/maps/shuttles/ert_shuttle_big.dmm +++ b/maps/shuttles/ert_shuttle_big.dmm @@ -855,7 +855,7 @@ /turf/open/floor/plating/almayer, /area/shuttle/ert) "YN" = ( -/obj/structure/machinery/power/apc/almayer{ +/obj/structure/machinery/power/apc/almayer/directional/south{ cell_type = /obj/item/cell/hyper }, /turf/open/floor/almayer/tcomms, diff --git a/maps/shuttles/trijentshuttle2.dmm b/maps/shuttles/trijentshuttle2.dmm index b4ea080e4cfa..2fedb97fc882 100644 --- a/maps/shuttles/trijentshuttle2.dmm +++ b/maps/shuttles/trijentshuttle2.dmm @@ -38,11 +38,7 @@ /turf/open/shuttle/escapepod, /area/shuttle/trijent_shuttle/elevator) "n" = ( -/obj/structure/machinery/power/apc{ - dir = 1; - pixel_y = 26; - start_charge = 0 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /obj/item/tool/wirecutters{ pixel_y = -7 }, diff --git a/tools/UpdatePaths/Scripts/xxxx-apc-replacement.txt b/tools/UpdatePaths/Scripts/xxxx-apc-replacement.txt new file mode 100644 index 000000000000..20c12c86fb3d --- /dev/null +++ b/tools/UpdatePaths/Scripts/xxxx-apc-replacement.txt @@ -0,0 +1,175 @@ +/obj/structure/machinery/power/apc{dir=1} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc{dir=2} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc{dir=4} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc{dir=8} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc{pixel_y=24} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc{pixel_y=-24} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc{pixel_x=24} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc{pixel_x=-24} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc{pixel_y=28} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc{pixel_y=-28} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc{pixel_x=28} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc{pixel_x=-28} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc{pixel_y=30} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc{pixel_y=-30} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc{pixel_x=30} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc{pixel_x=-30} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc{pixel_y=32} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc{pixel_y=-32} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc{pixel_x=32} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc{pixel_x=-32} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} + +/obj/structure/machinery/power/apc/weak{dir=1} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/weak{dir=2} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/weak{dir=4} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/weak{dir=8} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/weak{pixel_y=24} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/weak{pixel_y=-24} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/weak{pixel_x=24} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/weak{pixel_x=-24} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/weak{pixel_y=28} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/weak{pixel_y=-28} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/weak{pixel_x=28} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/weak{pixel_x=-28} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/weak{pixel_y=30} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/weak{pixel_y=-30} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/weak{pixel_x=30} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/weak{pixel_x=-30} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/weak{pixel_y=32} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/weak{pixel_y=-32} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/weak{pixel_x=32} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/weak{pixel_x=-32} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/weak : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} + +/obj/structure/machinery/power/apc/high{dir=1} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/high{dir=2} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/high{dir=4} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/high{dir=8} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/high{pixel_y=24} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/high{pixel_y=-24} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/high{pixel_x=24} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/high{pixel_x=-24} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/high{pixel_y=28} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/high{pixel_y=-28} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/high{pixel_x=28} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/high{pixel_x=-28} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/high{pixel_y=30} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/high{pixel_y=-30} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/high{pixel_x=30} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/high{pixel_x=-30} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/high{pixel_y=32} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/high{pixel_y=-32} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/high{pixel_x=32} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/high{pixel_x=-32} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/high : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} + +/obj/structure/machinery/power/apc/super{dir=1} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/super{dir=2} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/super{dir=4} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/super{dir=8} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/super{pixel_y=24} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/super{pixel_y=-24} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/super{pixel_x=24} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/super{pixel_x=-24} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/super{pixel_y=28} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/super{pixel_y=-28} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/super{pixel_x=28} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/super{pixel_x=-28} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/super{pixel_y=30} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/super{pixel_y=-30} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/super{pixel_x=30} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/super{pixel_x=-30} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/super{pixel_y=32} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/super{pixel_y=-32} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/super{pixel_x=32} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/super{pixel_x=-32} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/super : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} + +/obj/structure/machinery/power/apc/hyper{dir=1} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/hyper{dir=2} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/hyper{dir=4} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/hyper{dir=8} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/hyper{pixel_y=24} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/hyper{pixel_y=-24} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/hyper{pixel_x=24} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/hyper{pixel_x=-24} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/hyper{pixel_y=28} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/hyper{pixel_y=-28} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/hyper{pixel_x=28} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/hyper{pixel_x=-28} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/hyper{pixel_y=30} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/hyper{pixel_y=-30} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/hyper{pixel_x=30} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/hyper{pixel_x=-30} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/hyper{pixel_y=32} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/hyper{pixel_y=-32} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/hyper{pixel_x=32} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/hyper{pixel_x=-32} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/hyper : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} + +/obj/structure/machinery/power/apc/nocharge{dir=1} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/nocharge{dir=2} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/nocharge{dir=4} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/nocharge{dir=8} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/nocharge{pixel_y=24} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/nocharge{pixel_y=-24} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/nocharge{pixel_x=24} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/nocharge{pixel_x=-24} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/nocharge{pixel_y=28} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/nocharge{pixel_y=-28} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/nocharge{pixel_x=28} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/nocharge{pixel_x=-28} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/nocharge{pixel_y=30} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/nocharge{pixel_y=-30} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/nocharge{pixel_x=30} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/nocharge{pixel_x=-30} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/nocharge{pixel_y=32} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/nocharge{pixel_y=-32} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/nocharge{pixel_x=32} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/nocharge{pixel_x=-32} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/nocharge : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} + +/obj/structure/machinery/power/apc/almayer{dir=1} : /obj/structure/machinery/power/apc/almayer/directional/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer{dir=2} : /obj/structure/machinery/power/apc/almayer/directional/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer{dir=4} : /obj/structure/machinery/power/apc/almayer/directional/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer{dir=8} : /obj/structure/machinery/power/apc/almayer/directional/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer{pixel_y=24} : /obj/structure/machinery/power/apc/almayer/directional/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer{pixel_y=-24} : /obj/structure/machinery/power/apc/almayer/directional/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer{pixel_x=24} : /obj/structure/machinery/power/apc/almayer/directional/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer{pixel_x=-24} : /obj/structure/machinery/power/apc/almayer/directional/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer{pixel_y=28} : /obj/structure/machinery/power/apc/almayer/directional/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer{pixel_y=-28} : /obj/structure/machinery/power/apc/almayer/directional/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer{pixel_x=28} : /obj/structure/machinery/power/apc/almayer/directional/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer{pixel_x=-28} : /obj/structure/machinery/power/apc/almayer/directional/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer{pixel_y=30} : /obj/structure/machinery/power/apc/almayer/directional/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer{pixel_y=-30} : /obj/structure/machinery/power/apc/almayer/directional/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer{pixel_x=30} : /obj/structure/machinery/power/apc/almayer/directional/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer{pixel_x=-30} : /obj/structure/machinery/power/apc/almayer/directional/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer{pixel_y=32} : /obj/structure/machinery/power/apc/almayer/directional/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer{pixel_y=-32} : /obj/structure/machinery/power/apc/almayer/directional/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer{pixel_x=32} : /obj/structure/machinery/power/apc/almayer/directional/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer{pixel_x=-32} : /obj/structure/machinery/power/apc/almayer/directional/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer : /obj/structure/machinery/power/apc/almayer/directional/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} + +/obj/structure/machinery/power/apc/almayer/hardened{dir=1} : /obj/structure/machinery/power/apc/almayer/hardened/directional/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer/hardened{dir=2} : /obj/structure/machinery/power/apc/almayer/hardened/directional/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer/hardened{dir=4} : /obj/structure/machinery/power/apc/almayer/hardened/directional/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer/hardened{dir=8} : /obj/structure/machinery/power/apc/almayer/hardened/directional/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer/hardened{pixel_y=24} : /obj/structure/machinery/power/apc/almayer/hardened/directional/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer/hardened{pixel_y=-24} : /obj/structure/machinery/power/apc/almayer/hardened/directional/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer/hardened{pixel_x=24} : /obj/structure/machinery/power/apc/almayer/hardened/directional/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer/hardened{pixel_x=-24} : /obj/structure/machinery/power/apc/almayer/hardened/directional/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer/hardened{pixel_y=28} : /obj/structure/machinery/power/apc/almayer/hardened/directional/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer/hardened{pixel_y=-28} : /obj/structure/machinery/power/apc/almayer/hardened/directional/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer/hardened{pixel_x=28} : /obj/structure/machinery/power/apc/almayer/hardened/directional/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer/hardened{pixel_x=-28} : /obj/structure/machinery/power/apc/almayer/hardened/directional/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer/hardened{pixel_y=30} : /obj/structure/machinery/power/apc/almayer/hardened/directional/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer/hardened{pixel_y=-30} : /obj/structure/machinery/power/apc/almayer/hardened/directional/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer/hardened{pixel_x=30} : /obj/structure/machinery/power/apc/almayer/hardened/directional/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer/hardened{pixel_x=-30} : /obj/structure/machinery/power/apc/almayer/hardened/directional/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer/hardened{pixel_y=32} : /obj/structure/machinery/power/apc/almayer/hardened/directional/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer/hardened{pixel_y=-32} : /obj/structure/machinery/power/apc/almayer/hardened/directional/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer/hardened{pixel_x=32} : /obj/structure/machinery/power/apc/almayer/hardened/directional/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer/hardened{pixel_x=-32} : /obj/structure/machinery/power/apc/almayer/hardened/directional/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer/hardened : /obj/structure/machinery/power/apc/almayer/hardened/directional/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} From 12adc26c714d32c0078819e052bf973708218648 Mon Sep 17 00:00:00 2001 From: Blundir <100090741+Blundir@users.noreply.github.com> Date: Thu, 11 Jul 2024 13:57:30 +0300 Subject: [PATCH 02/16] Create apc.dmi --- icons/obj/structures/machinery/apc.dmi | Bin 0 -> 7131 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 icons/obj/structures/machinery/apc.dmi diff --git a/icons/obj/structures/machinery/apc.dmi b/icons/obj/structures/machinery/apc.dmi new file mode 100644 index 0000000000000000000000000000000000000000..d35c3969e6a7ed7c1cc1e7b1048f3ad2ff82cce6 GIT binary patch literal 7131 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 Date: Thu, 11 Jul 2024 14:30:23 +0300 Subject: [PATCH 03/16] 2 --- code/modules/power/apc.dm | 2 +- icons/obj/structures/machinery/apc.dmi | Bin 7131 -> 9778 bytes icons/obj/structures/machinery/power.dmi | Bin 29987 -> 26726 bytes 3 files changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/power/apc.dm b/code/modules/power/apc.dm index 6323e02df167..4025e2ee31c3 100644 --- a/code/modules/power/apc.dm +++ b/code/modules/power/apc.dm @@ -59,7 +59,7 @@ GLOBAL_LIST_INIT(apc_wire_descriptions, list( /obj/structure/machinery/power/apc name = "area power controller" desc = "A control terminal for the area electrical systems." - icon = 'icons/obj/structures/machinery/power.dmi' + icon = 'icons/obj/structures/machinery/apc.dmi' icon_state = "apc_mapicon" anchored = TRUE use_power = USE_POWER_NONE diff --git a/icons/obj/structures/machinery/apc.dmi b/icons/obj/structures/machinery/apc.dmi index d35c3969e6a7ed7c1cc1e7b1048f3ad2ff82cce6..81fd88b4eb78b708f4e2f74383a176c3bdb8ae53 100644 GIT binary patch literal 9778 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 L&lR6>y7m76#NmX< literal 7131 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 aQALip;y>uWMGU?_2zaQjuU4UA6Y_tt;TMen literal 29987 zcmbTdbyOTd_bocOTd?2`A-GF$CwOp&;O=gNyM+XIcXtmEBtUR?2<{Gpz0UWo-+k}h zb^p4v7IZ^*)l}7~+Gn4Asv?yYrO}WHkwG93nyie(7Z3<)6Zq*xga`iP?b%TP0>Pkq zt7*APn7NoZTRFN~IoN|ho|##xKkZjoQNt!iRNtS@5i-(Qb%-;IN9Tp#;iBrO*yc6U z41ZqhenEFnZj2n<2xdXLNTe*w;Y?cjyD)RUzwq~R*Xyy`&%rjuHt9Crw(b2G^Xv$> z_U@=;m4bTsr5xFZ1JjIE&f@amPHkrQ!TS;J#L-{tsue>MhIOd@Atr6}u2LV?I2n;d zxg>5=SrClj;|#RAJE>9{^d`FnMUQ!@?-+|Kq2ARNZ}oqf=k)y+d`TGe0E4i@6=38* zbQM~lm_q~Ut8 zq?I{TcQnf`=t2Xe;|EtM^uwCZT0{G6&dTV0?P$YmqI!p?8D}CX_vH5=XJJvrtEe22 ziz_vFZ?(FDiRG_9s+m`%w;x*686l}ZuG)+8$>f!}GU6J9)Y?Z0^%EfyPJ9>>qP`C4 zxq<<3vt5@7bhqwjjOE}O=tYV*QgkqUi3DLNJuTIX+ z`>hi_j+!NeYJ|aM;-8tOa$u9gT{$^1<_bGc-?VMnFu z7huJpnr1*e-lK1t{JW+kYCSRDR>4DaqRUxa#>!PLF%sV=J`tu-Nl{iM>d(g~^va08 z-!oyZ^*<}_UPBM>_x8R){Z*4I-m&24GZX#_-L;v!yn=d@^7A$K+lu^!cy?y}yBMXQ zOIcPSq`{Qn%UvU1zW0Xc1N)^j3Km%;pep_&*I-5lD#YhI%aQP-$rl^JE`@9ZvZSGu z{av!gNBxZNEOCE9Aaanbgs7Tl=1G^2FV61L+gn;DQi3CE$N)$TmQ#z>c2Z4Lf<}VM zGiq4Xs*E^!$a)2=b(F`tIHW2mR#7F4CwhoqN!g66EM7_J%=#HG=Oc3QM?N~^UhwefEF^C+I^1VZ)A&c+bPQ2E` zsG;-gd{y^QoJ8gvj|e8LC}tfZ0jnr*qXqiEyov<pveeg( zBK=yA4SG|7x6Vz6HF>`(R~$cfqagAKbdfJ#-g)1h5L~2U(<$b*wJqVijE%{I&_oyF ziTS=pbthlJuqqfbS{U631pp-`Ww$<^!}<|bw_i&Aj+A@J- zx%T1_x0nDEbVA04Krd+R!~^yK73!f``8`ZHUkqL|$j{7wd0iFU1+{O+-X3#FR_44s z6wsa;>Mx__!uJOZ5<#BD**62?-*2h5>fWD3E@CKF9>WAG^p24QFzuP_32GIwEHJh2 z>7bGY2!f2xJI-Z~V^WftC4qJ!nhOML`Mrh=Ya-ZO{%Q%A*}(9*&w>UGyu7bD^iH`w zDmrXkHMRqRJy4kghOsWvxoiq=ArS9Xe)~)c9tp@#`p3W6#_MEnrH~yA5RF_4vV*=; zD82A&m(Ts6pqUwHb{v6q0^E5Uz+p%DT5tX15MsT%{&eOerN>|SbRk`s9Z+~1>F&-e zENNmw1tRC-!qr@2j&JQIX1J-T*N=O%UCaCMMkIXKpGYOG9MDtOz-|UuBq1#=vV*Sq zn1`EtJB&?J_Wm8RvASr$6Qt$6=YFpvGZtP=%@dwSvQ9})z?=Wyy*(+lq!&bXnD^5T z318ndxey9>#voANGvb9`WG+(FD;Q@iSV%RJb8bvhWQekP#-0ll0&Y{`Q?=o$_6-_E z?0QLX%t1Ym8w63O_rg~)1C3RaJtdW>J!#x%V9VabSI|kgKPJ9@K&KZVYXkUzYn9rgG(-Z5hX~AWUv^X?bBTF0LW1`;O7dZK4xdG78m#=drlX|G%gGn)1!;#Yk#(0r91I_P2a ztwqeuhq}>3!SHmsPVLolD&8y%br{LYu=3!|rlU=L@(GPOKnDK#XRA|kx6@#~|6DAO zvu2GUUF~wfK1|Og-`-!0aAmHt+3!9AkNp&qqrt*{)b3n*Pm_7#5e|G6vTu`HJ7Ly7 zDW6ii33fF*;kcAAY3Q`@=FJZ{QWD)+PH5faSP?;^43YFUSQH-HtWRgRIW z3m028n4H6J>?YEz^l=wD4u*Tg7b;hJZ_j-TnW}aO zXXwoE9ch(hpke=4!Ohtjl{VPBw`* z;81NM#U{seuL-?);j>mLf{ghu>Y^FuC4M~irM=l zpyW$|bBDF%Pt*WxMra-g=!2KTWyIywak#M>^; zRkicT?WL&3$JZ>#&j%6r{KTQctFcK!?aA*+)NDaN3XudL`JlMhIAxyUqj^DV>#~|4 z-mQk(nA9bOlWx;Q(6;uSjMy(#&^jX*|@M#zQ%^MZpy0BL0lN(*1i{_1``TJ zLf0|XJ55I`^`47a+ZF-G=0`R~4TspLsH6gmN4n(iov+>Ip_g1f&GIVqy_VC*4wh1g zF+#pe7jiGka~YQvq|hBzH-EZ_w(}}JgzIzL&#?cj!DKYd%0UgINslfiY&Q7~xEBHRczq-Bb zAzovezS_zYc*UQvq_wrRdtU(LnDZG?EXiqaXUG)rq;j*<765-49nCq^qPQ77qIxM< z=?M@9+7hD0zJ=AyaB;d|NbYh$lgPxwVPH{pE|g(GM&KksId!DelD$kxAeST4Wf zxYlp7#?@o4i#1tmcbo3kVl~zn9Q&Dqm~*liHC8bwQM_7Nj*D5L+m(0+$F^PBBv!&^ zg;J3-Zs~#3AR9UOWotHoPlzq6JNEPk?eX2D{{xFd3f-dQ&7CTyd2x~J}@!G@?o3%zT7S(Vtpe* z+oXg3W3_QsX~*+5cP*yq_`PMHhI%-WW%ti~Lyj@`#pNdG=pa7-U~(QquN4a7>@lT! zoS0wXrgFmj!&C-2*QhZ;OHELzq)_7i`qDlu2Y@Aq$H&!C6WODU5^GGm@65mjQrKGOF`k3rMXf^ zz5C3$%mKrri=-y+(?^wxo(~J>eA#A`*L~n0G+(f4(YO!I247{ccu{>1qT>+=sRordW#9h zcj}YrR2$@W-RlWZ86p-{K|)`1e%1}E+V>sLSM^uxcOFI4Ktq|606Y`4#5WbhYM45?#F9w$`DmFeZ9`H5^wy3T{8Dl#^5Z3(rl`2 z*orWtF3*5Erisa00Ht=0)JJ3#@uVe(7bHoMZ=D_|Nz>Aapgw7vvW&vnxwBX{(IQJa zScDB)Tkx6o(oUvT!Ec{{7}IURhbmDRB%muI(RUuD_g#cXm9A=R92q2?1-Y zk942T(%Sl4{!WUaKLMZJ@kPaN$siTlOki#LKHcKK=Y4p0UEURIy0ptI4+M=Ff zG8FggY^_7Q&9r2irvrI8>dHqGZh=?`S%h=zhExz|h?|r1eeqLEe(36kE3t5&d+0=S zV{|%NJoxzdIJPtMU6Z>ZQ&-AMn)`=6rkZIDs!2Jh73P|E81s9T_#8eW6|Sc2ANl98 zDWvjMRd{9QmJC$Nv`Zy>%{Bf3d*`@jnyI)?Qv>lDyzL$D%%5BbbKFMUT?_S}6Dfiy zBAjc0X$tl(Q~)x$Jv)*#U00%*-FOmC_3gB$_!g|ef#-E@Cer1SzffTvRVo*E?jo!u;Q#wGVZtJbBw0@)=l)# zp_nL)$cf=jp~-HnT5a`79m#Q{SO;TD=Q_$#e+@9vbs6G6U;JUDI*w~T*igXEt~oA>kzmqZKY=rn7Cjl z?Ipz4uK4*mea0$RU8dYP_G?sKsBfT97uCgt%8>0H#%HCzGPC41O4eN*3HAVKCBLAa zI|$BZOyxV^)>V_0e&lU92~3q!c)S{AAqr3l$SUfr2o84hJ?ec-a5Hw~i~XHQ%oap_IZ)=%vkEPyqDIVmuCk=i^cjAL(+5El zS>EX>a&GH9JlFZbVo@x*hFsA@k5}4y^eq{TGiAh0T54f9ap%srJad8`rXIJ}vTJmf|iweb>NRLxX{ipN+W#$NRjK~t{r=@lxBy7b^ zuZr`)18}FXc?{*#oSSZo`!J7k5P3dK+(VdX<4++-t_)z#rZo_`ai9j%#Z!hw#vYQb95 z>QHXV9H|ohi@}YNh$k4*>nYjRKF;8HW;f{ch`(nYa=2J^97?T{=rq)o@P@BnkFd_7 z{F3earMA7{AKMlF{rk6(`)nCJhfc+9Fkx+HhgV_1SlVTM-~uob5$@P~4`|Rt1%sCj zf-LBJ1ecHDq}zWtu&8!N=t5Ul^&EY(Fv}>QftvFA(i_F{YHO8exE7tJ^3NB*eBFvN ziW-U_vXO|WonzSE;#4b`xC3ruyvKUc!;|%K&YvQCC=tQ4eEytiK>JmcR8$hHcZdiH zfu4poHgWdFtaoKze>iqT+!GDkxr2G|D_F-IR78tQr8b>G|E;0Fwegpn_$QCto7-??tM z?2WVk`ubQI>P{de9lF^FmA|y66@=_Zb(-cBMjP@N@e0PTSBotPq&v236CtSK;BWU!#5A2Et?6OsFLMYBP0hZEbzky7qaN8NfUMeN>;UCm=DKTHTQD_{U3= zQ)|l;`OJeQ`!v#OJD1zUxCN7a!_e<4V`%@Gt+;qJA@ezHLMTP9Qf#Twihx!@XV)db z+j#HkVJF^(-+%Y_kN1yz8OCWBw{MT}j@tuBznZfJeYU%Z>?4Lf?3#oCYrCkL4^7^e z1>rqJ>PbolK8R|Z>TcG`37?p2N^_{DWM~5RQClH7C8=M0(N-g=itr_=_kmU$Ux>lS zHShix6KOSdHB|fQtrW`AZ#z|d!8|gZw%*g#(fOz@Jo@&2rbH>ce@g`NjmFrIB?XnN z`XQQA;}{!us!hcX1}~sAt2~KxbR{GWOZs=nu3g`^OQ`IlgWxlZ^IzS{YLoqwpjuOiH&u7 z7%--euX*9TRA=J$-Rtr>LL}hSHQmODBJj-k=mBA{KcpHVs_DLII z$N|%+Mq?h;lhTl3ETs;ZNhcdQlz#Ts>3fga$Uz#PdH~Q#NKP)6-N<=lFILJqGwBWV zmRvb?hqa;077pkx_TfO`dg=36ztk-*CvxDt`IK^_s}s}7c$m~poB3yR2s00x6C01i z*xVf#ePew}8A=O8kPx%fWhh#7&F64z~ zDM7kh#OH>H{@Sfg%A_x3X%U#lzefd$NE)!L!z(PQ38{=g?}c8yLA?&I9`K+|f0&AO z^;;88=x8@Tyuf8>vU#i9PoL81OfKR=2vl&9R#vE73n+~xn;JUtKoPBvzn$8osQA2a z)62-Z1P?-4>eXnlo zFD-c&FEbvJ_GqmzpND&n*l014J$$l&A#H69&8)N=HF12=^J-iw1j>BgO5hagee89> zSxH>P1r~1Ho4^A;NaW8%4VT15Jz_$a+NH1j(TV^)mQk#){2@Lbo|sLzGDo#>sK3lL zR5Yz#?ijS0G4)uZ8i#qPGD#IpKdw>rBfA!REZ}Zh^$IR6-~4106%(iBG(4Amahu-J z_IdMHNOnkNuwZ7{^$J4nhG0I1T`*4UJY4SV9q8ghc_$}J8WobMLITY{Mh$RLR!txo zcWQs6r4V_#@e%Q%MoqO*ySf}=B*ddK?#S;?^>p~TB0a~iS7#$pE|1DxW#siJ^gRV8 zgQw)f9S@fR%(3Gy^ICS3<)4WT-SnUf-P;odV`GZyo>xdhc@C5rZY>X;VrDN*fA~&x zmrpP=!Iqk+kBdey7CIs42S&f32;99)0s8Mheh|0|R$X5*>$l_V3VJ(g9EamTarl-O zn3YQQnUm)vWUI?oG$BP>`ot$;v|N$ykGiHdJJDQ*DliP^8}a2oLRZS0|GDotPS$Px z*APpRZ#Z#}?9MD*oSUyf71h&?mFso=I4?#a6-tx z2IypFN*k72(sJr}!h3~mTkFQ*`7SDBcS9Y8s2v`}U%%$C;`d%Ql(Ili>`ICjMysvY z?Y~WMbU3a;Y`XJY8<8bGVAcMBz+y3YO6QJsrpg|^5Zl8NTfNj$8iggtXq%_AVDi30 zFY;^5?`t2{MCUN%HHR6=f7A(G)vA#D40{)UnkY?*wBov}Wv2yzy9A>cmSd`COV00= z5GvfNvfV-e){1p=0P;{lWe94mv(CFv+@d_(%`dYeGa0Bz< zLC&hbpTW->v~%QG!ki zl_u(Ycb@uW$m2f(bofWpS{av96mzTZa$dph!-arFQ}-4Yt1}jr zN{@}2hQ{ZikyxJe8zjo)k%@@~H(wwXp_s`VsA=E@7aJSP>wWWqx&450&cx$=T6Ii`g2#BVG;ia}@@xNm{Xy|kn+dvEY@-q} zb!Bs|nVYTNPXC|RJ(|c7HcXlSPOn;c3nzt~uWZt^F*QuN)^m`Ma( z|L!Y6;15`CrVR`Ab1HO8D-6FUkU+*)6Sf7IVCQ)>G-kqa5N5Tzu; z#}(5-+hdsY%c7!3QH8}ZMBY6L7}V(1 zduDjh_vGZyE7?Mq-?#XS2`&`U0`D{IIswI-8))!WAElu~0h)O?$mkeKK8rs6Vm9rF z*47->_VyZ|kz1rula`HWpL!duM*_;MjWLaPh_PW zR&GL|9!jG=SbkMl4Faj@m^l_mO;9nn5v9&$br3g76gW~*)`DGxVQPB)I38g2K+J*( zbRw|@=A7pf^nAI42JA^eKqx)CO2u39FUSRH+E7xr!Lwwyj{IYxYMWaBEMhCRK*02Q zFN81;u{CLX4JnCSjAHh{W9MwGl~34Er(6_^6>Gc{O;V@Do@5@X_m-p+Tf@Quh8BjJ zpZ|4CGn$@b#*DUe?T`o=h=zbSn_-AdJ5j4EE9H$EutGTq#DM7Hdy4j`lXU}ycAg=i zHYtQl4KTKxEYs93B`lhv=J?$a+`Vn%-@L^~Xyafx0vJC% zJ>A!yJ8uJs78(btES5o-1pKZazNo5FxuXGNpfyy2oId^m2VJLntLA9Q8o+w9MS01@ zR`@0;?7FxuyWXua1lv#{$zE7v;-5gO=Nd{CR(^mV8OHoHzfwWt+(JYbx3=fevud6$ zLd(3%ViC&*d;W=FQUgxm8c^#a^0DziBb{1Y)$0>FRFgoAhz5QSrCZhm_<&MuM68D4 zPsUIQV@YX+|DGF}uRFvM%f7uuq=r%gkuvC?Q4+%_jewTE2QERiak*W&xBlon|Cz{N z3C>B!yoG@VVJ@@LU?*dVNAlMTi4L&qgj1-nSW?b!fejL3C-hA-QhTFtVl{aeL3#$+WT z-ftvO>k?c0mx&FowpWR>NL;N4AOACiOS|83W#&owI^5Wk{}d;IOa9<~$ZxwlEn0qR z|A8N>6$+%R&x73KUMbn+$4*E%->1!^{lT#kjujEQN2NiCW}7_X16`)Ax|C^pl$&2r zni4m-om@I<2+_AWZz5~Q0S~nKo52n${^`Ml4s^gSY6q!&=CR>7sOYwa9h+mCy~QvX z=Dv#!zLDMd{9+lj7}!t0o4l)x7RQ3w$CjsjL*W^>pR8SAI4%@o=nw5U zYljJr1YK=9n)cgk@)$cAVjL28&UN_x&t3qZX12uIhB$n1Mq-jle+E|J2+#MtS&AQHFbrLbJq5xg9|XIkSJ&VX;PYl0)DIp?Q~8fNU|tPlybn3C zB?9XM5`2Qf7COkW4cyr&U}~|VtXa}2Rhn2UaOKt!=>L+Mj3O)RqU>))v*&9-&8#mu zJUS}g<1eBRYZY?qHJgwzr3uo*gp5ui#92f0;`nV#R2me`v5gyiw=7~$Cs zHhiv{UG{BxjR54n1N+H zsi&t9fe7sfgaj#L4QUZ<1_v&{KCIDcLI(Il;#h6(mPFIq9`>W8m@uLIqTyqIQCGi8 z$K%DbGtj(RpL=^y@Aj`~6+l@D1d)3E#rnIykl);l2m03m#$~Olh!8%54x|QjP3P+@ zHWNOLj^DmFTT=++hi^cupU6K@s>DrT!>$*pZ17y&YWi0}UJUd;l-~Ziv*{I52NxB2 zLIzYlArhwfSQWQ^So0WksI@C66ngf2bmaQxWC;Ff8i<2G;kj zt3ApP=B^q#2G9_EG=EAFe(Y)5#Te+3j=4Alxg2K;Vns%9+hTsAuKSSSXP!!urd>3F znv$0D12TpAk}eAX1Tyj5=A(A@@I)xE`C@#3VIg|14oDGY|M?7|bgj7EPv$fl(FLzD zr#tdOUcGHOO7S^GLwf(eyEV$Z#~f3Eao>MBNs$gb(VFIo`(xR89#243SX4yc9836v zuIl=kv9c$vAEwEq&hzqX&Tzbn{ufHXa^K#KW$<7S5D-LV_s!jnlrk@s@h$-B#pU*| z2<{h}XZR&HL1hhi)9hzhvuMMqB9`+qeE|4MN!xx)=K%R-vA_4n^IP=VEOre>VeC%Z z5 z7fry$HF=)V9qmhJ2t|W;c_&Owa?xL|_uQSh>+{;*Z3=8 zz{lg~u;P$Hha!JYHsEV#7ZwU?YcbW;)xTI^Iv}HtXIcK2 z(}_kkZJbN!;)*8vN;bfF09d6bQqv3Dn!H^TVcd(=2UJY5!<2N|*QN+=&BRb)g*pd`kJXVX(q@?sT&qrnw-|l?`1o#6m zVAGxIdzlMJO- zD+XMfr7PrP?xjT`YVn1BREGG;OFZPWBjnJB476V_Zd%cco`Kj)0zu@s@Me9euC8G# zUAgjjh>~vFZ+KRkwbX1XTCE&-?W#Enz(aTKYgR$V5K}vm$Ockrgy|6NP|2)_2;%!b5$f zeq`bDm3p~*+`cAwv6x|FkY6E`>=AzEJ{u*~ZpZ6ox8$Q`P=s@%RDkvSw8)Pdw~==Q zQPrL77o(FyWXBHIbHx+pmdMGN;sR3VH{r{-4)d;^^Z&jcpirWR_uFDnm_vJ@5XVznM6pZu38B*#7&uq z)tJ73nJDagp=V6lA`><3K;X_m`pHAHlq2Q>9HP*%tR71D;S&dv8ey|`wjbYD@!cT6u0@0w2WrNmq9)v> z6hri_0`b;d3;xw0Fzh|w2?;C02$L|pKubmkk_Zn-#Ksq2?{N*qGWHxAWOlGqeNI87S`lAuYfn;s`thwfML<`3J+DAw|v%Hs^V7K{7HGUwqSW3 z^!OaRcNk3=c$-CAEQX!ab1{G#L-+$>D>D42U?+4RHgs$Fwdw9cHnIZ7KfgRX-)-Oe zx}}tLFjvK}ylMx~wUyYQn%9Ufm@~f+bd+UYKJAosl~EDYJ>AW$b6(VxB+XA zx__MzZvtRJaof#5;MP3|<(k@Iu^KN+RK3ImdVmk> z^iBY@Z8|6=j{pb4IMJg5?F=0A*Zb`Sner0T75V+)H(>qB&*;tsMo1``R9kY0V_;~Qradmc1XqPR80q${zeS~5934GjWH!FYq# zzVS6SLRHy8FQeY|?P-Y4#yCVXzo0O)Y7A4KF|ptSyE56ZKnba-5y{DT|FjSA4Wm+1 zV=h*&E+@*nDJVojsD@!4x*_>Vb28)RHG49o$B^MIsr<@i?U>iA!pIcKEO+8K zecHo@VGfL5auyP<7t(LdSc$d5FT!uykIw;5x|fe{*EtQ2+prSYQV$$SwZr#)D1q66 zfh!J%q{@c(*M=Vq-pVWF5|+d((G~byP~VtZ@ttImB5VXmZb)^%v{Oq$V$ysjV0yPv-}q3!2)^SUW^p*7P)Y|#zE&_@#gX^E&# z`&)Kqcjr8HoXt<@2ZG9uo2ePCi zN&80DJ6|dlnXpr;+5hhDQhZto<6rt7yCuUlkSvj!n?0L3Bd3}u;1`2u}_`Y=%=0lEaE{B#HoQmtP zA|oRmTR67@b*s@2u?{H+Z*#gIzRtMC<`)&gl?Y%t6(2SGV>U@U9ELBS#&iyVph?`w@COW36F?y5>EBj(Ui0i^ z*b_?Q@FJc^@|l{r-2buYN2|kx5HT;fmeTlq*kh7>^J+Bs_}K5&!*+vtmGyVn-1(WL z^H+gYd!BcHa^OI%svS?M4xJq%`-D~Xh^Hy`o$c)lv+;Y+gEOMuUo@LP ze??!8b$S6{`fGlz!>RuR5x4p?0lq6o4fbpuhyAMZ&2i}ri=4tKrtmVy+YMbFFg%Q} zX7H9Mb<4-np26nWUpO|}Xx?D%H{U5hj#!|)(tY-$x?=ScGBzL? zzfv%&AivAC4j6lC9*^eUZf3M8GHSJ6MO&{vXP9;ekg%b;2(cjVJXT~lZYRZ~ys4^% zlshO=#bGC8WHG6eaBRa~?sKiLh177Iec>_&Sw_nZZbB9&@lq-mNy+fTYkJ`!k=H3a2igJAFjc*c2Pgr_5%+QH9Gm2*8{mw(}k`?A_CthpM3NtItH{V_M99 z=6g@TreR``8iRD8%u3B#r?$xJ`!a?1pp!fP19476AeQQtjhL&ZS-yp0dC8z43?#L` zYix-MsL(fSzac?yrdv_<&rtO9T<#E`=>hbC)@NrY!>3WO(BF+WVojCz6B|8JpTDqw zdzVC>DID24;OTpPiXZjjB*x$`(*a$gL@Ms>?U4C$hg(=uvNKzzDzxxfNogpqb^YPe zl)?K}CLtL#na&BTNj)zbfh|l&Lz}N_{c-t^i_B;FzWQ+sM_G;h2`;G3=zb>u`!bUL z`Q4Rn;i<5gS0|N{8eCx0g|0)Fy0y)%^w+PHyxI6M+@fv%z^eKD`7_Sb(jD+{4#)4& z4|dt1`Em4Cxbuv^v9a+(^RM5d(iWm~;C~@UD8v0$&Rb^aii1Oq`|M{wKS4mSqI)-M z(|x*lD!A#Gi7ID!!nhX#IOg0(D1C^4u$;;%QB?OLy&N$IWAnZ>oyKo6vK(-GfguGA zy|&xilEeMhDcW0KNQOgyaqPD9X?hASZDw|MTt~_4J0_VRWp%`}-*%Wnq-fQ($oPeH zy=$weXZb+7zq=>r@)GIc0(2o;<&ArBn6%HfKN0{t+w(Ev^>I&QRfv`5<8APkoqwRE zt?j_UQ~?^7DA)D92U&??7Q3GCq~EZyxn=QV#bHAVR>LjQj;tr3%TX{fDb!syuMEWT zfG!S88ZH*F`W;WtP#Fz67wN8y)l$AAf@)g}VXybb#igXeZgx;WE^>s0Chy%lNTTss z!dm>@);{3ydQPxWsc7tp+1XVwzs&W|@6-$P$UL=$YZ~qU2~58UEj;cO>?8m$u6R5@ z@U`Ex?H1G$nneva^coNS$*NO%1%d@*#RaYpwVDV_Jv^1|d}`l126rT%QbbayJ1yVd zjp*+{f$SB17Z}@j&}|_X;ywErRb)eOuXc?(8)Q0T_?8YCT!h6eWZr+fdZuQ|#^s>} z5tt^1Wc)PD&$BlrhA5!Gv&loHkNuoD)vI)V+1FlJ|0~Y@C8XQJ-nmrlPyNYjhTZzyDnMl&1oQTy#@~iJz8A5f=G}hGB`u77fdEBmeGOs!=W>;JYbw0 zWGS{D8tM2H1Ai2UPu4+XCV4u#@b=7*bG*va{Rw0=)W-3FC@F$u|Ig-n#XC%VgwE?* zqsF$CUZ-xA>N$u`8IT@sY>Fe|K?i(J`O0{1ef_)Z{fU(MUC8>%cp>l?xPFZQeAvDY zxnh_8oZ}OTZv?Xm8{$JrX63={H}~BdEZ%mL=Hm&M?Q<4U>=H_6E`vqhJ0{=p+92Ly)U<&8!Ey0&)n)n5 zJ+m-K;9^(nd-+q!M~!4MOvCi#ujMzusO{`vE4w^!6jIYrorSaHauYT)faf81X3n}q z@3wb}UaIWuc;A9svk^B1z|5DImX~U6q_()M){CH47&WL8YMO#}T4kImS|(lfn=XzJ z>VYBgi%$7Wn-_NL+uKbR=vhLF@MwYUnff((N_F!9Efw<-*Dz_d=9wcp&{q}>zLIP& zQ7-5^p|i^&vhd|cjv>=>sa`AHA49u)d*#_1lewf&Hggjb6PmH088Vgb+J~7pw_tDB zQhh@~=7Abx@BYA+-Q+{LwBRrvz7-zg3*uIw=*L~X?$Pf}7+tKKxS zyxX^9X?T?3jhLRp)O*5f-IA(oqN@*u00s;R248TXP);fq=Qys-SFM({x!@8#y*TCd zQW`m(l<@w+wmd)80d%I}3KFI9EQZ@4!D%W40_9@!Oxiama~5z|+cIW7=vz!)!Q3*#VVRSTAMo#;ZHuUaNUX;ko0Od!m^+o4_|DAhbC&7J5E*G{Zzbyd z<(*;+r#R;7`(+*?;J^>!Yui`2Zym0pGi@%Zjtlyh{2STb?1F+MJ)QfctB$8yzS(?e zeLbIx{D_ADd_{6124WYykn(^F!+Q#*Q1SjpPd!%u>hjlM56AZ$)C4?2J|92cHhoJ? z{UE7lZC7P&MG+fv_++zlt2kzir_u6LXAPbyE$-3FRK&$?f9n ztW3H+I3iZrS-N#haS1^kT3J1;jip)I+5Pg#@eLxX=_b_mI3L`L7wRk9yXIY4jL4u> zlo*dAkvUw(-Ji(*mFl!J>3V1TBzSWO1LD=X@^SUZ39rSow6~MgS*Ye+n~pJi(+fY- z?+7h2G~~drDnqigw3W;tdnprEkgOoW)X7&hM1h`g0i@Of>G`__#rX^t zRHAm2XPOKh+FM_2^(`h z7KXu-3y~`9|H*qQRuIB65&##+-@{;X(5$IxMHn*bfnWXDo%UmSzMif)6tJPbOd;(j zVj^&6;wP-D>%Ub{RjE|f;NI;_Pztpjf_himT&S%5f5vg?00*y#h=@XylanLjx|+Nr zrik!>sZtdmD-a$#sITZpd@&|TJhZ`R)?Z!*brwucV_sTQGt}vIUAS|7eO;s$lEQ5d zH<40dDmtAVrLx(;_xRlH=C++Wd&?8e0u^|34M=%=PcQej-rce3w>IX?+mNnSWg~*Z zfz{vJj+J~Lkjra0gWGf>$UlvZuN+>xl3o2vlzTY-xl$-tJ1%HVZ#b8>5tVx z?lZeXLv&*gyK7e7@EryfMuHZrL0Fq1`^#ktycCFrU#& zj*kFtG#ssW{}Zc@@Z$CTAP<}c$zHOpRPM+Jh`?K>q^yum_9eemt|&Wvkt@=kqPun~0d0 zZ?4=^LUuMf=wPmh!P;LS48`Ye@Nn-s!tBMte0Zo89tkGT@&)BCA~Lr&MKv-|uSqq2tS$}H2GHw!j~|s_Ev35Q)a-rmg&Lzr^p~|GssvK?ADVUa~ph!h@rCFo&E>(RBE0;nSPO2?f>!}ie}~-6h}q~8!QY)mH*@pE0UN?1MDb0|Tb>dR z*m9GbHBiY?qXiMVMQfP#6X!}W+@J4zWaO0t0&rjfOkTs<*c&W#+POILIp2P6qjk)* z6tfov>w@Zi2DTOn(CaD#4!So~3qNDxO&7^I6QG_6Tlqqr>VV0W@=rkAUHY07`R!TUDwRy)~o@iBg@JN07tcBF=0uX zk`An?hgM#InpC|08v2#jRE683=RrdI{Jd{zW1Soqf6WNj0*Z@{_VNoNucWfXZOjDr zX4kpwi)TZl=acbT;h=~In!kv|fHKn4YoEshOiqRqc^775T3bC4gFtaR zo9-?2-m`=4z>eDa+)*%6AL`=!iFJJa5a0#htKI$gX`kMwU=W2Jb@?QI%ZyR#ekKO6 zN=8<35b%ikBO+h2y}x+YEEC);YAw(q_7M()BTK<)leK{`DjrAFcm5urj_yaDqr;5U zgou+H(#8AJmUJ{4dN$ci?~5y}LM2RzSu#e=SXFzJFN^bZz)t*w z5Zhir2nP-epac6kV6htX-nPQ~BCz%v6VI0#5YF{o(B@FF{3(DVnv~`QY+qrM3rjM- zeshtInasA1iI6SD#`{=pvy&;O^g?|^FR`_{YxDN+TbNEJ{}>4JhF1O&uFvC%t7?@~ey zh;#&`7im%jq)AgsLXo2M-kT75hd>en%+2rrf3x1qn>VwDwUV%M?>*<-bNBxCx6j#o zC;RI2|A++$Q39j1T7Dk}My)>J@28{zx*O@^ML#6vda#@C6uoYZJ967W*3AopnTEMV zMZZ^5mY3gBU6X!;!$ShLM36@hjxl?S5!)h7NA#}{hVKuFtuTVU8yICbLBjUs6%HcH zvhopM5vpJo66CAHrU86A>`DDH50zo1LBvN?eEzho=9n#Cqg6j=4~N(zjN#+Q^4nZA zT%-VgUBkb17k(m>b>>&~JUegX@QPc{lr@TZ3#dg~IoGeSlzsMOFw(8n!{{O@89OYOy!trvmd5@h z3P1obAiWce7Xtv0aSz?EF_+ZT3M3A={rXJ|hlKT~zm3FXG*33q_#aZUKge0UeI|#DCA0%=R!)>UnfeYFE9_0#y6FQ zFsrX>iHUNLDS<4%+RLvC47Oai6cZCYdj$^Aa0{m_Zk=isX0W|MMGJQx=R z=1!2^Jea6hp{_N%)vK^dV~`Xd{NoM8h1p8r_`wGyBpCdTS*YxEPUb)8 zoo>*cN>0avAKQ*P{p!y7vdgAGNOn;=_g*R5GtvUy+ngCWE{yRqyaKXh=u zs~NCYm)MuUjTu6(o9jJt;)k+6jhw)O1Q>ssW@9Nn8#@4>K+jho#a2jJJ9Et9qtzU>P!eWR5s^=QL z80v5E@d|6o&%>Ks2CMu(FzneOsA|-8RE+!>%e}_<)lzv<_k$;iEc*<;N`WOUpjzAZ zB$!%=_~C4o7455`H0LE$J=f*I@BxSBndglF8^C{kCfDzsbMAs;(z?^fM!7F}e|;=Q zjrN0M&(woHC*ll(F4S}k;SxTYrF_cjNE^H-_nC|4txZpBXr+Z625W5w(2IfpsZ0XK&^IG5$)uiQUi zzpt08hIv&rYS)&~wQ+%Q|Nhr?x9g9-5nS~EXF#XxwKMIc)&zh4TAW52cAZy%tR%U# z8EsDa$+;3&nXKM;nM;~|EiO~|S_RXR#aH*{155VeN|P3EaP4^U%k9_B4i-1%GR4Vc zU^^psK0wHrO{Ocgj*tO&uFLR{P-33~FPg%Pxpr#YE+{cbnRC969L~^Mc3;jI#C}N_ zAu68XnWb7~EmO`(GOcd0lRNgMX$JhDVfURH3Ke*AKi7RGiv8~^5(8-M^#vDy{R;Bn zWLlNvUvJaxY+9{e7q%2As&GQ8xRoI>Xr&Ge#vEv_b(qdO1HBq8d-JSL{_>7A2P+q; zqAM`t17i-@xVl1;&gM(MiL_n0B(&_xX@S*QlCzpl9VD_~wSxtJhkf=_r5=>^!BIm| zYs}0`KwjhvE$+hRUQ@~yx)!Q7cljP85+HQJ={whs(f0s_=NM}sK|PjxEfe{uk0_WHzQ4?Cz}-(0D2Q4mC%H5ID_ zIhVaH5$OymyWGc86r!1^7O;?v2>bc z;;?TJ#W7M!fhm*Hu@ho#{&N%Z$yj6|*U#Kr8d#xYQ+}g|Na8bIF#gW;dbek$`DH0m zBB}AApvZFe;5Oqe2q57!7xXkf!F~4|@fdgqVH&EBx~){+b50$3pX_YAHp#!yCMF@- z?(9#kdTcPavo0hnf7Xb+INOyU4`-3}mY{J+8K?T=3PJvUyv)6ld?y=ZS#HyfmtBg8>W}-H*VD}7_A_PNDS&|qBy;AUhBw3A zgaRmT^I20}c?WfWV#R>3Q1V96Ws)p{0CZ>@`!O1^iS|$5Bz8OS*lXk+SPWTG5}7PC zqVvDJ_7;chgpB{@c|n;Y+l|(gg7v?7fBNzp5tBDsAvu{xpF~x2K*`E-A7R+q{`0SM zW^IzC+w*N2`K|rN^Q_&4@9Ba?OQWggXsOYGh_n#zhnk*h0~ciD{+KVK{^!1LEiAA- zmcPK%gpMCBiZ5R78?(##vVaNsCgS{z%omqnv-g-m>-6&NPqVhTiTlT1%`GIa*!CI) z&e^7HYRCYC(0$2KdBdEV}~cm+b8=w(ToxF$wRd4Ti-gqGf5g5LbLo zcG|)38K+l!=t7yAPDh%+-ZAr$bbCz=paE|DbP+f~if_%38gb{L;gb6(FkEbNH-tq6 z#t|03O2QN{C5Wl4)0-F3OxzwFU^4k4p^(z|I(Xa}S&nv}Utq)nb0~aYW||%5-O@VQ-^EUx(kC z>V+M#<%QTGwLLMPG<7|7N@`~2&e>zL8U*X3ayhAszce={7C>QG+KOjo=y~)?jQa!4gMg}(3!HlhPwXEod0@atjh2KHAQ%w=QJUJQpLVNXB zNjW@s0&3F7UafEq$O1QHwI7D`bU@;<^#3Y)6mYD>4&E2}>jIO&XLq9s`VTrrUyF-d z|0Mp|(%tW|hx~T7xHm8)WpdXzP=OH18m6nm{|)3ar(60*6XqD8*)qwUxcMJKvvq!U zD&~D;-TsTxp2nnhyZJrwM6Cmx7A>dh%JV1xkS5h75xP*wqGj3gY1Eg2WtV+2 z;CS9o5(L8nmXKd2)1YOwUEpBIAR&-Svm`Kw{%=pJ3lMNk{1;7vfEK$Z{5)Hx_RiIO$LsHVEhxHnFpRc_xd-O zP744ZS;UB7;8>%%pwS?0G8y^$QVNdu)EVCbGsQf1X2KOdkbVI}{qr<}VmRCMyJD!? zS?nb7i`HL-`eJ=(op)IaVMs!z!^f~=@`Nl(!fOh-t8`pd1u z-t>IrL9qt7gxE;%%`*RU5~26@_ICJ5e~K7!p+**sXB3$AZr&cjnCB!BE2{LsyXH|7 z6#F1nICm1`)sk&Aa7h7!I=js9CK){Y@yX6C@i~e3Eg|Rp{Niq%LGAV|u}Utls>=lo zWmwyvk8fERcEx<05I^Y9&=(_g2>*%jfsNke6&HVv?!N^e%8%Tj2X;I-U*at+EuVEi zSsNc2yK{b5Ts+_6Nst}Q;^U9+&g3l_!@DE~sziBOY4TPzrY{ly>%LFH&Cb#MbY7Kc z4E|a>l3D1LAyG4{KHs_Pu=BS{3$rMp*F&=JlqB9(p-)lE+0B-U$aMB2a7l*H$p*9d z(8MD#imKcfyi|e{SWBfs zYld%^vZ-f3>9Mb7Ni-6tbnS}fn|)C(0u@Qv44qI+BNVVfrehbAi@TqQ6<7yu&<9+_ zes>2jn4cw#&&AQY%iUna{^I0n03?X5RCjdFhVQXfl?sF)Mi^9$bg~(_Gz>!44sm3QfWEsb8Gxw z{kFD;5G&{k1qBiqWY;HdAi!m5)fAK}U@DnV1`D)dPHN-QaJ*Cq)wLXfFTn=J*4~iZ z$5E|)8Qa}`Wg=(tY+_gWXY7Jp5sa6`ds_2Ob0@*zCcwl`cv)v$GB{c;^FFK5qmPe0 zpae&PTkLJu6+xXN!Fu=Yf(iJ_*0qPVdk}!!?gGq`eKIev9(|3s3wkn9uW7Tx$ENYZ z&xz{3q8g5G<>Qzky!@2lAU>%g_pAy>V!@;W>z8zKfQk4E;S>RKFxS#X&jB9G>Q z``ua%rS3037A(}uL4K+u2AK9k+&o4iNBie({koACEDH-QA6^MB6EGyO=Q-6Z*GI)p zy-IW>pUv#rSqn?hac0j4z_YV-afdcBmd%rfEg%+1>rmV~SLU+(6iv&?%l7+_ePNI+ z$k0e~A=jw_vLTFY;TZEh`j80is&QwlSnWJf>&FSvUC=T4`|cipQ#n`Bk(js0M2CH@ z`1dIMp;zCApMXT}@ZCVmHBpm*5jvaZ0Em>&+{9VSn!f^3hd~?_Fo9EMKs>PBIyYel zPBnxdS3KUOW%RlvO}`N0FkkkSh*}1Rwo1u#I3RakCUtJ>AR8PvN3im}9nd^??wRlZ zDTizM!*ywvw6W*?gZpCVABNvQ0KSC>nq4i)^1m1Q`+H1$i;5OfzFAL{m~>1_gu>13 z?X9lAg{{#SWMIjFIeLbb4NnLVWIy+5LnR_0SAr->IXeInvZ;2ZElwq%9{u534r$eh zCY)gk83jMD?}SXVPXrSIB$@6!ITMykKF)wtzju&}a9i*dfIJgTUImV06eyMjHBmbk zCyHdH!L!rgXNt)^tBCz)x0;Qk>Nz7#LaD9=LWoIO5KtDuKn~ZZcX7rGZ2UnDP!=*^ zLe`&5b%N_ogQpSDPYJ%0!>b{lQU27=q3PBM>l(`>g3G~%3>G-L^tTF{^IWVuPcM+F z{L85w;$kmP7{i<^6f#}=XC4OF9?)zB5|2mJ1scYlpMxB<+g^-_G$xE~kL=+EzNXnP z)7_x^@Fdhn4ZQIiM8^@VO}wJR`*+p2{Bl?J(TM0Q>q!}+@q7;3#OkewntnA)_l#a6 zA&2-k6_ssT)kxh^WEjkZdmh1Q!*@VyLOhR9$Gudz=cGF7bc@ii{{j|j8iXYpA!Wbk z&2#$>1;U} zV-?Qrfe>!p+5L7~zesQBa~+3=U?GiQ7K=uze~tJN?2>ghmPnd+??os(iB!MSCDt!* z*%Ww9GENkhK+CoFo@e1!ct8`m0MST9-TN-82XFm8Pz{0WFVx@3XXa%?14Hasj`6bn z2?RvsxVftC-Uoh*joFxW4l4K98cFwJyA@m3UG#t`F

;w>~KJ)jbGz&?X!&H)=B@h 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 MSzW2@kxAhH0A)j}{r~^~ From dd408a325e05a69c6970c6d8c0061e933ca339fc Mon Sep 17 00:00:00 2001 From: Blundir <100090741+Blundir@users.noreply.github.com> Date: Thu, 11 Jul 2024 14:41:22 +0300 Subject: [PATCH 04/16] Update apc.dm --- code/modules/power/apc.dm | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/code/modules/power/apc.dm b/code/modules/power/apc.dm index 4025e2ee31c3..40b49cb5fa40 100644 --- a/code/modules/power/apc.dm +++ b/code/modules/power/apc.dm @@ -1356,19 +1356,20 @@ GLOBAL_LIST_INIT(apc_wire_descriptions, list( cell_type = /obj/item/cell/high /obj/structure/machinery/power/apc/almayer/directional/north - pixel_y = 24 + pixel_y = 32 dir = 1 /obj/structure/machinery/power/apc/almayer/directional/south - pixel_y = -24 + dir = 2 + pixel_y = -26 /obj/structure/machinery/power/apc/almayer/directional/east - pixel_x = 24 - dir = 4 + pixel_x = 30 + dir = 8 /obj/structure/machinery/power/apc/almayer/directional/west - pixel_x = -24 - dir = 8 + pixel_x = -30 + dir = 4 /obj/structure/machinery/power/apc/almayer/hardened name = "hardened area power controller" From dcbd345e5114b2c9bfcf1231fcff44262ade8027 Mon Sep 17 00:00:00 2001 From: Blundir <100090741+Blundir@users.noreply.github.com> Date: Thu, 11 Jul 2024 15:01:41 +0300 Subject: [PATCH 05/16] Update apc.dm --- code/modules/power/apc.dm | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/code/modules/power/apc.dm b/code/modules/power/apc.dm index 40b49cb5fa40..2b7a6d86cabe 100644 --- a/code/modules/power/apc.dm +++ b/code/modules/power/apc.dm @@ -1357,10 +1357,9 @@ GLOBAL_LIST_INIT(apc_wire_descriptions, list( /obj/structure/machinery/power/apc/almayer/directional/north pixel_y = 32 - dir = 1 /obj/structure/machinery/power/apc/almayer/directional/south - dir = 2 + dir = 1 pixel_y = -26 /obj/structure/machinery/power/apc/almayer/directional/east @@ -1377,19 +1376,19 @@ GLOBAL_LIST_INIT(apc_wire_descriptions, list( crash_break_probability = 0 /obj/structure/machinery/power/apc/almayer/hardened/directional/north - pixel_y = 24 - dir = 1 + pixel_y = 32 /obj/structure/machinery/power/apc/almayer/hardened/directional/south - pixel_y = -24 + dir = 1 + pixel_y = -26 /obj/structure/machinery/power/apc/almayer/hardened/directional/east - pixel_x = 24 - dir = 4 + pixel_x = 30 + dir = 8 /obj/structure/machinery/power/apc/almayer/hardened/directional/west - pixel_x = -24 - dir = 8 + pixel_x = -30 + dir = 4 //------ Directional APCs ------// /obj/structure/machinery/power/apc/directional/no_power From 00cb63eeb5e99d3f6a77c2901e125071e6b97a1a Mon Sep 17 00:00:00 2001 From: Blundir <100090741+Blundir@users.noreply.github.com> Date: Thu, 11 Jul 2024 20:12:02 +0300 Subject: [PATCH 06/16] Update apc.dm --- code/modules/power/apc.dm | 52 +++++++++++++++------------------------ 1 file changed, 20 insertions(+), 32 deletions(-) diff --git a/code/modules/power/apc.dm b/code/modules/power/apc.dm index 2b7a6d86cabe..f0fde43c173d 100644 --- a/code/modules/power/apc.dm +++ b/code/modules/power/apc.dm @@ -86,7 +86,6 @@ GLOBAL_LIST_INIT(apc_wire_descriptions, list( var/locked = 1 var/coverlocked = 1 var/aidisabled = 0 - var/tdir = null var/obj/structure/machinery/power/terminal/terminal = null var/lastused_light = 0 var/lastused_equip = 0 @@ -131,7 +130,15 @@ GLOBAL_LIST_INIT(apc_wire_descriptions, list( if(building) setDir(ndir) - set_pixel_location() + switch(dir) + if(NORTH) + pixel_y = -26 + if(SOUTH) + pixel_y = 32 + if(EAST) + pixel_x = -30 + if(WEST) + pixel_x = 30 if(building == 0) init() @@ -149,13 +156,6 @@ GLOBAL_LIST_INIT(apc_wire_descriptions, list( if(!start_charge && is_ground_level(z) && prob(10)) set_broken() -/obj/structure/machinery/power/apc/set_pixel_location() - tdir = dir //To fix Vars bug - setDir(SOUTH) - - pixel_x = (tdir & 3) ? 0 : (tdir == 4 ? 24 : -24) - pixel_y = (tdir & 3) ? (tdir == 1 ? 24 : -24) : 0 - /obj/structure/machinery/power/apc/Destroy() if(terminal) terminal.master = null @@ -332,7 +332,7 @@ GLOBAL_LIST_INIT(apc_wire_descriptions, list( //Create a terminal object at the same position as original turf loc //Wires will attach to this terminal = new/obj/structure/machinery/power/terminal(src.loc) - terminal.setDir(tdir) + terminal.setDir(dir) terminal.master = src /obj/structure/machinery/power/apc/proc/init() @@ -1356,18 +1356,15 @@ GLOBAL_LIST_INIT(apc_wire_descriptions, list( cell_type = /obj/item/cell/high /obj/structure/machinery/power/apc/almayer/directional/north - pixel_y = 32 + dir = 2 /obj/structure/machinery/power/apc/almayer/directional/south dir = 1 - pixel_y = -26 /obj/structure/machinery/power/apc/almayer/directional/east - pixel_x = 30 dir = 8 /obj/structure/machinery/power/apc/almayer/directional/west - pixel_x = -30 dir = 4 /obj/structure/machinery/power/apc/almayer/hardened @@ -1376,18 +1373,15 @@ GLOBAL_LIST_INIT(apc_wire_descriptions, list( crash_break_probability = 0 /obj/structure/machinery/power/apc/almayer/hardened/directional/north - pixel_y = 32 + dir = 2 /obj/structure/machinery/power/apc/almayer/hardened/directional/south dir = 1 - pixel_y = -26 /obj/structure/machinery/power/apc/almayer/hardened/directional/east - pixel_x = 30 dir = 8 /obj/structure/machinery/power/apc/almayer/hardened/directional/west - pixel_x = -30 dir = 4 //------ Directional APCs ------// @@ -1395,35 +1389,29 @@ GLOBAL_LIST_INIT(apc_wire_descriptions, list( start_charge = 0 /obj/structure/machinery/power/apc/directional/no_power/north - pixel_y = 24 - dir = 1 + dir = 2 /obj/structure/machinery/power/apc/directional/no_power/south - pixel_y = -24 + dir = 1 /obj/structure/machinery/power/apc/directional/no_power/east - pixel_x = 24 - dir = 4 + dir = 8 /obj/structure/machinery/power/apc/directional/no_power/west - pixel_x = -24 - dir = 8 + dir = 4 // Powered APCs with directions /obj/structure/machinery/power/apc/directional/power/north - pixel_y = 24 - dir = 1 + dir = 2 /obj/structure/machinery/power/apc/directional/power/south - pixel_y = -24 + dir = 1 /obj/structure/machinery/power/apc/directional/power/east - pixel_x = 24 - dir = 4 + dir = 8 /obj/structure/machinery/power/apc/directional/power/west - pixel_x = -24 - dir = 8 + dir = 4 #undef APC_UPDATE_ICON_COOLDOWN From 4cae6b70ee65edfd698e2e3203d3b0f40a10434b Mon Sep 17 00:00:00 2001 From: Blundir <100090741+Blundir@users.noreply.github.com> Date: Thu, 11 Jul 2024 20:28:30 +0300 Subject: [PATCH 07/16] Update apc.dm --- code/modules/power/apc.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/power/apc.dm b/code/modules/power/apc.dm index f0fde43c173d..a04d6b400042 100644 --- a/code/modules/power/apc.dm +++ b/code/modules/power/apc.dm @@ -124,7 +124,7 @@ GLOBAL_LIST_INIT(apc_wire_descriptions, list( /obj/structure/machinery/power/apc/Initialize(mapload, ndir, building=0) . = ..() - //Offset 24 pixels in direction of dir + //Offset apc depending on the dir //This allows the APC to be embedded in a wall, yet still inside an area if(building) From fe97706a1d85e00787b2361d15dbfe7d1b0a93cb Mon Sep 17 00:00:00 2001 From: Blundir <100090741+Blundir@users.noreply.github.com> Date: Thu, 11 Jul 2024 20:37:38 +0300 Subject: [PATCH 08/16] Update xxxx-apc-replacement.txt --- .../Scripts/xxxx-apc-replacement.txt | 128 +++++++++--------- 1 file changed, 64 insertions(+), 64 deletions(-) diff --git a/tools/UpdatePaths/Scripts/xxxx-apc-replacement.txt b/tools/UpdatePaths/Scripts/xxxx-apc-replacement.txt index 20c12c86fb3d..4aea2d675007 100644 --- a/tools/UpdatePaths/Scripts/xxxx-apc-replacement.txt +++ b/tools/UpdatePaths/Scripts/xxxx-apc-replacement.txt @@ -1,11 +1,11 @@ -/obj/structure/machinery/power/apc{dir=1} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc{dir=2} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc{dir=4} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc{dir=8} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc{pixel_y=24} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc{pixel_y=-24} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc{pixel_x=24} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc{pixel_x=-24} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc{dir=2} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc{dir=1} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc{dir=8} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc{dir=4} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc{pixel_y=-26} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc{pixel_y=32} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc{pixel_x=-30} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc{pixel_x=30} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} /obj/structure/machinery/power/apc{pixel_y=28} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} /obj/structure/machinery/power/apc{pixel_y=-28} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} /obj/structure/machinery/power/apc{pixel_x=28} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} @@ -20,14 +20,14 @@ /obj/structure/machinery/power/apc{pixel_x=-32} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} /obj/structure/machinery/power/apc : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/weak{dir=1} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/weak{dir=2} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/weak{dir=4} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/weak{dir=8} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/weak{pixel_y=24} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/weak{pixel_y=-24} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/weak{pixel_x=24} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/weak{pixel_x=-24} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/weak{dir=2} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/weak{dir=1} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/weak{dir=8} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/weak{dir=4} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/weak{pixel_y=-26} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/weak{pixel_y=32} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/weak{pixel_x=-30} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/weak{pixel_x=30} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} /obj/structure/machinery/power/apc/weak{pixel_y=28} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} /obj/structure/machinery/power/apc/weak{pixel_y=-28} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} /obj/structure/machinery/power/apc/weak{pixel_x=28} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} @@ -42,14 +42,14 @@ /obj/structure/machinery/power/apc/weak{pixel_x=-32} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} /obj/structure/machinery/power/apc/weak : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/high{dir=1} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/high{dir=2} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/high{dir=4} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/high{dir=8} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/high{pixel_y=24} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/high{pixel_y=-24} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/high{pixel_x=24} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/high{pixel_x=-24} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/high{dir=2} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/high{dir=1} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/high{dir=8} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/high{dir=4} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/high{pixel_y=-26} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/high{pixel_y=32} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/high{pixel_x=-30} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/high{pixel_x=30} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} /obj/structure/machinery/power/apc/high{pixel_y=28} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} /obj/structure/machinery/power/apc/high{pixel_y=-28} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} /obj/structure/machinery/power/apc/high{pixel_x=28} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} @@ -64,14 +64,14 @@ /obj/structure/machinery/power/apc/high{pixel_x=-32} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} /obj/structure/machinery/power/apc/high : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/super{dir=1} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/super{dir=2} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/super{dir=4} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/super{dir=8} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/super{pixel_y=24} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/super{pixel_y=-24} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/super{pixel_x=24} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/super{pixel_x=-24} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/super{dir=2} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/super{dir=1} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/super{dir=8} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/super{dir=4} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/super{pixel_y=-26} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/super{pixel_y=32} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/super{pixel_x=-30} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/super{pixel_x=30} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} /obj/structure/machinery/power/apc/super{pixel_y=28} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} /obj/structure/machinery/power/apc/super{pixel_y=-28} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} /obj/structure/machinery/power/apc/super{pixel_x=28} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} @@ -86,14 +86,14 @@ /obj/structure/machinery/power/apc/super{pixel_x=-32} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} /obj/structure/machinery/power/apc/super : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/hyper{dir=1} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/hyper{dir=2} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/hyper{dir=4} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/hyper{dir=8} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/hyper{pixel_y=24} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/hyper{pixel_y=-24} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/hyper{pixel_x=24} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/hyper{pixel_x=-24} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/hyper{dir=2} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/hyper{dir=1} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/hyper{dir=8} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/hyper{dir=4} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/hyper{pixel_y=-26} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/hyper{pixel_y=32} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/hyper{pixel_x=-30} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/hyper{pixel_x=30} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} /obj/structure/machinery/power/apc/hyper{pixel_y=28} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} /obj/structure/machinery/power/apc/hyper{pixel_y=-28} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} /obj/structure/machinery/power/apc/hyper{pixel_x=28} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} @@ -108,14 +108,14 @@ /obj/structure/machinery/power/apc/hyper{pixel_x=-32} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} /obj/structure/machinery/power/apc/hyper : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/nocharge{dir=1} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/nocharge{dir=2} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/nocharge{dir=4} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/nocharge{dir=8} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/nocharge{pixel_y=24} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/nocharge{pixel_y=-24} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/nocharge{pixel_x=24} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/nocharge{pixel_x=-24} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/nocharge{dir=2} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/nocharge{dir=1} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/nocharge{dir=8} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/nocharge{dir=4} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/nocharge{pixel_y=-26} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/nocharge{pixel_y=32} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/nocharge{pixel_x=-30} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/nocharge{pixel_x=30} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} /obj/structure/machinery/power/apc/nocharge{pixel_y=28} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} /obj/structure/machinery/power/apc/nocharge{pixel_y=-28} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} /obj/structure/machinery/power/apc/nocharge{pixel_x=28} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} @@ -130,14 +130,14 @@ /obj/structure/machinery/power/apc/nocharge{pixel_x=-32} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} /obj/structure/machinery/power/apc/nocharge : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer{dir=1} : /obj/structure/machinery/power/apc/almayer/directional/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer{dir=2} : /obj/structure/machinery/power/apc/almayer/directional/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer{dir=4} : /obj/structure/machinery/power/apc/almayer/directional/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer{dir=8} : /obj/structure/machinery/power/apc/almayer/directional/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer{pixel_y=24} : /obj/structure/machinery/power/apc/almayer/directional/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer{pixel_y=-24} : /obj/structure/machinery/power/apc/almayer/directional/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer{pixel_x=24} : /obj/structure/machinery/power/apc/almayer/directional/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer{pixel_x=-24} : /obj/structure/machinery/power/apc/almayer/directional/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer{dir=2} : /obj/structure/machinery/power/apc/almayer/directional/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer{dir=1} : /obj/structure/machinery/power/apc/almayer/directional/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer{dir=8} : /obj/structure/machinery/power/apc/almayer/directional/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer{dir=4} : /obj/structure/machinery/power/apc/almayer/directional/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer{pixel_y=-26} : /obj/structure/machinery/power/apc/almayer/directional/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer{pixel_y=32} : /obj/structure/machinery/power/apc/almayer/directional/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer{pixel_x=-30} : /obj/structure/machinery/power/apc/almayer/directional/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer{pixel_x=30} : /obj/structure/machinery/power/apc/almayer/directional/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} /obj/structure/machinery/power/apc/almayer{pixel_y=28} : /obj/structure/machinery/power/apc/almayer/directional/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} /obj/structure/machinery/power/apc/almayer{pixel_y=-28} : /obj/structure/machinery/power/apc/almayer/directional/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} /obj/structure/machinery/power/apc/almayer{pixel_x=28} : /obj/structure/machinery/power/apc/almayer/directional/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} @@ -152,14 +152,14 @@ /obj/structure/machinery/power/apc/almayer{pixel_x=-32} : /obj/structure/machinery/power/apc/almayer/directional/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} /obj/structure/machinery/power/apc/almayer : /obj/structure/machinery/power/apc/almayer/directional/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer/hardened{dir=1} : /obj/structure/machinery/power/apc/almayer/hardened/directional/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer/hardened{dir=2} : /obj/structure/machinery/power/apc/almayer/hardened/directional/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer/hardened{dir=4} : /obj/structure/machinery/power/apc/almayer/hardened/directional/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer/hardened{dir=8} : /obj/structure/machinery/power/apc/almayer/hardened/directional/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer/hardened{pixel_y=24} : /obj/structure/machinery/power/apc/almayer/hardened/directional/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer/hardened{pixel_y=-24} : /obj/structure/machinery/power/apc/almayer/hardened/directional/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer/hardened{pixel_x=24} : /obj/structure/machinery/power/apc/almayer/hardened/directional/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer/hardened{pixel_x=-24} : /obj/structure/machinery/power/apc/almayer/hardened/directional/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer/hardened{dir=2} : /obj/structure/machinery/power/apc/almayer/hardened/directional/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer/hardened{dir=1} : /obj/structure/machinery/power/apc/almayer/hardened/directional/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer/hardened{dir=8} : /obj/structure/machinery/power/apc/almayer/hardened/directional/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer/hardened{dir=4} : /obj/structure/machinery/power/apc/almayer/hardened/directional/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer/hardened{pixel_y=-26} : /obj/structure/machinery/power/apc/almayer/hardened/directional/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer/hardened{pixel_y=32} : /obj/structure/machinery/power/apc/almayer/hardened/directional/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer/hardened{pixel_x=-30} : /obj/structure/machinery/power/apc/almayer/hardened/directional/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer/hardened{pixel_x=30} : /obj/structure/machinery/power/apc/almayer/hardened/directional/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} /obj/structure/machinery/power/apc/almayer/hardened{pixel_y=28} : /obj/structure/machinery/power/apc/almayer/hardened/directional/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} /obj/structure/machinery/power/apc/almayer/hardened{pixel_y=-28} : /obj/structure/machinery/power/apc/almayer/hardened/directional/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} /obj/structure/machinery/power/apc/almayer/hardened{pixel_x=28} : /obj/structure/machinery/power/apc/almayer/hardened/directional/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} From a27bb6722c5e28563c30f0eb3eb51067313ff3f3 Mon Sep 17 00:00:00 2001 From: Blundir <100090741+Blundir@users.noreply.github.com> Date: Thu, 11 Jul 2024 20:54:24 +0300 Subject: [PATCH 09/16] upd --- code/modules/power/apc.dm | 2 ++ icons/obj/structures/machinery/apc.dmi | Bin 9778 -> 11010 bytes icons/obj/structures/machinery/power.dmi | Bin 26726 -> 26825 bytes 3 files changed, 2 insertions(+) diff --git a/code/modules/power/apc.dm b/code/modules/power/apc.dm index a04d6b400042..8bac95484c9b 100644 --- a/code/modules/power/apc.dm +++ b/code/modules/power/apc.dm @@ -137,8 +137,10 @@ GLOBAL_LIST_INIT(apc_wire_descriptions, list( pixel_y = 32 if(EAST) pixel_x = -30 + pixel_y = 6 if(WEST) pixel_x = 30 + pixel_y = 6 if(building == 0) init() diff --git a/icons/obj/structures/machinery/apc.dmi b/icons/obj/structures/machinery/apc.dmi index 81fd88b4eb78b708f4e2f74383a176c3bdb8ae53..3f2ec8f430160904a3cf96f6dda5c89d1ce1327c 100644 GIT binary patch literal 11010 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 literal 9778 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 L&lR6>y7m76#NmX< diff --git a/icons/obj/structures/machinery/power.dmi b/icons/obj/structures/machinery/power.dmi index 3b8862494102021ff20f81b58a560657d09cb3a7..5f4fdb8f1848cc0936a93e19de9c31e47d5f27dd 100644 GIT binary patch delta 26208 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%0ADo@7F*d@pK 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 Date: Mon, 15 Jul 2024 18:10:30 +0200 Subject: [PATCH 10/16] Fix APC's and Updatepaths file. - Revert changes to Updatepath file. - Change name of Updatepath file to match PR number. - Fixed direction of New APC's sprites. - Modify changes made to apc.dm to match sprites direction. --- code/modules/power/apc.dm | 56 +++++--- icons/obj/structures/machinery/apc.dmi | Bin 11010 -> 11042 bytes maps/map_files/USS_Almayer/USS_Almayer.dmm | 12 +- ...placement.txt => 6686-apc-replacement.txt} | 128 +++++++++--------- 4 files changed, 106 insertions(+), 90 deletions(-) rename tools/UpdatePaths/Scripts/{xxxx-apc-replacement.txt => 6686-apc-replacement.txt} (87%) diff --git a/code/modules/power/apc.dm b/code/modules/power/apc.dm index 8bac95484c9b..7fdf92f22812 100644 --- a/code/modules/power/apc.dm +++ b/code/modules/power/apc.dm @@ -132,14 +132,14 @@ GLOBAL_LIST_INIT(apc_wire_descriptions, list( switch(dir) if(NORTH) - pixel_y = -26 - if(SOUTH) pixel_y = 32 + if(SOUTH) + pixel_y = -26 if(EAST) - pixel_x = -30 + pixel_x = 30 pixel_y = 6 if(WEST) - pixel_x = 30 + pixel_x = -30 pixel_y = 6 if(building == 0) @@ -1358,16 +1358,20 @@ GLOBAL_LIST_INIT(apc_wire_descriptions, list( cell_type = /obj/item/cell/high /obj/structure/machinery/power/apc/almayer/directional/north - dir = 2 + pixel_y = 32 + dir = 1 /obj/structure/machinery/power/apc/almayer/directional/south - dir = 1 + pixel_y = -26 + dir = 2 /obj/structure/machinery/power/apc/almayer/directional/east - dir = 8 + pixel_x = 30 + dir = 4 /obj/structure/machinery/power/apc/almayer/directional/west - dir = 4 + pixel_x = -30 + dir = 8 /obj/structure/machinery/power/apc/almayer/hardened name = "hardened area power controller" @@ -1375,45 +1379,57 @@ GLOBAL_LIST_INIT(apc_wire_descriptions, list( crash_break_probability = 0 /obj/structure/machinery/power/apc/almayer/hardened/directional/north - dir = 2 + pixel_y = 32 + dir = 1 /obj/structure/machinery/power/apc/almayer/hardened/directional/south - dir = 1 + pixel_y = -26 + dir = 2 /obj/structure/machinery/power/apc/almayer/hardened/directional/east - dir = 8 + pixel_x = 30 + dir = 4 /obj/structure/machinery/power/apc/almayer/hardened/directional/west - dir = 4 + pixel_x = -30 + dir = 8 //------ Directional APCs ------// /obj/structure/machinery/power/apc/directional/no_power start_charge = 0 /obj/structure/machinery/power/apc/directional/no_power/north - dir = 2 + pixel_y = 32 + dir = 1 /obj/structure/machinery/power/apc/directional/no_power/south - dir = 1 + pixel_y = -26 + dir = 2 /obj/structure/machinery/power/apc/directional/no_power/east - dir = 8 + pixel_x = 30 + dir = 4 /obj/structure/machinery/power/apc/directional/no_power/west - dir = 4 + pixel_x = -30 + dir = 8 // Powered APCs with directions /obj/structure/machinery/power/apc/directional/power/north - dir = 2 + pixel_y = 32 + dir = 1 /obj/structure/machinery/power/apc/directional/power/south - dir = 1 + pixel_y = -26 + dir = 2 /obj/structure/machinery/power/apc/directional/power/east - dir = 8 + pixel_x = 30 + dir = 4 /obj/structure/machinery/power/apc/directional/power/west - dir = 4 + pixel_x = -30 + dir = 8 #undef APC_UPDATE_ICON_COOLDOWN diff --git a/icons/obj/structures/machinery/apc.dmi b/icons/obj/structures/machinery/apc.dmi index 3f2ec8f430160904a3cf96f6dda5c89d1ce1327c..74698aeaf969986decbe37a7fc7a3edf1a0b6325 100644 GIT binary patch delta 9955 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

X1OUFjm_(@JQcT~IHvdo+v;e=`z#Q#Q z)Q|C*tRju#=bKhOtcW+KZ&51ctVoD~yoBQ4E90Nz=;A+th|&YuSb!Sf^33w*ys#$H z$QEZ~5N1RohP77B`wLIk&^o#SX7D*YcymmvmjS_ga!gq8)Lr5A)@I_49ul*0U+srHJ-@ z$k)_)7jFgER^asC>bPgn%U+?e1Dnd7WfYO`F%b{X738Uc{quS1N@85}Ve*-O((g!R zhCRcqK&b7M;ApFOVSQBWU&M)nXDBpkJFRI1=IrGTK)ft_P+iF|6|JnBhf2DRTQKMK4O%D_GM?+PWG{Il28VN7LYFxOciuQkJ9q@aL$Ax1!K5+BgcNt99!EInPV)Y zI~1KvH5?Jx<9HQ89jMq3Dd)t2wwVK+-I1be`l9NaQa4RAEi=jYg@0YHK6{x&+SjQM ztRg9(O6-133pgffzD67gsjXj!aUy&g*n>Ii7ye`4SXYDaFK|b=3pN~sS>_c zG&i!J20K(E_S(@&E5R22bNugKQcG|IEGSzje1!Mx1l{p8!C!5ZH`tUVyz}$=o{jEk z^||GGd6znF4i#Yu2ZUZo(uTYQTwG7%^mJyLuu)MF(i%GxuhJ4d9LnEY6jG&sHDy9e zkurhIb2IWkV6gKwQ!q$~4SagfAD}7F?qmM3|2Vp?phvX2IeK zB!?nCiR;j}L1*o1`S;OyNk(7z%Abexs*@jKF>7%W|OBXE8 JR~x(k{XY!IruP5< delta 9921 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 es{)N(u)M8A#=}42 Date: Fri, 26 Jul 2024 12:20:51 +0200 Subject: [PATCH 11/16] fixes --- maps/map_files/USS_Almayer/USS_Almayer.dmm | 32 ++++++++++++---------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/maps/map_files/USS_Almayer/USS_Almayer.dmm b/maps/map_files/USS_Almayer/USS_Almayer.dmm index 8e3454186df1..26a14a09f2a1 100644 --- a/maps/map_files/USS_Almayer/USS_Almayer.dmm +++ b/maps/map_files/USS_Almayer/USS_Almayer.dmm @@ -24598,6 +24598,12 @@ "gpY" = ( /turf/closed/wall/almayer/reinforced, /area/almayer/lifeboat_pumps/north1) +"gqf" = ( +/obj/structure/machinery/alarm/almayer{ + dir = 1 + }, +/turf/closed/wall/almayer, +/area/almayer/hallways/lower/starboard_umbilical) "gqt" = ( /obj/structure/sign/safety/storage{ pixel_x = -17 @@ -28974,10 +28980,6 @@ }, /turf/open/floor/almayer/red/east, /area/almayer/shipboard/brig/warden_office) -"ifQ" = ( -/obj/structure/machinery/power/apc/almayer/directional/west, -/turf/open/floor/almayer/dark_sterile, -/area/almayer/medical/lower_medical_medbay) "igb" = ( /obj/structure/disposalpipe/segment{ dir = 2; @@ -47486,6 +47488,13 @@ }, /turf/open/floor/almayer/plate, /area/almayer/maint/hull/lower/l_a_s) +"pPK" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/machinery/power/apc/almayer/directional/west, +/turf/open/floor/almayer/sterile_green_side/west, +/area/almayer/medical/lower_medical_medbay) "pPM" = ( /obj/structure/surface/rack, /turf/open/floor/almayer/silver/northeast, @@ -59246,13 +59255,6 @@ }, /turf/open/floor/almayer/green/north, /area/almayer/hallways/lower/port_midship_hallway) -"uGi" = ( -/obj/structure/machinery/suit_storage_unit/compression_suit/uscm, -/obj/structure/machinery/alarm/almayer{ - dir = 1 - }, -/turf/open/floor/almayer/plate, -/area/almayer/hallways/lower/starboard_umbilical) "uGN" = ( /obj/structure/pipes/vents/pump, /turf/open/floor/almayer, @@ -83700,7 +83702,7 @@ uaG uaG uaG uaG -uaG +gqf uaG uaG uaG @@ -83905,7 +83907,7 @@ lxd dPk nBV dyq -uGi +lxd uaG lYN byr @@ -96504,7 +96506,7 @@ xdx rlZ egc thP -beW +pPK bgP rlZ fqZ @@ -96707,7 +96709,7 @@ iTt rlZ buu rlZ -ifQ +rlZ rlZ rlZ rlZ From dc6509a90a99fa74c2bbc87555c75040c5633ae7 Mon Sep 17 00:00:00 2001 From: Venuska1117 <89580971+Venuska1117@users.noreply.github.com> Date: Sun, 28 Jul 2024 16:17:28 +0200 Subject: [PATCH 12/16] Rotated Terminal sprites. --- icons/obj/structures/machinery/power.dmi | Bin 26825 -> 26763 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/icons/obj/structures/machinery/power.dmi b/icons/obj/structures/machinery/power.dmi index 5f4fdb8f1848cc0936a93e19de9c31e47d5f27dd..d976a23d4a7e4931c469a506ff0ce0355661a1d8 100644 GIT binary patch delta 26226 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 delta 26288 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%0AUt^g~nHwga9V=7jVCOOK)lGKU1hG5Y5Ua*d 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 g=x7G?cOt}5A-6s Date: Tue, 6 Aug 2024 23:52:50 +0200 Subject: [PATCH 13/16] new push 1 --- code/modules/power/apc.dm | 78 +++- maps/map_files/BigRed/BigRed.dmm | 66 ++-- .../BigRed/sprinkles/10.prison_breakout.dmm | 2 +- .../BigRed/sprinkles/25.chapel_cult.dmm | 2 +- .../sprinkles/25.containerroom_xenos.dmm | 2 +- .../sprinkles/25.lz1containers_scramble.dmm | 2 +- .../BigRed/sprinkles/30.cargo_containers.dmm | 2 +- .../BigRed/sprinkles/40.dorms_party.dmm | 2 +- .../BigRed/sprinkles/70.se-checkpoint.dmm | 2 +- maps/map_files/CORSAT/Corsat.dmm | 224 ++++++----- .../map_files/CORSAT/standalone/sigma_ice.dmm | 2 +- maps/map_files/DesertDam/Desert_Dam.dmm | 282 +++++++------- .../standalone/crashlanding-upp-bar.dmm | 6 +- .../FOP_v2_Cellblocks/Prison_Station_FOP.dmm | 218 +++++------ .../FOP_v3_Sciannex/Fiorina_SciAnnex.dmm | 46 +-- .../sprinkles/10.scavshipholder.dmm | 2 +- .../FOP_v3_Sciannex/sprinkles/15.nogear.dmm | 2 +- .../sprinkles/15.wardenofficedecorated.dmm | 2 +- .../sprinkles/20.poolparty.dmm | 2 +- .../sprinkles/30.engineeroffice.dmm | 2 +- .../standalone/riot_in_progress.dmm | 4 +- .../map_files/Ice_Colony_v2/Ice_Colony_v2.dmm | 200 +++++----- .../Ice_Colony_v3/Shivas_Snowball.dmm | 67 ++-- .../lz2-variations/southeast-gate/cleared.dmm | 4 +- .../lz2-variations/southeast-gate/closed.dmm | 4 +- .../standalone/panic_room_hold.dmm | 4 +- maps/map_files/Kutjevo/Kutjevo.dmm | 48 +-- .../Kutjevo/sprinkles/35.communications.dmm | 4 +- .../LV522_Chances_Claim.dmm | 224 ++++++++--- maps/map_files/LV624/LV624.dmm | 56 +-- maps/map_files/LV624/armory/10.cheese.dmm | 2 +- maps/map_files/LV624/armory/10.extra.dmm | 2 +- maps/map_files/LV624/armory/10.looted.dmm | 2 +- maps/map_files/LV624/gym/20.pool.dmm | 2 +- maps/map_files/LV624/gym/30.alternate.dmm | 2 +- maps/map_files/LV624/medbay/10.destroyed.dmm | 2 +- .../LV624/medbay/30.larvasurgery.dmm | 2 +- maps/map_files/LV624/science/10.yautja.dmm | 2 +- .../LV624/science/40.fullylocked.dmm | 2 +- maps/map_files/LV624/standalone/clfship.dmm | 2 +- .../LV624/standalone/corporatedome.dmm | 2 +- maps/map_files/New_Varadero/New_Varadero.dmm | 68 ++-- .../Sorokyne_Strata/Sorokyne_Strata.dmm | 104 ++--- maps/map_files/USS_Almayer/USS_Almayer.dmm | 304 ++++++++------- .../Whiskey_Outpost_v2/Whiskey_Outpost_v2.dmm | 32 +- maps/map_files/generic/Admin_level.dmm | 5 +- .../Scripts/6686-apc-replacement.txt | 354 +++++++++--------- 47 files changed, 1306 insertions(+), 1144 deletions(-) diff --git a/code/modules/power/apc.dm b/code/modules/power/apc.dm index 79dbfcdef7fc..21ff73ab859e 100644 --- a/code/modules/power/apc.dm +++ b/code/modules/power/apc.dm @@ -1357,19 +1357,19 @@ GLOBAL_LIST_INIT(apc_wire_descriptions, list( /obj/structure/machinery/power/apc/almayer cell_type = /obj/item/cell/high -/obj/structure/machinery/power/apc/almayer/directional/north +/obj/structure/machinery/power/apc/almayer/north pixel_y = 32 dir = 1 -/obj/structure/machinery/power/apc/almayer/directional/south +/obj/structure/machinery/power/apc/almayer/south pixel_y = -26 dir = 2 -/obj/structure/machinery/power/apc/almayer/directional/east +/obj/structure/machinery/power/apc/almayer/east pixel_x = 30 dir = 4 -/obj/structure/machinery/power/apc/almayer/directional/west +/obj/structure/machinery/power/apc/almayer/west pixel_x = -30 dir = 8 @@ -1378,61 +1378,101 @@ GLOBAL_LIST_INIT(apc_wire_descriptions, list( desc = "A control terminal for the area electrical systems. This one is hardened against sudden power fluctuations caused by electrical grid damage." crash_break_probability = 0 -/obj/structure/machinery/power/apc/almayer/hardened/directional/north +/obj/structure/machinery/power/apc/almayer/hardened/north pixel_y = 32 dir = 1 -/obj/structure/machinery/power/apc/almayer/hardened/directional/south +/obj/structure/machinery/power/apc/almayer/hardened/south pixel_y = -26 dir = 2 -/obj/structure/machinery/power/apc/almayer/hardened/directional/east +/obj/structure/machinery/power/apc/almayer/hardened/east pixel_x = 30 dir = 4 -/obj/structure/machinery/power/apc/almayer/hardened/directional/west +/obj/structure/machinery/power/apc/almayer/hardened/west pixel_x = -30 dir = 8 //------ Directional APCs ------// -/obj/structure/machinery/power/apc/directional/no_power + +/obj/structure/machinery/power/apc/no_power start_charge = 0 -/obj/structure/machinery/power/apc/directional/no_power/north +/obj/structure/machinery/power/apc/no_power/north pixel_y = 32 dir = 1 -/obj/structure/machinery/power/apc/directional/no_power/south +/obj/structure/machinery/power/apc/no_power/south pixel_y = -26 dir = 2 -/obj/structure/machinery/power/apc/directional/no_power/east +/obj/structure/machinery/power/apc/no_power/east pixel_x = 30 dir = 4 -/obj/structure/machinery/power/apc/directional/no_power/west +/obj/structure/machinery/power/apc/no_power/west pixel_x = -30 dir = 8 // Powered APCs with directions -/obj/structure/machinery/power/apc/directional/power/north +/obj/structure/machinery/power/apc/power/north pixel_y = 32 dir = 1 -/obj/structure/machinery/power/apc/directional/power/south +/obj/structure/machinery/power/apc/power/south pixel_y = -26 dir = 2 -/obj/structure/machinery/power/apc/directional/power/east +/obj/structure/machinery/power/apc/power/east pixel_x = 30 dir = 4 -/obj/structure/machinery/power/apc/directional/power/west +/obj/structure/machinery/power/apc/power/west pixel_x = -30 dir = 8 -#undef APC_UPDATE_ICON_COOLDOWN +// Upgraded APC's with directions +/obj/structure/machinery/power/apc/upgraded/power + desc = "A control terminal for the area electrical systems. This one is upgraded with better power cell to sustain higher power usage." + cell_type = /obj/item/cell/high + + +/obj/structure/machinery/power/apc/upgraded/power/north + pixel_y = 32 + dir = 1 + +/obj/structure/machinery/power/apc/upgraded/power/south + pixel_y = -26 + dir = 2 + +/obj/structure/machinery/power/apc/upgraded/power/east + pixel_x = 30 + dir = 4 + +/obj/structure/machinery/power/apc/upgraded/power/west + pixel_x = -30 + dir = 8 // apc that start at zero charge. -/obj/structure/machinery/power/apc/nocharge + +/obj/structure/machinery/power/apc/upgraded/no_power start_charge = 0 + +/obj/structure/machinery/power/apc/upgraded/no_power/north + pixel_y = 32 + dir = 1 + +/obj/structure/machinery/power/apc/upgraded/no_power/south + pixel_y = -26 + dir = 2 + +/obj/structure/machinery/power/apc/upgraded/no_power/east + pixel_x = 30 + dir = 4 + +/obj/structure/machinery/power/apc/upgraded/no_power/west + pixel_x = -30 + dir = 8 + +#undef APC_UPDATE_ICON_COOLDOWN diff --git a/maps/map_files/BigRed/BigRed.dmm b/maps/map_files/BigRed/BigRed.dmm index 12b022bc8657..55749f9f580d 100644 --- a/maps/map_files/BigRed/BigRed.dmm +++ b/maps/map_files/BigRed/BigRed.dmm @@ -254,7 +254,7 @@ /turf/open/floor/plating, /area/bigredv2/outside/space_port) "abe" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/dark, /area/bigredv2/outside/space_port) "abf" = ( @@ -1413,7 +1413,7 @@ /turf/open/floor/dark, /area/bigredv2/outside/telecomm) "afK" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /obj/structure/machinery/light{ dir = 8 }, @@ -2153,7 +2153,7 @@ "aiF" = ( /obj/structure/surface/table, /obj/item/ammo_magazine/shotgun/slugs, -/obj/structure/machinery/power/apc/directional/power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/dark, /area/bigredv2/outside/marshal_office) "aiG" = ( @@ -3893,7 +3893,7 @@ /turf/open/floor/plating, /area/bigredv2/outside/general_store) "apv" = ( -/obj/structure/machinery/power/apc/directional/no_power/west{ +/obj/structure/machinery/power/apc/no_power/west{ name = "Xenbiology Lab APC" }, /obj/structure/machinery/door_control{ @@ -4378,7 +4378,7 @@ /turf/open/floor, /area/bigredv2/outside/general_offices) "arw" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/power/south, /turf/open/floor/plating, /area/bigredv2/outside/general_offices) "arx" = ( @@ -5473,7 +5473,7 @@ /turf/open/floor, /area/bigredv2/outside/dorms) "avF" = ( -/obj/structure/machinery/power/apc/directional/no_power/north{ +/obj/structure/machinery/power/apc/power/north{ name = "Dormitories APC" }, /turf/open/floor, @@ -5936,7 +5936,7 @@ /obj/structure/extinguisher_cabinet{ pixel_y = -30 }, -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/darkish, /area/bigredv2/caves/lambda/breakroom) "axr" = ( @@ -7648,7 +7648,7 @@ /turf/open/floor/wood, /area/bigredv2/outside/bar) "aEb" = ( -/obj/structure/machinery/power/apc/directional/no_power/north{ +/obj/structure/machinery/power/apc/power/north{ name = "Bar APC" }, /turf/open/floor/wood, @@ -7678,7 +7678,7 @@ /turf/open/floor/plating, /area/bigredv2/caves/eta/living) "aEm" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/whitepurple/west, /area/bigredv2/caves/lambda/research) "aEn" = ( @@ -8358,7 +8358,7 @@ /obj/effect/decal/warning_stripes{ icon_state = "SE-out" }, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/whitegreen/northwest, /area/bigredv2/caves/lambda/virology) "aHa" = ( @@ -9290,7 +9290,7 @@ /turf/open/floor/freezerfloor, /area/bigredv2/outside/hydroponics) "aKH" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/power/south, /turf/open/floor/freezerfloor, /area/bigredv2/outside/hydroponics) "aKI" = ( @@ -10906,7 +10906,7 @@ /turf/open/floor/white, /area/bigredv2/outside/virology) "aQC" = ( -/obj/structure/machinery/power/apc/directional/no_power/north{ +/obj/structure/machinery/power/apc/power/north{ name = "Virology APC" }, /turf/open/floor/white, @@ -11611,7 +11611,9 @@ /turf/open/floor/white, /area/bigredv2/outside/admin_building) "aSZ" = ( -/obj/structure/machinery/power/apc/directional/power/north, +/obj/structure/machinery/power/apc/power/north{ + name = "Control Center APC" + }, /turf/open/floor/plating, /area/bigredv2/outside/admin_building) "aTa" = ( @@ -12491,7 +12493,7 @@ /turf/open/floor, /area/bigredv2/outside/general_store) "aXb" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/plating, /area/bigredv2/outside/cargo) "aXc" = ( @@ -13907,7 +13909,7 @@ /area/bigredv2/outside/office_complex) "bcZ" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/apc/directional/no_power/north{ +/obj/structure/machinery/power/apc/power/north{ name = "Interview Room APC" }, /turf/open/floor, @@ -14056,7 +14058,7 @@ /turf/open/floor/dark, /area/bigredv2/outside/chapel) "bdG" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/power/south, /turf/open/floor/dark, /area/bigredv2/outside/chapel) "bdI" = ( @@ -14841,7 +14843,7 @@ /turf/open/floor/bot/north, /area/bigredv2/outside/cargo) "bhf" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /turf/open/floor, /area/bigredv2/outside/cargo) "bhi" = ( @@ -19658,12 +19660,12 @@ /turf/open/floor/carpet, /area/bigredv2/outside/admin_building) "ccI" = ( +/obj/structure/machinery/power/apc/no_power/north, /obj/effect/decal/warning_stripes{ icon_state = "W"; layer = 2.5; pixel_x = -1 }, -/obj/structure/machinery/power/apc/directional/power/north, /turf/open/floor/plating/warnplate/east, /area/bigredv2/outside/telecomm/warehouse) "ccP" = ( @@ -19929,7 +19931,7 @@ /area/bigredv2/outside/marshal_office) "cGT" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/darkyellow2/west, /area/bigredv2/outside/filtration_plant) "cGZ" = ( @@ -21440,7 +21442,7 @@ /turf/open/mars_cave/mars_dirt_4, /area/bigredv2/caves_lambda) "fyp" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/power/south, /turf/open/floor/darkgreencorners2, /area/bigredv2/caves/eta/storage) "fyz" = ( @@ -21540,7 +21542,7 @@ /turf/open/mars_cave/mars_cave_5, /area/bigredv2/caves_north) "fKW" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /turf/open/floor/darkyellowcorners2/north, /area/bigredv2/caves/eta/living) "fLj" = ( @@ -23195,7 +23197,7 @@ /turf/open/floor/plating/platingdmg3/west, /area/bigredv2/caves/mining) "jiS" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/plating, /area/bigredv2/outside/general_store) "jkn" = ( @@ -24200,7 +24202,7 @@ /turf/open/mars_cave, /area/bigredv2/caves_east) "kRy" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /turf/open/floor/plating, /area/bigredv2/outside/medical) "kRK" = ( @@ -24733,7 +24735,7 @@ /obj/structure/machinery/light{ dir = 4 }, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /turf/open/floor/wood, /area/bigredv2/outside/library) "lTM" = ( @@ -25223,7 +25225,7 @@ /turf/open/mars_cave/mars_dirt_6, /area/bigredv2/caves/mining) "mYV" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/red/north, /area/bigredv2/outside/lambda_cave_cas) "mYW" = ( @@ -26417,7 +26419,7 @@ /turf/open/floor/asteroidfloor/north, /area/bigredv2/outside/e) "plx" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/power/east, /turf/open/floor/darkred2/east, /area/bigredv2/caves/eta/research) "pmk" = ( @@ -26748,11 +26750,11 @@ /turf/open/floor/carpet, /area/bigredv2/outside/library) "pTo" = ( +/obj/structure/machinery/power/apc/no_power/north, /obj/effect/decal/warning_stripes{ icon_state = "W"; pixel_x = -1 }, -/obj/structure/machinery/power/apc/directional/power/north, /turf/open/floor/asteroidwarning/east, /area/bigredv2/outside/telecomm/lz2_cave) "pTA" = ( @@ -28490,7 +28492,7 @@ /area/bigredv2/caves/mining) "sWh" = ( /obj/structure/platform_decoration, -/obj/structure/machinery/power/apc/directional/power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/asteroidfloor/north, /area/bigredv2/outside/telecomm/n_cave) "sWS" = ( @@ -28917,7 +28919,7 @@ /turf/open/floor/plating, /area/bigredv2/caves/mining) "tDl" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/power/south, /turf/open/floor/darkredcorners2/west, /area/bigredv2/caves/eta/xenobiology) "tDv" = ( @@ -29466,7 +29468,7 @@ /turf/open/mars_cave/mars_dirt_5, /area/bigredv2/caves/mining) "uJF" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor, /area/bigred/ground/garage_workshop) "uJI" = ( @@ -30935,7 +30937,7 @@ /turf/open/mars_cave/mars_cave_15, /area/bigredv2/caves/mining) "xAX" = ( -/obj/structure/machinery/power/apc/directional/power/north, +/obj/structure/machinery/power/apc/power/north, /turf/open/floor/darkyellow2/north, /area/bigredv2/outside/engineering) "xBn" = ( @@ -31164,7 +31166,7 @@ /turf/open/floor/plating/warnplate/west, /area/bigredv2/outside/telecomm/warehouse) "xWV" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /obj/structure/cable{ icon_state = "1-2" }, diff --git a/maps/map_files/BigRed/sprinkles/10.prison_breakout.dmm b/maps/map_files/BigRed/sprinkles/10.prison_breakout.dmm index 85e366387977..f4ec5053616a 100644 --- a/maps/map_files/BigRed/sprinkles/10.prison_breakout.dmm +++ b/maps/map_files/BigRed/sprinkles/10.prison_breakout.dmm @@ -297,7 +297,7 @@ /turf/open/floor, /area/bigredv2/outside/marshal_office) "be" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/power/south, /obj/structure/machinery/camera/autoname{ dir = 1 }, diff --git a/maps/map_files/BigRed/sprinkles/25.chapel_cult.dmm b/maps/map_files/BigRed/sprinkles/25.chapel_cult.dmm index 049ffd98e404..0b6af75969c2 100644 --- a/maps/map_files/BigRed/sprinkles/25.chapel_cult.dmm +++ b/maps/map_files/BigRed/sprinkles/25.chapel_cult.dmm @@ -303,7 +303,7 @@ /turf/open/floor/darkish, /area/bigredv2/outside/chapel) "bm" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/power/south, /obj/effect/decal/cleanable/blood{ icon_state = "gib6" }, diff --git a/maps/map_files/BigRed/sprinkles/25.containerroom_xenos.dmm b/maps/map_files/BigRed/sprinkles/25.containerroom_xenos.dmm index eaeea3b21f96..42c8551d2395 100644 --- a/maps/map_files/BigRed/sprinkles/25.containerroom_xenos.dmm +++ b/maps/map_files/BigRed/sprinkles/25.containerroom_xenos.dmm @@ -131,7 +131,7 @@ /turf/open/floor/plating/warnplate/west, /area/bigredv2/outside/telecomm/warehouse) "S" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/effect/decal/warning_stripes{ icon_state = "W"; layer = 2.5; diff --git a/maps/map_files/BigRed/sprinkles/25.lz1containers_scramble.dmm b/maps/map_files/BigRed/sprinkles/25.lz1containers_scramble.dmm index 3baa0fbdfd48..18820b304c27 100644 --- a/maps/map_files/BigRed/sprinkles/25.lz1containers_scramble.dmm +++ b/maps/map_files/BigRed/sprinkles/25.lz1containers_scramble.dmm @@ -46,7 +46,7 @@ /turf/closed/wall/solaris, /area/bigredv2/outside/space_port) "ao" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/dark, /area/bigredv2/outside/space_port) "ap" = ( diff --git a/maps/map_files/BigRed/sprinkles/30.cargo_containers.dmm b/maps/map_files/BigRed/sprinkles/30.cargo_containers.dmm index 602ef20f3d76..7cb6e167725d 100644 --- a/maps/map_files/BigRed/sprinkles/30.cargo_containers.dmm +++ b/maps/map_files/BigRed/sprinkles/30.cargo_containers.dmm @@ -310,7 +310,7 @@ /turf/open/floor/bot/north, /area/bigredv2/outside/cargo) "bk" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /turf/open/floor, /area/bigredv2/outside/cargo) "bm" = ( diff --git a/maps/map_files/BigRed/sprinkles/40.dorms_party.dmm b/maps/map_files/BigRed/sprinkles/40.dorms_party.dmm index 6156a03a9708..38b92227e1f1 100644 --- a/maps/map_files/BigRed/sprinkles/40.dorms_party.dmm +++ b/maps/map_files/BigRed/sprinkles/40.dorms_party.dmm @@ -20,7 +20,7 @@ /turf/open/floor, /area/bigredv2/outside/dorms) "af" = ( -/obj/structure/machinery/power/apc/directional/no_power/north{ +/obj/structure/machinery/power/apc/power/north{ name = "Fitness APC" }, /turf/open/floor, diff --git a/maps/map_files/BigRed/sprinkles/70.se-checkpoint.dmm b/maps/map_files/BigRed/sprinkles/70.se-checkpoint.dmm index 252f290c6b70..5758eb83d7f0 100644 --- a/maps/map_files/BigRed/sprinkles/70.se-checkpoint.dmm +++ b/maps/map_files/BigRed/sprinkles/70.se-checkpoint.dmm @@ -1,6 +1,6 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE "ax" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor, /area/bigred/ground/security) "aN" = ( diff --git a/maps/map_files/CORSAT/Corsat.dmm b/maps/map_files/CORSAT/Corsat.dmm index 9bcc4fe4e354..42c903cab227 100644 --- a/maps/map_files/CORSAT/Corsat.dmm +++ b/maps/map_files/CORSAT/Corsat.dmm @@ -1015,7 +1015,7 @@ /turf/closed/wall/r_wall/biodome/biodome_unmeltable, /area/corsat/gamma/residential/researcher) "adW" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/upgraded/no_power/west, /turf/open/floor/corsat/red/west, /area/corsat/gamma/hangar) "adX" = ( @@ -2778,7 +2778,7 @@ /turf/open/floor/wood, /area/corsat/gamma/residential/east) "akY" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/corsat/red/north, /area/corsat/sigma/airlock/south/id) "akZ" = ( @@ -3063,7 +3063,7 @@ /turf/open/floor/corsat/yellowcorner/west, /area/corsat/gamma/residential) "amc" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/upgraded/no_power/east, /obj/structure/closet/crate/trashcart, /turf/open/floor/corsat/yellow/east, /area/corsat/gamma/residential/maint) @@ -3089,7 +3089,7 @@ /turf/open/floor/corsat/white/east, /area/corsat/sigma/dorms) "amg" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/upgraded/no_power/west, /turf/open/floor/corsat/squareswood/north, /area/corsat/gamma/rnr/arcade) "amh" = ( @@ -3903,7 +3903,7 @@ }, /area/prison/hangar_storage/research/shuttle) "apn" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/corsat/red/northwest, /area/corsat/omega/hangar/security) "apo" = ( @@ -4070,7 +4070,7 @@ /turf/closed/wall/biodome, /area/corsat/gamma/airlock/north) "apU" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/upgraded/no_power/north, /obj/structure/flora/pottedplant, /turf/open/floor/corsat/bluegrey/northeast, /area/corsat/gamma/airlock/north) @@ -4584,7 +4584,7 @@ /turf/open/gm/grass/grass1/weedable, /area/corsat/sigma/north) "asj" = ( -/obj/structure/machinery/power/apc/directional/power/west, +/obj/structure/machinery/power/apc/upgraded/no_power/west, /turf/open/floor/corsat/bluegrey/west, /area/corsat/gamma/hangar/flightcontrol) "ask" = ( @@ -5199,7 +5199,7 @@ /turf/open/floor/corsat, /area/corsat/sigma/southeast/generator) "auV" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/corsat/red/north, /area/corsat/sigma/south) "auW" = ( @@ -5259,7 +5259,7 @@ /turf/open/floor/corsat/bluegreycorner, /area/corsat/gamma/airlock/north) "ave" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/upgraded/no_power/north, /obj/structure/surface/table/almayer, /obj/item/evidencebag, /obj/item/evidencebag, @@ -5279,7 +5279,7 @@ /turf/open/floor/corsat/red/east, /area/corsat/gamma/hangar/checkpoint) "avh" = ( -/obj/structure/machinery/power/apc/directional/power/north, +/obj/structure/machinery/power/apc/upgraded/no_power/north, /turf/open/floor/corsat/yellow/northwest, /area/corsat/gamma/engineering/core) "avj" = ( @@ -5342,11 +5342,11 @@ /turf/open/floor/corsat/red/east, /area/corsat/gamma/hangar/security) "avx" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/upgraded/no_power/east, /turf/open/floor/corsat/whitebluefull/southwest, /area/corsat/gamma/residential/lavatory) "avy" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/corsat/brown/north, /area/corsat/omega/cargo) "avz" = ( @@ -5400,7 +5400,7 @@ /turf/open/floor/corsat/plate, /area/corsat/omega/cargo) "avM" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/corsat/blue/north, /area/corsat/sigma/southeast) "avN" = ( @@ -5531,7 +5531,7 @@ /turf/open/floor/corsat/greenwhite/north, /area/corsat/gamma/medbay/chemistry) "awn" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/corsat/greenwhitecorner/north, /area/corsat/gamma/medbay/chemistry) "awo" = ( @@ -6105,7 +6105,7 @@ /turf/open/floor/corsat/retrosquares, /area/corsat/gamma/hallwaysouth) "ayi" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/corsat/redcorner/north, /area/corsat/sigma/hangar/id) "ayj" = ( @@ -6227,7 +6227,7 @@ /turf/open/floor/corsat/red, /area/corsat/sigma/hangar/id) "ayG" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/upgraded/no_power/west, /obj/structure/closet/wardrobe/atmospherics_yellow, /turf/open/floor/corsat/yellow/west, /area/corsat/sigma/airlock/control) @@ -6352,8 +6352,8 @@ /turf/open/floor/corsat/bluegrey/north, /area/corsat/sigma/airlock/east) "ayX" = ( +/obj/structure/machinery/power/apc/upgraded/no_power/north, /obj/structure/flora/pottedplant, -/obj/structure/machinery/power/apc/directional/power/north, /turf/open/floor/corsat/bluegrey/northeast, /area/corsat/sigma/airlock/east) "ayY" = ( @@ -6585,7 +6585,7 @@ /turf/open/floor/corsat/blue/west, /area/corsat/sigma/south) "azQ" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/upgraded/no_power/west, /obj/structure/machinery/light, /obj/structure/closet/secure_closet{ name = "secure evidence locker"; @@ -6741,7 +6741,7 @@ /turf/open/floor/corsat/bluegrey/east, /area/corsat/sigma/airlock/south) "aAr" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/corsat/whitetan/north, /area/corsat/gamma/canteen) "aAs" = ( @@ -6846,7 +6846,7 @@ /turf/open/floor/corsat/retrosquareslight, /area/corsat/gamma/medbay/lobby) "aAM" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/upgraded/no_power/west, /turf/open/floor/corsat/greenwhitecorner/west, /area/corsat/gamma/medbay/surgery) "aAN" = ( @@ -6859,7 +6859,7 @@ /turf/open/floor/corsat/red, /area/corsat/gamma/hangar/checkpoint) "aAO" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/corsat/greenwhite/northwest, /area/corsat/gamma/medbay/lobby) "aAP" = ( @@ -6872,7 +6872,7 @@ /turf/open/floor/corsat/red/southeast, /area/corsat/sigma/hangar/checkpoint) "aAR" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/upgraded/no_power/east, /turf/open/floor/corsat/spiralplate, /area/corsat/sigma/airlock/south) "aAS" = ( @@ -7132,7 +7132,7 @@ /turf/open/floor/corsat/officesquares, /area/corsat/sigma/airlock/south) "aBZ" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/corsat/yellow/northwest, /area/corsat/omega/maint) "aCa" = ( @@ -7347,7 +7347,7 @@ /turf/open/floor/corsat, /area/corsat/sigma/airlock/south) "aCL" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/structure/machinery/light{ dir = 8 }, @@ -7414,7 +7414,7 @@ /turf/open/floor/corsat/squares, /area/corsat/sigma/hangar/checkpoint) "aCW" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/corsat/red/north, /area/corsat/sigma/checkpoint) "aCX" = ( @@ -7510,7 +7510,7 @@ /turf/open/floor/corsat/retrosquares, /area/corsat/sigma/north) "aDo" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/corsat/whitebluefull/southwest, /area/corsat/sigma/laundry) "aDp" = ( @@ -7539,7 +7539,7 @@ /turf/open/floor/corsat/whitebluefull/southwest, /area/corsat/sigma/laundry) "aDu" = ( -/obj/structure/machinery/power/apc/directional/power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/corsat/browncorner/north, /area/corsat/sigma/cargo) "aDv" = ( @@ -7566,7 +7566,7 @@ /turf/open/floor/wood, /area/corsat/sigma/cafe) "aDz" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/wood, /area/corsat/sigma/cafe) "aDA" = ( @@ -7620,7 +7620,7 @@ /turf/open/floor/corsat/plate, /area/corsat/theta/airlock/east) "aDG" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/corsat/whitebluefull/southwest, /area/corsat/sigma/lavatory) "aDH" = ( @@ -7681,7 +7681,7 @@ /turf/open/floor/corsat/plate, /area/corsat/gamma/hangar/arrivals) "aDQ" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/upgraded/no_power/north, /turf/open/floor/corsat/bluecorner/north, /area/corsat/sigma/hangar) "aDR" = ( @@ -7695,7 +7695,7 @@ /turf/open/floor/corsat/darkgreen/northwest, /area/corsat/gamma/hangar/arrivals) "aDT" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/structure/machinery/light{ dir = 8 }, @@ -8189,7 +8189,7 @@ /turf/open/floor/corsat/darkgreencorner/west, /area/corsat/gamma/foyer) "aFL" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/upgraded/no_power/north, /turf/open/floor/corsat/bluegreycorner/north, /area/corsat/theta/airlock/east) "aFM" = ( @@ -8365,7 +8365,7 @@ /turf/open/floor/corsat/browncorner/north, /area/corsat/gamma/cargo) "aGo" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/structure/surface/table/woodentable/fancy, /turf/open/floor/corsat/squareswood/north, /area/corsat/gamma/residential/lounge) @@ -8565,7 +8565,7 @@ /turf/open/floor/corsat/blue/north, /area/corsat/sigma/southeast/datalab) "aGX" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/corsat/blue/north, /area/corsat/sigma/southeast/datalab) "aGY" = ( @@ -8887,7 +8887,7 @@ /turf/open/floor/corsat/squares, /area/corsat/gamma/hydroponics) "aHR" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/corsat/plate, /area/corsat/gamma/freezer) "aHS" = ( @@ -9315,7 +9315,7 @@ /turf/open/floor/corsat/red/west, /area/corsat/sigma/south) "aJA" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/structure/machinery/light{ dir = 8 }, @@ -9382,7 +9382,7 @@ /turf/open/floor/corsat/arrow_east, /area/corsat/gamma/cargo) "aJQ" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/corsat/red/north, /area/corsat/sigma/south/security) "aJR" = ( @@ -9750,7 +9750,7 @@ /turf/open/floor/corsat/yellow, /area/corsat/omega/control) "aLw" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/corsat/red/northeast, /area/corsat/gamma/airlock/south/id) "aLx" = ( @@ -9772,7 +9772,7 @@ /turf/open/floor/corsat/bluegrey, /area/corsat/sigma/southeast/dataoffice) "aLD" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/corsat/brown/west, /area/corsat/omega/cargo) "aLE" = ( @@ -9967,7 +9967,7 @@ /turf/open/floor/corsat/plate, /area/corsat/sigma/south/security) "aMs" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/upgraded/no_power/north, /obj/structure/closet/wardrobe/medic_white, /turf/open/floor/corsat/greenwhite/north, /area/corsat/gamma/medbay) @@ -10000,7 +10000,7 @@ /area/corsat/omega/airlocknorth/id) "aMx" = ( /obj/structure/surface/table/reinforced, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/structure/machinery/computer/station_alert, /turf/open/floor/corsat/plate, /area/corsat/omega/airlocknorth/id) @@ -10169,7 +10169,7 @@ /turf/open/floor/corsat/bluegrey/north, /area/corsat/sigma/southeast/dataoffice) "aNe" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/corsat/bluegrey/north, /area/corsat/sigma/southeast/dataoffice) "aNg" = ( @@ -10190,7 +10190,7 @@ "aNj" = ( /obj/structure/surface/rack, /obj/item/evidencebag, -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/upgraded/no_power/west, /turf/open/floor/corsat/red/southwest, /area/corsat/theta/airlock/east/id) "aNk" = ( @@ -10278,7 +10278,7 @@ /turf/open/floor/corsat/officesquares, /area/corsat/sigma/south/offices) "aNB" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/upgraded/no_power/west, /obj/structure/pipes/standard/simple/hidden/green, /turf/open/floor/corsat/officesquares, /area/corsat/sigma/south/offices) @@ -10429,7 +10429,7 @@ /turf/open/floor/corsat/purplecorner/east, /area/corsat/sigma/south) "aOh" = ( -/obj/structure/machinery/power/apc/directional/power/east, +/obj/structure/machinery/power/apc/upgraded/no_power/east, /turf/open/floor/corsat/red/east, /area/corsat/gamma/foyer) "aOi" = ( @@ -10638,7 +10638,7 @@ /turf/open/floor/corsat/officesquares, /area/corsat/gamma/hangar/office) "aOY" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/upgraded/no_power/west, /turf/open/floor/corsat/bluegrey/west, /area/corsat/gamma/hangar/office) "aOZ" = ( @@ -10668,7 +10668,7 @@ /turf/open/floor/corsat/plate, /area/corsat/emergency_access) "aPd" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/upgraded/power/north, /turf/open/floor/corsat/red/north, /area/corsat/gamma/security/armory) "aPe" = ( @@ -10683,7 +10683,7 @@ /turf/open/floor/corsat/red, /area/corsat/gamma/security) "aPh" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/upgraded/no_power/west, /turf/open/floor/corsat/red/west, /area/corsat/gamma/hangar/security) "aPj" = ( @@ -10781,7 +10781,7 @@ /turf/open/floor/plating, /area/corsat/gamma/hangar) "aPz" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/upgraded/no_power/north, /turf/open/floor/corsat/red/west, /area/corsat/gamma/hangar/checkpoint) "aPA" = ( @@ -10958,7 +10958,7 @@ }, /area/prison/hangar_storage/research/shuttle) "aQh" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/corsat/red/northeast, /area/corsat/omega/hangar/office) "aQi" = ( @@ -12819,7 +12819,7 @@ /turf/open/floor/corsat/purplewhite, /area/corsat/sigma/south/complex) "aWC" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/upgraded/no_power/north, /turf/open/floor/almayer/tcomms, /area/corsat/sigma/southeast/telecomm) "aWD" = ( @@ -13590,7 +13590,7 @@ /turf/open/floor/corsat/tan/north, /area/corsat/gamma/residential/west) "aZo" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/upgraded/no_power/north, /turf/open/floor/corsat/red/north, /area/corsat/omega/checkpoint) "aZp" = ( @@ -14105,7 +14105,7 @@ /turf/open/floor/corsat/squares, /area/corsat/omega/checkpoint) "baL" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/upgraded/no_power/east, /turf/open/floor/corsat/omega, /area/corsat/omega/control) "baM" = ( @@ -16320,7 +16320,7 @@ /area/corsat/omega/hallways) "biZ" = ( /obj/structure/reagent_dispensers/watertank, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/corsat/plate, /area/corsat/gamma/hydroponics) "bja" = ( @@ -16573,7 +16573,7 @@ /turf/open/floor/asteroidplating, /area/corsat/sigma/biodome/gunrange) "bjQ" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/structure/surface/table/almayer, /obj/item/device/camera, /turf/open/floor/corsat/purplewhite/north, @@ -17098,11 +17098,11 @@ /turf/open/floor/corsat, /area/corsat/gamma/hangar/cargo) "blO" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/corsat/red/west, /area/corsat/gamma/hangar/cargo) "blP" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/upgraded/no_power/east, /turf/open/floor/corsat/blue/east, /area/corsat/gamma/hangar/arrivals) "blQ" = ( @@ -17146,7 +17146,7 @@ /turf/open/floor/corsat/yellow/west, /area/corsat/gamma/hangar/monorail/control) "bma" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/upgraded/no_power/west, /turf/open/floor/corsat/yellow/northwest, /area/corsat/sigma/hangar/monorail/control) "bmb" = ( @@ -17416,7 +17416,7 @@ /turf/closed/wall/r_wall/biodome, /area/corsat/gamma/engineering/core) "bnm" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/corsat/browncorner/north, /area/corsat/gamma/cargo) "bnn" = ( @@ -17708,7 +17708,7 @@ /turf/closed/wall/r_wall/biodome, /area/corsat/omega/hangar) "boK" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/upgraded/no_power/west, /turf/open/floor/corsat/plate, /area/corsat/omega/hangar) "boL" = ( @@ -19011,7 +19011,7 @@ /turf/open/floor/corsat/plate, /area/corsat/gamma/hangar) "buL" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/structure/closet/wardrobe/virology_white, /turf/open/floor/corsat/purplewhite/north, /area/corsat/gamma/biodome/virology) @@ -19419,7 +19419,7 @@ /turf/open/floor/corsat/yellowcorner/west, /area/corsat/sigma/south/engineering) "bww" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/upgraded/no_power/north, /turf/open/floor/corsat/plate, /area/corsat/sigma/southeast/generator) "bwx" = ( @@ -19704,7 +19704,7 @@ /turf/open/floor/corsat/squares, /area/corsat/sigma/south/engineering) "bxN" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/structure/surface/rack, /obj/item/powerloader_clamp, /turf/open/floor/corsat/yellow/north, @@ -20143,7 +20143,7 @@ /turf/open/floor/corsat/purplewhite, /area/corsat/omega/complex) "bzl" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/upgraded/no_power/west, /turf/open/floor/corsat/purplewhite/west, /area/corsat/omega/complex) "bzm" = ( @@ -21529,7 +21529,7 @@ /turf/open/floor/corsat/spiralplate, /area/corsat/gamma/administration) "bED" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/structure/surface/table/almayer, /obj/item/paper_bin, /obj/item/tool/pen, @@ -21954,7 +21954,7 @@ /turf/open/floor/corsat/yellow, /area/corsat/gamma/residential/maint) "bGp" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/upgraded/no_power/south, /obj/structure/bed/sofa/vert/grey/bot, /turf/open/floor/corsat/plate, /area/corsat/gamma/hangar/monorail) @@ -21963,7 +21963,7 @@ /turf/open/floor/corsat/yellow/west, /area/corsat/gamma/hangar/monorail/control) "bGr" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/upgraded/no_power/west, /obj/structure/closet/jcloset, /turf/open/floor/corsat/yellow/west, /area/corsat/gamma/hangar/monorail/control) @@ -21979,7 +21979,7 @@ /turf/open/floor/corsat/yellow/west, /area/corsat/gamma/hangar/monorail/control) "bGu" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/upgraded/no_power/north, /turf/open/floor/corsat/darkgreen/north, /area/corsat/sigma/hangar/monorail) "bGy" = ( @@ -23512,7 +23512,7 @@ /turf/open/floor/corsat/yellow, /area/corsat/gamma/residential/maint) "bOH" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/structure/surface/table/almayer, /obj/item/paper_bin, /turf/open/floor/corsat/brown/northwest, @@ -23767,7 +23767,7 @@ /turf/open/floor/corsat/brown/southeast, /area/corsat/sigma/cargo) "bPM" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/corsat/yellow/north, /area/corsat/sigma/north) "bPO" = ( @@ -23781,7 +23781,7 @@ /turf/open/floor/corsat/yellow/west, /area/corsat/gamma/engineering/atmos) "bPR" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/upgraded/no_power/north, /turf/open/floor/corsat/yellowcorner/east, /area/corsat/gamma/engineering/atmos) "bPS" = ( @@ -23846,7 +23846,7 @@ /turf/open/floor/corsat/yellowcorner, /area/corsat/sigma/north) "bQe" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/structure/closet/crate, /obj/item/stack/sheet/mineral/phoron{ amount = 15 @@ -23957,7 +23957,7 @@ /turf/open/floor/plating, /area/corsat/inaccessible) "bQw" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/structure/surface/rack, /obj/item/device/lightreplacer, /obj/item/storage/box/lights, @@ -24393,7 +24393,7 @@ /turf/open/floor/corsat/redcorner/west, /area/corsat/omega/checkpoint) "bSr" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/upgraded/no_power/east, /turf/open/floor/corsat/red/east, /area/corsat/sigma/hangar/security) "bSx" = ( @@ -24625,7 +24625,7 @@ /turf/open/floor/corsat/retrosquareslight, /area/corsat/sigma/south/complex) "bTO" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/upgraded/no_power/east, /obj/structure/closet/l3closet/scientist, /turf/open/floor/corsat/purplewhite/east, /area/corsat/gamma/biodome/complex) @@ -24910,7 +24910,7 @@ /turf/open/floor/corsat/blue/north, /area/corsat/gamma/airlock/control) "bVs" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/upgraded/no_power/east, /obj/structure/closet/wardrobe/atmospherics_yellow, /turf/open/floor/corsat/yellow/east, /area/corsat/gamma/airlock/control) @@ -24920,7 +24920,7 @@ /turf/open/floor/corsat/yellow/west, /area/corsat/sigma/airlock/control) "bVw" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/structure/closet/wardrobe/atmospherics_yellow, /turf/open/floor/corsat/yellow/north, /area/corsat/theta/airlock/control) @@ -25933,7 +25933,7 @@ /turf/open/floor/corsat/retrosquareslight, /area/corsat/gamma/biodome/toxins) "bZK" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/upgraded/no_power/west, /obj/structure/closet/wardrobe/toxins_white, /turf/open/floor/corsat/purplewhite/west, /area/corsat/gamma/biodome/toxins) @@ -25969,11 +25969,11 @@ /turf/open/floor/corsat/squares, /area/corsat/theta/biodome/complex) "cah" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/upgraded/no_power/west, /turf/open/floor/corsat/purplewhitecorner/north, /area/corsat/theta/biodome/hydrowest) "cai" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/upgraded/no_power/east, /turf/open/floor/corsat/purplewhitecorner/east, /area/corsat/theta/biodome/hydroeast) "cak" = ( @@ -26026,11 +26026,11 @@ /turf/open/floor/corsat/retrosquareslight, /area/corsat/theta/biodome/hydroeast) "cau" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/upgraded/no_power/west, /turf/open/floor/corsat/purplewhite/southwest, /area/corsat/theta/biodome/complex) "caw" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/upgraded/no_power/west, /turf/open/floor/asteroidfloor/north, /area/corsat/sigma/biodome/testgrounds) "caA" = ( @@ -26882,7 +26882,7 @@ /turf/open/floor/corsat/squares, /area/corsat/gamma/airlock/control) "cXt" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/upgraded/no_power/west, /obj/structure/pipes/standard/manifold/hidden/green{ dir = 8 }, @@ -27532,7 +27532,7 @@ /turf/open/floor/corsat/darkgreen/east, /area/corsat/gamma/foyer) "dEe" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/upgraded/no_power/north, /turf/open/floor/corsat, /area/corsat/gamma/sigmaremote) "dET" = ( @@ -28100,7 +28100,7 @@ /turf/open/gm/grass/grass1/weedable, /area/corsat/theta/biodome) "eiQ" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/upgraded/no_power/west, /turf/open/floor/corsat/darkgreen/west, /area/corsat/gamma/rnr) "eiR" = ( @@ -29020,7 +29020,7 @@ /turf/open/floor/corsat/whitebluefull/southwest, /area/corsat/gamma/residential/showers) "fgN" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/corsat/yellow/north, /area/corsat/sigma/south/engineering) "fha" = ( @@ -29768,7 +29768,7 @@ /turf/open/floor/corsat/yellowcorner/north, /area/corsat/sigma/airlock/control) "fXE" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/upgraded/no_power/east, /obj/effect/landmark/yautja_teleport, /turf/open/floor/corsat/squares, /area/corsat/gamma/residential) @@ -30714,10 +30714,6 @@ /obj/structure/closet/wardrobe/science_white, /turf/open/floor/corsat/purplewhite/east, /area/corsat/gamma/biodome/complex) -"gRH" = ( -/obj/structure/surface/table/reinforced, -/turf/open/floor/corsat/retrosquareslight, -/area/corsat/sigma/south/complex) "gRP" = ( /obj/structure/machinery/door/airlock/almayer/medical/glass/colony{ name = "Morgue"; @@ -31130,7 +31126,7 @@ /turf/open/floor/corsat, /area/corsat/omega/complex) "hlC" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/corsat/redcorner/east, /area/corsat/omega/security) "hlM" = ( @@ -32190,7 +32186,7 @@ /area/corsat/theta/biodome) "iiS" = ( /obj/structure/surface/table/reinforced, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/upgraded/no_power/north, /obj/item/device/flashlight/lamp, /turf/open/floor/corsat/red/northwest, /area/corsat/gamma/airlock/south) @@ -33015,7 +33011,7 @@ /turf/open/floor/corsat/retrosquareslight, /area/corsat/theta/biodome/complex) "jee" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/upgraded/no_power/east, /turf/open/floor/corsat/plate, /area/corsat/theta/airlock/west/id) "jeE" = ( @@ -33389,7 +33385,7 @@ /area/corsat/sigma/hangar/security) "jAz" = ( /obj/structure/surface/table/almayer, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/upgraded/no_power/north, /turf/open/floor/corsat/bluegrey/north, /area/corsat/omega/offices) "jAE" = ( @@ -33445,7 +33441,7 @@ /turf/open/floor/corsat/whitetancorner/west, /area/corsat/gamma/residential/west) "jFF" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/corsat/plate, /area/corsat/gamma/residential/researcher) "jFJ" = ( @@ -34376,7 +34372,7 @@ /turf/open/floor/corsat/purplewhite/northwest, /area/corsat/gamma/biodome/virology) "kKs" = ( -/obj/structure/machinery/power/apc/directional/power/east, +/obj/structure/machinery/power/apc/upgraded/no_power/east, /turf/open/floor/corsat/plate, /area/corsat/sigma/dorms) "kKw" = ( @@ -34659,7 +34655,7 @@ /turf/open/floor/corsat/red/north, /area/corsat/gamma/foyer) "kZy" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/upgraded/power/north, /turf/open/floor/corsat/red/northwest, /area/corsat/theta/airlock/west) "lac" = ( @@ -35300,10 +35296,6 @@ /obj/effect/decal/cleanable/blood/xeno, /turf/open/floor/corsat/retrosquareslight, /area/corsat/omega/complex) -"lHI" = ( -/obj/structure/surface/table/reinforced, -/turf/open/floor/corsat/retrosquareslight, -/area/corsat/sigma/south/complex) "lHK" = ( /turf/open/floor/corsat/bluegrey/west, /area/corsat/sigma/south/offices) @@ -36724,7 +36716,7 @@ /turf/open/mars_cave/mars_dirt_4, /area/corsat/sigma/biodome) "ndF" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/corsat/whitebluefull/southwest, /area/corsat/gamma/residential/laundry) "nen" = ( @@ -37853,7 +37845,7 @@ /turf/open/floor/almayer/research/containment/floor2, /area/corsat/inaccessible) "ome" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/upgraded/no_power/east, /turf/open/floor/corsat/whitetan/east, /area/corsat/gamma/residential/west) "omw" = ( @@ -40159,7 +40151,7 @@ /turf/open/floor/corsat/yellow, /area/corsat/gamma/airlock/control) "qLo" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/corsat/yellow/north, /area/corsat/gamma/hallwaysouth) "qLz" = ( @@ -40776,7 +40768,7 @@ /turf/open/floor/almayer/research/containment/corner_var1/containment_corner_variant_2, /area/corsat/gamma/sigmaremote) "rvC" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/corsat/redcorner/east, /area/corsat/sigma/airlock/east/id) "rvD" = ( @@ -42512,7 +42504,7 @@ /turf/open/floor/corsat/plate, /area/corsat/gamma/freezer) "thv" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/corsat/whitebluefull/southwest, /area/corsat/gamma/residential/showers) "tja" = ( @@ -42616,7 +42608,7 @@ /turf/open/floor/corsat/greenwhite/west, /area/corsat/gamma/medbay) "tpA" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/structure/surface/table/almayer, /obj/item/storage/fancy/cigarettes/lucky_strikes, /turf/open/floor/corsat/spiralplate, @@ -42677,7 +42669,7 @@ /turf/open/floor/corsat/whitetan/north, /area/corsat/gamma/residential/west) "ttJ" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/corsat/plate, /area/corsat/gamma/hallwaysouth) "ttK" = ( @@ -42720,7 +42712,7 @@ /turf/open/floor/corsat/redcorner/north, /area/corsat/theta/airlock/control) "tvO" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/upgraded/no_power/east, /turf/open/floor/corsat/greencorner/east, /area/corsat/gamma/medbay/morgue) "tvW" = ( @@ -43553,7 +43545,7 @@ /turf/open/floor/corsat/squares, /area/corsat/gamma/engineering/core) "upN" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/upgraded/no_power/north, /turf/open/floor/corsat/plate, /area/corsat/sigma/south/complex) "uqb" = ( @@ -44409,7 +44401,7 @@ /turf/open/floor/corsat/whitetan/southeast, /area/corsat/gamma/residential/west) "vhS" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/corsat/red/north, /area/corsat/sigma/hangar/checkpoint) "vhU" = ( @@ -46471,7 +46463,7 @@ /turf/open/gm/dirt, /area/corsat/theta/biodome) "xtO" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/corsat/squareswood/north, /area/corsat/gamma/rnr/library) "xtR" = ( @@ -46729,7 +46721,7 @@ /turf/open/floor/corsat/plate, /area/corsat/sigma/south) "xJB" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/upgraded/no_power/north, /turf/open/floor/corsat/red/northwest, /area/corsat/omega/airlocknorth/id) "xJH" = ( @@ -91759,7 +91751,7 @@ aje akd bwc aHZ -lHI +bTM bTW aks akd @@ -92740,7 +92732,7 @@ akd bDa aHZ uSc -gRH +bTM aks akd eWX diff --git a/maps/map_files/CORSAT/standalone/sigma_ice.dmm b/maps/map_files/CORSAT/standalone/sigma_ice.dmm index bc734689d28b..33d62da2e60c 100644 --- a/maps/map_files/CORSAT/standalone/sigma_ice.dmm +++ b/maps/map_files/CORSAT/standalone/sigma_ice.dmm @@ -1454,7 +1454,7 @@ /turf/open/floor/asteroidplating, /area/corsat/sigma/biodome/gunrange) "GJ" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/upgraded/no_power/west, /obj/structure/closet/wardrobe/atmospherics_yellow, /turf/open/floor/corsat/yellow/west, /area/corsat/sigma/airlock/control) diff --git a/maps/map_files/DesertDam/Desert_Dam.dmm b/maps/map_files/DesertDam/Desert_Dam.dmm index c15cc96922c0..7fc58191e032 100644 --- a/maps/map_files/DesertDam/Desert_Dam.dmm +++ b/maps/map_files/DesertDam/Desert_Dam.dmm @@ -771,7 +771,7 @@ /area/desert_dam/interior/lab_northeast/east_lab_west_entrance) "adi" = ( /obj/structure/surface/table, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison, /area/desert_dam/exterior/valley/south_valley_dam) "adj" = ( @@ -1016,7 +1016,7 @@ /turf/open/desert/desert_shore/shore_edge1/west, /area/desert_dam/exterior/river/riverside_east) "aei" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/prison/blue/east, /area/desert_dam/building/administration/control_room) "aej" = ( @@ -1125,7 +1125,7 @@ /turf/open/asphalt/cement_sunbleached, /area/desert_dam/exterior/valley/valley_labs) "aeD" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/interior/wood, /area/desert_dam/building/bar/backroom) "aeE" = ( @@ -2673,7 +2673,7 @@ /turf/open/floor/prison/darkpurple2/northwest, /area/desert_dam/interior/lab_northeast/east_lab_excavation) "akm" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/darkpurple2/north, /area/desert_dam/interior/lab_northeast/east_lab_excavation) "akn" = ( @@ -3073,7 +3073,7 @@ /turf/open/floor/prison, /area/desert_dam/interior/lab_northeast/east_lab_excavation) "alS" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/whitepurple/north, /area/desert_dam/interior/lab_northeast/east_lab_east_hallway) "alT" = ( @@ -3338,7 +3338,7 @@ /turf/open/desert/dirt, /area/desert_dam/exterior/telecomm/lz1_valley) "amR" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison, /area/desert_dam/interior/lab_northeast/east_lab_containment) "amS" = ( @@ -3369,7 +3369,7 @@ /turf/open/floor/prison/darkpurplecorners2/north, /area/desert_dam/interior/lab_northeast/east_lab_biology) "amX" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/darkpurple2/north, /area/desert_dam/interior/lab_northeast/east_lab_biology) "amY" = ( @@ -3466,7 +3466,7 @@ /turf/open/floor/prison/whitepurple/east, /area/desert_dam/interior/lab_northeast/east_lab_east_hallway) "anr" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/floor_plate/southwest, /area/desert_dam/interior/dam_interior/west_tunnel) "ans" = ( @@ -3625,7 +3625,7 @@ /turf/open/floor/prison/whitepurple/north, /area/desert_dam/interior/lab_northeast/east_lab_central_hallway) "anY" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/whitepurple/north, /area/desert_dam/interior/lab_northeast/east_lab_central_hallway) "anZ" = ( @@ -4082,7 +4082,7 @@ /turf/open/floor/prison/darkred2/east, /area/desert_dam/interior/lab_northeast/east_lab_security_armory) "aqe" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/prison/darkred2/west, /area/desert_dam/interior/lab_northeast/east_lab_security_armory) "aqf" = ( @@ -4392,7 +4392,7 @@ /turf/open/floor/prison/darkred2/west, /area/desert_dam/interior/lab_northeast/east_lab_security_armory) "arl" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/darkredcorners2/north, /area/desert_dam/interior/lab_northeast/east_lab_security_armory) "arm" = ( @@ -4425,7 +4425,7 @@ /turf/open/floor/warning, /area/desert_dam/interior/lab_northeast/east_lab_east_entrance) "arr" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/prison/darkred2/east, /area/desert_dam/interior/lab_northeast/east_lab_security_armory) "ars" = ( @@ -4503,7 +4503,7 @@ /area/desert_dam/interior/dam_interior/garage) "arG" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /turf/open/floor/prison/darkyellow2/north, /area/desert_dam/interior/lab_northeast/east_lab_workshop) "arH" = ( @@ -5005,7 +5005,7 @@ /turf/open/floor/prison/bright_clean/southwest, /area/desert_dam/interior/lab_northeast/east_lab_security_armory) "atG" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/darkyellow2/west, /area/desert_dam/building/substation/northeast) "atH" = ( @@ -5022,7 +5022,7 @@ /turf/open/floor/prison/red/north, /area/desert_dam/interior/lab_northeast/east_lab_east_entrance) "atK" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/red/north, /area/desert_dam/interior/lab_northeast/east_lab_east_entrance) "atL" = ( @@ -5100,7 +5100,7 @@ /turf/open/floor/prison, /area/desert_dam/building/water_treatment_two/floodgate_control) "atZ" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison, /area/desert_dam/building/water_treatment_two/floodgate_control) "aua" = ( @@ -5119,7 +5119,7 @@ /turf/open/floor/dark2, /area/desert_dam/interior/lab_northeast/east_lab_west_entrance) "aue" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/red/north, /area/desert_dam/interior/lab_northeast/east_lab_west_entrance) "auf" = ( @@ -5201,7 +5201,7 @@ /turf/open/asphalt/cement_sunbleached/cement_sunbleached3, /area/desert_dam/exterior/valley/valley_medical) "auw" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/darkpurple2/northeast, /area/desert_dam/interior/lab_northeast/east_lab_RND) "aux" = ( @@ -5289,7 +5289,7 @@ /turf/open/floor/whiteblue/north, /area/desert_dam/interior/lab_northeast/east_lab_lobby) "auR" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/whiteblue/north, /area/desert_dam/interior/lab_northeast/east_lab_lobby) "auS" = ( @@ -5587,7 +5587,7 @@ /turf/open/asphalt/cement/cement13, /area/desert_dam/interior/dam_interior/west_tunnel) "awb" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/whitepurple/north, /area/desert_dam/interior/lab_northeast/east_lab_west_hallway) "awc" = ( @@ -6292,7 +6292,7 @@ /turf/open/floor/prison/whitepurple/east, /area/desert_dam/interior/lab_northeast/east_lab_west_hallway) "azd" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/prison/blue/west, /area/desert_dam/interior/lab_northeast/east_lab_RND) "azf" = ( @@ -7513,7 +7513,7 @@ /turf/open/asphalt/cement/cement15, /area/desert_dam/interior/dam_interior/east_tunnel_entrance) "aDR" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/asphalt/cement/cement15, /area/desert_dam/interior/dam_interior/east_tunnel_entrance) "aDS" = ( @@ -7706,7 +7706,7 @@ /turf/open/desert/dirt/desert_transition_edge1/northeast, /area/desert_dam/exterior/valley/valley_crashsite) "aEC" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/effect/decal/warning_stripes{ icon_state = "S" }, @@ -9363,7 +9363,7 @@ /turf/open/asphalt/cement_sunbleached/cement_sunbleached4, /area/desert_dam/exterior/landing_pad_one) "aLb" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/whitegreen/north, /area/desert_dam/building/lab_northwest/west_lab_xenoflora) "aLc" = ( @@ -9818,7 +9818,7 @@ /turf/open/floor/prison/darkyellow2/northwest, /area/desert_dam/building/substation/northeast) "aMB" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/darkyellow2/north, /area/desert_dam/building/substation/northeast) "aMC" = ( @@ -10719,7 +10719,7 @@ /turf/open/asphalt/tile, /area/desert_dam/exterior/landing_pad_one) "aQk" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/prison/darkbrown2/west, /area/desert_dam/building/warehouse/loading) "aQl" = ( @@ -11071,7 +11071,7 @@ /turf/open/desert/dirt/desert_transition_corner1/west, /area/desert_dam/exterior/valley/valley_wilderness) "aRO" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/asphalt/cement_sunbleached/cement_sunbleached18, /area/desert_dam/exterior/valley/valley_hydro) "aRP" = ( @@ -11539,7 +11539,7 @@ /turf/open/floor/prison/darkyellow2/north, /area/desert_dam/building/mining/workshop) "aTO" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/darkyellow2/north, /area/desert_dam/building/mining/workshop) "aTP" = ( @@ -11959,7 +11959,7 @@ /turf/open/floor/wood, /area/desert_dam/building/administration/office) "aVQ" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/wood, /area/desert_dam/building/administration/office) "aVR" = ( @@ -12200,7 +12200,7 @@ /turf/open/floor/vault2/northeast, /area/desert_dam/building/administration/control_room) "aWQ" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/interior/wood, /area/desert_dam/building/security/office) "aWR" = ( @@ -12871,7 +12871,7 @@ /turf/open/floor/prison/bright_clean2, /area/desert_dam/building/administration/hallway) "aZB" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/prison/blue/west, /area/desert_dam/building/administration/hallway) "aZC" = ( @@ -12962,7 +12962,7 @@ /turf/open/floor/dark2, /area/desert_dam/building/administration/archives) "aZX" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/dark2, /area/desert_dam/building/administration/archives) "aZY" = ( @@ -13051,7 +13051,7 @@ /turf/open/floor/darkred2/north, /area/desert_dam/building/administration/lobby) "bar" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/darkred2/northeast, /area/desert_dam/building/administration/lobby) "bas" = ( @@ -13179,7 +13179,7 @@ /turf/open/floor/prison, /area/desert_dam/building/water_treatment_two/hallway) "baN" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/structure/surface/table, /obj/item/storage/donut_box, /turf/open/floor/prison, @@ -13744,7 +13744,7 @@ /turf/open/floor/wood, /area/desert_dam/building/administration/meetingrooom) "bdm" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/wood, /area/desert_dam/building/administration/meetingrooom) "bdn" = ( @@ -14116,7 +14116,7 @@ /turf/open/floor/prison/bright_clean/southwest, /area/desert_dam/building/water_treatment_two/hallway) "beS" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/prison, /area/desert_dam/building/water_treatment_two/purification) "beT" = ( @@ -14618,7 +14618,7 @@ /turf/open/desert/dirt/dirt2, /area/desert_dam/exterior/river/riverside_central_north) "bgV" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/prison, /area/desert_dam/building/water_treatment_two/control_room) "bgW" = ( @@ -14683,7 +14683,7 @@ /turf/open/asphalt/tile, /area/desert_dam/exterior/valley/north_valley_dam) "bhn" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /obj/structure/sink{ dir = 4; pixel_x = 11 @@ -14782,7 +14782,7 @@ /turf/open/desert/dirt/desert_transition_corner1/north, /area/desert_dam/exterior/valley/north_valley_dam) "bhI" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison, /area/desert_dam/building/water_treatment_two/lobby) "bhL" = ( @@ -15506,7 +15506,7 @@ /turf/open/floor/prison/red/west, /area/desert_dam/building/security/lobby) "blb" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/darkbrowncorners2/east, /area/desert_dam/building/mining/workshop_foyer) "blc" = ( @@ -15813,7 +15813,7 @@ /obj/structure/bed/chair{ dir = 4 }, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/dark, /area/desert_dam/building/security/observation) "bml" = ( @@ -15977,7 +15977,7 @@ /turf/open/floor/dark, /area/desert_dam/building/security/interrogation) "bmW" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/interior/wood, /area/desert_dam/building/security/detective) "bmX" = ( @@ -15991,7 +15991,7 @@ /turf/open/desert/dirt, /area/desert_dam/exterior/valley/valley_telecoms) "bnb" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/interior/wood, /area/desert_dam/building/security/marshals_office) "bnc" = ( @@ -16162,7 +16162,7 @@ /turf/open/floor/prison/darkbrown2/northeast, /area/desert_dam/interior/dam_interior/auxilary_tool_storage) "bnP" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/prison/blue/west, /area/desert_dam/interior/dam_interior/tech_storage) "bnQ" = ( @@ -16291,7 +16291,7 @@ /turf/open/asphalt/cement/cement1, /area/desert_dam/interior/dam_interior/western_dam_cave) "box" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/dark, /area/desert_dam/building/security/interrogation) "boy" = ( @@ -16451,7 +16451,7 @@ /turf/open/floor/prison/bright_clean/southwest, /area/desert_dam/building/security/northern_hallway) "bph" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/redcorner/north, /area/desert_dam/building/security/northern_hallway) "bpi" = ( @@ -16987,7 +16987,7 @@ /turf/open/floor/prison/cell_stripe/east, /area/desert_dam/interior/dam_interior/hanger) "brE" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/southwest, /area/desert_dam/interior/dam_interior/hanger) "brF" = ( @@ -17327,7 +17327,7 @@ /turf/open/floor/prison/darkbrowncorners2/north, /area/desert_dam/interior/dam_interior/auxilary_tool_storage) "btr" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/darkbrown2/north, /area/desert_dam/interior/dam_interior/auxilary_tool_storage) "bts" = ( @@ -17497,7 +17497,7 @@ /turf/open/floor/plating, /area/desert_dam/exterior/valley/valley_telecoms) "bue" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/darkred2/north, /area/desert_dam/building/security/holding) "buf" = ( @@ -17968,7 +17968,7 @@ /turf/open/floor/prison/darkyellow2/north, /area/desert_dam/interior/dam_interior/engine_west_wing) "bwl" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/darkyellow2/north, /area/desert_dam/interior/dam_interior/engine_west_wing) "bwn" = ( @@ -18055,7 +18055,7 @@ /turf/open/floor/dark, /area/desert_dam/building/security/interrogation) "bwM" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/prison/floor_plate, /area/desert_dam/building/security/evidence) "bwO" = ( @@ -18230,7 +18230,7 @@ /turf/open/floor/prison/bright_clean2, /area/desert_dam/building/administration/hallway) "bxz" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/prison/darkyellow2/west, /area/desert_dam/interior/dam_interior/smes_main) "bxB" = ( @@ -18564,7 +18564,7 @@ /turf/open/floor/prison/southwest, /area/desert_dam/interior/dam_interior/hangar_storage) "bzj" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/southwest, /area/desert_dam/interior/dam_interior/hangar_storage) "bzk" = ( @@ -18690,7 +18690,7 @@ /turf/open/floor/prison/bright_clean2, /area/desert_dam/building/administration/overseer_office) "bzK" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/prison/floor_plate/southwest, /area/desert_dam/interior/dam_interior/north_tunnel_entrance) "bzL" = ( @@ -18766,7 +18766,7 @@ /turf/open/floor/prison/floor_plate, /area/desert_dam/building/security/evidence) "bAa" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/darkred2/north, /area/desert_dam/building/security/staffroom) "bAb" = ( @@ -18792,7 +18792,7 @@ /turf/open/floor/prison/bright_clean2, /area/desert_dam/building/administration/hallway) "bAp" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/sterile_white, /area/desert_dam/interior/dam_interior/northwestern_tunnel) "bAq" = ( @@ -18967,7 +18967,7 @@ /turf/open/floor/prison/floor_marked/southwest, /area/desert_dam/interior/dam_interior/hangar_storage) "bBk" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, /area/desert_dam/building/administration/overseer_office) @@ -19012,7 +19012,7 @@ /turf/open/floor/prison/bright_clean/southwest, /area/desert_dam/interior/dam_interior/engine_west_wing) "bBv" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/prison/darkyellow2/west, /area/desert_dam/interior/dam_interior/control_room) "bBw" = ( @@ -19137,7 +19137,7 @@ /turf/open/asphalt/cement, /area/desert_dam/interior/dam_interior/north_tunnel) "bCm" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/effect/decal/sand_overlay/sand2{ dir = 4 }, @@ -19162,7 +19162,7 @@ /turf/open/floor/prison/sterile_white, /area/desert_dam/interior/dam_interior/northeastern_tunnel) "bCq" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/effect/decal/sand_overlay/sand2/corner2{ dir = 1 }, @@ -19395,11 +19395,11 @@ /turf/open/floor/prison/bright_clean/southwest, /area/desert_dam/interior/dam_interior/control_room) "bDu" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/neutral, /area/desert_dam/interior/dam_interior/engine_room) "bDw" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/prison/darkyellowcorners2/north, /area/desert_dam/interior/dam_interior/engine_east_wing) "bDx" = ( @@ -19419,7 +19419,7 @@ /turf/open/floor/prison/green/north, /area/desert_dam/interior/dam_interior/atmos_storage) "bDB" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/green/north, /area/desert_dam/interior/dam_interior/atmos_storage) "bDC" = ( @@ -19843,7 +19843,7 @@ /turf/open/floor/prison/darkred2/north, /area/desert_dam/building/security/southern_hallway) "bFl" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/darkred2/north, /area/desert_dam/building/security/southern_hallway) "bFm" = ( @@ -20161,7 +20161,7 @@ /turf/open/floor/prison, /area/desert_dam/building/security/southern_hallway) "bGG" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/interior/wood, /area/desert_dam/building/security/courtroom) "bGH" = ( @@ -20326,7 +20326,7 @@ /turf/open/floor/white, /area/desert_dam/interior/dam_interior/lobby) "bHi" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/prison/darkyellow2/west, /area/desert_dam/interior/dam_interior/lobby) "bHl" = ( @@ -20554,7 +20554,7 @@ /turf/open/floor/prison/darkyellow2/east, /area/desert_dam/interior/dam_interior/lobby) "bIm" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/darkyellow2/northwest, /area/desert_dam/interior/dam_interior/smes_backup) "bIn" = ( @@ -21956,7 +21956,7 @@ /turf/open/floor/prison/darkred2/east, /area/desert_dam/building/security/prison) "bOK" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/darkred2/east, /area/desert_dam/building/security/armory) "bOM" = ( @@ -22047,7 +22047,7 @@ /turf/open/floor/prison/darkbrowncorners2/west, /area/desert_dam/interior/dam_interior/auxilary_tool_storage) "bPg" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/prison/darkyellow2/east, /area/desert_dam/interior/dam_interior/primary_tool_storage) "bPh" = ( @@ -22207,7 +22207,7 @@ /turf/open/floor/prison/sterile_white, /area/desert_dam/interior/dam_interior/workshop) "bPR" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/sterile_white, /area/desert_dam/interior/dam_interior/workshop) "bPT" = ( @@ -22286,7 +22286,7 @@ /obj/structure/machinery/light{ dir = 4 }, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/darkyellow2/northeast, /area/desert_dam/interior/dam_interior/CE_office) "bQg" = ( @@ -22373,7 +22373,7 @@ /turf/open/floor/prison/floor_marked, /area/desert_dam/building/security/armory) "bQy" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/darkyellowcorners2/east, /area/desert_dam/building/warehouse/breakroom) "bQz" = ( @@ -22447,7 +22447,7 @@ /turf/open/desert/dirt/desert_transition_edge1/southwest, /area/desert_dam/exterior/valley/valley_medical) "bQR" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/effect/decal/sand_overlay/sand2{ dir = 4 }, @@ -22486,7 +22486,7 @@ /turf/open/floor/prison/sterile_white, /area/desert_dam/interior/dam_interior/workshop) "bQZ" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/dark, /area/desert_dam/interior/dam_interior/office) "bRb" = ( @@ -22827,7 +22827,7 @@ /turf/open/floor/darkyellow2/north, /area/desert_dam/building/security/prison) "bSs" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/darkyellowcorners2/north, /area/desert_dam/building/security/prison) "bSu" = ( @@ -23472,7 +23472,7 @@ /turf/open/floor/prison/sterile_white, /area/desert_dam/interior/dam_interior/central_tunnel) "bVn" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/sterile_white, /area/desert_dam/interior/dam_interior/central_tunnel) "bVo" = ( @@ -23555,7 +23555,7 @@ /turf/open/asphalt/cement_sunbleached/cement_sunbleached19, /area/desert_dam/exterior/valley/south_valley_dam) "bVI" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/prison/darkred2/north, /area/desert_dam/building/security/warden) "bVJ" = ( @@ -24158,7 +24158,7 @@ }, /area/desert_dam/interior/dam_interior/disposals) "bXT" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/prison/sterile_white, /area/desert_dam/interior/dam_interior/west_tunnel) "bXU" = ( @@ -24540,7 +24540,7 @@ /turf/open/floor/freezerfloor, /area/desert_dam/interior/dam_interior/break_room) "bZg" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/whiteyellow/northwest, /area/desert_dam/interior/dam_interior/break_room) "bZh" = ( @@ -24717,7 +24717,7 @@ /turf/open/floor/plating/warnplate/north, /area/desert_dam/exterior/valley/valley_telecoms) "bZL" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison, /area/desert_dam/building/security/execution_chamber) "bZM" = ( @@ -25574,7 +25574,7 @@ /turf/open/asphalt, /area/desert_dam/exterior/valley/valley_medical) "cdd" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/darkred2/north, /area/desert_dam/building/security/deathrow) "cdf" = ( @@ -25636,7 +25636,7 @@ /turf/open/floor/grimy, /area/desert_dam/building/bar/bar) "cdr" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /turf/open/floor/grimy, @@ -27097,7 +27097,7 @@ /turf/open/floor/prison/darkyellow2/northeast, /area/desert_dam/building/medical/break_room) "cjE" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/wood, /area/desert_dam/building/medical/break_room) "cjF" = ( @@ -27129,7 +27129,7 @@ /turf/open/asphalt/tile, /area/desert_dam/exterior/valley/valley_telecoms) "cjP" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/prison/floor_plate/southwest, /area/desert_dam/interior/dam_interior/south_tunnel) "cjQ" = ( @@ -27194,7 +27194,7 @@ /turf/open/floor/prison/bright_clean2/southwest, /area/desert_dam/building/medical/morgue) "ckf" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/bright_clean2/southwest, /area/desert_dam/building/medical/morgue) "ckg" = ( @@ -27307,7 +27307,7 @@ /turf/closed/wall, /area/desert_dam/building/medical/chemistry) "ckE" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/white, /area/desert_dam/building/medical/chemistry) "ckF" = ( @@ -28360,7 +28360,7 @@ /turf/open/floor/prison/darkbrown2/north, /area/desert_dam/building/warehouse/warehouse) "cpg" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/darkbrowncorners2/east, /area/desert_dam/building/warehouse/warehouse) "cph" = ( @@ -28487,7 +28487,7 @@ /turf/open/floor/prison/whitegreen/north, /area/desert_dam/building/medical/north_wing_hallway) "cpN" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/whitegreen/north, /area/desert_dam/building/medical/north_wing_hallway) "cpP" = ( @@ -28879,7 +28879,7 @@ /turf/open/floor/prison/whitegreen/north, /area/desert_dam/building/medical/lobby) "crG" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/whitegreen/north, /area/desert_dam/building/medical/lobby) "crH" = ( @@ -29035,7 +29035,7 @@ /turf/open/floor/asteroidplating, /area/desert_dam/exterior/telecomm/lz2_tcomms) "csp" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/prison/darkyellow2/west, /area/desert_dam/building/substation/west) "css" = ( @@ -29392,7 +29392,7 @@ /obj/structure/surface/table/reinforced, /obj/item/device/healthanalyzer, /obj/item/device/healthanalyzer, -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/prison/whitegreen/east, /area/desert_dam/building/medical/west_wing_hallway) "ctW" = ( @@ -29698,7 +29698,7 @@ /turf/open/floor/prison/bright_clean2/southwest, /area/desert_dam/building/medical/surgury_observation) "cvd" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/bright_clean2/southwest, /area/desert_dam/building/medical/surgury_observation) "cve" = ( @@ -30179,7 +30179,7 @@ /turf/open/floor/wood, /area/desert_dam/building/medical/CMO) "cxb" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/wood, /area/desert_dam/building/medical/CMO) "cxc" = ( @@ -31029,7 +31029,7 @@ /turf/open/floor/prison/whitered/east, /area/desert_dam/building/medical/surgery_room_two) "cAv" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/prison/darkyellow2/west, /area/desert_dam/building/substation/central) "cAx" = ( @@ -31069,7 +31069,7 @@ /turf/closed/wall, /area/desert_dam/building/medical/office2) "cAH" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /obj/structure/disposalpipe/junction{ dir = 1; icon_state = "pipe-j2" @@ -31265,7 +31265,7 @@ /turf/open/floor/prison/whitered/west, /area/desert_dam/building/medical/primary_storage) "cBm" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/prison/whitered/west, /area/desert_dam/building/medical/surgery_room_one) "cBo" = ( @@ -31280,7 +31280,7 @@ /turf/open/floor/prison/whitered/east, /area/desert_dam/building/medical/surgery_room_one) "cBq" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/prison/whitered/west, /area/desert_dam/building/medical/surgery_room_two) "cBr" = ( @@ -31553,12 +31553,12 @@ /area/desert_dam/building/medical/office1) "cCC" = ( /obj/structure/bed, -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/prison/whitered/east, /area/desert_dam/building/medical/office1) "cCE" = ( /obj/structure/bed, -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/prison/whitered/east, /area/desert_dam/building/medical/office2) "cCF" = ( @@ -31997,7 +31997,7 @@ /area/desert_dam/building/medical/treatment_room) "cEA" = ( /obj/structure/machinery/iv_drip, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/whitegreen/northwest, /area/desert_dam/building/medical/treatment_room) "cEB" = ( @@ -32031,7 +32031,7 @@ /turf/open/floor/prison/whitegreencorner/east, /area/desert_dam/building/medical/east_wing_hallway) "cEI" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/whitegreen/north, /area/desert_dam/building/medical/east_wing_hallway) "cEJ" = ( @@ -32141,7 +32141,7 @@ /obj/effect/decal/medical_decals{ icon_state = "docstriping" }, -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/white, /area/desert_dam/building/medical/garage) "cFi" = ( @@ -33316,7 +33316,7 @@ /turf/closed/wall, /area/desert_dam/building/medical/virology_isolation) "cJH" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/plating, /area/desert_dam/building/medical/east_wing_hallway) "cJI" = ( @@ -33556,7 +33556,7 @@ /turf/open/floor/prison/whitegreen/east, /area/desert_dam/building/medical/virology_wing) "cKI" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/prison/whitegreen/east, /area/desert_dam/building/medical/virology_wing) "cKJ" = ( @@ -34298,7 +34298,7 @@ /turf/open/floor/dark, /area/desert_dam/building/church) "cOe" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/dark, /area/desert_dam/building/church) "cOf" = ( @@ -34428,7 +34428,7 @@ /turf/open/floor/prison/whitegreen/southwest, /area/desert_dam/building/medical/virology_isolation) "cOJ" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/prison/whitegreen, /area/desert_dam/building/medical/virology_isolation) "cOK" = ( @@ -34641,7 +34641,7 @@ /turf/open/asphalt/tile, /area/desert_dam/exterior/valley/valley_cargo) "cPH" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/darkyellow2/northwest, /area/desert_dam/building/substation/southwest) "cPI" = ( @@ -34921,7 +34921,7 @@ /turf/open/desert/dirt, /area/desert_dam/exterior/landing_pad_one) "cQN" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/sterile_white/west, /area/desert_dam/building/bar/bar_restroom) "cQO" = ( @@ -35249,7 +35249,7 @@ /turf/open/floor/prison, /area/desert_dam/interior/dam_interior/south_tunnel_entrance) "cSh" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/prison/floor_plate/southwest, /area/desert_dam/interior/dam_interior/south_tunnel_entrance) "cSl" = ( @@ -35579,7 +35579,7 @@ /turf/open/floor/prison/sterile_white/west, /area/desert_dam/building/hydroponics/hydroponics_breakroom) "cTM" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/sterile_white/west, /area/desert_dam/building/hydroponics/hydroponics_breakroom) "cTN" = ( @@ -36312,7 +36312,7 @@ /obj/structure/machinery/light{ dir = 1 }, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/effect/landmark/structure_spawner/xvx_hive/xeno_wall, /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/floor/prison/greencorner/east, @@ -36837,7 +36837,7 @@ /turf/open/floor/prison/sterile_white, /area/desert_dam/building/cafeteria/cafeteria) "dbF" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/structure/machinery/microwave, /obj/structure/surface/table/reinforced, /turf/open/floor/prison/sterile_white, @@ -37002,7 +37002,7 @@ /turf/open/floor/plating, /area/desert_dam/building/cafeteria/backroom) "dcq" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /turf/open/floor/plating, /area/desert_dam/building/cafeteria/backroom) "dcs" = ( @@ -37037,7 +37037,7 @@ /turf/open/asphalt/cement_sunbleached, /area/desert_dam/exterior/valley/valley_civilian) "dcL" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /obj/effect/spawner/random/toolbox, /turf/open/floor/prison/whitered/east, /area/desert_dam/building/medical/primary_storage) @@ -37201,7 +37201,7 @@ /turf/open/floor/freezerfloor, /area/desert_dam/building/cafeteria/cold_room) "ddu" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/freezerfloor, /area/desert_dam/building/cafeteria/cold_room) "ddv" = ( @@ -37339,7 +37339,7 @@ /turf/open/floor/prison/floor_marked/southwest, /area/desert_dam/building/hydroponics/hydroponics_loading) "ddZ" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison, /area/desert_dam/building/hydroponics/hydroponics_loading) "dea" = ( @@ -37606,7 +37606,7 @@ /turf/open/asphalt, /area/desert_dam/exterior/river/riverside_south) "dfe" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/prison, /area/desert_dam/building/hydroponics/hydroponics_storage) "dfh" = ( @@ -37669,7 +37669,7 @@ /turf/open/floor/prison, /area/desert_dam/building/cafeteria/loading) "dfv" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison, /area/desert_dam/building/cafeteria/loading) "dfw" = ( @@ -38459,7 +38459,7 @@ /turf/open/desert/dirt, /area/desert_dam/exterior/valley/valley_hydro) "dld" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/darkbrown3/north, /area/desert_dam/interior/dam_interior/disposals) @@ -38890,7 +38890,7 @@ /turf/open/floor/prison/sterile_white, /area/desert_dam/building/cafeteria/cafeteria) "dqu" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/sterile_white, /area/desert_dam/building/cafeteria/cafeteria) @@ -38916,7 +38916,7 @@ /area/desert_dam/building/water_treatment_one/lobby) "dqS" = ( /obj/structure/bed/chair, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison, /area/desert_dam/building/water_treatment_one/lobby) "dqT" = ( @@ -39123,7 +39123,7 @@ /turf/open/asphalt, /area/desert_dam/building/water_treatment_one/garage) "dtt" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison, /area/desert_dam/building/water_treatment_one/garage) "dtu" = ( @@ -39224,7 +39224,7 @@ /turf/open/floor/prison/bright_clean/southwest, /area/desert_dam/building/water_treatment_one/hallway) "duu" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison, /area/desert_dam/building/water_treatment_one/hallway) "duw" = ( @@ -39529,7 +39529,7 @@ /turf/open/asphalt, /area/desert_dam/interior/dam_interior/south_tunnel) "dxd" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/prison, /area/desert_dam/building/water_treatment_one/purification) "dxe" = ( @@ -39653,7 +39653,7 @@ }, /area/desert_dam/building/water_treatment_one/breakroom) "dyi" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison, /area/desert_dam/building/water_treatment_one/floodgate_control) "dyj" = ( @@ -39771,7 +39771,7 @@ /turf/open/gm/river/desert/deep/covered, /area/desert_dam/exterior/river/filtration_a) "dzi" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/freezerfloor, /area/desert_dam/building/water_treatment_one/equipment) "dzj" = ( @@ -40045,7 +40045,7 @@ /turf/open/floor/freezerfloor, /area/desert_dam/building/water_treatment_one/breakroom) "dBj" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/whiteyellowcorner/north, /area/desert_dam/building/water_treatment_one/breakroom) "dBo" = ( @@ -40507,7 +40507,7 @@ /turf/open/floor/wood, /area/desert_dam/building/dorms/hallway_westwing) "dEu" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/prison/green/west, /area/desert_dam/building/dorms/hallway_westwing) "dEv" = ( @@ -40591,7 +40591,7 @@ /turf/open/floor/plating, /area/desert_dam/building/dorms/restroom) "dFj" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/prison/bright_clean2, /area/desert_dam/building/dorms/restroom) "dFk" = ( @@ -41008,7 +41008,7 @@ /area/desert_dam/building/warehouse/loading) "dHQ" = ( /obj/structure/surface/table, -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /obj/effect/spawner/random/toolbox, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/prison/bright_clean/southwest, @@ -41220,7 +41220,7 @@ /turf/open/floor/prison/blue/north, /area/desert_dam/building/dorms/pool) "dIR" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -41910,7 +41910,9 @@ /turf/open/desert/dirt, /area/desert_dam/exterior/valley/valley_civilian) "dMY" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 150 + }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/darkyellow2/north, /area/desert_dam/interior/dam_interior/garage) @@ -43881,7 +43883,7 @@ /turf/open/floor/prison/bright_clean/southwest, /area/desert_dam/building/hydroponics/hydroponics) "dVN" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/effect/decal/cleanable/blood/xeno, /turf/open/floor/prison, /area/desert_dam/building/water_treatment_one/control_room) @@ -46399,7 +46401,7 @@ /turf/open/asphalt/tile, /area/desert_dam/exterior/valley/south_valley_dam) "gRC" = ( -/obj/structure/machinery/power/apc/directional/power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/plating, /area/desert_dam/exterior/telecomm/lz2_containers) "gTD" = ( @@ -47087,7 +47089,7 @@ /turf/open/desert/dirt/dirt2, /area/desert_dam/exterior/valley/south_valley_dam) "jxq" = ( -/obj/structure/machinery/power/apc/directional/power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/delivery, /area/desert_dam/exterior/telecomm/lz1_south) "jxN" = ( @@ -47875,7 +47877,7 @@ /area/desert_dam/interior/dam_interior/hanger) "mKZ" = ( /obj/structure/flora/pottedplant, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/structure/machinery/light{ dir = 4 }, @@ -48397,7 +48399,7 @@ /turf/closed/wall/r_wall/bunker, /area/desert_dam/interior/lab_northeast/east_lab_east_entrance) "oYp" = ( -/obj/structure/machinery/power/apc/directional/power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/prison/bright_clean/southwest, /area/desert_dam/exterior/telecomm/lz1_valley) "pac" = ( @@ -48826,7 +48828,7 @@ /turf/open/desert/dirt, /area/desert_dam/exterior/landing_pad_one) "qJI" = ( -/obj/structure/machinery/power/apc/directional/power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/plating, /area/desert_dam/exterior/telecomm/lz1_xenoflora) "qJU" = ( @@ -49119,7 +49121,7 @@ /obj/effect/decal/warning_stripes{ icon_state = "E" }, -/obj/structure/machinery/power/apc/directional/power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/asteroidplating, /area/desert_dam/exterior/telecomm/lz2_tcomms) "rTV" = ( @@ -50618,7 +50620,7 @@ /turf/open/asphalt/tile, /area/desert_dam/exterior/valley/valley_civilian) "xkK" = ( -/obj/structure/machinery/power/apc/directional/power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/plating, /area/desert_dam/exterior/telecomm/lz2_storage) "xls" = ( diff --git a/maps/map_files/DesertDam/standalone/crashlanding-upp-bar.dmm b/maps/map_files/DesertDam/standalone/crashlanding-upp-bar.dmm index e7fa99f9e38d..972e9ddf3b59 100644 --- a/maps/map_files/DesertDam/standalone/crashlanding-upp-bar.dmm +++ b/maps/map_files/DesertDam/standalone/crashlanding-upp-bar.dmm @@ -842,7 +842,7 @@ /turf/open/asphalt, /area/desert_dam/exterior/valley/bar_valley_dam) "rm" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/interior/wood, /area/desert_dam/building/bar/bar) "rR" = ( @@ -1149,7 +1149,7 @@ /turf/open/desert/dirt, /area/desert_dam/exterior/valley/bar_valley_dam) "xG" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /obj/effect/decal/cleanable/blood/xeno, /turf/open/floor/prison/floor_plate/southwest, /area/desert_dam/interior/dam_interior/south_tunnel_entrance) @@ -1902,7 +1902,7 @@ /turf/open/floor/prison/floor_plate/southwest, /area/desert_dam/interior/dam_interior/south_tunnel_entrance) "LJ" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/item/stack/sheet/metal, /turf/open/floor/plating/platingdmg3, /area/desert_dam/building/bar/backroom) diff --git a/maps/map_files/FOP_v2_Cellblocks/Prison_Station_FOP.dmm b/maps/map_files/FOP_v2_Cellblocks/Prison_Station_FOP.dmm index 25b179c02b72..5a1dffd7249c 100644 --- a/maps/map_files/FOP_v2_Cellblocks/Prison_Station_FOP.dmm +++ b/maps/map_files/FOP_v2_Cellblocks/Prison_Station_FOP.dmm @@ -789,7 +789,7 @@ /turf/open/floor/prison/whitepurple, /area/prison/research/secret/testing) "acy" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/prison/whitepurple, /area/prison/research/secret/testing) "acz" = ( @@ -1451,7 +1451,7 @@ /turf/open/floor/prison, /area/prison/security/monitoring/maxsec/panopticon) "aeB" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/structure/pipes/standard/manifold/hidden/supply{ dir = 1 }, @@ -1834,7 +1834,7 @@ /turf/open/floor/prison/whitepurple, /area/prison/research/secret/bioengineering) "afS" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/prison/whitepurple, /area/prison/research/secret/bioengineering) "afT" = ( @@ -2164,7 +2164,7 @@ /turf/open/floor/prison/darkpurple2/north, /area/prison/research/secret/containment) "ahd" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/darkpurple2/north, /area/prison/research/secret/containment) "ahe" = ( @@ -2220,8 +2220,8 @@ /turf/open/floor/prison/darkpurple2/north, /area/prison/research/secret) "ahk" = ( +/obj/structure/machinery/power/apc/no_power/north, /obj/effect/landmark/good_item, -/obj/structure/machinery/power/apc/directional/power/north, /turf/open/floor/prison/darkpurple2/north, /area/prison/research/secret) "ahl" = ( @@ -2268,7 +2268,7 @@ /turf/open/floor/prison/darkredfull2/southwest, /area/prison/cellblock/maxsec/north) "ahv" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/darkredfull2/southwest, /area/prison/cellblock/maxsec/north) "ahw" = ( @@ -2603,7 +2603,7 @@ /turf/open/floor/prison, /area/prison/research/secret/dissection) "aiP" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison, /area/prison/research/secret/dissection) "aiQ" = ( @@ -3118,7 +3118,7 @@ /turf/open/floor/plating, /area/prison/maintenance/research_medbay) "akC" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/plating, /area/prison/maintenance/research_medbay) "akD" = ( @@ -3482,7 +3482,7 @@ /area/prison/research/secret/chemistry) "alT" = ( /obj/structure/surface/table/reinforced, -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/prison/darkpurplefull2/northwest, /area/prison/research/secret/chemistry) "alU" = ( @@ -3886,7 +3886,7 @@ /turf/open/floor/prison/sterile_white/southwest, /area/prison/medbay/surgery) "ann" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/prison/whitegreen/east, /area/prison/medbay/surgery) "ano" = ( @@ -3980,7 +3980,7 @@ /turf/open/floor/prison/darkred2/north, /area/prison/security/checkpoint/maxsec_highsec) "anE" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/darkred2/north, /area/prison/security/checkpoint/maxsec_highsec) "anF" = ( @@ -5043,7 +5043,7 @@ /obj/effect/decal/warning_stripes{ icon_state = "S" }, -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/prison/west, /area/prison/research/RD) "aro" = ( @@ -5199,7 +5199,7 @@ /turf/open/floor/prison/whitepurple/east, /area/prison/research) "arT" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /obj/item/stack/rods, /turf/open/floor/prison/red/west, /area/prison/cellblock/highsec/north/north) @@ -5518,7 +5518,7 @@ /turf/open/floor/prison/sterile_white/southwest, /area/prison/medbay) "ate" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /obj/structure/platform, /turf/open/floor/prison/sterile_white/southwest, /area/prison/hanger/research) @@ -5669,7 +5669,7 @@ /turf/open/floor/prison/darkredfull2/southwest, /area/prison/cellblock/maxsec/south) "atI" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison, /area/prison/medbay/morgue) "atJ" = ( @@ -5904,7 +5904,7 @@ /turf/open/floor/prison/darkredfull2/southwest, /area/prison/cellblock/maxsec/south) "auH" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/prison/darkredfull2/southwest, /area/prison/cellblock/maxsec/south) "auI" = ( @@ -6237,7 +6237,7 @@ /turf/open/floor/prison/bright_clean/southwest, /area/prison/chapel) "awc" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/bright_clean/southwest, /area/prison/chapel) "awe" = ( @@ -6372,7 +6372,7 @@ /area/prison/hanger/research) "awH" = ( /obj/structure/surface/rack, -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/prison/southwest, /area/prison/hangar_storage/research) "awI" = ( @@ -6500,7 +6500,7 @@ /obj/item/roller{ icon_state = "down" }, -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/prison/whitegreen/east, /area/prison/medbay) "axk" = ( @@ -6688,7 +6688,7 @@ /turf/closed/wall/r_wall/prison_unmeltable, /area/prison/security/checkpoint/maxsec) "axU" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/plating, /area/prison/maintenance/residential/access/north) "axV" = ( @@ -7262,7 +7262,7 @@ /turf/open/floor/prison/darkred2, /area/prison/security/checkpoint/maxsec) "aAq" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /obj/structure/pipes/standard/simple/hidden/supply{ dir = 4 }, @@ -7452,7 +7452,7 @@ /turf/open/floor/prison/darkredfull2/southwest, /area/prison/medbay/foyer) "aAY" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/prison/whitepurple/southwest, /area/prison/research) "aAZ" = ( @@ -7971,7 +7971,7 @@ /turf/open/floor/prison/bright_clean2/southwest, /area/prison/medbay/foyer) "aDh" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/prison/bright_clean2/southwest, /area/prison/medbay/foyer) "aDi" = ( @@ -8355,7 +8355,7 @@ /obj/structure/pipes/standard/simple/hidden/supply{ dir = 5 }, -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/freezerfloor, /area/prison/toilet/research) "aEB" = ( @@ -8486,7 +8486,7 @@ /turf/open/floor/prison/darkyellow2/north, /area/prison/hangar_storage/main) "aFc" = ( -/obj/structure/machinery/power/apc/directional/power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/darkyellow2/northeast, /area/prison/hangar_storage/main) "aFd" = ( @@ -8873,7 +8873,7 @@ /turf/open/floor/prison/southwest, /area/prison/recreation/highsec/n) "aGC" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /obj/effect/decal/cleanable/blood, /turf/open/floor/prison/southwest, /area/prison/recreation/highsec/n) @@ -9256,7 +9256,7 @@ /turf/open/floor/prison/whitepurple/southwest, /area/prison/quarters/research) "aIa" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/prison/whitepurple, /area/prison/quarters/research) "aIb" = ( @@ -9320,7 +9320,7 @@ /turf/open/floor/prison, /area/prison/storage/highsec/n) "aIp" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison, /area/prison/storage/highsec/n) "aIq" = ( @@ -9389,7 +9389,7 @@ /turf/open/floor/prison/sterile_white/southwest, /area/prison/residential/central) "aIC" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/plating, /area/prison/maintenance/staff_research) "aID" = ( @@ -10280,7 +10280,7 @@ /turf/open/floor/prison/bright_clean/southwest, /area/prison/cleaning) "aMm" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/structure/janitorialcart, /turf/open/floor/prison/bright_clean/southwest, /area/prison/cleaning) @@ -10351,7 +10351,7 @@ /turf/open/floor/prison/green/north, /area/prison/quarters/staff) "aMz" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/structure/pipes/standard/simple/hidden/supply{ dir = 4 }, @@ -10859,7 +10859,7 @@ /area/prison/command/secretary_office) "aOy" = ( /obj/structure/bed/chair/comfy, -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/wood, /area/prison/command/office) "aOA" = ( @@ -10917,7 +10917,7 @@ /turf/open/floor/prison/red, /area/prison/cellblock/highsec/north/south) "aOK" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/prison/red, /area/prison/cellblock/highsec/north/south) "aOL" = ( @@ -11395,7 +11395,7 @@ /turf/closed/wall/prison, /area/prison/recreation/staff) "aQD" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/prison/green/west, /area/prison/hallway/staff) "aQF" = ( @@ -11496,7 +11496,7 @@ /turf/open/floor/plating, /area/prison/maintenance/residential/nw) "aQW" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/plating, /area/prison/maintenance/residential/nw) "aQZ" = ( @@ -11608,7 +11608,7 @@ /turf/open/floor/prison/greenfull, /area/prison/cellblock/lowsec/nw) "aRv" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/green/north, /area/prison/cellblock/lowsec/nw) "aRw" = ( @@ -12059,7 +12059,7 @@ /turf/open/floor/wood, /area/prison/recreation/staff) "aTp" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/prison/blue/west, /area/prison/command/secretary_office) "aTq" = ( @@ -12429,7 +12429,7 @@ /turf/open/floor/prison/sterile_white, /area/prison/toilet/staff) "aUJ" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/prison/sterile_white, /area/prison/toilet/staff) "aUK" = ( @@ -12497,7 +12497,7 @@ /turf/open/floor/plating, /area/prison/command/quarters) "aUW" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/plating, /area/prison/maintenance/residential/ne) "aUY" = ( @@ -12584,7 +12584,7 @@ /obj/structure/machinery/light/small{ dir = 8 }, -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /obj/structure/filingcabinet, /turf/open/floor/prison/darkredfull2/southwest, /area/prison/security/checkpoint/highsec/n) @@ -12776,7 +12776,7 @@ /turf/open/floor/carpet, /area/prison/command/quarters) "aWc" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/carpet, /area/prison/command/quarters) "aWd" = ( @@ -13265,7 +13265,7 @@ /turf/open/floor/wood, /area/prison/recreation/staff) "aXW" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /obj/effect/decal/cleanable/blood, /turf/open/floor/wood, /area/prison/recreation/staff) @@ -13783,7 +13783,7 @@ /turf/open/floor/prison/green/west, /area/prison/cellblock/lowsec/ne) "aZY" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/prison/green/east, /area/prison/cellblock/lowsec/ne) "aZZ" = ( @@ -14479,7 +14479,7 @@ /turf/open/floor/plating/plating_catwalk/prison, /area/prison/hallway/entrance) "bcB" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /obj/effect/decal/warning_stripes{ icon_state = "SE-out" }, @@ -14671,7 +14671,7 @@ /turf/open/floor/asteroid, /area/prison/residential/central) "bdw" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/prison/blue/west, /area/prison/security/checkpoint/vip) "bdx" = ( @@ -16399,7 +16399,7 @@ /turf/open/floor/prison/blue/northeast, /area/prison/storage/vip) "bjY" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/bright_clean2/southwest, /area/prison/storage/vip) "bjZ" = ( @@ -17221,7 +17221,7 @@ /turf/open/floor/prison/blue, /area/prison/cellblock/vip) "bnn" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/prison/blue, /area/prison/cellblock/vip) "bno" = ( @@ -17331,7 +17331,7 @@ /turf/open/floor/prison/bright_clean2/southwest, /area/prison/toilet/canteen) "bnP" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/structure/pipes/standard/manifold/hidden/supply{ dir = 1 }, @@ -17354,7 +17354,7 @@ /turf/open/floor/prison/bright_clean2/southwest, /area/prison/toilet/canteen) "bnT" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/prison/floor_plate/southwest, /area/prison/hallway/entrance) "bnU" = ( @@ -18240,7 +18240,7 @@ /turf/open/floor/prison/bright_clean2/southwest, /area/prison/visitation) "brB" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/bright_clean2/southwest, /area/prison/visitation) "brD" = ( @@ -18490,7 +18490,7 @@ /turf/open/floor/prison/cell_stripe/east, /area/prison/cellblock/lowsec/se) "bsM" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/prison/green/west, /area/prison/cellblock/lowsec/sw) "bsN" = ( @@ -19266,7 +19266,7 @@ /turf/open/floor/prison/redfull, /area/prison/hallway/entrance) "bvS" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/prison, /area/prison/hanger/main) "bvT" = ( @@ -19324,7 +19324,7 @@ /turf/open/floor/prison/floor_plate/southwest, /area/prison/cellblock/lowsec/sw) "bwn" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/prison/bright_clean/southwest, /area/prison/yard) "bwo" = ( @@ -19362,7 +19362,7 @@ /turf/open/floor/prison/sterile_white/southwest, /area/prison/holding/holding1) "bwv" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /obj/structure/pipes/standard/simple/hidden/supply, /obj/structure/disposalpipe/segment, /turf/open/floor/prison/bright_clean2/southwest, @@ -19628,7 +19628,7 @@ /turf/open/floor/prison/green/southeast, /area/prison/cellblock/lowsec/se) "bxR" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/prison/bright_clean2/southwest, /area/prison/hallway/central/east) "bxT" = ( @@ -19655,7 +19655,7 @@ /turf/open/floor/prison/bright_clean/southwest, /area/prison/holding/holding1) "bxX" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /obj/structure/pipes/standard/manifold/hidden/supply{ dir = 8 }, @@ -19808,7 +19808,7 @@ /turf/open/floor/prison/darkred2/north, /area/prison/security/checkpoint/hangar) "byJ" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/darkred2/northeast, /area/prison/security/checkpoint/hangar) "byK" = ( @@ -19839,7 +19839,7 @@ /turf/open/floor/prison/darkredfull2/southwest, /area/prison/monorail/east) "byQ" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/prison/greenfull/northwest, /area/prison/monorail/west) "byR" = ( @@ -20127,7 +20127,7 @@ /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/green/north, /area/prison/security/monitoring/lowsec/sw) "bAq" = ( @@ -20345,11 +20345,11 @@ /turf/closed/wall/prison, /area/prison/security/monitoring/lowsec/sw) "bBk" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/prison/darkredfull2/southwest, /area/prison/monorail/east) "bBl" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/plating, /area/prison/maintenance/residential/sw) "bBn" = ( @@ -20931,7 +20931,7 @@ /turf/open/floor/prison/green, /area/prison/cellblock/lowsec/se) "bDA" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/prison/green, /area/prison/cellblock/lowsec/se) "bDB" = ( @@ -21279,7 +21279,7 @@ /turf/open/floor/prison, /area/prison/quarters/security) "bEF" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/plating, /area/prison/maintenance/hangar_barracks) "bEG" = ( @@ -21406,7 +21406,7 @@ /turf/open/floor/prison/red/north, /area/prison/cellblock/highsec/south/north) "bFg" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/effect/decal/cleanable/blood, /turf/open/floor/prison/red/north, /area/prison/cellblock/highsec/south/north) @@ -21911,7 +21911,7 @@ /turf/open/floor/prison/bright_clean/southwest, /area/prison/hallway/east) "bHa" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/prison, /area/prison/quarters/security) "bHb" = ( @@ -21957,7 +21957,7 @@ /turf/open/floor/prison/red/north, /area/prison/cellblock/highsec/south/north) "bHl" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/prison, /area/prison/maintenance/hangar_barracks) "bHn" = ( @@ -22073,7 +22073,7 @@ /turf/closed/wall/prison, /area/prison/holding/holding2) "bHK" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /obj/structure/pipes/standard/simple/hidden/supply, /obj/structure/disposalpipe/segment, /turf/open/floor/prison/bright_clean/southwest, @@ -22251,7 +22251,7 @@ /turf/open/floor/plating/plating_catwalk/prison, /area/prison/telecomms) "bIz" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/prison/darkbrown2/west, /area/prison/hallway/east) "bIB" = ( @@ -22465,7 +22465,7 @@ /turf/open/floor/prison/darkyellow2/north, /area/prison/storage/highsec/s) "bJv" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/darkyellow2/north, /area/prison/storage/highsec/s) "bJw" = ( @@ -23127,7 +23127,7 @@ /turf/open/organic/grass, /area/prison/residential/central) "bLZ" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/bright_clean2/southwest, /area/prison/residential/south) "bMa" = ( @@ -23236,7 +23236,7 @@ /turf/open/floor/prison, /area/prison/telecomms) "bMB" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/prison, /area/prison/telecomms) "bMC" = ( @@ -23875,7 +23875,7 @@ /turf/open/floor/prison/darkyellow2/east, /area/prison/storage/medsec) "bPD" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/prison/darkyellow2/west, /area/prison/storage/medsec) "bPF" = ( @@ -23897,7 +23897,7 @@ /turf/open/floor/wood, /area/prison/library) "bPJ" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/structure/pipes/standard/simple/hidden/supply{ dir = 4 }, @@ -24032,7 +24032,7 @@ /turf/open/floor/prison, /area/prison/security) "bQn" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/prison/bright_clean2/southwest, /area/prison/toilet/security) "bQo" = ( @@ -24197,7 +24197,7 @@ /turf/open/floor/prison/floor_plate/southwest, /area/prison/recreation/highsec/s) "bQR" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/prison/bright_clean/southwest, /area/prison/laundry) "bQS" = ( @@ -25322,7 +25322,7 @@ /turf/open/floor/plating, /area/prison/maintenance/residential/access/south) "bVd" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/plating, /area/prison/maintenance/residential/access/south) "bVe" = ( @@ -25413,7 +25413,7 @@ /turf/open/floor/plating, /area/prison/security/checkpoint/medsec) "bVv" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/yellowfull, /area/prison/security/checkpoint/medsec) "bVw" = ( @@ -25641,7 +25641,7 @@ /turf/open/floor/prison/darkbrown2/east, /area/prison/hallway/east) "bWj" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/prison/darkred2/southwest, /area/prison/intake) "bWl" = ( @@ -25879,7 +25879,7 @@ /turf/open/floor/plating, /area/prison/engineering) "bXh" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/plating, /area/prison/engineering) "bXj" = ( @@ -25895,7 +25895,7 @@ /turf/open/floor/prison/darkyellow2/west, /area/prison/engineering/atmos) "bXm" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/plating, /area/prison/engineering/atmos) "bXn" = ( @@ -26375,7 +26375,7 @@ /turf/open/floor/prison/darkyellow2/northwest, /area/prison/hallway/engineering) "bZl" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/darkyellow2/north, /area/prison/hallway/engineering) "bZm" = ( @@ -27027,7 +27027,7 @@ /turf/open/floor/prison/floor_plate, /area/prison/recreation/medsec) "cbU" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison, /area/prison/recreation/medsec) "cbV" = ( @@ -27271,7 +27271,7 @@ /turf/open/floor/prison, /area/prison/security/head) "ccP" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/prison, /area/prison/security/head) "ccS" = ( @@ -27298,7 +27298,7 @@ /turf/open/floor/plating/plating_catwalk/prison, /area/prison/cellblock/mediumsec/north) "ccY" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/prison/yellow/west, /area/prison/cellblock/mediumsec/north) "cde" = ( @@ -27496,7 +27496,7 @@ /turf/open/floor/prison/darkred2/southeast, /area/prison/security) "cdY" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/prison/darkred2/southwest, /area/prison/security) "cea" = ( @@ -27923,7 +27923,7 @@ /turf/open/floor/prison, /area/prison/execution) "cfK" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/prison/darkred2/north, /area/prison/security/briefing) "cfM" = ( @@ -28096,7 +28096,7 @@ /turf/open/floor/prison/bluefull, /area/prison/cellblock/protective) "cgw" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/blue/northwest, /area/prison/cellblock/protective) "cgx" = ( @@ -28151,7 +28151,7 @@ /turf/closed/wall/r_wall/prison, /area/prison/disposal) "cgJ" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/wood, /area/prison/parole/protective_custody) "cgK" = ( @@ -28197,7 +28197,7 @@ /turf/closed/wall/r_wall/prison, /area/prison/security/armory/riot) "cgU" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/plating, /area/prison/disposal) "cgV" = ( @@ -28509,7 +28509,7 @@ /turf/open/floor/prison, /area/prison/execution) "chY" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/prison, /area/prison/execution) "chZ" = ( @@ -28537,7 +28537,7 @@ /turf/open/floor/prison/darkred2/north, /area/prison/security/armory/lethal) "cig" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /obj/structure/pipes/standard/simple/hidden/supply, /turf/open/floor/prison/darkred2/east, /area/prison/security/armory/riot) @@ -28547,7 +28547,7 @@ /turf/open/floor/prison/darkredfull2/southwest, /area/prison/security) "cii" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /obj/structure/pipes/standard/simple/hidden/supply, /turf/open/floor/prison/darkred2/west, /area/prison/security/armory/lethal) @@ -28632,7 +28632,7 @@ /turf/open/floor/wood, /area/prison/security/head) "cix" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/prison/red/west, /area/prison/cellblock/highsec/south/south) "ciz" = ( @@ -29157,7 +29157,7 @@ /obj/structure/machinery/computer/cameras{ network = list("PRISON") }, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/darkredfull2/southwest, /area/prison/security/checkpoint/highsec_medsec) "ckD" = ( @@ -29352,7 +29352,7 @@ /turf/open/floor/prison/yellow/east, /area/prison/cellblock/mediumsec/north) "clr" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/prison/darkred2/northwest, /area/prison/security/monitoring/protective) "cls" = ( @@ -29793,7 +29793,7 @@ /turf/open/floor/prison/darkred2, /area/prison/security/checkpoint/highsec_medsec) "cnn" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/prison/darkred2, /area/prison/security/checkpoint/highsec_medsec) "cnp" = ( @@ -30791,7 +30791,7 @@ /turf/open/floor/prison/yellow, /area/prison/cellblock/mediumsec/west) "crv" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/prison/yellow, /area/prison/cellblock/mediumsec/west) "crw" = ( @@ -31571,7 +31571,7 @@ /turf/open/floor/prison/darkred2/west, /area/prison/security/monitoring/medsec/central) "cuF" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/prison/darkred2/east, /area/prison/security/monitoring/medsec/central) "cuI" = ( @@ -32354,7 +32354,7 @@ /turf/open/floor/prison/floor_plate, /area/prison/cellblock/mediumsec/south) "cyc" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/yellow/north, /area/prison/cellblock/mediumsec/south) "cyd" = ( @@ -32707,7 +32707,7 @@ /obj/structure/bed/chair/comfy{ dir = 4 }, -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/prison/darkred2/southwest, /area/prison/security/monitoring/medsec/south) "czK" = ( @@ -32876,7 +32876,7 @@ /turf/open/floor/prison/sterile_white/southwest, /area/prison/research/RD) "cYR" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/green/northeast, /area/prison/security/monitoring/lowsec/ne) "cZY" = ( @@ -33925,7 +33925,7 @@ /area/prison/quarters/research) "hoY" = ( /obj/structure/largecrate/random, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/plating, /area/prison/security/monitoring/highsec) "hpd" = ( @@ -34702,7 +34702,7 @@ /obj/structure/machinery/light{ dir = 1 }, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/bright_clean2/southwest, /area/prison/residential/north) "kdm" = ( @@ -34939,7 +34939,7 @@ /area/prison/quarters/research) "lfT" = ( /obj/structure/bed/chair/comfy, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/red/north, /area/prison/recreation/highsec/s) "liM" = ( @@ -35420,7 +35420,7 @@ /obj/effect/decal/siding/wood_siding{ icon_state = "wood_siding2" }, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/sterile_white/southwest, /area/prison/residential/central) "ndW" = ( @@ -35528,7 +35528,7 @@ /turf/open/organic/grass, /area/prison/residential/south) "nIx" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/plating, /area/prison/maintenance/residential/se) "nIV" = ( @@ -36554,7 +36554,7 @@ /turf/open/floor/prison/floor_plate, /area/prison/cellblock/mediumsec/south) "saD" = ( -/obj/structure/machinery/power/apc/directional/power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/delivery, /area/prison/telecomms) "sdq" = ( @@ -37001,7 +37001,7 @@ /turf/open/floor/prison/red/east, /area/prison/cellblock/highsec/north/north) "tXB" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/plating, /area/prison/cellblock/mediumsec/east) "uaB" = ( @@ -37159,7 +37159,7 @@ /turf/open/floor/prison/green/west, /area/prison/monorail/west) "uKd" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/prison/bright_clean2/southwest, /area/prison/canteen) "uKU" = ( diff --git a/maps/map_files/FOP_v3_Sciannex/Fiorina_SciAnnex.dmm b/maps/map_files/FOP_v3_Sciannex/Fiorina_SciAnnex.dmm index 6a14b9dd4490..54a56be13283 100644 --- a/maps/map_files/FOP_v3_Sciannex/Fiorina_SciAnnex.dmm +++ b/maps/map_files/FOP_v3_Sciannex/Fiorina_SciAnnex.dmm @@ -14,11 +14,11 @@ /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/tumor/servers) "aaq" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /turf/open/organic/grass/astroturf, /area/fiorina/tumor/fiberbush) "aar" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/power/south, /turf/open/floor/almayer, /area/fiorina/tumor/ship) "aas" = ( @@ -26,7 +26,7 @@ dir = 1; pixel_y = 21 }, -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/power/west, /turf/open/floor/wood, /area/fiorina/station/security/wardens) "aaR" = ( @@ -532,7 +532,7 @@ /turf/open/floor/plating/prison, /area/fiorina/station/central_ring) "ast" = ( -/obj/structure/machinery/power/apc/directional/power/east, +/obj/structure/machinery/power/apc/power/east, /turf/open/floor/plating/prison, /area/fiorina/station/telecomm/lz2_maint) "asz" = ( @@ -691,7 +691,7 @@ /turf/open/floor/prison/whitegreen/southwest, /area/fiorina/station/medbay) "ayG" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /turf/open/floor/prison/yellow/northwest, /area/fiorina/station/disco) "ayH" = ( @@ -6592,7 +6592,7 @@ /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/station/security/wardens) "eZi" = ( -/obj/structure/machinery/power/apc/directional/power/west, +/obj/structure/machinery/power/apc/power/west, /turf/open/floor/prison, /area/fiorina/station/telecomm/lz1_tram) "eZr" = ( @@ -7357,7 +7357,7 @@ /turf/open/floor/prison/bluefull, /area/fiorina/station/power_ring) "fEY" = ( -/obj/structure/machinery/power/apc/directional/power/south, +/obj/structure/machinery/power/apc/power/south, /turf/open/floor/delivery, /area/fiorina/station/power_ring) "fFv" = ( @@ -7579,7 +7579,7 @@ /turf/open/floor/prison/blue/north, /area/fiorina/station/power_ring) "fPl" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /turf/open/floor/prison/yellow/north, /area/fiorina/station/lowsec) "fPB" = ( @@ -7900,7 +7900,7 @@ /turf/open/floor/prison/floor_plate, /area/fiorina/station/security) "gaQ" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/power/east, /turf/open/floor/prison, /area/fiorina/station/security) "gbf" = ( @@ -10156,7 +10156,7 @@ /turf/open/floor/prison/floor_plate, /area/fiorina/station/medbay) "hIX" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /turf/open/floor/prison/green/north, /area/fiorina/station/chapel) "hJo" = ( @@ -10258,7 +10258,7 @@ /turf/open/floor/plating/prison, /area/fiorina/station/park) "hPq" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/power/south, /turf/open/floor/prison/blue_plate/east, /area/fiorina/station/botany) "hPu" = ( @@ -11873,7 +11873,7 @@ /turf/closed/wall/r_wall/prison_unmeltable, /area/fiorina/station/central_ring) "iYJ" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/power/south, /turf/open/floor/prison/greenfull/east, /area/fiorina/tumor/civres) "iYQ" = ( @@ -13958,7 +13958,7 @@ /turf/open/floor/prison/whitepurple/west, /area/fiorina/station/research_cells) "kGo" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/power/south, /turf/open/floor/prison/whitepurple, /area/fiorina/station/research_cells) "kGB" = ( @@ -17500,7 +17500,7 @@ "nqL" = ( /obj/structure/surface/rack, /obj/item/reagent_container/spray/cleaner, -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/power/east, /turf/open/floor/plating/prison, /area/fiorina/maintenance) "nqN" = ( @@ -18483,7 +18483,7 @@ /turf/open/floor/plating/prison, /area/fiorina/maintenance) "obE" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/prison, /area/fiorina/station/flight_deck) "obI" = ( @@ -18603,7 +18603,7 @@ /turf/open/floor/plating/prison, /area/fiorina/station/power_ring) "ofQ" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /turf/open/floor/plating/plating_catwalk/prison, /area/fiorina/station/central_ring) "oga" = ( @@ -18926,7 +18926,7 @@ /turf/open/floor/prison/bluecorner, /area/fiorina/station/power_ring) "ooF" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/power/south, /turf/open/floor/wood, /area/fiorina/station/park) "ooO" = ( @@ -24191,7 +24191,7 @@ /turf/open/floor/prison/whitegreencorner/east, /area/fiorina/station/medbay) "sBO" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/power/south, /turf/open/floor/prison/whitegreenfull/southwest, /area/fiorina/station/medbay) "sBW" = ( @@ -27139,7 +27139,7 @@ /turf/open/floor/prison/darkyellowfull2/east, /area/fiorina/lz/near_lzI) "uNG" = ( -/obj/structure/machinery/power/apc/directional/power/north, +/obj/structure/machinery/power/apc/power/north, /turf/open/floor/prison, /area/fiorina/lz/near_lzII) "uNI" = ( @@ -29541,7 +29541,7 @@ /turf/open/floor/prison/floor_plate, /area/fiorina/station/lowsec) "wFM" = ( -/obj/structure/machinery/power/apc/directional/power/west, +/obj/structure/machinery/power/apc/power/west, /turf/open/floor/prison/floor_plate/southwest, /area/fiorina/station/telecomm/lz1_cargo) "wFS" = ( @@ -30070,7 +30070,7 @@ /turf/open/floor/prison/bluefull, /area/fiorina/station/power_ring) "xbr" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/power/east, /turf/open/floor/prison/green/north, /area/fiorina/station/transit_hub) "xbE" = ( @@ -30357,7 +30357,7 @@ /turf/open/organic/grass/astroturf, /area/fiorina/station/central_ring) "xpw" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/power/west, /turf/open/floor/prison, /area/fiorina/lz/near_lzI) "xpx" = ( @@ -31129,7 +31129,7 @@ /turf/open/floor/plating/prison, /area/fiorina/lz/near_lzII) "xYo" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/power/west, /turf/open/floor/prison/darkbrownfull2, /area/fiorina/tumor/aux_engi) "xYJ" = ( diff --git a/maps/map_files/FOP_v3_Sciannex/sprinkles/10.scavshipholder.dmm b/maps/map_files/FOP_v3_Sciannex/sprinkles/10.scavshipholder.dmm index 9bd8a2f78700..391adb456400 100644 --- a/maps/map_files/FOP_v3_Sciannex/sprinkles/10.scavshipholder.dmm +++ b/maps/map_files/FOP_v3_Sciannex/sprinkles/10.scavshipholder.dmm @@ -190,7 +190,7 @@ /turf/closed/shuttle/ert, /area/template_noop) "nV" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/power/south, /turf/open/floor/almayer, /area/template_noop) "od" = ( diff --git a/maps/map_files/FOP_v3_Sciannex/sprinkles/15.nogear.dmm b/maps/map_files/FOP_v3_Sciannex/sprinkles/15.nogear.dmm index 7040cf71a2bc..e569ea379326 100644 --- a/maps/map_files/FOP_v3_Sciannex/sprinkles/15.nogear.dmm +++ b/maps/map_files/FOP_v3_Sciannex/sprinkles/15.nogear.dmm @@ -65,7 +65,7 @@ /turf/open/floor/prison/redfull, /area/template_noop) "s" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/power/east, /turf/open/floor/prison, /area/template_noop) "t" = ( diff --git a/maps/map_files/FOP_v3_Sciannex/sprinkles/15.wardenofficedecorated.dmm b/maps/map_files/FOP_v3_Sciannex/sprinkles/15.wardenofficedecorated.dmm index 91a7c1c29497..6743dfbef7ec 100644 --- a/maps/map_files/FOP_v3_Sciannex/sprinkles/15.wardenofficedecorated.dmm +++ b/maps/map_files/FOP_v3_Sciannex/sprinkles/15.wardenofficedecorated.dmm @@ -93,7 +93,7 @@ dir = 1; pixel_y = 21 }, -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/power/west, /turf/open/floor/wood, /area/template_noop) "T" = ( diff --git a/maps/map_files/FOP_v3_Sciannex/sprinkles/20.poolparty.dmm b/maps/map_files/FOP_v3_Sciannex/sprinkles/20.poolparty.dmm index 63b149e47d30..ce8071106172 100644 --- a/maps/map_files/FOP_v3_Sciannex/sprinkles/20.poolparty.dmm +++ b/maps/map_files/FOP_v3_Sciannex/sprinkles/20.poolparty.dmm @@ -52,7 +52,7 @@ /turf/open/floor/prison/darkbrown2, /area/template_noop) "cU" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/power/south, /turf/open/floor/wood, /area/template_noop) "dB" = ( diff --git a/maps/map_files/FOP_v3_Sciannex/sprinkles/30.engineeroffice.dmm b/maps/map_files/FOP_v3_Sciannex/sprinkles/30.engineeroffice.dmm index 4e6fcd057aac..1f23f9fb037d 100644 --- a/maps/map_files/FOP_v3_Sciannex/sprinkles/30.engineeroffice.dmm +++ b/maps/map_files/FOP_v3_Sciannex/sprinkles/30.engineeroffice.dmm @@ -15,7 +15,7 @@ /turf/open/floor/prison/greenfull/east, /area/template_noop) "n" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/power/south, /turf/open/floor/prison/greenfull/east, /area/template_noop) "o" = ( diff --git a/maps/map_files/FOP_v3_Sciannex/standalone/riot_in_progress.dmm b/maps/map_files/FOP_v3_Sciannex/standalone/riot_in_progress.dmm index d187194b2a41..98b92955e2dd 100644 --- a/maps/map_files/FOP_v3_Sciannex/standalone/riot_in_progress.dmm +++ b/maps/map_files/FOP_v3_Sciannex/standalone/riot_in_progress.dmm @@ -516,7 +516,7 @@ /turf/open/floor/prison/redfull, /area/fiorina/station/security) "ty" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /turf/open/floor/prison, /area/fiorina/lz/near_lzII) "tS" = ( @@ -1069,7 +1069,7 @@ /turf/open/floor/plating/prison, /area/fiorina/station/security) "Tn" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/power/east, /turf/open/floor/prison, /area/fiorina/station/security) "Tp" = ( diff --git a/maps/map_files/Ice_Colony_v2/Ice_Colony_v2.dmm b/maps/map_files/Ice_Colony_v2/Ice_Colony_v2.dmm index 3f64b73de5b0..49a72916fecf 100644 --- a/maps/map_files/Ice_Colony_v2/Ice_Colony_v2.dmm +++ b/maps/map_files/Ice_Colony_v2/Ice_Colony_v2.dmm @@ -692,7 +692,7 @@ /area/ice_colony/surface/requesitions) "acV" = ( /obj/item/lightstick/planted, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/plating/icefloor, /area/ice_colony/surface/requesitions) "acW" = ( @@ -833,7 +833,7 @@ "ady" = ( /obj/structure/surface/table, /obj/item/storage/box/lightstick, -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/darkyellow2/east, /area/ice_colony/surface/engineering/electric) "adz" = ( @@ -1070,7 +1070,7 @@ /obj/structure/surface/table, /obj/effect/spawner/random/toolbox, /obj/effect/spawner/random/tool, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/darkyellow2/north, /area/ice_colony/surface/engineering/tool) @@ -1538,7 +1538,7 @@ /turf/open/floor/dark2, /area/ice_colony/surface/engineering) "afV" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, @@ -1787,7 +1787,7 @@ /area/ice_colony/underground/hallway/north_west) "agM" = ( /obj/structure/surface/table, -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/darkyellow2/east, /area/ice_colony/surface/engineering/generator) "agN" = ( @@ -2714,7 +2714,7 @@ /turf/open/auto_turf/snow/layer0, /area/ice_colony/exterior/surface/clearing/north) "akb" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/darkyellow2/north, /area/ice_colony/surface/substation/smes) "akc" = ( @@ -2978,7 +2978,7 @@ /turf/open/floor/freezerfloor, /area/ice_colony/surface/dorms/restroom_w) "akY" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/freezerfloor, /area/ice_colony/surface/dorms/restroom_w) "akZ" = ( @@ -3003,7 +3003,7 @@ /turf/open/floor/freezerfloor, /area/ice_colony/surface/dorms/restroom_e) "ald" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/freezerfloor, /area/ice_colony/surface/dorms/restroom_e) "ale" = ( @@ -3103,7 +3103,7 @@ /turf/open/floor/darkyellow2/north, /area/ice_colony/surface/substation) "aly" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/darkyellow2/north, /area/ice_colony/surface/substation) "alz" = ( @@ -3171,7 +3171,7 @@ "alN" = ( /obj/structure/surface/table, /obj/item/storage/bag/plants, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, /turf/open/floor/darkgreen2/northeast, /area/ice_colony/surface/hydroponics/north) @@ -3241,7 +3241,7 @@ /turf/open/floor/plating, /area/ice_colony/surface/mining) "ama" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/plating, /area/ice_colony/surface/mining) "amb" = ( @@ -4288,7 +4288,7 @@ /turf/open/floor/whitered/north, /area/ice_colony/surface/clinic/treatment) "apG" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/item/storage/toolbox/emergency, /obj/structure/surface/table, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, @@ -4373,7 +4373,7 @@ /turf/open/floor/freezerfloor, /area/ice_colony/surface/dorms/restroom_w) "apW" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/structure/surface/table, /obj/structure/machinery/alarm{ dir = 4; @@ -5491,7 +5491,7 @@ pixel_x = 5; pixel_y = 3 }, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/whitered/north, /area/ice_colony/surface/clinic/storage) "atG" = ( @@ -5633,7 +5633,7 @@ /turf/open/floor/whitered, /area/ice_colony/surface/clinic/lobby) "aug" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/whitered, /area/ice_colony/surface/clinic/lobby) "auh" = ( @@ -6371,7 +6371,7 @@ /obj/structure/bed/chair{ dir = 4 }, -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/darkgreen2/west, /area/ice_colony/surface/hydroponics/lobby) "awD" = ( @@ -6676,7 +6676,7 @@ /turf/open/floor/darkbrown2/north, /area/ice_colony/surface/dorms/lavatory) "axJ" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/structure/closet/crate/trashcart, /turf/open/floor/darkbrown2/north, /area/ice_colony/surface/dorms/lavatory) @@ -6704,7 +6704,7 @@ /turf/open/floor/darkgreen2/northwest, /area/ice_colony/surface/dorms/canteen) "axP" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/darkgreen2/north, /area/ice_colony/surface/dorms/canteen) "axQ" = ( @@ -7271,7 +7271,7 @@ /turf/open/floor/darkbrown2/north, /area/ice_colony/surface/garage/one) "azW" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/darkbrown2/north, /area/ice_colony/surface/garage/one) "azX" = ( @@ -7322,7 +7322,7 @@ /turf/open/floor/darkbrown2/north, /area/ice_colony/surface/garage/two) "aAg" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/darkbrown2/north, /area/ice_colony/surface/garage/two) "aAh" = ( @@ -7358,7 +7358,7 @@ /turf/open/auto_turf/snow/layer0, /area/ice_colony/exterior/surface/valley/south/excavation) "aAn" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/darkbrown2, /area/ice_colony/surface/disposals) "aAo" = ( @@ -7615,7 +7615,7 @@ }, /obj/structure/surface/table, /obj/effect/spawner/random/tool, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/darkyellow2/north, /area/ice_colony/surface/garage/repair) "aBk" = ( @@ -7702,7 +7702,7 @@ /area/ice_colony/surface/command/checkpoint) "aBA" = ( /obj/structure/closet/secure_closet/security, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/darkred2/north, /area/ice_colony/surface/command/checkpoint) "aBB" = ( @@ -8107,7 +8107,7 @@ /turf/open/floor/dark2, /area/ice_colony/surface/command/control/office) "aDd" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/darkblue2/east, /area/ice_colony/surface/command/control/office) "aDe" = ( @@ -8234,7 +8234,7 @@ /area/ice_colony/surface/hydroponics/south) "aDx" = ( /obj/structure/closet/crate/hydroponics, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/darkgreen2/northeast, /area/ice_colony/surface/hydroponics/south) "aDy" = ( @@ -9096,7 +9096,7 @@ /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/darkblue2, /area/ice_colony/surface/command/control) "aGq" = ( @@ -9145,7 +9145,7 @@ /area/ice_colony/exterior/surface/clearing/pass) "aGF" = ( /obj/structure/largecrate/random, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/vault2/west, /area/ice_colony/surface/storage_unit/power) "aGH" = ( @@ -9334,7 +9334,7 @@ /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/wood, /area/ice_colony/surface/command/crisis) "aHo" = ( @@ -9649,7 +9649,7 @@ /turf/open/floor/wood, /area/ice_colony/surface/command/control/pv1) "aIz" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /obj/structure/bed/chair/comfy/orange{ dir = 1 }, @@ -9670,7 +9670,7 @@ /obj/structure/bed/chair/comfy/orange{ dir = 1 }, -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/wood, /area/ice_colony/surface/command/control/pv2) "aID" = ( @@ -9847,7 +9847,7 @@ /area/ice_colony/surface/hangar/checkpoint) "aJm" = ( /obj/effect/landmark/crap_item, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/vault2/west, /area/ice_colony/surface/storage_unit/telecomms) "aJp" = ( @@ -10098,7 +10098,7 @@ /area/ice_colony/surface/hangar/checkpoint) "aKL" = ( /obj/structure/closet/secure_closet/security, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/darkred2/north, /area/ice_colony/surface/hangar/checkpoint) "aKN" = ( @@ -10730,7 +10730,7 @@ /turf/open/floor/plating, /area/ice_colony/surface/research) "aNn" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/vault2/west, /area/ice_colony/surface/storage_unit/research) "aNp" = ( @@ -11107,7 +11107,7 @@ /turf/open/floor/dark2, /area/ice_colony/surface/hangar/beta) "aOQ" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/structure/machinery/firealarm{ dir = 4; pixel_x = 24 @@ -11123,7 +11123,7 @@ /turf/open/floor/dark2, /area/ice_colony/surface/hangar/hallway) "aOT" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/structure/machinery/firealarm{ dir = 8; pixel_x = -24 @@ -11269,7 +11269,7 @@ /area/ice_colony/surface/bar/canteen) "aPs" = ( /obj/structure/machinery/processor, -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/freezerfloor, /area/ice_colony/surface/bar/canteen) "aPt" = ( @@ -11328,7 +11328,7 @@ /turf/open/floor/wood, /area/ice_colony/surface/bar/bar) "aPz" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/wood, /area/ice_colony/surface/bar/bar) "aPA" = ( @@ -11456,7 +11456,7 @@ /turf/open/floor/darkbrown2/east, /area/ice_colony/surface/hangar/beta) "aQb" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /obj/structure/disposalpipe/segment{ dir = 4; icon_state = "pipe-c" @@ -12062,7 +12062,7 @@ /turf/closed/wall, /area/ice_colony/surface/research/temporary) "aSC" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/dark2, /area/ice_colony/surface/research) "aSD" = ( @@ -12287,7 +12287,7 @@ /turf/open/floor/darkbrown2/west, /area/ice_colony/surface/hangar/alpha) "aTH" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/darkyellow2/west, /area/ice_colony/surface/research/temporary) "aTI" = ( @@ -13078,7 +13078,7 @@ /turf/open/floor/darkyellow2, /area/ice_colony/surface/research/tech_storage) "aWX" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/darkyellow2, /area/ice_colony/surface/research/tech_storage) "aWY" = ( @@ -14099,7 +14099,7 @@ /turf/open/ice, /area/ice_colony/exterior/surface/valley/south/excavation) "bbR" = ( -/obj/structure/machinery/power/apc/directional/power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/delivery, /area/ice_colony/surface/tcomms) "bbW" = ( @@ -14443,7 +14443,7 @@ /turf/open/floor/freezerfloor, /area/ice_colony/underground/requesition/storage) "bdH" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/freezerfloor, /area/ice_colony/underground/requesition/storage) "bdI" = ( @@ -14483,7 +14483,7 @@ /turf/open/floor/darkbrown2/north, /area/ice_colony/underground/requesition) "bdQ" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/darkbrown2/north, /area/ice_colony/underground/requesition) "bdR" = ( @@ -14506,7 +14506,7 @@ /area/ice_colony/underground/hangar) "bdX" = ( /obj/structure/reagent_dispensers/fueltank, -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/plating/icefloor, /area/ice_colony/surface/excavation/storage) "bdY" = ( @@ -14891,7 +14891,7 @@ /turf/open/floor/darkblue2, /area/ice_colony/surface/excavation) "bfA" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/darkpurple2, /area/ice_colony/surface/excavation) "bfB" = ( @@ -15122,7 +15122,7 @@ /turf/open/floor/darkbrown2/east, /area/ice_colony/underground/requesition) "bgG" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/plating, /area/ice_colony/underground/maintenance/north) "bgH" = ( @@ -15324,7 +15324,7 @@ /turf/open/floor/plating, /area/ice_colony/underground/requesition/lobby) "bhA" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/effect/decal/warning_stripes{ icon_state = "W" }, @@ -15353,7 +15353,7 @@ /turf/open/floor/plating, /area/ice_colony/underground/maintenance/north) "bhE" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/plating/icefloor/warnplate/west, /area/ice_colony/underground/hangar) "bhF" = ( @@ -15948,7 +15948,7 @@ /turf/open/floor/darkbrown2, /area/ice_colony/underground/requesition/sec_storage) "bkx" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/darkbrown2, /area/ice_colony/underground/requesition/sec_storage) "bky" = ( @@ -16424,7 +16424,7 @@ /turf/open/floor/carpet, /area/ice_colony/underground/crew/chapel) "bmy" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/carpet, /area/ice_colony/underground/crew/chapel) "bmz" = ( @@ -16432,7 +16432,7 @@ /turf/open/floor/dark2, /area/ice_colony/underground/crew/morgue) "bmD" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/dark2, /area/ice_colony/underground/crew/morgue) "bmE" = ( @@ -16450,7 +16450,7 @@ /turf/open/floor/wood, /area/ice_colony/underground/crew/library) "bmK" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/wood, /area/ice_colony/underground/crew/library) "bmL" = ( @@ -16674,7 +16674,7 @@ /turf/open/floor/dark2, /area/ice_colony/underground/engineering/locker) "bnF" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/darkyellow2/east, /area/ice_colony/underground/engineering/locker) "bnG" = ( @@ -17005,7 +17005,7 @@ }, /area/ice_colony/exterior/underground/caves) "boV" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/darkgreen2/north, /area/ice_colony/underground/hallway/north_west) "boW" = ( @@ -17555,7 +17555,7 @@ /turf/open/floor/plating, /area/ice_colony/underground/engineering) "brp" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/darkyellow2/west, /area/ice_colony/underground/engineering) "brq" = ( @@ -17904,7 +17904,7 @@ /turf/open/floor/darkred2/north, /area/ice_colony/underground/reception/checkpoint_north) "bsE" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/darkgreen2/west, /area/ice_colony/underground/crew/bball) "bsH" = ( @@ -18070,7 +18070,7 @@ /turf/open/floor/white, /area/ice_colony/underground/medical/or) "btl" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/whitered/east, /area/ice_colony/underground/medical/or) "btm" = ( @@ -18093,7 +18093,7 @@ /turf/open/floor/dark2, /area/ice_colony/underground/reception/checkpoint_north) "btr" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/darkred2/east, /area/ice_colony/underground/reception/checkpoint_north) "bts" = ( @@ -19072,7 +19072,7 @@ /turf/closed/wall/r_wall, /area/ice_colony/exterior/underground/caves/open) "bwz" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/bcircuit, /area/ice_colony/underground/engineering/substation) "bwE" = ( @@ -19087,7 +19087,7 @@ /turf/open/floor/plating, /area/ice_colony/underground/maintenance/research) "bwG" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/plating, /area/ice_colony/underground/maintenance/research) "bwH" = ( @@ -19209,7 +19209,7 @@ /turf/open/floor/darkgreen2, /area/ice_colony/underground/medical/lobby) "bxj" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/darkgreen2, /area/ice_colony/underground/medical/lobby) "bxk" = ( @@ -19314,7 +19314,7 @@ /turf/open/floor/plating, /area/ice_colony/underground/maintenance/engineering) "bxG" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, @@ -19357,7 +19357,7 @@ /turf/open/floor/whitered, /area/ice_colony/underground/medical/treatment) "bxO" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/whitered, /area/ice_colony/underground/medical/treatment) "bxP" = ( @@ -19512,7 +19512,7 @@ /turf/open/floor/whitered, /area/ice_colony/underground/medical/hallway) "byy" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/whitered, /area/ice_colony/underground/medical/hallway) "byA" = ( @@ -19530,7 +19530,7 @@ /turf/open/floor/plating, /area/ice_colony/underground/maintenance/central) "byD" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/plating, /area/ice_colony/underground/maintenance/central) "byE" = ( @@ -19894,7 +19894,7 @@ /turf/open/floor/whitered, /area/ice_colony/underground/medical/storage) "bAa" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /obj/structure/surface/rack, /turf/open/floor/whitered, /area/ice_colony/underground/medical/storage) @@ -19982,7 +19982,7 @@ /area/ice_colony/underground/security/detective) "bAs" = ( /obj/structure/bed/chair/comfy/black, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/wood, /area/ice_colony/underground/security/detective) "bAt" = ( @@ -20013,7 +20013,7 @@ /turf/open/floor/wood, /area/ice_colony/underground/security/marshal) "bAy" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/wood, /area/ice_colony/underground/security/marshal) "bAz" = ( @@ -20377,11 +20377,11 @@ /turf/open/floor/darkpurple2/north, /area/ice_colony/underground/research) "bBH" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/darkpurple2/north, /area/ice_colony/underground/research) "bBK" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/darkpurple2/northwest, /area/ice_colony/underground/research/storage) "bBL" = ( @@ -20566,7 +20566,7 @@ /turf/open/floor/plating, /area/ice_colony/underground/maintenance/central) "bCz" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/darkblue2/east, /area/ice_colony/underground/command/center) "bCA" = ( @@ -20649,7 +20649,7 @@ /turf/open/floor/darkblue2/north, /area/ice_colony/underground/storage/highsec) "bCW" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/darkblue2/north, /area/ice_colony/underground/storage/highsec) "bCX" = ( @@ -20883,7 +20883,7 @@ /turf/open/floor/darkgreen2, /area/ice_colony/underground/crew/canteen) "bDR" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/darkgreen2, /area/ice_colony/underground/crew/canteen) "bDS" = ( @@ -20990,7 +20990,7 @@ /turf/open/floor/darkpurple2/north, /area/ice_colony/underground/research/sample) "bEl" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/darkpurple2/northeast, /area/ice_colony/underground/research/sample) "bEm" = ( @@ -21285,7 +21285,7 @@ /area/ice_colony/underground/command/pv1) "bFl" = ( /obj/structure/bed/chair/comfy/orange, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/wood, /area/ice_colony/underground/command/pv1) "bFm" = ( @@ -21307,7 +21307,7 @@ /area/ice_colony/underground/command/pv2) "bFp" = ( /obj/structure/bed/chair/comfy/orange, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/wood, /area/ice_colony/underground/command/pv2) "bFq" = ( @@ -21334,7 +21334,7 @@ /turf/open/floor/wood, /area/ice_colony/underground/crew/dorm_l) "bFv" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/wood, /area/ice_colony/underground/crew/dorm_l) "bFw" = ( @@ -21351,7 +21351,7 @@ /turf/open/floor/wood, /area/ice_colony/underground/crew/dorm_r) "bFz" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/wood, /area/ice_colony/underground/crew/dorm_r) "bFB" = ( @@ -21506,7 +21506,7 @@ /turf/open/floor/darkred2/northwest, /area/ice_colony/underground/security/interrogation) "bGr" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/darkred2/north, /area/ice_colony/underground/security/interrogation) "bGs" = ( @@ -21664,7 +21664,7 @@ /turf/open/floor/darkpurple2/northwest, /area/ice_colony/underground/research/work) "bGZ" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/structure/filingcabinet, /obj/item/paper/research_notes, /turf/open/floor/darkpurple2/north, @@ -21744,7 +21744,7 @@ /turf/open/floor/dark2, /area/ice_colony/underground/storage) "bHo" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/darkyellow2/north, /area/ice_colony/underground/storage) "bHp" = ( @@ -21776,7 +21776,7 @@ /turf/open/floor/darkred2/northwest, /area/ice_colony/underground/command/checkpoint) "bHu" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/structure/closet/secure_closet/security, /turf/open/floor/darkred2/northeast, /area/ice_colony/underground/command/checkpoint) @@ -22599,7 +22599,7 @@ /obj/structure/bed/chair{ dir = 1 }, -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/darkred2/northeast, /area/ice_colony/underground/security/backroom) "bKx" = ( @@ -22649,7 +22649,7 @@ /turf/open/floor/dark2, /area/ice_colony/underground/security/hallway) "bKD" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/darkred2/east, /area/ice_colony/underground/security/hallway) "bKE" = ( @@ -22932,7 +22932,7 @@ /turf/open/floor/darkgreen2/north, /area/ice_colony/underground/hallway/south_east) "bLL" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/darkgreen2/north, /area/ice_colony/underground/hallway/south_east) "bLO" = ( @@ -23273,7 +23273,7 @@ /turf/open/floor/darkred2/north, /area/ice_colony/underground/security) "bMS" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/darkred2/north, /area/ice_colony/underground/security) "bMT" = ( @@ -23511,7 +23511,7 @@ /turf/open/floor/dark2, /area/ice_colony/underground/crew/disposals) "bNY" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/darkbrown2/north, /area/ice_colony/underground/crew/disposals) "bNZ" = ( @@ -23576,7 +23576,7 @@ /turf/closed/wall/r_wall, /area/ice_colony/underground/maintenance/south) "bOl" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/wood, /area/ice_colony/underground/crew/leisure) "bOn" = ( @@ -23593,7 +23593,7 @@ /area/ice_colony/underground/crew/leisure) "bOq" = ( /obj/structure/pipes/standard/simple/hidden/green, -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/plating, /area/ice_colony/underground/maintenance/security) "bOs" = ( @@ -23897,7 +23897,7 @@ /turf/open/floor/dark2, /area/ice_colony/underground/security/armory) "bPu" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/darkred2/north, /area/ice_colony/underground/security/armory) "bPv" = ( @@ -23925,7 +23925,7 @@ /turf/open/floor/dark2, /area/ice_colony/underground/security/brig) "bPC" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/darkred2/north, /area/ice_colony/underground/security/brig) "bPD" = ( @@ -24356,7 +24356,7 @@ /turf/open/floor/darkbrown2, /area/ice_colony/underground/crew/lavatory) "bRe" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/darkbrown2, /area/ice_colony/underground/crew/lavatory) "bRf" = ( @@ -24913,7 +24913,7 @@ /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/plating, /area/ice_colony/underground/maintenance/east) "bSQ" = ( @@ -25025,7 +25025,7 @@ /turf/open/floor/wood, /area/ice_colony/underground/reception) "bTj" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/wood, /area/ice_colony/underground/reception) "bTk" = ( @@ -25288,7 +25288,7 @@ /turf/open/floor/white, /area/ice_colony/underground/reception/toilet_men) "bUo" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/white, /area/ice_colony/underground/reception/toilet_men) "bUq" = ( @@ -25357,7 +25357,7 @@ /turf/open/floor/plating, /area/ice_colony/underground/reception/toilet_men) "bUC" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/plating, /area/ice_colony/underground/maintenance/south) "bUH" = ( @@ -25637,7 +25637,7 @@ /area/ice_colony/underground/reception/checkpoint_south) "bVD" = ( /obj/structure/filingcabinet/security, -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/darkred2/southeast, /area/ice_colony/underground/reception/checkpoint_south) "bVE" = ( @@ -25682,7 +25682,7 @@ /turf/open/floor/white, /area/ice_colony/underground/reception/toilet_women) "bVL" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/white, /area/ice_colony/underground/reception/toilet_women) "bVM" = ( @@ -26544,7 +26544,7 @@ /turf/open/floor/darkyellow2, /area/ice_colony/surface/tcomms) "gxg" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/darkbrown2/west, /area/ice_colony/surface/hangar/alpha) "gDb" = ( diff --git a/maps/map_files/Ice_Colony_v3/Shivas_Snowball.dmm b/maps/map_files/Ice_Colony_v3/Shivas_Snowball.dmm index 494875c02858..9f5c20a4e8e9 100644 --- a/maps/map_files/Ice_Colony_v3/Shivas_Snowball.dmm +++ b/maps/map_files/Ice_Colony_v3/Shivas_Snowball.dmm @@ -668,7 +668,7 @@ /turf/open/auto_turf/ice/layer0, /area/shiva/interior/caves/right_spiders) "acx" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/shiva/floor3, /area/shiva/interior/colony/medseceng) "acA" = ( @@ -4128,7 +4128,9 @@ req_access_txt = "100"; specialfunctions = 4 }, -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/power/east{ + start_charge = 50 + }, /turf/open/floor/shiva/floor3, /area/shiva/interior/valley_huts) "aFu" = ( @@ -6156,7 +6158,9 @@ /turf/open/floor/plating, /area/shiva/interior/colony/medseceng) "bFP" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/power/east{ + start_charge = 10 + }, /turf/open/floor/shiva/north, /area/shiva/exterior/lz2_fortress) "bFS" = ( @@ -6535,7 +6539,7 @@ /turf/open/floor/shiva/floor3, /area/shiva/interior/lz2_habs) "ccu" = ( -/obj/structure/machinery/power/apc/directional/power/south, +/obj/structure/machinery/power/apc/power/south, /turf/open/floor/plating, /area/shiva/exterior/telecomm/lz1_north) "ccI" = ( @@ -7839,7 +7843,7 @@ /turf/open/floor/shiva/multi_tiles/east, /area/shiva/interior/colony/research_hab) "dVw" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/plating, /area/shiva/interior/caves/research_caves) "dWp" = ( @@ -7987,7 +7991,7 @@ /turf/open/floor/shiva/snow_mat/north, /area/shiva/exterior/cp_lz2) "edW" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/plating, /area/shiva/exterior/cp_colony_grounds) "eep" = ( @@ -9670,7 +9674,7 @@ /turf/open/auto_turf/snow/layer3, /area/shiva/exterior/cp_lz2) "grd" = ( -/obj/structure/machinery/power/apc/directional/power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/shiva/north, /area/shiva/interior/caves/s_lz2) "grk" = ( @@ -12020,7 +12024,7 @@ /turf/open/floor/shiva/north, /area/shiva/interior/garage) "iZX" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/shiva, /area/shiva/interior/bar) "jac" = ( @@ -13826,7 +13830,7 @@ /turf/open/auto_turf/snow/layer2, /area/shiva/exterior/junkyard) "liD" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/shiva/floor3, /area/shiva/interior/lz2_habs) "ljz" = ( @@ -13869,7 +13873,10 @@ /turf/open/floor/prison/kitchen, /area/shiva/interior/colony/central) "lnk" = ( -/obj/structure/machinery/power/apc/directional/power/north, +/obj/structure/machinery/power/apc/power/north{ + name = "telecomms relay power controller"; + start_charge = 10 + }, /turf/open/floor/shiva/yellowfull/west, /area/shiva/interior/aux_power) "lnH" = ( @@ -13977,7 +13984,9 @@ /turf/open/auto_turf/snow/layer0, /area/shiva/interior/bar) "lro" = ( -/obj/structure/machinery/power/apc/directional/power/east, +/obj/structure/machinery/power/apc/no_power/west{ + name = "telecomms relay power controller" + }, /turf/open/floor/shiva/floor3, /area/shiva/interior/aerodrome) "lrt" = ( @@ -14235,7 +14244,7 @@ /turf/open/auto_turf/snow/layer0, /area/shiva/interior/caves/cp_camp) "lKJ" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/shiva/bluefull, /area/shiva/interior/colony/central) "lKQ" = ( @@ -14365,7 +14374,7 @@ /turf/open/floor/shiva/north, /area/shiva/exterior/lz2_fortress) "lTN" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/darkbrown2/east, /area/shiva/interior/valley_huts/disposals) "lUF" = ( @@ -14708,7 +14717,7 @@ /area/shiva/interior/bar) "mpt" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/asphalt/cement, /area/shiva/interior/warehouse) "mpI" = ( @@ -15534,7 +15543,7 @@ /turf/open/floor/shiva/purplefull/east, /area/shiva/interior/colony/research_hab) "nmt" = ( -/obj/structure/machinery/power/apc/directional/power/east, +/obj/structure/machinery/power/apc/power/east, /turf/open/floor/plating, /area/shiva/exterior/telecomm/lz2_southeast) "nmT" = ( @@ -15962,7 +15971,7 @@ /turf/open/floor/shiva/redfull/west, /area/shiva/interior/colony/research_hab) "nNX" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/shiva/north, /area/shiva/interior/warehouse/caves) "nOd" = ( @@ -16506,7 +16515,7 @@ /turf/open/auto_turf/snow/layer1, /area/shiva/exterior/junkyard/fortbiceps) "owY" = ( -/obj/structure/machinery/power/apc/directional/power/south, +/obj/structure/machinery/power/apc/power/south, /turf/open/floor/plating, /area/shiva/exterior/telecomm/lz2_northeast) "oxP" = ( @@ -16514,7 +16523,7 @@ /turf/open/auto_turf/snow/layer3, /area/shiva/exterior/junkyard) "oyc" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/shiva/bluefull, /area/shiva/interior/colony/n_admin) "oyw" = ( @@ -17062,7 +17071,7 @@ /turf/open/auto_turf/ice/layer0, /area/shiva/interior/caves/s_lz2) "prb" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/shiva/yellow/north, /area/shiva/interior/garage) "prO" = ( @@ -17608,7 +17617,7 @@ /turf/open/floor/prison/kitchen, /area/shiva/interior/colony/central) "pOM" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/delivery, /area/shiva/interior/telecomm/lz1_biceps) "pPt" = ( @@ -18245,7 +18254,7 @@ /turf/open/auto_turf/snow/layer2, /area/shiva/interior/colony/medseceng) "qEt" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/plating, /area/shiva/exterior/junkyard) "qEB" = ( @@ -18536,7 +18545,7 @@ /turf/open/auto_turf/ice/layer1, /area/shiva/interior/caves/research_caves) "raQ" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/plating, /area/shiva/exterior/junkyard/cp_bar) "rbc" = ( @@ -19261,7 +19270,7 @@ /turf/open/floor/shiva/wred/northwest, /area/shiva/interior/colony/medseceng) "san" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/shiva/bluefull, /area/shiva/interior/colony/s_admin) "sax" = ( @@ -20246,7 +20255,7 @@ /turf/open/floor/shiva/floor3, /area/shiva/interior/colony/botany) "tnU" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/plating, /area/shiva/exterior/cp_lz2) "too" = ( @@ -20761,7 +20770,7 @@ /obj/structure/bed/chair{ dir = 4 }, -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/shiva/floor3, /area/shiva/interior/colony/botany) "tRq" = ( @@ -21031,7 +21040,7 @@ /turf/open/auto_turf/snow/layer3, /area/shiva/exterior/junkyard/fortbiceps) "ufb" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/shiva/floor3, /area/shiva/interior/colony/research_hab) "ufd" = ( @@ -22331,7 +22340,7 @@ /area/shiva/interior/aerodrome) "vIi" = ( /obj/effect/landmark/crap_item, -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/power/east, /turf/open/floor/shiva/floor3, /area/shiva/interior/valley_huts/no2) "vIy" = ( @@ -22516,7 +22525,7 @@ /turf/open/auto_turf/snow/layer2, /area/shiva/exterior/cp_colony_grounds) "vXw" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/plating, /area/shiva/interior/caves/cp_camp) "vYm" = ( @@ -23721,7 +23730,7 @@ /turf/open/floor/shiva/north, /area/shiva/interior/bar) "xMH" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/shiva/floor3, /area/shiva/interior/colony/deck) "xMQ" = ( diff --git a/maps/map_files/Ice_Colony_v3/lz2-variations/southeast-gate/cleared.dmm b/maps/map_files/Ice_Colony_v3/lz2-variations/southeast-gate/cleared.dmm index e3ce52560ca1..1c1d89a883c3 100644 --- a/maps/map_files/Ice_Colony_v3/lz2-variations/southeast-gate/cleared.dmm +++ b/maps/map_files/Ice_Colony_v3/lz2-variations/southeast-gate/cleared.dmm @@ -40,7 +40,7 @@ /turf/open/floor/plating/plating_catwalk/shiva, /area/shiva/exterior/lz2_fortress) "q" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/power/west, /turf/open/floor/plating, /area/shiva/exterior/cp_lz2) "r" = ( @@ -114,7 +114,7 @@ /turf/open/floor/plating/plating_catwalk/shiva, /area/shiva/exterior/lz2_fortress) "Y" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/power/east, /turf/open/floor/shiva/north, /area/shiva/exterior/lz2_fortress) "Z" = ( diff --git a/maps/map_files/Ice_Colony_v3/lz2-variations/southeast-gate/closed.dmm b/maps/map_files/Ice_Colony_v3/lz2-variations/southeast-gate/closed.dmm index a99bce08868e..2cf87d93972d 100644 --- a/maps/map_files/Ice_Colony_v3/lz2-variations/southeast-gate/closed.dmm +++ b/maps/map_files/Ice_Colony_v3/lz2-variations/southeast-gate/closed.dmm @@ -23,7 +23,7 @@ /turf/open/floor/shiva/radiator_tile, /area/shiva/exterior/lz2_fortress) "m" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/power/west, /turf/open/floor/plating, /area/shiva/exterior/cp_lz2) "o" = ( @@ -52,7 +52,7 @@ /turf/open/floor/shiva/floor3, /area/shiva/exterior/lz2_fortress) "v" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/power/east, /turf/open/floor/shiva/north, /area/shiva/exterior/lz2_fortress) "w" = ( diff --git a/maps/map_files/Ice_Colony_v3/standalone/panic_room_hold.dmm b/maps/map_files/Ice_Colony_v3/standalone/panic_room_hold.dmm index ff19ea75782e..da4415b5bcea 100644 --- a/maps/map_files/Ice_Colony_v3/standalone/panic_room_hold.dmm +++ b/maps/map_files/Ice_Colony_v3/standalone/panic_room_hold.dmm @@ -294,7 +294,7 @@ /turf/open/floor/shiva/north, /area/shiva/interior/colony/s_admin) "mC" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/shiva/bluefull, /area/shiva/interior/colony/s_admin) "mI" = ( @@ -609,7 +609,7 @@ /turf/open/floor/shiva/multi_tiles/west, /area/shiva/interior/colony/s_admin) "wY" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/auto_turf/snow/layer2, /area/shiva/exterior/junkyard/cp_bar) "xa" = ( diff --git a/maps/map_files/Kutjevo/Kutjevo.dmm b/maps/map_files/Kutjevo/Kutjevo.dmm index a7df7cb3646c..c0ad66e5aecb 100644 --- a/maps/map_files/Kutjevo/Kutjevo.dmm +++ b/maps/map_files/Kutjevo/Kutjevo.dmm @@ -925,7 +925,7 @@ /turf/open/floor/plating/kutjevo/panelscorched, /area/kutjevo/interior/complex/botany/east_tech) "buo" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /turf/open/floor/kutjevo/colors/orange/inner_corner, /area/kutjevo/interior/foremans_office) "bux" = ( @@ -1218,7 +1218,7 @@ /turf/open/floor/kutjevo/colors/orange, /area/kutjevo/interior/foremans_office) "bQk" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/kutjevo/colors/orange/edge/north, /area/kutjevo/interior/complex/Northwest_Security_Checkpoint) "bQy" = ( @@ -1468,7 +1468,7 @@ /turf/open/floor/kutjevo/multi_tiles, /area/kutjevo/exterior/lz_pad) "coF" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/kutjevo/tan/grey_edge/north, /area/kutjevo/interior/complex/Northwest_Dorms) "coL" = ( @@ -5415,7 +5415,7 @@ /turf/open/auto_turf/sand/layer2, /area/kutjevo/exterior/construction) "hIp" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/kutjevo/colors/orange/edge/west, /area/kutjevo/interior/power_pt2_electric_boogaloo) "hJN" = ( @@ -5640,7 +5640,7 @@ /turf/closed/wall/kutjevo/colony, /area/kutjevo/interior/complex/med/pano) "ifE" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/kutjevo/tan/grey_edge/west, /area/kutjevo/interior/construction) "ifT" = ( @@ -6148,7 +6148,7 @@ /obj/structure/bed/chair{ dir = 4 }, -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/kutjevo/colors/cyan/edge/west, /area/kutjevo/interior/complex/med/auto_doc) "jcl" = ( @@ -7545,7 +7545,7 @@ /turf/open/floor/kutjevo/colors/cyan, /area/kutjevo/interior/complex/med) "lfb" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/kutjevo/multi_tiles/west, /area/kutjevo/interior/complex/med/locks) "lfm" = ( @@ -7665,7 +7665,7 @@ /turf/open/floor/almayer/research/containment/floor2, /area/kutjevo/exterior/complex_border/med_rec) "lpF" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/kutjevo/colors/cyan/edge/north, /area/kutjevo/interior/complex/med/triage) "lpJ" = ( @@ -8173,7 +8173,7 @@ /turf/open/floor/kutjevo/tan, /area/kutjevo/interior/complex/botany) "mdw" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/kutjevo/tan/multi_tiles, /area/kutjevo/interior/complex/botany/east) "mej" = ( @@ -9152,7 +9152,7 @@ /turf/open/floor/plating/kutjevo, /area/kutjevo/interior/colony_central/mine_elevator) "nyp" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/item/clothing/suit/armor/vest/security, /turf/open/floor/kutjevo/colors/cyan/edge/north, /area/kutjevo/interior/complex/med/operating) @@ -9272,7 +9272,7 @@ /turf/open/auto_turf/sand/layer1, /area/kutjevo/exterior/runoff_dunes) "nFY" = ( -/obj/structure/machinery/power/apc/directional/power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/kutjevo/multi_tiles, /area/kutjevo/exterior/telecomm/lz1_south) "nGg" = ( @@ -11138,7 +11138,7 @@ /obj/structure/machinery/light{ dir = 8 }, -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /obj/effect/landmark/objective_landmark/medium, /turf/open/floor/kutjevo/colors/red, /area/kutjevo/interior/complex/med/pano) @@ -11209,7 +11209,7 @@ /area/kutjevo/interior/oob) "qwT" = ( /obj/item/tool/wirecutters/clippers, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/auto_turf/sand/layer0, /area/kutjevo/interior/complex/botany) "qxc" = ( @@ -11458,7 +11458,7 @@ /area/kutjevo/interior/complex/botany) "qQp" = ( /obj/item/frame/rack, -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/kutjevo/tan/multi_tiles, /area/kutjevo/interior/complex/botany/east_tech) "qQU" = ( @@ -11512,7 +11512,7 @@ /turf/open/floor/kutjevo/multi_tiles, /area/kutjevo/exterior/lz_dunes) "qVe" = ( -/obj/structure/machinery/power/apc/directional/power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/kutjevo/multi_tiles, /area/kutjevo/exterior/telecomm/lz2_north) "qVg" = ( @@ -11543,7 +11543,7 @@ /turf/open/floor/kutjevo/multi_tiles, /area/kutjevo/interior/power) "qXd" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/kutjevo/colors/cyan, /area/kutjevo/interior/complex/med) "qYn" = ( @@ -11779,7 +11779,7 @@ /turf/open/auto_turf/sand/layer0, /area/kutjevo/exterior/lz_pad) "rsM" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/kutjevo/multi_tiles/east, /area/kutjevo/interior/colony_South/power2) "rsV" = ( @@ -11813,7 +11813,7 @@ /turf/open/floor/plating/kutjevo, /area/kutjevo/interior/complex/botany) "rvZ" = ( -/obj/structure/machinery/power/apc/directional/power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/kutjevo/colors/orange, /area/kutjevo/interior/power/comms) "rwj" = ( @@ -14560,7 +14560,7 @@ /turf/open/auto_turf/sand/layer2, /area/kutjevo/exterior/scrubland) "vqQ" = ( -/obj/structure/machinery/power/apc/directional/power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/kutjevo/multi_tiles, /area/kutjevo/exterior/telecomm/lz2_south) "vre" = ( @@ -15499,7 +15499,7 @@ /turf/open/floor/kutjevo/multi_tiles, /area/kutjevo/interior/power) "wNh" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/structure/machinery/light{ dir = 1 }, @@ -15510,7 +15510,7 @@ /turf/open/floor/kutjevo/tan/multi_tiles, /area/kutjevo/interior/complex/botany) "wOI" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/structure/machinery/light{ dir = 4 }, @@ -15658,7 +15658,7 @@ /turf/open/floor/kutjevo/colors/green/tile, /area/kutjevo/interior/complex/botany/east) "xca" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/kutjevo/tan/alt_inner_edge/north, /area/kutjevo/interior/complex/Northwest_Flight_Control) "xcG" = ( @@ -15778,7 +15778,7 @@ /turf/open/auto_turf/sand/layer1, /area/kutjevo/interior/colony_South) "xof" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/kutjevo/tan/multi_tiles, /area/kutjevo/interior/complex/botany) "xoq" = ( @@ -16102,7 +16102,7 @@ /turf/open/floor/kutjevo/colors/orange, /area/kutjevo/interior/power) "xRx" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/structure/platform/kutjevo/smooth{ dir = 1 }, diff --git a/maps/map_files/Kutjevo/sprinkles/35.communications.dmm b/maps/map_files/Kutjevo/sprinkles/35.communications.dmm index 40b6f331759c..be6e937531c1 100644 --- a/maps/map_files/Kutjevo/sprinkles/35.communications.dmm +++ b/maps/map_files/Kutjevo/sprinkles/35.communications.dmm @@ -198,7 +198,9 @@ /obj/structure/machinery/light{ dir = 1 }, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /obj/structure/surface/rack, /turf/open/floor/kutjevo/grey/plate, /area/template_noop) diff --git a/maps/map_files/LV522_Chances_Claim/LV522_Chances_Claim.dmm b/maps/map_files/LV522_Chances_Claim/LV522_Chances_Claim.dmm index 8e970b9459ea..99b0c784e8b3 100644 --- a/maps/map_files/LV522_Chances_Claim/LV522_Chances_Claim.dmm +++ b/maps/map_files/LV522_Chances_Claim/LV522_Chances_Claim.dmm @@ -329,7 +329,9 @@ /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/a_block/dorms/glass) "akk" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /turf/open/floor/corsat/plate, /area/lv522/atmos/east_reactor) "akl" = ( @@ -1331,7 +1333,9 @@ /area/lv522/indoors/a_block/security/glass) "aUN" = ( /obj/item/stack/sheet/wood/large_stack, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/darkbrownfull2, /area/lv522/indoors/c_block/casino) @@ -1626,7 +1630,9 @@ /turf/open/floor/prison/floor_plate, /area/lv522/indoors/c_block/cargo) "bbL" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /turf/open/floor/corsat/plate, /area/lv522/atmos/east_reactor/east) "bce" = ( @@ -4796,7 +4802,9 @@ /turf/open/floor/prison/darkbrownfull2, /area/lv522/indoors/c_block/casino) "cTf" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /turf/open/floor/corsat/plate, /area/lv522/atmos/east_reactor/west) "cTz" = ( @@ -5904,7 +5912,9 @@ /obj/structure/machinery/light{ dir = 8 }, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/greenfull/east, /area/lv522/indoors/b_block/hydro) @@ -6174,7 +6184,9 @@ pixel_y = 5 }, /obj/item/tool/pen/blue/clicky, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /turf/open/floor/corsat/plate, /area/lv522/atmos/command_centre) "dAm" = ( @@ -6591,7 +6603,9 @@ /area/lv522/atmos/east_reactor/east) "dLf" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /turf/open/floor/strata/white_cyan1/east, /area/lv522/indoors/a_block/corpo/glass) "dLq" = ( @@ -6969,7 +6983,9 @@ /turf/open/floor/prison, /area/lv522/indoors/a_block/dorm_north) "dVU" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /turf/open/floor/strata/white_cyan1/east, /area/lv522/indoors/a_block/medical) "dWc" = ( @@ -8016,7 +8032,9 @@ /area/lv522/landing_zone_1/tunnel/far) "evg" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/power/west{ + start_charge = 20 + }, /turf/open/floor/prison/greenfull/east, /area/lv522/landing_zone_1/ceiling) "evu" = ( @@ -8820,7 +8838,9 @@ /obj/structure/machinery/light{ dir = 8 }, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /turf/open/floor/strata/blue1, /area/lv522/outdoors/colony_streets/windbreaker/observation) "eOU" = ( @@ -9538,7 +9558,9 @@ "fiG" = ( /obj/effect/decal/cleanable/blood/gibs, /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /turf/open/floor/prison/darkredfull2, /area/lv522/indoors/a_block/kitchen/glass) "fiS" = ( @@ -9839,7 +9861,9 @@ /turf/open/floor/corsat/squares, /area/lv522/atmos/west_reactor) "fsj" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, /turf/open/floor/corsat/plate, /area/lv522/atmos/north_command_centre) @@ -11550,7 +11574,9 @@ /area/lv522/indoors/b_block/bar) "ghw" = ( /obj/structure/surface/table/almayer, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /turf/open/floor/prison/darkpurplefull2, /area/lv522/indoors/a_block/dorms/glass) "ghy" = ( @@ -11887,7 +11913,9 @@ /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/colony_streets/north_east_street) "gqf" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /obj/structure/pipes/vents/pump, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison, @@ -11946,7 +11974,9 @@ /obj/structure/pipes/standard/manifold/hidden/green{ dir = 1 }, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /turf/open/floor/wood, /area/lv522/indoors/a_block/executive) "grZ" = ( @@ -12094,7 +12124,9 @@ }, /area/lv522/landing_zone_forecon/UD6_Typhoon) "guZ" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /turf/open/floor/prison, /area/lv522/indoors/a_block/kitchen) "gvk" = ( @@ -12375,7 +12407,9 @@ pixel_x = 3; pixel_y = 7 }, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /turf/open/floor/strata/white_cyan1, /area/lv522/indoors/lone_buildings/chunk) "gCO" = ( @@ -12724,7 +12758,9 @@ /turf/open/asphalt/cement/cement1, /area/lv522/outdoors/colony_streets/north_east_street) "gLd" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /turf/open/organic/grass, /area/lv522/indoors/a_block/garden) "gLg" = ( @@ -13330,7 +13366,9 @@ /turf/open/floor/corsat/marked, /area/lv522/indoors/a_block/dorm_north) "gZJ" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /turf/open/floor/prison/floor_marked/southwest, /area/lv522/indoors/lone_buildings/storage_blocks) "gZL" = ( @@ -13957,7 +13995,9 @@ /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /turf/open/floor/corsat/plate, /area/lv522/atmos/east_reactor/north) "hll" = ( @@ -15226,7 +15266,9 @@ /turf/open/floor/prison/floor_plate, /area/lv522/outdoors/nw_rockies) "hQE" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /obj/structure/machinery/light{ dir = 8 }, @@ -16625,7 +16667,9 @@ /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) "izT" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /obj/effect/decal/cleanable/dirt, /mob/living/simple_animal/mouse, /turf/open/floor/strata/white_cyan1/east, @@ -18150,7 +18194,9 @@ /area/lv522/atmos/cargo_intake) "jjq" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /turf/open/floor/strata/blue1, /area/lv522/indoors/a_block/dorm_north) "jjt" = ( @@ -19019,7 +19065,9 @@ /area/lv522/indoors/a_block/fitness/glass) "jBu" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/apc/directional/power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /turf/open/floor/prison/darkyellowfull2/east, /area/lv522/indoors/lone_buildings/outdoor_bot) "jBw" = ( @@ -19937,7 +19985,9 @@ /turf/open/floor/plating, /area/lv522/landing_zone_2) "jVz" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, @@ -20069,7 +20119,9 @@ /turf/open/floor/plating, /area/lv522/indoors/lone_buildings/engineering) "jYE" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /turf/open/floor/corsat/plate, /area/lv522/atmos/east_reactor/south) "jYF" = ( @@ -21276,7 +21328,9 @@ /turf/open/floor/prison, /area/lv522/indoors/c_block/garage) "kxz" = ( -/obj/structure/machinery/power/apc/directional/power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /turf/open/floor/prison/darkbrownfull2, /area/lv522/indoors/c_block/mining) "kxH" = ( @@ -21398,7 +21452,9 @@ /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) "kAn" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /turf/open/floor/wood, /area/lv522/indoors/b_block/bar) "kAG" = ( @@ -21914,7 +21970,9 @@ /obj/structure/platform/stair_cut{ icon_state = "platform_stair_alt" }, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /turf/open/auto_turf/sand_white/layer0, /area/lv522/indoors/a_block/bridges/dorms_fitness) "kMr" = ( @@ -22559,7 +22617,9 @@ /area/lv522/indoors/a_block/kitchen/damage) "lag" = ( /obj/structure/surface/table/almayer, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /turf/open/floor/prison/floor_plate, /area/lv522/atmos/way_in_command_centre) "lao" = ( @@ -23577,7 +23637,9 @@ /turf/open/floor/prison/floor_plate, /area/lv522/indoors/a_block/dorms) "lAk" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/blue_plate/north, /area/lv522/indoors/c_block/mining) @@ -24027,7 +24089,9 @@ /area/lv522/atmos/reactor_garage) "lLL" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/apc/directional/power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /turf/open/floor/prison/darkyellowfull2/east, /area/lv522/indoors/c_block/t_comm) "lMF" = ( @@ -27209,7 +27273,9 @@ /turf/open/asphalt/cement/cement12, /area/lv522/outdoors/nw_rockies) "nky" = ( -/obj/structure/machinery/power/apc/directional/power/south, +/obj/structure/machinery/power/apc/power/south{ + start_charge = 20 + }, /turf/open/floor/prison/darkyellowfull2/east, /area/lv522/indoors/lone_buildings/engineering) "nkX" = ( @@ -28050,7 +28116,9 @@ /area/lv522/landing_zone_1) "nFt" = ( /obj/structure/pipes/vents/pump, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /turf/open/floor/corsat/plate, /area/lv522/atmos/filt) "nFM" = ( @@ -28999,7 +29067,9 @@ /turf/open/floor/prison/cell_stripe/east, /area/lv522/indoors/c_block/cargo) "nYv" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /turf/open/floor/prison/blue/northwest, /area/lv522/indoors/a_block/hallway) "nYF" = ( @@ -29509,7 +29579,9 @@ /turf/open/floor/prison, /area/lv522/indoors/a_block/admin) "ojw" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/shiva/radiator_tile2, /area/lv522/indoors/a_block/bridges/garden_bridge) @@ -29648,7 +29720,9 @@ /turf/open/floor/plating, /area/lv522/landing_zone_1/tunnel/far) "ooG" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /turf/open/floor/shiva/radiator_tile2, /area/lv522/indoors/a_block/bridges) "opl" = ( @@ -29942,7 +30016,9 @@ current_rounds = 0 }, /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /turf/open/floor/prison, /area/lv522/indoors/a_block/kitchen) "ouI" = ( @@ -30513,7 +30589,9 @@ /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/indoors/c_block/mining) "oKm" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/darkbrownfull2, /area/lv522/indoors/c_block/cargo) @@ -31507,7 +31585,9 @@ pixel_x = 2; pixel_y = 6 }, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /turf/open/floor/prison/darkpurplefull2, /area/lv522/indoors/a_block/dorms) "phn" = ( @@ -32872,7 +32952,9 @@ /turf/closed/wall/strata_outpost, /area/lv522/indoors/a_block/bridges) "pQG" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/greenfull/east, /area/lv522/landing_zone_1/ceiling) @@ -33121,7 +33203,9 @@ /turf/open/floor/prison/darkredfull2, /area/lv522/indoors/a_block/security) "pWx" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /obj/structure/machinery/light{ dir = 4 }, @@ -33837,7 +33921,9 @@ pixel_y = 10 }, /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /turf/open/floor/prison/darkpurplefull2, /area/lv522/indoors/a_block/dorms/glass) "qnM" = ( @@ -34168,7 +34254,9 @@ /obj/item/toy/dice, /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/cobweb, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /turf/open/floor/prison/greenfull/east, /area/lv522/indoors/a_block/fitness/glass) "qtN" = ( @@ -34548,7 +34636,9 @@ /turf/open/floor/prison/floor_plate, /area/lv522/indoors/a_block/admin) "qCd" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /obj/structure/pipes/standard/simple/hidden/green{ dir = 4 }, @@ -39023,7 +39113,9 @@ /turf/open/floor/prison/darkpurplefull2, /area/lv522/indoors/a_block/dorms/glass) "syy" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/prison/darkbrownfull2, /area/lv522/indoors/c_block/garage) @@ -43194,7 +43286,9 @@ /turf/open/floor/plating, /area/lv522/indoors/c_block/cargo) "uqe" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /turf/open/floor/plating, /area/lv522/landing_zone_1/tunnel) "uqo" = ( @@ -43349,7 +43443,9 @@ /turf/open/floor/prison/floor_plate, /area/lv522/atmos/way_in_command_centre) "utR" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /obj/structure/surface/table/reinforced/prison, /obj/item/tool/pen/blue, /obj/effect/landmark/objective_landmark/science, @@ -44616,7 +44712,9 @@ dir = 8 }, /obj/item/ashtray/bronze, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /turf/open/floor/prison/darkpurplefull2, /area/lv522/indoors/a_block/dorms/glass) "uWh" = ( @@ -45349,7 +45447,9 @@ /turf/open/floor/strata/white_cyan3/west, /area/lv522/indoors/a_block/medical/glass) "vnq" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /turf/open/floor/prison/darkredfull2, /area/lv522/indoors/a_block/bridges/op_centre) "vnX" = ( @@ -45644,7 +45744,9 @@ /turf/open/auto_turf/shale/layer1, /area/lv522/outdoors/nw_rockies) "vtl" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /turf/open/floor/prison/floor_plate, /area/lv522/indoors/a_block/bridges/corpo) "vtp" = ( @@ -46297,7 +46399,9 @@ /obj/item/device/flashlight/lamp, /obj/effect/landmark/objective_landmark/medium, /obj/effect/decal/cleanable/cobweb, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /turf/open/floor/prison/darkredfull2, /area/lv522/indoors/a_block/security) "vIb" = ( @@ -46765,7 +46869,9 @@ /turf/open/asphalt/cement, /area/lv522/outdoors/colony_streets/central_streets) "vSO" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /turf/open/floor/prison/greenfull/east, /area/lv522/indoors/a_block/fitness) "vSU" = ( @@ -48974,7 +49080,9 @@ /turf/open/floor/plating, /area/lv522/oob) "wVf" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /turf/open/floor/plating/plating_catwalk/prison, /area/lv522/atmos/west_reactor) "wVo" = ( @@ -49150,7 +49258,9 @@ /obj/structure/barricade/deployable{ dir = 8 }, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /turf/open/floor/prison/floor_plate, /area/lv522/indoors/a_block/admin) "xay" = ( @@ -51379,7 +51489,9 @@ "yct" = ( /obj/structure/surface/rack, /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, /turf/open/floor/prison/darkpurplefull2, /area/lv522/indoors/a_block/dorms/glass) "ycv" = ( diff --git a/maps/map_files/LV624/LV624.dmm b/maps/map_files/LV624/LV624.dmm index de2a63fadcc0..87a83cf09d19 100644 --- a/maps/map_files/LV624/LV624.dmm +++ b/maps/map_files/LV624/LV624.dmm @@ -1796,7 +1796,7 @@ /area/lv624/ground/river/east_river) "akh" = ( /obj/item/trash/candy, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /obj/structure/machinery/door_control{ id = "secure_outer_blast"; name = "Secure Outer Doors"; @@ -2715,7 +2715,7 @@ /turf/open/floor/green/northwest, /area/lv624/lazarus/hydroponics) "aru" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/green/northwest, /area/lv624/lazarus/hydroponics) "arv" = ( @@ -3673,7 +3673,7 @@ /turf/open/floor/whitepurple/northeast, /area/lv624/lazarus/fitness) "aww" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/whitepurplecorner/east, /area/lv624/lazarus/fitness) "awx" = ( @@ -4211,7 +4211,7 @@ /turf/open/floor/vault2/west, /area/lv624/lazarus/robotics) "azc" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/vault2, /area/lv624/lazarus/robotics) "azd" = ( @@ -4602,7 +4602,7 @@ }, /obj/structure/surface/table, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/whitepurple/northeast, /area/lv624/lazarus/research) "aAS" = ( @@ -4610,7 +4610,7 @@ /obj/item/toy/deck, /obj/item/storage/fancy/cigarettes/wypacket, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/bluecorner, /area/lv624/lazarus/sleep_male) "aAU" = ( @@ -5269,7 +5269,7 @@ /turf/open/floor/purple/northwest, /area/lv624/lazarus/sleep_female) "aDE" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/vault, /area/lv624/lazarus/quartstorage) "aDF" = ( @@ -5423,7 +5423,7 @@ /obj/structure/machinery/light/small{ dir = 1 }, -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/freezerfloor, /area/lv624/lazarus/toilet) "aEB" = ( @@ -5502,7 +5502,7 @@ /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/chapel/north, /area/lv624/lazarus/chapel) "aEL" = ( @@ -5604,7 +5604,7 @@ /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/whiteyellowfull/east, /area/lv624/lazarus/quart) "aFa" = ( @@ -6236,7 +6236,7 @@ /obj/structure/surface/table, /obj/effect/landmark/crap_item, /obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/white, /area/lv624/lazarus/main_hall) "aIi" = ( @@ -6685,7 +6685,7 @@ /area/lv624/lazarus/yggdrasil) "aKq" = ( /obj/structure/flora/jungle/vines/light_1, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/gm/grass/grass2, /area/lv624/lazarus/yggdrasil) "aKr" = ( @@ -7263,7 +7263,7 @@ /turf/open/floor/red/southwest, /area/lv624/lazarus/security) "aNR" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/red, /area/lv624/lazarus/security) "aNS" = ( @@ -7373,7 +7373,7 @@ /turf/open/gm/dirt, /area/lv624/ground/jungle/east_central_jungle) "aOy" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/cult, /area/lv624/lazarus/armory) "aOA" = ( @@ -7867,7 +7867,7 @@ /turf/open/floor/barber/west, /area/lv624/lazarus/kitchen) "aQQ" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/bar, /area/lv624/lazarus/canteen) "aQX" = ( @@ -8158,7 +8158,7 @@ /turf/open/floor/whiteyellowfull/east, /area/lv624/ground/caves/south_east_caves) "aSq" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/grimy, /area/lv624/lazarus/captain) "aSs" = ( @@ -8432,7 +8432,9 @@ /turf/open/floor/brown/northwest, /area/lv624/lazarus/comms) "aTJ" = ( -/obj/structure/machinery/power/apc/directional/power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 15 + }, /turf/open/floor/delivery, /area/lv624/lazarus/comms) "aTK" = ( @@ -8515,7 +8517,7 @@ /area/lv624/lazarus/kitchen) "aUc" = ( /obj/structure/surface/rack, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /turf/open/floor/freezerfloor, /area/lv624/lazarus/kitchen) "aUd" = ( @@ -8690,7 +8692,9 @@ /turf/open/floor/greengrid, /area/lv624/lazarus/secure_storage) "aUR" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 200 + }, /turf/open/floor/greengrid, /area/lv624/lazarus/secure_storage) "aUS" = ( @@ -9301,7 +9305,7 @@ /area/lv624/ground/jungle/east_central_jungle) "aXs" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/delivery, /area/lv624/lazarus/engineering) "aXt" = ( @@ -12158,7 +12162,7 @@ /turf/open/gm/dirt, /area/lv624/ground/caves/south_central_caves) "fqM" = ( -/obj/structure/machinery/power/apc/directional/power/south, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/asteroidwarning/east, /area/lv624/ground/colony/telecomm/sw_lz2) "frV" = ( @@ -12297,7 +12301,7 @@ /turf/open/floor/plating, /area/lv624/lazarus/engineering) "fFZ" = ( -/obj/structure/machinery/power/apc/directional/power/south, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/asteroidfloor/north, /area/lv624/ground/colony/telecomm/cargo) "fGn" = ( @@ -13853,7 +13857,7 @@ /turf/open/gm/grass/grass1, /area/lv624/ground/jungle/north_jungle) "jcb" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/purple/northwest, /area/lv624/lazarus/sleep_female) "jcn" = ( @@ -14251,7 +14255,7 @@ /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/grimy, /area/lv624/lazarus/hop) "jRm" = ( @@ -16931,7 +16935,7 @@ /turf/open/auto_turf/strata_grass/layer1, /area/lv624/ground/barrens/north_east_barrens) "pgf" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/whiteblue/north, /area/lv624/lazarus/medbay) "pgD" = ( @@ -20460,7 +20464,7 @@ "whr" = ( /obj/item/ammo_magazine/smg/mp5, /obj/item/ammo_magazine/smg/mp5, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /turf/open/floor/whiteblue/northwest, /area/lv624/lazarus/corporate_dome) "whv" = ( diff --git a/maps/map_files/LV624/armory/10.cheese.dmm b/maps/map_files/LV624/armory/10.cheese.dmm index 38541ea8aaab..15080595810e 100644 --- a/maps/map_files/LV624/armory/10.cheese.dmm +++ b/maps/map_files/LV624/armory/10.cheese.dmm @@ -121,7 +121,7 @@ /obj/item/reagent_container/food/snacks/cheesewedge/verymature{ pixel_y = 6 }, -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/cult, /area/lv624/lazarus/armory) "w" = ( diff --git a/maps/map_files/LV624/armory/10.extra.dmm b/maps/map_files/LV624/armory/10.extra.dmm index a80a3e7a9511..dc85ff54c4e7 100644 --- a/maps/map_files/LV624/armory/10.extra.dmm +++ b/maps/map_files/LV624/armory/10.extra.dmm @@ -126,7 +126,7 @@ /turf/open/floor/red/northeast, /area/lv624/lazarus/security) "u" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/cult, /area/lv624/lazarus/armory) "w" = ( diff --git a/maps/map_files/LV624/armory/10.looted.dmm b/maps/map_files/LV624/armory/10.looted.dmm index 4f9a13929163..0cd0a701efc9 100644 --- a/maps/map_files/LV624/armory/10.looted.dmm +++ b/maps/map_files/LV624/armory/10.looted.dmm @@ -93,7 +93,7 @@ /turf/open/floor/red/northeast, /area/lv624/lazarus/security) "u" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/cult, /area/lv624/lazarus/armory) "w" = ( diff --git a/maps/map_files/LV624/gym/20.pool.dmm b/maps/map_files/LV624/gym/20.pool.dmm index 705416b8a058..19361c37ecf1 100644 --- a/maps/map_files/LV624/gym/20.pool.dmm +++ b/maps/map_files/LV624/gym/20.pool.dmm @@ -168,7 +168,7 @@ /area/lv624/lazarus/fitness) "Be" = ( /obj/effect/decal/remains/human, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/whitepurplecorner/east, /area/lv624/lazarus/fitness) "Ei" = ( diff --git a/maps/map_files/LV624/gym/30.alternate.dmm b/maps/map_files/LV624/gym/30.alternate.dmm index de74906ce7ea..b75bf2a4de5f 100644 --- a/maps/map_files/LV624/gym/30.alternate.dmm +++ b/maps/map_files/LV624/gym/30.alternate.dmm @@ -495,7 +495,7 @@ /turf/open/floor/plating, /area/lv624/lazarus/fitness) "Wy" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/whitepurplecorner/east, /area/lv624/lazarus/fitness) "Xu" = ( diff --git a/maps/map_files/LV624/medbay/10.destroyed.dmm b/maps/map_files/LV624/medbay/10.destroyed.dmm index 4fa535a26982..35ae2dd0a047 100644 --- a/maps/map_files/LV624/medbay/10.destroyed.dmm +++ b/maps/map_files/LV624/medbay/10.destroyed.dmm @@ -33,7 +33,7 @@ /turf/open/floor/plating/platingdmg3, /area/lv624/lazarus/medbay) "hW" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/white, /area/lv624/lazarus/medbay) "ih" = ( diff --git a/maps/map_files/LV624/medbay/30.larvasurgery.dmm b/maps/map_files/LV624/medbay/30.larvasurgery.dmm index dee63497d350..c97297c24ad5 100644 --- a/maps/map_files/LV624/medbay/30.larvasurgery.dmm +++ b/maps/map_files/LV624/medbay/30.larvasurgery.dmm @@ -267,7 +267,7 @@ "qP" = ( /obj/effect/landmark/corpsespawner/colonist/random/burst, /obj/effect/decal/cleanable/blood, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/whiteblue/north, /area/lv624/lazarus/medbay) "tr" = ( diff --git a/maps/map_files/LV624/science/10.yautja.dmm b/maps/map_files/LV624/science/10.yautja.dmm index 19cadfb09572..84029eff76a0 100644 --- a/maps/map_files/LV624/science/10.yautja.dmm +++ b/maps/map_files/LV624/science/10.yautja.dmm @@ -380,7 +380,7 @@ /area/lv624/lazarus/research) "Hj" = ( /obj/effect/landmark/crap_item, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/whitepurple/northeast, /area/lv624/lazarus/research) "Lo" = ( diff --git a/maps/map_files/LV624/science/40.fullylocked.dmm b/maps/map_files/LV624/science/40.fullylocked.dmm index 1f50cb304a45..a42cfb5d5945 100644 --- a/maps/map_files/LV624/science/40.fullylocked.dmm +++ b/maps/map_files/LV624/science/40.fullylocked.dmm @@ -333,7 +333,7 @@ /turf/open/floor/whitepurple/northeast, /area/lv624/lazarus/research) "Fm" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/whitepurple/northeast, /area/lv624/lazarus/research) "Jv" = ( diff --git a/maps/map_files/LV624/standalone/clfship.dmm b/maps/map_files/LV624/standalone/clfship.dmm index 51a14eb44be9..177b8895c558 100644 --- a/maps/map_files/LV624/standalone/clfship.dmm +++ b/maps/map_files/LV624/standalone/clfship.dmm @@ -1297,7 +1297,7 @@ /area/lv624/lazarus/crashed_ship) "Px" = ( /obj/structure/machinery/autolathe, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /turf/open/floor/almayer/orange/northwest, /area/lv624/lazarus/crashed_ship) "PA" = ( diff --git a/maps/map_files/LV624/standalone/corporatedome.dmm b/maps/map_files/LV624/standalone/corporatedome.dmm index da1a34b162e1..1f654499ea88 100644 --- a/maps/map_files/LV624/standalone/corporatedome.dmm +++ b/maps/map_files/LV624/standalone/corporatedome.dmm @@ -646,7 +646,7 @@ /turf/open/floor/whiteyellow/northwest, /area/lv624/lazarus/corporate_dome) "HK" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /obj/effect/spawner/random/powercell, /obj/item/tool/crowbar/red{ pixel_x = 8; diff --git a/maps/map_files/New_Varadero/New_Varadero.dmm b/maps/map_files/New_Varadero/New_Varadero.dmm index 5f2ab7eccf31..9dc30d41f4b7 100644 --- a/maps/map_files/New_Varadero/New_Varadero.dmm +++ b/maps/map_files/New_Varadero/New_Varadero.dmm @@ -759,11 +759,11 @@ /area/varadero/exterior/lz2_near) "aCY" = ( /obj/effect/decal/cleanable/blood/oil, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /turf/open/floor/plating/icefloor/asteroidplating, /area/varadero/interior/maintenance/north) "aDu" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/shiva/floor3, /area/varadero/interior/cargo) "aDF" = ( @@ -1839,7 +1839,7 @@ /turf/open/floor/shiva/greenfull/west, /area/varadero/interior/hall_SE) "bvE" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/plating/icefloor/asteroidplating, /area/varadero/interior/maintenance/research) "bvF" = ( @@ -2165,7 +2165,7 @@ /obj/structure/machinery/light{ dir = 4 }, -/obj/structure/machinery/power/apc/directional/power/north, +/obj/structure/machinery/power/apc/power/north, /turf/open/floor/asteroidfloor/north, /area/varadero/interior/comms1) "bJH" = ( @@ -2422,7 +2422,7 @@ /turf/open/shuttle/elevator/grating, /area/varadero/interior/records) "bSD" = ( -/obj/structure/machinery/power/apc/directional/power/north, +/obj/structure/machinery/power/apc/power/north, /turf/open/floor/plating/icefloor/asteroidplating, /area/varadero/interior/comms2) "bSQ" = ( @@ -3032,7 +3032,7 @@ /turf/open/auto_turf/sand_white/layer1, /area/varadero/interior_protected/vessel) "crC" = ( -/obj/structure/machinery/power/apc/directional/power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/plating/icefloor/asteroidplating, /area/varadero/interior/maintenance/security) "csb" = ( @@ -3090,7 +3090,7 @@ /turf/open/floor/shiva/multi_tiles, /area/varadero/interior/electrical) "cud" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/shiva/yellow/west, /area/varadero/interior/electrical) "cug" = ( @@ -3304,7 +3304,7 @@ /turf/open/floor/wood, /area/varadero/interior/library) "cGd" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/shiva/green, /area/varadero/interior/mess) "cGx" = ( @@ -3990,7 +3990,7 @@ /turf/open/floor/plating/icefloor/asteroidplating, /area/varadero/interior_protected/maintenance/south) "diK" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /obj/item/stack/sheet/wood, /obj/item/tool/kitchen/knife/butcher{ pixel_x = -7; @@ -6689,7 +6689,7 @@ /turf/open/floor/shiva/yellow/west, /area/varadero/interior/hall_NW) "fpe" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/wood, /area/varadero/interior/library) "fpf" = ( @@ -7232,7 +7232,7 @@ /turf/open/gm/grass/grass1/weedable, /area/varadero/interior_protected/caves/central) "fPq" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/plating/icefloor/asteroidplating, /area/varadero/exterior/eastbeach) "fPy" = ( @@ -7527,7 +7527,7 @@ /turf/open/auto_turf/sand_white/layer1, /area/varadero/exterior/pontoon_beach) "gan" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/shiva/green/west, /area/varadero/interior/court) "gar" = ( @@ -7861,7 +7861,7 @@ /turf/open/floor/wood, /area/varadero/interior/research) "gkw" = ( -/obj/structure/machinery/power/apc/directional/power/north, +/obj/structure/machinery/power/apc/power/north, /turf/open/floor/plating/icefloor/asteroidplating, /area/varadero/exterior/comms4) "gkx" = ( @@ -8854,7 +8854,7 @@ /turf/open/floor/shiva/floor3, /area/varadero/interior/hall_N) "hcz" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/asteroidfloor/north, /area/varadero/exterior/lz1_near) "hcI" = ( @@ -8889,7 +8889,7 @@ /area/varadero/interior/mess) "heu" = ( /obj/item/device/flashlight/lamp/tripod, -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/auto_turf/sand_white/layer1, /area/varadero/interior/caves/north_research) "hfn" = ( @@ -11267,7 +11267,7 @@ /turf/open/gm/dirt, /area/varadero/exterior/pontoon_beach) "iZT" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /obj/item/shard{ icon_state = "medium" }, @@ -11310,7 +11310,7 @@ /turf/open/floor/shiva/yellow/east, /area/varadero/interior/technical_storage) "jcB" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/effect/decal/cleanable/blood/drip, /turf/open/floor/shiva/purple/north, /area/varadero/interior/research) @@ -11514,7 +11514,7 @@ /turf/open/gm/dirt, /area/varadero/exterior/eastbeach) "jjl" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/structure/filingcabinet{ density = 0; icon_state = "chestdrawer"; @@ -12055,7 +12055,7 @@ /turf/open/floor/plating/icefloor/asteroidplating, /area/varadero/interior/maintenance/research) "jGz" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/white, /area/varadero/interior/toilets) "jGA" = ( @@ -12994,7 +12994,7 @@ /turf/open/floor/shiva/greenfull/west, /area/varadero/interior/hall_SE) "kuE" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/auto_turf/sand_white/layer1, /area/varadero/interior_protected/maintenance/south) "kuO" = ( @@ -13873,7 +13873,7 @@ /turf/open/gm/coast/beachcorner/north_east, /area/varadero/interior/caves/east) "ldJ" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/wood/wood_broken3, /area/varadero/interior/hall_SE) "leF" = ( @@ -16599,7 +16599,7 @@ /turf/open/floor/plating/icefloor/asteroidplating, /area/varadero/interior/maintenance/research) "neU" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/shiva/floor3, /area/varadero/interior/hall_N) "nfk" = ( @@ -17003,7 +17003,7 @@ /turf/open/floor/shiva/yellow/north, /area/varadero/interior/technical_storage) "nBl" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/shiva/yellowfull/west, /area/varadero/interior/disposals) "nBD" = ( @@ -17442,7 +17442,7 @@ /turf/open/gm/dirt/desert3, /area/varadero/interior/maintenance/north) "nRP" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/item/cell/high, /turf/open/floor/shiva/yellow/north, /area/varadero/interior/technical_storage) @@ -17917,7 +17917,7 @@ /turf/open/floor/plating/icefloor/asteroidplating, /area/varadero/interior/maintenance/security) "ola" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/plating/icefloor/asteroidplating, /area/varadero/exterior/lz2_near) "olD" = ( @@ -18765,7 +18765,7 @@ /turf/open/auto_turf/sand_white/layer1, /area/varadero/exterior/lz1_near) "oWr" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/wood, /area/varadero/interior/administration) "oWs" = ( @@ -20963,7 +20963,7 @@ /turf/open/floor/wood, /area/varadero/interior/research) "qBR" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/carpet, /area/varadero/interior/chapel) "qBU" = ( @@ -21433,7 +21433,7 @@ /turf/open/floor/shiva/yellow, /area/varadero/interior/comms3) "qSJ" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/shiva/floor3, /area/varadero/interior/morgue) "qSR" = ( @@ -22700,7 +22700,7 @@ /turf/open/floor/asteroidfloor/north, /area/varadero/exterior/lz1_near) "rSI" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/structure/filingcabinet{ density = 0; icon_state = "chestdrawer"; @@ -23765,7 +23765,7 @@ /turf/open/floor/shiva/purple, /area/varadero/interior/research) "sDQ" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/shiva/wred/east, /area/varadero/interior/medical) "sDZ" = ( @@ -25715,14 +25715,14 @@ /turf/open/auto_turf/sand_white/layer1, /area/varadero/interior_protected/vessel) "umA" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/shiva/red/north, /area/varadero/interior/security) "umO" = ( /obj/structure/bed/chair{ dir = 1 }, -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/shiva/floor3, /area/varadero/interior/hall_NW) "umT" = ( @@ -25934,7 +25934,7 @@ /turf/open/floor/wood, /area/varadero/interior/hall_SE) "uuv" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/white, /area/varadero/interior/laundry) "uuN" = ( @@ -28944,7 +28944,7 @@ /area/varadero/interior/cargo) "wGs" = ( /obj/effect/landmark/hunter_primary, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/shiva/yellowfull/west, /area/varadero/interior/comms3) "wGQ" = ( diff --git a/maps/map_files/Sorokyne_Strata/Sorokyne_Strata.dmm b/maps/map_files/Sorokyne_Strata/Sorokyne_Strata.dmm index e299b832dd1d..3f529b904039 100644 --- a/maps/map_files/Sorokyne_Strata/Sorokyne_Strata.dmm +++ b/maps/map_files/Sorokyne_Strata/Sorokyne_Strata.dmm @@ -1328,7 +1328,7 @@ /turf/open/floor/strata/fake_wood, /area/strata/ug/interior/jungle/deep/minehead) "aeR" = ( -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/strata/floor2, /area/strata/ug/interior/jungle/deep/structures/res) "aeS" = ( @@ -2421,7 +2421,7 @@ /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 10 }, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/strata/multi_tiles, /area/strata/ag/interior/dorms/maintenance) "aiK" = ( @@ -3433,7 +3433,7 @@ /area/strata/ag/interior/outpost/canteen/personal_storage) "amM" = ( /obj/structure/bedsheetbin, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/canteen/personal_storage) "amN" = ( @@ -3565,7 +3565,7 @@ /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/strata/white_cyan1/east, /area/strata/ag/interior/dorms/canteen) "anr" = ( @@ -3818,7 +3818,7 @@ /turf/open/floor/strata/fake_wood, /area/strata/ag/interior/research_decks/security) "aoz" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /obj/structure/machinery/light/small{ dir = 4 }, @@ -4940,7 +4940,7 @@ /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/canteen/lower_cafeteria) "asM" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/canteen/lower_cafeteria) "asN" = ( @@ -6318,7 +6318,7 @@ /obj/structure/bed/chair{ dir = 4 }, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /obj/effect/landmark/survivor_spawner, /turf/open/floor/interior/tatami, /area/strata/ag/interior/outpost/canteen) @@ -6618,7 +6618,7 @@ /area/strata/ag/exterior/paths/north_outpost) "ayY" = ( /obj/structure/pipes/standard/simple/hidden/cyan, -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/strata/red1, /area/strata/ag/interior/outpost/security) "aza" = ( @@ -7964,7 +7964,7 @@ /area/strata/ag/interior/outpost/maint/canteen_e_1) "aEs" = ( /obj/structure/closet/crate/freezer/rations, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /turf/open/floor/strata/multi_tiles/southwest, /area/strata/ag/interior/outpost/maint/canteen_e_1) "aEt" = ( @@ -7978,7 +7978,7 @@ /turf/open/floor/strata/white_cyan2/west, /area/strata/ug/interior/jungle/deep/minehead/ruins) "aEu" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /obj/item/reagent_container/food/drinks/cans/waterbottle, /turf/open/floor/strata/white_cyan2/west, /area/strata/ug/interior/jungle/deep/minehead/ruins) @@ -8496,7 +8496,7 @@ /turf/open/floor/strata, /area/strata/ag/exterior/research_decks) "aGl" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/strata, /area/strata/ag/interior/outpost/engi) "aGm" = ( @@ -9223,7 +9223,7 @@ /area/strata/ag/exterior/paths/adminext) "aJr" = ( /obj/structure/machinery/computer/crew, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /turf/open/floor/strata, /area/strata/ag/interior/outpost/admin) "aJs" = ( @@ -11169,7 +11169,7 @@ /area/strata/ag/interior/dorms/south) "aQA" = ( /obj/structure/bed/chair, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/strata/floor3, /area/strata/ag/interior/dorms/south) "aQB" = ( @@ -12117,7 +12117,7 @@ /area/strata/ag/interior/outpost/gen/foyer) "aUM" = ( /obj/structure/closet/secure_closet/personal, -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata/multi_tiles/west, /area/strata/ag/interior/outpost/gen/foyer) @@ -12604,7 +12604,7 @@ /obj/structure/bed/chair{ dir = 4 }, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /obj/effect/landmark/objective_landmark/science, /turf/open/floor/interior/plastic, /area/strata/ag/interior/paths/cabin_area/central) @@ -12720,7 +12720,7 @@ /turf/open/floor/strata/orange_cover, /area/strata/ag/interior/nearlz1) "aXx" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/strata/floor3, /area/strata/ag/interior/nearlz1) "aXy" = ( @@ -13048,7 +13048,7 @@ /turf/open/auto_turf/snow/brown_base/layer1, /area/strata/ag/exterior/marsh/river) "aZm" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /turf/open/floor/strata/multi_tiles/southwest, /area/strata/ag/interior/outpost/gen/bball/nest) "aZn" = ( @@ -13652,7 +13652,7 @@ /turf/open/floor/strata/cyan2/east, /area/strata/ag/interior/outpost/canteen/bar) "bbF" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/strata, /area/strata/ag/interior/outpost/maint/canteen_e_1) "bbG" = ( @@ -13685,7 +13685,7 @@ /area/strata/ug/interior/outpost/jung/dorms/admin4) "bbM" = ( /obj/structure/closet/wardrobe/pjs, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /obj/effect/landmark/objective_landmark/close, /turf/open/floor/strata, /area/strata/ug/interior/outpost/jung/dorms/admin4) @@ -16318,7 +16318,7 @@ /turf/open/auto_turf/snow/brown_base/layer1, /area/strata/ag/exterior/paths/southresearch) "bmP" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/interior/plastic, /area/strata/ag/interior/paths/cabin_area/central) "bmQ" = ( @@ -17140,7 +17140,7 @@ dir = 1; pixel_y = 20 }, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /turf/open/floor/strata/cyan1/east, /area/strata/ug/interior/outpost/jung/dorms/med1) "bpZ" = ( @@ -18664,7 +18664,7 @@ "bwV" = ( /obj/structure/surface/rack, /obj/item/storage/bible/booze, -/obj/structure/machinery/power/apc/directional/power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/strata, /area/strata/ag/interior/disposals) "bwW" = ( @@ -18748,7 +18748,7 @@ /turf/open/floor/strata/fake_wood, /area/strata/ug/interior/jungle/deep/minehead) "bxn" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /obj/structure/kitchenspike, /turf/open/floor/strata/fake_wood, /area/strata/ug/interior/jungle/deep/minehead) @@ -18803,7 +18803,7 @@ /turf/open/auto_turf/snow/brown_base/layer2, /area/strata/ag/exterior/nearlz2) "bxE" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/strata/floor3/east, /area/strata/ag/interior/administration) "bxF" = ( @@ -19083,7 +19083,7 @@ /obj/structure/machinery/light/small{ dir = 8 }, -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/admin) "bzd" = ( @@ -19170,7 +19170,7 @@ /turf/open/floor/strata/fake_wood, /area/strata/ag/interior/outpost/engi/drome) "bzx" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /turf/open/floor/strata, /area/strata/ag/interior/outpost/engi/drome) "bzG" = ( @@ -19631,7 +19631,7 @@ /turf/open/floor/strata/orange_cover, /area/strata/ag/interior/outpost/engi/drome) "bDv" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /turf/open/floor/strata/multi_tiles, /area/strata/ag/interior/dorms/hive) "bDy" = ( @@ -20316,7 +20316,7 @@ /turf/open/floor/strata/floor2, /area/strata/ag/interior/outpost/med) "bKn" = ( -/obj/structure/machinery/power/apc/directional/no_power/south, +/obj/structure/machinery/power/apc/no_power/south, /turf/open/floor/strata/floor3, /area/strata/ag/interior/outpost/gen/bball) "bKp" = ( @@ -20554,7 +20554,7 @@ /turf/open/gm/river, /area/strata/ag/exterior/nearlz2) "bNm" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /turf/open/floor/strata/multi_tiles/southwest, /area/strata/ag/exterior/research_decks) "bNq" = ( @@ -20602,7 +20602,7 @@ dir = 4 }, /obj/effect/landmark/survivor_spawner, -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/strata/floor2, /area/strata/ag/interior/outpost/med) "bOq" = ( @@ -23232,11 +23232,11 @@ "cnV" = ( /obj/item/stack/catwalk, /obj/item/tool/wrench, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /turf/open/floor/almayer/plate, /area/strata/ag/interior/outpost/engi/drome/shuttle) "cnZ" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/strata/red1, /area/strata/ag/interior/dorms/flight_control) "coa" = ( @@ -23260,7 +23260,7 @@ /area/strata/ag/interior/outpost/canteen/bar) "coi" = ( /obj/structure/reagent_dispensers/beerkeg, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /turf/open/floor/strata/cyan2/east, /area/strata/ag/interior/outpost/canteen/bar) "cok" = ( @@ -23544,7 +23544,7 @@ /turf/open/floor/strata, /area/strata/ag/interior/outpost/canteen) "crM" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/strata/fake_wood, /area/strata/ag/interior/dorms) "crN" = ( @@ -24897,7 +24897,7 @@ /turf/open/floor/prison/darkyellowfull2, /area/strata/ag/exterior/research_decks) "era" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /turf/open/floor/strata/floor2, /area/strata/ug/interior/jungle/deep/structures/engi) "erq" = ( @@ -25832,7 +25832,7 @@ /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/strata/red1, /area/strata/ag/interior/landingzone_checkpoint) "gih" = ( @@ -26187,7 +26187,7 @@ /turf/closed/wall/strata_outpost/reinforced, /area/strata/ag/interior/tcomms) "gSz" = ( -/obj/structure/machinery/power/apc/directional/power/north, +/obj/structure/machinery/power/apc/power/north, /turf/open/floor/plating, /area/strata/ag/exterior/marsh/center) "gSR" = ( @@ -26300,7 +26300,7 @@ /turf/open/floor/prison/darkyellowfull2, /area/strata/ag/interior/outpost/engi) "haU" = ( -/obj/structure/machinery/power/apc/directional/power/west, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/plating, /area/strata/ag/exterior/marsh/crash) "haZ" = ( @@ -26696,7 +26696,7 @@ /turf/open/auto_turf/ice/layer2, /area/strata/ag/exterior/nearlz2) "ibE" = ( -/obj/structure/machinery/power/apc/directional/power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/strata/floor3/east, /area/strata/ag/exterior/vanyard) "ibH" = ( @@ -26979,7 +26979,7 @@ /turf/open/floor/strata/multi_tiles, /area/strata/ag/interior/dorms/hive) "iAA" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/structure/closet/emcloset, /turf/open/floor/strata, /area/strata/ag/interior/tcomms) @@ -27760,7 +27760,7 @@ dir = 1; pixel_y = 20 }, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /turf/open/floor/strata, /area/strata/ug/interior/outpost/jung/dorms/med2) "kdm" = ( @@ -27933,7 +27933,7 @@ /obj/structure/platform/strata/metal{ dir = 1 }, -/obj/structure/machinery/power/apc/directional/power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/plating, /area/strata/ag/exterior/paths/dorms_quad) "kxF" = ( @@ -28464,7 +28464,7 @@ /area/strata/ug/interior/jungle/platform/east/scrub) "lxp" = ( /obj/structure/machinery/photocopier, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /turf/open/floor/strata, /area/strata/ug/interior/outpost/jung/dorms/admin1) "lyv" = ( @@ -28548,7 +28548,7 @@ /turf/open/auto_turf/strata_grass/layer1, /area/strata/ug/interior/jungle/deep/north_carp) "lIG" = ( -/obj/structure/machinery/power/apc/directional/no_power/east, +/obj/structure/machinery/power/apc/no_power/east, /turf/open/floor/strata, /area/strata/ag/interior/landingzone_checkpoint) "lIR" = ( @@ -29273,7 +29273,7 @@ /turf/open/asphalt/cement, /area/strata/ug/interior/jungle/platform/east/scrub) "mWM" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /obj/effect/decal/cleanable/blood, /obj/effect/landmark/objective_landmark/medium, /turf/open/floor/strata/white_cyan2/west, @@ -30519,7 +30519,7 @@ /turf/open/floor/plating/platebot, /area/strata/ag/interior/outpost/engi/drome/shuttle) "pGf" = ( -/obj/structure/machinery/power/apc/directional/power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/auto_turf/snow/brown_base/layer2, /area/strata/ag/exterior/tcomms/tcomms_deck) "pGt" = ( @@ -31638,7 +31638,7 @@ /turf/open/auto_turf/strata_grass/layer1, /area/strata/ug/interior/jungle/deep/south_dorms) "rSE" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4 }, @@ -31954,7 +31954,7 @@ /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, -/obj/structure/machinery/power/apc/directional/no_power/west, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/strata/red1, /area/strata/ag/interior/research_decks/security) "sDE" = ( @@ -32700,7 +32700,7 @@ /turf/open/auto_turf/ice/layer0, /area/strata/ag/exterior/marsh/center) "tZF" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /turf/open/floor/strata/white_cyan2/west, /area/strata/ug/interior/outpost/jung/dorms/sec2) "tZV" = ( @@ -33149,7 +33149,7 @@ /turf/open/auto_turf/ice/layer0, /area/strata/ag/exterior/nearlz2) "uTv" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /turf/open/floor/strata/white_cyan2/west, /area/strata/ug/interior/outpost/jung/dorms/admin3) "uTL" = ( @@ -33648,7 +33648,7 @@ /obj/structure/flora/pottedplant{ icon_state = "pottedplant_22" }, -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /turf/open/floor/prison/darkredfull2, /area/strata/ag/interior/landingzone_checkpoint) "vMr" = ( @@ -33699,7 +33699,7 @@ /turf/open/floor/strata/floor3/east, /area/strata/ug/interior/outpost/jung/dorms/admin3) "vTN" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/power/north, /obj/effect/decal/cleanable/blood, /obj/effect/decal/cleanable/blood/gibs/core, /turf/open/floor/strata/white_cyan2/west, diff --git a/maps/map_files/USS_Almayer/USS_Almayer.dmm b/maps/map_files/USS_Almayer/USS_Almayer.dmm index 7aa5ec21f0d7..2764da8aaa78 100644 --- a/maps/map_files/USS_Almayer/USS_Almayer.dmm +++ b/maps/map_files/USS_Almayer/USS_Almayer.dmm @@ -214,7 +214,7 @@ /turf/open/floor/almayer/plate, /area/almayer/living/offices/flight) "abH" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer, /area/almayer/living/offices/flight) "abK" = ( @@ -761,7 +761,7 @@ /turf/open/floor/almayer/plate, /area/almayer/living/officer_study) "aeP" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer/plate, /area/almayer/living/officer_study) "aeQ" = ( @@ -891,7 +891,7 @@ /turf/open/floor/prison/kitchen, /area/almayer/living/cafeteria_officer) "afJ" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer/plate, /area/almayer/living/cafeteria_officer) "afK" = ( @@ -914,7 +914,7 @@ /turf/open/floor/almayer/plate, /area/almayer/engineering/starboard_atmos) "afN" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer/cargo_arrow, /area/almayer/engineering/starboard_atmos) "afO" = ( @@ -1689,7 +1689,7 @@ /turf/open/floor/almayer, /area/almayer/lifeboat_pumps/north2) "amI" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer/silver/north, /area/almayer/command/cichallway) "amM" = ( @@ -2086,7 +2086,7 @@ /turf/open/floor/plating/almayer/no_build, /area/almayer/stair_clone/upper) "apt" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer/plate, /area/almayer/living/pilotbunks) "apz" = ( @@ -2392,7 +2392,7 @@ /obj/structure/machinery/light{ dir = 1 }, -/obj/structure/machinery/power/apc/almayer/directional/north{ +/obj/structure/machinery/power/apc/almayer/north{ cell_type = /obj/item/cell/hyper }, /turf/open/floor/almayer/plate, @@ -2489,7 +2489,7 @@ /turf/open/floor/almayer/silver/north, /area/almayer/command/cic) "arG" = ( -/obj/structure/machinery/power/apc/almayer/hardened/directional/north, +/obj/structure/machinery/power/apc/almayer/hardened/north, /turf/open/floor/almayer/silver/north, /area/almayer/command/cic) "arH" = ( @@ -2844,7 +2844,7 @@ /turf/open/floor/almayer/test_floor4, /area/almayer/command/cic) "atS" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/plating/plating_catwalk, /area/almayer/maint/hull/lower/stern) "atT" = ( @@ -3130,7 +3130,7 @@ /turf/open/floor/plating/plating_catwalk, /area/almayer/living/pilotbunks) "avV" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /obj/structure/bed/chair, /turf/open/floor/grass, /area/almayer/living/starboard_garden) @@ -3327,7 +3327,7 @@ pixel_x = -3; pixel_y = 4 }, -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer/sterile_green, /area/almayer/medical/hydroponics) "awR" = ( @@ -4408,7 +4408,7 @@ /turf/open/floor/almayer/sterile_green_corner, /area/almayer/medical/morgue) "aCp" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer/sterile_green_side/north, /area/almayer/medical/upper_medical) "aCt" = ( @@ -4691,7 +4691,7 @@ icon_state = "NW-out"; pixel_y = 1 }, -/obj/structure/machinery/power/apc/almayer/directional/east, +/obj/structure/machinery/power/apc/almayer/east, /turf/open/floor/almayer/plate, /area/almayer/hallways/lower/starboard_umbilical) "aEg" = ( @@ -5295,7 +5295,7 @@ /turf/open/floor/plating, /area/almayer/medical/medical_science) "aIq" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer, /area/almayer/squads/alpha_bravo_shared) "aIr" = ( @@ -6652,7 +6652,7 @@ /turf/open/floor/almayer/plate, /area/almayer/living/captain_mess) "aRC" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer/plate, /area/almayer/living/captain_mess) "aRE" = ( @@ -6940,7 +6940,7 @@ /turf/open/floor/almayer/test_floor4, /area/almayer/squads/bravo) "aTx" = ( -/obj/structure/machinery/power/apc/almayer/directional/south, +/obj/structure/machinery/power/apc/almayer/south, /obj/structure/surface/table/almayer, /obj/item/tool/hand_labeler, /turf/open/floor/almayer/orange/east, @@ -7352,7 +7352,7 @@ /turf/open/floor/almayer/red/north, /area/almayer/shipboard/brig/chief_mp_office) "aWk" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer/plate, /area/almayer/living/bridgebunks) "aWm" = ( @@ -7572,7 +7572,7 @@ /turf/open/floor/almayer/sterile_green_corner, /area/almayer/medical/operating_room_one) "aYR" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer/sterile_green_side/north, /area/almayer/medical/operating_room_two) "aZe" = ( @@ -7599,7 +7599,7 @@ /turf/open/floor/wood/ship, /area/almayer/living/chapel) "aZs" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/wood/ship, /area/almayer/living/chapel) "aZv" = ( @@ -8376,7 +8376,7 @@ /turf/open/floor/plating/plating_catwalk, /area/almayer/squads/alpha) "bfz" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -8454,7 +8454,7 @@ /area/almayer/hallways/hangar) "bgk" = ( /obj/structure/surface/table/almayer, -/obj/structure/machinery/power/apc/almayer/directional/west, +/obj/structure/machinery/power/apc/almayer/west, /obj/structure/machinery/reagentgrinder{ pixel_y = 3 }, @@ -8684,7 +8684,7 @@ /turf/open/floor/almayer/bluefull, /area/almayer/living/bridgebunks) "bhR" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer/blue/north, /area/almayer/hallways/upper/fore_hallway) "bhT" = ( @@ -8742,7 +8742,7 @@ /area/almayer/medical/chemistry) "biy" = ( /obj/structure/pipes/unary/freezer, -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /obj/structure/sign/safety/autodoc{ pixel_x = 20; pixel_y = 32 @@ -9000,7 +9000,7 @@ /turf/open/floor/almayer/silver/east, /area/almayer/living/cryo_cells) "blf" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /obj/structure/surface/table/almayer, /obj/item/paper_bin/uscm, /obj/item/tool/pen, @@ -10079,7 +10079,7 @@ /turf/open/floor/almayer/sterile_green_corner/north, /area/almayer/medical/operating_room_one) "buj" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer/sterile_green_side/north, /area/almayer/medical/operating_room_one) "bur" = ( @@ -10382,7 +10382,7 @@ /turf/open/floor/almayer/redfull, /area/almayer/living/cryo_cells) "bxA" = ( -/obj/structure/machinery/power/apc/almayer/hardened/directional/south, +/obj/structure/machinery/power/apc/almayer/hardened/south, /obj/effect/decal/warning_stripes{ icon_state = "SW-out"; pixel_x = -1 @@ -10530,7 +10530,7 @@ /turf/open/floor/almayer/dark_sterile, /area/almayer/medical/lockerroom) "bzo" = ( -/obj/structure/machinery/power/apc/almayer/directional/south, +/obj/structure/machinery/power/apc/almayer/south, /turf/open/floor/almayer/sterile_green_side, /area/almayer/medical/operating_room_four) "bzz" = ( @@ -10636,7 +10636,7 @@ /turf/open/floor/almayer/red/north, /area/almayer/shipboard/weapon_room) "bAP" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer/red/north, /area/almayer/shipboard/weapon_room) "bAQ" = ( @@ -11348,7 +11348,7 @@ /turf/open/floor/almayer/red/southwest, /area/almayer/living/cryo_cells) "bFt" = ( -/obj/structure/machinery/power/apc/almayer/directional/east, +/obj/structure/machinery/power/apc/almayer/east, /turf/open/floor/almayer/orange/east, /area/almayer/engineering/upper_engineering/starboard) "bFA" = ( @@ -14011,7 +14011,7 @@ "cdm" = ( /obj/effect/landmark/ert_spawns/distress_cryo, /obj/effect/landmark/late_join, -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/plating/plating_catwalk, /area/almayer/living/cryo_cells) "cdn" = ( @@ -14382,7 +14382,7 @@ /turf/open/floor/plating/plating_catwalk, /area/almayer/squads/charlie) "chS" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -15022,7 +15022,7 @@ dir = 4; pixel_x = -17 }, -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer/silver/north, /area/almayer/command/computerlab) "cnH" = ( @@ -15147,7 +15147,7 @@ /turf/open/floor/almayer/emerald/east, /area/almayer/squads/charlie) "coj" = ( -/obj/structure/machinery/power/apc/almayer/directional/south, +/obj/structure/machinery/power/apc/almayer/south, /obj/structure/surface/table/almayer, /obj/item/tool/hand_labeler, /turf/open/floor/almayer/blue/east, @@ -16691,7 +16691,7 @@ /turf/open/floor/almayer/green/north, /area/almayer/hallways/lower/starboard_midship_hallway) "cVq" = ( -/obj/structure/machinery/power/apc/almayer/hardened/directional/north, +/obj/structure/machinery/power/apc/almayer/hardened/north, /turf/open/floor/almayer, /area/almayer/command/corporateliaison) "cVt" = ( @@ -17007,7 +17007,7 @@ /turf/closed/wall/almayer/aicore/hull, /area/almayer/command/airoom) "daF" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/plating/plating_catwalk, /area/almayer/maint/hull/lower/l_f_p) "daI" = ( @@ -17766,7 +17766,7 @@ /turf/open/floor/almayer, /area/almayer/living/chapel) "duo" = ( -/obj/structure/machinery/power/apc/almayer/directional/west, +/obj/structure/machinery/power/apc/almayer/west, /turf/open/floor/prison/kitchen, /area/almayer/living/grunt_rnr) "dut" = ( @@ -18289,7 +18289,7 @@ /turf/open/floor/almayer/plate, /area/almayer/maint/hull/lower/stern) "dEm" = ( -/obj/structure/machinery/power/apc/almayer/directional/south, +/obj/structure/machinery/power/apc/almayer/south, /obj/effect/decal/warning_stripes{ icon_state = "S" }, @@ -19983,7 +19983,7 @@ /turf/open/floor/plating/plating_catwalk, /area/almayer/maint/hull/lower/s_bow) "eoy" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer/plate, /area/almayer/hallways/lower/port_midship_hallway) "eoE" = ( @@ -20279,7 +20279,7 @@ /turf/open/floor/almayer/red, /area/almayer/command/lifeboat) "ets" = ( -/obj/structure/machinery/power/apc/almayer/directional/east, +/obj/structure/machinery/power/apc/almayer/east, /obj/effect/decal/warning_stripes{ icon_state = "N"; layer = 3.33; @@ -21281,7 +21281,7 @@ /turf/open/floor/almayer/aicore/no_build, /area/almayer/command/airoom) "eQm" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer/plate, /area/almayer/maint/hull/upper/p_bow) "eQz" = ( @@ -21518,7 +21518,7 @@ pixel_x = 8; pixel_y = 18 }, -/obj/structure/machinery/power/apc/almayer/directional/west, +/obj/structure/machinery/power/apc/almayer/west, /obj/structure/sign/safety/rewire{ pixel_x = -17; pixel_y = 17 @@ -22063,7 +22063,7 @@ pixel_x = 8; pixel_y = -32 }, -/obj/structure/machinery/power/apc/almayer/directional/south, +/obj/structure/machinery/power/apc/almayer/south, /turf/open/floor/plating/plating_catwalk, /area/almayer/maint/hull/lower/s_bow) "fgh" = ( @@ -23041,7 +23041,7 @@ /turf/open/floor/almayer/test_floor4, /area/almayer/command/cichallway) "fEC" = ( -/obj/structure/machinery/power/apc/almayer/directional/south, +/obj/structure/machinery/power/apc/almayer/south, /turf/open/floor/almayer/plate, /area/almayer/medical/morgue) "fEF" = ( @@ -24130,7 +24130,7 @@ /obj/structure/pipes/standard/simple/hidden/supply{ dir = 4 }, -/obj/structure/machinery/power/apc/almayer/directional/south, +/obj/structure/machinery/power/apc/almayer/south, /obj/structure/sign/safety/rewire{ pixel_y = -38 }, @@ -24366,7 +24366,7 @@ /turf/open/floor/almayer/plate, /area/almayer/command/cic) "gll" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer, /area/almayer/squads/charlie_delta_shared) "gls" = ( @@ -24577,12 +24577,6 @@ "gpY" = ( /turf/closed/wall/almayer/reinforced, /area/almayer/lifeboat_pumps/north1) -"gqf" = ( -/obj/structure/machinery/alarm/almayer{ - dir = 1 - }, -/turf/closed/wall/almayer, -/area/almayer/hallways/lower/starboard_umbilical) "gqt" = ( /obj/structure/sign/safety/storage{ pixel_x = -17 @@ -24797,7 +24791,7 @@ /turf/open/floor/plating/plating_catwalk, /area/almayer/maint/hull/upper/u_a_p) "gtU" = ( -/obj/structure/machinery/power/apc/almayer/directional/west, +/obj/structure/machinery/power/apc/almayer/west, /obj/structure/sign/safety/rewire{ pixel_x = -17; pixel_y = 17 @@ -24979,7 +24973,7 @@ density = 0; pixel_y = 30 }, -/obj/structure/machinery/power/apc/almayer/directional/east, +/obj/structure/machinery/power/apc/almayer/east, /turf/open/floor/almayer/plate, /area/almayer/living/numbertwobunks) "gym" = ( @@ -25183,7 +25177,7 @@ /obj/item/storage/bag/trash{ pixel_x = -3 }, -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/plating, /area/almayer/maint/lower/constr) "gBW" = ( @@ -25210,7 +25204,7 @@ /turf/open/floor/almayer, /area/almayer/hallways/hangar) "gCB" = ( -/obj/structure/machinery/power/apc/almayer/hardened/directional/north{ +/obj/structure/machinery/power/apc/almayer/hardened/north{ cell_type = /obj/item/cell/hyper }, /obj/effect/decal/warning_stripes{ @@ -25442,7 +25436,7 @@ /turf/open/floor/almayer/test_floor4, /area/almayer/engineering/ce_room) "gIm" = ( -/obj/structure/machinery/power/apc/almayer/directional/east, +/obj/structure/machinery/power/apc/almayer/east, /turf/open/floor/plating/plating_catwalk, /area/almayer/maint/hull/lower/l_a_p) "gIz" = ( @@ -25742,7 +25736,7 @@ /obj/structure/sign/safety/maint{ pixel_x = -17 }, -/obj/structure/machinery/power/apc/almayer/directional/south, +/obj/structure/machinery/power/apc/almayer/south, /turf/open/floor/plating/plating_catwalk, /area/almayer/maint/hull/upper/s_bow) "gNo" = ( @@ -25903,7 +25897,7 @@ /turf/open/floor/almayer/orangecorner/west, /area/almayer/hallways/lower/port_umbilical) "gRP" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer/plate, /area/almayer/hallways/hangar) "gSa" = ( @@ -25995,7 +25989,7 @@ /turf/open/floor/almayer/plate, /area/almayer/shipboard/brig/general_equipment) "gUi" = ( -/obj/structure/machinery/power/apc/almayer/directional/south, +/obj/structure/machinery/power/apc/almayer/south, /turf/open/floor/plating/plating_catwalk, /area/almayer/maint/lower/s_bow) "gUn" = ( @@ -26470,7 +26464,7 @@ /turf/open/floor/almayer/sterile_green_side/west, /area/almayer/medical/medical_science) "heo" = ( -/obj/structure/machinery/power/apc/almayer/directional/north{ +/obj/structure/machinery/power/apc/almayer/north{ cell_type = /obj/item/cell/hyper }, /obj/structure/sign/safety/rewire{ @@ -27218,7 +27212,7 @@ /obj/structure/pipes/standard/simple/hidden/supply{ dir = 4 }, -/obj/structure/machinery/power/apc/almayer/directional/south, +/obj/structure/machinery/power/apc/almayer/south, /turf/open/floor/almayer/red, /area/almayer/shipboard/brig/chief_mp_office) "hsr" = ( @@ -27263,7 +27257,7 @@ /turf/open/floor/almayer/plate, /area/almayer/maint/hull/lower/l_m_s) "htk" = ( -/obj/structure/machinery/power/apc/almayer/directional/west, +/obj/structure/machinery/power/apc/almayer/west, /turf/open/floor/almayer/plate, /area/almayer/maint/lower/cryo_cells) "htl" = ( @@ -27511,7 +27505,7 @@ /turf/open/floor/almayer, /area/almayer/hallways/upper/midship_hallway) "hyV" = ( -/obj/structure/machinery/power/apc/almayer/directional/east, +/obj/structure/machinery/power/apc/almayer/east, /obj/structure/sign/safety/rewire{ pixel_x = 32; pixel_y = 24 @@ -28053,7 +28047,7 @@ /turf/open/floor/almayer/plate, /area/almayer/maint/hull/upper/s_bow) "hMN" = ( -/obj/structure/machinery/power/apc/almayer/directional/south, +/obj/structure/machinery/power/apc/almayer/south, /turf/open/floor/almayer/sterile_green_side, /area/almayer/medical/operating_room_three) "hNh" = ( @@ -28459,7 +28453,7 @@ dir = 4; pixel_y = -12 }, -/obj/structure/machinery/power/apc/almayer/directional/east, +/obj/structure/machinery/power/apc/almayer/east, /obj/structure/sign/safety/rewire{ pixel_x = 32; pixel_y = 17 @@ -28879,7 +28873,7 @@ /turf/open/floor/prison/kitchen, /area/almayer/living/grunt_rnr) "ied" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer, /area/almayer/maint/hull/upper/u_f_p) "ien" = ( @@ -29313,7 +29307,7 @@ /turf/closed/wall/almayer, /area/almayer/command/securestorage) "ioV" = ( -/obj/structure/machinery/power/apc/almayer/directional/south, +/obj/structure/machinery/power/apc/almayer/south, /obj/structure/sign/safety/rewire{ pixel_y = -38 }, @@ -29801,7 +29795,7 @@ /turf/open/floor/almayer/plate, /area/almayer/maint/upper/u_a_s) "iBl" = ( -/obj/structure/machinery/power/apc/almayer/directional/east, +/obj/structure/machinery/power/apc/almayer/east, /obj/structure/sign/safety/rewire{ pixel_x = 7; pixel_y = -30 @@ -29966,7 +29960,7 @@ dir = 4 }, /obj/structure/pipes/standard/simple/hidden/supply, -/obj/structure/machinery/power/apc/almayer/directional/west, +/obj/structure/machinery/power/apc/almayer/west, /obj/structure/sign/safety/maint{ pixel_x = -17 }, @@ -30279,7 +30273,7 @@ /obj/structure/pipes/standard/simple/hidden/supply{ dir = 4 }, -/obj/structure/machinery/power/apc/almayer/directional/south, +/obj/structure/machinery/power/apc/almayer/south, /turf/open/floor/plating/plating_catwalk, /area/almayer/maint/hull/upper/u_f_s) "iNH" = ( @@ -30737,7 +30731,7 @@ /obj/structure/closet/secure_closet/surgical{ pixel_x = -30 }, -/obj/structure/machinery/power/apc/almayer/directional/south, +/obj/structure/machinery/power/apc/almayer/south, /obj/structure/sign/safety/rewire{ pixel_y = -38 }, @@ -30912,7 +30906,7 @@ /turf/open/floor/almayer, /area/almayer/living/briefing) "iXW" = ( -/obj/structure/machinery/power/apc/almayer/directional/east, +/obj/structure/machinery/power/apc/almayer/east, /turf/open/floor/almayer/sterile_green_corner, /area/almayer/medical/lower_medical_lobby) "iYe" = ( @@ -32215,7 +32209,7 @@ /turf/open/floor/wood/ship, /area/almayer/command/corporateliaison) "jvP" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer/plate, /area/almayer/shipboard/brig/cryo) "jvX" = ( @@ -32311,7 +32305,7 @@ /turf/open/floor/plating, /area/almayer/living/bridgebunks) "jxX" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer/orange/east, /area/almayer/hallways/lower/starboard_aft_hallway) "jyb" = ( @@ -32618,7 +32612,7 @@ /turf/open/floor/prison/kitchen, /area/almayer/living/grunt_rnr) "jFI" = ( -/obj/structure/machinery/power/apc/almayer/directional/east, +/obj/structure/machinery/power/apc/almayer/east, /turf/open/floor/almayer/plate, /area/almayer/maint/hull/upper/u_m_s) "jFM" = ( @@ -32725,7 +32719,7 @@ /turf/open/floor/almayer/plating/northeast, /area/almayer/engineering/lower/engine_core) "jJk" = ( -/obj/structure/machinery/power/apc/almayer/directional/east, +/obj/structure/machinery/power/apc/almayer/east, /turf/open/floor/almayer/blue/northeast, /area/almayer/living/port_emb) "jKn" = ( @@ -32999,7 +32993,7 @@ /turf/open/floor/almayer/red/east, /area/almayer/hallways/upper/starboard) "jOE" = ( -/obj/structure/machinery/power/apc/almayer/directional/south, +/obj/structure/machinery/power/apc/almayer/south, /turf/open/floor/almayer/orange, /area/almayer/engineering/lower) "jOG" = ( @@ -33519,7 +33513,7 @@ /turf/open/floor/almayer/red/east, /area/almayer/hallways/upper/starboard) "jZU" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer, /area/almayer/medical/containment/cell/cl) "jZY" = ( @@ -33581,7 +33575,7 @@ /turf/open/floor/almayer/bluefull, /area/almayer/squads/charlie_delta_shared) "kaO" = ( -/obj/structure/machinery/power/apc/almayer/directional/west, +/obj/structure/machinery/power/apc/almayer/west, /turf/open/floor/almayer/silver/west, /area/almayer/hallways/upper/midship_hallway) "kaQ" = ( @@ -33847,7 +33841,7 @@ /turf/open/floor/almayer/plate, /area/almayer/hallways/lower/vehiclehangar) "kgV" = ( -/obj/structure/machinery/power/apc/almayer/directional/east, +/obj/structure/machinery/power/apc/almayer/east, /obj/effect/decal/warning_stripes{ icon_state = "E"; layer = 3.33; @@ -34498,7 +34492,7 @@ /turf/open/floor/almayer/red/north, /area/almayer/shipboard/brig/processing) "kuK" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer/plate, /area/almayer/maint/hull/upper/u_m_p) "kvf" = ( @@ -34593,7 +34587,7 @@ /turf/open/floor/almayer/dark_sterile, /area/almayer/living/port_emb) "kxe" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer/plate, /area/almayer/maint/hull/lower/p_bow) "kxo" = ( @@ -35471,7 +35465,7 @@ /obj/structure/bed/chair{ dir = 4 }, -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer/blue/northeast, /area/almayer/living/basketball) "kPG" = ( @@ -39220,7 +39214,7 @@ /turf/open/floor/plating/plating_catwalk, /area/almayer/maint/hull/lower/stern) "myl" = ( -/obj/structure/machinery/power/apc/almayer/hardened/directional/north{ +/obj/structure/machinery/power/apc/almayer/hardened/north{ cell_type = /obj/item/cell/hyper }, /obj/effect/decal/warning_stripes{ @@ -39492,7 +39486,7 @@ /turf/open/floor/almayer/plate, /area/almayer/maint/hull/lower/l_a_p) "mCJ" = ( -/obj/structure/machinery/power/apc/almayer/directional/south, +/obj/structure/machinery/power/apc/almayer/south, /turf/open/floor/plating/plating_catwalk, /area/almayer/maint/upper/u_f_p) "mCL" = ( @@ -39697,7 +39691,7 @@ /turf/open/floor/wood/ship, /area/almayer/command/corporateliaison) "mHb" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer/red/east, /area/almayer/shipboard/brig/processing) "mHo" = ( @@ -39899,7 +39893,7 @@ icon_state = "N"; pixel_y = 1 }, -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer/red, /area/almayer/hallways/upper/port) "mKq" = ( @@ -40869,7 +40863,7 @@ /turf/open/floor/almayer/plate, /area/almayer/maint/hull/lower/l_m_s) "neO" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer/red/north, /area/almayer/shipboard/navigation) "neS" = ( @@ -41318,7 +41312,7 @@ /turf/open/floor/almayer/cargo_arrow/north, /area/almayer/living/briefing) "nlI" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer/plate, /area/almayer/maint/upper/u_f_s) "nlW" = ( @@ -41840,7 +41834,7 @@ /turf/open/floor/almayer/mono, /area/almayer/engineering/upper_engineering/starboard) "nwW" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer/red/north, /area/almayer/shipboard/port_missiles) "nwY" = ( @@ -41944,7 +41938,7 @@ /turf/open/floor/almayer/test_floor4, /area/almayer/shipboard/brig/starboard_hallway) "nAd" = ( -/obj/structure/machinery/power/apc/almayer/directional/east, +/obj/structure/machinery/power/apc/almayer/east, /turf/open/floor/almayer, /area/almayer/engineering/lower/engine_core) "nAm" = ( @@ -42382,7 +42376,7 @@ /turf/open/floor/almayer/plating/northeast, /area/almayer/shipboard/port_missiles) "nIG" = ( -/obj/structure/machinery/power/apc/almayer/directional/east, +/obj/structure/machinery/power/apc/almayer/east, /turf/open/floor/almayer/silver/northeast, /area/almayer/command/securestorage) "nIN" = ( @@ -42448,7 +42442,7 @@ /area/almayer/engineering/lower/workshop) "nLk" = ( /obj/effect/decal/cleanable/blood/oil, -/obj/structure/machinery/power/apc/almayer/directional/east, +/obj/structure/machinery/power/apc/almayer/east, /turf/open/floor/almayer/orange/east, /area/almayer/engineering/upper_engineering/port) "nLp" = ( @@ -42696,7 +42690,7 @@ /turf/open/floor/plating/plating_catwalk, /area/almayer/maint/hull/lower/l_m_p) "nQv" = ( -/obj/structure/machinery/power/apc/almayer/directional/east, +/obj/structure/machinery/power/apc/almayer/east, /turf/open/floor/almayer/plating_striped/west, /area/almayer/squads/req) "nQA" = ( @@ -43137,7 +43131,7 @@ /turf/open/floor/almayer, /area/almayer/hallways/upper/midship_hallway) "nZR" = ( -/obj/structure/machinery/power/apc/almayer/directional/west, +/obj/structure/machinery/power/apc/almayer/west, /turf/open/floor/almayer/plating/northeast, /area/almayer/shipboard/panic) "nZW" = ( @@ -43565,7 +43559,7 @@ /obj/structure/pipes/vents/pump{ dir = 8 }, -/obj/structure/machinery/power/apc/almayer/hardened/directional/east, +/obj/structure/machinery/power/apc/almayer/hardened/east, /turf/open/floor/almayer, /area/almayer/command/lifeboat) "oit" = ( @@ -43576,7 +43570,7 @@ /turf/open/floor/almayer/redfull, /area/almayer/shipboard/port_missiles) "oix" = ( -/obj/structure/machinery/power/apc/almayer/directional/south, +/obj/structure/machinery/power/apc/almayer/south, /obj/structure/sign/safety/rewire{ pixel_y = -38 }, @@ -45124,7 +45118,7 @@ /turf/open/floor/almayer/plating/northeast, /area/almayer/medical/upper_medical) "oNK" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/plating/plating_catwalk, /area/almayer/maint/hull/upper/u_a_s) "oNM" = ( @@ -45180,7 +45174,7 @@ /obj/effect/decal/warning_stripes{ icon_state = "S" }, -/obj/structure/machinery/power/apc/almayer/directional/south, +/obj/structure/machinery/power/apc/almayer/south, /turf/open/floor/almayer/red/north, /area/almayer/hallways/upper/starboard) "oOO" = ( @@ -45499,7 +45493,7 @@ /obj/structure/platform{ dir = 8 }, -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer/silver/north, /area/almayer/hallways/lower/repair_bay) "oUG" = ( @@ -46396,7 +46390,7 @@ /turf/open/floor/plating/plating_catwalk, /area/almayer/maint/hull/lower/stern) "ppV" = ( -/obj/structure/machinery/power/apc/almayer/directional/south, +/obj/structure/machinery/power/apc/almayer/south, /turf/open/floor/almayer/plate, /area/almayer/hallways/lower/starboard_midship_hallway) "pqc" = ( @@ -46484,7 +46478,7 @@ /turf/open/floor/almayer, /area/almayer/maint/hull/upper/u_f_s) "prl" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /obj/effect/decal/warning_stripes{ icon_state = "SW-out" }, @@ -47518,13 +47512,6 @@ }, /turf/open/floor/almayer/plate, /area/almayer/maint/hull/lower/l_a_s) -"pPK" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/obj/structure/machinery/power/apc/almayer/directional/west, -/turf/open/floor/almayer/sterile_green_side/west, -/area/almayer/medical/lower_medical_medbay) "pPM" = ( /obj/structure/surface/rack, /turf/open/floor/almayer/silver/northeast, @@ -47573,7 +47560,7 @@ /turf/open/floor/almayer/plate, /area/almayer/squads/charlie_delta_shared) "pQI" = ( -/obj/structure/machinery/power/apc/almayer/directional/north{ +/obj/structure/machinery/power/apc/almayer/north{ cell_type = /obj/item/cell/hyper }, /turf/open/floor/almayer/red/north, @@ -47606,7 +47593,7 @@ /turf/open/floor/almayer/plate, /area/almayer/living/offices) "pRn" = ( -/obj/structure/machinery/power/apc/almayer/directional/east, +/obj/structure/machinery/power/apc/almayer/east, /obj/structure/machinery/medical_pod/sleeper, /turf/open/floor/almayer/mono, /area/almayer/medical/medical_science) @@ -48328,7 +48315,7 @@ /turf/open/floor/almayer, /area/almayer/squads/delta) "qgU" = ( -/obj/structure/machinery/power/apc/almayer/hardened/directional/south, +/obj/structure/machinery/power/apc/almayer/hardened/south, /obj/effect/decal/warning_stripes{ icon_state = "SE-out"; pixel_x = 1 @@ -48994,7 +48981,7 @@ /turf/open/floor/almayer/silvercorner/east, /area/almayer/hallways/upper/midship_hallway) "qvC" = ( -/obj/structure/machinery/power/apc/almayer/directional/east, +/obj/structure/machinery/power/apc/almayer/east, /turf/open/floor/plating, /area/almayer/living/port_emb) "qvE" = ( @@ -49618,7 +49605,7 @@ /turf/open/floor/almayer/red/north, /area/almayer/squads/alpha_bravo_shared) "qGf" = ( -/obj/structure/machinery/power/apc/almayer/directional/south, +/obj/structure/machinery/power/apc/almayer/south, /obj/structure/sign/safety/rewire{ pixel_y = -38 }, @@ -50228,7 +50215,7 @@ /turf/open/floor/almayer/plate, /area/almayer/maint/upper/u_m_s) "qTu" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer/plate, /area/almayer/hallways/lower/port_umbilical) "qTA" = ( @@ -50579,7 +50566,7 @@ /turf/open/floor/plating/plating_catwalk, /area/almayer/maint/hull/lower/l_m_s) "qZT" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer/plate, /area/almayer/hallways/lower/starboard_fore_hallway) "qZX" = ( @@ -50780,7 +50767,7 @@ /turf/open/floor/almayer/sterile_green_side/west, /area/almayer/medical/lower_medical_lobby) "rdT" = ( -/obj/structure/machinery/power/apc/almayer/directional/south, +/obj/structure/machinery/power/apc/almayer/south, /turf/open/floor/almayer/plate, /area/almayer/hallways/lower/port_fore_hallway) "rdZ" = ( @@ -51152,7 +51139,7 @@ /area/almayer/living/synthcloset) "rlh" = ( /obj/structure/closet/firecloset, -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer/plate, /area/almayer/shipboard/starboard_point_defense) "rll" = ( @@ -52358,7 +52345,7 @@ /obj/structure/sign/safety/rewire{ pixel_x = 32 }, -/obj/structure/machinery/power/apc/almayer/directional/south, +/obj/structure/machinery/power/apc/almayer/south, /turf/open/floor/almayer/orange/east, /area/almayer/hallways/lower/port_aft_hallway) "rKA" = ( @@ -52803,6 +52790,13 @@ /obj/structure/machinery/part_fabricator/dropship, /turf/open/floor/almayer/plate, /area/almayer/hallways/lower/repair_bay) +"rVB" = ( +/obj/structure/machinery/suit_storage_unit/compression_suit/uscm, +/obj/structure/machinery/alarm/almayer{ + dir = 1 + }, +/turf/open/floor/almayer/plate, +/area/almayer/hallways/lower/starboard_umbilical) "rVC" = ( /obj/structure/pipes/vents/pump/on, /obj/structure/machinery/light{ @@ -52911,7 +52905,7 @@ /obj/structure/sign/safety/hazard{ pixel_y = -32 }, -/obj/structure/machinery/power/apc/almayer/directional/west, +/obj/structure/machinery/power/apc/almayer/west, /turf/open/floor/almayer, /area/almayer/shipboard/brig/execution) "rXF" = ( @@ -52954,7 +52948,7 @@ /area/almayer/engineering/lower/workshop) "rYi" = ( /obj/structure/bed/chair, -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer/plate, /area/almayer/living/gym) "rYp" = ( @@ -53279,7 +53273,7 @@ /obj/item/roller/medevac, /obj/item/roller/medevac, /obj/item/roller/medevac, -/obj/structure/machinery/power/apc/almayer/directional/west, +/obj/structure/machinery/power/apc/almayer/west, /obj/structure/surface/table/reinforced/prison, /turf/open/floor/almayer/sterile_green, /area/almayer/medical/lockerroom) @@ -54699,7 +54693,7 @@ /turf/open/floor/almayer/sterile_green_side/east, /area/almayer/medical/morgue) "sKf" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer/orange/north, /area/almayer/engineering/lower) "sKI" = ( @@ -55041,7 +55035,7 @@ /turf/open/floor/plating/plating_catwalk, /area/almayer/hallways/lower/port_midship_hallway) "sTV" = ( -/obj/structure/machinery/power/apc/almayer/hardened/directional/north{ +/obj/structure/machinery/power/apc/almayer/hardened/north{ cell_type = /obj/item/cell/hyper }, /turf/open/floor/plating, @@ -56842,7 +56836,7 @@ /turf/open/floor/almayer/plate, /area/almayer/maint/hull/upper/u_a_s) "tBY" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer/plate, /area/almayer/maint/upper/mess) "tCd" = ( @@ -57660,7 +57654,7 @@ /obj/item/storage/toolbox/mechanical{ pixel_y = 13 }, -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer/plate, /area/almayer/maint/upper/u_m_s) "tXb" = ( @@ -57696,7 +57690,7 @@ /turf/open/floor/almayer/test_floor4, /area/almayer/squads/req) "tXn" = ( -/obj/structure/machinery/power/apc/almayer/directional/west, +/obj/structure/machinery/power/apc/almayer/west, /turf/open/floor/almayer/plate, /area/almayer/maint/hull/lower/l_a_s) "tXo" = ( @@ -58425,7 +58419,7 @@ /obj/effect/decal/warning_stripes{ icon_state = "S" }, -/obj/structure/machinery/power/apc/almayer/directional/south, +/obj/structure/machinery/power/apc/almayer/south, /turf/open/floor/almayer/sterile_green, /area/almayer/medical/containment) "uoj" = ( @@ -60119,7 +60113,7 @@ /turf/open/floor/almayer/emerald/southwest, /area/almayer/living/port_emb) "uZF" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer, /area/almayer/engineering/lower/workshop) "uZH" = ( @@ -60750,7 +60744,7 @@ /turf/open/floor/almayer/plate, /area/almayer/maint/lower/s_bow) "vkR" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /obj/structure/bed/sofa/south/grey, /turf/open/floor/almayer/silver/north, /area/almayer/shipboard/brig/cic_hallway) @@ -61077,7 +61071,7 @@ /area/almayer/engineering/upper_engineering/starboard) "vqL" = ( /obj/item/clothing/under/shorts/black, -/obj/structure/machinery/power/apc/almayer/directional/west, +/obj/structure/machinery/power/apc/almayer/west, /turf/open/floor/almayer/dark_sterile, /area/almayer/engineering/laundry) "vqW" = ( @@ -61396,7 +61390,7 @@ /turf/open/floor/almayer/dark_sterile, /area/almayer/living/port_emb) "vwj" = ( -/obj/structure/machinery/power/apc/almayer/directional/south, +/obj/structure/machinery/power/apc/almayer/south, /turf/open/floor/almayer/plate, /area/almayer/maint/upper/u_m_p) "vwC" = ( @@ -61628,7 +61622,7 @@ /turf/open/floor/almayer/orange/north, /area/almayer/hallways/hangar) "vAx" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer/plate, /area/almayer/maint/hull/lower/l_m_p) "vAz" = ( @@ -61657,7 +61651,7 @@ /obj/effect/decal/warning_stripes{ icon_state = "W" }, -/obj/structure/machinery/power/apc/almayer/directional/west, +/obj/structure/machinery/power/apc/almayer/west, /turf/open/floor/almayer/plating/northeast, /area/almayer/shipboard/stern_point_defense) "vAQ" = ( @@ -63520,7 +63514,7 @@ /area/almayer/medical/upper_medical) "wjC" = ( /obj/structure/closet/firecloset, -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer/plate, /area/almayer/shipboard/port_point_defense) "wjL" = ( @@ -63698,7 +63692,7 @@ /turf/open/floor/almayer, /area/almayer/hallways/hangar) "wmg" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer/red/north, /area/almayer/shipboard/starboard_missiles) "wmo" = ( @@ -64408,7 +64402,7 @@ /area/almayer/hallways/upper/fore_hallway) "wCs" = ( /obj/structure/machinery/vending/security, -/obj/structure/machinery/power/apc/almayer/directional/west, +/obj/structure/machinery/power/apc/almayer/west, /turf/open/floor/almayer/plate, /area/almayer/living/briefing) "wCI" = ( @@ -64807,7 +64801,7 @@ /turf/open/floor/almayer/green/north, /area/almayer/hallways/lower/port_aft_hallway) "wKF" = ( -/obj/structure/machinery/power/apc/almayer/directional/north{ +/obj/structure/machinery/power/apc/almayer/north{ cell_type = /obj/item/cell/hyper }, /turf/open/floor/almayer/plate, @@ -65252,7 +65246,7 @@ /area/almayer/shipboard/brig/lobby) "wSx" = ( /obj/structure/platform_decoration, -/obj/structure/machinery/power/apc/almayer/directional/east, +/obj/structure/machinery/power/apc/almayer/east, /turf/open/floor/almayer/plate, /area/almayer/maint/hull/upper/u_a_p) "wSB" = ( @@ -65342,7 +65336,7 @@ /turf/closed/wall/almayer/research/containment/wall/south, /area/almayer/medical/containment/cell) "wTN" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer/plate, /area/almayer/living/auxiliary_officer_office) "wUd" = ( @@ -65690,7 +65684,7 @@ /turf/open/floor/almayer/plate, /area/almayer/living/gym) "xbI" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer/plate, /area/almayer/maint/hull/lower/l_m_s) "xcI" = ( @@ -65788,7 +65782,7 @@ /turf/open/floor/almayer/plate, /area/almayer/engineering/lower/workshop) "xer" = ( -/obj/structure/machinery/power/apc/almayer/directional/south, +/obj/structure/machinery/power/apc/almayer/south, /turf/open/floor/plating/plating_catwalk, /area/almayer/maint/hull/lower/l_f_s) "xeU" = ( @@ -65991,7 +65985,7 @@ /turf/closed/wall/almayer/outer, /area/almayer/maint/hull/upper/p_bow) "xiW" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/plating/plating_catwalk, /area/almayer/maint/upper/u_a_p) "xjb" = ( @@ -66099,13 +66093,13 @@ /turf/open/floor/almayer, /area/almayer/squads/bravo) "xlC" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer/orangecorner/east, /area/almayer/engineering/ce_room) "xlO" = ( /obj/structure/filingcabinet, /obj/item/folder/yellow, -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer/orange/north, /area/almayer/engineering/lower/workshop/hangar) "xmg" = ( @@ -66173,7 +66167,7 @@ /turf/open/floor/plating/plating_catwalk, /area/almayer/squads/req) "xnX" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/almayer/plate, /area/almayer/maint/upper/u_a_s) "xnZ" = ( @@ -67292,7 +67286,7 @@ /area/almayer/engineering/upper_engineering/starboard) "xKT" = ( /obj/effect/decal/cleanable/cobweb, -/obj/structure/machinery/power/apc/almayer/directional/west, +/obj/structure/machinery/power/apc/almayer/west, /turf/open/floor/almayer, /area/almayer/living/synthcloset) "xLi" = ( @@ -67960,7 +67954,7 @@ /turf/open/floor/plating/plating_catwalk, /area/almayer/shipboard/starboard_point_defense) "xYE" = ( -/obj/structure/machinery/power/apc/almayer/directional/east, +/obj/structure/machinery/power/apc/almayer/east, /turf/open/floor/plating, /area/almayer/maint/lower/constr) "xYP" = ( @@ -68369,7 +68363,7 @@ /obj/effect/decal/warning_stripes{ icon_state = "S" }, -/obj/structure/machinery/power/apc/almayer/directional/west, +/obj/structure/machinery/power/apc/almayer/west, /obj/item/storage/briefcase{ pixel_y = 15 }, @@ -68389,6 +68383,10 @@ }, /turf/open/floor/almayer/plate, /area/almayer/command/lifeboat) +"ygf" = ( +/obj/structure/machinery/power/apc/almayer/west, +/turf/open/floor/almayer/sterile_green_side/northwest, +/area/almayer/medical/lower_medical_medbay) "ygp" = ( /obj/structure/disposalpipe/segment, /obj/structure/pipes/standard/simple/hidden/supply, @@ -83748,7 +83746,7 @@ uaG uaG uaG uaG -gqf +uaG uaG uaG uaG @@ -83953,7 +83951,7 @@ lxd dPk nBV dyq -lxd +rVB uaG lYN byr @@ -96552,8 +96550,8 @@ xdx rlZ egc thP -pPK -bgP +beW +ygf rlZ fqZ beW diff --git a/maps/map_files/Whiskey_Outpost_v2/Whiskey_Outpost_v2.dmm b/maps/map_files/Whiskey_Outpost_v2/Whiskey_Outpost_v2.dmm index baf4cf71d41f..9a8fa63a5e8e 100644 --- a/maps/map_files/Whiskey_Outpost_v2/Whiskey_Outpost_v2.dmm +++ b/maps/map_files/Whiskey_Outpost_v2/Whiskey_Outpost_v2.dmm @@ -978,7 +978,7 @@ /turf/open/gm/grass/gbcorner/north_west, /area/whiskey_outpost/outside/lane/one_south) "eq" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -1001,7 +1001,7 @@ /turf/open/floor/prison, /area/whiskey_outpost/inside/living) "ev" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/prison, /area/whiskey_outpost/inside/living) "ex" = ( @@ -1026,7 +1026,7 @@ /turf/open/floor/whitegreenfull, /area/whiskey_outpost/inside/hospital/triage) "eF" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/prison, /area/whiskey_outpost/inside/cic) "eG" = ( @@ -1894,7 +1894,7 @@ /turf/open/floor/prison, /area/whiskey_outpost/inside/living) "im" = ( -/obj/structure/machinery/power/apc/almayer/directional/east, +/obj/structure/machinery/power/apc/almayer/east, /turf/open/floor/whitegreen/east, /area/whiskey_outpost/inside/hospital) "in" = ( @@ -2877,7 +2877,7 @@ /turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, /area/whiskey_outpost/outside/lane/four_north) "mC" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/prison, /area/whiskey_outpost) "mD" = ( @@ -3296,7 +3296,7 @@ /turf/open/floor/prison/floor_plate, /area/whiskey_outpost/inside/supply) "ow" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost/outside/mortar_pit) "ox" = ( @@ -3754,7 +3754,7 @@ /turf/open/floor/white, /area/whiskey_outpost/inside/hospital) "qC" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/engineering) @@ -3860,7 +3860,7 @@ /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost/outside/mortar_pit) "qW" = ( -/obj/structure/machinery/power/apc/almayer/directional/east, +/obj/structure/machinery/power/apc/almayer/east, /turf/open/gm/dirt, /area/whiskey_outpost/inside/caves/tunnel) "qX" = ( @@ -3874,7 +3874,7 @@ /turf/open/gm/grass/grassbeach/west, /area/whiskey_outpost/outside/lane/one_south) "ra" = ( -/obj/structure/machinery/power/apc/almayer/directional/east, +/obj/structure/machinery/power/apc/almayer/east, /turf/closed/wall/r_wall, /area/whiskey_outpost/inside/bunker) "rb" = ( @@ -4766,7 +4766,7 @@ /turf/open/floor/prison/floor_plate, /area/whiskey_outpost/inside/supply) "uP" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /obj/structure/surface/table/reinforced/prison, /turf/open/floor/prison/floor_plate, /area/whiskey_outpost/inside/supply) @@ -5743,7 +5743,7 @@ /turf/open/gm/dirtgrassborder/grassdirt_corner/north_east, /area/whiskey_outpost/outside/north) "zl" = ( -/obj/structure/machinery/power/apc/almayer/directional/south, +/obj/structure/machinery/power/apc/almayer/south, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/bunker/front) "zm" = ( @@ -9481,7 +9481,7 @@ /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_west, /area/whiskey_outpost/outside/lane/two_south) "SG" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/pillbox/four) "SH" = ( @@ -9682,7 +9682,7 @@ /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/hypospray, /obj/item/reagent_container/hypospray, -/obj/structure/machinery/power/apc/almayer/directional/south, +/obj/structure/machinery/power/apc/almayer/south, /turf/open/floor/whitegreen, /area/whiskey_outpost/inside/hospital/triage) "TC" = ( @@ -9955,7 +9955,7 @@ /turf/open/gm/dirt, /area/whiskey_outpost/outside/lane/three_south) "UX" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/pillbox/one) "UY" = ( @@ -10594,7 +10594,7 @@ /turf/open/jungle, /area/whiskey_outpost/outside/lane/three_south) "XV" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/pillbox/two) "XW" = ( @@ -10636,7 +10636,7 @@ /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost/outside/north) "Yj" = ( -/obj/structure/machinery/power/apc/almayer/directional/north, +/obj/structure/machinery/power/apc/almayer/north, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/pillbox/three) "Yk" = ( diff --git a/maps/map_files/generic/Admin_level.dmm b/maps/map_files/generic/Admin_level.dmm index 51623753bc0d..3b8eeac1009a 100644 --- a/maps/map_files/generic/Admin_level.dmm +++ b/maps/map_files/generic/Admin_level.dmm @@ -578,9 +578,6 @@ /obj/structure/machinery/medical_pod/bodyscanner, /turf/open/floor/almayer/dark_sterile, /area/adminlevel/ert_station) -"tx" = ( -/turf/open/floor/carpet, -/area/centcom/living) "tP" = ( /obj/effect/decal/warning_stripes{ icon_state = "E" @@ -9715,7 +9712,7 @@ ds eE eY eY -tx +eY eY eY eY diff --git a/tools/UpdatePaths/Scripts/6686-apc-replacement.txt b/tools/UpdatePaths/Scripts/6686-apc-replacement.txt index 20c12c86fb3d..33686acbcee7 100644 --- a/tools/UpdatePaths/Scripts/6686-apc-replacement.txt +++ b/tools/UpdatePaths/Scripts/6686-apc-replacement.txt @@ -1,175 +1,179 @@ -/obj/structure/machinery/power/apc{dir=1} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc{dir=2} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc{dir=4} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc{dir=8} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc{pixel_y=24} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc{pixel_y=-24} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc{pixel_x=24} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc{pixel_x=-24} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc{pixel_y=28} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc{pixel_y=-28} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc{pixel_x=28} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc{pixel_x=-28} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc{pixel_y=30} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc{pixel_y=-30} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc{pixel_x=30} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc{pixel_x=-30} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc{pixel_y=32} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc{pixel_y=-32} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc{pixel_x=32} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc{pixel_x=-32} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} - -/obj/structure/machinery/power/apc/weak{dir=1} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/weak{dir=2} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/weak{dir=4} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/weak{dir=8} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/weak{pixel_y=24} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/weak{pixel_y=-24} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/weak{pixel_x=24} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/weak{pixel_x=-24} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/weak{pixel_y=28} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/weak{pixel_y=-28} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/weak{pixel_x=28} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/weak{pixel_x=-28} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/weak{pixel_y=30} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/weak{pixel_y=-30} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/weak{pixel_x=30} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/weak{pixel_x=-30} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/weak{pixel_y=32} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/weak{pixel_y=-32} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/weak{pixel_x=32} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/weak{pixel_x=-32} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/weak : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} - -/obj/structure/machinery/power/apc/high{dir=1} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/high{dir=2} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/high{dir=4} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/high{dir=8} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/high{pixel_y=24} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/high{pixel_y=-24} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/high{pixel_x=24} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/high{pixel_x=-24} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/high{pixel_y=28} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/high{pixel_y=-28} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/high{pixel_x=28} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/high{pixel_x=-28} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/high{pixel_y=30} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/high{pixel_y=-30} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/high{pixel_x=30} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/high{pixel_x=-30} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/high{pixel_y=32} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/high{pixel_y=-32} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/high{pixel_x=32} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/high{pixel_x=-32} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/high : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} - -/obj/structure/machinery/power/apc/super{dir=1} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/super{dir=2} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/super{dir=4} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/super{dir=8} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/super{pixel_y=24} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/super{pixel_y=-24} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/super{pixel_x=24} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/super{pixel_x=-24} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/super{pixel_y=28} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/super{pixel_y=-28} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/super{pixel_x=28} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/super{pixel_x=-28} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/super{pixel_y=30} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/super{pixel_y=-30} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/super{pixel_x=30} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/super{pixel_x=-30} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/super{pixel_y=32} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/super{pixel_y=-32} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/super{pixel_x=32} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/super{pixel_x=-32} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/super : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} - -/obj/structure/machinery/power/apc/hyper{dir=1} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/hyper{dir=2} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/hyper{dir=4} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/hyper{dir=8} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/hyper{pixel_y=24} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/hyper{pixel_y=-24} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/hyper{pixel_x=24} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/hyper{pixel_x=-24} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/hyper{pixel_y=28} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/hyper{pixel_y=-28} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/hyper{pixel_x=28} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/hyper{pixel_x=-28} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/hyper{pixel_y=30} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/hyper{pixel_y=-30} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/hyper{pixel_x=30} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/hyper{pixel_x=-30} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/hyper{pixel_y=32} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/hyper{pixel_y=-32} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/hyper{pixel_x=32} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/hyper{pixel_x=-32} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/hyper : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} - -/obj/structure/machinery/power/apc/nocharge{dir=1} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/nocharge{dir=2} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/nocharge{dir=4} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/nocharge{dir=8} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/nocharge{pixel_y=24} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/nocharge{pixel_y=-24} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/nocharge{pixel_x=24} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/nocharge{pixel_x=-24} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/nocharge{pixel_y=28} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/nocharge{pixel_y=-28} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/nocharge{pixel_x=28} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/nocharge{pixel_x=-28} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/nocharge{pixel_y=30} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/nocharge{pixel_y=-30} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/nocharge{pixel_x=30} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/nocharge{pixel_x=-30} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/nocharge{pixel_y=32} : /obj/structure/machinery/power/apc/directional/no_power/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/nocharge{pixel_y=-32} : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/nocharge{pixel_x=32} : /obj/structure/machinery/power/apc/directional/no_power/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/nocharge{pixel_x=-32} : /obj/structure/machinery/power/apc/directional/no_power/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/nocharge : /obj/structure/machinery/power/apc/directional/no_power/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} - -/obj/structure/machinery/power/apc/almayer{dir=1} : /obj/structure/machinery/power/apc/almayer/directional/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer{dir=2} : /obj/structure/machinery/power/apc/almayer/directional/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer{dir=4} : /obj/structure/machinery/power/apc/almayer/directional/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer{dir=8} : /obj/structure/machinery/power/apc/almayer/directional/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer{pixel_y=24} : /obj/structure/machinery/power/apc/almayer/directional/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer{pixel_y=-24} : /obj/structure/machinery/power/apc/almayer/directional/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer{pixel_x=24} : /obj/structure/machinery/power/apc/almayer/directional/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer{pixel_x=-24} : /obj/structure/machinery/power/apc/almayer/directional/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer{pixel_y=28} : /obj/structure/machinery/power/apc/almayer/directional/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer{pixel_y=-28} : /obj/structure/machinery/power/apc/almayer/directional/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer{pixel_x=28} : /obj/structure/machinery/power/apc/almayer/directional/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer{pixel_x=-28} : /obj/structure/machinery/power/apc/almayer/directional/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer{pixel_y=30} : /obj/structure/machinery/power/apc/almayer/directional/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer{pixel_y=-30} : /obj/structure/machinery/power/apc/almayer/directional/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer{pixel_x=30} : /obj/structure/machinery/power/apc/almayer/directional/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer{pixel_x=-30} : /obj/structure/machinery/power/apc/almayer/directional/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer{pixel_y=32} : /obj/structure/machinery/power/apc/almayer/directional/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer{pixel_y=-32} : /obj/structure/machinery/power/apc/almayer/directional/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer{pixel_x=32} : /obj/structure/machinery/power/apc/almayer/directional/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer{pixel_x=-32} : /obj/structure/machinery/power/apc/almayer/directional/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer : /obj/structure/machinery/power/apc/almayer/directional/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} - -/obj/structure/machinery/power/apc/almayer/hardened{dir=1} : /obj/structure/machinery/power/apc/almayer/hardened/directional/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer/hardened{dir=2} : /obj/structure/machinery/power/apc/almayer/hardened/directional/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer/hardened{dir=4} : /obj/structure/machinery/power/apc/almayer/hardened/directional/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer/hardened{dir=8} : /obj/structure/machinery/power/apc/almayer/hardened/directional/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer/hardened{pixel_y=24} : /obj/structure/machinery/power/apc/almayer/hardened/directional/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer/hardened{pixel_y=-24} : /obj/structure/machinery/power/apc/almayer/hardened/directional/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer/hardened{pixel_x=24} : /obj/structure/machinery/power/apc/almayer/hardened/directional/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer/hardened{pixel_x=-24} : /obj/structure/machinery/power/apc/almayer/hardened/directional/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer/hardened{pixel_y=28} : /obj/structure/machinery/power/apc/almayer/hardened/directional/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer/hardened{pixel_y=-28} : /obj/structure/machinery/power/apc/almayer/hardened/directional/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer/hardened{pixel_x=28} : /obj/structure/machinery/power/apc/almayer/hardened/directional/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer/hardened{pixel_x=-28} : /obj/structure/machinery/power/apc/almayer/hardened/directional/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer/hardened{pixel_y=30} : /obj/structure/machinery/power/apc/almayer/hardened/directional/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer/hardened{pixel_y=-30} : /obj/structure/machinery/power/apc/almayer/hardened/directional/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer/hardened{pixel_x=30} : /obj/structure/machinery/power/apc/almayer/hardened/directional/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer/hardened{pixel_x=-30} : /obj/structure/machinery/power/apc/almayer/hardened/directional/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer/hardened{pixel_y=32} : /obj/structure/machinery/power/apc/almayer/hardened/directional/north{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer/hardened{pixel_y=-32} : /obj/structure/machinery/power/apc/almayer/hardened/directional/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer/hardened{pixel_x=32} : /obj/structure/machinery/power/apc/almayer/hardened/directional/east{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer/hardened{pixel_x=-32} : /obj/structure/machinery/power/apc/almayer/hardened/directional/west{@OLD;pixel_x=@SKIP;start_charge=@SKIP;dir=@SKIP} -/obj/structure/machinery/power/apc/almayer/hardened : /obj/structure/machinery/power/apc/almayer/hardened/directional/south{@OLD;pixel_y=@SKIP;start_charge=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc{dir=1;start_charge=0} : /obj/structure/machinery/power/apc/no_power/north{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc{dir=2;start_charge=0} : /obj/structure/machinery/power/apc/no_power/south{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc{dir=4;start_charge=0} : /obj/structure/machinery/power/apc/no_power/east{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc{dir=8;start_charge=0} : /obj/structure/machinery/power/apc/no_power/west{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc{dir=1;start_charge=0;pixel_y=@ANY} : /obj/structure/machinery/power/apc/no_power/north{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc{dir=2;start_charge=0;pixel_y=@ANY} : /obj/structure/machinery/power/apc/no_power/south{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc{dir=4;start_charge=0;pixel_x=@ANY} : /obj/structure/machinery/power/apc/no_power/east{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc{dir=8;start_charge=0;pixel_x=@ANY} : /obj/structure/machinery/power/apc/no_power/west{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc{start_charge=0} : /obj/structure/machinery/power/apc/no_power/south{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} + +/obj/structure/machinery/power/apc{dir=1;start_charge=90} : /obj/structure/machinery/power/apc/power/north{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc{dir=2;start_charge=90} : /obj/structure/machinery/power/apc/power/south{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc{dir=4;start_charge=90} : /obj/structure/machinery/power/apc/power/east{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc{dir=8;start_charge=90} : /obj/structure/machinery/power/apc/power/west{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc{dir=1;start_charge=90;pixel_y=@ANY} : /obj/structure/machinery/power/apc/power/north{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc{dir=2;start_charge=90;pixel_y=@ANY} : /obj/structure/machinery/power/apc/power/south{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc{dir=4;start_charge=90;pixel_x=@ANY} : /obj/structure/machinery/power/apc/power/east{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc{dir=8;start_charge=90;pixel_x=@ANY} : /obj/structure/machinery/power/apc/power/west{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc{start_charge=90} : /obj/structure/machinery/power/apc/power/south{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} + +/obj/structure/machinery/power/apc{dir=1} : /obj/structure/machinery/power/apc/power/north{@OLD;pixel_y=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc{dir=2} : /obj/structure/machinery/power/apc/power/south{@OLD;pixel_y=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc{dir=4} : /obj/structure/machinery/power/apc/power/east{@OLD;pixel_x=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc{dir=8} : /obj/structure/machinery/power/apc/power/west{@OLD;pixel_x=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc{dir=1;pixel_y=@ANY} : /obj/structure/machinery/power/apc/power/north{@OLD;pixel_y=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc{dir=2;pixel_y=@ANY} : /obj/structure/machinery/power/apc/power/south{@OLD;pixel_y=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc{dir=4;pixel_x=@ANY} : /obj/structure/machinery/power/apc/power/east{@OLD;pixel_x=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc{dir=8;pixel_x=@ANY} : /obj/structure/machinery/power/apc/power/west{@OLD;pixel_x=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc : /obj/structure/machinery/power/apc/power/south{@OLD;pixel_y=@SKIP;dir=@SKIP} + +/obj/structure/machinery/power/apc/weak{dir=1;start_charge=0} : /obj/structure/machinery/power/apc/no_power/north{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/weak{dir=2;start_charge=0} : /obj/structure/machinery/power/apc/no_power/south{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/weak{dir=4;start_charge=0} : /obj/structure/machinery/power/apc/no_power/east{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/weak{dir=8;start_charge=0} : /obj/structure/machinery/power/apc/no_power/west{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/weak{dir=1;start_charge=0;pixel_y=@ANY} : /obj/structure/machinery/power/apc/no_power/north{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/weak{dir=2;start_charge=0;pixel_y=@ANY} : /obj/structure/machinery/power/apc/no_power/south{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/weak{dir=4;start_charge=0;pixel_x=@ANY} : /obj/structure/machinery/power/apc/no_power/east{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/weak{dir=8;start_charge=0;pixel_x=@ANY} : /obj/structure/machinery/power/apc/no_power/west{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/weak{start_charge=0} : /obj/structure/machinery/power/apc/no_power/south{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} + +/obj/structure/machinery/power/apc/weak{dir=1;start_charge=90} : /obj/structure/machinery/power/apc/power/north{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=20} +/obj/structure/machinery/power/apc/weak{dir=2;start_charge=90} : /obj/structure/machinery/power/apc/power/south{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=20} +/obj/structure/machinery/power/apc/weak{dir=4;start_charge=90} : /obj/structure/machinery/power/apc/power/east{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=20} +/obj/structure/machinery/power/apc/weak{dir=8;start_charge=90} : /obj/structure/machinery/power/apc/power/west{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=20} +/obj/structure/machinery/power/apc/weak{dir=1;start_charge=90;pixel_y=@ANY} : /obj/structure/machinery/power/apc/power/north{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=20} +/obj/structure/machinery/power/apc/weak{dir=2;start_charge=90;pixel_y=@ANY} : /obj/structure/machinery/power/apc/power/south{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=20} +/obj/structure/machinery/power/apc/weak{dir=4;start_charge=90;pixel_x=@ANY} : /obj/structure/machinery/power/apc/power/east{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=20} +/obj/structure/machinery/power/apc/weak{dir=8;start_charge=90;pixel_x=@ANY} : /obj/structure/machinery/power/apc/power/west{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=20} +/obj/structure/machinery/power/apc/weak{start_charge=90} : /obj/structure/machinery/power/apc/power/south{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=20} + +/obj/structure/machinery/power/apc/weak{dir=1} : /obj/structure/machinery/power/apc/power/north{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=20} +/obj/structure/machinery/power/apc/weak{dir=2} : /obj/structure/machinery/power/apc/power/south{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=20} +/obj/structure/machinery/power/apc/weak{dir=4} : /obj/structure/machinery/power/apc/power/east{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=20} +/obj/structure/machinery/power/apc/weak{dir=8} : /obj/structure/machinery/power/apc/power/west{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=20} +/obj/structure/machinery/power/apc/weak{dir=1;pixel_y=@ANY} : /obj/structure/machinery/power/apc/power/north{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=20} +/obj/structure/machinery/power/apc/weak{dir=2;pixel_y=@ANY} : /obj/structure/machinery/power/apc/power/south{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=20} +/obj/structure/machinery/power/apc/weak{dir=4;pixel_x=@ANY} : /obj/structure/machinery/power/apc/power/east{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=20} +/obj/structure/machinery/power/apc/weak{dir=8;pixel_x=@ANY} : /obj/structure/machinery/power/apc/power/west{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=20} +/obj/structure/machinery/power/apc/weak : /obj/structure/machinery/power/apc/power/south{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=20} + +/obj/structure/machinery/power/apc/high{dir=1;start_charge=0} : /obj/structure/machinery/power/apc/no_power/north{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/high{dir=2;start_charge=0} : /obj/structure/machinery/power/apc/upgraded/no_power/south{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/high{dir=4;start_charge=0} : /obj/structure/machinery/power/apc/upgraded/no_power/east{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/high{dir=8;start_charge=0} : /obj/structure/machinery/power/apc/upgraded/no_power/west{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/high{dir=1;start_charge=0;pixel_y=@ANY} : /obj/structure/machinery/power/apc/upgraded/no_power/north{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/high{dir=2;start_charge=0;pixel_y=@ANY} : /obj/structure/machinery/power/apc/upgraded/no_power/south{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/high{dir=4;start_charge=0;pixel_x=@ANY} : /obj/structure/machinery/power/apc/upgraded/no_power/east{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/high{dir=8;start_charge=0;pixel_x=@ANY} : /obj/structure/machinery/power/apc/upgraded/no_power/west{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/high{start_charge=0} : /obj/structure/machinery/power/apc/upgraded/no_power/south{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} + +/obj/structure/machinery/power/apc/high{dir=1;start_charge=90} : /obj/structure/machinery/power/apc/upgraded/power/north{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/high{dir=2;start_charge=90} : /obj/structure/machinery/power/apc/upgraded/power/south{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/high{dir=4;start_charge=90} : /obj/structure/machinery/power/apc/upgraded/power/east{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/high{dir=8;start_charge=90} : /obj/structure/machinery/power/apc/upgraded/power/west{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/high{dir=1;start_charge=90;pixel_y=@ANY} : /obj/structure/machinery/power/apc/upgraded/power/north{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/high{dir=2;start_charge=90;pixel_y=@ANY} : /obj/structure/machinery/power/apc/upgraded/power/south{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/high{dir=4;start_charge=90;pixel_x=@ANY} : /obj/structure/machinery/power/apc/upgraded/power/east{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/high{dir=8;start_charge=90;pixel_x=@ANY} : /obj/structure/machinery/power/apc/upgraded/power/west{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/high{start_charge=90} : /obj/structure/machinery/power/apc/upgraded/power/south{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} + +/obj/structure/machinery/power/apc/high{dir=1} : /obj/structure/machinery/power/apc/upgraded/power/north{@OLD;pixel_y=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/high{dir=2} : /obj/structure/machinery/power/apc/upgraded/power/south{@OLD;pixel_y=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/high{dir=4} : /obj/structure/machinery/power/apc/upgraded/power/east{@OLD;pixel_x=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/high{dir=8} : /obj/structure/machinery/power/apc/upgraded/power/west{@OLD;pixel_x=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/high{dir=1;pixel_y=@ANY} : /obj/structure/machinery/power/apc/upgraded/power/north{@OLD;pixel_y=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/high{dir=2;pixel_y=@ANY} : /obj/structure/machinery/power/apc/upgraded/power/south{@OLD;pixel_y=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/high{dir=4;pixel_x=@ANY} : /obj/structure/machinery/power/apc/upgraded/power/east{@OLD;pixel_x=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/high{dir=8;pixel_x=@ANY} : /obj/structure/machinery/power/apc/upgraded/power/west{@OLD;pixel_x=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/high : /obj/structure/machinery/power/apc/upgraded/power/south{@OLD;pixel_y=@SKIP;dir=@SKIP} + +/obj/structure/machinery/power/apc/super{dir=1;start_charge=0} : /obj/structure/machinery/power/apc/upgraded/no_power/north{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/super{dir=2;start_charge=0} : /obj/structure/machinery/power/apc/upgraded/no_power/south{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/super{dir=4;start_charge=0} : /obj/structure/machinery/power/apc/upgraded/no_power/east{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/super{dir=8;start_charge=0} : /obj/structure/machinery/power/apc/upgraded/no_power/west{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/super{dir=1;start_charge=0;pixel_y=@ANY} : /obj/structure/machinery/power/apc/upgraded/no_power/north{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/super{dir=2;start_charge=0;pixel_y=@ANY} : /obj/structure/machinery/power/apc/upgraded/no_power/south{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/super{dir=4;start_charge=0;pixel_x=@ANY} : /obj/structure/machinery/power/apc/upgraded/no_power/east{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/super{dir=8;start_charge=0;pixel_x=@ANY} : /obj/structure/machinery/power/apc/upgraded/no_power/west{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/super{start_charge=0} : /obj/structure/machinery/power/apc/upgraded/no_power/south{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} + +/obj/structure/machinery/power/apc/super{dir=1;start_charge=90} : /obj/structure/machinery/power/apc/upgraded/power/north{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/super{dir=2;start_charge=90} : /obj/structure/machinery/power/apc/upgraded/power/south{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/super{dir=4;start_charge=90} : /obj/structure/machinery/power/apc/upgraded/power/east{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/super{dir=8;start_charge=90} : /obj/structure/machinery/power/apc/upgraded/power/west{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/super{dir=1;start_charge=90;pixel_y=@ANY} : /obj/structure/machinery/power/apc/upgraded/power/north{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/super{dir=2;start_charge=90;pixel_y=@ANY} : /obj/structure/machinery/power/apc/upgraded/power/south{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/super{dir=4;start_charge=90;pixel_x=@ANY} : /obj/structure/machinery/power/apc/upgraded/power/east{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/super{dir=8;start_charge=90;pixel_x=@ANY} : /obj/structure/machinery/power/apc/upgraded/power/west{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/super{start_charge=90} : /obj/structure/machinery/power/apc/upgraded/power/south{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} + +/obj/structure/machinery/power/apc/super{dir=1} : /obj/structure/machinery/power/apc/upgraded/power/north{@OLD;pixel_y=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/super{dir=2} : /obj/structure/machinery/power/apc/upgraded/power/south{@OLD;pixel_y=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/super{dir=4} : /obj/structure/machinery/power/apc/upgraded/power/east{@OLD;pixel_x=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/super{dir=8} : /obj/structure/machinery/power/apc/upgraded/power/west{@OLD;pixel_x=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/super{dir=1;pixel_y=@ANY} : /obj/structure/machinery/power/apc/upgraded/power/north{@OLD;pixel_y=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/super{dir=2;pixel_y=@ANY} : /obj/structure/machinery/power/apc/upgraded/power/south{@OLD;pixel_y=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/super{dir=4;pixel_x=@ANY} : /obj/structure/machinery/power/apc/upgraded/power/east{@OLD;pixel_x=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/super{dir=8;pixel_x=@ANY} : /obj/structure/machinery/power/apc/upgraded/power/west{@OLD;pixel_x=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/super : /obj/structure/machinery/power/apc/upgraded/power/south{@OLD;pixel_y=@SKIP;dir=@SKIP} + +/obj/structure/machinery/power/apc/hyper{dir=1;start_charge=0} : /obj/structure/machinery/power/apc/upgraded/no_power/north{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/hyper{dir=2;start_charge=0} : /obj/structure/machinery/power/apc/upgraded/no_power/south{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/hyper{dir=4;start_charge=0} : /obj/structure/machinery/power/apc/upgraded/no_power/east{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/hyper{dir=8;start_charge=0} : /obj/structure/machinery/power/apc/upgraded/no_power/west{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/hyper{dir=1;start_charge=0;pixel_y=@ANY} : /obj/structure/machinery/power/apc/upgraded/no_power/north{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/hyper{dir=2;start_charge=0;pixel_y=@ANY} : /obj/structure/machinery/power/apc/upgraded/no_power/south{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/hyper{dir=4;start_charge=0;pixel_x=@ANY} : /obj/structure/machinery/power/apc/upgraded/no_power/east{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/hyper{dir=8;start_charge=0;pixel_x=@ANY} : /obj/structure/machinery/power/apc/upgraded/no_power/west{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/hyper{start_charge=0} : /obj/structure/machinery/power/apc/upgraded/no_power/south{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} + +/obj/structure/machinery/power/apc/hyper{dir=1;start_charge=90} : /obj/structure/machinery/power/apc/upgraded/power/north{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/hyper{dir=2;start_charge=90} : /obj/structure/machinery/power/apc/upgraded/power/south{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/hyper{dir=4;start_charge=90} : /obj/structure/machinery/power/apc/upgraded/power/east{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/hyper{dir=8;start_charge=90} : /obj/structure/machinery/power/apc/upgraded/power/west{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/hyper{dir=1;start_charge=90;pixel_y=@ANY} : /obj/structure/machinery/power/apc/upgraded/power/north{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/hyper{dir=2;start_charge=90;pixel_y=@ANY} : /obj/structure/machinery/power/apc/upgraded/power/south{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/hyper{dir=4;start_charge=90;pixel_x=@ANY} : /obj/structure/machinery/power/apc/upgraded/power/east{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/hyper{dir=8;start_charge=90;pixel_x=@ANY} : /obj/structure/machinery/power/apc/upgraded/power/west{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/hyper{start_charge=90} : /obj/structure/machinery/power/apc/upgraded/power/south{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} + +/obj/structure/machinery/power/apc/hyper{dir=1} : /obj/structure/machinery/power/apc/upgraded/power/north{@OLD;pixel_y=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/hyper{dir=2} : /obj/structure/machinery/power/apc/upgraded/power/south{@OLD;pixel_y=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/hyper{dir=4} : /obj/structure/machinery/power/apc/upgraded/power/east{@OLD;pixel_x=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/hyper{dir=8} : /obj/structure/machinery/power/apc/upgraded/power/west{@OLD;pixel_x=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/hyper{dir=1;pixel_y=@ANY} : /obj/structure/machinery/power/apc/upgraded/power/north{@OLD;pixel_y=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/hyper{dir=2;pixel_y=@ANY} : /obj/structure/machinery/power/apc/upgraded/power/south{@OLD;pixel_y=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/hyper{dir=4;pixel_x=@ANY} : /obj/structure/machinery/power/apc/upgraded/power/east{@OLD;pixel_x=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/hyper{dir=8;pixel_x=@ANY} : /obj/structure/machinery/power/apc/upgraded/power/west{@OLD;pixel_x=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/hyper : /obj/structure/machinery/power/apc/upgraded/power/south{@OLD;pixel_y=@SKIP;dir=@SKIP} + +/obj/structure/machinery/power/apc/nocharge{dir=1} : /obj/structure/machinery/power/apc/no_power/north{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/nocharge{dir=2} : /obj/structure/machinery/power/apc/no_power/south{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/nocharge{dir=4} : /obj/structure/machinery/power/apc/no_power/east{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/nocharge{dir=8} : /obj/structure/machinery/power/apc/no_power/west{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/nocharge{dir=1;pixel_y=@ANY} : /obj/structure/machinery/power/apc/no_power/north{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/nocharge{dir=2;pixel_y=@ANY} : /obj/structure/machinery/power/apc/no_power/south{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/nocharge{dir=4;pixel_x=@ANY} : /obj/structure/machinery/power/apc/no_power/east{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/nocharge{dir=8;pixel_x=@ANY} : /obj/structure/machinery/power/apc/no_power/west{@OLD;pixel_x=@SKIP;dir=@SKIP;start_charge=@SKIP} +/obj/structure/machinery/power/apc/nocharge : /obj/structure/machinery/power/apc/no_power/south{@OLD;pixel_y=@SKIP;dir=@SKIP;start_charge=@SKIP} + +/obj/structure/machinery/power/apc/almayer{dir=1} : /obj/structure/machinery/power/apc/almayer/north{@OLD;pixel_y=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer{dir=2} : /obj/structure/machinery/power/apc/almayer/south{@OLD;pixel_y=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer{dir=4} : /obj/structure/machinery/power/apc/almayer/east{@OLD;pixel_x=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer{dir=8} : /obj/structure/machinery/power/apc/almayer/west{@OLD;pixel_x=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer{dir=1;pixel_y=@ANY} : /obj/structure/machinery/power/apc/almayer/north{@OLD;pixel_y=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer{dir=2;pixel_y=@ANY} : /obj/structure/machinery/power/apc/almayer/south{@OLD;pixel_y=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer{dir=4;pixel_x=@ANY} : /obj/structure/machinery/power/apc/almayer/east{@OLD;pixel_x=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer{dir=8;pixel_x=@ANY} : /obj/structure/machinery/power/apc/almayer/west{@OLD;pixel_x=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer : /obj/structure/machinery/power/apc/almayer/south{@OLD;pixel_y=@SKIP;dir=@SKIP} + +/obj/structure/machinery/power/apc/almayer/hardened{dir=1} : /obj/structure/machinery/power/apc/almayer/hardened/north{@OLD;pixel_y=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer/hardened{dir=2} : /obj/structure/machinery/power/apc/almayer/hardened/south{@OLD;pixel_y=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer/hardened{dir=4} : /obj/structure/machinery/power/apc/almayer/hardened/east{@OLD;pixel_x=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer/hardened{dir=8} : /obj/structure/machinery/power/apc/almayer/hardened/west{@OLD;pixel_x=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer/hardened{dir=1;pixel_y=@ANY} : /obj/structure/machinery/power/apc/almayer/hardened/north{@OLD;pixel_y=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer/hardened{dir=2;pixel_y=@ANY} : /obj/structure/machinery/power/apc/almayer/hardened/south{@OLD;pixel_y=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer/hardened{dir=4;pixel_x=@ANY} : /obj/structure/machinery/power/apc/almayer/hardened/east{@OLD;pixel_x=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer/hardened{dir=8;pixel_x=@ANY} : /obj/structure/machinery/power/apc/almayer/hardened/west{@OLD;pixel_x=@SKIP;dir=@SKIP} +/obj/structure/machinery/power/apc/almayer/hardened : /obj/structure/machinery/power/apc/almayer/hardened/south{@OLD;pixel_y=@SKIP;dir=@SKIP} \ No newline at end of file From c26e458c5a7ff8d07ba50270d9c70e19eca556e3 Mon Sep 17 00:00:00 2001 From: Venuska1117 <89580971+Venuska1117@users.noreply.github.com> Date: Tue, 6 Aug 2024 23:58:17 +0200 Subject: [PATCH 14/16] hope is futile --- maps/predship/huntership.dmm | 2 +- maps/shuttles/ert_shuttle_big.dmm | 2 +- maps/shuttles/trijentshuttle2.dmm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/maps/predship/huntership.dmm b/maps/predship/huntership.dmm index 7f6bf47de21e..70bfb5c2914b 100644 --- a/maps/predship/huntership.dmm +++ b/maps/predship/huntership.dmm @@ -1803,7 +1803,7 @@ color = "#6b675e"; layer = 2.79 }, -/obj/structure/machinery/power/apc/almayer/directional/east{ +/obj/structure/machinery/power/apc/almayer/east{ pixel_y = 25 }, /obj/item/weapon/twohanded/yautja/spear, diff --git a/maps/shuttles/ert_shuttle_big.dmm b/maps/shuttles/ert_shuttle_big.dmm index c484f9704b2a..b7dbd500e823 100644 --- a/maps/shuttles/ert_shuttle_big.dmm +++ b/maps/shuttles/ert_shuttle_big.dmm @@ -855,7 +855,7 @@ /turf/open/floor/plating/almayer, /area/shuttle/ert) "YN" = ( -/obj/structure/machinery/power/apc/almayer/directional/south{ +/obj/structure/machinery/power/apc/almayer/south{ cell_type = /obj/item/cell/hyper }, /turf/open/floor/almayer/tcomms, diff --git a/maps/shuttles/trijentshuttle2.dmm b/maps/shuttles/trijentshuttle2.dmm index 2fedb97fc882..7947f6824e7f 100644 --- a/maps/shuttles/trijentshuttle2.dmm +++ b/maps/shuttles/trijentshuttle2.dmm @@ -38,7 +38,7 @@ /turf/open/shuttle/escapepod, /area/shuttle/trijent_shuttle/elevator) "n" = ( -/obj/structure/machinery/power/apc/directional/no_power/north, +/obj/structure/machinery/power/apc/no_power/north, /obj/item/tool/wirecutters{ pixel_y = -7 }, From 568892cc44a952726de19e1eba725b82e0323d6a Mon Sep 17 00:00:00 2001 From: Venuska1117 <89580971+Venuska1117@users.noreply.github.com> Date: Wed, 7 Aug 2024 15:36:21 +0200 Subject: [PATCH 15/16] banana --- .../FOP_v2_Cellblocks/Prison_Station_FOP.dmm | 13 +++++++------ maps/map_files/Sorokyne_Strata/Sorokyne_Strata.dmm | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/maps/map_files/FOP_v2_Cellblocks/Prison_Station_FOP.dmm b/maps/map_files/FOP_v2_Cellblocks/Prison_Station_FOP.dmm index 5a1dffd7249c..518ea89a0257 100644 --- a/maps/map_files/FOP_v2_Cellblocks/Prison_Station_FOP.dmm +++ b/maps/map_files/FOP_v2_Cellblocks/Prison_Station_FOP.dmm @@ -12319,6 +12319,7 @@ /obj/structure/pipes/standard/simple/hidden/supply{ dir = 5 }, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/prison/darkredfull2/southwest, /area/prison/security/checkpoint/highsec/n) "aUq" = ( @@ -12584,7 +12585,6 @@ /obj/structure/machinery/light/small{ dir = 8 }, -/obj/structure/machinery/power/apc/no_power/east, /obj/structure/filingcabinet, /turf/open/floor/prison/darkredfull2/southwest, /area/prison/security/checkpoint/highsec/n) @@ -19965,6 +19965,7 @@ "bzw" = ( /obj/structure/pipes/standard/simple/hidden/supply, /obj/structure/disposalpipe/segment, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/prison/rampbottom/north, /area/prison/holding/holding1) "bzx" = ( @@ -33899,6 +33900,10 @@ }, /turf/open/floor/prison/greenfull/northwest, /area/prison/monorail/west) +"hmA" = ( +/obj/structure/machinery/power/apc/no_power/north, +/turf/open/floor/plating, +/area/prison/cellblock/mediumsec/east) "hmQ" = ( /obj/structure/surface/table/reinforced, /obj/structure/machinery/microwave, @@ -37000,10 +37005,6 @@ /obj/structure/pipes/standard/manifold/fourway/hidden/supply, /turf/open/floor/prison/red/east, /area/prison/cellblock/highsec/north/north) -"tXB" = ( -/obj/structure/machinery/power/apc/no_power/south, -/turf/open/floor/plating, -/area/prison/cellblock/mediumsec/east) "uaB" = ( /obj/item/ammo_magazine/shotgun/buckshot, /turf/open/floor/prison/bright_clean2/southwest, @@ -69231,8 +69232,8 @@ cpU coM cqd cpU +hmA cpY -tXB chi cip cju diff --git a/maps/map_files/Sorokyne_Strata/Sorokyne_Strata.dmm b/maps/map_files/Sorokyne_Strata/Sorokyne_Strata.dmm index 3f529b904039..d36da63d2f52 100644 --- a/maps/map_files/Sorokyne_Strata/Sorokyne_Strata.dmm +++ b/maps/map_files/Sorokyne_Strata/Sorokyne_Strata.dmm @@ -26300,7 +26300,7 @@ /turf/open/floor/prison/darkyellowfull2, /area/strata/ag/interior/outpost/engi) "haU" = ( -/obj/structure/machinery/power/apc/no_power/east, +/obj/structure/machinery/power/apc/no_power/west, /turf/open/floor/plating, /area/strata/ag/exterior/marsh/crash) "haZ" = ( From 1b9272a0041ab11fbb23495ff504946eaf27da95 Mon Sep 17 00:00:00 2001 From: Venuska1117 <89580971+Venuska1117@users.noreply.github.com> Date: Wed, 7 Aug 2024 21:07:57 +0200 Subject: [PATCH 16/16] last puuush --- maps/map_files/Sorokyne_Strata/Sorokyne_Strata.dmm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maps/map_files/Sorokyne_Strata/Sorokyne_Strata.dmm b/maps/map_files/Sorokyne_Strata/Sorokyne_Strata.dmm index d36da63d2f52..c2622e78ba80 100644 --- a/maps/map_files/Sorokyne_Strata/Sorokyne_Strata.dmm +++ b/maps/map_files/Sorokyne_Strata/Sorokyne_Strata.dmm @@ -30520,7 +30520,7 @@ /area/strata/ag/interior/outpost/engi/drome/shuttle) "pGf" = ( /obj/structure/machinery/power/apc/no_power/west, -/turf/open/auto_turf/snow/brown_base/layer2, +/turf/open/floor/plating, /area/strata/ag/exterior/tcomms/tcomms_deck) "pGt" = ( /turf/closed/shuttle/ert{