From 2ebdfeefe60d16e610850b4b1c46bba828ac0b92 Mon Sep 17 00:00:00 2001 From: Venuska1117 <89580971+Venuska1117@users.noreply.github.com> Date: Wed, 10 Jul 2024 22:19:10 +0200 Subject: [PATCH 1/3] APC updatepaths.txt --- 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 82871ec53f85..a56953d5a8eb 100644 --- a/maps/map_files/BigRed/BigRed.dmm +++ b/maps/map_files/BigRed/BigRed.dmm @@ -346,11 +346,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{ icon_state = "dark" }, @@ -1870,9 +1866,7 @@ }, /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 }, @@ -2895,10 +2889,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{ icon_state = "dark" }, @@ -5158,11 +5149,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"; @@ -5812,7 +5800,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" = ( @@ -7241,10 +7229,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) @@ -7809,11 +7795,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{ icon_state = "darkish" }, @@ -10029,8 +10011,7 @@ }, /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{ @@ -10066,11 +10047,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{ dir = 8; icon_state = "whitepurple" @@ -10996,11 +10973,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{ dir = 9; icon_state = "whitegreen" @@ -12313,7 +12286,7 @@ }, /area/bigredv2/outside/hydroponics) "aKH" = ( -/obj/structure/machinery/power/apc, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor{ icon_state = "freezerfloor" }, @@ -14446,8 +14419,7 @@ }, /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{ @@ -15401,10 +15373,7 @@ }, /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" = ( @@ -16671,10 +16640,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" = ( @@ -18464,8 +18430,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, @@ -18650,7 +18615,7 @@ }, /area/bigredv2/outside/chapel) "bdG" = ( -/obj/structure/machinery/power/apc, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor{ icon_state = "dark" }, @@ -19700,9 +19665,7 @@ }, /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" = ( @@ -26404,15 +26367,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{ dir = 4; icon_state = "warnplate" @@ -26782,11 +26742,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{ dir = 8; icon_state = "darkyellow2" @@ -28789,7 +28745,7 @@ }, /area/bigredv2/caves_lambda) "fyp" = ( -/obj/structure/machinery/power/apc, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor{ icon_state = "darkgreencorners2" }, @@ -28929,9 +28885,7 @@ }, /area/bigredv2/caves_north) "fKW" = ( -/obj/structure/machinery/power/apc{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/no_power/north, /turf/open/floor{ dir = 1; icon_state = "darkyellowcorners2" @@ -31156,10 +31110,7 @@ }, /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" = ( @@ -32493,9 +32444,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" = ( @@ -33193,9 +33142,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{ icon_state = "wood" }, @@ -33863,10 +33810,7 @@ }, /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{ dir = 1; icon_state = "red" @@ -35476,9 +35420,7 @@ }, /area/bigredv2/outside/e) "plx" = ( -/obj/structure/machinery/power/apc{ - dir = 4 - }, +/obj/structure/machinery/power/apc/directional/no_power/east, /turf/open/floor{ dir = 4; icon_state = "darkred2" @@ -35924,14 +35866,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{ dir = 4; icon_state = "asteroidwarning" @@ -38236,10 +38175,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{ dir = 1; icon_state = "asteroidfloor" @@ -38786,7 +38722,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{ dir = 8; icon_state = "darkredcorners2" @@ -39533,10 +39469,7 @@ }, /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" = ( @@ -41498,9 +41431,7 @@ }, /area/bigredv2/caves/mining) "xAX" = ( -/obj/structure/machinery/power/apc{ - dir = 1 - }, +/obj/structure/machinery/power/apc/directional/power/north, /turf/open/floor{ dir = 1; icon_state = "darkyellow2" @@ -41803,9 +41734,7 @@ }, /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 027d2630f392..e59ca65fcc4c 100644 --- a/maps/map_files/BigRed/sprinkles/10.prison_breakout.dmm +++ b/maps/map_files/BigRed/sprinkles/10.prison_breakout.dmm @@ -409,7 +409,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 19f720daf929..eea9acb13467 100644 --- a/maps/map_files/BigRed/sprinkles/25.chapel_cult.dmm +++ b/maps/map_files/BigRed/sprinkles/25.chapel_cult.dmm @@ -418,7 +418,7 @@ }, /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 bfce848e5656..4a8e457e1657 100644 --- a/maps/map_files/BigRed/sprinkles/25.containerroom_xenos.dmm +++ b/maps/map_files/BigRed/sprinkles/25.containerroom_xenos.dmm @@ -159,10 +159,7 @@ }, /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 74be8d01d4ab..a48f00708279 100644 --- a/maps/map_files/BigRed/sprinkles/25.lz1containers_scramble.dmm +++ b/maps/map_files/BigRed/sprinkles/25.lz1containers_scramble.dmm @@ -62,11 +62,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{ dir = 2; icon_state = "dark" diff --git a/maps/map_files/BigRed/sprinkles/30.cargo_containers.dmm b/maps/map_files/BigRed/sprinkles/30.cargo_containers.dmm index 5ff0d32f9e15..63e2bb811700 100644 --- a/maps/map_files/BigRed/sprinkles/30.cargo_containers.dmm +++ b/maps/map_files/BigRed/sprinkles/30.cargo_containers.dmm @@ -384,9 +384,7 @@ }, /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 2c3f634a6502..20788c901f7b 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 7a3bdb9df798..1e820d0a3bb1 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 01777db10275..afea9c689973 100644 --- a/maps/map_files/CORSAT/Corsat.dmm +++ b/maps/map_files/CORSAT/Corsat.dmm @@ -1299,11 +1299,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{ dir = 8; icon_state = "red" @@ -3708,11 +3704,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{ dir = 1; icon_state = "red" @@ -4082,11 +4074,7 @@ }, /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{ dir = 4; @@ -4121,11 +4109,7 @@ }, /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{ dir = 1; icon_state = "squareswood" @@ -5188,11 +5172,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{ dir = 9; icon_state = "red" @@ -5419,11 +5399,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{ dir = 5; @@ -6120,11 +6096,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{ dir = 8; icon_state = "bluegrey" @@ -6890,11 +6862,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{ dir = 1; icon_state = "red" @@ -6974,11 +6942,7 @@ }, /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, @@ -7004,11 +6968,7 @@ }, /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{ dir = 9; icon_state = "yellow" @@ -7096,22 +7056,14 @@ }, /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{ dir = 10; icon_state = "whitebluefull" }, /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{ dir = 1; icon_state = "brown" @@ -7191,11 +7143,7 @@ }, /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{ dir = 1; icon_state = "blue" @@ -7385,11 +7333,7 @@ }, /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{ dir = 1; icon_state = "greenwhitecorner" @@ -8178,11 +8122,7 @@ }, /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{ dir = 1; icon_state = "redcorner" @@ -8366,11 +8306,7 @@ }, /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{ dir = 8; @@ -8541,12 +8477,8 @@ }, /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{ dir = 5; icon_state = "bluegrey" @@ -8880,11 +8812,7 @@ }, /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"; @@ -9093,11 +9021,7 @@ }, /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{ dir = 1; icon_state = "whitetan" @@ -9252,11 +9176,7 @@ }, /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{ dir = 8; icon_state = "greenwhitecorner" @@ -9274,11 +9194,7 @@ }, /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{ dir = 9; icon_state = "greenwhite" @@ -9299,11 +9215,7 @@ }, /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{ icon_state = "spiralplate" }, @@ -9683,11 +9595,7 @@ }, /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{ dir = 9; icon_state = "yellow" @@ -9982,11 +9890,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 }, @@ -10073,11 +9977,7 @@ }, /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{ dir = 1; icon_state = "red" @@ -10213,11 +10113,7 @@ }, /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{ dir = 10; icon_state = "whitebluefull" @@ -10262,11 +10158,7 @@ }, /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{ dir = 1; icon_state = "browncorner" @@ -10302,11 +10194,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" = ( @@ -10373,11 +10261,7 @@ }, /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{ dir = 10; icon_state = "whitebluefull" @@ -10460,11 +10344,7 @@ }, /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{ dir = 1; icon_state = "bluecorner" @@ -10486,11 +10366,7 @@ }, /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 }, @@ -11131,11 +11007,7 @@ }, /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{ dir = 1; icon_state = "bluegreycorner" @@ -11365,11 +11237,7 @@ }, /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{ dir = 1; @@ -11648,11 +11516,7 @@ }, /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{ dir = 1; icon_state = "blue" @@ -12068,11 +11932,7 @@ }, /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{ icon_state = "plate" }, @@ -12677,11 +12537,7 @@ }, /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 }, @@ -12787,11 +12643,7 @@ }, /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{ dir = 1; icon_state = "red" @@ -13307,11 +13159,7 @@ }, /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{ dir = 5; icon_state = "red" @@ -13346,11 +13194,7 @@ }, /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{ dir = 8; icon_state = "brown" @@ -13628,11 +13472,7 @@ }, /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{ dir = 1; @@ -13677,11 +13517,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{ icon_state = "plate" @@ -13921,11 +13757,7 @@ }, /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{ dir = 1; icon_state = "bluegrey" @@ -13956,11 +13788,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{ dir = 10; icon_state = "red" @@ -14080,11 +13908,7 @@ }, /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{ icon_state = "officesquares" @@ -14303,11 +14127,7 @@ }, /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{ dir = 4; icon_state = "red" @@ -14610,11 +14430,7 @@ }, /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{ dir = 8; icon_state = "bluegrey" @@ -14653,10 +14469,7 @@ }, /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{ dir = 1; icon_state = "red" @@ -14680,11 +14493,7 @@ }, /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{ dir = 8; icon_state = "red" @@ -14818,11 +14627,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{ dir = 8; icon_state = "red" @@ -15051,11 +14856,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{ dir = 5; icon_state = "red" @@ -17589,11 +17390,7 @@ }, /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{ icon_state = "tcomms" }, @@ -18656,11 +18453,7 @@ }, /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{ dir = 1; icon_state = "red" @@ -19336,11 +19129,7 @@ }, /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{ icon_state = "omega" }, @@ -22117,11 +21906,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{ icon_state = "plate" }, @@ -22464,11 +22249,7 @@ }, /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{ @@ -23146,22 +22927,14 @@ /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{ dir = 8; icon_state = "red" }, /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{ dir = 4; icon_state = "blue" @@ -23219,11 +22992,7 @@ }, /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{ dir = 9; icon_state = "yellow" @@ -23585,11 +23354,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{ dir = 1; icon_state = "browncorner" @@ -23964,11 +23729,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{ icon_state = "plate" }, @@ -25800,11 +25561,7 @@ }, /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{ dir = 1; @@ -26357,11 +26114,7 @@ }, /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{ icon_state = "plate" }, @@ -26764,11 +26517,7 @@ }, /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{ @@ -27356,11 +27105,7 @@ }, /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{ dir = 8; icon_state = "purplewhite" @@ -29239,11 +28984,7 @@ }, /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, @@ -29826,10 +29567,7 @@ }, /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{ icon_state = "plate" @@ -29843,11 +29581,7 @@ }, /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{ dir = 8; @@ -29872,11 +29606,7 @@ }, /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{ dir = 1; icon_state = "darkgreen" @@ -32097,11 +31827,7 @@ }, /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{ @@ -32480,11 +32206,7 @@ }, /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{ dir = 1; icon_state = "yellow" @@ -32507,11 +32229,7 @@ }, /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{ dir = 4; icon_state = "yellowcorner" @@ -32604,11 +32322,7 @@ }, /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 @@ -32760,11 +32474,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, @@ -33358,11 +33068,7 @@ }, /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{ dir = 4; icon_state = "red" @@ -33675,11 +33381,7 @@ }, /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{ dir = 4; @@ -34067,11 +33769,7 @@ }, /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{ dir = 4; @@ -34087,11 +33785,7 @@ }, /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{ dir = 1; @@ -35480,11 +35174,7 @@ }, /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{ dir = 8; @@ -35536,22 +35226,14 @@ }, /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{ dir = 1; icon_state = "purplewhitecorner" }, /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{ dir = 4; icon_state = "purplewhitecorner" @@ -35621,22 +35303,14 @@ }, /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{ dir = 10; icon_state = "purplewhite" }, /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{ dir = 1; icon_state = "asteroidfloor" @@ -36835,11 +36509,7 @@ }, /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 }, @@ -37752,11 +37422,7 @@ }, /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" = ( @@ -38554,11 +38220,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{ dir = 8; icon_state = "darkgreen" @@ -39868,11 +39530,7 @@ }, /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{ dir = 1; icon_state = "yellow" @@ -40903,11 +40561,7 @@ }, /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{ icon_state = "squares" @@ -42782,11 +42436,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{ dir = 4; icon_state = "redcorner" @@ -44238,11 +43888,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{ dir = 9; @@ -45389,11 +45035,7 @@ }, /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{ icon_state = "plate" }, @@ -45915,11 +45557,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{ dir = 1; icon_state = "bluegrey" @@ -45992,11 +45630,7 @@ }, /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{ icon_state = "plate" }, @@ -47329,11 +46963,7 @@ }, /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{ icon_state = "plate" }, @@ -47737,10 +47367,7 @@ }, /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{ dir = 9; icon_state = "red" @@ -50662,11 +50289,7 @@ }, /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{ dir = 10; icon_state = "whitebluefull" @@ -52234,11 +51857,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{ dir = 4; icon_state = "whitetan" @@ -55497,11 +55116,7 @@ }, /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{ dir = 1; icon_state = "yellow" @@ -56374,11 +55989,7 @@ }, /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{ dir = 4; icon_state = "redcorner" @@ -58843,11 +58454,7 @@ }, /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{ dir = 10; icon_state = "whitebluefull" @@ -59006,11 +58613,7 @@ }, /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{ @@ -59095,11 +58698,7 @@ }, /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{ icon_state = "plate" }, @@ -59155,11 +58754,7 @@ }, /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{ dir = 4; icon_state = "greencorner" @@ -60329,11 +59924,7 @@ }, /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{ icon_state = "plate" }, @@ -61514,11 +61105,7 @@ }, /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{ dir = 1; icon_state = "red" @@ -64389,11 +63976,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{ dir = 1; icon_state = "squareswood" @@ -64764,11 +64347,7 @@ }, /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{ dir = 9; icon_state = "red" diff --git a/maps/map_files/CORSAT/standalone/sigma_ice.dmm b/maps/map_files/CORSAT/standalone/sigma_ice.dmm index c3d3c93b9285..6559c9d3916c 100644 --- a/maps/map_files/CORSAT/standalone/sigma_ice.dmm +++ b/maps/map_files/CORSAT/standalone/sigma_ice.dmm @@ -1767,11 +1767,7 @@ }, /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{ dir = 8; diff --git a/maps/map_files/DesertDam/Desert_Dam.dmm b/maps/map_files/DesertDam/Desert_Dam.dmm index 0c8e8c275bbe..dcfc1d05706c 100644 --- a/maps/map_files/DesertDam/Desert_Dam.dmm +++ b/maps/map_files/DesertDam/Desert_Dam.dmm @@ -971,11 +971,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" = ( @@ -1278,11 +1274,7 @@ }, /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{ dir = 4; icon_state = "blue" @@ -1426,11 +1418,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" = ( @@ -3336,11 +3324,7 @@ }, /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{ dir = 1; icon_state = "darkpurple2" @@ -3912,11 +3896,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{ dir = 1; icon_state = "whitepurple" @@ -4264,11 +4244,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" = ( @@ -4310,11 +4286,7 @@ }, /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{ dir = 1; icon_state = "darkpurple2" @@ -4455,11 +4427,7 @@ }, /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{ dir = 10; icon_state = "floor_plate" @@ -4681,11 +4649,7 @@ }, /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{ dir = 1; icon_state = "whitepurple" @@ -5329,11 +5293,7 @@ }, /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{ dir = 8; icon_state = "darkred2" @@ -5752,11 +5712,7 @@ }, /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{ dir = 1; icon_state = "darkredcorners2" @@ -5805,11 +5761,7 @@ }, /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{ dir = 4; icon_state = "darkred2" @@ -5921,10 +5873,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{ dir = 1; icon_state = "darkyellow2" @@ -6564,11 +6513,7 @@ }, /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{ dir = 8; icon_state = "darkyellow2" @@ -6595,11 +6540,7 @@ }, /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{ dir = 1; icon_state = "red" @@ -6696,11 +6637,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" = ( @@ -6730,11 +6667,7 @@ }, /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{ dir = 1; icon_state = "red" @@ -6852,11 +6785,7 @@ }, /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{ dir = 5; icon_state = "darkpurple2" @@ -6979,11 +6908,7 @@ }, /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{ dir = 1; icon_state = "whiteblue" @@ -7403,11 +7328,7 @@ }, /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{ dir = 1; icon_state = "whitepurple" @@ -8402,11 +8323,7 @@ }, /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{ dir = 8; icon_state = "blue" @@ -9899,11 +9816,7 @@ }, /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{ icon_state = "cement15" }, @@ -10139,11 +10052,7 @@ }, /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" }, @@ -12214,11 +12123,7 @@ }, /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{ dir = 1; icon_state = "whitegreen" @@ -12777,11 +12682,7 @@ }, /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{ dir = 1; icon_state = "darkyellow2" @@ -13951,11 +13852,7 @@ }, /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{ dir = 8; icon_state = "darkbrown2" @@ -14427,11 +14324,7 @@ }, /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{ icon_state = "cement_sunbleached18" }, @@ -15054,11 +14947,7 @@ }, /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{ dir = 1; icon_state = "darkyellow2" @@ -15595,11 +15484,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" = ( @@ -15910,11 +15795,7 @@ }, /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" = ( @@ -16785,11 +16666,7 @@ }, /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{ dir = 8; icon_state = "blue" @@ -16907,11 +16784,7 @@ }, /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{ icon_state = "dark2" }, @@ -17030,11 +16903,7 @@ }, /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{ dir = 5; icon_state = "darkred2" @@ -17199,11 +17068,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, @@ -17928,11 +17793,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" = ( @@ -18409,11 +18270,7 @@ }, /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" = ( @@ -19034,11 +18891,7 @@ }, /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" = ( @@ -19124,11 +18977,7 @@ }, /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 @@ -19258,11 +19107,7 @@ }, /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" = ( @@ -20185,11 +20030,7 @@ }, /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{ dir = 4; icon_state = "darkbrowncorners2" @@ -20572,11 +20413,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{ icon_state = "dark" }, @@ -20808,11 +20645,7 @@ }, /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" = ( @@ -20826,11 +20659,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" = ( @@ -21062,11 +20891,7 @@ }, /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{ dir = 8; icon_state = "blue" @@ -21250,11 +21075,7 @@ }, /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{ icon_state = "dark" }, @@ -21473,11 +21294,7 @@ }, /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{ dir = 1; icon_state = "redcorner" @@ -22234,11 +22051,7 @@ }, /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{ dir = 10 }, @@ -22726,11 +22539,7 @@ }, /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{ dir = 1; icon_state = "darkbrown2" @@ -22968,11 +22777,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{ dir = 1; icon_state = "darkred2" @@ -23629,11 +23434,7 @@ }, /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{ dir = 1; icon_state = "darkyellow2" @@ -23769,11 +23570,7 @@ }, /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{ icon_state = "floor_plate" }, @@ -24012,11 +23809,7 @@ }, /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{ dir = 8; icon_state = "darkyellow2" @@ -24452,11 +24245,7 @@ }, /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{ dir = 10 }, @@ -24635,11 +24424,7 @@ }, /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{ dir = 10; icon_state = "floor_plate" @@ -24748,11 +24533,7 @@ }, /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{ dir = 1; icon_state = "darkred2" @@ -24788,11 +24569,7 @@ }, /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{ icon_state = "sterile_white" }, @@ -25039,11 +24816,7 @@ }, /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) @@ -25097,11 +24870,7 @@ }, /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{ dir = 8; icon_state = "darkyellow2" @@ -25263,11 +25032,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 }, @@ -25300,11 +25065,7 @@ }, /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 }, @@ -25623,21 +25384,13 @@ }, /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{ icon_state = "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{ dir = 1; icon_state = "darkyellowcorners2" @@ -25668,11 +25421,7 @@ }, /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{ dir = 1; icon_state = "green" @@ -26226,11 +25975,7 @@ }, /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{ dir = 1; icon_state = "darkred2" @@ -26659,11 +26404,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" = ( @@ -26861,11 +26602,7 @@ }, /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{ dir = 8; icon_state = "darkyellow2" @@ -27173,11 +26910,7 @@ }, /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{ dir = 9; icon_state = "darkyellow2" @@ -29043,11 +28776,7 @@ }, /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{ dir = 4; icon_state = "darkred2" @@ -29163,11 +28892,7 @@ }, /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{ dir = 4; icon_state = "darkyellow2" @@ -29376,11 +29101,7 @@ }, /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{ icon_state = "sterile_white" }, @@ -29484,11 +29205,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{ dir = 5; icon_state = "darkyellow2" @@ -29611,11 +29328,7 @@ }, /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{ dir = 4; icon_state = "darkyellowcorners2" @@ -29721,11 +29434,7 @@ }, /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 }, @@ -29778,11 +29487,7 @@ }, /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{ icon_state = "dark" }, @@ -30229,11 +29934,7 @@ }, /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{ dir = 1; icon_state = "darkyellowcorners2" @@ -31107,11 +30808,7 @@ }, /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{ icon_state = "sterile_white" }, @@ -31214,11 +30911,7 @@ }, /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{ dir = 1; icon_state = "darkred2" @@ -31946,11 +31639,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{ icon_state = "sterile_white" }, @@ -32405,11 +32094,7 @@ }, /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{ dir = 9; icon_state = "whiteyellow" @@ -32648,11 +32333,7 @@ }, /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" = ( @@ -33748,11 +33429,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{ dir = 1; icon_state = "darkred2" @@ -33832,11 +33509,7 @@ }, /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{ @@ -35611,11 +35284,7 @@ }, /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" = ( @@ -35651,11 +35320,7 @@ }, /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{ dir = 10; icon_state = "floor_plate" @@ -35755,11 +35420,7 @@ }, /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{ dir = 10; icon_state = "bright_clean2" @@ -35920,11 +35581,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{ icon_state = "white" }, @@ -37296,11 +36953,7 @@ }, /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{ dir = 4; icon_state = "darkbrowncorners2" @@ -37491,11 +37144,7 @@ }, /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{ dir = 1; icon_state = "whitegreen" @@ -38013,11 +37662,7 @@ }, /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{ dir = 1; icon_state = "whitegreen" @@ -38218,11 +37863,7 @@ }, /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{ dir = 8; icon_state = "darkyellow2" @@ -38730,11 +38371,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{ dir = 4; icon_state = "whitegreen" @@ -39133,11 +38770,7 @@ }, /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{ dir = 10; icon_state = "bright_clean2" @@ -39787,11 +39420,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" = ( @@ -40908,11 +40537,7 @@ }, /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{ dir = 8; icon_state = "darkyellow2" @@ -40966,11 +40591,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" @@ -41221,11 +40842,7 @@ }, /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{ dir = 8; icon_state = "whitered" @@ -41249,11 +40866,7 @@ }, /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{ dir = 8; icon_state = "whitered" @@ -41632,11 +41245,7 @@ /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{ dir = 4; icon_state = "whitered" @@ -41644,11 +41253,7 @@ /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{ dir = 4; icon_state = "whitered" @@ -42246,11 +41851,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{ dir = 9; icon_state = "whitegreen" @@ -42305,11 +41906,7 @@ }, /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{ dir = 1; icon_state = "whitegreen" @@ -42456,11 +42053,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{ icon_state = "white" }, @@ -43981,11 +43574,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" = ( @@ -44291,11 +43880,7 @@ }, /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{ dir = 4; icon_state = "whitegreen" @@ -45248,11 +44833,7 @@ }, /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{ icon_state = "dark" }, @@ -45422,10 +45003,7 @@ }, /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{ icon_state = "whitegreen" }, @@ -45711,11 +45289,7 @@ }, /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{ dir = 9; icon_state = "darkyellow2" @@ -46078,11 +45652,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{ dir = 8; icon_state = "sterile_white" @@ -46480,11 +46050,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{ dir = 10; icon_state = "floor_plate" @@ -46914,11 +46480,7 @@ }, /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{ dir = 8; icon_state = "sterile_white" @@ -47889,11 +47451,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{ @@ -48564,11 +48122,7 @@ }, /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{ @@ -48778,10 +48332,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" = ( @@ -48824,11 +48375,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{ dir = 4; @@ -49017,11 +48564,7 @@ }, /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{ icon_state = "freezerfloor" }, @@ -49173,11 +48716,7 @@ }, /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" = ( @@ -49514,11 +49053,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" = ( @@ -49607,11 +49142,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" = ( @@ -50565,11 +50096,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{ dir = 1; @@ -51099,11 +50626,7 @@ }, /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{ icon_state = "sterile_white" @@ -51133,11 +50656,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" = ( @@ -51391,11 +50910,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" = ( @@ -51531,11 +51046,7 @@ }, /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" = ( @@ -51920,10 +51431,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" = ( @@ -52090,11 +51598,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" = ( @@ -52256,11 +51760,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{ icon_state = "freezerfloor" }, @@ -52609,11 +52109,7 @@ }, /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{ dir = 1; icon_state = "whiteyellowcorner" @@ -53259,11 +52755,7 @@ }, /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{ dir = 8; icon_state = "green" @@ -53374,11 +52866,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{ icon_state = "bright_clean2" }, @@ -53917,11 +53405,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{ @@ -54212,11 +53696,7 @@ }, /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 }, @@ -55107,11 +54587,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{ dir = 1; @@ -57803,11 +57279,7 @@ }, /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) @@ -60983,11 +60455,7 @@ }, /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" = ( @@ -61838,11 +61306,7 @@ }, /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{ icon_state = "delivery" }, @@ -62808,11 +62272,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 }, @@ -63461,11 +62921,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{ dir = 10; icon_state = "bright_clean" @@ -63994,11 +63450,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" = ( @@ -64367,11 +63819,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{ icon_state = "asteroidplating" }, @@ -66177,11 +65625,7 @@ }, /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 9cca7b5c3558..cb8ededda005 100644 --- a/maps/map_files/DesertDam/standalone/crashlanding-upp-bar.dmm +++ b/maps/map_files/DesertDam/standalone/crashlanding-upp-bar.dmm @@ -967,11 +967,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" = ( @@ -1318,11 +1314,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{ dir = 10; @@ -2202,11 +2194,7 @@ }, /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{ icon_state = "platingdmg3" 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 d1dd76922ee1..400e4b2d42da 100644 --- a/maps/map_files/FOP_v2_Cellblocks/Prison_Station_FOP.dmm +++ b/maps/map_files/FOP_v2_Cellblocks/Prison_Station_FOP.dmm @@ -1050,10 +1050,7 @@ }, /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{ icon_state = "whitepurple" }, @@ -1886,11 +1883,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 }, @@ -2395,10 +2388,7 @@ }, /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{ icon_state = "whitepurple" }, @@ -2804,11 +2794,7 @@ }, /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{ dir = 1; icon_state = "darkpurple2" @@ -2876,12 +2862,8 @@ }, /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{ dir = 1; icon_state = "darkpurple2" @@ -2955,11 +2937,7 @@ }, /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{ dir = 10; icon_state = "darkredfull2" @@ -3387,11 +3365,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" = ( @@ -4036,11 +4010,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" = ( @@ -4461,10 +4431,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{ dir = 9; icon_state = "darkpurplefull2" @@ -4979,11 +4946,7 @@ }, /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{ dir = 4; icon_state = "whitegreen" @@ -5095,11 +5058,7 @@ }, /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{ dir = 1; icon_state = "darkred2" @@ -6538,11 +6497,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{ dir = 8 }, @@ -6755,11 +6710,7 @@ }, /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{ dir = 8; @@ -7210,10 +7161,7 @@ }, /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{ dir = 10; @@ -7426,11 +7374,7 @@ }, /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" = ( @@ -7762,10 +7706,7 @@ }, /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{ dir = 10; icon_state = "darkredfull2" @@ -8215,11 +8156,7 @@ }, /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{ dir = 10; icon_state = "bright_clean" @@ -8400,11 +8337,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{ dir = 10 }, @@ -8566,11 +8499,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{ dir = 4; icon_state = "whitegreen" @@ -8815,11 +8744,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" = ( @@ -9570,10 +9495,7 @@ }, /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 }, @@ -9842,11 +9764,7 @@ }, /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{ dir = 10; icon_state = "whitepurple" @@ -10544,11 +10462,7 @@ }, /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{ dir = 10; icon_state = "bright_clean2" @@ -11058,10 +10972,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{ icon_state = "freezerfloor" }, @@ -11233,11 +11144,7 @@ }, /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{ dir = 5; icon_state = "darkyellow2" @@ -11763,10 +11670,7 @@ }, /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{ dir = 10 @@ -12301,10 +12205,7 @@ }, /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{ icon_state = "whitepurple" }, @@ -12391,11 +12292,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" = ( @@ -12483,11 +12380,7 @@ }, /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" = ( @@ -13618,11 +13511,7 @@ }, /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{ dir = 10; @@ -13717,11 +13606,7 @@ }, /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 }, @@ -14389,11 +14274,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" = ( @@ -14463,10 +14344,7 @@ }, /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{ icon_state = "red" }, @@ -15098,11 +14976,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{ dir = 8; icon_state = "green" @@ -15218,11 +15092,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" = ( @@ -15376,11 +15246,7 @@ }, /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{ dir = 1; icon_state = "green" @@ -15982,11 +15848,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{ dir = 8; icon_state = "blue" @@ -16504,11 +16366,7 @@ }, /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{ icon_state = "sterile_white" }, @@ -16589,11 +16447,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" = ( @@ -16710,11 +16564,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{ dir = 10; @@ -16983,11 +16833,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" = ( @@ -17589,11 +17435,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) @@ -18249,11 +18091,7 @@ }, /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{ dir = 4; icon_state = "green" @@ -19157,11 +18995,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" }, @@ -19387,11 +19221,7 @@ }, /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{ dir = 8; icon_state = "blue" @@ -21770,11 +21600,7 @@ }, /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{ dir = 10; icon_state = "bright_clean2" @@ -22844,10 +22670,7 @@ }, /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{ icon_state = "blue" }, @@ -23015,11 +22838,7 @@ }, /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 }, @@ -23054,11 +22873,7 @@ }, /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{ dir = 10; icon_state = "floor_plate" @@ -24312,11 +24127,7 @@ }, /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{ dir = 10; icon_state = "bright_clean2" @@ -24669,11 +24480,7 @@ }, /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{ dir = 8; icon_state = "green" @@ -25749,10 +25556,7 @@ }, /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" = ( @@ -25822,11 +25626,7 @@ }, /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{ dir = 10; icon_state = "bright_clean" @@ -25888,11 +25688,7 @@ }, /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{ @@ -26246,11 +26042,7 @@ }, /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{ dir = 10; icon_state = "bright_clean2" @@ -26292,11 +26084,7 @@ }, /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 }, @@ -26524,11 +26312,7 @@ }, /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{ dir = 5; icon_state = "darkred2" @@ -26577,11 +26361,7 @@ }, /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{ dir = 9; icon_state = "greenfull" @@ -26969,11 +26749,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{ dir = 1; icon_state = "green" @@ -27284,22 +27060,14 @@ /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{ dir = 10; icon_state = "darkredfull2" }, /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" = ( @@ -28070,10 +27838,7 @@ }, /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{ icon_state = "green" }, @@ -28507,11 +28272,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" = ( @@ -28683,11 +28444,7 @@ }, /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{ dir = 1; @@ -29344,11 +29101,7 @@ }, /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" = ( @@ -29399,11 +29152,7 @@ }, /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" = ( @@ -29548,11 +29297,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{ @@ -29776,11 +29521,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{ dir = 8; icon_state = "darkbrown2" @@ -30077,11 +29818,7 @@ }, /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{ dir = 1; icon_state = "darkyellow2" @@ -30955,11 +30692,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{ dir = 10; icon_state = "bright_clean2" @@ -31104,11 +30837,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" = ( @@ -31990,11 +31719,7 @@ }, /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{ dir = 8; icon_state = "darkyellow2" @@ -32025,11 +31750,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 }, @@ -32179,11 +31900,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{ dir = 10; icon_state = "bright_clean2" @@ -32424,11 +32141,7 @@ }, /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{ dir = 10; icon_state = "bright_clean" @@ -33799,11 +33512,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" = ( @@ -33937,11 +33646,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{ icon_state = "yellowfull" }, @@ -34225,11 +33930,7 @@ }, /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{ dir = 10; icon_state = "darkred2" @@ -34524,11 +34225,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" = ( @@ -34553,10 +34250,7 @@ }, /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" = ( @@ -35141,11 +34835,7 @@ }, /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{ dir = 1; icon_state = "darkyellow2" @@ -35975,11 +35665,7 @@ }, /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" = ( @@ -36257,11 +35943,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" = ( @@ -36300,11 +35982,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{ dir = 8; icon_state = "yellow" @@ -36585,10 +36263,7 @@ }, /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{ dir = 10; icon_state = "darkred2" @@ -37122,11 +36797,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{ dir = 1; icon_state = "darkred2" @@ -37367,11 +37038,7 @@ }, /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{ dir = 9; icon_state = "blue" @@ -37445,11 +37112,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" = ( @@ -37495,11 +37158,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" = ( @@ -37856,11 +37515,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" = ( @@ -37891,11 +37546,7 @@ }, /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{ dir = 4; @@ -37911,11 +37562,7 @@ }, /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{ dir = 8; @@ -38011,11 +37658,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{ dir = 8; icon_state = "red" @@ -38688,11 +38331,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{ dir = 10; icon_state = "darkredfull2" @@ -38963,11 +38602,7 @@ }, /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{ dir = 9; icon_state = "darkred2" @@ -39534,10 +39169,7 @@ }, /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{ icon_state = "darkred2" }, @@ -40731,10 +40363,7 @@ }, /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{ icon_state = "yellow" }, @@ -41731,11 +41360,7 @@ }, /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{ dir = 4; icon_state = "darkred2" @@ -42669,11 +42294,7 @@ }, /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{ dir = 1; icon_state = "yellow" @@ -43149,11 +42770,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{ dir = 10; icon_state = "darkred2" @@ -43377,11 +42994,7 @@ }, /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{ dir = 5; icon_state = "green" @@ -44653,11 +44266,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" = ( @@ -45665,11 +45274,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{ dir = 10; icon_state = "bright_clean2" @@ -45983,11 +45588,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{ dir = 1; icon_state = "red" @@ -46587,11 +46188,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{ dir = 10; icon_state = "sterile_white" @@ -46726,11 +46323,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" = ( @@ -48050,11 +47643,7 @@ }, /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{ icon_state = "delivery" }, @@ -48626,10 +48215,7 @@ }, /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" = ( @@ -48836,11 +48422,7 @@ }, /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{ dir = 10; icon_state = "bright_clean2" diff --git a/maps/map_files/FOP_v3_Sciannex/Fiorina_SciAnnex.dmm b/maps/map_files/FOP_v3_Sciannex/Fiorina_SciAnnex.dmm index fcbdcc4fdc33..67ad3b386de1 100644 --- a/maps/map_files/FOP_v3_Sciannex/Fiorina_SciAnnex.dmm +++ b/maps/map_files/FOP_v3_Sciannex/Fiorina_SciAnnex.dmm @@ -14,16 +14,14 @@ /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{ desc = "It'll get in your shoes no matter what you do."; name = "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" = ( @@ -31,9 +29,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" = ( @@ -671,9 +667,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" = ( @@ -863,9 +857,7 @@ }, /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{ dir = 9; icon_state = "yellow" @@ -8263,9 +8255,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" = ( @@ -9207,7 +9197,7 @@ }, /area/fiorina/station/power_ring) "fEY" = ( -/obj/structure/machinery/power/apc, +/obj/structure/machinery/power/apc/directional/power/south, /turf/open/floor{ icon_state = "delivery" }, @@ -9495,9 +9485,7 @@ }, /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{ dir = 1; icon_state = "yellow" @@ -9894,9 +9882,7 @@ }, /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" = ( @@ -12707,9 +12693,7 @@ }, /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{ dir = 1; icon_state = "green" @@ -12834,7 +12818,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{ dir = 4; icon_state = "blue_plate" @@ -14874,7 +14858,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{ dir = 4; icon_state = "greenfull" @@ -17514,7 +17498,7 @@ }, /area/fiorina/station/research_cells) "kGo" = ( -/obj/structure/machinery/power/apc, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/prison{ icon_state = "whitepurple" }, @@ -22035,9 +22019,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" = ( @@ -23264,9 +23246,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" = ( @@ -23409,9 +23389,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" = ( @@ -23792,7 +23770,7 @@ }, /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" = ( @@ -30478,7 +30456,7 @@ }, /area/fiorina/station/medbay) "sBO" = ( -/obj/structure/machinery/power/apc, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/prison{ dir = 10; icon_state = "whitegreenfull" @@ -34222,9 +34200,7 @@ }, /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" = ( @@ -37270,9 +37246,7 @@ }, /area/fiorina/station/lowsec) "wFM" = ( -/obj/structure/machinery/power/apc{ - dir = 8 - }, +/obj/structure/machinery/power/apc/directional/power/west, /turf/open/floor/prison{ dir = 10; icon_state = "floor_plate" @@ -37936,9 +37910,7 @@ }, /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{ dir = 1; icon_state = "green" @@ -38309,9 +38281,7 @@ }, /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" = ( @@ -39296,9 +39266,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{ icon_state = "darkbrownfull2" }, 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 b2a660473a19..533e8a137bbe 100644 --- a/maps/map_files/FOP_v3_Sciannex/sprinkles/10.scavshipholder.dmm +++ b/maps/map_files/FOP_v3_Sciannex/sprinkles/10.scavshipholder.dmm @@ -212,7 +212,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 f9a376869849..baff8916daed 100644 --- a/maps/map_files/FOP_v3_Sciannex/sprinkles/15.nogear.dmm +++ b/maps/map_files/FOP_v3_Sciannex/sprinkles/15.nogear.dmm @@ -80,9 +80,7 @@ }, /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 34dc51f305fb..0964dae84d62 100644 --- a/maps/map_files/FOP_v3_Sciannex/sprinkles/20.poolparty.dmm +++ b/maps/map_files/FOP_v3_Sciannex/sprinkles/20.poolparty.dmm @@ -58,7 +58,7 @@ }, /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 408bccfc7eea..55c3b62536b4 100644 --- a/maps/map_files/FOP_v3_Sciannex/sprinkles/30.engineeroffice.dmm +++ b/maps/map_files/FOP_v3_Sciannex/sprinkles/30.engineeroffice.dmm @@ -21,7 +21,7 @@ }, /area/template_noop) "n" = ( -/obj/structure/machinery/power/apc, +/obj/structure/machinery/power/apc/directional/no_power/south, /turf/open/floor/prison{ dir = 4; icon_state = "greenfull" 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 721ebbc10aed..6738ac5c249b 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 @@ -646,9 +646,7 @@ }, /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" = ( @@ -1322,9 +1320,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 5326d72de2a8..e0dccd6080c3 100644 --- a/maps/map_files/Ice_Colony_v2/Ice_Colony_v2.dmm +++ b/maps/map_files/Ice_Colony_v2/Ice_Colony_v2.dmm @@ -746,11 +746,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" = ( @@ -930,11 +926,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{ dir = 4; icon_state = "darkyellow2" @@ -1217,11 +1209,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{ dir = 1; @@ -1827,11 +1815,7 @@ }, /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 }, @@ -2151,11 +2135,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{ dir = 4; icon_state = "darkyellow2" @@ -3319,11 +3299,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{ dir = 1; icon_state = "darkyellow2" @@ -3653,11 +3629,7 @@ }, /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{ icon_state = "freezerfloor" }, @@ -3692,11 +3664,7 @@ }, /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{ icon_state = "freezerfloor" }, @@ -3821,11 +3789,7 @@ }, /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{ dir = 1; icon_state = "darkyellow2" @@ -3905,11 +3869,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{ dir = 5; @@ -4002,11 +3962,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" = ( @@ -5268,11 +5224,7 @@ }, /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, @@ -5384,11 +5336,7 @@ }, /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; @@ -6828,11 +6776,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{ dir = 1; icon_state = "whitered" @@ -7006,10 +6950,7 @@ }, /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{ icon_state = "whitered" }, @@ -7953,11 +7894,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{ dir = 8; icon_state = "darkgreen2" @@ -8316,11 +8253,7 @@ }, /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{ dir = 1; @@ -8366,11 +8299,7 @@ }, /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{ dir = 1; icon_state = "darkgreen2" @@ -9081,11 +9010,7 @@ }, /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{ dir = 1; icon_state = "darkbrown2" @@ -9163,11 +9088,7 @@ }, /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{ dir = 1; icon_state = "darkbrown2" @@ -9218,10 +9139,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{ icon_state = "darkbrown2" }, @@ -9554,11 +9472,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{ dir = 1; icon_state = "darkyellow2" @@ -9688,11 +9602,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{ dir = 1; icon_state = "darkred2" @@ -10243,11 +10153,7 @@ }, /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{ dir = 4; icon_state = "darkblue2" @@ -10417,11 +10323,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{ dir = 5; icon_state = "darkgreen2" @@ -11563,10 +11465,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{ icon_state = "darkblue2" }, @@ -11625,11 +11524,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{ dir = 8; icon_state = "vault" @@ -11839,11 +11734,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" = ( @@ -12187,10 +12078,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 }, @@ -12211,10 +12099,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" = ( @@ -12405,11 +12290,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{ dir = 8; icon_state = "vault" @@ -12698,11 +12579,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{ dir = 1; icon_state = "darkred2" @@ -13438,10 +13315,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{ dir = 8; icon_state = "vault" @@ -13913,11 +13787,7 @@ }, /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 @@ -13940,11 +13810,7 @@ }, /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 @@ -14131,10 +13997,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{ icon_state = "freezerfloor" }, @@ -14203,10 +14066,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" = ( @@ -14379,11 +14239,7 @@ }, /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" @@ -15189,11 +15045,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{ icon_state = "dark2" }, @@ -15518,11 +15370,7 @@ }, /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{ dir = 8; icon_state = "darkyellow2" @@ -16594,10 +16442,7 @@ }, /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{ icon_state = "darkyellow2" }, @@ -17894,11 +17739,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{ icon_state = "delivery" }, @@ -18350,11 +18191,7 @@ }, /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{ icon_state = "freezerfloor" }, @@ -18418,11 +18255,7 @@ }, /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{ dir = 1; icon_state = "darkbrown2" @@ -18455,11 +18288,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" = ( @@ -18991,10 +18820,7 @@ }, /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{ icon_state = "darkpurple2" }, @@ -19306,11 +19132,7 @@ }, /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" = ( @@ -19566,11 +19388,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" }, @@ -19607,11 +19425,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{ dir = 8; icon_state = "warnplate" @@ -20379,10 +20193,7 @@ }, /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{ icon_state = "darkbrown2" }, @@ -21000,11 +20811,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" = ( @@ -21014,11 +20821,7 @@ }, /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{ icon_state = "dark2" }, @@ -21045,11 +20848,7 @@ }, /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{ icon_state = "wood" }, @@ -21348,11 +21147,7 @@ }, /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{ dir = 4; icon_state = "darkyellow2" @@ -21802,11 +21597,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{ dir = 1; icon_state = "darkgreen2" @@ -22546,11 +22337,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{ dir = 8; icon_state = "darkyellow2" @@ -23031,11 +22818,7 @@ }, /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{ dir = 8; icon_state = "darkgreen2" @@ -23264,11 +23047,7 @@ }, /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{ dir = 4; icon_state = "whitered" @@ -23303,11 +23082,7 @@ }, /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{ dir = 4; icon_state = "darkred2" @@ -24492,10 +24267,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{ icon_state = "bcircuit" }, @@ -24512,11 +24284,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" = ( @@ -24660,10 +24428,7 @@ }, /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{ icon_state = "darkgreen2" }, @@ -24800,11 +24565,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 }, @@ -24854,10 +24615,7 @@ }, /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{ icon_state = "whitered" }, @@ -25051,10 +24809,7 @@ }, /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{ icon_state = "whitered" }, @@ -25077,11 +24832,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" = ( @@ -25565,10 +25316,7 @@ }, /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{ icon_state = "whitered" @@ -25690,11 +25438,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" = ( @@ -25725,11 +25469,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" = ( @@ -26158,22 +25898,14 @@ }, /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{ dir = 1; icon_state = "darkpurple2" }, /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{ dir = 9; icon_state = "darkpurple2" @@ -26401,11 +26133,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{ dir = 4; icon_state = "darkblue2" @@ -26520,11 +26248,7 @@ }, /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{ dir = 1; icon_state = "darkblue2" @@ -26847,10 +26571,7 @@ }, /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{ icon_state = "darkgreen2" }, @@ -26987,11 +26708,7 @@ }, /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{ dir = 5; icon_state = "darkpurple2" @@ -27387,11 +27104,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" = ( @@ -27413,11 +27126,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" = ( @@ -27444,11 +27153,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" = ( @@ -27465,11 +27170,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" = ( @@ -27686,11 +27387,7 @@ }, /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{ dir = 1; icon_state = "darkred2" @@ -27900,11 +27597,7 @@ }, /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{ @@ -28022,11 +27715,7 @@ }, /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{ dir = 1; icon_state = "darkyellow2" @@ -28076,11 +27765,7 @@ }, /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{ dir = 5; @@ -29171,11 +28856,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{ dir = 5; icon_state = "darkred2" @@ -29240,11 +28921,7 @@ }, /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{ dir = 4; icon_state = "darkred2" @@ -29633,11 +29310,7 @@ }, /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{ dir = 1; icon_state = "darkgreen2" @@ -30092,11 +29765,7 @@ }, /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{ dir = 1; icon_state = "darkred2" @@ -30422,11 +30091,7 @@ }, /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{ dir = 1; icon_state = "darkbrown2" @@ -30520,11 +30185,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" = ( @@ -30541,11 +30202,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" = ( @@ -30923,11 +30580,7 @@ }, /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{ dir = 1; icon_state = "darkred2" @@ -30975,11 +30628,7 @@ }, /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{ dir = 1; icon_state = "darkred2" @@ -31546,10 +31195,7 @@ }, /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{ icon_state = "darkbrown2" }, @@ -32249,11 +31895,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" = ( @@ -32381,11 +32023,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" = ( @@ -32714,11 +32352,7 @@ }, /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{ icon_state = "white" }, @@ -32805,11 +32439,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" = ( @@ -33164,10 +32794,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{ dir = 6; icon_state = "darkred2" @@ -33228,10 +32855,7 @@ }, /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{ icon_state = "white" }, @@ -34319,11 +33943,7 @@ }, /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{ dir = 8; icon_state = "darkbrown2" diff --git a/maps/map_files/Ice_Colony_v3/Shivas_Snowball.dmm b/maps/map_files/Ice_Colony_v3/Shivas_Snowball.dmm index fc8a5f896be1..8b27adf4bd3c 100644 --- a/maps/map_files/Ice_Colony_v3/Shivas_Snowball.dmm +++ b/maps/map_files/Ice_Colony_v3/Shivas_Snowball.dmm @@ -677,10 +677,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{ icon_state = "floor3" }, @@ -4897,10 +4894,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{ icon_state = "floor3" }, @@ -7193,10 +7187,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{ dir = 1 }, @@ -7637,7 +7628,7 @@ }, /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" = ( @@ -9165,10 +9156,7 @@ }, /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" = ( @@ -9347,10 +9335,7 @@ }, /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" = ( @@ -11329,10 +11314,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{ dir = 1 }, @@ -14082,10 +14064,7 @@ }, /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" = ( @@ -16179,10 +16158,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{ icon_state = "floor3" }, @@ -16243,11 +16219,7 @@ }, /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{ dir = 8; icon_state = "yellowfull" @@ -16371,11 +16343,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{ icon_state = "floor3" }, @@ -16680,10 +16648,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{ icon_state = "bluefull" }, @@ -16844,10 +16809,7 @@ }, /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{ dir = 4; icon_state = "darkbrown2" @@ -17261,10 +17223,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" = ( @@ -18213,9 +18172,7 @@ }, /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" = ( @@ -18710,10 +18667,7 @@ }, /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{ dir = 1 }, @@ -19357,7 +19311,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" = ( @@ -19365,10 +19319,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{ icon_state = "bluefull" }, @@ -20006,10 +19957,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{ dir = 1; icon_state = "yellow" @@ -20661,10 +20609,7 @@ }, /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{ icon_state = "delivery" }, @@ -21404,10 +21349,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" = ( @@ -21742,10 +21684,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" = ( @@ -22616,10 +22555,7 @@ }, /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{ icon_state = "bluefull" }, @@ -23775,10 +23711,7 @@ }, /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" = ( @@ -24387,10 +24320,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{ icon_state = "floor3" }, @@ -24702,10 +24632,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{ icon_state = "floor3" }, @@ -26285,9 +26212,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{ icon_state = "floor3" }, @@ -26517,10 +26442,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" = ( @@ -27941,10 +27863,7 @@ }, /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{ icon_state = "floor3" }, 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 a002ca0bc0dd..a6aaf8b3322c 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 @@ -45,9 +45,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" = ( @@ -139,9 +137,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{ dir = 1 }, 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 d7f25ee2a3de..8ee793f8a0bb 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 @@ -32,9 +32,7 @@ }, /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" = ( @@ -71,9 +69,7 @@ }, /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{ dir = 1 }, 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 15ec0c4e099d..849b9c83754c 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 @@ -381,10 +381,7 @@ }, /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{ icon_state = "bluefull" }, @@ -798,10 +795,7 @@ }, /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 f61ed5ee3597..d0ef1f919442 100644 --- a/maps/map_files/Kutjevo/Kutjevo.dmm +++ b/maps/map_files/Kutjevo/Kutjevo.dmm @@ -997,10 +997,7 @@ }, /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" = ( @@ -1323,11 +1320,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{ dir = 1 }, @@ -1603,11 +1596,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{ dir = 1 }, @@ -5903,11 +5892,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{ dir = 8 }, @@ -6151,11 +6136,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{ dir = 8 }, @@ -6715,11 +6696,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{ dir = 8 }, @@ -8224,11 +8201,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{ dir = 8 }, @@ -8360,11 +8333,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{ dir = 1 }, @@ -8918,11 +8887,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" = ( @@ -9987,11 +9952,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{ dir = 1 @@ -10117,11 +10078,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" = ( @@ -12145,11 +12102,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) @@ -12230,11 +12183,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" = ( @@ -12516,11 +12465,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" = ( @@ -12578,11 +12523,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" = ( @@ -12617,11 +12558,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" = ( @@ -12871,11 +12808,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{ dir = 4 }, @@ -12915,11 +12848,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" = ( @@ -15875,11 +15804,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" = ( @@ -16878,11 +16803,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 }, @@ -16893,11 +16814,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 }, @@ -17051,11 +16968,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{ dir = 1 }, @@ -17187,11 +17100,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" = ( @@ -17535,11 +17444,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 d172399ca564..0fe36ba380bb 100644 --- a/maps/map_files/Kutjevo/sprinkles/35.communications.dmm +++ b/maps/map_files/Kutjevo/sprinkles/35.communications.dmm @@ -206,9 +206,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 93436ca83de0..e86ff3af3c0c 100644 --- a/maps/map_files/LV522_Chances_Claim/LV522_Chances_Claim.dmm +++ b/maps/map_files/LV522_Chances_Claim/LV522_Chances_Claim.dmm @@ -381,9 +381,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{ icon_state = "plate" }, @@ -1611,9 +1609,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{ icon_state = "darkbrownfull2" @@ -1972,9 +1968,7 @@ }, /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{ icon_state = "plate" }, @@ -5841,9 +5835,7 @@ }, /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{ icon_state = "plate" }, @@ -7196,9 +7188,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{ dir = 4; @@ -7537,9 +7527,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{ icon_state = "plate" }, @@ -8057,9 +8045,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{ dir = 4; icon_state = "white_cyan1" @@ -8543,9 +8529,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{ dir = 4; icon_state = "white_cyan1" @@ -9837,9 +9821,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{ dir = 4; icon_state = "greenfull" @@ -10814,9 +10796,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{ icon_state = "blue1" }, @@ -11678,9 +11658,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{ icon_state = "darkredfull2" }, @@ -12052,9 +12030,7 @@ }, /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{ icon_state = "plate" @@ -14157,9 +14133,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{ icon_state = "darkpurplefull2" }, @@ -14563,9 +14537,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, @@ -14633,9 +14605,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" = ( @@ -14805,9 +14775,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" = ( @@ -15147,9 +15115,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{ icon_state = "white_cyan1" }, @@ -15580,9 +15546,7 @@ }, /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" = ( @@ -16326,9 +16290,7 @@ }, /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{ dir = 10; icon_state = "floor_marked" @@ -17113,9 +17075,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{ icon_state = "plate" }, @@ -18700,9 +18660,7 @@ }, /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 }, @@ -20418,9 +20376,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{ @@ -22300,9 +22256,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{ icon_state = "blue1" }, @@ -23331,9 +23285,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{ dir = 4; icon_state = "darkyellowfull2" @@ -24434,9 +24386,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 }, @@ -24595,9 +24545,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{ icon_state = "plate" }, @@ -26072,9 +26020,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{ icon_state = "darkbrownfull2" }, @@ -26227,9 +26173,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{ icon_state = "wood" }, @@ -26859,9 +26803,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" = ( @@ -27634,9 +27576,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{ icon_state = "floor_plate" }, @@ -28902,9 +28842,7 @@ }, /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{ dir = 1; @@ -29473,9 +29411,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{ dir = 4; icon_state = "darkyellowfull2" @@ -33312,7 +33248,7 @@ }, /area/lv522/outdoors/nw_rockies) "nky" = ( -/obj/structure/machinery/power/apc/weak, +/obj/structure/machinery/power/apc/directional/power/south, /turf/open/floor/prison{ dir = 4; icon_state = "darkyellowfull2" @@ -34302,9 +34238,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{ icon_state = "plate" }, @@ -35419,9 +35353,7 @@ }, /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{ dir = 9; icon_state = "blue" @@ -36031,9 +35963,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{ icon_state = "radiator_tile2" @@ -36206,9 +36136,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{ icon_state = "radiator_tile2" }, @@ -36563,9 +36491,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" = ( @@ -37249,9 +37175,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{ icon_state = "darkbrownfull2" @@ -38455,9 +38379,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{ icon_state = "darkpurplefull2" }, @@ -40076,9 +39998,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{ dir = 4; @@ -40388,9 +40308,7 @@ }, /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 }, @@ -41225,9 +41143,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{ icon_state = "darkpurplefull2" }, @@ -41616,9 +41532,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{ dir = 4; icon_state = "greenfull" @@ -42056,9 +41970,7 @@ }, /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 }, @@ -47415,9 +47327,7 @@ }, /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{ icon_state = "darkbrownfull2" @@ -52456,9 +52366,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" = ( @@ -52641,9 +52549,7 @@ }, /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, @@ -54170,9 +54076,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{ icon_state = "darkpurplefull2" }, @@ -55045,9 +54949,7 @@ }, /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{ icon_state = "darkredfull2" }, @@ -55415,9 +55317,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{ icon_state = "floor_plate" }, @@ -56197,9 +56097,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{ icon_state = "darkredfull2" }, @@ -56790,9 +56688,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{ dir = 4; icon_state = "greenfull" @@ -59485,9 +59381,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" = ( @@ -59688,9 +59582,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{ icon_state = "floor_plate" }, @@ -62391,9 +62283,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{ icon_state = "darkpurplefull2" }, diff --git a/maps/map_files/LV624/LV624.dmm b/maps/map_files/LV624/LV624.dmm index ba8e782344ca..290082a61770 100644 --- a/maps/map_files/LV624/LV624.dmm +++ b/maps/map_files/LV624/LV624.dmm @@ -2124,9 +2124,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"; @@ -3237,9 +3235,7 @@ }, /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{ dir = 9; icon_state = "green" @@ -4409,9 +4405,7 @@ }, /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{ dir = 4; icon_state = "whitepurplecorner" @@ -5125,9 +5119,7 @@ }, /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{ icon_state = "vault" }, @@ -5620,9 +5612,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{ dir = 5; icon_state = "whitepurple" @@ -5633,9 +5623,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{ icon_state = "bluecorner" }, @@ -6476,9 +6464,7 @@ }, /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" = ( @@ -6657,9 +6643,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{ icon_state = "freezerfloor" }, @@ -6754,9 +6738,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{ dir = 1; icon_state = "chapel" @@ -6888,9 +6870,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{ dir = 4; icon_state = "whiteyellowfull" @@ -7725,9 +7705,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{ icon_state = "white" }, @@ -8276,9 +8254,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" = ( @@ -8965,9 +8941,7 @@ }, /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{ icon_state = "red" }, @@ -9109,9 +9083,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{ icon_state = "cult" }, @@ -9733,9 +9705,7 @@ }, /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{ icon_state = "bar" }, @@ -10083,9 +10053,7 @@ }, /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{ icon_state = "grimy" }, @@ -10433,10 +10401,7 @@ }, /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{ icon_state = "delivery" }, @@ -10544,9 +10509,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{ icon_state = "freezerfloor" }, @@ -10759,10 +10722,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" = ( @@ -11498,9 +11458,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{ icon_state = "delivery" }, @@ -14713,7 +14671,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{ dir = 4; icon_state = "asteroidwarning" @@ -14884,7 +14842,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{ dir = 1; icon_state = "asteroidfloor" @@ -16600,9 +16558,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{ dir = 9; icon_state = "purple" @@ -17040,9 +16996,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{ icon_state = "grimy" }, @@ -20045,9 +19999,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{ dir = 1; icon_state = "whiteblue" @@ -23943,9 +23895,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{ dir = 9; icon_state = "whiteblue" diff --git a/maps/map_files/LV624/armory/10.cheese.dmm b/maps/map_files/LV624/armory/10.cheese.dmm index 0864030e130b..7c3ac14d0dd6 100644 --- a/maps/map_files/LV624/armory/10.cheese.dmm +++ b/maps/map_files/LV624/armory/10.cheese.dmm @@ -163,9 +163,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{ icon_state = "cult" }, diff --git a/maps/map_files/LV624/armory/10.extra.dmm b/maps/map_files/LV624/armory/10.extra.dmm index 3e6fa0c0d68b..56e8b9c9a3ef 100644 --- a/maps/map_files/LV624/armory/10.extra.dmm +++ b/maps/map_files/LV624/armory/10.extra.dmm @@ -168,9 +168,7 @@ }, /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{ icon_state = "cult" }, diff --git a/maps/map_files/LV624/armory/10.looted.dmm b/maps/map_files/LV624/armory/10.looted.dmm index 1c619fad1678..f3dd219eed28 100644 --- a/maps/map_files/LV624/armory/10.looted.dmm +++ b/maps/map_files/LV624/armory/10.looted.dmm @@ -135,9 +135,7 @@ }, /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{ icon_state = "cult" }, diff --git a/maps/map_files/LV624/gym/20.pool.dmm b/maps/map_files/LV624/gym/20.pool.dmm index ab5a1afe46bb..16dbf170d188 100644 --- a/maps/map_files/LV624/gym/20.pool.dmm +++ b/maps/map_files/LV624/gym/20.pool.dmm @@ -222,9 +222,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{ dir = 4; icon_state = "whitepurplecorner" diff --git a/maps/map_files/LV624/gym/30.alternate.dmm b/maps/map_files/LV624/gym/30.alternate.dmm index 466c996ef91d..eadca8317e73 100644 --- a/maps/map_files/LV624/gym/30.alternate.dmm +++ b/maps/map_files/LV624/gym/30.alternate.dmm @@ -658,9 +658,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{ dir = 4; icon_state = "whitepurplecorner" diff --git a/maps/map_files/LV624/medbay/10.destroyed.dmm b/maps/map_files/LV624/medbay/10.destroyed.dmm index b33c4c28d8c2..757265e9f885 100644 --- a/maps/map_files/LV624/medbay/10.destroyed.dmm +++ b/maps/map_files/LV624/medbay/10.destroyed.dmm @@ -48,9 +48,7 @@ }, /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{ icon_state = "white" }, diff --git a/maps/map_files/LV624/medbay/30.larvasurgery.dmm b/maps/map_files/LV624/medbay/30.larvasurgery.dmm index 4f0bf7a041ec..bb3fe05a3a55 100644 --- a/maps/map_files/LV624/medbay/30.larvasurgery.dmm +++ b/maps/map_files/LV624/medbay/30.larvasurgery.dmm @@ -365,9 +365,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{ dir = 1; icon_state = "whiteblue" diff --git a/maps/map_files/LV624/science/10.yautja.dmm b/maps/map_files/LV624/science/10.yautja.dmm index 3d70df608c1f..8eef7f7e3e61 100644 --- a/maps/map_files/LV624/science/10.yautja.dmm +++ b/maps/map_files/LV624/science/10.yautja.dmm @@ -512,9 +512,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{ dir = 5; icon_state = "whitepurple" diff --git a/maps/map_files/LV624/science/40.fullylocked.dmm b/maps/map_files/LV624/science/40.fullylocked.dmm index ae7fffe8efd9..c8a301a101ff 100644 --- a/maps/map_files/LV624/science/40.fullylocked.dmm +++ b/maps/map_files/LV624/science/40.fullylocked.dmm @@ -450,9 +450,7 @@ }, /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{ dir = 5; icon_state = "whitepurple" diff --git a/maps/map_files/LV624/standalone/clfship.dmm b/maps/map_files/LV624/standalone/clfship.dmm index 090ad40084f7..d9f229a35639 100644 --- a/maps/map_files/LV624/standalone/clfship.dmm +++ b/maps/map_files/LV624/standalone/clfship.dmm @@ -1602,9 +1602,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{ dir = 9; icon_state = "orange" diff --git a/maps/map_files/LV624/standalone/corporatedome.dmm b/maps/map_files/LV624/standalone/corporatedome.dmm index 9c3eddbac441..4dce0964e460 100644 --- a/maps/map_files/LV624/standalone/corporatedome.dmm +++ b/maps/map_files/LV624/standalone/corporatedome.dmm @@ -854,9 +854,7 @@ }, /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 6e4bfd4c3d1e..7211408ea2e4 100644 --- a/maps/map_files/New_Varadero/New_Varadero.dmm +++ b/maps/map_files/New_Varadero/New_Varadero.dmm @@ -933,19 +933,13 @@ /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{ icon_state = "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{ icon_state = "floor3" }, @@ -2258,11 +2252,7 @@ }, /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{ icon_state = "asteroidplating" }, @@ -2659,9 +2649,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{ dir = 1; icon_state = "asteroidfloor" @@ -2985,9 +2973,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{ icon_state = "asteroidplating" }, @@ -3757,11 +3743,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{ icon_state = "asteroidplating" }, @@ -3835,11 +3817,7 @@ }, /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{ dir = 8; icon_state = "yellow" @@ -4129,10 +4107,7 @@ }, /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{ icon_state = "green" }, @@ -4989,11 +4964,7 @@ }, /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; @@ -8309,11 +8280,7 @@ }, /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{ icon_state = "wood" }, @@ -8986,11 +8953,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{ icon_state = "asteroidplating" }, @@ -9362,11 +9325,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{ dir = 8; icon_state = "green" @@ -9762,9 +9721,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{ icon_state = "asteroidplating" }, @@ -10975,11 +10932,7 @@ }, /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{ dir = 1; icon_state = "asteroidfloor" @@ -11024,11 +10977,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" = ( @@ -13930,11 +13879,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" }, @@ -13995,11 +13940,7 @@ }, /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{ dir = 1; @@ -14257,11 +14198,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"; @@ -14921,11 +14858,7 @@ }, /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{ icon_state = "white" }, @@ -16059,11 +15992,7 @@ }, /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" = ( @@ -17143,11 +17072,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{ icon_state = "wood-broken3" }, @@ -20522,11 +20447,7 @@ }, /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{ icon_state = "floor3" }, @@ -21023,11 +20944,7 @@ }, /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{ dir = 8; icon_state = "yellowfull" @@ -21568,11 +21485,7 @@ }, /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{ dir = 1; @@ -22167,11 +22080,7 @@ }, /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{ icon_state = "asteroidplating" }, @@ -23210,11 +23119,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" = ( @@ -25909,11 +25814,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" = ( @@ -26497,11 +26398,7 @@ }, /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{ icon_state = "floor3" }, @@ -28083,11 +27980,7 @@ }, /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"; @@ -29378,11 +29271,7 @@ }, /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{ dir = 4; icon_state = "wred" @@ -31789,11 +31678,7 @@ /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{ dir = 1; icon_state = "red" @@ -31803,11 +31688,7 @@ /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{ icon_state = "floor3" }, @@ -32048,10 +31929,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{ icon_state = "white" }, @@ -35735,11 +35613,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{ dir = 8; icon_state = "yellowfull" diff --git a/maps/map_files/Sorokyne_Strata/Sorokyne_Strata.dmm b/maps/map_files/Sorokyne_Strata/Sorokyne_Strata.dmm index 12b8bb793c40..3657b9a11ef3 100644 --- a/maps/map_files/Sorokyne_Strata/Sorokyne_Strata.dmm +++ b/maps/map_files/Sorokyne_Strata/Sorokyne_Strata.dmm @@ -1603,11 +1603,7 @@ }, /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{ icon_state = "floor2" }, @@ -2959,11 +2955,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{ icon_state = "multi_tiles" }, @@ -4267,10 +4259,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{ icon_state = "floor3" }, @@ -4440,10 +4429,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{ dir = 4; icon_state = "white_cyan1" @@ -4768,11 +4754,7 @@ }, /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 }, @@ -6199,10 +6181,7 @@ }, /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{ icon_state = "floor3" }, @@ -7915,10 +7894,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) @@ -8279,11 +8255,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{ icon_state = "red1" }, @@ -9951,10 +9923,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{ dir = 10; icon_state = "multi_tiles" @@ -9974,10 +9943,7 @@ }, /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{ dir = 8; @@ -10600,11 +10566,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" = ( @@ -11488,10 +11450,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" = ( @@ -13844,11 +13803,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{ icon_state = "floor3" }, @@ -15020,11 +14975,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{ dir = 8; @@ -15601,10 +15552,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) @@ -15755,11 +15703,7 @@ }, /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{ icon_state = "floor3" }, @@ -16138,10 +16082,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{ dir = 10; icon_state = "multi_tiles" @@ -16864,10 +16805,7 @@ }, /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" = ( @@ -16908,10 +16846,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) @@ -19856,10 +19791,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" = ( @@ -20804,10 +20736,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{ dir = 4; icon_state = "cyan1" @@ -22524,11 +22453,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" = ( @@ -22616,10 +22541,7 @@ }, /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{ icon_state = "fake_wood" @@ -22681,11 +22603,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{ dir = 4; icon_state = "floor3" @@ -23015,11 +22933,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{ icon_state = "floor3" }, @@ -23144,10 +23058,7 @@ }, /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" = ( @@ -23727,10 +23638,7 @@ }, /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{ icon_state = "multi_tiles" }, @@ -24595,10 +24503,7 @@ }, /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{ icon_state = "floor3" }, @@ -24915,10 +24820,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{ dir = 10; icon_state = "multi_tiles" @@ -24972,11 +24874,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{ icon_state = "floor2" }, @@ -28428,20 +28326,13 @@ "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{ icon_state = "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{ icon_state = "red1" }, @@ -28474,10 +28365,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{ dir = 4; icon_state = "cyan2" @@ -28829,11 +28717,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{ icon_state = "fake_wood" }, @@ -30514,10 +30398,7 @@ }, /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{ icon_state = "floor2" }, @@ -31649,11 +31530,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{ icon_state = "red1" }, @@ -32069,9 +31946,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" = ( @@ -32204,11 +32079,7 @@ }, /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" = ( @@ -32678,11 +32549,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{ dir = 4; icon_state = "floor3" @@ -33024,11 +32891,7 @@ }, /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) @@ -33971,10 +33834,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" = ( @@ -34184,11 +34044,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" = ( @@ -34793,10 +34649,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" = ( @@ -34893,11 +34746,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" = ( @@ -35780,10 +35629,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{ @@ -37301,11 +37147,7 @@ }, /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" = ( @@ -38666,10 +38508,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 }, @@ -39051,11 +38890,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{ icon_state = "red1" }, @@ -39962,10 +39797,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{ dir = 8; icon_state = "white_cyan2" @@ -40518,10 +40350,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{ dir = 8; icon_state = "white_cyan2" @@ -41137,11 +40966,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{ icon_state = "darkredfull2" }, @@ -41201,10 +41026,7 @@ }, /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{ diff --git a/maps/map_files/USS_Almayer/USS_Almayer.dmm b/maps/map_files/USS_Almayer/USS_Almayer.dmm index aaeb160aeef1..22df5f5650f9 100644 --- a/maps/map_files/USS_Almayer/USS_Almayer.dmm +++ b/maps/map_files/USS_Almayer/USS_Almayer.dmm @@ -249,9 +249,7 @@ }, /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" = ( @@ -902,9 +900,7 @@ }, /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{ icon_state = "plate" }, @@ -1066,9 +1062,7 @@ }, /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{ icon_state = "plate" }, @@ -1098,9 +1092,7 @@ }, /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{ icon_state = "cargo_arrow" }, @@ -2056,9 +2048,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{ dir = 1; icon_state = "silver" @@ -2533,9 +2523,7 @@ }, /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{ icon_state = "plate" }, @@ -2916,9 +2904,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{ icon_state = "plate" @@ -3047,9 +3034,7 @@ }, /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{ dir = 1; icon_state = "silver" @@ -3503,9 +3488,7 @@ }, /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" = ( @@ -3860,9 +3843,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) @@ -4090,9 +4071,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{ icon_state = "sterile_green" }, @@ -5442,9 +5421,7 @@ }, /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{ dir = 1; icon_state = "sterile_green_side" @@ -5798,9 +5775,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{ icon_state = "plate" }, @@ -6558,9 +6533,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" = ( @@ -8222,9 +8195,7 @@ }, /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{ icon_state = "plate" }, @@ -8580,7 +8551,7 @@ }, /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{ @@ -9106,9 +9077,7 @@ }, /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{ icon_state = "plate" }, @@ -9379,9 +9348,7 @@ }, /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{ dir = 1; icon_state = "sterile_green_side" @@ -9413,9 +9380,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" = ( @@ -10415,9 +10380,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 }, @@ -10515,9 +10478,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 }, @@ -10815,9 +10776,7 @@ }, /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{ dir = 1; icon_state = "blue" @@ -10885,9 +10844,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 @@ -11202,9 +11159,7 @@ }, /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, @@ -12552,9 +12507,7 @@ }, /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{ dir = 1; icon_state = "sterile_green_side" @@ -12932,7 +12885,7 @@ }, /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 @@ -13111,7 +13064,7 @@ }, /area/almayer/medical/lockerroom) "bzo" = ( -/obj/structure/machinery/power/apc/almayer, +/obj/structure/machinery/power/apc/almayer/directional/south, /turf/open/floor/almayer{ icon_state = "sterile_green_side" }, @@ -13251,9 +13204,7 @@ }, /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{ dir = 1; icon_state = "red" @@ -14143,9 +14094,7 @@ }, /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{ dir = 4; icon_state = "orange" @@ -16296,9 +16245,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{ dir = 9; icon_state = "sterile_green_side" @@ -17468,9 +17415,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" = ( @@ -17939,9 +17884,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 }, @@ -18768,9 +18711,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{ dir = 1; icon_state = "silver" @@ -18926,7 +18867,7 @@ }, /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{ @@ -20780,9 +20721,7 @@ }, /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" = ( @@ -21151,9 +21090,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" = ( @@ -22097,9 +22034,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{ icon_state = "kitchen" }, @@ -22726,7 +22661,7 @@ }, /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" }, @@ -24769,9 +24704,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{ icon_state = "plate" }, @@ -25124,9 +25057,7 @@ }, /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; @@ -26338,9 +26269,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{ icon_state = "plate" }, @@ -26631,9 +26560,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 @@ -27285,7 +27212,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" = ( @@ -28461,7 +28388,7 @@ }, /area/almayer/command/cichallway) "fEC" = ( -/obj/structure/machinery/power/apc/almayer, +/obj/structure/machinery/power/apc/almayer/directional/south, /turf/open/floor/almayer{ icon_state = "plate" }, @@ -29780,7 +29707,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 }, @@ -30082,9 +30009,7 @@ }, /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" = ( @@ -30608,9 +30533,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 @@ -30841,9 +30764,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{ icon_state = "plate" }, @@ -31081,9 +31002,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" = ( @@ -31116,9 +31035,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"; @@ -31402,9 +31320,7 @@ }, /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" = ( @@ -31757,7 +31673,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" = ( @@ -31961,9 +31877,7 @@ }, /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{ icon_state = "plate" }, @@ -32077,7 +31991,7 @@ }, /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" = ( @@ -32670,9 +32584,8 @@ }, /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; @@ -33569,7 +33482,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{ icon_state = "red" }, @@ -33623,9 +33536,7 @@ }, /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{ icon_state = "plate" }, @@ -33901,9 +33812,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 @@ -34564,7 +34473,7 @@ }, /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{ icon_state = "sterile_green_side" }, @@ -35063,9 +34972,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 @@ -35577,9 +35484,7 @@ }, /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" = ( @@ -36092,7 +35997,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 }, @@ -36690,9 +36595,7 @@ }, /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 @@ -36902,9 +36805,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 }, @@ -37291,7 +37192,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" = ( @@ -37811,7 +37712,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 }, @@ -38016,9 +37917,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{ icon_state = "sterile_green_corner" }, @@ -39547,9 +39446,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{ icon_state = "plate" }, @@ -39663,9 +39560,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{ dir = 4; icon_state = "orange" @@ -40031,9 +39926,7 @@ }, /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{ icon_state = "plate" }, @@ -40171,9 +40064,7 @@ }, /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{ dir = 5; icon_state = "blue" @@ -40495,7 +40386,7 @@ }, /area/almayer/hallways/upper/starboard) "jOE" = ( -/obj/structure/machinery/power/apc/almayer, +/obj/structure/machinery/power/apc/almayer/directional/south, /turf/open/floor/almayer{ icon_state = "orange" }, @@ -41103,9 +40994,7 @@ }, /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" = ( @@ -41188,9 +41077,7 @@ }, /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{ dir = 8; icon_state = "silver" @@ -41511,9 +41398,7 @@ }, /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; @@ -42332,9 +42217,7 @@ }, /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{ icon_state = "plate" }, @@ -42449,9 +42332,7 @@ }, /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{ icon_state = "plate" }, @@ -43504,9 +43385,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{ dir = 5; icon_state = "blue" @@ -48066,9 +47945,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"; @@ -48395,7 +48273,7 @@ }, /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" = ( @@ -48627,9 +48505,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{ dir = 4; icon_state = "red" @@ -48871,9 +48747,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{ icon_state = "red" }, @@ -50042,9 +49916,7 @@ }, /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{ dir = 1; icon_state = "red" @@ -50577,9 +50449,7 @@ }, /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{ icon_state = "plate" }, @@ -51210,9 +51080,7 @@ }, /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{ dir = 1; icon_state = "red" @@ -51342,9 +51210,7 @@ }, /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" = ( @@ -51842,9 +51708,7 @@ }, /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{ dir = 5; icon_state = "silver" @@ -51923,9 +51787,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{ dir = 4; icon_state = "orange" @@ -52240,9 +52102,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{ dir = 8; icon_state = "plating_striped" @@ -52767,9 +52627,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{ dir = 5; icon_state = "plating" @@ -53287,9 +53145,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" = ( @@ -53302,7 +53158,7 @@ }, /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 }, @@ -55149,9 +55005,7 @@ }, /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" = ( @@ -55219,7 +55073,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{ dir = 1; icon_state = "red" @@ -55611,9 +55465,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{ dir = 1; icon_state = "silver" @@ -56706,7 +56558,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{ icon_state = "plate" }, @@ -56809,9 +56661,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" }, @@ -58124,9 +57974,8 @@ }, /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{ dir = 1; @@ -58167,9 +58016,7 @@ }, /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{ icon_state = "mono" @@ -59041,7 +58888,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 @@ -59849,9 +59696,7 @@ }, /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" = ( @@ -60589,7 +60434,7 @@ }, /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 }, @@ -61324,9 +61169,7 @@ }, /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{ icon_state = "plate" }, @@ -61762,9 +61605,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{ icon_state = "plate" }, @@ -62001,7 +61842,7 @@ }, /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{ icon_state = "plate" }, @@ -62455,9 +62296,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{ icon_state = "plate" }, @@ -63886,7 +63725,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{ dir = 4; icon_state = "orange" @@ -64553,9 +64392,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" = ( @@ -64608,9 +64445,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{ icon_state = "plate" }, @@ -64988,9 +64823,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{ icon_state = "sterile_green" @@ -66735,9 +66568,7 @@ }, /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{ dir = 1; icon_state = "orange" @@ -67148,9 +66979,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) @@ -69323,9 +69153,7 @@ }, /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{ icon_state = "plate" }, @@ -70312,9 +70140,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{ icon_state = "plate" }, @@ -70356,9 +70182,7 @@ }, /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{ icon_state = "plate" }, @@ -71246,7 +71070,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{ icon_state = "sterile_green" }, @@ -73254,9 +73078,7 @@ }, /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" = ( @@ -74023,9 +73845,7 @@ }, /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{ dir = 1; @@ -74421,9 +74241,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{ icon_state = "dark_sterile" }, @@ -74802,7 +74620,7 @@ }, /area/almayer/living/port_emb) "vwj" = ( -/obj/structure/machinery/power/apc/almayer, +/obj/structure/machinery/power/apc/almayer/directional/south, /turf/open/floor/almayer{ icon_state = "plate" }, @@ -75083,9 +74901,7 @@ }, /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{ icon_state = "plate" }, @@ -75120,9 +74936,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{ dir = 5; icon_state = "plating" @@ -77362,9 +77176,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{ icon_state = "plate" }, @@ -77570,9 +77382,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{ dir = 1; icon_state = "red" @@ -78426,9 +78236,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{ icon_state = "plate" }, @@ -78905,9 +78713,8 @@ }, /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{ icon_state = "plate" @@ -79435,9 +79242,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{ icon_state = "plate" }, @@ -79553,9 +79358,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{ icon_state = "plate" }, @@ -79984,9 +79787,7 @@ }, /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{ icon_state = "plate" }, @@ -80099,7 +79900,7 @@ }, /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" = ( @@ -80338,9 +80139,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" = ( @@ -80464,9 +80263,7 @@ /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{ dir = 4; icon_state = "orangecorner" @@ -80475,9 +80272,7 @@ "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{ dir = 1; icon_state = "orange" @@ -80563,9 +80358,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{ icon_state = "plate" }, @@ -81889,9 +81682,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" = ( @@ -82698,9 +82489,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" = ( @@ -83172,9 +82961,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 46200d9f79e4..ec2e1f46fc73 100644 --- a/maps/map_files/Whiskey_Outpost_v2/Whiskey_Outpost_v2.dmm +++ b/maps/map_files/Whiskey_Outpost_v2/Whiskey_Outpost_v2.dmm @@ -1174,9 +1174,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 }, @@ -1199,9 +1197,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" = ( @@ -1228,9 +1224,7 @@ }, /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" = ( @@ -2284,9 +2278,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{ dir = 4; icon_state = "whitegreen" @@ -3497,9 +3489,7 @@ }, /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" = ( @@ -4017,9 +4007,7 @@ }, /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{ dir = 1; icon_state = "asteroidfloor" @@ -4588,9 +4576,7 @@ }, /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{ dir = 10; @@ -4740,9 +4726,7 @@ }, /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" = ( @@ -4759,9 +4743,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" = ( @@ -5834,9 +5816,7 @@ }, /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{ icon_state = "floor_plate" @@ -7076,7 +7056,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{ dir = 10; icon_state = "floor_plate" @@ -11600,9 +11580,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{ dir = 10; icon_state = "floor_plate" @@ -11847,7 +11825,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{ icon_state = "whitegreen" }, @@ -12181,9 +12159,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{ dir = 10; icon_state = "floor_plate" @@ -12959,9 +12935,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{ dir = 10; icon_state = "floor_plate" @@ -13009,9 +12983,7 @@ }, /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{ dir = 10; icon_state = "floor_plate" diff --git a/maps/predship/huntership.dmm b/maps/predship/huntership.dmm index 8a2019b55d76..e3efb872ddf3 100644 --- a/maps/predship/huntership.dmm +++ b/maps/predship/huntership.dmm @@ -2127,8 +2127,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 a07c57e00a20..6c7b9cdf0213 100644 --- a/maps/shuttles/ert_shuttle_big.dmm +++ b/maps/shuttles/ert_shuttle_big.dmm @@ -981,7 +981,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{ diff --git a/maps/shuttles/trijentshuttle2.dmm b/maps/shuttles/trijentshuttle2.dmm index c99ce5d16488..b5c69fa43872 100644 --- a/maps/shuttles/trijentshuttle2.dmm +++ b/maps/shuttles/trijentshuttle2.dmm @@ -44,11 +44,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 261d6cc7ea46086162db59f5e90bd21b048ebacf Mon Sep 17 00:00:00 2001 From: Venuska1117 <89580971+Venuska1117@users.noreply.github.com> Date: Wed, 10 Jul 2024 22:29:55 +0200 Subject: [PATCH 2/3] Renames updatepaths file --- .../{xxxx-apc-replacement.txt => 6680-apc-replacement.txt} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tools/UpdatePaths/Scripts/{xxxx-apc-replacement.txt => 6680-apc-replacement.txt} (100%) diff --git a/tools/UpdatePaths/Scripts/xxxx-apc-replacement.txt b/tools/UpdatePaths/Scripts/6680-apc-replacement.txt similarity index 100% rename from tools/UpdatePaths/Scripts/xxxx-apc-replacement.txt rename to tools/UpdatePaths/Scripts/6680-apc-replacement.txt From 938712778754e520df1b86a9bcb25131cf209515 Mon Sep 17 00:00:00 2001 From: Venuska1117 <89580971+Venuska1117@users.noreply.github.com> Date: Wed, 10 Jul 2024 22:47:07 +0200 Subject: [PATCH 3/3] dont me 500k changes --- .../FOP_v3_Sciannex/sprinkles/15.nogear.dmm | 152 - maps/map_files/LV624/armory/10.cheese.dmm | 246 - maps/map_files/LV624/armory/10.extra.dmm | 236 - maps/map_files/LV624/armory/10.looted.dmm | 192 - .../Whiskey_Outpost_v2/Whiskey_Outpost_v2.dmm | 8463 +---------------- 5 files changed, 75 insertions(+), 9214 deletions(-) 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 299ca256489f..583669898ebb 100644 --- a/maps/map_files/FOP_v3_Sciannex/sprinkles/15.nogear.dmm +++ b/maps/map_files/FOP_v3_Sciannex/sprinkles/15.nogear.dmm @@ -9,15 +9,6 @@ "ac" = ( /turf/open/floor/prison, /area/template_noop) -"ad" = ( -/obj/structure/closet/secure_closet/guncabinet{ - req_access = null - }, -/obj/item/clothing/under/color/orange, -/turf/open/floor/prison{ - icon_state = "redfull" - }, -/area/template_noop) "ae" = ( /turf/closed/wall/prison, /area/template_noop) @@ -25,23 +16,9 @@ /obj/item/clothing/under/color/orange, /turf/open/floor/prison/floor_plate, /area/template_noop) -"ag" = ( -/obj/effect/landmark/objective_landmark/close, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/template_noop) "ah" = ( /turf/open/floor/prison/floor_plate, /area/template_noop) -"ai" = ( -/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ - dir = 1; - req_access = null; - req_one_access = null - }, -/turf/open/floor/plating/prison, -/area/template_noop) "aj" = ( /obj/structure/closet/secure_closet/guncabinet{ req_access = null @@ -51,44 +28,6 @@ }, /turf/open/floor/prison/redfull, /area/template_noop) -"ak" = ( -/obj/structure/closet/secure_closet/guncabinet{ - req_access = null - }, -/obj/item/clothing/shoes/galoshes{ - pixel_y = -6 - }, -/turf/open/floor/prison{ - icon_state = "redfull" - }, -/area/template_noop) -"al" = ( -/obj/structure/closet/secure_closet/guncabinet{ - req_access = null - }, -/obj/item/clothing/shoes/dress/commander{ - pixel_y = -9 - }, -/turf/open/floor/prison{ - icon_state = "redfull" - }, -/area/template_noop) -"am" = ( -/obj/structure/closet/secure_closet/security_empty, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/item/storage/box/flashbangs, -/turf/open/floor/prison{ - icon_state = "redfull" - }, -/area/template_noop) -"an" = ( -/obj/item/stack/folding_barricade, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/template_noop) "ao" = ( /obj/structure/closet/secure_closet/security_empty, /obj/structure/window/reinforced{ @@ -106,54 +45,18 @@ /obj/item/frame/rack, /turf/open/floor/prison/redfull, /area/template_noop) -"ar" = ( -/obj/structure/reagent_dispensers/water_cooler, -/turf/open/floor/prison{ - icon_state = "redfull" - }, -/area/template_noop) -"as" = ( -/obj/structure/machinery/power/apc{ - dir = 4 - }, -/turf/open/floor/prison, -/area/template_noop) "at" = ( /obj/structure/window/reinforced, /turf/open/floor/prison, /area/template_noop) -"au" = ( -/obj/structure/closet/secure_closet/security_empty, -/obj/item/clothing/accessory/storage/holster, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/prison{ - icon_state = "redfull" - }, -/area/template_noop) "av" = ( /obj/item/clothing/under/color/orange, /turf/open/floor/prison, /area/template_noop) -"aw" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/template_noop) "ax" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/prison, /area/template_noop) -"ay" = ( -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/template_noop) "az" = ( /obj/item/clothing/shoes/black{ pixel_x = -1; @@ -166,15 +69,6 @@ /obj/structure/reagent_dispensers/water_cooler, /turf/open/floor/prison/redfull, /area/template_noop) -"aB" = ( -/obj/item/tool/kitchen/knife{ - pixel_x = -7; - pixel_y = -15 - }, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/template_noop) "aC" = ( /obj/structure/machinery/light/double/blue{ dir = 1; @@ -193,13 +87,6 @@ /obj/structure/window/reinforced, /turf/open/floor/prison, /area/template_noop) -"aF" = ( -/obj/item/prop/helmetgarb/riot_shield, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/template_noop) "aG" = ( /obj/structure/closet/secure_closet/guncabinet{ req_access = null @@ -216,27 +103,12 @@ }, /turf/open/floor/prison/floor_plate, /area/template_noop) -"aI" = ( -/obj/structure/closet/secure_closet/guncabinet{ - req_access = null - }, -/obj/effect/spawner/random/gun/pistol/lowchance, -/turf/open/floor/prison{ - icon_state = "redfull" - }, -/area/template_noop) "aJ" = ( /obj/structure/window/reinforced{ dir = 8 }, /turf/open/floor/prison, /area/template_noop) -"aK" = ( -/obj/item/clothing/under/color/orange, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/template_noop) "aL" = ( /obj/structure/window/framed/prison/reinforced, /turf/open/floor/prison, @@ -293,33 +165,9 @@ /obj/effect/spawner/random/gun/pistol/lowchance, /turf/open/floor/prison/redfull, /area/template_noop) -"aU" = ( -/obj/effect/landmark/corpsespawner/ua_riot, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/template_noop) "aV" = ( /turf/closed/wall/r_wall/prison_unmeltable, /area/template_noop) -"aW" = ( -/obj/structure/closet/secure_closet/guncabinet{ - req_access = null - }, -/obj/item/clothing/shoes/black{ - pixel_x = 2; - pixel_y = -9 - }, -/turf/open/floor/prison{ - icon_state = "redfull" - }, -/area/template_noop) -"aX" = ( -/obj/item/frame/rack, -/turf/open/floor/prison{ - icon_state = "redfull" - }, -/area/template_noop) "aY" = ( /obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ dir = 1; diff --git a/maps/map_files/LV624/armory/10.cheese.dmm b/maps/map_files/LV624/armory/10.cheese.dmm index 006c10077e20..6ad8167d36b0 100644 --- a/maps/map_files/LV624/armory/10.cheese.dmm +++ b/maps/map_files/LV624/armory/10.cheese.dmm @@ -1,244 +1,19 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"aa" = ( -/turf/open/floor{ - icon_state = "white" - }, -/area/lv624/lazarus/main_hall) -"ab" = ( -/obj/item/stack/sheet/wood, -/turf/open/floor{ - icon_state = "white" - }, -/area/lv624/lazarus/main_hall) -"ac" = ( -/turf/open/floor{ - dir = 4; - icon_state = "whiteyellow" - }, -/area/lv624/lazarus/main_hall) -"ad" = ( -/obj/item/phone{ - desc = "A model of an ancient Earth communication device."; - force = 8 - }, -/obj/structure/surface/rack{ - layer = 2.5 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/turf/open/floor{ - icon_state = "wood" - }, -/area/lv624/lazarus/main_hall) -"ae" = ( -/obj/structure/barricade/wooden{ - dir = 8 - }, -/turf/open/floor{ - icon_state = "white" - }, -/area/lv624/lazarus/main_hall) -"af" = ( -/turf/open/floor{ - dir = 4; - icon_state = "whiteyellowcorner" - }, -/area/lv624/lazarus/main_hall) -"ag" = ( -/turf/open/floor{ - dir = 1; - icon_state = "whiteyellow" - }, -/area/lv624/lazarus/main_hall) -"ah" = ( -/obj/structure/machinery/light/small, -/obj/effect/landmark/crap_item, -/turf/open/floor{ - icon_state = "white" - }, -/area/lv624/lazarus/main_hall) "ai" = ( /turf/closed/wall/r_wall, /area/lv624/lazarus/armory) "aj" = ( /turf/closed/wall/r_wall, /area/lv624/lazarus/security) -"ak" = ( -/obj/structure/surface/rack, -/obj/item/weapon/gun/shotgun/pump, -/obj/item/ammo_magazine/shotgun/slugs, -/turf/open/floor{ - icon_state = "cult" - }, -/area/lv624/lazarus/armory) -"al" = ( -/obj/effect/decal/cleanable/cobweb2, -/obj/item/reagent_container/hypospray/autoinjector/tricord, -/obj/structure/surface/rack, -/obj/item/reagent_container/hypospray/autoinjector/tricord, -/obj/effect/landmark/crap_item, -/obj/effect/landmark/crap_item, -/turf/open/floor{ - icon_state = "cult" - }, -/area/lv624/lazarus/armory) -"am" = ( -/obj/structure/target/syndicate, -/turf/open/floor{ - dir = 5; - icon_state = "red" - }, -/area/lv624/lazarus/security) -"an" = ( -/obj/structure/machinery/deployable/barrier, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor{ - icon_state = "cult" - }, -/area/lv624/lazarus/armory) -"ao" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/obj/structure/surface/rack, -/obj/item/weapon/gun/pistol/highpower, -/obj/item/ammo_magazine/pistol/highpower, -/obj/item/ammo_magazine/pistol/highpower, -/obj/item/ammo_magazine/pistol/highpower, -/turf/open/floor{ - icon_state = "cult" - }, -/area/lv624/lazarus/armory) -"ap" = ( -/turf/open/floor{ - icon_state = "cult" - }, -/area/lv624/lazarus/armory) -"aq" = ( -/obj/structure/surface/rack, -/obj/effect/landmark/crap_item, -/obj/effect/landmark/crap_item, -/obj/item/reagent_container/food/snacks/sliceable/cheesewheel/verymature, -/obj/item/reagent_container/food/snacks/sliceable/cheesewheel/verymature, -/turf/open/floor{ - icon_state = "cult" - }, -/area/lv624/lazarus/armory) -"ar" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor{ - dir = 5; - icon_state = "red" - }, -/area/lv624/lazarus/security) -"as" = ( -/obj/structure/machinery/deployable/barrier, -/turf/open/floor{ - icon_state = "cult" - }, -/area/lv624/lazarus/armory) -"at" = ( -/turf/open/floor{ - dir = 5; - icon_state = "red" - }, -/area/lv624/lazarus/security) -"au" = ( -/obj/structure/surface/rack, -/obj/item/reagent_container/food/snacks/cheesewedge/verymature{ - pixel_x = -7; - pixel_y = -3 - }, -/obj/item/reagent_container/food/snacks/cheesewedge/verymature{ - pixel_x = 6; - pixel_y = -3 - }, -/obj/item/reagent_container/food/snacks/cheesewedge/verymature{ - pixel_y = 6 - }, -/obj/structure/machinery/power/apc/nocharge{ - dir = 8 - }, -/turf/open/floor{ - icon_state = "cult" - }, -/area/lv624/lazarus/armory) "av" = ( /turf/open/floor/red/northeast, /area/lv624/lazarus/security) -"aw" = ( -/obj/structure/surface/rack, -/obj/item/storage/box/mousetraps{ - pixel_x = -5 - }, -/obj/item/paper/lv_624/cheese{ - pixel_x = 8; - pixel_y = -4 - }, -/turf/open/floor{ - icon_state = "cult" - }, -/area/lv624/lazarus/armory) "ax" = ( /turf/open/floor/white, /area/lv624/lazarus/main_hall) -"ay" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/surface/table, -/obj/item/weapon/gun/revolver/cmb, -/obj/item/ammo_magazine/revolver/cmb, -/obj/item/ammo_magazine/revolver/cmb, -/obj/item/ammo_magazine/revolver/cmb, -/turf/open/floor{ - dir = 5; - icon_state = "red" - }, -/area/lv624/lazarus/security) "az" = ( /turf/closed/wall/strata_ice/jungle, /area/lv624/ground/jungle/east_central_jungle) -"aA" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor{ - icon_state = "cult" - }, -/area/lv624/lazarus/armory) -"aB" = ( -/obj/structure/machinery/door/airlock/almayer/secure/colony{ - locked = 1; - name = "\improper Nexus Dome Armory" - }, -/turf/open/floor{ - icon_state = "cult" - }, -/area/lv624/lazarus/armory) -"aC" = ( -/obj/structure/machinery/door_control{ - id = "garage_blast"; - name = "Garage Shutters"; - pixel_x = -26; - range = 200 - }, -/obj/structure/surface/rack, -/obj/item/reagent_container/food/snacks/sliceable/cheesewheel/mature{ - pixel_y = 8 - }, -/obj/item/reagent_container/food/snacks/sliceable/cheesewheel/mature{ - pixel_y = -6 - }, -/turf/open/floor{ - icon_state = "cult" - }, -/area/lv624/lazarus/armory) "aD" = ( /obj/effect/decal/cleanable/cobweb2, /obj/item/reagent_container/hypospray/autoinjector/tricord, @@ -316,12 +91,6 @@ "aL" = ( /turf/open/floor/whiteyellowcorner/east, /area/lv624/lazarus/main_hall) -"aM" = ( -/obj/effect/landmark/objective_landmark/medium, -/turf/open/floor{ - icon_state = "cult" - }, -/area/lv624/lazarus/armory) "aN" = ( /obj/effect/landmark/objective_landmark/medium, /turf/open/floor/cult, @@ -344,21 +113,6 @@ }, /turf/open/floor/cult, /area/lv624/lazarus/armory) -"aQ" = ( -/obj/structure/surface/rack, -/obj/effect/landmark/crap_item, -/obj/effect/landmark/crap_item, -/obj/item/reagent_container/food/snacks/sliceable/cheesewheel/mature{ - pixel_y = 6 - }, -/obj/item/reagent_container/food/snacks/cheesewedge/extramature{ - pixel_x = -4; - pixel_y = -3 - }, -/turf/open/floor{ - icon_state = "cult" - }, -/area/lv624/lazarus/armory) "aR" = ( /obj/structure/barricade/wooden{ dir = 8 diff --git a/maps/map_files/LV624/armory/10.extra.dmm b/maps/map_files/LV624/armory/10.extra.dmm index 7d5a3de79bd1..a9acd6d88e9e 100644 --- a/maps/map_files/LV624/armory/10.extra.dmm +++ b/maps/map_files/LV624/armory/10.extra.dmm @@ -1,253 +1,23 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"aa" = ( -/turf/open/floor{ - icon_state = "white" - }, -/area/lv624/lazarus/main_hall) -"ab" = ( -/obj/item/stack/sheet/wood, -/turf/open/floor{ - icon_state = "white" - }, -/area/lv624/lazarus/main_hall) -"ac" = ( -/turf/open/floor{ - dir = 4; - icon_state = "whiteyellow" - }, -/area/lv624/lazarus/main_hall) -"ad" = ( -/obj/item/phone{ - desc = "A model of an ancient Earth communication device."; - force = 8 - }, -/obj/structure/surface/rack{ - layer = 2.5 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/turf/open/floor{ - icon_state = "wood" - }, -/area/lv624/lazarus/main_hall) -"ae" = ( -/obj/structure/barricade/wooden{ - dir = 8 - }, -/turf/open/floor{ - icon_state = "white" - }, -/area/lv624/lazarus/main_hall) -"af" = ( -/turf/open/floor{ - dir = 4; - icon_state = "whiteyellowcorner" - }, -/area/lv624/lazarus/main_hall) -"ag" = ( -/turf/open/floor{ - dir = 1; - icon_state = "whiteyellow" - }, -/area/lv624/lazarus/main_hall) -"ah" = ( -/obj/structure/machinery/light/small, -/obj/effect/landmark/crap_item, -/turf/open/floor{ - icon_state = "white" - }, -/area/lv624/lazarus/main_hall) "ai" = ( /turf/closed/wall/r_wall, /area/lv624/lazarus/armory) "aj" = ( /turf/closed/wall/r_wall, /area/lv624/lazarus/security) -"ak" = ( -/obj/structure/surface/rack{ - layer = 2.5 - }, -/obj/item/weapon/gun/shotgun/pump, -/obj/item/ammo_magazine/shotgun/slugs, -/obj/item/ammo_magazine/shotgun/flechette, -/obj/item/ammo_magazine/shotgun/incendiary, -/turf/open/floor{ - icon_state = "cult" - }, -/area/lv624/lazarus/armory) -"al" = ( -/obj/effect/decal/cleanable/cobweb2, -/obj/item/reagent_container/hypospray/autoinjector/tricord, -/obj/structure/surface/rack{ - layer = 2.5 - }, -/obj/item/reagent_container/hypospray/autoinjector/dexalinp{ - pixel_x = -2; - pixel_y = -2 - }, -/obj/item/reagent_container/hypospray/autoinjector/tricord, -/obj/effect/landmark/crap_item, -/obj/effect/landmark/crap_item, -/turf/open/floor{ - icon_state = "cult" - }, -/area/lv624/lazarus/armory) -"am" = ( -/obj/structure/target/syndicate, -/turf/open/floor{ - dir = 5; - icon_state = "red" - }, -/area/lv624/lazarus/security) -"an" = ( -/obj/structure/machinery/deployable/barrier, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor{ - icon_state = "cult" - }, -/area/lv624/lazarus/armory) -"ao" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/obj/structure/surface/rack{ - layer = 2.5 - }, -/obj/item/weapon/gun/pistol/highpower, -/obj/item/ammo_magazine/pistol/highpower, -/obj/item/ammo_magazine/pistol/highpower, -/obj/item/ammo_magazine/pistol/highpower, -/obj/item/explosive/grenade/flashbang, -/obj/item/explosive/grenade/flashbang, -/obj/item/ammo_magazine/shotgun/beanbag, -/turf/open/floor{ - icon_state = "cult" - }, -/area/lv624/lazarus/armory) -"ap" = ( -/turf/open/floor{ - icon_state = "cult" - }, -/area/lv624/lazarus/armory) -"aq" = ( -/obj/structure/surface/rack{ - layer = 2.5 - }, -/obj/effect/landmark/crap_item, -/obj/effect/landmark/crap_item, -/obj/item/ammo_magazine/smg/m39/extended, -/obj/item/weapon/gun/smg/m39, -/turf/open/floor{ - icon_state = "cult" - }, -/area/lv624/lazarus/armory) -"ar" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor{ - dir = 5; - icon_state = "red" - }, -/area/lv624/lazarus/security) -"as" = ( -/obj/structure/machinery/deployable/barrier, -/turf/open/floor{ - icon_state = "cult" - }, -/area/lv624/lazarus/armory) -"at" = ( -/turf/open/floor{ - dir = 5; - icon_state = "red" - }, -/area/lv624/lazarus/security) -"au" = ( -/obj/structure/machinery/power/apc/nocharge{ - dir = 8 - }, -/turf/open/floor{ - icon_state = "cult" - }, -/area/lv624/lazarus/armory) "av" = ( /obj/structure/machinery/light/small{ dir = 8 }, /turf/open/floor/red/northeast, /area/lv624/lazarus/security) -"aw" = ( -/obj/item/storage/toolbox/syndicate, -/obj/structure/surface/rack{ - layer = 2.5 - }, -/obj/effect/landmark/crap_item, -/obj/effect/landmark/crap_item, -/obj/item/ammo_magazine/smg/m39/extended, -/obj/item/weapon/gun/smg/m39, -/turf/open/floor{ - icon_state = "cult" - }, -/area/lv624/lazarus/armory) "ax" = ( /obj/structure/target/syndicate, /turf/open/floor/red/northeast, /area/lv624/lazarus/security) -"ay" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/surface/table, -/obj/item/weapon/gun/revolver/cmb, -/obj/item/ammo_magazine/revolver/cmb, -/obj/item/ammo_magazine/revolver/cmb, -/obj/item/ammo_magazine/revolver/cmb, -/turf/open/floor{ - dir = 5; - icon_state = "red" - }, -/area/lv624/lazarus/security) "az" = ( /turf/closed/wall/strata_ice/jungle, /area/lv624/ground/jungle/east_central_jungle) -"aA" = ( -/obj/effect/landmark/crap_item, -/turf/open/floor{ - icon_state = "cult" - }, -/area/lv624/lazarus/armory) -"aB" = ( -/obj/structure/machinery/door/airlock/almayer/secure/colony{ - locked = 1; - name = "\improper Nexus Dome Armory" - }, -/turf/open/floor{ - icon_state = "cult" - }, -/area/lv624/lazarus/armory) -"aC" = ( -/obj/structure/surface/rack, -/obj/item/explosive/plastic, -/obj/item/explosive/plastic, -/obj/item/explosive/grenade/high_explosive/pmc, -/obj/item/explosive/grenade/high_explosive/pmc, -/obj/item/explosive/grenade/high_explosive/pmc, -/obj/item/explosive/grenade/high_explosive/pmc, -/obj/structure/machinery/door_control{ - id = "garage_blast"; - name = "Garage Shutters"; - pixel_x = -26; - range = 200 - }, -/turf/open/floor{ - icon_state = "cult" - }, -/area/lv624/lazarus/armory) "aD" = ( /obj/structure/machinery/light/small{ dir = 1 @@ -283,12 +53,6 @@ /obj/item/weapon/gun/smg/m39, /turf/open/floor/cult, /area/lv624/lazarus/armory) -"aH" = ( -/obj/effect/landmark/objective_landmark/medium, -/turf/open/floor{ - icon_state = "cult" - }, -/area/lv624/lazarus/armory) "aI" = ( /obj/structure/barricade/wooden{ dir = 8 diff --git a/maps/map_files/LV624/armory/10.looted.dmm b/maps/map_files/LV624/armory/10.looted.dmm index cbe6e88294c8..ec631fa0f6a3 100644 --- a/maps/map_files/LV624/armory/10.looted.dmm +++ b/maps/map_files/LV624/armory/10.looted.dmm @@ -1,196 +1,21 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"aa" = ( -/turf/open/floor{ - icon_state = "white" - }, -/area/lv624/lazarus/main_hall) -"ab" = ( -/obj/item/stack/sheet/wood, -/turf/open/floor{ - icon_state = "white" - }, -/area/lv624/lazarus/main_hall) -"ac" = ( -/obj/item/stack/tile/plasteel, -/turf/open/floor{ - dir = 4; - icon_state = "whiteyellow" - }, -/area/lv624/lazarus/main_hall) -"ad" = ( -/obj/item/phone{ - desc = "A model of an ancient Earth communication device."; - force = 8 - }, -/obj/structure/surface/rack{ - layer = 2.5 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/turf/open/floor{ - icon_state = "wood" - }, -/area/lv624/lazarus/main_hall) -"ae" = ( -/obj/structure/barricade/wooden{ - dir = 8 - }, -/turf/open/floor{ - icon_state = "white" - }, -/area/lv624/lazarus/main_hall) -"af" = ( -/turf/open/floor{ - dir = 4; - icon_state = "whiteyellowcorner" - }, -/area/lv624/lazarus/main_hall) -"ag" = ( -/turf/open/floor{ - dir = 1; - icon_state = "whiteyellow" - }, -/area/lv624/lazarus/main_hall) -"ah" = ( -/obj/structure/barricade/wooden{ - dir = 8 - }, -/obj/item/stack/tile/plasteel, -/turf/open/floor{ - icon_state = "white" - }, -/area/lv624/lazarus/main_hall) "ai" = ( /turf/closed/wall/r_wall, /area/lv624/lazarus/armory) "aj" = ( /turf/closed/wall/r_wall, /area/lv624/lazarus/security) -"ak" = ( -/obj/structure/machinery/light/small, -/obj/effect/landmark/crap_item, -/turf/open/floor{ - icon_state = "platingdmg3" - }, -/area/lv624/lazarus/main_hall) -"al" = ( -/turf/open/floor{ - icon_state = "platingdmg3" - }, -/area/lv624/lazarus/main_hall) -"am" = ( -/obj/structure/target/syndicate, -/turf/open/floor{ - dir = 5; - icon_state = "red" - }, -/area/lv624/lazarus/security) -"an" = ( -/obj/structure/machinery/deployable/barrier, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor{ - icon_state = "cult" - }, -/area/lv624/lazarus/armory) -"ao" = ( -/obj/item/stack/tile/plasteel, -/turf/open/floor{ - icon_state = "platingdmg3" - }, -/area/lv624/lazarus/main_hall) -"ap" = ( -/turf/open/floor{ - icon_state = "cult" - }, -/area/lv624/lazarus/armory) -"aq" = ( -/turf/open/floor{ - icon_state = "platingdmg3" - }, -/area/lv624/lazarus/armory) -"ar" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor{ - dir = 5; - icon_state = "red" - }, -/area/lv624/lazarus/security) -"as" = ( -/obj/structure/machinery/deployable/barrier, -/turf/open/floor{ - icon_state = "cult" - }, -/area/lv624/lazarus/armory) -"at" = ( -/turf/open/floor{ - dir = 5; - icon_state = "red" - }, -/area/lv624/lazarus/security) -"au" = ( -/obj/structure/machinery/power/apc/nocharge{ - dir = 8 - }, -/turf/open/floor{ - icon_state = "cult" - }, -/area/lv624/lazarus/armory) "av" = ( /obj/structure/target/syndicate, /turf/open/floor/red/northeast, /area/lv624/lazarus/security) -"aw" = ( -/obj/item/stack/sheet/metal, -/turf/open/floor{ - icon_state = "cult" - }, -/area/lv624/lazarus/armory) "ax" = ( /obj/item/stack/sheet/wood, /turf/open/floor/white, /area/lv624/lazarus/main_hall) -"ay" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/surface/table, -/obj/item/weapon/gun/revolver/cmb, -/obj/item/ammo_magazine/revolver/cmb, -/obj/item/ammo_magazine/revolver/cmb, -/obj/item/ammo_magazine/revolver/cmb, -/turf/open/floor{ - dir = 5; - icon_state = "red" - }, -/area/lv624/lazarus/security) "az" = ( /turf/closed/wall/strata_ice/jungle, /area/lv624/ground/jungle/east_central_jungle) -"aA" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/obj/item/stack/sheet/metal, -/turf/open/floor{ - icon_state = "cult" - }, -/area/lv624/lazarus/armory) -"aB" = ( -/obj/structure/machinery/door/airlock/almayer/secure/colony{ - locked = 1; - name = "\improper Nexus Dome Armory" - }, -/turf/open/floor{ - icon_state = "cult" - }, -/area/lv624/lazarus/armory) "aC" = ( /obj/structure/barricade/wooden{ dir = 8 @@ -278,17 +103,6 @@ "aS" = ( /turf/open/floor/platingdmg3, /area/lv624/lazarus/main_hall) -"aT" = ( -/obj/structure/machinery/door_control{ - id = "garage_blast"; - name = "Garage Shutters"; - pixel_x = -26; - range = 200 - }, -/turf/open/floor{ - icon_state = "cult" - }, -/area/lv624/lazarus/armory) "aU" = ( /obj/structure/machinery/power/apc/directional/no_power/west, /turf/open/floor/cult, @@ -306,12 +120,6 @@ /obj/item/stack/sheet/metal, /turf/open/floor/cult, /area/lv624/lazarus/armory) -"aY" = ( -/obj/effect/landmark/objective_landmark/medium, -/turf/open/floor{ - icon_state = "white" - }, -/area/lv624/lazarus/main_hall) "aZ" = ( /obj/structure/machinery/deployable/barrier, /turf/open/floor/cult, 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 12612ea654ee..94040491eb64 100644 --- a/maps/map_files/Whiskey_Outpost_v2/Whiskey_Outpost_v2.dmm +++ b/maps/map_files/Whiskey_Outpost_v2/Whiskey_Outpost_v2.dmm @@ -3,28 +3,9 @@ /obj/structure/cargo_container/arious/rightmid, /turf/open/jungle, /area/whiskey_outpost/outside/south) -"aab" = ( -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost) "aac" = ( /turf/closed/wall/strata_ice/jungle, /area/whiskey_outpost/outside/south) -"aad" = ( -/obj/effect/decal/warning_stripes/asteroid{ - icon_state = "warning_s" - }, -/obj/effect/decal/warning_stripes/asteroid{ - dir = 8; - icon_state = "warning_s" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aae" = ( /obj/structure/machinery/light{ dir = 4 @@ -75,58 +56,6 @@ /obj/effect/landmark/start/whiskey/doctor, /turf/open/floor/whitegreen/northwest, /area/whiskey_outpost/inside/hospital) -"aam" = ( -/obj/structure/window/reinforced{ - dir = 8; - layer = 3.3; - pixel_y = 4 - }, -/obj/structure/bed{ - can_buckle = 0 - }, -/obj/structure/bed{ - buckling_y = 13; - layer = 3.5; - pixel_y = 13 - }, -/turf/open/floor/almayer{ - icon_state = "bluefull" - }, -/area/whiskey_outpost/inside/living) -"aan" = ( -/turf/open/shuttle/dropship{ - icon_state = "rasputin3" - }, -/area/whiskey_outpost/outside/lane/four_north) -"aao" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/almayer{ - icon_state = "bluefull" - }, -/area/whiskey_outpost/inside/living) -"aap" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/device/healthanalyzer, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/obj/structure/closet/secure_closet/surgical{ - pixel_x = -30 - }, -/turf/open/floor{ - icon_state = "whitegreenfull" - }, -/area/whiskey_outpost/inside/hospital) -"aaq" = ( -/obj/structure/machinery/bioprinter{ - stored_metal = 1000 - }, -/turf/open/floor{ - icon_state = "whitegreenfull" - }, -/area/whiskey_outpost/inside/hospital) "aar" = ( /obj/structure/disposalpipe/segment{ dir = 1; @@ -134,43 +63,10 @@ }, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/pillbox/four) -"aas" = ( -/obj/effect/decal/warning_stripes/asteroid{ - icon_state = "warning_s" - }, -/obj/effect/decal/warning_stripes/asteroid{ - dir = 4; - icon_state = "warning_s" - }, -/obj/effect/decal/warning_stripes/asteroid{ - dir = 1; - icon_state = "warning_s" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north) -"aat" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "kitchen" - }, -/area/whiskey_outpost/inside/living) "aau" = ( /obj/structure/closet/secure_closet/commander, /turf/open/floor/wood, /area/whiskey_outpost/inside/cic) -"aav" = ( -/obj/structure/machinery/cm_vending/sorted/medical/blood, -/obj/structure/machinery/light/small, -/turf/open/floor{ - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital/triage) "aaw" = ( /turf/open/shuttle/dropship/light_grey_single_wide_left_to_right, /area/whiskey_outpost/outside/lane/four_north) @@ -200,11 +96,6 @@ /obj/structure/machinery/colony_floodlight, /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost/outside/north/platform) -"aaC" = ( -/turf/open/floor/almayer{ - icon_state = "cargo" - }, -/area/whiskey_outpost/inside/cic) "aaD" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -222,50 +113,11 @@ }, /turf/open/floor/wood, /area/whiskey_outpost/inside/cic) -"aaF" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor{ - dir = 8; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital/triage) "aaG" = ( /obj/structure/curtain/black, /obj/effect/decal/cleanable/blood/oil, /turf/open/gm/dirt, /area/whiskey_outpost/inside/caves/caverns) -"aaH" = ( -/obj/structure/machinery/cryopod, -/turf/open/floor/almayer{ - icon_state = "bluefull" - }, -/area/whiskey_outpost/inside/living) -"aaI" = ( -/obj/structure/machinery/cm_vending/sorted/medical, -/turf/open/floor{ - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital/triage) -"aaJ" = ( -/obj/structure/window/reinforced{ - dir = 8; - layer = 3.3; - pixel_y = 4 - }, -/obj/structure/bed{ - can_buckle = 0 - }, -/obj/structure/bed{ - buckling_y = 13; - layer = 3.5; - pixel_y = 13 - }, -/turf/open/floor/almayer{ - icon_state = "emeraldfull" - }, -/area/whiskey_outpost/inside/living) "aaK" = ( /turf/open/gm/dirtgrassborder/west, /area/whiskey_outpost/outside/lane/two_south) @@ -292,44 +144,12 @@ /obj/structure/flora/bush/ausbushes/var3/sparsegrass, /turf/open/gm/dirt, /area/whiskey_outpost/outside/lane/four_north) -"aaP" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/reagent_container/food/snacks/mre_pack/meal5{ - desc = "How long has this been sitting here?"; - pixel_x = 7; - pixel_y = 7 - }, -/obj/item/tool/kitchen/utensil/pfork{ - pixel_x = -6; - pixel_y = 5 - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) -"aaQ" = ( -/obj/structure/machinery/door/airlock/almayer/maint{ - name = "\improper Commander's Storage"; - req_access_txt = "19"; - req_one_access = null - }, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/cic) "aaR" = ( /obj/structure/machinery/light/small{ dir = 8 }, /turf/open/floor/asteroidwarning/west, /area/whiskey_outpost/outside/north/platform) -"aaS" = ( -/obj/structure/machinery/optable, -/turf/open/floor{ - icon_state = "whitegreenfull" - }, -/area/whiskey_outpost/inside/hospital) "aaT" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/asteroidwarning/west, @@ -341,21 +161,6 @@ }, /turf/open/floor/plating/warnplate/east, /area/whiskey_outpost/outside/north/beach) -"aaV" = ( -/turf/open/floor{ - dir = 10; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) -"aaW" = ( -/obj/structure/machinery/shower{ - dir = 4 - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "kitchen" - }, -/area/whiskey_outpost/inside/living) "aaX" = ( /obj/structure/surface/rack, /obj/effect/landmark/wo_supplies/ammo/box/m41a, @@ -367,66 +172,10 @@ }, /turf/open/floor/whitegreen/north, /area/whiskey_outpost/inside/hospital/triage) -"aaZ" = ( -/obj/structure/cargo_container/watatsumi/rightmid, -/turf/open/jungle{ - bushes_spawn = 0; - icon_state = "grass_impenetrable" - }, -/area/whiskey_outpost/outside/south) -"aba" = ( -/obj/structure/machinery/vending/cigarette, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) -"abb" = ( -/turf/open/floor{ - dir = 9; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) "abc" = ( /obj/structure/disposalpipe/segment, /turf/open/gm/dirtgrassborder/west, /area/whiskey_outpost/outside/lane/three_north) -"abd" = ( -/obj/effect/decal/medical_decals{ - dir = 8; - icon_state = "docstripingdir" - }, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/obj/item/storage/box/bodybags, -/obj/item/storage/box/bodybags, -/obj/item/storage/box/bodybags, -/obj/structure/machinery/cm_vending/sorted/medical/wall_med{ - name = "Emergency NanoMed"; - pixel_x = 30; - req_access = null - }, -/turf/open/floor{ - dir = 4; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) -"abe" = ( -/obj/structure/machinery/cm_vending/clothing/marine/delta{ - density = 0; - pixel_x = 16 - }, -/turf/open/floor/almayer{ - icon_state = "bluefull" - }, -/area/whiskey_outpost/inside/living) -"abf" = ( -/turf/open/floor{ - dir = 1; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) "abg" = ( /obj/structure/closet/secure_closet/surgical{ pixel_x = -30 @@ -438,20 +187,6 @@ /obj/structure/sign/poster, /turf/closed/wall, /area/whiskey_outpost/outside/south/far) -"abi" = ( -/obj/effect/landmark/start/whiskey/doctor, -/turf/open/floor{ - dir = 5; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) -"abj" = ( -/obj/structure/disposalpipe/segment, -/turf/open/jungle{ - bushes_spawn = 0; - icon_state = "grass_impenetrable" - }, -/area/whiskey_outpost/outside/north/northwest) "abk" = ( /obj/structure/barricade/sandbags/wired{ dir = 4; @@ -475,19 +210,6 @@ /obj/item/clothing/accessory/storage/webbing, /turf/open/floor/prison/darkyellowfull2/east, /area/whiskey_outpost/inside/supply) -"abo" = ( -/turf/open/gm/dirt{ - icon_state = "desert0" - }, -/area/whiskey_outpost/outside/lane/two_south) -"abp" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/almayer{ - icon_state = "emeraldfull" - }, -/area/whiskey_outpost/inside/living) "abq" = ( /obj/structure/machinery/door/airlock/almayer/medical/glass{ name = "\improper Triage"; @@ -512,24 +234,6 @@ "abs" = ( /turf/open/floor/carpet, /area/whiskey_outpost/inside/cic) -"abt" = ( -/obj/structure/closet/crate, -/obj/item/storage/backpack/marine, -/obj/item/storage/backpack/marine, -/obj/item/storage/backpack/industrial, -/obj/item/storage/backpack/industrial, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_marked" - }, -/area/whiskey_outpost/inside/supply) -"abu" = ( -/obj/effect/landmark/start/whiskey/marine, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_marked" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "abv" = ( /obj/structure/machinery/light/small{ dir = 8 @@ -538,40 +242,9 @@ /obj/effect/landmark/wo_supplies/storage/machete, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/pillbox/four) -"abw" = ( -/obj/structure/machinery/cryopod, -/turf/open/floor{ - icon_state = "whitegreenfull" - }, -/area/whiskey_outpost/inside/hospital) -"abx" = ( -/obj/item/ammo_box/magazine/misc/mre, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_marked" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aby" = ( /turf/open/floor/whitegreen/east, /area/whiskey_outpost/inside/hospital/triage) -"abz" = ( -/obj/structure/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor{ - icon_state = "whitegreenfull" - }, -/area/whiskey_outpost/inside/hospital) -"abA" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/turf/open/floor{ - icon_state = "white" - }, -/area/whiskey_outpost/inside/hospital) "abB" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -579,13 +252,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/prison, /area/whiskey_outpost/inside/bunker) -"abC" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/prison{ - dir = 1; - icon_state = "cell_stripe" - }, -/area/whiskey_outpost/inside/bunker) "abD" = ( /obj/structure/disposalpipe/segment, /turf/open/gm/dirtgrassborder/north, @@ -598,12 +264,6 @@ /obj/structure/disposalpipe/segment, /turf/open/jungle, /area/whiskey_outpost/outside/lane/two_north) -"abG" = ( -/turf/open/floor/prison{ - dir = 10; - icon_state = "kitchen" - }, -/area/whiskey_outpost/inside/living) "abH" = ( /obj/structure/machinery/disposal, /obj/structure/disposalpipe/trunk, @@ -639,27 +299,10 @@ }, /turf/open/floor/whitegreenfull, /area/whiskey_outpost/inside/hospital) -"abN" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor{ - icon_state = "white" - }, -/area/whiskey_outpost/inside/hospital) "abO" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/prison/cell_stripe, /area/whiskey_outpost/inside/cic) -"abP" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor{ - dir = 5; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) "abQ" = ( /obj/structure/curtain, /obj/structure/window/reinforced{ @@ -703,65 +346,10 @@ }, /turf/open/floor/white, /area/whiskey_outpost/inside/hospital/triage) -"abY" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/reagent_container/spray/cleaner{ - desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; - name = "Surgery Cleaner" - }, -/obj/item/reagent_container/spray/cleaner{ - desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; - name = "Surgery Cleaner" - }, -/obj/item/storage/box/gloves{ - pixel_x = -5; - pixel_y = -5 - }, -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/turf/open/floor{ - icon_state = "whitegreenfull" - }, -/area/whiskey_outpost/inside/hospital) "abZ" = ( /obj/effect/landmark/start/whiskey/marine, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/pillbox/one) -"aca" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/reagent_container/spray/cleaner{ - desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; - name = "Surgery Cleaner" - }, -/obj/item/reagent_container/spray/cleaner{ - desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; - name = "Surgery Cleaner" - }, -/obj/item/storage/box/gloves{ - pixel_x = -5; - pixel_y = -5 - }, -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/turf/open/floor{ - icon_state = "whitegreenfull" - }, -/area/whiskey_outpost/inside/hospital) -"acb" = ( -/obj/structure/machinery/shower{ - dir = 8; - layer = 3.3 - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "kitchen" - }, -/area/whiskey_outpost/inside/living) "acc" = ( /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost/outside/mortar_pit) @@ -803,15 +391,6 @@ /obj/structure/surface/table/reinforced/prison, /turf/open/floor/prison/floor_plate, /area/whiskey_outpost/inside/cic) -"acl" = ( -/obj/structure/barricade/metal/wired{ - dir = 8 - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "acm" = ( /obj/structure/machinery/light/small{ dir = 1 @@ -819,26 +398,6 @@ /obj/structure/machinery/washing_machine, /turf/open/floor/prison, /area/whiskey_outpost/inside/living) -"acn" = ( -/obj/effect/landmark/start/whiskey/leader, -/obj/structure/machinery/defenses/sentry/premade, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/one) -"aco" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/prison{ - dir = 4; - icon_state = "cell_stripe" - }, -/area/whiskey_outpost/inside/bunker) "acp" = ( /obj/structure/surface/table/woodentable/fancy, /obj/item/device/flashlight/lamp/green, @@ -859,19 +418,6 @@ /obj/structure/machinery/disposal, /turf/open/floor/prison, /area/whiskey_outpost/inside/living) -"act" = ( -/obj/structure/machinery/cryopod, -/turf/open/floor/almayer{ - icon_state = "emeraldfull" - }, -/area/whiskey_outpost/inside/living) -"acu" = ( -/obj/structure/barricade/metal/wired, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/three) "acv" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/closet/secure_closet/surgical{ @@ -887,25 +433,6 @@ /obj/structure/barricade/metal/wired, /turf/open/gm/dirt, /area/whiskey_outpost/outside/south) -"acx" = ( -/obj/structure/barricade/handrail{ - dir = 1 - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost) -"acy" = ( -/obj/structure/largecrate/supply/supplies/mre, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_marked" - }, -/area/whiskey_outpost/inside/living) "acz" = ( /turf/open/floor/wood, /area/whiskey_outpost/inside/cic) @@ -916,46 +443,10 @@ /obj/item/stool, /turf/open/gm/dirtgrassborder/west, /area/whiskey_outpost/outside/lane/two_south) -"acB" = ( -/obj/structure/machinery/fuelcell_recycler/full, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/engineering) "acC" = ( /obj/structure/sign/poster, /turf/closed/wall/r_wall, /area/whiskey_outpost/inside/bunker/pillbox/two) -"acD" = ( -/obj/structure/closet/secure_closet/bar{ - name = "Success Cabinet"; - req_access_txt = "1" - }, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/cic) -"acE" = ( -/obj/structure/window/reinforced/tinted/frosted, -/obj/structure/sink{ - pixel_y = 32 - }, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/prison{ - icon_state = "kitchen" - }, -/area/whiskey_outpost/inside/cic) -"acF" = ( -/obj/structure/mirror{ - pixel_y = 30 - }, -/turf/open/floor/prison{ - icon_state = "kitchen" - }, -/area/whiskey_outpost/inside/cic) "acG" = ( /obj/structure/machinery/door/airlock/almayer/generic{ name = "\improper Bathroom" @@ -980,15 +471,6 @@ /obj/item/weapon/gun/rifle/m41aMK1, /turf/open/floor/wood, /area/whiskey_outpost/inside/cic) -"acJ" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/computer/card{ - dir = 8 - }, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/cic) "acK" = ( /obj/structure/machinery/floodlight{ light_on = 1 @@ -1011,27 +493,12 @@ /obj/structure/largecrate/random/case, /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost/outside/lane/three_south) -"acO" = ( -/obj/structure/machinery/cm_vending/sorted/medical/marinemed, -/turf/open/floor{ - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital/triage) "acP" = ( /obj/structure/bed/chair{ dir = 1 }, /turf/open/jungle, /area/whiskey_outpost/outside/south) -"acQ" = ( -/obj/structure/machinery/optable, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor{ - icon_state = "whitegreenfull" - }, -/area/whiskey_outpost/inside/hospital) "acR" = ( /turf/open/gm/dirtgrassborder/west, /area/whiskey_outpost/inside/caves/caverns/east) @@ -1041,12 +508,6 @@ }, /turf/open/floor/prison, /area/whiskey_outpost/inside/living) -"acT" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor{ - icon_state = "whitegreencorner" - }, -/area/whiskey_outpost/inside/hospital) "acU" = ( /obj/structure/machinery/sleep_console{ dir = 1 @@ -1071,15 +532,6 @@ }, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/pillbox/one) -"acX" = ( -/obj/structure/machinery/optable, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor{ - icon_state = "whitegreenfull" - }, -/area/whiskey_outpost/inside/hospital) "acY" = ( /obj/structure/machinery/colony_floodlight, /turf/open/jungle, @@ -1089,22 +541,10 @@ /obj/effect/landmark/start/whiskey/marine, /turf/open/jungle, /area/whiskey_outpost/outside/lane/two_south) -"ada" = ( -/obj/structure/machinery/optable, -/turf/open/floor{ - icon_state = "whitegreenfull" - }, -/area/whiskey_outpost/inside/hospital/triage) "adb" = ( /obj/structure/reagent_dispensers/watertank, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/bunker/front) -"adc" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/prison{ - icon_state = "cell_stripe" - }, -/area/whiskey_outpost/inside/living) "add" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner/south_west, /area/whiskey_outpost/outside/south/very_far) @@ -1181,47 +621,12 @@ }, /turf/open/floor/whitegreen/north, /area/whiskey_outpost/inside/hospital/triage) -"adr" = ( -/obj/structure/window/reinforced{ - dir = 4; - pixel_x = -2; - pixel_y = 4 - }, -/obj/structure/bed{ - can_buckle = 0 - }, -/obj/structure/bed{ - buckling_y = 13; - layer = 3.5; - pixel_y = 13 - }, -/turf/open/floor/almayer{ - icon_state = "orangefull" - }, -/area/whiskey_outpost/inside/living) -"ads" = ( -/obj/structure/machinery/door/window/westright{ - dir = 4 - }, -/obj/structure/machinery/shower{ - dir = 4 - }, -/turf/open/floor/prison{ - icon_state = "kitchen" - }, -/area/whiskey_outpost/inside/cic) "adt" = ( /obj/structure/machinery/body_scanconsole{ dir = 1 }, /turf/open/floor/whitegreenfull, /area/whiskey_outpost/inside/hospital/triage) -"adu" = ( -/turf/open/floor/prison{ - dir = 8; - icon_state = "cell_stripe" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "adv" = ( /obj/structure/flora/jungle/plantbot1, /turf/open/jungle, @@ -1242,14 +647,6 @@ }, /turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, /area/whiskey_outpost/outside/lane/four_north) -"adz" = ( -/obj/structure/toilet{ - dir = 8 - }, -/turf/open/floor/prison{ - icon_state = "kitchen" - }, -/area/whiskey_outpost/inside/cic) "adA" = ( /obj/structure/surface/table, /obj/item/facepaint/brown, @@ -1269,24 +666,6 @@ }, /turf/open/floor/prison, /area/whiskey_outpost/inside/living) -"adE" = ( -/obj/structure/window/reinforced{ - dir = 4; - pixel_x = -2; - pixel_y = 4 - }, -/obj/structure/bed{ - can_buckle = 0 - }, -/obj/structure/bed{ - buckling_y = 13; - layer = 3.5; - pixel_y = 13 - }, -/turf/open/floor/almayer{ - icon_state = "redfull" - }, -/area/whiskey_outpost/inside/living) "adF" = ( /obj/structure/machinery/door/airlock/almayer/command{ dir = 2; @@ -1308,12 +687,6 @@ /obj/effect/landmark/start/whiskey/medic, /turf/open/floor/white, /area/whiskey_outpost/inside/hospital/triage) -"adJ" = ( -/obj/structure/curtain/shower, -/turf/open/floor/prison{ - icon_state = "sterile_white" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "adK" = ( /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost) @@ -1326,60 +699,6 @@ icon_state = "rasputin12" }, /area/whiskey_outpost/outside/lane/four_north) -"adN" = ( -/obj/structure/machinery/light/small, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/cic) -"adO" = ( -/obj/structure/safe, -/obj/item/moneybag, -/obj/item/clothing/glasses/monocle, -/obj/item/weapon/telebaton, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/cic) -"adP" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/box/beakers{ - pixel_x = 5; - pixel_y = 5 - }, -/obj/item/storage/box/pillbottles, -/obj/item/reagent_container/spray/cleaner, -/obj/item/storage/box/gloves, -/obj/item/tool/hand_labeler, -/obj/item/reagent_container/glass/beaker/bluespace, -/turf/open/floor{ - dir = 1; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) -"adQ" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/box/masks, -/obj/item/storage/box/masks, -/obj/item/storage/box/masks, -/obj/item/storage/box/gloves{ - pixel_x = -5; - pixel_y = -5 - }, -/obj/item/storage/box/gloves{ - pixel_x = -5; - pixel_y = -5 - }, -/obj/item/device/defibrillator, -/obj/item/device/defibrillator, -/obj/item/device/defibrillator, -/obj/item/device/defibrillator, -/obj/item/device/defibrillator, -/turf/open/floor{ - dir = 9; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) "adR" = ( /turf/open/floor/plating/warnplate/southwest, /area/whiskey_outpost/outside/north/northeast) @@ -1392,21 +711,6 @@ }, /turf/open/floor/plating, /area/whiskey_outpost/inside/supply) -"adT" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/device/reagent_scanner, -/obj/item/device/healthanalyzer, -/obj/item/device/healthanalyzer, -/obj/item/device/healthanalyzer, -/obj/item/device/healthanalyzer, -/obj/item/device/healthanalyzer, -/obj/item/device/healthanalyzer, -/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, -/turf/open/floor{ - dir = 1; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) "adU" = ( /obj/structure/machinery/light{ dir = 8 @@ -1418,11 +722,6 @@ /obj/effect/landmark/start/whiskey/marine, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/pillbox/three) -"adW" = ( -/turf/open/floor/plating{ - icon_state = "platebot" - }, -/area/whiskey_outpost/outside/lane/one_north) "adX" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/weapon/gun/shotgun/pump{ @@ -1430,44 +729,10 @@ }, /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost/inside/bunker/bunker/front) -"adY" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/box/pillbottles{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/pillbottles{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/pillbottles{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/device/mass_spectrometer, -/obj/item/reagent_container/hypospray, -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/turf/open/floor{ - dir = 10; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) "adZ" = ( /obj/structure/machinery/cm_vending/sorted/uniform_supply/squad_prep/wo, /turf/open/floor/prison/floor_plate, /area/whiskey_outpost/inside/bunker) -"aea" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/cic) "aeb" = ( /obj/structure/machinery/light/small{ dir = 1 @@ -1479,18 +744,6 @@ /obj/structure/surface/rack, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/bunker/front) -"aed" = ( -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) -"aee" = ( -/turf/open/floor/almayer{ - dir = 10; - icon_state = "red" - }, -/area/whiskey_outpost/inside/cic) "aef" = ( /obj/structure/barricade/sandbags/wired, /obj/structure/disposalpipe/sortjunction/flipped{ @@ -1514,30 +767,9 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost/outside/north/platform) -"aei" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/box/syringes, -/obj/item/reagent_container/dropper, -/obj/item/reagent_container/hypospray, -/obj/item/weapon/gun/pill, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor{ - dir = 9; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) "aej" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner/north_east, /area/whiskey_outpost/outside/lane/four_south) -"aek" = ( -/obj/structure/largecrate/supply/supplies/sandbags, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_marked" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "ael" = ( /obj/structure/bed/chair, /obj/effect/landmark/start/whiskey/marine, @@ -1557,15 +789,6 @@ "aep" = ( /turf/open/gm/grass/gbcorner/north_west, /area/whiskey_outpost/outside/lane/one_south) -"aeq" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/prison, -/area/whiskey_outpost/inside/bunker) "aer" = ( /obj/structure/machinery/light/small{ dir = 1 @@ -1588,12 +811,6 @@ }, /turf/open/floor/prison, /area/whiskey_outpost/inside/living) -"aev" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, -/turf/open/floor/prison, -/area/whiskey_outpost/inside/living) "aew" = ( /obj/structure/barricade/sandbags/wired, /obj/structure/barricade/sandbags/wired{ @@ -1630,12 +847,6 @@ /obj/structure/machinery/light/small, /turf/open/floor/prison, /area/whiskey_outpost/inside/bunker) -"aeD" = ( -/obj/structure/machinery/body_scanconsole, -/turf/open/floor{ - icon_state = "whitegreenfull" - }, -/area/whiskey_outpost/inside/hospital/triage) "aeE" = ( /obj/structure/disposalpipe/trunk, /obj/structure/machinery/disposal, @@ -1644,66 +855,19 @@ }, /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost) -"aeF" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, -/turf/open/floor/prison, -/area/whiskey_outpost/inside/cic) "aeG" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_east, /area/whiskey_outpost/outside/lane/two_north) -"aeH" = ( -/obj/structure/surface/rack, -/obj/effect/landmark/wo_supplies/storage/m56d, -/obj/effect/landmark/wo_supplies/storage/m56d, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/supply) "aeI" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost) -"aeJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/machinery/door/airlock/almayer/marine/autoname, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aeK" = ( /turf/open/gm/river, /area/whiskey_outpost/outside/river/east) "aeL" = ( /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost/outside/lane/four_north) -"aeM" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/cic) -"aeN" = ( -/obj/structure/machinery/disposal, -/obj/structure/disposalpipe/trunk, -/turf/open/floor{ - dir = 5; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) -"aeO" = ( -/obj/structure/bed/stool, -/obj/effect/landmark/start/whiskey/researcher, -/turf/open/floor{ - icon_state = "white" - }, -/area/whiskey_outpost/inside/hospital) "aeP" = ( /obj/structure/bed/chair{ dir = 8 @@ -1728,52 +892,10 @@ /obj/structure/barricade/sandbags/wired, /turf/open/gm/dirt, /area/whiskey_outpost/outside/lane/four_south) -"aeS" = ( -/turf/open/floor{ - dir = 6; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) -"aeT" = ( -/obj/structure/window/reinforced{ - dir = 8; - layer = 3.3; - pixel_y = 4 - }, -/obj/structure/bed{ - can_buckle = 0 - }, -/obj/structure/bed{ - buckling_y = 13; - layer = 3.5; - pixel_y = 13 - }, -/turf/open/floor/almayer{ - icon_state = "orangefull" - }, -/area/whiskey_outpost/inside/living) -"aeU" = ( -/obj/structure/closet/crate, -/obj/item/storage/toolbox/emergency, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_marked" - }, -/area/whiskey_outpost/inside/supply) "aeV" = ( /obj/effect/landmark/start/whiskey/marine, /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost/outside/lane/four_north) -"aeW" = ( -/obj/structure/surface/rack, -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/largecrate/supply/ammo/sentry, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/supply) "aeX" = ( /obj/structure/machinery/light{ dir = 4 @@ -1784,14 +906,6 @@ "aeY" = ( /turf/open/gm/river, /area/whiskey_outpost/outside/river) -"aeZ" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/curtain, -/turf/open/floor{ - dir = 4; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) "afa" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ dir = 1; @@ -1802,13 +916,6 @@ "afb" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner/north_east, /area/whiskey_outpost/outside/lane/three_north) -"afc" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor{ - dir = 4; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) "afd" = ( /obj/effect/landmark/start/whiskey/leader, /turf/open/gm/dirt, @@ -1817,35 +924,10 @@ /obj/item/cell/high, /turf/open/floor/plating, /area/whiskey_outpost/outside/lane/four_north) -"aff" = ( -/obj/structure/machinery/cm_vending/sorted/medical/wall_med{ - pixel_x = 32 - }, -/obj/structure/bed/chair/dropship/passenger{ - dir = 8; - icon_state = "shuttle_chair" - }, -/turf/open/shuttle/dropship{ - icon_state = "rasputin15" - }, -/area/whiskey_outpost/outside/lane/four_north) "afg" = ( /obj/effect/landmark/start/whiskey/cargo, /turf/open/floor/prison/darkyellow2, /area/whiskey_outpost/inside/supply) -"afh" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/device/healthanalyzer, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/obj/structure/closet/secure_closet/surgical{ - pixel_x = 30 - }, -/turf/open/floor{ - icon_state = "whitegreenfull" - }, -/area/whiskey_outpost/inside/hospital) "afi" = ( /obj/structure/sign/safety/chem_lab, /turf/closed/wall/r_wall, @@ -1859,13 +941,6 @@ }, /turf/open/floor/prison/cell_stripe/north, /area/whiskey_outpost/inside/bunker/bunker/front) -"afl" = ( -/obj/structure/surface/rack, -/obj/item/ammo_magazine/sentry, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/supply) "afm" = ( /obj/structure/largecrate/supply/supplies/metal, /obj/structure/largecrate/supply/supplies/metal, @@ -1879,31 +954,6 @@ /obj/structure/curtain, /turf/open/floor/prison, /area/whiskey_outpost/inside/living) -"afp" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/recharger, -/obj/effect/landmark/wo_supplies/storage/belts/medical, -/obj/effect/landmark/wo_supplies/storage/belts/medical, -/obj/effect/landmark/wo_supplies/storage/belts/medical, -/turf/open/floor{ - dir = 8; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) -"afq" = ( -/obj/effect/decal/warning_stripes/asteroid{ - icon_state = "warning_s" - }, -/obj/effect/decal/warning_stripes/asteroid{ - dir = 4; - icon_state = "warning_s" - }, -/obj/effect/landmark/start/whiskey/medic, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "afr" = ( /obj/effect/landmark/start/whiskey/marine, /turf/open/floor/plating/plating_catwalk/prison, @@ -1916,26 +966,12 @@ /obj/structure/flora/pottedplant/random, /turf/open/floor/prison, /area/whiskey_outpost/inside/cic) -"afu" = ( -/turf/open/floor/plating{ - dir = 10; - icon_state = "warnplate" - }, -/area/whiskey_outpost/outside/north/northeast) "afv" = ( /obj/structure/barricade/handrail/wire{ dir = 8 }, /turf/open/gm/dirt, /area/whiskey_outpost/outside/lane/two_south) -"afw" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/almayer{ - icon_state = "orangefull" - }, -/area/whiskey_outpost/inside/living) "afx" = ( /turf/open/floor/prison, /area/whiskey_outpost/inside/cic) @@ -1949,19 +985,6 @@ /obj/structure/surface/rack, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/pillbox/one) -"afA" = ( -/obj/effect/landmark/start/whiskey/executive, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/cic) -"afB" = ( -/obj/structure/bed/chair/comfy, -/obj/effect/landmark/start/whiskey/commander, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/cic) "afC" = ( /obj/structure/barricade/handrail{ dir = 1 @@ -1976,38 +999,6 @@ }, /turf/open/floor/prison/floor_marked/southwest, /area/whiskey_outpost/inside/living) -"afE" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/obj/effect/landmark/start/whiskey/marine, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) -"afF" = ( -/obj/effect/landmark/start/whiskey/warrant, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/cic) -"afG" = ( -/obj/effect/landmark/start/whiskey/engineering, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/engineering) -"afH" = ( -/obj/structure/machinery/door/airlock/almayer/medical{ - name = "Hypersleep Room"; - req_one_access_txt = "2;8;19" - }, -/turf/open/floor{ - icon_state = "whitegreenfull" - }, -/area/whiskey_outpost/inside/hospital) "afI" = ( /obj/structure/platform{ dir = 1 @@ -2038,16 +1029,6 @@ }, /turf/open/floor/plating/asteroidwarning/northwest, /area/whiskey_outpost/outside/north/platform) -"afN" = ( -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/turf/open/floor{ - dir = 4; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) "afO" = ( /obj/effect/landmark/start/whiskey/marine, /turf/open/jungle/impenetrable, @@ -2072,68 +1053,10 @@ /obj/structure/disposalpipe/segment, /turf/open/gm/dirtgrassborder/south, /area/whiskey_outpost/outside/lane/two_north) -"afT" = ( -/obj/structure/window/reinforced{ - dir = 8; - layer = 3.3; - pixel_y = 4 - }, -/obj/structure/bed{ - can_buckle = 0 - }, -/obj/structure/bed{ - buckling_y = 13; - layer = 3.5; - pixel_y = 13 - }, -/turf/open/floor/almayer{ - icon_state = "redfull" - }, -/area/whiskey_outpost/inside/living) -"afU" = ( -/obj/item/lightstick/red/planted, -/turf/open/jungle{ - bushes_spawn = 0; - icon_state = "grass_impenetrable" - }, -/area/whiskey_outpost/outside/lane/one_north) -"afV" = ( -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) -"afW" = ( -/obj/structure/machinery/smartfridge/chemistry, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor{ - icon_state = "whitegreenfull" - }, -/area/whiskey_outpost/inside/hospital) "afX" = ( /obj/structure/barricade/sandbags/wired, /turf/open/gm/dirt, /area/whiskey_outpost/outside/north) -"afY" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor{ - dir = 9; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) -"afZ" = ( -/obj/effect/landmark/start/whiskey/medic, -/turf/open/floor{ - icon_state = "white" - }, -/area/whiskey_outpost/inside/hospital/triage) "aga" = ( /obj/structure/disposalpipe/junction{ dir = 4; @@ -2172,19 +1095,6 @@ }, /turf/open/floor/plating/warnplate/northwest, /area/whiskey_outpost/outside/north/beach) -"age" = ( -/obj/effect/decal/medical_decals{ - icon_state = "triagedecaltopright" - }, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/turf/open/floor{ - dir = 1; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) "agf" = ( /obj/structure/machinery/light/small{ dir = 1 @@ -2205,30 +1115,6 @@ }, /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost/outside/north) -"agh" = ( -/obj/effect/decal/medical_decals{ - dir = 1; - icon_state = "triagedecaldir" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor{ - dir = 1; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) -"agi" = ( -/obj/effect/decal/medical_decals{ - icon_state = "triagedecaltopleft" - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/turf/open/floor{ - dir = 1; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) "agj" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_east, /area/whiskey_outpost/outside/lane/two_north) @@ -2245,12 +1131,6 @@ /obj/structure/machinery/light/small, /turf/open/floor/prison/darkyellowfull2/east, /area/whiskey_outpost/inside/engineering) -"agl" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor{ - icon_state = "white" - }, -/area/whiskey_outpost/inside/hospital/triage) "agm" = ( /obj/structure/largecrate/supply/medicine/medkits, /turf/open/floor/whitegreen/north, @@ -2259,12 +1139,6 @@ /obj/item/stack/cable_coil/cut, /turf/open/gm/dirt, /area/whiskey_outpost/outside/lane/two_south) -"ago" = ( -/obj/structure/machinery/cryopod, -/turf/open/floor/almayer{ - icon_state = "orangefull" - }, -/area/whiskey_outpost/inside/living) "agp" = ( /obj/structure/sign/prop1, /turf/closed/wall/r_wall, @@ -2287,17 +1161,6 @@ }, /turf/open/gm/dirt, /area/whiskey_outpost/inside/caves/tunnel) -"agt" = ( -/obj/structure/machinery/cm_vending/sorted/medical/wall_med{ - name = "Emergency NanoMed"; - pixel_x = 30; - req_access = null - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "agu" = ( /turf/open/gm/dirtgrassborder/south, /area/whiskey_outpost/outside/lane/two_north) @@ -2320,15 +1183,6 @@ }, /turf/open/jungle/clear, /area/whiskey_outpost/outside/south/very_far) -"agA" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/structure/machinery/computer/card{ - dir = 1 - }, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/cic) "agB" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -2336,15 +1190,6 @@ /obj/structure/bed/roller, /turf/open/floor/whitegreenfull, /area/whiskey_outpost/inside/hospital/triage) -"agC" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/effect/landmark/map_item, -/obj/item/folder/black_random, -/obj/item/device/whistle, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/cic) "agD" = ( /obj/structure/machinery/cm_vending/sorted/medical/marinemed, /obj/structure/machinery/light{ @@ -2353,16 +1198,6 @@ /obj/structure/medical_supply_link, /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost) -"agE" = ( -/obj/structure/surface/table/woodentable/fancy, -/obj/structure/machinery/computer/squad_changer{ - dir = 1; - layer = 2.99 - }, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/cic) "agF" = ( /obj/structure/sign/poster{ serial_number = 33 @@ -2373,32 +1208,6 @@ /obj/structure/sign/poster, /turf/closed/wall/r_wall, /area/whiskey_outpost/inside/bunker/pillbox/four) -"agH" = ( -/obj/item/storage/box/explosive_mines, -/turf/open/floor/plating{ - dir = 1; - icon_state = "warnplate" - }, -/area/whiskey_outpost/outside/lane/one_north) -"agI" = ( -/obj/structure/machinery/door/airlock/almayer/medical/glass{ - name = "\improper Chemistry Laboratory"; - req_access_txt = "20"; - req_one_access = null - }, -/turf/open/floor{ - icon_state = "whitegreenfull" - }, -/area/whiskey_outpost/inside/hospital) -"agJ" = ( -/obj/effect/decal/medical_decals{ - icon_state = "triagedecaldir" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor{ - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) "agK" = ( /obj/structure/machinery/shower{ dir = 8; @@ -2418,34 +1227,6 @@ /obj/structure/largecrate/random, /turf/open/jungle, /area/whiskey_outpost/outside/lane/two_south) -"agN" = ( -/turf/open/floor{ - dir = 1; - icon_state = "whitegreencorner" - }, -/area/whiskey_outpost/inside/hospital) -"agO" = ( -/obj/structure/machinery/conveyor_switch{ - id = "crate" - }, -/obj/structure/machinery/light{ - dir = 4 - }, -/turf/open/floor/prison{ - icon_state = "darkyellowcorners2" - }, -/area/whiskey_outpost/inside/supply) -"agP" = ( -/obj/structure/machinery/door/airlock/almayer/medical{ - dir = 2; - name = "Operating Theatre"; - req_one_access_txt = "2;8;19" - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_marked" - }, -/area/whiskey_outpost/inside/hospital) "agQ" = ( /obj/item/cell/high, /turf/open/shuttle/dropship/light_grey_middle, @@ -2458,24 +1239,6 @@ }, /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost/inside/bunker/bunker/front) -"agS" = ( -/obj/structure/machinery/door/airlock/almayer/medical{ - dir = 2; - name = "Operating Theatre"; - req_one_access_txt = "2;8;19" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor{ - icon_state = "whitegreenfull" - }, -/area/whiskey_outpost/inside/hospital) -"agT" = ( -/obj/structure/prop/almayer/computers/sensor_computer3, -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/cic) "agU" = ( /turf/open/gm/river, /area/whiskey_outpost/outside/lane/four_south) @@ -2484,14 +1247,6 @@ /obj/effect/landmark/start/whiskey/bridge, /turf/open/floor/prison, /area/whiskey_outpost/inside/cic) -"agW" = ( -/obj/structure/prop/almayer/computers/sensor_computer1{ - name = "radar computer" - }, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/cic) "agX" = ( /obj/structure/barricade/handrail{ dir = 1 @@ -2508,13 +1263,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/prison/floor_plate, /area/whiskey_outpost/inside/supply) -"agZ" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/reagent_container/glass/beaker/bluespace, -/turf/open/floor{ - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) "aha" = ( /obj/structure/closet/secure_closet/engineering_personal, /obj/structure/window/reinforced{ @@ -2527,12 +1275,6 @@ }, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/engineering) -"ahb" = ( -/obj/effect/landmark/start/whiskey/researcher, -/turf/open/floor{ - icon_state = "white" - }, -/area/whiskey_outpost/inside/hospital) "ahc" = ( /obj/structure/machinery/iv_drip, /turf/open/floor/white, @@ -2564,20 +1306,6 @@ /obj/structure/extinguisher_cabinet, /turf/closed/wall/r_wall, /area/whiskey_outpost/inside/hospital) -"ahj" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/computer/overwatch/almayer{ - layer = 3.2; - pixel_y = 20 - }, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/obj/item/clipboard, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/cic) "ahk" = ( /obj/structure/bed/chair/office/dark{ dir = 4; @@ -2586,29 +1314,6 @@ /obj/effect/landmark/start/whiskey/police, /turf/open/floor/prison, /area/whiskey_outpost/inside/cic) -"ahl" = ( -/obj/effect/decal/medical_decals{ - dir = 1; - icon_state = "triagedecaldir" - }, -/turf/open/floor{ - dir = 1; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) -"ahm" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/obj/structure/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor{ - dir = 5; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) "ahn" = ( /obj/structure/window/framed/colony/reinforced, /turf/open/floor/plating, @@ -2639,12 +1344,6 @@ "ahs" = ( /turf/open/gm/coast/beachcorner2/south_west, /area/whiskey_outpost/outside/lane/four_north) -"aht" = ( -/turf/open/floor{ - dir = 8; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) "ahu" = ( /obj/structure/surface/table/reinforced/prison, /obj/effect/landmark/map_item, @@ -2666,41 +1365,10 @@ /obj/effect/landmark/start/whiskey/police, /turf/open/floor/prison, /area/whiskey_outpost/inside/cic) -"ahx" = ( -/obj/structure/machinery/body_scanconsole, -/obj/effect/decal/medical_decals{ - icon_state = "triagedecalleft" - }, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/obj/structure/sign/nosmoking_2{ - dir = 1; - pixel_y = 28 - }, -/obj/effect/landmark/start/whiskey/doctor, -/turf/open/floor{ - dir = 9; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) "ahy" = ( /obj/item/lightstick/red/planted, /turf/open/gm/dirtgrassborder/east, /area/whiskey_outpost/outside/south/far) -"ahz" = ( -/obj/effect/decal/medical_decals{ - icon_state = "triagedecaltopright" - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/turf/open/floor{ - dir = 1; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) "ahA" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -2713,66 +1381,10 @@ }, /turf/open/floor/prison, /area/whiskey_outpost/inside/bunker) -"ahB" = ( -/obj/effect/decal/medical_decals{ - dir = 1; - icon_state = "triagedecaldir" - }, -/obj/structure/disposalpipe/sortjunction/flipped{ - dir = 4; - sortType = "Chemistry" - }, -/turf/open/floor{ - dir = 1; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) "ahC" = ( /obj/structure/sign/prop1, /turf/closed/wall/r_wall/unmeltable, /area/whiskey_outpost/inside/caves/tunnel) -"ahD" = ( -/obj/structure/machinery/iv_drip, -/obj/structure/machinery/iv_drip, -/obj/structure/machinery/iv_drip, -/obj/structure/machinery/iv_drip, -/obj/structure/machinery/iv_drip, -/obj/structure/machinery/iv_drip, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor{ - dir = 4; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) -"ahE" = ( -/obj/effect/decal/medical_decals{ - dir = 1; - icon_state = "triagedecaldir" - }, -/obj/structure/disposalpipe/sortjunction/flipped{ - dir = 4; - sortType = "Hospital" - }, -/turf/open/floor{ - dir = 1; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) -"ahF" = ( -/obj/effect/decal/medical_decals{ - icon_state = "triagedecaltopleft" - }, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/turf/open/floor{ - dir = 1; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) "ahG" = ( /obj/structure/window/reinforced{ dir = 8; @@ -2787,13 +1399,6 @@ /obj/effect/landmark/start/whiskey/maint, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/engineering) -"ahH" = ( -/obj/structure/machinery/power/reactor/colony, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/engineering) "ahI" = ( /turf/open/gm/grass/gbcorner/south_west, /area/whiskey_outpost/outside/lane/one_north) @@ -2812,31 +1417,6 @@ /obj/structure/flora/bush/ausbushes/var3/stalkybush, /turf/open/gm/river, /area/whiskey_outpost/outside/river) -"ahN" = ( -/obj/structure/machinery/body_scanconsole{ - dir = 1 - }, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/medical_decals{ - dir = 4; - icon_state = "triagedecaldir" - }, -/turf/open/floor{ - dir = 5; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) -"ahO" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper Bunker" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/living) "ahP" = ( /obj/structure/machinery/light/small{ dir = 4 @@ -2844,33 +1424,12 @@ /obj/structure/surface/rack, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/pillbox/three) -"ahQ" = ( -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/living) "ahR" = ( /obj/structure/platform_decoration{ dir = 4 }, /turf/open/jungle, /area/whiskey_outpost/outside/south) -"ahS" = ( -/turf/open/floor/plating{ - dir = 4; - icon_state = "warnplate" - }, -/area/whiskey_outpost/outside/lane/one_north) -"ahT" = ( -/obj/structure/pipes/standard/tank/oxygen, -/obj/structure/sign/safety/med_cryo{ - pixel_x = -6; - pixel_y = 32 - }, -/turf/open/floor{ - icon_state = "white" - }, -/area/whiskey_outpost/inside/hospital/triage) "ahU" = ( /obj/structure/machinery/door/airlock/almayer/marine/delta{ dir = 1; @@ -2880,48 +1439,12 @@ }, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/pillbox/four) -"ahV" = ( -/obj/structure/bed/chair/comfy/beige{ - dir = 8 - }, -/obj/effect/landmark/start/whiskey/bridge, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "ahW" = ( /obj/structure/machinery/light{ dir = 8 }, /turf/open/gm/dirt, /area/whiskey_outpost/inside/caves/tunnel) -"ahX" = ( -/obj/structure/machinery/sleep_console{ - dir = 1 - }, -/turf/open/floor{ - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital/triage) -"ahY" = ( -/obj/structure/window/reinforced{ - dir = 8; - layer = 3.3; - pixel_y = 4 - }, -/obj/structure/bed{ - buckling_y = 13; - layer = 3.5; - pixel_y = 13 - }, -/obj/structure/bed{ - can_buckle = 0 - }, -/turf/open/floor/almayer{ - icon_state = "redfull" - }, -/area/whiskey_outpost/inside/living) "ahZ" = ( /obj/structure/machinery/vending/cola, /turf/open/floor/prison, @@ -2955,43 +1478,16 @@ "aif" = ( /turf/open/gm/coast/beachcorner2/north_west, /area/whiskey_outpost/outside/lane/four_south) -"aig" = ( -/obj/effect/decal/medical_decals{ - icon_state = "triagedecaldir" - }, -/turf/open/floor{ - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) "aih" = ( /obj/structure/machinery/light{ dir = 8 }, /turf/open/floor/prison, /area/whiskey_outpost/inside/cic) -"aii" = ( -/obj/structure/machinery/door/airlock/almayer/medical/glass{ - name = "\improper Medical Storage"; - req_access_txt = "20"; - req_one_access = null - }, -/turf/open/floor{ - icon_state = "whitegreenfull" - }, -/area/whiskey_outpost/inside/hospital) "aij" = ( /obj/effect/decal/cleanable/blood/oil, /turf/open/gm/dirt, /area/whiskey_outpost/outside/mortar_pit) -"aik" = ( -/obj/structure/machinery/cm_vending/sorted/cargo_guns/squad_prep/wo, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "ail" = ( /obj/structure/machinery/vending/coffee, /obj/structure/machinery/light/small{ @@ -2999,24 +1495,6 @@ }, /turf/open/floor/prison, /area/whiskey_outpost/inside/living) -"aim" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 4 - }, -/turf/open/floor{ - dir = 4; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) -"ain" = ( -/obj/structure/platform_decoration{ - dir = 4 - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) "aio" = ( /obj/structure/flora/jungle/plantbot1, /turf/open/jungle, @@ -3027,13 +1505,6 @@ }, /turf/open/gm/coast/south, /area/whiskey_outpost/outside/lane/four_north) -"aiq" = ( -/obj/structure/largecrate/supply/supplies/mre, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_marked" - }, -/area/whiskey_outpost/inside/living) "air" = ( /obj/structure/surface/rack, /obj/item/ammo_box/magazine, @@ -3053,68 +1524,14 @@ /obj/structure/machinery/vending/coffee, /turf/open/floor/prison, /area/whiskey_outpost/inside/living) -"aiu" = ( -/turf/open/floor{ - dir = 8; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital/triage) -"aiv" = ( -/obj/structure/platform{ - dir = 1 - }, -/obj/structure/platform{ - dir = 8 - }, -/obj/structure/platform_decoration{ - dir = 5 - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) -"aiw" = ( -/turf/open/floor/plating{ - dir = 5; - icon_state = "warnplate" - }, -/area/whiskey_outpost/outside/north/northeast) "aix" = ( /obj/item/storage/box/m94, /turf/open/jungle/impenetrable, /area/whiskey_outpost/outside/lane/one_north) -"aiy" = ( -/obj/effect/landmark/start/whiskey/cargo, -/turf/open/floor/prison{ - icon_state = "darkyellow2" - }, -/area/whiskey_outpost/inside/supply) -"aiz" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor{ - name = "\improper Medical Bay"; - req_one_access_txt = "2;8;19" - }, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/turf/open/floor{ - icon_state = "whitegreenfull" - }, -/area/whiskey_outpost/inside/hospital) "aiA" = ( /obj/structure/barricade/plasteel/wired, /turf/open/gm/dirt, /area/whiskey_outpost/outside/south) -"aiB" = ( -/obj/structure/disposalpipe/sortjunction/flipped{ - sortType = "South-Eastern Platform" - }, -/turf/open/floor{ - icon_state = "whitegreenfull" - }, -/area/whiskey_outpost/inside/hospital) "aiC" = ( /obj/structure/disposalpipe/segment{ dir = 8; @@ -3148,21 +1565,6 @@ }, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/pillbox/three) -"aiI" = ( -/obj/effect/landmark/start/whiskey/marine, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) -"aiJ" = ( -/obj/structure/machinery/cm_vending/sorted/medical, -/obj/structure/medical_supply_link/green, -/turf/open/floor{ - dir = 10; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) "aiK" = ( /obj/structure/machinery/door/poddoor{ desc = "A podlock that leads to the main Marine base on LV-624. It requires power from the outpost to stay shut. Better not let anything get through this..."; @@ -3189,45 +1591,6 @@ }, /turf/open/gm/dirt, /area/whiskey_outpost/outside/mortar_pit) -"aiN" = ( -/obj/structure/machinery/cm_vending/sorted/medical, -/obj/structure/medical_supply_link/green, -/turf/open/floor{ - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) -"aiO" = ( -/obj/structure/machinery/cm_vending/sorted/medical/blood, -/turf/open/floor{ - dir = 6; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) -"aiP" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/effect/landmark/start/whiskey/marine, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) -"aiQ" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/device/flashlight/lamp, -/obj/item/device/binoculars, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/cic) -"aiR" = ( -/turf/open/floor/prison{ - dir = 1; - icon_state = "cell_stripe" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aiS" = ( /obj/effect/landmark/start/whiskey/police, /turf/open/floor/prison, @@ -3242,64 +1605,16 @@ /obj/structure/surface/table/almayer, /turf/open/floor/prison, /area/whiskey_outpost/inside/living) -"aiV" = ( -/obj/structure/machinery/medical_pod/autodoc/unskilled{ - dir = 1 - }, -/obj/effect/decal/medical_decals{ - icon_state = "docstriping" - }, -/turf/open/floor{ - icon_state = "whitegreenfull" - }, -/area/whiskey_outpost/inside/hospital) "aiW" = ( /turf/open/floor/plating/warnplate/northeast, /area/whiskey_outpost/outside/north/northeast) "aiX" = ( /turf/open/floor/prison/cell_stripe/east, /area/whiskey_outpost/inside/bunker) -"aiY" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/obj/structure/machinery/computer/overwatch/almayer{ - layer = 3.2; - pixel_y = 20 - }, -/obj/item/tool/pen, -/obj/item/paper_bin, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/cic) -"aiZ" = ( -/obj/structure/machinery/autodoc_console, -/obj/effect/decal/medical_decals{ - icon_state = "triagedecalleft" - }, -/obj/effect/landmark/start/whiskey/doctor, -/turf/open/floor{ - dir = 9; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) "aja" = ( /obj/structure/closet/firecloset/full, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/engineering) -"ajb" = ( -/obj/effect/decal/warning_stripes/asteroid{ - dir = 4; - icon_state = "warning_s" - }, -/obj/item/device/flashlight/lamp/tripod/grey, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north) "ajc" = ( /obj/structure/surface/rack, /obj/item/ammo_magazine/sentry, @@ -3309,16 +1624,6 @@ /obj/effect/landmark/start/whiskey/marine, /turf/open/floor/prison/floor_plate, /area/whiskey_outpost/inside/bunker/bunker/front) -"aje" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/recharger{ - pixel_y = 5 - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost) "ajf" = ( /obj/effect/spawner/gibspawner/human, /obj/item/weapon/gun/pistol/m4a3, @@ -3334,65 +1639,10 @@ "ajh" = ( /turf/open/floor/asteroidwarning/east, /area/whiskey_outpost/outside/north/northeast) -"aji" = ( -/obj/structure/machinery/autodoc_console{ - dir = 1 - }, -/obj/effect/decal/medical_decals{ - dir = 4; - icon_state = "triagedecaldir" - }, -/obj/effect/landmark/start/whiskey/doctor, -/turf/open/floor{ - dir = 5; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) -"ajj" = ( -/obj/structure/machinery/medical_pod/bodyscanner{ - dir = 1 - }, -/obj/effect/decal/medical_decals{ - dir = 1; - icon_state = "docstripingdir" - }, -/turf/open/floor{ - icon_state = "whitegreenfull" - }, -/area/whiskey_outpost/inside/hospital) -"ajk" = ( -/obj/structure/machinery/medical_pod/autodoc/unskilled, -/obj/effect/decal/medical_decals{ - dir = 8; - icon_state = "docstripingdir" - }, -/turf/open/floor{ - icon_state = "whitegreenfull" - }, -/area/whiskey_outpost/inside/hospital) -"ajl" = ( -/obj/structure/machinery/cm_vending/sorted/medical/wall_med{ - pixel_x = -32 - }, -/obj/structure/bed/chair/dropship/passenger{ - dir = 4; - icon_state = "shuttle_chair" - }, -/turf/open/shuttle/dropship{ - icon_state = "rasputin15" - }, -/area/whiskey_outpost/outside/lane/four_north) "ajm" = ( /obj/structure/machinery/cm_vending/sorted/marine_food, /turf/open/floor/prison, /area/whiskey_outpost/inside/living) -"ajn" = ( -/obj/structure/machinery/prop/almayer/CICmap, -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/cic) "ajo" = ( /obj/structure/bed/chair/office/dark{ dir = 4; @@ -3418,54 +1668,6 @@ "ajr" = ( /turf/open/floor/asteroidwarning/west, /area/whiskey_outpost/outside/north/platform) -"ajs" = ( -/obj/effect/decal/medical_decals{ - icon_state = "docstriping" - }, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/obj/item/storage/box/bodybags, -/obj/item/storage/box/bodybags, -/obj/structure/machinery/cm_vending/sorted/medical/wall_med{ - name = "Emergency NanoMed"; - pixel_x = -30; - req_access = null - }, -/turf/open/floor{ - dir = 8; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) -"ajt" = ( -/obj/structure/bed/chair/office/dark{ - dir = 4; - layer = 3.25 - }, -/turf/open/floor/almayer{ - dir = 6; - icon_state = "emerald" - }, -/area/whiskey_outpost/inside/cic) -"aju" = ( -/obj/item/toy/beach_ball/holoball, -/obj/effect/decal/warning_stripes/asteroid{ - dir = 8; - icon_state = "warning_s" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north) -"ajv" = ( -/obj/structure/surface/rack, -/obj/structure/largecrate/supply/ammo/sentry, -/obj/structure/largecrate/supply/ammo/m56d, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/supply) "ajw" = ( /obj/structure/machinery/conveyor_switch/oneway{ id = "crate0" @@ -3492,14 +1694,6 @@ }, /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost/inside/bunker/bunker/front) -"ajA" = ( -/obj/effect/decal/medical_decals{ - icon_state = "triagedecalleft" - }, -/turf/open/floor{ - icon_state = "white" - }, -/area/whiskey_outpost/inside/hospital) "ajB" = ( /turf/closed/wall/r_wall/unmeltable, /area/whiskey_outpost/inside/bunker/bunker/front) @@ -3510,66 +1704,6 @@ }, /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost) -"ajD" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor{ - icon_state = "white" - }, -/area/whiskey_outpost/inside/hospital) -"ajE" = ( -/obj/effect/landmark/start/whiskey/marine, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/two) -"ajF" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/toy/deck{ - desc = "A simple deck of playing cards. You could play Caravan with these!"; - pixel_y = 12 - }, -/obj/item/toy/deck/uno{ - pixel_x = 3; - pixel_y = 4 - }, -/obj/item/clothing/mask/cigarette{ - pixel_x = -2; - pixel_y = -2 - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) -"ajG" = ( -/obj/effect/spawner/random/tool, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) -"ajH" = ( -/turf/open/floor{ - dir = 4; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) -"ajI" = ( -/obj/structure/bed/chair/dropship/passenger{ - dir = 8; - icon_state = "shuttle_chair" - }, -/turf/open/shuttle/dropship{ - icon_state = "rasputin15" - }, -/area/whiskey_outpost/outside/lane/four_north) -"ajJ" = ( -/turf/open/floor{ - dir = 4; - icon_state = "whitegreencorner" - }, -/area/whiskey_outpost/inside/hospital) "ajK" = ( /obj/structure/machinery/light/small, /obj/effect/landmark/thunderdome/observer, @@ -3579,22 +1713,6 @@ /obj/structure/platform_decoration, /turf/open/jungle, /area/whiskey_outpost/outside/lane/two_south) -"ajM" = ( -/turf/open/floor/prison{ - dir = 1; - icon_state = "cell_stripe" - }, -/area/whiskey_outpost/inside/living) -"ajN" = ( -/obj/structure/bed/chair/office/dark{ - dir = 1 - }, -/obj/effect/landmark/start/whiskey/bridge, -/turf/open/floor/almayer{ - dir = 9; - icon_state = "orange" - }, -/area/whiskey_outpost/inside/cic) "ajO" = ( /obj/structure/machinery/light/small{ dir = 8 @@ -3651,40 +1769,12 @@ /obj/item/device/motiondetector, /turf/open/floor/prison, /area/whiskey_outpost/inside/living) -"ajY" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/obj/item/folder/black_random, -/obj/structure/machinery/computer/overwatch/almayer{ - layer = 3.2; - pixel_y = 20 - }, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/cic) -"ajZ" = ( -/obj/structure/machinery/sleep_console, -/turf/open/floor{ - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital/triage) "aka" = ( /obj/structure/sign/poster{ serial_number = 34 }, /turf/closed/wall/rock/brown, /area/whiskey_outpost/inside/bunker/bunker/front) -"akb" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/almayer{ - icon_state = "redfull" - }, -/area/whiskey_outpost/inside/living) "akc" = ( /obj/structure/disposalpipe/segment{ dir = 4; @@ -3710,24 +1800,6 @@ }, /turf/open/floor/asteroidwarning/east, /area/whiskey_outpost/outside/north/platform) -"akg" = ( -/obj/effect/decal/warning_stripes/asteroid{ - dir = 8; - icon_state = "warning_s" - }, -/obj/effect/landmark/start/whiskey/medic, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) -"akh" = ( -/obj/structure/machinery/cm_vending/gear/medic, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost) "aki" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/cell_charger, @@ -3737,15 +1809,6 @@ }, /turf/open/floor/prison/floor_plate, /area/whiskey_outpost/inside/supply) -"akj" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost) "akk" = ( /obj/structure/machinery/disposal, /obj/structure/disposalpipe/trunk, @@ -3766,26 +1829,6 @@ "ako" = ( /turf/open/gm/dirtgrassborder/north, /area/whiskey_outpost/outside/lane/one_north) -"akp" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/computer/overwatch/almayer{ - layer = 3.2; - pixel_y = 20 - }, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/obj/item/device/whistle, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/cic) -"akq" = ( -/obj/structure/machinery/cryopod, -/turf/open/floor/almayer{ - icon_state = "redfull" - }, -/area/whiskey_outpost/inside/living) "akr" = ( /obj/effect/landmark/start/whiskey/marine, /turf/open/floor/asteroidfloor/north, @@ -3793,90 +1836,27 @@ "aks" = ( /turf/closed/wall/r_wall, /area/whiskey_outpost/inside/bunker/bunker/front) -"akt" = ( -/obj/structure/barricade/metal/wired, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aku" = ( /obj/effect/decal/medical_decals{ icon_state = "triagedecalleft" }, /turf/open/floor/white, /area/whiskey_outpost/inside/hospital) -"akv" = ( -/obj/structure/bed/roller, -/turf/open/floor{ - icon_state = "white" - }, -/area/whiskey_outpost/inside/hospital) -"akw" = ( -/obj/effect/decal/medical_decals{ - dir = 4; - icon_state = "triagedecaldir" - }, -/turf/open/floor{ - icon_state = "white" - }, -/area/whiskey_outpost/inside/hospital) -"akx" = ( -/turf/open/floor/almayer{ - icon_state = "emeraldfull" - }, -/area/whiskey_outpost/inside/living) "aky" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/gm/dirt, /area/whiskey_outpost/outside/lane/two_north) -"akz" = ( -/obj/structure/fence, -/turf/open/jungle{ - bushes_spawn = 0; - icon_state = "grass_impenetrable" - }, -/area/whiskey_outpost/outside/south/far) -"akA" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/box/bodybags, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost) "akB" = ( /obj/structure/flora/jungle/plantbot1, /turf/open/jungle, /area/whiskey_outpost/outside/lane/four_south) -"akC" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/door/window/southleft{ - req_one_access_txt = "2;21" - }, -/obj/structure/machinery/door/window/northleft, -/obj/structure/machinery/door/poddoor/shutters/almayer{ - dir = 2; - id = "WOlineshutters2"; - name = "\improper Supply Depo Line 2" - }, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/supply) "akD" = ( /obj/structure/window/framed/colony/reinforced, /obj/structure/disposalpipe/segment, /turf/open/floor/prison/floor_plate, /area/whiskey_outpost/inside/cic) -"akE" = ( -/obj/structure/machinery/computer/cryopod, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/supply) "akF" = ( /obj/structure/machinery/light/small, /turf/open/floor/prison/floor_plate/southwest, @@ -3893,75 +1873,12 @@ }, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/pillbox/three) -"akI" = ( -/obj/structure/barricade/sandbags/wired, -/turf/open/floor{ - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) -"akJ" = ( -/obj/structure/machinery/medical_pod/sleeper, -/obj/effect/decal/medical_decals{ - icon_state = "docstriping" - }, -/turf/open/floor{ - icon_state = "whitegreenfull" - }, -/area/whiskey_outpost/inside/hospital) -"akK" = ( -/obj/structure/bed/chair/office/dark{ - dir = 1 - }, -/obj/effect/landmark/start/whiskey/bridge, -/turf/open/floor/almayer{ - dir = 9; - icon_state = "red" - }, -/area/whiskey_outpost/inside/cic) "akL" = ( /obj/structure/machinery/floodlight{ light_on = 1 }, /turf/open/floor/plating/asteroidwarning/southeast, /area/whiskey_outpost/outside/north/platform) -"akM" = ( -/obj/structure/machinery/sleep_console, -/obj/effect/decal/medical_decals{ - icon_state = "triagedecalleft" - }, -/obj/effect/landmark/start/whiskey/doctor, -/turf/open/floor{ - dir = 8; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) -"akN" = ( -/obj/structure/machinery/iv_drip, -/obj/structure/disposalpipe/segment, -/turf/open/floor{ - icon_state = "whitegreenfull" - }, -/area/whiskey_outpost/inside/hospital) -"akO" = ( -/obj/structure/machinery/iv_drip, -/turf/open/floor{ - icon_state = "white" - }, -/area/whiskey_outpost/inside/hospital) -"akP" = ( -/obj/structure/machinery/sleep_console{ - dir = 1 - }, -/obj/effect/decal/medical_decals{ - dir = 4; - icon_state = "triagedecaldir" - }, -/obj/effect/landmark/start/whiskey/doctor, -/turf/open/floor{ - dir = 4; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) "akQ" = ( /obj/structure/platform{ dir = 1 @@ -3992,12 +1909,6 @@ }, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/pillbox/one) -"akV" = ( -/turf/open/jungle{ - bushes_spawn = 0; - icon_state = "grass_impenetrable" - }, -/area/whiskey_outpost/outside/south) "akW" = ( /obj/structure/barricade/sandbags/wired{ dir = 4; @@ -4005,35 +1916,6 @@ }, /turf/open/floor/asteroidwarning/east, /area/whiskey_outpost/outside/north/platform) -"akX" = ( -/obj/structure/machinery/medical_pod/sleeper{ - dir = 1 - }, -/obj/effect/decal/medical_decals{ - dir = 8; - icon_state = "docstripingdir" - }, -/turf/open/floor{ - icon_state = "whitegreenfull" - }, -/area/whiskey_outpost/inside/hospital) -"akY" = ( -/obj/effect/landmark/start/whiskey/cmo, -/turf/open/floor{ - icon_state = "whitegreenfull" - }, -/area/whiskey_outpost/inside/hospital) -"akZ" = ( -/turf/open/floor/prison{ - dir = 8; - icon_state = "cell_stripe" - }, -/area/whiskey_outpost/inside/bunker) -"ala" = ( -/turf/open/floor{ - icon_state = "whitegreenfull" - }, -/area/whiskey_outpost/inside/hospital) "alb" = ( /obj/structure/machinery/washing_machine, /obj/item/reagent_container/food/drinks/cans/beer{ @@ -4045,11 +1927,6 @@ "alc" = ( /turf/open/gm/coast/west, /area/whiskey_outpost/outside/north/northeast) -"ald" = ( -/turf/open/shuttle/dropship{ - icon_state = "floor8" - }, -/area/whiskey_outpost/outside/lane/four_north) "ale" = ( /obj/structure/surface/table, /obj/structure/machinery/microwave{ @@ -4071,14 +1948,6 @@ /obj/item/fuel_cell, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/engineering) -"ali" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/device/flashlight/lamp, -/obj/item/tool/crowbar, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/cic) "alj" = ( /obj/structure/disposalpipe/segment{ dir = 2; @@ -4096,37 +1965,16 @@ }, /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost/outside/north/platform) -"alm" = ( -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/cic) "aln" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/floor/prison/cell_stripe/east, /area/whiskey_outpost/inside/bunker/bunker/front) -"alo" = ( -/obj/structure/flora/pottedplant{ - icon_state = "pottedplant_22"; - pixel_y = 8 - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost) "alp" = ( /obj/item/lightstick/red/planted, /turf/open/gm/dirt, /area/whiskey_outpost/outside/south/very_far) -"alq" = ( -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_marked" - }, -/area/whiskey_outpost/inside/bunker) "alr" = ( /obj/structure/disposalpipe/segment, /obj/effect/landmark/start/whiskey/police, @@ -4139,13 +1987,6 @@ /obj/effect/landmark/start/whiskey/marine, /turf/open/gm/dirt, /area/whiskey_outpost/outside/lane/two_south) -"alt" = ( -/obj/structure/bed/roller, -/obj/structure/disposalpipe/segment, -/turf/open/floor{ - icon_state = "white" - }, -/area/whiskey_outpost/inside/hospital) "alu" = ( /obj/structure/surface/table, /obj/structure/disposalpipe/segment{ @@ -4153,24 +1994,9 @@ }, /turf/open/floor/prison, /area/whiskey_outpost/inside/living) -"alv" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/device/flashlight/lamp, -/obj/item/tool/extinguisher, -/obj/item/device/binoculars, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/cic) "alw" = ( /turf/closed/wall/r_wall, /area/whiskey_outpost/inside/supply) -"alx" = ( -/obj/structure/machinery/cm_vending/sorted/uniform_supply/squad_prep/wo, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aly" = ( /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost/outside/north/northeast) @@ -4188,14 +2014,6 @@ "alA" = ( /turf/closed/wall/rock/brown, /area/whiskey_outpost) -"alB" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/facepaint/green, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost) "alC" = ( /obj/structure/disposalpipe/segment{ dir = 8; @@ -4222,26 +2040,6 @@ }, /turf/open/floor/prison, /area/whiskey_outpost/inside/living) -"alG" = ( -/obj/effect/decal/medical_decals{ - icon_state = "docstriping" - }, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/obj/item/storage/box/bodybags, -/obj/item/storage/box/bodybags, -/obj/item/storage/box/bodybags, -/obj/structure/machinery/cm_vending/sorted/medical/wall_med{ - name = "Emergency NanoMed"; - pixel_x = -30; - req_access = null - }, -/turf/open/floor{ - dir = 8; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) "alH" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -4281,15 +2079,6 @@ "alN" = ( /turf/open/jungle/impenetrable, /area/whiskey_outpost/outside/lane/three_south) -"alO" = ( -/obj/effect/decal/medical_decals{ - icon_state = "triagedecaldir" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost) "alP" = ( /obj/structure/surface/table, /obj/item/facepaint/green, @@ -4312,13 +2101,6 @@ }, /turf/open/floor/plating/warnplate/southwest, /area/whiskey_outpost/outside/north/beach) -"alS" = ( -/obj/structure/largecrate/supply/medicine/iv, -/turf/open/floor{ - dir = 1; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital/triage) "alT" = ( /obj/structure/machinery/cm_vending/sorted/cargo_guns/squad_prep/wo, /obj/structure/machinery/light/small{ @@ -4335,20 +2117,6 @@ icon_state = "rasputin2" }, /area/whiskey_outpost/outside/lane/four_north) -"alW" = ( -/obj/structure/flora/pottedplant/random, -/obj/structure/machinery/cm_vending/sorted/medical/wall_med{ - name = "Emergency NanoMed"; - pixel_x = -30; - req_access = null - }, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/prison{ - icon_state = "cell_stripe" - }, -/area/whiskey_outpost/inside/cic) "alX" = ( /obj/effect/decal/warning_stripes/asteroid{ dir = 1; @@ -4374,12 +2142,6 @@ /obj/structure/flora/bush/ausbushes/reedbush, /turf/open/gm/river, /area/whiskey_outpost/outside/lane/four_south) -"amb" = ( -/turf/open/jungle{ - bushes_spawn = 0; - icon_state = "grass_impenetrable" - }, -/area/whiskey_outpost/outside/south/very_far) "amc" = ( /obj/structure/machinery/vending/snack, /obj/structure/machinery/light/small{ @@ -4387,11 +2149,6 @@ }, /turf/open/floor/prison, /area/whiskey_outpost) -"amd" = ( -/turf/open/floor/almayer{ - icon_state = "orangefull" - }, -/area/whiskey_outpost/inside/living) "ame" = ( /obj/structure/machinery/cm_vending/sorted/cargo_guns/squad_prep/wo, /obj/structure/sign/prop3{ @@ -4409,11 +2166,6 @@ "amh" = ( /turf/open/floor/prison, /area/whiskey_outpost) -"ami" = ( -/turf/open/floor/prison{ - icon_state = "cell_stripe" - }, -/area/whiskey_outpost/inside/cic) "amj" = ( /obj/effect/spawner/gibspawner/human, /turf/open/gm/river, @@ -4427,13 +2179,6 @@ /obj/effect/landmark/start/whiskey/doctor, /turf/open/floor/whitegreen/southwest, /area/whiskey_outpost/inside/hospital) -"aml" = ( -/obj/effect/landmark/start/whiskey/marine, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/four) "amm" = ( /obj/structure/bed/chair{ dir = 4 @@ -4441,21 +2186,6 @@ /obj/effect/landmark/start/whiskey/marine, /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost/outside/lane/three_south) -"amn" = ( -/obj/structure/surface/rack, -/obj/item/storage/large_holster/machete/full, -/obj/item/storage/large_holster/machete/full, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/lane/three_south) -"amo" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/prison{ - icon_state = "cell_stripe" - }, -/area/whiskey_outpost/inside/cic) "amp" = ( /obj/structure/barricade/sandbags/wired{ dir = 1; @@ -4491,28 +2221,9 @@ /obj/effect/landmark/start/whiskey/medic, /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost) -"amv" = ( -/obj/structure/machinery/medical_pod/bodyscanner, -/obj/effect/decal/medical_decals{ - dir = 1; - icon_state = "docstripingdir" - }, -/turf/open/floor{ - icon_state = "whitegreenfull" - }, -/area/whiskey_outpost/inside/hospital) "amw" = ( /turf/open/gm/dirtgrassborder/west, /area/whiskey_outpost/outside/south/very_far) -"amx" = ( -/obj/structure/flora/pottedplant/random, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/prison{ - icon_state = "cell_stripe" - }, -/area/whiskey_outpost/inside/cic) "amy" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west, /area/whiskey_outpost/outside/lane/four_south) @@ -4520,17 +2231,6 @@ /obj/structure/extinguisher_cabinet, /turf/closed/wall/r_wall, /area/whiskey_outpost/inside/cic) -"amA" = ( -/obj/structure/bed/chair/dropship/passenger{ - dir = 8; - icon_state = "shuttle_chair" - }, -/obj/item/weapon/gun/rifle/lmg, -/obj/item/weapon/gun/rifle/lmg, -/turf/open/shuttle/dropship{ - icon_state = "rasputin15" - }, -/area/whiskey_outpost/outside/lane/four_north) "amB" = ( /obj/structure/platform_decoration{ dir = 1 @@ -4541,33 +2241,6 @@ }, /turf/open/floor/asteroidwarning/north, /area/whiskey_outpost/outside/north/platform) -"amC" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, -/turf/open/floor/prison, -/area/whiskey_outpost) -"amD" = ( -/obj/item/device/flashlight/lamp/tripod/grey, -/turf/open/jungle{ - bushes_spawn = 0; - icon_state = "grass_impenetrable" - }, -/area/whiskey_outpost/outside/north) -"amE" = ( -/obj/structure/machinery/autodoc_console{ - dir = 1 - }, -/obj/effect/decal/medical_decals{ - dir = 4; - icon_state = "triagedecaldir" - }, -/obj/effect/landmark/start/whiskey/doctor, -/turf/open/floor{ - dir = 6; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) "amF" = ( /obj/structure/surface/table, /obj/item/facepaint/sniper, @@ -4576,70 +2249,14 @@ "amG" = ( /turf/closed/wall/r_wall, /area/whiskey_outpost) -"amH" = ( -/obj/structure/machinery/computer/overwatch/almayer{ - dir = 8; - layer = 3.2; - pixel_x = -17; - pixel_y = 15 - }, -/obj/structure/surface/table/reinforced/prison, -/obj/item/ammo_magazine/rifle/m41aMK1/penetrating{ - current_rounds = 0; - pixel_x = -10; - pixel_y = 6 - }, -/obj/item/tool/pen{ - pixel_x = 6 - }, -/obj/item/device/whistle{ - pixel_y = 14 - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "amI" = ( /obj/structure/sign/poster, /turf/closed/wall/r_wall, /area/whiskey_outpost/inside/bunker) -"amJ" = ( -/obj/structure/bed/chair/dropship/pilot{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood, -/obj/effect/spawner/gibspawner/human, -/turf/open/shuttle/dropship{ - icon_state = "rasputin15" - }, -/area/whiskey_outpost/outside/lane/four_north) "amK" = ( /obj/structure/machinery/colony_floodlight, /turf/open/jungle/impenetrable, /area/whiskey_outpost/outside/lane/three_south) -"amL" = ( -/obj/structure/window/framed/colony/reinforced, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/cic) -"amM" = ( -/obj/structure/machinery/door/airlock/almayer/command{ - dir = 2; - name = "\improper Combat Information Center" - }, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/cic) -"amN" = ( -/obj/structure/window/framed/colony/reinforced, -/obj/structure/disposalpipe/segment, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/cic) "amO" = ( /obj/structure/machinery/washing_machine, /turf/open/floor/asteroidfloor/north, @@ -4661,30 +2278,9 @@ }, /turf/open/floor/prison, /area/whiskey_outpost/inside/living) -"amS" = ( -/obj/structure/machinery/body_scanconsole, -/obj/effect/decal/medical_decals{ - icon_state = "triagedecalleft" - }, -/obj/structure/machinery/light/small, -/obj/effect/landmark/start/whiskey/doctor, -/turf/open/floor{ - dir = 10; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) "amT" = ( /turf/closed/wall/rock/brown, /area/whiskey_outpost/inside/caves) -"amU" = ( -/obj/structure/machinery/conveyor{ - dir = 8; - id = "crate" - }, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/supply) "amV" = ( /obj/structure/sign/poster{ serial_number = 7 @@ -4718,94 +2314,19 @@ /obj/structure/machinery/light/small, /turf/open/floor/prison, /area/whiskey_outpost) -"ana" = ( -/obj/effect/decal/medical_decals{ - icon_state = "triagedecalbottomleft"; - pixel_x = 20 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor{ - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) -"anb" = ( -/obj/structure/machinery/autodoc_console, -/obj/effect/decal/medical_decals{ - icon_state = "triagedecalleft" - }, -/obj/effect/landmark/start/whiskey/doctor, -/turf/open/floor{ - dir = 10; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) -"anc" = ( -/obj/structure/disposalpipe/trunk, -/obj/structure/machinery/disposal, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost) -"and" = ( -/turf/open/floor{ - dir = 1; - icon_state = "whitegreencorner" - }, -/area/whiskey_outpost/inside/hospital/triage) "ane" = ( /obj/structure/machinery/defenses/sentry/premade, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/pillbox/three) -"anf" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/decal/medical_decals{ - icon_state = "triagedecalbottomleft" - }, -/turf/open/floor{ - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) "ang" = ( /turf/open/gm/coast/beachcorner/north_east, /area/whiskey_outpost/outside/lane/four_south) "anh" = ( /turf/closed/wall/strata_ice/jungle, /area/whiskey_outpost/outside/south/very_far) -"ani" = ( -/obj/structure/machinery/cm_vending/sorted/medical/marinemed, -/obj/structure/machinery/light{ - dir = 1 - }, -/obj/structure/medical_supply_link, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost) "anj" = ( /turf/open/gm/grass/gbcorner/south_west, /area/whiskey_outpost/outside/south) -"ank" = ( -/obj/effect/decal/warning_stripes/asteroid{ - dir = 1; - icon_state = "warning_s" - }, -/obj/effect/decal/warning_stripes/asteroid{ - dir = 4; - icon_state = "warning_s" - }, -/obj/effect/decal/warning_stripes/asteroid{ - icon_state = "warning_s" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north) "anl" = ( /turf/open/floor/whitegreen/west, /area/whiskey_outpost/inside/hospital/triage) @@ -4813,25 +2334,6 @@ /obj/structure/machinery/power/apc/almayer/directional/south, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/bunker/front) -"ann" = ( -/obj/effect/decal/medical_decals{ - icon_state = "triagedecalbottom" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost) -"ano" = ( -/obj/effect/decal/medical_decals{ - icon_state = "triagedecalbottom" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost) "anp" = ( /obj/structure/sign/safety/medical{ name = "\improper Hospital" @@ -4846,32 +2348,6 @@ "anr" = ( /turf/closed/wall/r_wall/unmeltable, /area/whiskey_outpost/inside/supply) -"ans" = ( -/obj/structure/machinery/body_scanconsole{ - dir = 1 - }, -/obj/structure/machinery/light/small, -/obj/effect/decal/medical_decals{ - dir = 4; - icon_state = "triagedecaldir" - }, -/obj/effect/landmark/start/whiskey/doctor, -/turf/open/floor{ - dir = 6; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) -"ant" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 4; - icon_state = "sandbag_0" - }, -/obj/structure/barricade/sandbags/wired, -/turf/open/floor{ - dir = 4; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) "anu" = ( /obj/structure/machinery/cm_vending/sorted/medical/wall_med{ name = "Emergency NanoMed"; @@ -4881,47 +2357,10 @@ /obj/structure/machinery/cm_vending/sorted/uniform_supply/squad_prep/wo, /turf/open/floor/prison/floor_plate, /area/whiskey_outpost/inside/bunker) -"anv" = ( -/turf/open/floor/prison{ - dir = 1; - icon_state = "cell_stripe" - }, -/area/whiskey_outpost) -"anw" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/prison{ - dir = 1; - icon_state = "cell_stripe" - }, -/area/whiskey_outpost) "anx" = ( /obj/structure/largecrate/random, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/bunker/front) -"any" = ( -/obj/structure/machinery/telecomms/relay/preset/tower, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost) -"anz" = ( -/obj/structure/bed/chair, -/obj/effect/landmark/start/whiskey/marine, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) -"anA" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor{ - name = "\improper Hospital"; - req_one_access = null - }, -/turf/open/floor{ - icon_state = "whitegreenfull" - }, -/area/whiskey_outpost/inside/hospital) "anB" = ( /obj/structure/machinery/vending/cigarette/colony, /turf/open/floor/prison, @@ -4979,19 +2418,6 @@ }, /turf/open/floor/prison, /area/whiskey_outpost) -"anN" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost) "anO" = ( /obj/structure/sign/safety/medical, /turf/closed/wall/r_wall, @@ -5005,14 +2431,6 @@ /obj/item/storage/toolbox/emergency, /turf/open/floor/prison/floor_marked/southwest, /area/whiskey_outpost/inside/supply) -"anR" = ( -/obj/structure/machinery/cm_vending/sorted/medical/marinemed, -/obj/structure/medical_supply_link, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost) "anS" = ( /obj/structure/disposalpipe/segment{ dir = 2; @@ -5033,22 +2451,6 @@ }, /turf/open/floor/asteroidwarning/west, /area/whiskey_outpost/outside/north/platform) -"anV" = ( -/obj/structure/disposalpipe/sortjunction/flipped{ - sortType = "Mortar Pit" - }, -/turf/open/floor/prison{ - dir = 1; - icon_state = "cell_stripe" - }, -/area/whiskey_outpost/inside/bunker) -"anW" = ( -/obj/structure/machinery/light/small, -/turf/open/floor/prison{ - dir = 4; - icon_state = "cell_stripe" - }, -/area/whiskey_outpost/inside/bunker) "anX" = ( /obj/item/toy/beach_ball/holoball, /obj/effect/decal/warning_stripes/asteroid{ @@ -5057,17 +2459,6 @@ }, /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost/outside/north) -"anY" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/obj/item/storage/belt/medical/lifesaver/full, -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor{ - dir = 1; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital/triage) "anZ" = ( /obj/effect/decal/medical_decals{ dir = 4; @@ -5075,11 +2466,6 @@ }, /turf/open/floor/white, /area/whiskey_outpost/inside/hospital) -"aoa" = ( -/turf/open/floor/almayer{ - icon_state = "bluefull" - }, -/area/whiskey_outpost/inside/living) "aob" = ( /obj/structure/barricade/plasteel/wired, /turf/open/gm/dirt, @@ -5091,24 +2477,12 @@ }, /turf/open/floor/almayer/emerald/southeast, /area/whiskey_outpost/inside/cic) -"aod" = ( -/obj/structure/curtain/shower, -/turf/open/floor/prison{ - icon_state = "sterile_white" - }, -/area/whiskey_outpost/inside/living) "aoe" = ( /obj/structure/sign/safety/medical{ name = "\improper Hospital" }, /turf/closed/wall/r_wall, /area/whiskey_outpost) -"aof" = ( -/turf/open/jungle{ - bushes_spawn = 0; - icon_state = "grass_impenetrable" - }, -/area/whiskey_outpost/outside/lane/four_south) "aog" = ( /obj/effect/landmark/start/whiskey/engineer, /turf/open/floor/prison/floor_plate/southwest, @@ -5141,13 +2515,6 @@ }, /turf/open/floor/almayer/emeraldfull, /area/whiskey_outpost/outside/lane/three_north) -"aom" = ( -/obj/structure/largecrate/random/case, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/lane/three_south) "aon" = ( /turf/open/floor/prison/darkyellow2/southwest, /area/whiskey_outpost/inside/supply) @@ -5164,19 +2531,6 @@ }, /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost) -"aoq" = ( -/obj/structure/machinery/colony_floodlight, -/turf/open/jungle{ - bushes_spawn = 0; - icon_state = "grass_impenetrable" - }, -/area/whiskey_outpost/outside/south) -"aor" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/living) "aos" = ( /obj/structure/shuttle/engine/propulsion{ pixel_y = 24 @@ -5190,40 +2544,6 @@ /obj/structure/sign/prop3, /turf/closed/wall/r_wall, /area/whiskey_outpost/inside/living) -"aov" = ( -/obj/structure/machinery/light, -/obj/structure/surface/rack, -/obj/item/tool/hand_labeler, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/supply) -"aow" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/mortar_pit) -"aox" = ( -/obj/structure/machinery/colony_floodlight, -/turf/open/jungle{ - bushes_spawn = 0; - icon_state = "grass_impenetrable" - }, -/area/whiskey_outpost/outside/lane/three_south) -"aoy" = ( -/obj/structure/machinery/cm_vending/sorted/tech/comp_storage, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_marked" - }, -/area/whiskey_outpost/inside/engineering) "aoz" = ( /obj/effect/decal/warning_stripes/asteroid{ icon_state = "warning_s" @@ -5254,86 +2574,22 @@ }, /turf/open/floor/prison, /area/whiskey_outpost/inside/living) -"aoC" = ( -/obj/structure/machinery/power/monitor{ - name = "Main Power Grid Monitoring" - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_marked" - }, -/area/whiskey_outpost/inside/engineering) -"aoD" = ( -/obj/structure/disposalpipe/trunk, -/obj/structure/machinery/disposal, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/mortar_pit) "aoE" = ( /obj/structure/largecrate/supply/explosives/mortar_he, /turf/open/gm/dirt, /area/whiskey_outpost/inside/caves/caverns) -"aoF" = ( -/obj/structure/machinery/light/small, -/turf/open/floor/prison{ - dir = 10; - icon_state = "kitchen" +"aoJ" = ( +/obj/effect/landmark/start/whiskey/spec, +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" }, -/area/whiskey_outpost/inside/living) -"aoG" = ( -/obj/structure/disposalpipe/sortjunction/flipped{ - dir = 1; - sortType = "CIC" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost) -"aoH" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage{ - req_access_txt = "11" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost) -"aoI" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost) -"aoJ" = ( -/obj/effect/landmark/start/whiskey/spec, -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" - }, -/turf/open/floor/asteroidfloor/north, -/area/whiskey_outpost/outside/north/platform) -"aoK" = ( -/obj/structure/disposalpipe/junction{ - dir = 4; - icon_state = "pipe-j2" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost) -"aoL" = ( -/obj/structure/platform_decoration, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" +/turf/open/floor/asteroidfloor/north, +/area/whiskey_outpost/outside/north/platform) +"aoL" = ( +/obj/structure/platform_decoration, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" }, /turf/open/floor/asteroidwarning/north, /area/whiskey_outpost/outside/north/platform) @@ -5341,35 +2597,10 @@ /obj/item/storage/box/m56d_hmg, /turf/open/shuttle/dropship/light_grey_top, /area/whiskey_outpost/outside/lane/four_north) -"aoN" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/item/device/flashlight/lamp/tripod/grey, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost) "aoO" = ( /obj/structure/largecrate/supply/explosives/mortar_incend, /turf/open/gm/dirt, /area/whiskey_outpost/inside/caves/caverns) -"aoP" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost) -"aoQ" = ( -/turf/open/floor{ - icon_state = "whitegreencorner" - }, -/area/whiskey_outpost/inside/hospital) "aoR" = ( /turf/open/gm/dirt/desert0, /area/whiskey_outpost/outside/lane/two_south) @@ -5393,22 +2624,6 @@ "aoV" = ( /turf/open/floor/asteroidwarning/east, /area/whiskey_outpost/outside/north/platform) -"aoW" = ( -/obj/effect/landmark/start/whiskey/medic, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost) -"aoX" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/prison{ - dir = 4; - icon_state = "cell_stripe" - }, -/area/whiskey_outpost/inside/bunker) "aoY" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -5421,27 +2636,10 @@ }, /turf/open/floor/whitegreen/north, /area/whiskey_outpost/inside/hospital/triage) -"apa" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/prison{ - dir = 8; - icon_state = "cell_stripe" - }, -/area/whiskey_outpost/inside/bunker) "apb" = ( /obj/effect/landmark/start/whiskey/marine, /turf/open/floor/prison/cell_stripe/west, /area/whiskey_outpost/inside/bunker) -"apc" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker) "apd" = ( /obj/structure/machinery/door/airlock/almayer/engineering{ dir = 2; @@ -5488,13 +2686,6 @@ /obj/effect/landmark/start/whiskey/engineer, /turf/open/gm/dirtgrassborder/north, /area/whiskey_outpost/outside/lane/two_south) -"apk" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/engineering) "apl" = ( /obj/structure/machinery/cm_vending/clothing/marine/alpha{ density = 0; @@ -5509,15 +2700,6 @@ /obj/item/shard, /turf/open/floor/plating, /area/whiskey_outpost/outside/south/far) -"apn" = ( -/obj/structure/machinery/floodlight{ - light_on = 1 - }, -/turf/open/floor/plating{ - dir = 6; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) "apo" = ( /turf/open/floor/almayer/cargo, /area/whiskey_outpost/inside/cic) @@ -5552,25 +2734,6 @@ }, /turf/open/gm/coast/north, /area/whiskey_outpost/outside/river/east) -"apw" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost) -"apx" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/mortar_pit) "apy" = ( /obj/structure/barricade/sandbags/wired{ dir = 4; @@ -5578,24 +2741,6 @@ }, /turf/open/gm/dirt, /area/whiskey_outpost/outside/lane/four_north) -"apz" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "\improper Mortar Pit" - }, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker) -"apA" = ( -/obj/structure/machinery/cm_vending/clothing/marine/delta{ - density = 0; - pixel_x = -16 - }, -/turf/open/floor/almayer{ - icon_state = "bluefull" - }, -/area/whiskey_outpost/inside/living) "apB" = ( /obj/item/lightstick/red/planted, /turf/open/jungle/impenetrable, @@ -5606,16 +2751,6 @@ "apD" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west, /area/whiskey_outpost/outside/lane/three_south) -"apE" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/mortar_pit) "apF" = ( /obj/structure/machinery/light/small{ dir = 1 @@ -5635,38 +2770,12 @@ /obj/item/facepaint/black, /turf/open/floor/prison, /area/whiskey_outpost/inside/living) -"apH" = ( -/obj/structure/disposalpipe/sortjunction/flipped{ - dir = 1; - sortType = "Engineering" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost) "apI" = ( /obj/structure/barricade/plasteel/wired{ dir = 4 }, /turf/open/floor/asteroidwarning/west, /area/whiskey_outpost/outside/north/platform) -"apJ" = ( -/obj/structure/largecrate/supply/medicine/medkits, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor{ - dir = 1; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital/triage) -"apK" = ( -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_marked" - }, -/area/whiskey_outpost/inside/supply) "apL" = ( /obj/structure/flora/bush/ausbushes/var3/stalkybush, /turf/open/gm/river, @@ -5690,16 +2799,6 @@ /obj/item/clothing/under/redpyjamas, /turf/open/floor/prison, /area/whiskey_outpost/inside/living) -"apP" = ( -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) "apQ" = ( /obj/structure/largecrate/supply/supplies/sandbags, /turf/open/floor/prison/floor_marked/southwest, @@ -5784,22 +2883,6 @@ /obj/item/tool/hand_labeler, /turf/open/floor/plating/plating_catwalk/prison, /area/whiskey_outpost/inside/engineering) -"aqe" = ( -/obj/structure/closet/secure_closet/surgical{ - pixel_x = -30 - }, -/obj/effect/landmark/start/whiskey/synthetic, -/turf/open/floor/almayer{ - icon_state = "cargo" - }, -/area/whiskey_outpost/inside/cic) -"aqf" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/prison{ - dir = 1; - icon_state = "cell_stripe" - }, -/area/whiskey_outpost/inside/living) "aqg" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west, /area/whiskey_outpost/outside/north) @@ -5832,26 +2915,6 @@ /obj/item/tool/shovel/etool, /turf/open/floor/plating/plating_catwalk/prison, /area/whiskey_outpost/inside/engineering) -"aqk" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 8; - name = "\improper Storage" - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) -"aql" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aqm" = ( /obj/structure/machinery/cm_vending/clothing/marine/bravo{ density = 0; @@ -5863,31 +2926,6 @@ /obj/structure/extinguisher_cabinet, /turf/closed/wall/r_wall, /area/whiskey_outpost/inside/bunker) -"aqo" = ( -/obj/structure/machinery/cm_vending/sorted/uniform_supply/squad_prep/wo, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) -"aqp" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor{ - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) -"aqq" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor{ - dir = 8; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost) "aqr" = ( /obj/structure/bed/chair/dropship/passenger{ dir = 8; @@ -5896,55 +2934,12 @@ /obj/item/cell/high, /turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, /area/whiskey_outpost/outside/lane/four_south) -"aqs" = ( -/obj/structure/machinery/light/small, -/turf/open/floor{ - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital/triage) "aqt" = ( /turf/open/gm/coast/west, /area/whiskey_outpost/outside/lane/four_south) -"aqu" = ( -/obj/structure/machinery/power/smes/buildable, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/engineering) "aqv" = ( /turf/open/gm/coast/beachcorner/south_east, /area/whiskey_outpost/outside/lane/four_south) -"aqw" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/clothing/glasses/hud/health, -/obj/item/clothing/glasses/hud/health, -/obj/item/clothing/glasses/hud/health, -/obj/item/clothing/glasses/hud/health, -/obj/item/reagent_container/spray/cleaner, -/obj/item/reagent_container/spray/cleaner, -/obj/item/reagent_container/spray/cleaner, -/obj/item/reagent_container/spray/cleaner, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/obj/item/roller/surgical, -/obj/item/roller/surgical, -/turf/open/floor{ - dir = 1; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) -"aqx" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/obj/structure/machinery/recharge_station, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/engineering) "aqy" = ( /obj/structure/machinery/autolathe, /turf/open/floor/prison/floor_plate, @@ -5955,215 +2950,44 @@ "aqA" = ( /turf/open/floor/almayer/red/southwest, /area/whiskey_outpost/inside/cic) -"aqB" = ( -/turf/open/floor{ - icon_state = "white" - }, -/area/whiskey_outpost/inside/hospital) -"aqC" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/engineering) "aqD" = ( /obj/structure/bed/roller, /obj/structure/disposalpipe/segment, /turf/open/floor/white, /area/whiskey_outpost/inside/hospital) -"aqE" = ( -/obj/structure/machinery/cm_vending/sorted/tech/tool_storage, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_marked" - }, -/area/whiskey_outpost/inside/engineering) -"aqF" = ( -/obj/structure/machinery/defenses/sentry/premade, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/two) -"aqG" = ( -/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_marked" +"aqQ" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/spawner/random/tool, +/turf/open/floor/asteroidfloor/north, +/area/whiskey_outpost/outside/lane/three_south) +"aqR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/area/whiskey_outpost/inside/engineering) -"aqH" = ( -/obj/structure/disposalpipe/trunk, -/obj/structure/machinery/disposal, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_marked" +/obj/structure/surface/table, +/obj/item/device/motiondetector, +/turf/open/floor/prison, +/area/whiskey_outpost/inside/bunker) +"aqS" = ( +/obj/structure/machinery/cm_vending/sorted/tech/comp_storage, +/obj/structure/machinery/light/small{ + dir = 1 }, +/turf/open/floor/prison/floor_marked/southwest, /area/whiskey_outpost/inside/engineering) -"aqI" = ( -/obj/structure/barricade/metal/wired, -/obj/item/ammo_casing{ - icon_state = "cartridge_2_1"; - layer = 2 - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, +"aqV" = ( +/obj/structure/largecrate/supply/explosives/mines, +/turf/open/floor/prison/floor_marked/southwest, /area/whiskey_outpost/inside/bunker/bunker/front) -"aqJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/structure/machinery/cm_vending/sorted/tech/tool_storage{ - req_access_txt = "11" - }, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost) -"aqK" = ( -/obj/effect/landmark/start/whiskey/smartgunner, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) -"aqL" = ( -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/effect/landmark/start/whiskey/marine, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost) -"aqM" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/start/whiskey/marine, -/turf/open/floor/prison{ - dir = 8; - icon_state = "cell_stripe" - }, -/area/whiskey_outpost/inside/bunker) -"aqN" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker) -"aqO" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 4; - icon_state = "sandbag_0" - }, -/obj/structure/barricade/sandbags/wired{ - dir = 1; - icon_state = "sandbag_0" - }, -/obj/structure/machinery/defenses/sentry/premade{ - dir = 4 - }, -/turf/open/floor{ - dir = 4; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) -"aqP" = ( -/obj/structure/barricade/handrail{ - dir = 1 - }, -/turf/open/floor{ - dir = 9; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost) -"aqQ" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/effect/spawner/random/tool, -/turf/open/floor/asteroidfloor/north, -/area/whiskey_outpost/outside/lane/three_south) -"aqR" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/surface/table, -/obj/item/device/motiondetector, -/turf/open/floor/prison, -/area/whiskey_outpost/inside/bunker) -"aqS" = ( -/obj/structure/machinery/cm_vending/sorted/tech/comp_storage, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/prison/floor_marked/southwest, -/area/whiskey_outpost/inside/engineering) -"aqT" = ( -/obj/structure/barricade/handrail{ - dir = 1 - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost) -"aqU" = ( -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/mortar_pit) -"aqV" = ( -/obj/structure/largecrate/supply/explosives/mines, -/turf/open/floor/prison/floor_marked/southwest, -/area/whiskey_outpost/inside/bunker/bunker/front) -"aqW" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 4 - }, -/turf/open/gm/dirt, -/area/whiskey_outpost/inside/caves/tunnel) -"aqX" = ( -/obj/structure/machinery/line_nexter{ - dir = 1; - id = "WOline2" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost) -"aqY" = ( -/turf/open/gm/grass/grassbeach/west, -/area/whiskey_outpost/outside/lane/one_south) -"aqZ" = ( -/obj/effect/decal/medical_decals{ - icon_state = "triagedecaldir" +"aqY" = ( +/turf/open/gm/grass/grassbeach/west, +/area/whiskey_outpost/outside/lane/one_south) +"aqZ" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaldir" }, /turf/open/floor/whitegreen, /area/whiskey_outpost/inside/hospital) -"ara" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/whiskey_outpost/inside/bunker) "arb" = ( /obj/structure/sign/prop1, /turf/closed/wall/r_wall, @@ -6191,20 +3015,6 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/whiskey_outpost/inside/engineering) -"arf" = ( -/obj/effect/landmark/start/whiskey/maint, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/engineering) -"arg" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost) "arh" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/asteroidwarning/west, @@ -6213,27 +3023,6 @@ /obj/item/storage/toolbox/mechanical, /turf/open/floor/plating/plating_catwalk/prison, /area/whiskey_outpost/inside/engineering) -"arj" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/cic) -"ark" = ( -/obj/structure/machinery/cryo_cell, -/obj/structure/pipes/standard/cap/hidden, -/turf/open/floor{ - icon_state = "white" - }, -/area/whiskey_outpost/inside/hospital/triage) -"arl" = ( -/turf/open/floor/plating{ - dir = 6; - icon_state = "warnplate" - }, -/area/whiskey_outpost/outside/north/northeast) "arm" = ( /obj/structure/window/framed/colony/reinforced, /turf/open/floor/plating, @@ -6270,31 +3059,6 @@ /obj/item/storage/toolbox/emergency, /turf/open/floor/plating/plating_catwalk/prison, /area/whiskey_outpost/inside/engineering) -"art" = ( -/obj/structure/largecrate/guns, -/turf/open/floor/plating{ - dir = 8; - icon_state = "warnplate" - }, -/area/whiskey_outpost/outside/lane/one_north) -"aru" = ( -/obj/structure/machinery/cm_vending/sorted/medical/wall_med{ - name = "Emergency NanoMed"; - pixel_x = -30; - req_access = null - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/engineering) -"arv" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/engineering) "arw" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, /area/whiskey_outpost/outside/lane/two_north) @@ -6305,99 +3069,22 @@ "ary" = ( /turf/open/gm/dirt, /area/whiskey_outpost/outside/mortar_pit) -"arz" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/turf/open/floor{ - dir = 8; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost) -"arA" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) "arB" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/floor/prison, /area/whiskey_outpost/inside/bunker) -"arC" = ( -/turf/open/floor/almayer{ - icon_state = "redfull" - }, -/area/whiskey_outpost/inside/living) -"arD" = ( -/obj/structure/window/reinforced{ - dir = 8; - layer = 3.3; - pixel_y = 4 - }, -/obj/structure/bed{ - can_buckle = 0 - }, -/obj/structure/bed{ - buckling_y = 13; - layer = 3.5; - pixel_y = 13 - }, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/almayer{ - icon_state = "bluefull" - }, -/area/whiskey_outpost/inside/living) "arE" = ( /obj/structure/machinery/light/small, /turf/open/gm/dirt, /area/whiskey_outpost/outside/mortar_pit) -"arF" = ( -/obj/effect/decal/warning_stripes/asteroid{ - dir = 4; - icon_state = "warning_s" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north) -"arG" = ( -/obj/effect/landmark/start/whiskey/marine, -/turf/open/floor/prison{ - dir = 8; - icon_state = "cell_stripe" - }, -/area/whiskey_outpost/inside/bunker) "arH" = ( /obj/structure/disposalpipe/sortjunction{ sortType = "Western Entrance Pillbox" }, /turf/open/floor/prison/floor_plate, /area/whiskey_outpost/inside/bunker) -"arI" = ( -/obj/structure/largecrate/supply/supplies/plasteel, -/obj/structure/machinery/light/small, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_marked" - }, -/area/whiskey_outpost/inside/engineering) -"arJ" = ( -/obj/structure/largecrate/supply/supplies/sandbags, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_marked" - }, -/area/whiskey_outpost/inside/engineering) "arK" = ( /turf/open/jungle/impenetrable, /area/whiskey_outpost/outside/lane/four_south) @@ -6406,18 +3093,6 @@ /obj/structure/window/framed/colony/reinforced, /turf/open/floor/plating, /area/whiskey_outpost/inside/supply) -"arM" = ( -/obj/structure/machinery/door/airlock/almayer/marine/requisitions{ - dir = 2; - name = "\improper Supply Depo"; - no_panel = 1; - not_weldable = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/supply) "arN" = ( /obj/structure/mortar/wo, /turf/open/gm/dirt, @@ -6449,12 +3124,6 @@ }, /turf/open/floor/white, /area/whiskey_outpost/inside/hospital/triage) -"arS" = ( -/obj/structure/filingcabinet, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/supply) "arT" = ( /turf/open/gm/dirtgrassborder/west, /area/whiskey_outpost/outside/lane/three_south) @@ -6464,29 +3133,6 @@ }, /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost/inside/bunker/bunker/front) -"arV" = ( -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/engineering) -"arW" = ( -/obj/structure/bed/chair/dropship/passenger{ - dir = 4; - icon_state = "shuttle_chair" - }, -/turf/open/shuttle/dropship{ - icon_state = "rasputin15" - }, -/area/whiskey_outpost/outside/lane/four_north) -"arX" = ( -/obj/structure/machinery/body_scanconsole{ - dir = 1 - }, -/turf/open/floor{ - icon_state = "whitegreenfull" - }, -/area/whiskey_outpost/inside/hospital/triage) "arY" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -6497,14 +3143,6 @@ /obj/structure/surface/rack, /turf/open/floor/prison, /area/whiskey_outpost/inside/supply) -"asa" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/surface/rack, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/two) "asb" = ( /obj/structure/disposalpipe/segment{ dir = 1; @@ -6512,19 +3150,6 @@ }, /turf/open/gm/dirt, /area/whiskey_outpost/outside/lane/two_north) -"asc" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/machinery/door/airlock/almayer/marine/charlie{ - dir = 1; - name = "\improper Pillbox Vodka"; - req_access = null; - req_one_access = null - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/three) "asd" = ( /obj/structure/machinery/vending/cola, /obj/structure/sign/banners/maximumeffort{ @@ -6532,15 +3157,6 @@ }, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/bunker/front) -"ase" = ( -/obj/structure/machinery/door/airlock/almayer/maint{ - name = "\improper Generator Hatch" - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/engineering) "asf" = ( /obj/vehicle/powerloader, /turf/open/floor/prison/floor_marked/southwest, @@ -6570,12 +3186,6 @@ /obj/item/device/lightreplacer, /turf/open/floor/plating/plating_catwalk/prison, /area/whiskey_outpost/inside/engineering) -"ash" = ( -/obj/structure/machinery/cm_vending/sorted/cargo_guns/cargo/wo, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/supply) "asi" = ( /obj/effect/spawner/gibspawner/human, /turf/open/gm/dirt, @@ -6583,59 +3193,12 @@ "asj" = ( /turf/open/floor/white, /area/whiskey_outpost/inside/hospital) -"ask" = ( -/obj/structure/surface/rack, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/supply) -"asl" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/start/whiskey/marine, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) -"asm" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) "asn" = ( /turf/closed/wall/r_wall, /area/whiskey_outpost/inside/bunker/pillbox/four) "aso" = ( /turf/open/gm/grass/grassbeach/south, /area/whiskey_outpost/outside/south/far) -"asp" = ( -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/effect/landmark/start/whiskey/maint, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/engineering) -"asq" = ( -/obj/structure/machinery/door/airlock/almayer/engineering{ - name = "Engineering"; - req_one_access_txt = "2;7" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/engineering) "asr" = ( /obj/structure/largecrate/supply/supplies/flares, /turf/open/floor/prison/floor_marked/southwest, @@ -6665,12 +3228,6 @@ /obj/effect/decal/warning_stripes, /turf/open/floor/prison, /area/whiskey_outpost/inside/supply) -"asx" = ( -/obj/structure/machinery/cm_vending/clothing/dress, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/cic) "asy" = ( /turf/open/jungle/impenetrable, /area/whiskey_outpost/outside/lane/three_north) @@ -6685,13 +3242,6 @@ /obj/structure/barricade/plasteel/wired, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/pillbox/three) -"asC" = ( -/obj/effect/landmark/start/whiskey/doctor, -/turf/open/floor{ - dir = 9; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) "asD" = ( /obj/structure/barricade/handrail{ dir = 1 @@ -6721,23 +3271,10 @@ /obj/item/storage/backpack/industrial, /turf/open/floor/prison/floor_marked/southwest, /area/whiskey_outpost/inside/supply) -"asI" = ( -/turf/open/floor/prison{ - icon_state = "cell_stripe" - }, -/area/whiskey_outpost/inside/living) "asJ" = ( /obj/structure/machinery/cm_vending/sorted/cargo_ammo/cargo/wo, /turf/open/floor/prison, /area/whiskey_outpost/inside/supply) -"asK" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker) "asL" = ( /obj/structure/disposalpipe/segment, /obj/structure/machinery/defenses/sentry/premade, @@ -6772,24 +3309,6 @@ "asP" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/whiskey_outpost/inside/engineering) -"asQ" = ( -/obj/structure/platform{ - dir = 1 - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) -"asR" = ( -/obj/structure/machinery/colony_floodlight_switch{ - pixel_x = -32 - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/engineering) "asS" = ( /obj/structure/barricade/metal/wired, /turf/open/floor/prison/floor_plate/southwest, @@ -6808,34 +3327,6 @@ "asV" = ( /turf/open/gm/dirt, /area/whiskey_outpost/inside/caves/tunnel) -"asW" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/obj/structure/largecrate/supply/supplies/metal, -/obj/structure/largecrate/supply/supplies/plasteel, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_marked" - }, -/area/whiskey_outpost/inside/engineering) -"asX" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor{ - dir = 8; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost) -"asY" = ( -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/turf/open/floor/prison{ - dir = 8; - icon_state = "darkyellowcorners2" - }, -/area/whiskey_outpost/inside/supply) "asZ" = ( /obj/structure/platform_decoration{ dir = 8 @@ -6901,22 +3392,6 @@ "ati" = ( /turf/open/gm/grass/gbcorner/south_east, /area/whiskey_outpost/outside/south) -"atj" = ( -/obj/structure/machinery/light/small, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost) -"atk" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_marked" - }, -/area/whiskey_outpost/inside/bunker) "atl" = ( /obj/structure/sign/nosmoking_1, /turf/closed/wall/r_wall, @@ -6931,12 +3406,6 @@ /obj/structure/window/framed/colony/reinforced, /turf/open/floor/plating, /area/whiskey_outpost/inside/hospital/triage) -"ato" = ( -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/northeast) "atp" = ( /obj/structure/surface/table/almayer, /obj/item/tool/pen/blue/clicky, @@ -6975,38 +3444,6 @@ /obj/effect/landmark/start/whiskey/marine, /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost/outside/north/platform) -"atu" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/structure/machinery/disposal, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/three) -"atv" = ( -/turf/open/floor/prison{ - icon_state = "darkyellow2" - }, -/area/whiskey_outpost/inside/engineering) -"atw" = ( -/obj/structure/window/reinforced{ - dir = 4; - health = 80 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/disposaloutlet, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/prison{ - dir = 4; - icon_state = "darkyellowfull2" - }, -/area/whiskey_outpost/inside/supply) "atx" = ( /obj/structure/machinery/cm_vending/clothing/marine/charlie{ density = 0; @@ -7017,12 +3454,6 @@ "aty" = ( /turf/open/shuttle/dropship/light_grey_single_wide_up_to_down, /area/whiskey_outpost/outside/lane/four_north) -"atz" = ( -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/lane/four_north) "atA" = ( /obj/effect/landmark/start/whiskey/engineer, /turf/open/gm/dirt, @@ -7060,33 +3491,6 @@ }, /turf/open/floor/prison, /area/whiskey_outpost/inside/bunker/bunker/front) -"atF" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/obj/structure/machinery/cm_vending/sorted/cargo_guns/squad_prep/wo, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker) -"atG" = ( -/obj/structure/toilet{ - dir = 4 - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) -"atH" = ( -/obj/structure/machinery/conveyor_switch/oneway{ - id = "crate0" - }, -/turf/open/floor/prison{ - dir = 8; - icon_state = "darkyellow2" - }, -/area/whiskey_outpost/inside/supply) "atI" = ( /obj/structure/extinguisher_cabinet, /turf/closed/wall/r_wall, @@ -7104,13 +3508,6 @@ }, /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_east, /area/whiskey_outpost/outside/north) -"atL" = ( -/obj/structure/largecrate/supply/supplies/metal, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_marked" - }, -/area/whiskey_outpost/inside/engineering) "atM" = ( /obj/structure/disposalpipe/segment{ dir = 8; @@ -7154,30 +3551,10 @@ "atS" = ( /turf/open/floor/plating/plating_catwalk/prison, /area/whiskey_outpost/inside/supply) -"atT" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, -/obj/structure/surface/rack, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/three) "atU" = ( /obj/structure/largecrate/guns, /turf/open/floor/plating/platebot, /area/whiskey_outpost/outside/lane/one_north) -"atV" = ( -/obj/structure/holohoop{ - density = 0; - pixel_y = 24 - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "atW" = ( /turf/open/floor/prison/cell_stripe/west, /area/whiskey_outpost/inside/bunker/bunker/front) @@ -7197,16 +3574,6 @@ }, /turf/open/floor/whitegreen/west, /area/whiskey_outpost/inside/hospital) -"atY" = ( -/obj/structure/bed/chair/office/dark{ - dir = 1 - }, -/obj/effect/landmark/start/whiskey/bridge, -/turf/open/floor/almayer{ - dir = 5; - icon_state = "emerald" - }, -/area/whiskey_outpost/inside/cic) "atZ" = ( /obj/structure/machinery/light/small{ dir = 1 @@ -7217,27 +3584,6 @@ /obj/effect/landmark/start/whiskey/engineer, /turf/open/gm/dirt, /area/whiskey_outpost/outside/lane/three_south) -"aub" = ( -/obj/structure/window/reinforced{ - dir = 8; - layer = 3.3; - pixel_y = 4 - }, -/obj/structure/bed{ - can_buckle = 0 - }, -/obj/structure/bed{ - buckling_y = 13; - layer = 3.5; - pixel_y = 13 - }, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/almayer{ - icon_state = "emeraldfull" - }, -/area/whiskey_outpost/inside/living) "auc" = ( /obj/effect/decal/cleanable/blood/writing{ dir = 1 @@ -7248,52 +3594,6 @@ /obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/pillbox/four) -"aue" = ( -/obj/structure/window/reinforced{ - dir = 8; - layer = 3.3; - pixel_y = 4 - }, -/obj/structure/bed{ - can_buckle = 0 - }, -/obj/structure/bed{ - buckling_y = 13; - layer = 3.5; - pixel_y = 13 - }, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/almayer{ - icon_state = "orangefull" - }, -/area/whiskey_outpost/inside/living) -"auf" = ( -/obj/structure/machinery/autolathe, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/supply) -"aug" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/line_nexter_control{ - id = "WOline1"; - pixel_x = -4; - pixel_y = -2; - req_one_access_txt = "2;21" - }, -/obj/structure/machinery/door_control{ - id = "WOlineshutters1"; - name = "Line 1 Shutters"; - pixel_x = 5; - pixel_y = -2; - req_one_access_txt = "2;21" - }, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/supply) "auh" = ( /obj/structure/bed/chair/office/dark{ dir = 1 @@ -7301,27 +3601,6 @@ /obj/effect/landmark/start/whiskey/requisition, /turf/open/floor/prison, /area/whiskey_outpost/inside/supply) -"aui" = ( -/obj/structure/window/reinforced{ - dir = 8; - layer = 3.3; - pixel_y = 4 - }, -/obj/structure/bed{ - can_buckle = 0 - }, -/obj/structure/bed{ - buckling_y = 13; - layer = 3.5; - pixel_y = 13 - }, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/almayer{ - icon_state = "redfull" - }, -/area/whiskey_outpost/inside/living) "auj" = ( /obj/effect/landmark/start/whiskey/medic, /turf/open/floor/prison/floor_plate/southwest, @@ -7349,53 +3628,12 @@ }, /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost) -"auo" = ( -/obj/structure/largecrate/supply/supplies/flares, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_marked" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aup" = ( /obj/structure/surface/rack, /obj/effect/landmark/wo_supplies/storage/m56d, /obj/effect/landmark/wo_supplies/storage/m56d, /turf/open/floor/prison/floor_plate, /area/whiskey_outpost/inside/supply) -"auq" = ( -/turf/open/gm/dirt{ - icon_state = "desert0" - }, -/area/whiskey_outpost/inside/caves/caverns/west) -"aur" = ( -/obj/structure/machinery/conveyor{ - dir = 4; - id = "trash" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/machinery/light/small, -/obj/structure/machinery/recycler/whiskey{ - recycle_dir = 8 - }, -/turf/open/floor/prison{ - dir = 4; - icon_state = "darkyellowfull2" - }, -/area/whiskey_outpost/inside/engineering) -"aus" = ( -/obj/structure/machinery/door/window/northright, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/structure/machinery/light/small, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_marked" - }, -/area/whiskey_outpost/inside/engineering) "aut" = ( /obj/structure/machinery/light{ dir = 1 @@ -7413,11 +3651,6 @@ /obj/item/tool/lighter, /turf/open/gm/dirt, /area/whiskey_outpost/outside/mortar_pit) -"auw" = ( -/turf/open/shuttle/dropship{ - icon_state = "rasputin5" - }, -/area/whiskey_outpost/outside/lane/four_north) "aux" = ( /obj/structure/surface/table/woodentable/poor, /obj/effect/landmark/map_item, @@ -7438,35 +3671,6 @@ }, /turf/open/gm/dirt, /area/whiskey_outpost/inside/caves/tunnel) -"auB" = ( -/turf/open/floor/prison{ - dir = 8; - icon_state = "darkyellow2" - }, -/area/whiskey_outpost/inside/supply) -"auC" = ( -/obj/structure/machinery/door/airlock/almayer/engineering{ - dir = 2; - name = "\improper Disposals" - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_marked" - }, -/area/whiskey_outpost/inside/engineering) -"auD" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/three) "auE" = ( /turf/open/gm/dirt, /area/whiskey_outpost/inside/caves/caverns/east) @@ -7519,62 +3723,18 @@ }, /turf/open/floor/prison, /area/whiskey_outpost/inside/supply) -"auM" = ( -/obj/structure/closet/firecloset/full, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/engineering) "auN" = ( /obj/structure/disposalpipe/sortjunction/untagged/flipped{ dir = 1 }, /turf/open/floor/prison, /area/whiskey_outpost/inside/supply) -"auO" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/cell_charger, -/obj/item/tool/screwdriver, -/obj/structure/machinery/light{ - dir = 1 - }, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/supply) -"auP" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/supply) "auQ" = ( /turf/open/floor/prison/cell_stripe/north, /area/whiskey_outpost) -"auR" = ( -/obj/structure/machinery/m56d_hmg/mg_turret{ - dir = 8; - icon_state = "towergun" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "auS" = ( /turf/open/floor/asteroidwarning/east, /area/whiskey_outpost/outside/lane/four_north) -"auT" = ( -/obj/structure/disposalpipe/trunk, -/obj/structure/machinery/disposal, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/supply) "auU" = ( /obj/effect/landmark/start/whiskey/liaison, /obj/structure/bed/chair/office/dark{ @@ -7601,31 +3761,12 @@ /obj/structure/barricade/sandbags/wired, /turf/open/floor/asteroidwarning, /area/whiskey_outpost/outside/north/platform) -"auZ" = ( -/obj/structure/machinery/light/small, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "ava" = ( /obj/structure/machinery/light/small{ dir = 1 }, /turf/open/floor/asteroidwarning/north, /area/whiskey_outpost/outside/north/platform) -"avb" = ( -/turf/open/floor/prison{ - dir = 4; - icon_state = "cell_stripe" - }, -/area/whiskey_outpost/inside/bunker) -"avc" = ( -/obj/structure/machinery/cm_vending/sorted/uniform_supply/squad_prep/wo, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker) "avd" = ( /turf/open/floor/whitegreencorner/west, /area/whiskey_outpost/inside/hospital) @@ -7652,43 +3793,12 @@ /obj/item/ammo_box/magazine/m39/ext, /turf/open/floor/prison/floor_plate, /area/whiskey_outpost/inside/bunker) -"avi" = ( -/obj/structure/curtain/black, -/turf/open/floor/almayer{ - icon_state = "bluefull" - }, -/area/whiskey_outpost/inside/living) "avj" = ( /obj/structure/machinery/shower{ dir = 4 }, /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost/inside/bunker/bunker/front) -"avk" = ( -/obj/structure/bed/chair/dropship/passenger{ - dir = 8; - icon_state = "shuttle_chair" - }, -/obj/item/cell/high, -/turf/open/shuttle/dropship{ - icon_state = "rasputin15" - }, -/area/whiskey_outpost/outside/lane/four_south) -"avl" = ( -/obj/structure/closet/secure_closet/engineering_personal, -/obj/structure/window/reinforced{ - dir = 8; - health = 250 - }, -/obj/structure/window/reinforced{ - dir = 4; - health = 80 - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/engineering) "avm" = ( /obj/structure/machinery/conveyor{ dir = 8; @@ -7696,14 +3806,6 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/whiskey_outpost/inside/supply) -"avn" = ( -/obj/structure/largecrate/supply/supplies/plasteel, -/obj/structure/largecrate/supply/supplies/metal, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_marked" - }, -/area/whiskey_outpost/inside/engineering) "avo" = ( /obj/structure/machinery/door/window/northleft, /turf/open/floor/prison/darkyellowfull2/east, @@ -7712,12 +3814,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/prison, /area/whiskey_outpost/inside/bunker) -"avq" = ( -/obj/structure/curtain/black, -/turf/open/floor/almayer{ - icon_state = "emeraldfull" - }, -/area/whiskey_outpost/inside/living) "avr" = ( /obj/structure/sign/poster{ serial_number = 32 @@ -7747,34 +3843,6 @@ /obj/structure/largecrate/random/case/double, /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost/outside/lane/three_south) -"avv" = ( -/obj/structure/largecrate/supply/supplies/metal, -/obj/structure/largecrate/supply/supplies/metal, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_marked" - }, -/area/whiskey_outpost/inside/engineering) -"avw" = ( -/obj/structure/machinery/conveyor_switch/oneway{ - id = "trash" - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/engineering) -"avx" = ( -/obj/structure/machinery/door/airlock/almayer/maint{ - no_panel = 1; - not_weldable = 1; - req_one_access_txt = "2;21" - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/supply) "avy" = ( /obj/structure/disposalpipe/segment, /obj/structure/sign/poster, @@ -7785,22 +3853,9 @@ /obj/effect/landmark/start/whiskey/medic, /turf/open/floor/prison/floor_plate, /area/whiskey_outpost/inside/bunker/bunker/front) -"avA" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/prison{ - icon_state = "darkyellow2" - }, -/area/whiskey_outpost/inside/supply) "avB" = ( /turf/closed/shuttle/dropship, /area/whiskey_outpost/outside/lane/four_south) -"avC" = ( -/obj/vehicle/powerloader, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_marked" - }, -/area/whiskey_outpost/inside/supply) "avD" = ( /obj/structure/disposalpipe/segment{ dir = 2; @@ -7808,15 +3863,6 @@ }, /turf/open/floor/white, /area/whiskey_outpost/inside/hospital/triage) -"avE" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - dir = 1; - name = "\improper Storage" - }, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker) "avF" = ( /obj/item/lightstick/red/planted, /turf/open/gm/dirt, @@ -7831,16 +3877,6 @@ }, /turf/open/floor/prison/darkyellowfull2/east, /area/whiskey_outpost/inside/supply) -"avI" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 8; - icon_state = "sandbag_0" - }, -/turf/open/floor{ - dir = 8; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) "avJ" = ( /obj/structure/barricade/sandbags/wired, /turf/open/floor/asteroidwarning, @@ -7849,11 +3885,6 @@ /obj/structure/barricade/metal/wired, /turf/open/gm/dirt, /area/whiskey_outpost/outside/lane/one_north) -"avL" = ( -/turf/open/floor/prison{ - icon_state = "darkyellow2" - }, -/area/whiskey_outpost/inside/supply) "avM" = ( /obj/structure/largecrate/supply/supplies/plasteel, /obj/structure/machinery/light/small, @@ -7879,25 +3910,6 @@ "avQ" = ( /turf/open/gm/grass/gbcorner/north_east, /area/whiskey_outpost/outside/lane/one_south) -"avR" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/engineering) -"avS" = ( -/obj/structure/machinery/door/airlock/almayer/engineering{ - name = "Engineering Dorms"; - req_one_access = null - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/engineering) "avT" = ( /obj/structure/bed/roller, /turf/open/floor/whitegreenfull, @@ -7907,48 +3919,6 @@ /obj/structure/machinery/disposal, /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost/outside/mortar_pit) -"avV" = ( -/turf/open/floor/prison{ - dir = 4; - icon_state = "darkyellow2" - }, -/area/whiskey_outpost/inside/supply) -"avW" = ( -/obj/structure/bed/chair/office/dark{ - dir = 4; - layer = 3.25 - }, -/obj/effect/landmark/start/whiskey/cargo, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/supply) -"avX" = ( -/obj/structure/machinery/door/window/southleft{ - dir = 8; - req_one_access_txt = "2;21" - }, -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/door/window/northleft{ - dir = 4 - }, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/supply) -"avY" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor{ - dir = 8; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north) -"avZ" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/prison{ - icon_state = "cell_stripe" - }, -/area/whiskey_outpost/inside/bunker) "awa" = ( /turf/open/shuttle/dropship/light_grey_top_right, /area/whiskey_outpost/outside/lane/four_north) @@ -7956,12 +3926,6 @@ /obj/structure/flora/jungle/alienplant1, /turf/open/gm/coast/beachcorner2/north_west, /area/whiskey_outpost/outside/river/east) -"awc" = ( -/obj/structure/curtain/black, -/turf/open/floor/almayer{ - icon_state = "orangefull" - }, -/area/whiskey_outpost/inside/living) "awd" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -7969,57 +3933,10 @@ /obj/item/device/flashlight/lamp/tripod/grey, /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost) -"awe" = ( -/obj/item/cell/high, -/turf/open/shuttle/dropship{ - icon_state = "rasputin13" - }, -/area/whiskey_outpost/outside/lane/four_north) -"awf" = ( -/turf/open/floor/prison{ - dir = 8; - icon_state = "cell_stripe" - }, -/area/whiskey_outpost/inside/supply) "awg" = ( /obj/structure/machinery/computer/cryopod, /turf/open/floor/prison/floor_plate, /area/whiskey_outpost/inside/supply) -"awh" = ( -/obj/structure/window/reinforced{ - dir = 4; - health = 80 - }, -/obj/structure/window/reinforced{ - dir = 8; - health = 250 - }, -/obj/structure/bed, -/obj/item/bedsheet/hos, -/obj/effect/landmark/start/whiskey/maint, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/engineering) -"awi" = ( -/obj/structure/window/reinforced{ - dir = 4; - health = 80 - }, -/obj/structure/window/reinforced{ - dir = 8; - health = 250 - }, -/obj/structure/bed, -/obj/item/bedsheet/hos, -/obj/structure/machinery/light/small, -/obj/effect/landmark/start/whiskey/maint, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/engineering) "awj" = ( /obj/structure/disposalpipe/segment{ dir = 8; @@ -8028,39 +3945,6 @@ /obj/effect/landmark/start/whiskey/leader, /turf/open/gm/dirt, /area/whiskey_outpost/outside/lane/three_south) -"awk" = ( -/obj/structure/window/reinforced{ - dir = 8; - health = 250 - }, -/obj/structure/window/reinforced{ - dir = 4; - health = 80 - }, -/obj/structure/bed, -/obj/item/bedsheet/hos, -/obj/effect/landmark/start/whiskey/maint, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/engineering) -"awl" = ( -/obj/structure/disposaloutlet{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/machinery/light/small, -/turf/open/floor/prison{ - dir = 4; - icon_state = "darkyellowfull2" - }, -/area/whiskey_outpost/inside/engineering) "awm" = ( /turf/open/jungle/impenetrable, /area/whiskey_outpost/outside/lane/two_north) @@ -8072,18 +3956,6 @@ /obj/effect/landmark/start/whiskey/leader, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/pillbox/three) -"awp" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker) -"awq" = ( -/obj/structure/machinery/cm_vending/sorted/cargo_guns/squad_prep/wo, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker) "awr" = ( /obj/structure/machinery/shower{ dir = 8; @@ -8097,36 +3969,12 @@ "aws" = ( /turf/open/gm/river, /area/whiskey_outpost/outside/lane/one_south) -"awt" = ( -/obj/structure/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker) "awu" = ( /obj/structure/machinery/floodlight{ light_on = 1 }, /turf/open/floor/plating/asteroidwarning/northwest, /area/whiskey_outpost/outside/north/platform) -"awv" = ( -/turf/open/jungle{ - bushes_spawn = 0; - icon_state = "grass_impenetrable" - }, -/area/whiskey_outpost/outside/lane/two_south) -"aww" = ( -/obj/structure/barricade/plasteel/wired{ - dir = 4 - }, -/turf/open/floor{ - dir = 8; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) "awx" = ( /obj/structure/platform_decoration{ dir = 4 @@ -8142,46 +3990,10 @@ /obj/structure/surface/rack, /turf/open/floor/prison/floor_marked/southwest, /area/whiskey_outpost/inside/bunker/bunker/front) -"awz" = ( -/obj/structure/machinery/conveyor{ - dir = 4; - id = "trash" - }, -/obj/structure/machinery/door/window/northleft, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/prison{ - dir = 4; - icon_state = "darkyellowfull2" - }, -/area/whiskey_outpost/inside/engineering) -"awA" = ( -/obj/structure/machinery/conveyor{ - dir = 4; - id = "trash" - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/plasticflaps, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/prison{ - dir = 4; - icon_state = "darkyellowfull2" - }, -/area/whiskey_outpost/inside/engineering) "awB" = ( /obj/structure/machinery/recharge_station, /turf/open/floor/almayer/cargo, /area/whiskey_outpost/inside/cic) -"awC" = ( -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker) "awD" = ( /obj/structure/disposalpipe/segment{ dir = 4; @@ -8197,42 +4009,10 @@ "awF" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner/north_west, /area/whiskey_outpost/outside/lane/four_south) -"awG" = ( -/obj/structure/machinery/light{ - dir = 8 - }, -/turf/open/floor/prison{ - dir = 4; - icon_state = "darkyellowfull2" - }, -/area/whiskey_outpost/inside/supply) "awH" = ( /obj/effect/landmark/start/whiskey/engineer, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/pillbox/three) -"awI" = ( -/obj/structure/machinery/cm_vending/sorted/medical/wall_med{ - name = "Emergency NanoMed"; - pixel_x = 30; - req_access = null - }, -/obj/structure/sign/nosmoking_2{ - dir = 1; - pixel_y = 28 - }, -/turf/open/floor{ - dir = 5; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital/triage) -"awJ" = ( -/obj/structure/pipes/standard/simple/visible{ - dir = 5 - }, -/turf/open/floor{ - icon_state = "white" - }, -/area/whiskey_outpost/inside/hospital/triage) "awK" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_east, /area/whiskey_outpost/outside/lane/two_south) @@ -8244,22 +4024,6 @@ /obj/item/packageWrap, /turf/open/floor/prison, /area/whiskey_outpost/inside/supply) -"awM" = ( -/obj/structure/machinery/line_nexter{ - dir = 1; - id = "WOline1" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost) -"awN" = ( -/obj/effect/landmark/start/whiskey/marine, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "awO" = ( /obj/structure/disposalpipe/segment, /obj/structure/machinery/light/small{ @@ -8267,108 +4031,23 @@ }, /turf/open/floor/prison, /area/whiskey_outpost/inside/bunker) -"awP" = ( -/obj/structure/curtain/black, -/turf/open/floor/almayer{ - icon_state = "redfull" - }, -/area/whiskey_outpost/inside/living) -"awQ" = ( -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/supply) -"awR" = ( -/turf/open/jungle{ - bushes_spawn = 0; - icon_state = "grass_impenetrable" - }, -/area/whiskey_outpost/outside/lane/one_north) -"awS" = ( -/obj/structure/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker) "awT" = ( /turf/open/jungle, /area/whiskey_outpost/outside/lane/four_south) -"awU" = ( -/obj/structure/machinery/cm_vending/sorted/medical/wall_med{ - name = "Emergency NanoMed"; - pixel_x = -30; - req_access = null - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) -"awV" = ( -/obj/structure/machinery/door/airlock/almayer/marine/requisitions{ - dir = 8; - name = "\improper Supply Depo"; - no_panel = 1; - not_weldable = 1 - }, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/supply) "awW" = ( /obj/effect/landmark/start/whiskey/marine, /turf/open/floor/prison, /area/whiskey_outpost/inside/bunker) -"awX" = ( -/obj/structure/machinery/m56d_hmg/mg_turret{ - dir = 4; - icon_state = "towergun" - }, -/turf/open/floor/plating/plating_catwalk/prison, -/area/whiskey_outpost/inside/bunker) -"awY" = ( -/obj/structure/surface/rack, -/obj/item/ammo_box/magazine, -/obj/item/ammo_box/magazine, -/obj/item/ammo_box/magazine/ext, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker) -"awZ" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor{ - dir = 4; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) -"axa" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, -/obj/structure/surface/rack, -/obj/effect/landmark/wo_supplies/storage/belts/grenade, -/turf/open/floor/prison{ - icon_state = "floor_plate" +"awX" = ( +/obj/structure/machinery/m56d_hmg/mg_turret{ + dir = 4; + icon_state = "towergun" }, +/turf/open/floor/plating/plating_catwalk/prison, /area/whiskey_outpost/inside/bunker) "axb" = ( /turf/closed/wall/r_wall/unmeltable, /area/whiskey_outpost/outside/north/beach) -"axc" = ( -/obj/structure/machinery/light/small, -/obj/structure/machinery/power/reactor/colony, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/engineering) "axd" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -8387,12 +4066,6 @@ /obj/effect/landmark/start/whiskey/maint, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/engineering) -"axg" = ( -/turf/open/floor/prison{ - dir = 4; - icon_state = "darkyellowfull2" - }, -/area/whiskey_outpost/inside/supply) "axh" = ( /obj/structure/barricade/sandbags/wired{ dir = 8; @@ -8407,12 +4080,6 @@ }, /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost/inside/bunker/bunker/front) -"axj" = ( -/obj/structure/machinery/cm_vending/gear/commanding_officer, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/cic) "axk" = ( /obj/structure/surface/rack, /obj/structure/machinery/light{ @@ -8433,12 +4100,6 @@ /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/prison, /area/whiskey_outpost/inside/bunker/bunker/front) -"axm" = ( -/obj/structure/surface/rack, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker) "axn" = ( /obj/structure/disposalpipe/trunk, /obj/structure/machinery/disposal, @@ -8457,15 +4118,6 @@ }, /turf/open/gm/coast/south, /area/whiskey_outpost/outside/lane/four_north) -"axr" = ( -/obj/structure/surface/rack, -/obj/item/ammo_box/magazine/m39, -/obj/item/ammo_box/magazine/m39, -/obj/item/ammo_box/magazine/m39/ext, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker) "axs" = ( /obj/structure/disposalpipe/segment{ dir = 1; @@ -8474,14 +4126,6 @@ /obj/effect/landmark/start/whiskey/maint, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/engineering) -"axt" = ( -/obj/structure/disposalpipe/sortjunction{ - sortType = "Western Entrance Pillbox" - }, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker) "axu" = ( /obj/structure/disposalpipe/segment{ dir = 8; @@ -8514,13 +4158,6 @@ icon_state = "rasputin9" }, /area/whiskey_outpost/outside/lane/four_north) -"axy" = ( -/obj/effect/decal/cleanable/blood/writing, -/turf/open/jungle{ - bushes_spawn = 0; - icon_state = "grass_impenetrable" - }, -/area/whiskey_outpost/outside/south/very_far) "axz" = ( /obj/structure/largecrate/supply/medicine/iv, /turf/open/floor/whitegreen/north, @@ -8529,47 +4166,9 @@ /obj/structure/machinery/autodoc_console, /turf/open/floor/whitegreen/north, /area/whiskey_outpost/inside/hospital/triage) -"axB" = ( -/obj/structure/surface/rack, -/obj/item/ammo_box/magazine/m4ra, -/obj/item/ammo_box/magazine/m4ra, -/obj/structure/machinery/light/small, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker) "axC" = ( /turf/open/gm/dirt, /area/whiskey_outpost/outside/south/far) -"axD" = ( -/obj/structure/surface/rack, -/obj/item/ammo_box/magazine/shotgun/buckshot, -/obj/item/ammo_box/magazine/shotgun/flechette, -/obj/item/ammo_box/magazine/shotgun, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker) -"axE" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, -/obj/structure/surface/rack, -/obj/effect/landmark/wo_supplies/storage/machete, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/three) -"axF" = ( -/obj/structure/machinery/cm_vending/clothing/marine/charlie{ - density = 0; - pixel_x = -16 - }, -/turf/open/floor/almayer{ - icon_state = "emeraldfull" - }, -/area/whiskey_outpost/inside/living) "axG" = ( /obj/structure/cargo_container/grant/left, /turf/open/jungle, @@ -8581,42 +4180,16 @@ "axI" = ( /turf/open/jungle/clear, /area/whiskey_outpost/inside/caves/caverns/east) -"axJ" = ( -/obj/structure/surface/rack, -/obj/item/ammo_box/magazine/m4a3, -/obj/item/ammo_box/magazine/m44, -/obj/item/ammo_box/magazine/mod88, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker) "axK" = ( /obj/item/lightstick/red/planted, /turf/open/gm/dirtgrassborder/west, /area/whiskey_outpost/outside/south/very_far) -"axL" = ( -/obj/effect/decal/cleanable/blood/writing{ - dir = 1 - }, -/turf/open/jungle/impenetrable{ - icon_state = "grass_clear" - }, -/area/whiskey_outpost/outside/south/very_far) "axM" = ( /obj/structure/barricade/metal/wired{ dir = 4 }, /turf/open/floor/plating/plating_catwalk/prison, /area/whiskey_outpost/inside/bunker) -"axN" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor{ - dir = 4; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) "axO" = ( /turf/open/jungle, /area/whiskey_outpost/outside/lane/three_south) @@ -8628,15 +4201,6 @@ }, /turf/open/floor/prison, /area/whiskey_outpost/inside/bunker) -"axQ" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor{ - dir = 8; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) "axR" = ( /obj/structure/platform{ dir = 1 @@ -8653,50 +4217,16 @@ /obj/effect/landmark/start/whiskey/marine, /turf/open/floor/prison/floor_marked/southwest, /area/whiskey_outpost/inside/bunker/bunker/front) -"axT" = ( -/obj/effect/landmark/start/whiskey/doctor, -/turf/open/floor{ - icon_state = "white" - }, -/area/whiskey_outpost/inside/hospital) "axU" = ( /obj/effect/decal/medical_decals{ icon_state = "triagedecalbottom" }, /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost) -"axV" = ( -/obj/effect/landmark/start/whiskey/spec, -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) "axW" = ( /obj/structure/machinery/cm_vending/sorted/medical, /turf/open/floor/whitegreen, /area/whiskey_outpost/inside/hospital/triage) -"axX" = ( -/obj/structure/window/reinforced{ - dir = 4; - pixel_x = -2; - pixel_y = 4 - }, -/obj/structure/bed{ - can_buckle = 0 - }, -/obj/structure/bed{ - buckling_y = 13; - layer = 3.5; - pixel_y = 13 - }, -/turf/open/floor/almayer{ - icon_state = "emeraldfull" - }, -/area/whiskey_outpost/inside/living) "axY" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/asteroidfloor/north, @@ -8704,13 +4234,6 @@ "axZ" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_east, /area/whiskey_outpost/outside/lane/two_south) -"aya" = ( -/obj/effect/landmark/whiskey_outpost/supplydrops, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_marked" - }, -/area/whiskey_outpost/inside/supply) "ayb" = ( /obj/structure/machinery/light{ unacidable = 1; @@ -8743,12 +4266,6 @@ /obj/structure/filingcabinet/security, /turf/open/floor/prison, /area/whiskey_outpost/inside/living) -"ayf" = ( -/turf/open/floor/prison{ - dir = 10; - icon_state = "darkyellow2" - }, -/area/whiskey_outpost/inside/supply) "ayg" = ( /obj/structure/barricade/sandbags/wired, /obj/structure/barricade/sandbags/wired{ @@ -8757,13 +4274,6 @@ }, /turf/open/gm/dirt, /area/whiskey_outpost/outside/north/northeast) -"ayh" = ( -/obj/structure/machinery/cryopod, -/obj/structure/machinery/light/small, -/turf/open/floor{ - icon_state = "whitegreenfull" - }, -/area/whiskey_outpost/inside/hospital) "ayi" = ( /obj/structure/machinery/line_nexter{ dir = 1; @@ -8771,23 +4281,6 @@ }, /turf/open/floor/asteroidwarning/north, /area/whiskey_outpost) -"ayj" = ( -/obj/effect/landmark/start/whiskey/cargo, -/obj/structure/disposalpipe/segment, -/turf/open/floor/prison{ - dir = 8; - icon_state = "darkyellowcorners2" - }, -/area/whiskey_outpost/inside/supply) -"ayk" = ( -/obj/structure/platform{ - dir = 4 - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) "ayl" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, /area/whiskey_outpost/inside/caves/caverns/west) @@ -8799,17 +4292,6 @@ /obj/structure/barricade/sandbags/wired, /turf/open/floor/plating/asteroidwarning/southwest, /area/whiskey_outpost/outside/north/platform) -"ayn" = ( -/obj/structure/platform_decoration, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) "ayo" = ( /obj/structure/barricade/sandbags/wired{ dir = 1; @@ -8817,15 +4299,6 @@ }, /turf/open/gm/coast/beachcorner/north_west, /area/whiskey_outpost/outside/lane/four_south) -"ayp" = ( -/obj/structure/platform{ - dir = 8 - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) "ayq" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/white, @@ -8854,64 +4327,15 @@ /obj/structure/sign/prop3, /turf/closed/wall/r_wall/unmeltable, /area/whiskey_outpost/inside/supply) -"ayw" = ( -/turf/open/floor/prison{ - icon_state = "cell_stripe" - }, -/area/whiskey_outpost/inside/bunker) -"ayx" = ( -/obj/structure/machinery/light/small, -/obj/effect/landmark/thunderdome/observer, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker) "ayy" = ( /obj/structure/machinery/light/small{ dir = 1 }, /turf/open/floor/prison, /area/whiskey_outpost/inside/bunker) -"ayz" = ( -/obj/structure/window/reinforced{ - dir = 4; - health = 80 - }, -/turf/open/floor/prison{ - dir = 4; - icon_state = "darkyellowfull2" - }, -/area/whiskey_outpost/inside/supply) -"ayA" = ( -/obj/structure/platform_decoration{ - dir = 8 - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) -"ayB" = ( -/obj/structure/machinery/light{ - unacidable = 1; - unslashable = 1 - }, -/obj/structure/closet/secure_closet/cargotech, -/obj/item/clothing/accessory/storage/webbing, -/turf/open/floor/prison{ - dir = 4; - icon_state = "darkyellowfull2" - }, -/area/whiskey_outpost/inside/supply) "ayC" = ( /turf/open/gm/dirt, /area/whiskey_outpost/outside/lane/three_south) -"ayD" = ( -/obj/item/storage/box/m94, -/turf/open/floor/plating{ - icon_state = "platebot" - }, -/area/whiskey_outpost/outside/lane/one_north) "ayE" = ( /obj/structure/disposalpipe/sortjunction{ sortType = "Western Platform" @@ -8919,69 +4343,13 @@ /obj/effect/landmark/start/whiskey/smartgunner, /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost/outside/north/platform) -"ayF" = ( -/obj/structure/closet/secure_closet/cargotech, -/obj/item/clothing/accessory/storage/webbing, -/turf/open/floor/prison{ - dir = 4; - icon_state = "darkyellowfull2" - }, -/area/whiskey_outpost/inside/supply) -"ayG" = ( -/obj/structure/closet/secure_closet/req_officer, -/obj/item/clothing/suit/storage/marine/MP/SO, -/obj/structure/machinery/light{ - unacidable = 1; - unslashable = 1 - }, -/obj/structure/window/reinforced{ - dir = 4; - health = 80 - }, -/obj/item/tool/hand_labeler, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/prison{ - dir = 8; - icon_state = "darkyellow2" - }, -/area/whiskey_outpost/inside/supply) "ayH" = ( /turf/closed/wall/r_wall, /area/whiskey_outpost/outside/lane/three_south) -"ayI" = ( -/obj/structure/machinery/cm_vending/sorted/medical/wall_med{ - name = "Emergency NanoMed"; - pixel_x = 30; - req_access = null - }, -/obj/structure/machinery/cm_vending/sorted/cargo_guns/squad_prep/wo, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker) "ayJ" = ( /obj/effect/landmark/start/whiskey/marine, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/pillbox/two) -"ayK" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper Bunker" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker) -"ayL" = ( -/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ - name = "\improper Bunker" - }, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker) "ayM" = ( /obj/structure/largecrate/guns, /turf/open/floor/plating/warnplate/west, @@ -8992,45 +4360,6 @@ icon_state = "diagrasputin" }, /area/whiskey_outpost/outside/lane/four_north) -"ayO" = ( -/obj/structure/machinery/cm_vending/sorted/cargo_guns/squad_prep/wo, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker) -"ayP" = ( -/obj/structure/machinery/cm_vending/sorted/medical/wall_med{ - name = "Emergency NanoMed"; - pixel_x = 30; - req_access = null - }, -/obj/structure/machinery/cm_vending/sorted/uniform_supply/squad_prep/wo, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker) -"ayQ" = ( -/obj/structure/machinery/medical_pod/autodoc/unskilled{ - dir = 1 - }, -/turf/open/floor{ - dir = 9; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital/triage) -"ayR" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/turf/open/floor{ - dir = 4; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) "ayS" = ( /obj/structure/platform{ dir = 1 @@ -9050,27 +4379,6 @@ /obj/structure/flora/bush/ausbushes/reedbush, /turf/open/gm/river, /area/whiskey_outpost/outside/river/east) -"ayV" = ( -/obj/structure/machinery/light/small, -/turf/open/floor{ - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) -"ayW" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, -/obj/structure/machinery/cm_vending/clothing/medic, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) -"ayX" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor{ - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) "ayY" = ( /obj/structure/sign/poster/hero/voteno{ pixel_x = 32 @@ -9097,19 +4405,7 @@ "azb" = ( /obj/structure/machinery/medical_pod/autodoc/unskilled, /turf/open/floor/whitegreen/northeast, -/area/whiskey_outpost/inside/hospital/triage) -"azc" = ( -/turf/open/floor/prison{ - dir = 1; - icon_state = "cell_stripe" - }, -/area/whiskey_outpost/inside/bunker) -"azd" = ( -/obj/structure/machinery/autolathe/medilathe/full, -/turf/open/floor{ - icon_state = "white" - }, -/area/whiskey_outpost/inside/hospital) +/area/whiskey_outpost/inside/hospital/triage) "aze" = ( /obj/structure/bed/chair/dropship/passenger{ dir = 8; @@ -9119,40 +4415,9 @@ /obj/item/weapon/gun/rifle/lmg, /turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, /area/whiskey_outpost/outside/lane/four_north) -"azf" = ( -/obj/structure/barricade/sandbags/wired, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) -"azg" = ( -/obj/structure/platform{ - dir = 1 - }, -/obj/structure/platform{ - dir = 4 - }, -/obj/structure/platform_decoration{ - dir = 9 - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) "azh" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_west, /area/whiskey_outpost/outside/lane/two_north) -"azi" = ( -/obj/structure/disposalpipe/sortjunction/flipped{ - sortType = "Eastern Entrance Pillbox" - }, -/turf/open/floor/prison{ - dir = 1; - icon_state = "cell_stripe" - }, -/area/whiskey_outpost/inside/bunker) "azj" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -9175,29 +4440,9 @@ }, /turf/open/floor/white, /area/whiskey_outpost/inside/hospital/triage) -"azl" = ( -/obj/structure/machinery/power/apc/almayer, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) -"azm" = ( -/obj/item/storage/box/explosive_mines, -/turf/open/floor/plating{ - icon_state = "platebot" - }, -/area/whiskey_outpost/outside/lane/one_north) "azn" = ( /turf/open/gm/dirt/desert1, /area/whiskey_outpost/outside/lane/two_south) -"azo" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor{ - dir = 4; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) "azp" = ( /obj/structure/machinery/m56d_hmg/mg_turret, /obj/structure/barricade/sandbags/wired, @@ -9218,19 +4463,6 @@ /obj/structure/machinery/colony_floodlight, /turf/open/gm/dirt, /area/whiskey_outpost/outside/north/beach) -"azt" = ( -/turf/open/jungle{ - bushes_spawn = 0; - icon_state = "grass_impenetrable" - }, -/area/whiskey_outpost/outside/south/far) -"azu" = ( -/obj/effect/landmark/start/whiskey/engineer, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/three) "azv" = ( /obj/item/cell/high, /turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, @@ -9250,31 +4482,6 @@ /obj/structure/disposalpipe/segment, /turf/open/jungle/impenetrable, /area/whiskey_outpost/outside/lane/three_south) -"azA" = ( -/obj/structure/machinery/cm_vending/clothing/marine/charlie{ - density = 0; - pixel_x = 16 - }, -/turf/open/floor/almayer{ - icon_state = "emeraldfull" - }, -/area/whiskey_outpost/inside/living) -"azB" = ( -/obj/structure/disposalpipe/trunk, -/obj/structure/machinery/disposal, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) -"azC" = ( -/obj/structure/surface/rack, -/obj/effect/landmark/wo_supplies/ammo/box/m41a, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/one) "azD" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -9284,17 +4491,6 @@ }, /turf/open/floor/prison, /area/whiskey_outpost/inside/bunker) -"azE" = ( -/obj/structure/surface/rack, -/obj/item/clothing/under/shorts/blue, -/obj/item/clothing/under/shorts/black, -/obj/item/clothing/under/shorts/black, -/obj/item/clothing/under/shorts/blue, -/turf/open/jungle{ - bushes_spawn = 0; - icon_state = "grass_impenetrable" - }, -/area/whiskey_outpost/outside/north) "azF" = ( /obj/structure/surface/rack, /obj/effect/landmark/wo_supplies/ammo/box/m41a, @@ -9333,14 +4529,6 @@ /obj/structure/machinery/cm_vending/clothing/medic, /turf/open/floor/prison/floor_plate, /area/whiskey_outpost/inside/bunker/bunker/front) -"azM" = ( -/obj/effect/landmark/start/whiskey/smartgunner, -/obj/structure/barricade/sandbags/wired, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) "azN" = ( /obj/structure/machinery/cm_vending/sorted/medical/marinemed, /turf/open/floor/whitegreen, @@ -9364,24 +4552,6 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/whiskey_outpost/inside/supply) -"azQ" = ( -/obj/structure/window/reinforced{ - dir = 4; - pixel_x = -2; - pixel_y = 4 - }, -/obj/structure/bed{ - can_buckle = 0 - }, -/obj/structure/bed{ - buckling_y = 13; - layer = 3.5; - pixel_y = 13 - }, -/turf/open/floor/almayer{ - icon_state = "bluefull" - }, -/area/whiskey_outpost/inside/living) "azR" = ( /obj/structure/barricade/sandbags/wired{ dir = 8; @@ -9389,16 +4559,6 @@ }, /turf/open/gm/dirt, /area/whiskey_outpost/outside/north/beach) -"azS" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 8; - icon_state = "sandbag_0" - }, -/turf/open/floor/plating{ - dir = 9; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) "azT" = ( /obj/structure/machinery/door/airlock/almayer/maint{ no_panel = 1; @@ -9417,15 +4577,6 @@ }, /turf/open/floor/prison, /area/whiskey_outpost/inside/bunker) -"azW" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker) "azX" = ( /turf/open/gm/coast/south, /area/whiskey_outpost/outside/river) @@ -9446,26 +4597,12 @@ "aAa" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_east, /area/whiskey_outpost/outside/lane/three_north) -"aAb" = ( -/obj/structure/machinery/autodoc_console, -/turf/open/floor{ - dir = 1; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital/triage) "aAc" = ( /obj/structure/platform{ dir = 4 }, /turf/open/gm/coast/beachcorner2/north_east, /area/whiskey_outpost/outside/lane/four_north) -"aAd" = ( -/obj/structure/machinery/colony_floodlight, -/turf/open/jungle{ - bushes_spawn = 0; - icon_state = "grass_impenetrable" - }, -/area/whiskey_outpost/outside/south/far) "aAe" = ( /turf/closed/wall/rock/brown, /area/whiskey_outpost/inside/bunker/bunker/front) @@ -9509,14 +4646,6 @@ }, /turf/open/floor/plating/warnplate/southeast, /area/whiskey_outpost/outside/north/beach) -"aAm" = ( -/obj/structure/surface/rack, -/obj/effect/landmark/wo_supplies/guns/common/m41a, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/two) "aAn" = ( /turf/closed/wall/r_wall, /area/whiskey_outpost/inside/bunker/pillbox/three) @@ -9524,15 +4653,6 @@ /obj/structure/extinguisher_cabinet, /turf/closed/wall/r_wall, /area/whiskey_outpost/inside/bunker/pillbox/one) -"aAp" = ( -/obj/effect/decal/cleanable/blood/writing{ - dir = 1 - }, -/turf/open/jungle{ - bushes_spawn = 0; - icon_state = "grass_impenetrable" - }, -/area/whiskey_outpost/outside/lane/one_south) "aAq" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -9545,16 +4665,6 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/whiskey_outpost/inside/bunker) -"aAs" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/paper_bin/uscm{ - pixel_y = 7 - }, -/obj/item/tool/pen, -/turf/open/floor{ - icon_state = "whitegreenfull" - }, -/area/whiskey_outpost/inside/hospital) "aAt" = ( /obj/structure/machinery/light/small{ dir = 8 @@ -9584,13 +4694,6 @@ /obj/structure/curtain/shower, /turf/open/floor/prison/sterile_white, /area/whiskey_outpost/inside/bunker/bunker/front) -"aAy" = ( -/obj/structure/machinery/gel_refiller, -/turf/open/floor{ - dir = 4; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) "aAz" = ( /obj/structure/machinery/conveyor_switch{ id = "crate" @@ -9603,23 +4706,6 @@ "aAA" = ( /turf/open/jungle, /area/whiskey_outpost/outside/south/far) -"aAB" = ( -/obj/structure/machinery/m56d_hmg/mg_turret{ - dir = 8; - icon_state = "towergun" - }, -/turf/open/floor{ - dir = 8; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) -"aAC" = ( -/obj/structure/machinery/colony_floodlight, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) "aAD" = ( /obj/effect/decal/cleanable/blood/writing{ dir = 1 @@ -9631,14 +4717,6 @@ /obj/structure/flora/jungle/planttop1, /turf/open/jungle, /area/whiskey_outpost/outside/lane/two_north) -"aAF" = ( -/obj/structure/surface/rack, -/obj/item/tool/crowbar, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/three) "aAG" = ( /obj/structure/machinery/optable, /turf/open/floor/whitegreenfull, @@ -9656,13 +4734,6 @@ }, /turf/open/jungle, /area/whiskey_outpost/outside/south/very_far) -"aAJ" = ( -/obj/effect/landmark/start/whiskey/leader, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aAK" = ( /turf/open/gm/dirtgrassborder/north, /area/whiskey_outpost/outside/north/beach) @@ -9714,15 +4785,6 @@ }, /turf/open/gm/river, /area/whiskey_outpost/outside/south) -"aAR" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) "aAS" = ( /obj/structure/flora/bush/ausbushes/var3/sparsegrass, /obj/structure/machinery/defenses/sentry/premade{ @@ -9744,16 +4806,6 @@ }, /turf/open/floor/prison/darkyellowfull2/east, /area/whiskey_outpost/inside/engineering) -"aAU" = ( -/obj/effect/decal/warning_stripes/asteroid{ - dir = 1; - icon_state = "warning_s" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north) "aAV" = ( /turf/open/gm/coast/north, /area/whiskey_outpost/outside/river/west) @@ -9772,17 +4824,6 @@ "aAY" = ( /turf/open/gm/coast/south, /area/whiskey_outpost/outside/river/east) -"aAZ" = ( -/obj/structure/barricade/sandbags/wired, -/obj/structure/barricade/sandbags/wired{ - dir = 8; - icon_state = "sandbag_0" - }, -/turf/open/floor/plating{ - dir = 10; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) "aBa" = ( /obj/structure/machinery/cm_vending/gear/medic, /turf/open/floor/asteroidfloor/north, @@ -9793,44 +4834,14 @@ }, /turf/open/gm/river, /area/whiskey_outpost/outside/south) -"aBc" = ( -/obj/structure/machinery/defenses/sentry/premade, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) "aBd" = ( /obj/structure/sign/poster, /turf/closed/wall/r_wall, /area/whiskey_outpost/inside/living) -"aBe" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 4; - icon_state = "sandbag_0" - }, -/turf/open/floor{ - dir = 4; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) "aBf" = ( /obj/structure/disposalpipe/segment, /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_west, /area/whiskey_outpost/outside/lane/three_north) -"aBg" = ( -/obj/structure/platform_decoration{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) "aBh" = ( /obj/structure/flora/bush/ausbushes/var3/stalkybush, /turf/open/gm/river, @@ -9854,77 +4865,9 @@ }, /turf/open/floor/plating/asteroidwarning/southwest, /area/whiskey_outpost/outside/north/platform) -"aBl" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) -"aBm" = ( -/obj/structure/machinery/colony_floodlight, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker) -"aBn" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) -"aBo" = ( -/obj/structure/barricade/sandbags/wired, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) "aBp" = ( /turf/open/floor/asteroidwarning/west, /area/whiskey_outpost/outside/north/northeast) -"aBq" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 4; - icon_state = "sandbag_0" - }, -/obj/structure/barricade/sandbags/wired{ - dir = 1; - icon_state = "sandbag_0" - }, -/turf/open/floor/plating{ - dir = 5; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) -"aBr" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, -/obj/structure/machinery/cm_vending/clothing/medic, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) -"aBs" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor{ - dir = 4; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) "aBt" = ( /obj/structure/barricade/plasteel/wired{ dir = 8 @@ -9934,13 +4877,6 @@ }, /turf/open/floor/plating/plating_catwalk/prison, /area/whiskey_outpost/inside/bunker) -"aBu" = ( -/obj/structure/machinery/disposal, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker) "aBv" = ( /obj/effect/decal/cleanable/blood/writing, /turf/open/jungle, @@ -9953,43 +4889,20 @@ /area/whiskey_outpost/inside/bunker) "aBx" = ( /obj/structure/machinery/cryopod, -/turf/open/floor/prison/floor_plate/southwest, -/area/whiskey_outpost/inside/bunker/pillbox/four) -"aBy" = ( -/turf/open/gm/coast/beachcorner/south_east, -/area/whiskey_outpost/outside/river/east) -"aBz" = ( -/turf/open/gm/coast/beachcorner2/north_west, -/area/whiskey_outpost/outside/river/east) -"aBA" = ( -/obj/structure/platform_decoration{ - dir = 8 - }, -/turf/open/gm/dirt, -/area/whiskey_outpost/outside/north/beach) -"aBB" = ( -/obj/structure/machinery/door/airlock/almayer/marine/charlie{ - dir = 1; - name = "\improper Pillbox Vodka"; - req_access = null; - req_one_access = null - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/three) -"aBC" = ( -/obj/structure/barricade/sandbags/wired, -/obj/structure/barricade/sandbags/wired{ - dir = 8; - icon_state = "sandbag_0" - }, -/turf/open/floor{ - dir = 8; - icon_state = "asteroidwarning" +/turf/open/floor/prison/floor_plate/southwest, +/area/whiskey_outpost/inside/bunker/pillbox/four) +"aBy" = ( +/turf/open/gm/coast/beachcorner/south_east, +/area/whiskey_outpost/outside/river/east) +"aBz" = ( +/turf/open/gm/coast/beachcorner2/north_west, +/area/whiskey_outpost/outside/river/east) +"aBA" = ( +/obj/structure/platform_decoration{ + dir = 8 }, -/area/whiskey_outpost/outside/north/platform) +/turf/open/gm/dirt, +/area/whiskey_outpost/outside/north/beach) "aBD" = ( /obj/structure/barricade/metal/wired, /turf/open/floor/prison/floor_plate/southwest, @@ -10001,17 +4914,6 @@ "aBF" = ( /turf/open/gm/coast/beachcorner2/north_east, /area/whiskey_outpost/outside/river/west) -"aBG" = ( -/obj/structure/barricade/sandbags/wired, -/obj/structure/barricade/sandbags/wired{ - dir = 8; - icon_state = "sandbag_0" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) "aBH" = ( /obj/structure/machinery/light/small{ dir = 4 @@ -10024,16 +4926,6 @@ }, /turf/open/floor/prison/cell_stripe/north, /area/whiskey_outpost/inside/bunker) -"aBJ" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 1; - icon_state = "sandbag_0" - }, -/turf/open/floor/plating{ - dir = 1; - icon_state = "warnplate" - }, -/area/whiskey_outpost/outside/north/beach) "aBK" = ( /turf/open/jungle/clear, /area/whiskey_outpost/outside/south/very_far) @@ -10043,41 +4935,6 @@ }, /turf/open/gm/dirt, /area/whiskey_outpost/outside/north/beach) -"aBM" = ( -/obj/structure/cargo_container/watatsumi/right, -/turf/open/jungle{ - bushes_spawn = 0; - icon_state = "grass_impenetrable" - }, -/area/whiskey_outpost/outside/south) -"aBN" = ( -/obj/effect/landmark/start/whiskey/marine, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) -"aBO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/barricade/sandbags/wired, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) -"aBP" = ( -/obj/structure/machinery/shower{ - dir = 8; - layer = 3.3 - }, -/obj/effect/landmark/start/whiskey/marine, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aBQ" = ( /turf/open/gm/dirt, /area/whiskey_outpost/outside/lane/three_north) @@ -10085,65 +4942,10 @@ /obj/effect/landmark/whiskey_outpost/supplydrops, /turf/open/floor/prison/floor_marked/southwest, /area/whiskey_outpost/inside/supply) -"aBS" = ( -/obj/item/storage/box/m94, -/turf/open/jungle{ - bushes_spawn = 0; - icon_state = "grass_impenetrable" - }, -/area/whiskey_outpost/outside/lane/one_north) -"aBT" = ( -/turf/open/floor{ - dir = 8; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) -"aBU" = ( -/obj/structure/barricade/sandbags/wired, -/obj/structure/barricade/sandbags/wired{ - dir = 4; - icon_state = "sandbag_0" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) -"aBV" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" - }, -/obj/structure/platform{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) "aBW" = ( /obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/gm/dirt, /area/whiskey_outpost/outside/lane/four_north) -"aBX" = ( -/obj/structure/machinery/cm_vending/clothing/marine/bravo{ - density = 0; - pixel_x = -16 - }, -/turf/open/floor/almayer{ - icon_state = "orangefull" - }, -/area/whiskey_outpost/inside/living) -"aBY" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) "aBZ" = ( /obj/effect/decal/medical_decals{ icon_state = "docstriping" @@ -10161,19 +4963,6 @@ }, /turf/open/floor/whitegreen/west, /area/whiskey_outpost/inside/hospital) -"aCa" = ( -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" - }, -/obj/structure/platform{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) "aCb" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -10181,15 +4970,6 @@ /obj/structure/barricade/sandbags/wired, /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost/outside/north/platform) -"aCc" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aCd" = ( /obj/structure/disposalpipe/segment{ dir = 8; @@ -10200,24 +4980,6 @@ "aCe" = ( /turf/open/gm/grass/grassbeach/west, /area/whiskey_outpost/outside/lane/one_north) -"aCf" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor{ - icon_state = "white" - }, -/area/whiskey_outpost/inside/hospital/triage) -"aCg" = ( -/obj/structure/machinery/m56d_hmg/mg_turret{ - dir = 4; - icon_state = "towergun" - }, -/turf/open/floor{ - dir = 4; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) "aCh" = ( /turf/closed/wall/wood, /area/whiskey_outpost/inside/caves/caverns) @@ -10262,80 +5024,6 @@ /obj/structure/barricade/metal/wired, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/pillbox/three) -"aCq" = ( -/turf/open/floor/plating{ - dir = 1; - icon_state = "warnplate" - }, -/area/whiskey_outpost/outside/north/northeast) -"aCr" = ( -/obj/structure/barricade/plasteel/wired{ - dir = 8 - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) -"aCs" = ( -/obj/structure/machinery/chem_master{ - tether_range = 4 - }, -/turf/open/floor{ - dir = 6; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) -"aCt" = ( -/obj/structure/platform_decoration{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) -"aCu" = ( -/obj/structure/platform_decoration{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) -"aCv" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/reagentgrinder, -/obj/item/stack/sheet/mineral/phoron{ - amount = 25; - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/reagent_container/glass/beaker, -/obj/item/reagent_container/glass/beaker, -/obj/item/reagent_container/glass/beaker/large, -/obj/item/reagent_container/glass/beaker/large, -/turf/open/floor{ - dir = 8; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) -"aCw" = ( -/obj/structure/barricade/sandbags/wired, -/turf/open/floor{ - dir = 6; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) -"aCx" = ( -/turf/open/floor{ - dir = 4; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) "aCy" = ( /obj/structure/barricade/metal/wired, /turf/open/floor/plating/plating_catwalk/prison, @@ -10347,33 +5035,9 @@ "aCA" = ( /turf/open/floor/plating, /area/whiskey_outpost/outside/north/northeast) -"aCB" = ( -/obj/effect/landmark/start/whiskey/marine, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/three) -"aCC" = ( -/obj/structure/machinery/chem_dispenser, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor{ - dir = 10; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) "aCD" = ( /turf/open/gm/river, /area/whiskey_outpost/outside/lane/one_north) -"aCE" = ( -/obj/structure/machinery/cm_vending/clothing/medic, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost) "aCF" = ( /obj/item/storage/box/m94, /turf/open/shuttle/dropship/light_grey_single_wide_up_to_down, @@ -10418,17 +5082,6 @@ /obj/item/tool/crowbar, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/pillbox/four) -"aCM" = ( -/obj/structure/barricade/sandbags/wired, -/obj/structure/barricade/sandbags/wired{ - dir = 4; - icon_state = "sandbag_0" - }, -/turf/open/floor/plating{ - dir = 6; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) "aCN" = ( /obj/structure/barricade/metal/wired, /turf/open/gm/dirt, @@ -10446,13 +5099,6 @@ /obj/item/ammo_box/magazine/shotgun, /turf/open/floor/prison/floor_plate, /area/whiskey_outpost/inside/bunker) -"aCQ" = ( -/obj/structure/barricade/plasteel/wired, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/two) "aCR" = ( /turf/closed/wall/rock/brown, /area/whiskey_outpost/outside/lane/four_south) @@ -10473,15 +5119,6 @@ /obj/structure/machinery/colony_floodlight, /turf/open/gm/dirt, /area/whiskey_outpost/outside/lane/four_south) -"aCU" = ( -/obj/structure/machinery/floodlight{ - light_on = 1 - }, -/turf/open/floor/plating{ - dir = 5; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) "aCV" = ( /obj/structure/barricade/plasteel/wired{ dir = 4 @@ -10550,101 +5187,14 @@ }, /turf/open/gm/dirt, /area/whiskey_outpost/outside/north/beach) -"aDk" = ( -/obj/item/device/flashlight/lamp/tripod/grey, -/turf/open/floor/prison, -/area/whiskey_outpost/inside/supply) -"aDl" = ( -/obj/structure/window/framed/colony/reinforced, -/turf/open/floor/prison/floor_plate, -/area/whiskey_outpost/inside/cic) -"aDm" = ( -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/effect/landmark/start/whiskey/marine, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) -"aDn" = ( -/turf/open/floor{ - dir = 1; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) -"aDo" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/beach) -"aDp" = ( -/turf/open/floor{ - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) -"aDq" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/northeast) -"aDr" = ( -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/northeast) -"aDs" = ( -/turf/open/floor/plating{ - dir = 4; - icon_state = "warnplate" - }, -/area/whiskey_outpost/outside/north/northeast) -"aDt" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 1; - icon_state = "sandbag_0" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/beach) -"aDu" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/start/whiskey/marine, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) -"aDv" = ( -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) +"aDk" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/prison, +/area/whiskey_outpost/inside/supply) +"aDl" = ( +/obj/structure/window/framed/colony/reinforced, +/turf/open/floor/prison/floor_plate, +/area/whiskey_outpost/inside/cic) "aDw" = ( /obj/structure/surface/table/woodentable/poor, /obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, @@ -10659,14 +5209,6 @@ /obj/structure/surface/table/woodentable/poor, /turf/open/floor/wood, /area/whiskey_outpost/inside/caves/caverns) -"aDz" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/start/whiskey/marine, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) "aDA" = ( /obj/structure/platform, /obj/structure/stairs/perspective{ @@ -10675,32 +5217,6 @@ }, /turf/open/gm/dirt, /area/whiskey_outpost/outside/north/platform) -"aDB" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/effect/landmark/start/whiskey/marine, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) -"aDC" = ( -/obj/structure/barricade/plasteel/wired{ - dir = 4 - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) -"aDD" = ( -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/beach) "aDE" = ( /turf/open/gm/coast/beachcorner2/south_east, /area/whiskey_outpost/outside/river/east) @@ -10725,70 +5241,22 @@ "aDI" = ( /turf/open/floor/plating/warnplate/east, /area/whiskey_outpost/outside/lane/one_north) -"aDJ" = ( -/obj/structure/machinery/cryopod, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/four) "aDK" = ( /obj/structure/cargo_container/watatsumi/leftmid, /turf/open/floor/plating, /area/whiskey_outpost/outside/north/northeast) -"aDL" = ( -/turf/open/floor/plating{ - dir = 8; - icon_state = "warnplate" - }, -/area/whiskey_outpost/outside/north/northeast) "aDM" = ( /obj/structure/machinery/floodlight{ anchored = 0 }, /turf/open/floor/plating, /area/whiskey_outpost/outside/north/northeast) -"aDN" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 8; - icon_state = "sandbag_0" - }, -/obj/structure/barricade/sandbags/wired{ - dir = 1; - icon_state = "sandbag_0" - }, -/obj/structure/machinery/defenses/sentry/premade{ - dir = 8 - }, -/turf/open/floor{ - dir = 8; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) -"aDO" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/start/whiskey/smartgunner, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) "aDP" = ( /obj/structure/platform{ dir = 8 }, /turf/open/gm/river, /area/whiskey_outpost/outside/river/east) -"aDQ" = ( -/obj/effect/decal/warning_stripes/asteroid{ - dir = 4; - icon_state = "warning_s" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aDR" = ( /turf/open/floor/plating/warnplate/southeast, /area/whiskey_outpost/outside/north/northeast) @@ -10822,54 +5290,13 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating/plating_catwalk/prison, /area/whiskey_outpost/inside/bunker) -"aDW" = ( -/obj/structure/machinery/door/window/northleft, -/turf/open/floor/prison{ - dir = 4; - icon_state = "darkyellowfull2" - }, -/area/whiskey_outpost/inside/engineering) "aDX" = ( /obj/structure/blocker/invisible_wall, /turf/open/gm/river, /area/whiskey_outpost/outside/river/west) -"aDY" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 8; - icon_state = "sandbag_0" - }, -/obj/structure/barricade/sandbags/wired{ - dir = 1; - icon_state = "sandbag_0" - }, -/turf/open/floor/plating{ - dir = 9; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) -"aDZ" = ( -/obj/structure/barricade/sandbags/wired, -/obj/structure/disposalpipe/segment, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) "aEa" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner/north_east, /area/whiskey_outpost/outside/south) -"aEb" = ( -/obj/structure/machinery/medical_pod/autodoc/unskilled, -/turf/open/floor{ - dir = 5; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital/triage) -"aEc" = ( -/turf/open/floor/plating{ - icon_state = "warnplate" - }, -/area/whiskey_outpost/outside/north/northeast) "aEd" = ( /obj/structure/bed/chair{ dir = 1; @@ -10880,34 +5307,9 @@ "aEe" = ( /turf/open/gm/coast/east, /area/whiskey_outpost/outside/river/east) -"aEf" = ( -/obj/structure/machinery/floodlight{ - light_on = 1 - }, -/turf/open/floor/plating{ - dir = 9; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) "aEg" = ( /turf/open/gm/coast/beachcorner/north_west, /area/whiskey_outpost/outside/river/west) -"aEh" = ( -/obj/effect/decal/cleanable/blood/oil, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) -"aEi" = ( -/obj/structure/machinery/cm_vending/clothing/marine/bravo{ - density = 0; - pixel_x = 16 - }, -/turf/open/floor/almayer{ - icon_state = "orangefull" - }, -/area/whiskey_outpost/inside/living) "aEj" = ( /turf/open/jungle/impenetrable, /area/whiskey_outpost/outside/lane/two_south) @@ -10956,16 +5358,6 @@ }, /turf/open/floor/asteroidwarning/east, /area/whiskey_outpost/outside/north/platform) -"aEq" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/obj/effect/landmark/start/whiskey/marine, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/lane/three_south) "aEr" = ( /obj/structure/platform{ dir = 4 @@ -10987,52 +5379,6 @@ "aEu" = ( /turf/open/gm/coast/beachcorner/north_east, /area/whiskey_outpost/outside/river/west) -"aEv" = ( -/obj/structure/barricade/sandbags/wired, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor{ - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/northwest) -"aEw" = ( -/obj/structure/barricade/sandbags/wired, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor{ - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/beach) -"aEx" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/effect/landmark/start/whiskey/smartgunner, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) -"aEy" = ( -/obj/structure/disposalpipe/sortjunction{ - sortType = "Western Platform" - }, -/obj/effect/landmark/start/whiskey/smartgunner, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) -"aEz" = ( -/obj/structure/machinery/computer/crew, -/turf/open/floor/almayer{ - dir = 10; - icon_state = "orange" - }, -/area/whiskey_outpost/inside/cic) "aEA" = ( /obj/structure/disposalpipe/segment, /turf/open/jungle, @@ -11047,16 +5393,6 @@ }, /turf/open/floor/prison, /area/whiskey_outpost/inside/bunker) -"aEC" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/structure/surface/rack, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker) "aED" = ( /obj/structure/fence, /turf/open/jungle/impenetrable, @@ -11072,36 +5408,10 @@ "aEG" = ( /turf/open/gm/coast/east, /area/whiskey_outpost/outside/river/west) -"aEH" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 8; - icon_state = "sandbag_0" - }, -/obj/structure/barricade/sandbags/wired, -/turf/open/floor/plating{ - dir = 10; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) -"aEI" = ( -/obj/structure/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker) "aEJ" = ( /obj/structure/barricade/sandbags/wired, /turf/open/gm/dirt, /area/whiskey_outpost/outside/north/northeast) -"aEK" = ( -/turf/open/jungle{ - bushes_spawn = 0; - icon_state = "grass_impenetrable" - }, -/area/whiskey_outpost/outside/north/northwest) "aEL" = ( /obj/structure/machinery/cm_vending/gear/synth, /turf/open/floor/plating/plating_catwalk, @@ -11109,28 +5419,12 @@ "aEM" = ( /turf/open/floor/prison/cell_stripe/north, /area/whiskey_outpost/inside/bunker) -"aEN" = ( -/obj/structure/largecrate/random/case/double, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/lane/three_south) "aEO" = ( /turf/open/gm/grass/grass1, /area/whiskey_outpost/outside/north/northwest) "aEP" = ( /turf/open/jungle/impenetrable, /area/whiskey_outpost/outside/south/very_far) -"aEQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor{ - dir = 8; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) "aER" = ( /turf/open/gm/coast/north, /area/whiskey_outpost/outside/lane/four_south) @@ -11143,12 +5437,6 @@ "aEU" = ( /turf/open/jungle/impenetrable, /area/whiskey_outpost/outside/north) -"aEV" = ( -/turf/open/jungle{ - bushes_spawn = 0; - icon_state = "grass_impenetrable" - }, -/area/whiskey_outpost/outside/lane/three_north) "aEW" = ( /obj/structure/barricade/sandbags/wired{ dir = 4; @@ -11170,29 +5458,6 @@ /obj/effect/landmark/whiskey_outpost/xenospawn, /turf/open/jungle/clear, /area/whiskey_outpost/outside/south/very_far) -"aEZ" = ( -/obj/structure/bed/chair/office/dark{ - dir = 1 - }, -/obj/effect/landmark/start/whiskey/bridge, -/turf/open/floor/almayer{ - dir = 5; - icon_state = "blue" - }, -/area/whiskey_outpost/inside/cic) -"aFa" = ( -/obj/effect/decal/warning_stripes/asteroid{ - icon_state = "warning_s" - }, -/obj/effect/decal/warning_stripes/asteroid{ - dir = 1; - icon_state = "warning_s" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north) "aFb" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -11213,16 +5478,6 @@ }, /turf/open/floor/prison/darkyellowfull2/east, /area/whiskey_outpost/inside/engineering) -"aFd" = ( -/obj/structure/barricade/sandbags/wired, -/obj/structure/disposalpipe/sortjunction/flipped{ - sortType = "Eastern Platform" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) "aFe" = ( /obj/structure/disposalpipe/trunk{ dir = 1 @@ -11235,27 +5490,6 @@ /obj/item/weapon/sword/machete, /turf/open/jungle/impenetrable, /area/whiskey_outpost/outside/north) -"aFg" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/machinery/colony_floodlight, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) -"aFh" = ( -/obj/structure/machinery/shower{ - dir = 4 - }, -/obj/effect/landmark/start/whiskey/marine, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aFi" = ( /obj/structure/platform{ dir = 8 @@ -11276,16 +5510,6 @@ icon_state = "rasputin13" }, /area/whiskey_outpost/outside/lane/four_south) -"aFm" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/obj/item/roller, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aFn" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, /area/whiskey_outpost/outside/south/very_far) @@ -11306,13 +5530,6 @@ }, /turf/open/floor/asteroidwarning/west, /area/whiskey_outpost/outside/north/platform) -"aFr" = ( -/obj/structure/machinery/light/small, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aFs" = ( /obj/structure/platform{ dir = 1 @@ -11330,18 +5547,6 @@ "aFu" = ( /turf/open/gm/dirtgrassborder/south, /area/whiskey_outpost/inside/caves/caverns/east) -"aFv" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/obj/item/storage/beer_pack, -/obj/item/storage/beer_pack, -/obj/structure/surface/rack, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_marked" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aFw" = ( /obj/structure/platform, /turf/open/gm/coast/west, @@ -11379,18 +5584,6 @@ }, /turf/open/gm/coast/east, /area/whiskey_outpost/outside/river/west) -"aFE" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/three) "aFF" = ( /obj/structure/platform{ dir = 1 @@ -11419,21 +5612,6 @@ /obj/structure/machinery/power/apc/almayer/directional/east, /turf/closed/wall/r_wall, /area/whiskey_outpost/inside/bunker) -"aFL" = ( -/turf/open/jungle{ - bushes_spawn = 0; - icon_state = "grass_impenetrable" - }, -/area/whiskey_outpost/outside/lane/three_south) -"aFM" = ( -/obj/structure/machinery/cm_vending/clothing/marine/alpha{ - density = 0; - pixel_x = 16 - }, -/turf/open/floor/almayer{ - icon_state = "redfull" - }, -/area/whiskey_outpost/inside/living) "aFN" = ( /obj/structure/machinery/door/airlock/almayer/marine/charlie{ dir = 1; @@ -11443,23 +5621,6 @@ }, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/pillbox/three) -"aFO" = ( -/obj/effect/landmark/start/whiskey/spec, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) -"aFP" = ( -/obj/structure/disposalpipe/sortjunction/flipped{ - sortType = "South-Eastern Platform" - }, -/obj/effect/landmark/start/whiskey/spec, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) "aFQ" = ( /obj/structure/machinery/disposal, /obj/structure/disposalpipe/trunk{ @@ -11476,36 +5637,6 @@ /obj/structure/machinery/cryopod, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/pillbox/two) -"aFS" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/start/whiskey/spec, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) -"aFT" = ( -/obj/structure/machinery/cm_vending/sorted/cargo_guns/squad_prep/wo, -/obj/structure/sign/prop3{ - pixel_x = 28 - }, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) -"aFU" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/start/whiskey/spec, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) "aFV" = ( /obj/structure/barricade/metal/wired{ dir = 8 @@ -11553,16 +5684,6 @@ /obj/effect/landmark/start/whiskey/bridge, /turf/open/floor/almayer/blue/northeast, /area/whiskey_outpost/inside/cic) -"aGd" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 1; - icon_state = "sandbag_0" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/northeast) "aGe" = ( /obj/structure/window/framed/colony/reinforced, /turf/open/floor/plating, @@ -11574,15 +5695,6 @@ /obj/effect/decal/cleanable/blood, /turf/open/gm/dirt, /area/whiskey_outpost/outside/lane/four_south) -"aGh" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aGi" = ( /turf/open/gm/grass/grassbeach/east, /area/whiskey_outpost/outside/south) @@ -11647,16 +5759,6 @@ /obj/structure/barricade/sandbags/wired, /turf/open/floor/asteroidwarning/east, /area/whiskey_outpost/outside/north/platform) -"aGt" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 4; - icon_state = "sandbag_0" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/beach) "aGu" = ( /obj/structure/sign/poster, /turf/closed/wall/r_wall, @@ -11665,15 +5767,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/asteroidwarning/west, /area/whiskey_outpost) -"aGw" = ( -/obj/structure/machinery/cm_vending/sorted/cargo_guns/squad_prep/wo, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aGx" = ( /obj/structure/machinery/light{ dir = 4 @@ -11681,12 +5774,6 @@ /obj/effect/decal/cleanable/blood/oil, /turf/open/floor/prison, /area/whiskey_outpost/inside/cic) -"aGy" = ( -/obj/effect/landmark/start/whiskey/leader, -/turf/open/floor/almayer{ - icon_state = "bluefull" - }, -/area/whiskey_outpost/inside/living) "aGz" = ( /turf/open/floor/plating, /area/whiskey_outpost/outside/north/beach) @@ -11706,36 +5793,6 @@ }, /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost/outside/mortar_pit) -"aGD" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating{ - dir = 9; - icon_state = "warnplate" - }, -/area/whiskey_outpost/outside/north/northeast) -"aGE" = ( -/obj/structure/barricade/sandbags/wired, -/obj/structure/barricade/sandbags/wired{ - dir = 4; - icon_state = "sandbag_0" - }, -/turf/open/floor{ - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) -"aGF" = ( -/obj/structure/platform{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) "aGG" = ( /obj/structure/machinery/colony_floodlight, /turf/open/floor/plating, @@ -11746,35 +5803,12 @@ }, /turf/open/jungle/impenetrable, /area/whiskey_outpost/outside/lane/one_south) -"aGI" = ( -/obj/structure/platform{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/stairs/perspective{ - icon_state = "p_stair_full" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) "aGJ" = ( /turf/open/jungle, /area/whiskey_outpost/outside/lane/two_north) "aGK" = ( /turf/open/gm/dirtgrassborder/north, /area/whiskey_outpost/outside/lane/three_north) -"aGL" = ( -/obj/structure/barricade/sandbags/wired, -/obj/structure/barricade/sandbags/wired{ - dir = 8; - icon_state = "sandbag_0" - }, -/turf/open/floor{ - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) "aGM" = ( /obj/structure/machinery/defenses/sentry/premade, /turf/open/gm/dirt, @@ -11783,24 +5817,12 @@ /obj/structure/barricade/sandbags/wired, /turf/open/gm/dirt, /area/whiskey_outpost/outside/lane/four_south) -"aGO" = ( -/obj/item/storage/box/m94, -/turf/open/shuttle/dropship{ - icon_state = "rasputin3" - }, -/area/whiskey_outpost/outside/lane/four_north) "aGP" = ( /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost/outside/north) "aGQ" = ( /turf/open/gm/dirt, /area/whiskey_outpost/outside/lane/four_south) -"aGR" = ( -/obj/structure/machinery/m56d_hmg/mg_turret, -/turf/open/floor/plating{ - icon_state = "warnplate" - }, -/area/whiskey_outpost/outside/north/beach) "aGS" = ( /obj/structure/flora/bush/ausbushes/grassybush{ pixel_x = -6; @@ -11808,13 +5830,6 @@ }, /turf/open/gm/coast/west, /area/whiskey_outpost/outside/river/east) -"aGT" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating{ - dir = 8; - icon_state = "warnplate" - }, -/area/whiskey_outpost/outside/north/northeast) "aGU" = ( /obj/structure/cargo_container/grant/left, /turf/open/floor/plating, @@ -11845,17 +5860,6 @@ }, /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost/outside/north/platform) -"aHa" = ( -/obj/structure/machinery/washing_machine, -/obj/item/reagent_container/food/drinks/cans/beer{ - pixel_x = 4; - pixel_y = 12 - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aHb" = ( /obj/structure/barricade/handrail{ dir = 1 @@ -11879,31 +5883,10 @@ }, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/bunker/front) -"aHf" = ( -/obj/structure/machinery/washing_machine, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aHg" = ( /obj/structure/machinery/colony_floodlight, /turf/open/gm/dirt, /area/whiskey_outpost/outside/north/northwest) -"aHh" = ( -/turf/open/shuttle/dropship{ - icon_state = "rasputin6" - }, -/area/whiskey_outpost/outside/lane/four_north) -"aHi" = ( -/obj/effect/decal/warning_stripes/asteroid{ - icon_state = "warning_s" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north) "aHj" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner/north_east, /area/whiskey_outpost/inside/caves/caverns/west) @@ -11915,43 +5898,10 @@ /obj/structure/platform, /turf/open/gm/coast/beachcorner2/south_west, /area/whiskey_outpost/outside/river/west) -"aHm" = ( -/obj/effect/decal/warning_stripes/asteroid{ - icon_state = "warning_s" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) -"aHn" = ( -/obj/structure/barricade/sandbags/wired, -/obj/structure/barricade/sandbags/wired{ - dir = 4; - icon_state = "sandbag_0" - }, -/turf/open/floor{ - dir = 4; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) -"aHo" = ( -/obj/item/storage/box/m56d_hmg, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_marked" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aHp" = ( /obj/structure/machinery/colony_floodlight, /turf/open/gm/dirtgrassborder/north, /area/whiskey_outpost/outside/lane/one_north) -"aHq" = ( -/obj/structure/pipes/standard/manifold/visible, -/turf/open/floor{ - icon_state = "white" - }, -/area/whiskey_outpost/inside/hospital/triage) "aHr" = ( /turf/open/gm/dirtgrassborder/south, /area/whiskey_outpost/outside/lane/one_north) @@ -11977,11 +5927,6 @@ /obj/structure/disposalpipe/segment, /turf/open/gm/dirt, /area/whiskey_outpost/outside/north/beach) -"aHw" = ( -/turf/open/shuttle/dropship{ - icon_state = "rasputin7" - }, -/area/whiskey_outpost/outside/lane/four_north) "aHx" = ( /obj/structure/disposalpipe/segment{ dir = 4; @@ -11989,13 +5934,6 @@ }, /turf/open/gm/dirt, /area/whiskey_outpost/outside/north/beach) -"aHy" = ( -/obj/effect/landmark/start/whiskey/marine, -/turf/open/floor/prison{ - dir = 1; - icon_state = "cell_stripe" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aHz" = ( /obj/structure/machinery/power/reactor/colony, /turf/open/floor/prison/floor_plate/southwest, @@ -12058,24 +5996,10 @@ /obj/structure/barricade/plasteel/wired, /turf/open/gm/dirt, /area/whiskey_outpost/outside/lane/four_south) -"aHL" = ( -/obj/structure/machinery/door/airlock/almayer/marine/autoname{ - dir = 1 - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aHM" = ( /obj/structure/flora/jungle/planttop1, /turf/open/jungle, /area/whiskey_outpost/outside/lane/one_south) -"aHN" = ( -/turf/open/floor{ - icon_state = "white" - }, -/area/whiskey_outpost/inside/hospital/triage) "aHO" = ( /obj/structure/barricade/plasteel/wired, /turf/open/floor/prison/floor_plate/southwest, @@ -12093,19 +6017,6 @@ /obj/effect/landmark/start/whiskey/leader, /turf/open/floor/prison, /area/whiskey_outpost/inside/living) -"aHR" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/barricade/sandbags/wired{ - dir = 4; - icon_state = "sandbag_0" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/beach) "aHS" = ( /obj/structure/stairs/perspective{ icon_state = "p_stair_full" @@ -12123,13 +6034,6 @@ /obj/structure/machinery/prop/almayer/CICmap, /turf/open/floor/prison, /area/whiskey_outpost/inside/bunker/bunker/front) -"aHV" = ( -/obj/structure/machinery/door/airlock/almayer/marine/autoname, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aHW" = ( /obj/structure/flora/bush/ausbushes/var3/stalkybush, /turf/open/gm/river, @@ -12139,55 +6043,10 @@ /obj/effect/decal/cleanable/blood/writing, /turf/open/jungle, /area/whiskey_outpost/outside/south/very_far) -"aHY" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 1; - icon_state = "sandbag_0" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/northwest) -"aHZ" = ( -/obj/structure/surface/rack, -/obj/effect/landmark/wo_supplies/guns/common/m41a, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/three) -"aIa" = ( -/obj/structure/barricade/sandbags/wired, -/obj/structure/barricade/sandbags/wired{ - dir = 8; - icon_state = "sandbag_0" - }, -/obj/structure/barricade/sandbags/wired{ - dir = 1; - icon_state = "sandbag_0" - }, -/turf/open/floor/plating{ - dir = 10; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) "aIb" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/prison/cell_stripe/north, /area/whiskey_outpost) -"aIc" = ( -/obj/structure/barricade/sandbags/wired, -/obj/structure/barricade/sandbags/wired{ - dir = 4; - icon_state = "sandbag_0" - }, -/obj/structure/machinery/defenses/sentry/premade, -/turf/open/floor{ - dir = 6; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) "aId" = ( /obj/structure/machinery/m56d_hmg/mg_turret{ dir = 4; @@ -12199,47 +6058,14 @@ /obj/structure/cargo_container/watatsumi/rightmid, /turf/open/jungle/impenetrable, /area/whiskey_outpost/outside/south) -"aIf" = ( -/obj/structure/barricade/sandbags/wired, -/obj/structure/barricade/sandbags/wired{ - dir = 8; - icon_state = "sandbag_0" - }, -/obj/structure/barricade/sandbags/wired{ - dir = 8; - icon_state = "sandbag_0" - }, -/obj/structure/machinery/defenses/sentry/premade, -/turf/open/floor/plating{ - dir = 10; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) "aIg" = ( /obj/structure/machinery/medical_pod/sleeper, /turf/open/floor/whitegreen/southwest, /area/whiskey_outpost/inside/hospital/triage) -"aIh" = ( -/obj/structure/barricade/sandbags/wired, -/turf/open/floor{ - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/beach) -"aIi" = ( -/obj/structure/barricade/sandbags/wired, -/turf/open/floor{ - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/northeast) "aIj" = ( /obj/item/storage/box/m56d_hmg, /turf/open/floor/prison/floor_marked/southwest, /area/whiskey_outpost/inside/bunker/bunker/front) -"aIk" = ( -/turf/open/shuttle/dropship{ - icon_state = "rasputin15" - }, -/area/whiskey_outpost/outside/lane/four_north) "aIl" = ( /obj/structure/bed/chair{ dir = 4 @@ -12263,16 +6089,6 @@ /obj/structure/barricade/sandbags/wired, /turf/open/gm/dirt, /area/whiskey_outpost/outside/lane/four_south) -"aIp" = ( -/obj/effect/decal/warning_stripes/asteroid{ - dir = 8; - icon_state = "warning_s" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north) "aIq" = ( /obj/structure/barricade/sandbags/wired, /obj/structure/barricade/sandbags/wired{ @@ -12312,33 +6128,10 @@ "aIw" = ( /turf/open/gm/dirtgrassborder/west, /area/whiskey_outpost/outside/lane/two_north) -"aIx" = ( -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/northwest) -"aIy" = ( -/obj/structure/machinery/recharge_station, -/turf/open/floor{ - dir = 10; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital/triage) "aIz" = ( /obj/effect/landmark/start/whiskey/leader, /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost/outside/north/platform) -"aIA" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/weapon/gun/shotgun/pump{ - starting_attachment_types = list(/obj/item/attachable/stock/shotgun) - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aIB" = ( /obj/structure/disposalpipe/segment, /turf/open/gm/dirt, @@ -12355,13 +6148,6 @@ /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/engineering) -"aIF" = ( -/obj/structure/machinery/m56d_hmg/mg_turret, -/obj/structure/barricade/sandbags/wired, -/turf/open/floor{ - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) "aIG" = ( /obj/structure/machinery/colony_floodlight, /turf/open/gm/dirtgrassborder/west, @@ -12422,13 +6208,6 @@ icon_state = "rasputin8" }, /area/whiskey_outpost/outside/lane/four_north) -"aIP" = ( -/obj/structure/surface/table/almayer, -/obj/item/tool/hand_labeler, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/supply) "aIQ" = ( /obj/structure/platform{ dir = 1 @@ -12461,12 +6240,6 @@ /obj/effect/landmark/start/whiskey/doctor, /turf/open/floor/whitegreen/west, /area/whiskey_outpost/inside/hospital) -"aIU" = ( -/obj/effect/landmark/start/whiskey/marine, -/turf/open/floor/prison{ - icon_state = "cell_stripe" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aIV" = ( /obj/item/tool/weldpack{ pixel_x = 6; @@ -12506,23 +6279,9 @@ /obj/structure/disposalpipe/segment, /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_east, /area/whiskey_outpost/outside/north/beach) -"aJc" = ( -/turf/open/gm/dirtgrassborder/north, -/area/whiskey_outpost/outside/lane/three_south) -"aJd" = ( -/obj/structure/machinery/light/small, -/obj/effect/landmark/whiskey_outpost/supplydrops, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_marked" - }, -/area/whiskey_outpost/inside/supply) -"aJe" = ( -/obj/effect/landmark/start/whiskey/leader, -/turf/open/floor/almayer{ - icon_state = "emeraldfull" - }, -/area/whiskey_outpost/inside/living) +"aJc" = ( +/turf/open/gm/dirtgrassborder/north, +/area/whiskey_outpost/outside/lane/three_south) "aJf" = ( /obj/structure/disposalpipe/segment{ dir = 4; @@ -12534,20 +6293,6 @@ /obj/effect/spawner/gibspawner/human, /turf/open/floor, /area/whiskey_outpost/outside/south/far) -"aJh" = ( -/obj/item/tool/crowbar, -/obj/effect/landmark/start/whiskey/leader, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/two) -"aJi" = ( -/turf/open/jungle{ - bushes_spawn = 0; - icon_state = "grass_impenetrable" - }, -/area/whiskey_outpost/inside/caves/caverns/west) "aJj" = ( /obj/structure/disposalpipe/segment, /obj/structure/disposalpipe/segment{ @@ -12561,20 +6306,6 @@ }, /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west, /area/whiskey_outpost/outside/north/northwest) -"aJl" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 4; - icon_state = "sandbag_0" - }, -/obj/structure/barricade/sandbags/wired{ - dir = 1; - icon_state = "sandbag_0" - }, -/turf/open/floor{ - dir = 4; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) "aJm" = ( /obj/structure/machinery/cm_vending/sorted/cargo_guns/cargo/wo, /turf/open/floor/prison/floor_plate, @@ -12651,14 +6382,6 @@ /obj/item/tool/crowbar, /turf/open/gm/dirt, /area/whiskey_outpost/outside/lane/three_south) -"aJA" = ( -/obj/structure/machinery/power/reactor/colony, -/obj/structure/machinery/light/small, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/engineering) "aJB" = ( /obj/structure/disposalpipe/sortjunction{ dir = 1; @@ -12678,28 +6401,6 @@ }, /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost) -"aJE" = ( -/obj/effect/landmark/start/whiskey/doctor, -/turf/open/floor{ - dir = 10; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) -"aJF" = ( -/obj/structure/machinery/cryopod, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor{ - icon_state = "whitegreenfull" - }, -/area/whiskey_outpost/inside/hospital) -"aJG" = ( -/obj/item/storage/box/m56d_hmg, -/turf/open/shuttle/dropship{ - icon_state = "rasputin10" - }, -/area/whiskey_outpost/outside/lane/four_north) "aJH" = ( /obj/structure/platform_decoration{ dir = 8 @@ -12738,39 +6439,6 @@ }, /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_east, /area/whiskey_outpost/outside/north/beach) -"aJM" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/obj/structure/largecrate/supply/supplies/sandbags, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_marked" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) -"aJN" = ( -/obj/effect/landmark/whiskey_outpost/supplydrops, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_marked" - }, -/area/whiskey_outpost/inside/supply) -"aJO" = ( -/obj/effect/landmark/start/whiskey/leader, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/three) -"aJP" = ( -/turf/open/floor{ - dir = 8; - icon_state = "whitegreencorner" - }, -/area/whiskey_outpost/inside/hospital/triage) "aJQ" = ( /obj/structure/disposalpipe/segment{ dir = 1; @@ -12778,17 +6446,6 @@ }, /turf/open/floor/prison/darkyellowcorners2/west, /area/whiskey_outpost/inside/supply) -"aJR" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/tool/hand_labeler{ - pixel_x = -3; - pixel_y = 5 - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aJS" = ( /obj/structure/machinery/medical_pod/bodyscanner{ dir = 1 @@ -12798,12 +6455,6 @@ }, /turf/open/floor/white, /area/whiskey_outpost/inside/hospital/triage) -"aJT" = ( -/turf/open/floor{ - dir = 8; - icon_state = "whitegreencorner" - }, -/area/whiskey_outpost/inside/hospital) "aJU" = ( /turf/open/gm/coast/south, /area/whiskey_outpost/outside/lane/four_south) @@ -12892,25 +6543,9 @@ /obj/structure/extinguisher_cabinet, /turf/closed/wall/r_wall, /area/whiskey_outpost/inside/hospital/triage) -"aKm" = ( -/obj/structure/bed/chair/dropship/passenger{ - dir = 8; - icon_state = "shuttle_chair" - }, -/turf/open/shuttle/dropship{ - icon_state = "rasputin15" - }, -/area/whiskey_outpost/outside/lane/four_south) "aKn" = ( /turf/open/gm/grass/grassbeach/south, /area/whiskey_outpost/outside/lane/one_north) -"aKo" = ( -/obj/structure/curtain, -/turf/open/floor{ - dir = 8; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) "aKp" = ( /obj/structure/machinery/door/airlock/almayer/marine/autoname, /turf/open/floor/prison/floor_plate/southwest, @@ -12923,18 +6558,6 @@ /obj/structure/sign/poster, /turf/closed/wall/r_wall, /area/whiskey_outpost/inside/engineering) -"aKs" = ( -/obj/structure/closet/secure_closet/cargotech, -/obj/item/clothing/accessory/storage/webbing, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/turf/open/floor/prison{ - dir = 4; - icon_state = "darkyellowfull2" - }, -/area/whiskey_outpost/inside/supply) "aKt" = ( /obj/structure/fence, /turf/open/gm/dirt, @@ -12954,11 +6577,6 @@ }, /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost/inside/bunker/bunker/front) -"aKx" = ( -/turf/open/floor{ - icon_state = "whitegreencorner" - }, -/area/whiskey_outpost/inside/hospital/triage) "aKy" = ( /turf/open/gm/dirtgrassborder/south, /area/whiskey_outpost/inside/caves/caverns) @@ -12991,13 +6609,6 @@ "aKE" = ( /turf/open/floor/plating/warnplate/east, /area/whiskey_outpost/outside/north/northeast) -"aKF" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/northeast) "aKG" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_west, /area/whiskey_outpost/outside/lane/three_north) @@ -13012,12 +6623,6 @@ /obj/structure/barricade/metal/wired, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/bunker/front) -"aKJ" = ( -/obj/item/stack/medical/bruise_pack, -/turf/open/floor/plating{ - icon_state = "platebot" - }, -/area/whiskey_outpost/outside/lane/one_north) "aKK" = ( /obj/structure/disposalpipe/sortjunction{ dir = 4; @@ -13032,13 +6637,6 @@ "aKM" = ( /turf/open/gm/dirtgrassborder/west, /area/whiskey_outpost/outside/north/northwest) -"aKN" = ( -/obj/structure/largecrate/random/barrel/red, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/lane/three_south) "aKO" = ( /obj/effect/decal/warning_stripes/asteroid{ icon_state = "warning_s" @@ -13102,12 +6700,6 @@ "aKY" = ( /turf/open/gm/dirt, /area/whiskey_outpost/outside/north/northwest) -"aKZ" = ( -/obj/structure/largecrate/guns, -/turf/open/floor/plating{ - icon_state = "platebot" - }, -/area/whiskey_outpost/outside/lane/one_north) "aLa" = ( /turf/open/jungle/impenetrable/grass_clear, /area/whiskey_outpost/outside/south/very_far) @@ -13128,41 +6720,12 @@ /obj/structure/machinery/m56d_hmg/mg_turret, /turf/open/gm/dirt, /area/whiskey_outpost/outside/north/northeast) -"aLf" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/closet/secure_closet/surgical{ - pixel_x = -30 - }, -/obj/item/device/healthanalyzer, -/obj/item/weapon/gun/pill{ - pixel_y = 6 - }, -/turf/open/floor{ - icon_state = "white" - }, -/area/whiskey_outpost/inside/hospital/triage) "aLg" = ( /turf/open/jungle, /area/whiskey_outpost/inside/caves/caverns) "aLh" = ( /turf/open/gm/coast/south, /area/whiskey_outpost/outside/river/west) -"aLi" = ( -/obj/structure/machinery/chem_master{ - tether_range = 4 - }, -/turf/open/floor{ - dir = 1; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) -"aLj" = ( -/obj/effect/landmark/start/whiskey/medic, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aLk" = ( /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost/outside/north/beach) @@ -13176,15 +6739,6 @@ }, /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost/inside/bunker/bunker/front) -"aLn" = ( -/obj/structure/machinery/medical_pod/bodyscanner, -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor{ - icon_state = "white" - }, -/area/whiskey_outpost/inside/hospital/triage) "aLo" = ( /obj/structure/machinery/cm_vending/sorted/medical/wall_med{ name = "Emergency NanoMed"; @@ -13249,55 +6803,16 @@ /obj/structure/largecrate/supply/supplies/metal, /turf/open/floor/prison/floor_marked/southwest, /area/whiskey_outpost/inside/engineering) -"aLx" = ( -/obj/item/reagent_container/glass/beaker/cryoxadone{ - pixel_x = 7; - pixel_y = 9 - }, -/obj/item/reagent_container/glass/beaker/cryoxadone{ - pixel_x = -5; - pixel_y = 9 - }, -/obj/structure/surface/table/reinforced/prison, -/obj/item/device/healthanalyzer, -/obj/structure/closet/secure_closet/surgical{ - pixel_x = 30 - }, -/turf/open/floor{ - icon_state = "white" - }, -/area/whiskey_outpost/inside/hospital/triage) "aLy" = ( /turf/open/gm/dirtgrassborder/west, /area/whiskey_outpost/outside/lane/three_north) -"aLz" = ( -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north) "aLA" = ( /obj/structure/fence, /turf/open/jungle/impenetrable, /area/whiskey_outpost/outside/south) -"aLB" = ( -/turf/open/floor{ - dir = 4; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/northeast) "aLC" = ( /turf/open/floor/prison/floor_marked/southwest, /area/whiskey_outpost/inside/bunker) -"aLD" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 4; - icon_state = "sandbag_0" - }, -/turf/open/shuttle{ - icon_state = "floor7" - }, -/area/whiskey_outpost/outside/lane/four_north) "aLE" = ( /turf/open/jungle/impenetrable, /area/whiskey_outpost/outside/south/far) @@ -13308,31 +6823,10 @@ /obj/effect/landmark/start/whiskey/bridge, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/bunker/front) -"aLG" = ( -/obj/effect/landmark/start/whiskey/marine, -/turf/open/jungle{ - bushes_spawn = 0; - icon_state = "grass_impenetrable" - }, -/area/whiskey_outpost/outside/lane/three_south) "aLH" = ( /obj/structure/machinery/colony_floodlight, /turf/open/jungle/impenetrable, /area/whiskey_outpost/outside/south) -"aLI" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 1; - icon_state = "sandbag_0" - }, -/obj/structure/barricade/sandbags/wired{ - dir = 8; - icon_state = "sandbag_0" - }, -/turf/open/floor/plating{ - dir = 9; - icon_state = "warnplate" - }, -/area/whiskey_outpost/outside/north/beach) "aLJ" = ( /obj/effect/decal/warning_stripes/asteroid{ dir = 8; @@ -13344,20 +6838,6 @@ /obj/structure/barricade/handrail/wire, /turf/open/gm/dirt, /area/whiskey_outpost/outside/lane/two_south) -"aLK" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 1; - icon_state = "sandbag_0" - }, -/obj/structure/barricade/sandbags/wired{ - dir = 4; - icon_state = "sandbag_0" - }, -/turf/open/floor/plating{ - dir = 5; - icon_state = "warnplate" - }, -/area/whiskey_outpost/outside/north/beach) "aLL" = ( /obj/structure/machinery/light/small{ dir = 4 @@ -13404,12 +6884,6 @@ /obj/structure/flora/bush/ausbushes/reedbush, /turf/open/gm/grass/grassbeach/north, /area/whiskey_outpost/outside/lane/one_north) -"aLU" = ( -/obj/item/stack/medical/bruise_pack, -/turf/open/floor/plating{ - icon_state = "warnplate" - }, -/area/whiskey_outpost/outside/lane/one_north) "aLV" = ( /obj/effect/decal/warning_stripes/asteroid{ icon_state = "warning_s" @@ -13434,12 +6908,6 @@ /obj/structure/extinguisher_cabinet, /turf/closed/wall/r_wall, /area/whiskey_outpost/inside/bunker/bunker/front) -"aMa" = ( -/obj/item/storage/box/m56d_hmg, -/turf/open/floor/plating{ - icon_state = "platebot" - }, -/area/whiskey_outpost/outside/lane/one_north) "aMb" = ( /turf/open/gm/dirtgrassborder/east, /area/whiskey_outpost/outside/south/very_far) @@ -13466,37 +6934,6 @@ icon_state = "rasputin2" }, /area/whiskey_outpost/outside/lane/four_south) -"aMg" = ( -/obj/structure/holohoop{ - dir = 4; - id = "basketball"; - side = "left" - }, -/obj/effect/decal/warning_stripes/asteroid{ - dir = 8; - icon_state = "warning_s" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north) -"aMh" = ( -/obj/structure/machinery/conveyor{ - dir = 8; - id = "crate" - }, -/obj/structure/plasticflaps, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/supply) -"aMi" = ( -/turf/open/floor{ - dir = 8; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/northeast) "aMj" = ( /obj/structure/platform{ dir = 8 @@ -13511,12 +6948,6 @@ }, /turf/closed/wall/r_wall/unmeltable, /area/whiskey_outpost/inside/caves) -"aMl" = ( -/obj/structure/bed/roller, -/turf/open/floor{ - icon_state = "whitegreenfull" - }, -/area/whiskey_outpost/inside/hospital/triage) "aMm" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -13530,47 +6961,10 @@ icon_state = "diagrasputin" }, /area/whiskey_outpost/outside/lane/four_south) -"aMo" = ( -/obj/structure/machinery/recharge_station, -/turf/open/floor/almayer{ - icon_state = "cargo" - }, -/area/whiskey_outpost/inside/cic) -"aMp" = ( -/obj/structure/machinery/m56d_hmg/mg_turret{ - dir = 8; - icon_state = "towergun" - }, -/turf/open/floor/plating{ - dir = 8; - icon_state = "warnplate" - }, -/area/whiskey_outpost/outside/north/beach) -"aMq" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/effect/spawner/random/tool, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/lane/three_south) "aMr" = ( /obj/structure/barricade/plasteel/wired, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/pillbox/two) -"aMs" = ( -/turf/open/floor{ - dir = 4; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/lane/four_north) -"aMt" = ( -/obj/effect/landmark/start/whiskey/leader, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/platform) "aMu" = ( /obj/structure/machinery/medical_pod/autodoc/unskilled{ dir = 1 @@ -13584,13 +6978,6 @@ /obj/structure/barricade/metal/wired, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/pillbox/four) -"aMw" = ( -/obj/structure/fence, -/turf/open/jungle{ - bushes_spawn = 0; - icon_state = "grass_impenetrable" - }, -/area/whiskey_outpost/outside/south) "aMx" = ( /turf/open/jungle, /area/whiskey_outpost/inside/caves/caverns/west) @@ -13642,26 +7029,6 @@ /obj/structure/sink/puddle, /turf/open/jungle, /area/whiskey_outpost/outside/lane/three_south) -"aMF" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/reagent_container/food/drinks/bottle/vodka{ - pixel_x = 8; - pixel_y = 12 - }, -/obj/item/ashtray/bronze, -/obj/item/clothing/mask/cigarette/weed{ - desc = "What in the god damn?"; - name = "marijuana cigarette" - }, -/obj/item/tool/lighter/random{ - pixel_x = -8; - pixel_y = 7 - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aMG" = ( /obj/structure/barricade/sandbags/wired, /obj/structure/disposalpipe/segment{ @@ -13689,15 +7056,8 @@ /area/whiskey_outpost/inside/bunker/bunker/front) "aMK" = ( /obj/structure/barricade/sandbags/wired, -/turf/open/floor/asteroidwarning, -/area/whiskey_outpost/outside/north/beach) -"aML" = ( -/obj/effect/landmark/start/whiskey/marine, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost) +/turf/open/floor/asteroidwarning, +/area/whiskey_outpost/outside/north/beach) "aMM" = ( /obj/structure/machinery/disposal, /obj/structure/disposalpipe/trunk{ @@ -13710,14 +7070,6 @@ /obj/structure/machinery/light/small, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/engineering) -"aMO" = ( -/obj/structure/pipes/standard/simple/visible{ - dir = 9 - }, -/turf/open/floor{ - icon_state = "white" - }, -/area/whiskey_outpost/inside/hospital/triage) "aMP" = ( /turf/open/gm/dirt, /area/whiskey_outpost/outside/north/northeast) @@ -13754,20 +7106,6 @@ "aMV" = ( /turf/open/shuttle/dropship/light_grey_left_to_right, /area/whiskey_outpost/outside/lane/four_north) -"aMW" = ( -/obj/structure/disposalpipe/segment, -/turf/open/jungle{ - bushes_spawn = 0; - icon_state = "grass_impenetrable" - }, -/area/whiskey_outpost/outside/lane/three_north) -"aMX" = ( -/obj/structure/disposalpipe/segment, -/turf/open/jungle{ - bushes_spawn = 0; - icon_state = "grass_impenetrable" - }, -/area/whiskey_outpost/outside/lane/two_north) "aMY" = ( /obj/effect/spawner/gibspawner/human, /turf/open/gm/dirt, @@ -13783,13 +7121,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/whitegreenfull, /area/whiskey_outpost/inside/hospital) -"aNc" = ( -/obj/item/lightstick/red/planted, -/turf/open/jungle{ - bushes_spawn = 0; - icon_state = "grass_impenetrable" - }, -/area/whiskey_outpost/outside/south/far) "aNd" = ( /obj/structure/sign/poster{ serial_number = 17 @@ -13800,12 +7131,6 @@ /obj/structure/disposalpipe/segment, /turf/open/gm/dirt, /area/whiskey_outpost/outside/lane/three_north) -"aNf" = ( -/obj/structure/machinery/cm_vending/gear/medic, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aNg" = ( /obj/structure/bed/roller, /turf/open/floor/white, @@ -13835,20 +7160,6 @@ }, /turf/open/gm/dirt, /area/whiskey_outpost/outside/north/beach) -"aNl" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 4; - icon_state = "sandbag_0" - }, -/obj/structure/barricade/sandbags/wired{ - dir = 1; - icon_state = "sandbag_0" - }, -/turf/open/floor/plating{ - dir = 5; - icon_state = "warnplate" - }, -/area/whiskey_outpost/outside/north/beach) "aNm" = ( /obj/effect/decal/medical_decals{ dir = 8; @@ -13867,17 +7178,6 @@ }, /turf/open/floor/whitegreen/east, /area/whiskey_outpost/inside/hospital) -"aNn" = ( -/obj/structure/barricade/sandbags/wired, -/obj/structure/barricade/sandbags/wired{ - dir = 8; - icon_state = "sandbag_0" - }, -/turf/open/floor/plating{ - dir = 10; - icon_state = "warnplate" - }, -/area/whiskey_outpost/outside/north/beach) "aNo" = ( /obj/structure/machinery/autodoc_console, /obj/effect/decal/medical_decals{ @@ -13890,12 +7190,6 @@ /obj/structure/machinery/recharge_station, /turf/open/floor/whitegreen/southeast, /area/whiskey_outpost/inside/hospital/triage) -"aNq" = ( -/obj/structure/barricade/sandbags/wired, -/turf/open/floor/plating{ - icon_state = "warnplate" - }, -/area/whiskey_outpost/outside/north/beach) "aNr" = ( /obj/structure/closet/fireaxecabinet{ pixel_x = -32 @@ -13909,17 +7203,6 @@ }, /turf/open/floor/prison/floor_plate, /area/whiskey_outpost/inside/cic) -"aNt" = ( -/obj/structure/barricade/sandbags/wired, -/obj/structure/barricade/sandbags/wired{ - dir = 4; - icon_state = "sandbag_0" - }, -/turf/open/floor/plating{ - dir = 6; - icon_state = "warnplate" - }, -/area/whiskey_outpost/outside/north/beach) "aNu" = ( /obj/effect/decal/cleanable/blood/writing, /turf/open/jungle/impenetrable, @@ -13937,47 +7220,6 @@ "aNx" = ( /turf/open/floor/prison/cell_stripe/north, /area/whiskey_outpost/inside/bunker/bunker/front) -"aNy" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 8; - icon_state = "sandbag_0" - }, -/turf/open/floor/plating{ - dir = 8; - icon_state = "warnplate" - }, -/area/whiskey_outpost/outside/north/beach) -"aNz" = ( -/obj/structure/barricade/sandbags/wired{ - dir = 4; - icon_state = "sandbag_0" - }, -/turf/open/floor/plating{ - dir = 4; - icon_state = "warnplate" - }, -/area/whiskey_outpost/outside/north/beach) -"aNA" = ( -/turf/open/floor{ - dir = 4; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital/triage) -"aNB" = ( -/obj/structure/machinery/cm_vending/sorted/medical/wall_med{ - name = "Emergency NanoMed"; - pixel_x = -30; - req_access = null - }, -/obj/structure/sign/nosmoking_2{ - dir = 1; - pixel_y = 28 - }, -/turf/open/floor{ - dir = 9; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital/triage) "aNC" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/door/window/southleft{ @@ -13991,13 +7233,6 @@ }, /turf/open/floor/prison/floor_plate, /area/whiskey_outpost/inside/supply) -"aND" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/jungle{ - bushes_spawn = 0; - icon_state = "grass_impenetrable" - }, -/area/whiskey_outpost/outside/lane/four_south) "aNE" = ( /obj/item/stool, /turf/open/gm/dirtgrassborder/south, @@ -14061,19 +7296,6 @@ /obj/effect/decal/cleanable/blood/writing, /turf/open/jungle/impenetrable, /area/whiskey_outpost/outside/lane/four_south) -"aNQ" = ( -/obj/effect/decal/warning_stripes/asteroid{ - dir = 1; - icon_state = "warning_s" - }, -/obj/effect/decal/warning_stripes/asteroid{ - icon_state = "warning_s" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north) "aNR" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ dir = 8; @@ -14087,15 +7309,6 @@ }, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/engineering) -"aNT" = ( -/obj/structure/machinery/autodoc_console{ - dir = 1 - }, -/turf/open/floor{ - dir = 1; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital/triage) "aNU" = ( /obj/structure/largecrate/random/barrel/red, /turf/open/floor/asteroidfloor/north, @@ -14116,16 +7329,6 @@ "aNY" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner/north_west, /area/whiskey_outpost/outside/lane/two_south) -"aNZ" = ( -/obj/structure/machinery/vending/cola, -/obj/structure/sign/banners/maximumeffort{ - pixel_y = 30 - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aOa" = ( /obj/effect/landmark/start/whiskey/cargo, /obj/structure/disposalpipe/segment, @@ -14166,34 +7369,12 @@ "aOi" = ( /turf/open/gm/coast/west, /area/whiskey_outpost/outside/lane/four_north) -"aOj" = ( -/obj/structure/barricade/sandbags/wired, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/beach) "aOk" = ( /turf/open/gm/coast/beachcorner2/north_east, /area/whiskey_outpost/outside/lane/four_south) "aOl" = ( /turf/open/floor/prison/cell_stripe, /area/whiskey_outpost/inside/cic) -"aOm" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/structure/machinery/door/window/southleft{ - req_one_access_txt = "2;21" - }, -/obj/structure/machinery/door/window/northleft, -/obj/structure/machinery/door/poddoor/shutters/almayer{ - dir = 2; - id = "WOlineshutters1"; - name = "\improper Supply Depo Line 1" - }, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/supply) "aOn" = ( /obj/structure/surface/table/reinforced/prison, /obj/structure/machinery/computer/med_data/laptop{ @@ -14210,18 +7391,6 @@ }, /turf/open/floor/prison, /area/whiskey_outpost/inside/bunker/bunker/front) -"aOo" = ( -/turf/open/floor{ - dir = 4; - icon_state = "whitegreencorner" - }, -/area/whiskey_outpost/inside/hospital/triage) -"aOp" = ( -/obj/effect/landmark/start/whiskey/leader, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker) "aOq" = ( /turf/closed/wall/r_wall, /area/whiskey_outpost/outside/lane/two_north) @@ -14242,34 +7411,10 @@ }, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/pillbox/three) -"aOt" = ( -/obj/structure/disposalpipe/segment, -/turf/open/jungle{ - bushes_spawn = 0; - icon_state = "grass_impenetrable" - }, -/area/whiskey_outpost/outside/lane/three_south) "aOu" = ( /obj/structure/flora/bush/ausbushes/grassybush, /turf/open/gm/coast/beachcorner/north_west, /area/whiskey_outpost/outside/river/east) -"aOv" = ( -/obj/structure/machinery/vending/snack, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) -"aOw" = ( -/obj/effect/landmark/start/whiskey/medic, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aOx" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ name = "\improper Bunker" @@ -14321,36 +7466,12 @@ /obj/item/lightstick/red/planted, /turf/open/jungle, /area/whiskey_outpost/outside/south) -"aOG" = ( -/obj/structure/pipes/unary/freezer, -/obj/structure/sign/safety/med_cryo{ - pixel_x = 20; - pixel_y = 32 - }, -/turf/open/floor{ - icon_state = "white" - }, -/area/whiskey_outpost/inside/hospital/triage) "aOH" = ( /obj/structure/machinery/sleep_console{ dir = 1 }, /turf/open/floor/whitegreen, /area/whiskey_outpost/inside/hospital/triage) -"aOI" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/structure/machinery/light{ - unacidable = 1; - unslashable = 1 - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost) "aOJ" = ( /obj/structure/machinery/cm_vending/gear/medic, /turf/open/floor/prison/floor_plate, @@ -14376,13 +7497,6 @@ "aOP" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_west, /area/whiskey_outpost/inside/caves/caverns/west) -"aOQ" = ( -/obj/effect/landmark/start/whiskey/marine, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/lane/four_north) "aOR" = ( /obj/structure/disposalpipe/sortjunction/flipped{ sortType = "South-Eastern Platform" @@ -14390,12 +7504,6 @@ /obj/effect/landmark/start/whiskey/spec, /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost/outside/north/platform) -"aOS" = ( -/obj/structure/machinery/cm_vending/clothing/commanding_officer, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/cic) "aOT" = ( /obj/effect/landmark/start/whiskey/marine, /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west, @@ -14416,28 +7524,12 @@ }, /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost/outside/north) -"aOX" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/start/whiskey/medic, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost) "aOY" = ( /obj/structure/platform{ dir = 4 }, /turf/open/gm/coast/north, /area/whiskey_outpost/outside/river) -"aOZ" = ( -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/lane/three_south) "aPa" = ( /obj/structure/machinery/power/apc/almayer/directional/north, /turf/open/floor/prison/floor_plate/southwest, @@ -14458,28 +7550,9 @@ }, /turf/open/gm/dirt, /area/whiskey_outpost/outside/lane/two_south) -"aPe" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor{ - dir = 8; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/beach) "aPf" = ( /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/pillbox/four) -"aPg" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor{ - dir = 4; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/beach) -"aPh" = ( -/turf/open/shuttle/dropship{ - icon_state = "rasputin8" - }, -/area/whiskey_outpost/outside/lane/four_north) "aPi" = ( /obj/structure/barricade/sandbags/wired, /obj/structure/platform{ @@ -14502,16 +7575,6 @@ "aPk" = ( /turf/open/gm/coast/beachcorner/south_west, /area/whiskey_outpost/outside/river/east) -"aPl" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/structure/machinery/disposal, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/four) "aPm" = ( /turf/closed/wall/r_wall, /area/whiskey_outpost/outside/lane/three_north) @@ -14526,15 +7589,6 @@ /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost/inside/bunker/bunker/front) -"aPp" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aPq" = ( /obj/structure/barricade/sandbags/wired, /turf/open/gm/dirt, @@ -14554,13 +7608,6 @@ /obj/structure/flora/bush/ausbushes/reedbush, /turf/open/gm/coast/north, /area/whiskey_outpost/outside/river) -"aPu" = ( -/obj/structure/barricade/metal/wired, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/two) "aPv" = ( /obj/structure/barricade/sandbags/wired{ dir = 8; @@ -14575,20 +7622,6 @@ }, /turf/open/floor/asteroidwarning/west, /area/whiskey_outpost/outside/north/platform) -"aPw" = ( -/turf/open/gm/dirt{ - icon_state = "desert1" - }, -/area/whiskey_outpost/outside/lane/two_south) -"aPx" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor{ - dir = 1; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital/triage) "aPy" = ( /turf/open/floor/prison/floor_marked/southwest, /area/whiskey_outpost/inside/bunker/bunker/front) @@ -14603,12 +7636,6 @@ }, /turf/open/gm/dirt, /area/whiskey_outpost/outside/lane/three_north) -"aPB" = ( -/obj/effect/landmark/start/whiskey/synthetic, -/turf/open/floor/almayer{ - icon_state = "cargo" - }, -/area/whiskey_outpost/inside/cic) "aPC" = ( /obj/structure/flora/bush/ausbushes/var3/leafybush, /turf/open/gm/dirt, @@ -14678,17 +7705,6 @@ }, /turf/open/gm/river, /area/whiskey_outpost/outside/river/west) -"aPR" = ( -/obj/structure/surface/rack, -/obj/item/fuel_cell, -/obj/item/fuel_cell, -/obj/item/fuel_cell, -/obj/item/fuel_cell, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/engineering) "aPS" = ( /obj/effect/landmark/whiskey_outpost/supplydrops, /obj/structure/machinery/light/small{ @@ -14696,28 +7712,6 @@ }, /turf/open/floor/prison/floor_marked/southwest, /area/whiskey_outpost/inside/supply) -"aPT" = ( -/obj/structure/machinery/medical_pod/sleeper, -/turf/open/floor{ - dir = 10; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital/triage) -"aPU" = ( -/obj/structure/largecrate/supply/explosives/mines, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_marked" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) -"aPV" = ( -/obj/structure/machinery/door/airlock/hatch{ - name = "Dropship Hatch" - }, -/turf/open/shuttle/dropship{ - icon_state = "rasputin15" - }, -/area/whiskey_outpost/outside/lane/four_north) "aPW" = ( /obj/structure/disposalpipe/segment{ dir = 1; @@ -14784,29 +7778,6 @@ "aQk" = ( /turf/open/floor/prison/floor_plate, /area/whiskey_outpost/inside/supply) -"aQl" = ( -/obj/item/lightstick/red/planted, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north/beach) -"aQm" = ( -/obj/structure/machinery/medical_pod/sleeper{ - dir = 1 - }, -/turf/open/floor{ - dir = 6; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital/triage) -"aQn" = ( -/obj/effect/spawner/gibspawner/human, -/turf/open/jungle{ - bushes_spawn = 0; - icon_state = "grass_impenetrable" - }, -/area/whiskey_outpost/outside/south/far) "aQo" = ( /obj/structure/flora/bush/ausbushes/reedbush, /turf/open/gm/river, @@ -14828,52 +7799,18 @@ }, /turf/open/floor/plating/asteroidwarning/northwest, /area/whiskey_outpost/outside/north/platform) -"aQs" = ( -/obj/structure/barricade/handrail{ - dir = 1 - }, -/turf/open/floor/prison{ - dir = 8; - icon_state = "cell_stripe" - }, -/area/whiskey_outpost/inside/bunker) "aQt" = ( /obj/structure/machinery/colony_floodlight, /turf/open/gm/dirtgrassborder/east, /area/whiskey_outpost/outside/south/far) "aQu" = ( -/obj/structure/surface/rack, -/obj/effect/landmark/wo_supplies/guns/common/m41a, -/turf/open/floor/prison/floor_plate/southwest, -/area/whiskey_outpost/inside/bunker/pillbox/one) -"aQv" = ( -/obj/structure/largecrate/random, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) -"aQw" = ( -/obj/structure/machinery/cm_vending/clothing/marine/alpha{ - density = 0; - pixel_x = -16 - }, -/turf/open/floor/almayer{ - icon_state = "redfull" - }, -/area/whiskey_outpost/outside/lane/two_north) +/obj/structure/surface/rack, +/obj/effect/landmark/wo_supplies/guns/common/m41a, +/turf/open/floor/prison/floor_plate/southwest, +/area/whiskey_outpost/inside/bunker/pillbox/one) "aQx" = ( /turf/open/jungle/impenetrable, /area/whiskey_outpost/outside/lane/one_north) -"aQy" = ( -/obj/structure/machinery/cm_vending/clothing/marine/alpha{ - density = 0; - pixel_x = -16 - }, -/turf/open/floor/almayer{ - icon_state = "redfull" - }, -/area/whiskey_outpost/outside/lane/three_north) "aQz" = ( /obj/effect/decal/warning_stripes/asteroid{ dir = 1; @@ -14907,26 +7844,6 @@ /obj/effect/landmark/start/whiskey/cmo, /turf/open/floor/whitegreenfull, /area/whiskey_outpost/inside/hospital) -"aQF" = ( -/obj/structure/reagent_dispensers/water_cooler/stacks{ - density = 0; - pixel_x = 1; - pixel_y = 18 - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) -"aQG" = ( -/obj/structure/machinery/cm_vending/clothing/marine/alpha{ - density = 0; - pixel_x = -16 - }, -/turf/open/floor/almayer{ - icon_state = "redfull" - }, -/area/whiskey_outpost/inside/living) "aQH" = ( /obj/structure/cargo_container/grant/right, /turf/open/jungle, @@ -14957,25 +7874,11 @@ "aQO" = ( /turf/closed/wall/r_wall, /area/whiskey_outpost/inside/bunker/pillbox/two) -"aQP" = ( -/obj/effect/decal/cleanable/blood/writing{ - dir = 4 - }, -/turf/open/jungle{ - bushes_spawn = 0; - icon_state = "grass_impenetrable" - }, -/area/whiskey_outpost/outside/south/very_far) "aQQ" = ( /obj/structure/surface/rack, /obj/effect/landmark/wo_supplies/guns/common/m41a, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/pillbox/three) -"aQR" = ( -/turf/open/gm/dirt{ - icon_state = "desert3" - }, -/area/whiskey_outpost/inside/caves/caverns/west) "aQS" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_east, /area/whiskey_outpost/outside/north/northwest) @@ -15040,37 +7943,6 @@ }, /turf/open/gm/river, /area/whiskey_outpost/outside/river/east) -"aRe" = ( -/obj/structure/machinery/cm_vending/clothing/marine/charlie{ - density = 0; - pixel_x = 16 - }, -/turf/open/floor/almayer{ - icon_state = "emeraldfull" - }, -/area/whiskey_outpost/outside/lane/three_north) -"aRf" = ( -/obj/structure/machinery/shower{ - dir = 8; - layer = 3.3 - }, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) -"aRg" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aRh" = ( /obj/effect/decal/cleanable/blood/writing{ dir = 9 @@ -15163,14 +8035,6 @@ }, /turf/open/gm/dirtgrassborder/north, /area/whiskey_outpost/outside/north) -"aRx" = ( -/obj/structure/surface/rack, -/obj/effect/landmark/wo_supplies/ammo/box/m41a, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/three) "aRy" = ( /obj/structure/surface/table/reinforced/prison, /obj/item/reagent_container/food/snacks/mre_pack/meal5{ @@ -15187,29 +8051,12 @@ "aRz" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_west, /area/whiskey_outpost/outside/lane/two_south) -"aRA" = ( -/obj/effect/landmark/start/whiskey/leader, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/four) "aRB" = ( /obj/structure/platform{ dir = 4 }, /turf/open/gm/river, /area/whiskey_outpost/outside/river/east) -"aRC" = ( -/obj/effect/decal/warning_stripes/asteroid{ - dir = 8; - icon_state = "warning_s" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aRD" = ( /obj/structure/cargo_container/grant/rightmid, /turf/open/jungle, @@ -15278,13 +8125,6 @@ }, /turf/open/floor/asteroidwarning/east, /area/whiskey_outpost/outside/north/platform) -"aRR" = ( -/obj/structure/barricade/plasteel/wired, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/three) "aRS" = ( /obj/structure/flora/bush/ausbushes/var3/stalkybush, /turf/open/gm/dirtgrassborder/south, @@ -15295,29 +8135,9 @@ }, /turf/open/floor/whitegreen/northwest, /area/whiskey_outpost/inside/hospital/triage) -"aRU" = ( -/obj/structure/machinery/cm_vending/clothing/medic, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area) -"aRV" = ( -/obj/item/storage/box/m94, -/turf/open/shuttle/dropship{ - icon_state = "rasputin5" - }, -/area/whiskey_outpost/outside/lane/four_north) "aRW" = ( /turf/open/gm/coast/beachcorner/south_west, /area/whiskey_outpost/outside/river) -"aRX" = ( -/obj/structure/largecrate/random/case, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aRY" = ( /obj/structure/machinery/light/small{ dir = 1 @@ -15361,31 +8181,12 @@ }, /turf/closed/wall/r_wall, /area/whiskey_outpost/inside/bunker/pillbox/four) -"aSf" = ( -/obj/item/cell/high, -/turf/open/shuttle/dropship{ - icon_state = "rasputin15" - }, -/area/whiskey_outpost/outside/lane/four_north) "aSg" = ( /obj/structure/machinery/light/small{ dir = 1 }, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/pillbox/one) -"aSh" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/machinery/door/airlock/almayer/marine/delta{ - dir = 1; - name = "\improper Pillbox Tequila"; - req_access = null; - req_one_access = null - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/four) "aSi" = ( /turf/open/gm/dirtgrassborder/south, /area/whiskey_outpost/outside/south) @@ -15404,40 +8205,6 @@ }, /turf/open/floor/prison/darkyellowfull2/east, /area/whiskey_outpost/inside/supply) -"aSl" = ( -/obj/effect/landmark/start/whiskey/medic, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) -"aSm" = ( -/obj/structure/machinery/cm_vending/clothing/marine/charlie{ - density = 0; - pixel_x = 16 - }, -/turf/open/floor/almayer{ - icon_state = "emeraldfull" - }, -/area/whiskey_outpost/outside/lane/two_north) -"aSn" = ( -/obj/structure/machinery/door/airlock/almayer/medical/glass{ - name = "\improper Triage"; - req_access = null; - req_one_access = null - }, -/turf/open/floor{ - icon_state = "whitegreenfull" - }, -/area/whiskey_outpost/inside/hospital/triage) -"aSo" = ( -/obj/structure/machinery/cm_vending/clothing/marine/bravo{ - density = 0; - pixel_x = -16 - }, -/turf/open/floor/almayer{ - icon_state = "orangefull" - }, -/area/whiskey_outpost/outside/lane/two_north) "aSp" = ( /obj/structure/filingcabinet{ density = 0; @@ -15515,12 +8282,6 @@ /obj/structure/extinguisher_cabinet, /turf/closed/wall/r_wall, /area/whiskey_outpost/inside/bunker/pillbox/four) -"aSC" = ( -/obj/structure/closet, -/turf/open/floor{ - icon_state = "whitegreenfull" - }, -/area/whiskey_outpost/inside/hospital) "aSD" = ( /obj/effect/landmark/start/whiskey/smartgunner, /obj/structure/barricade/sandbags/wired, @@ -15533,24 +8294,6 @@ /obj/effect/landmark/start/whiskey/marine, /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_west, /area/whiskey_outpost/outside/lane/two_south) -"aSG" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/four) -"aSH" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/four) "aSI" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_west, /area/whiskey_outpost/inside/caves/caverns/east) @@ -15560,16 +8303,6 @@ }, /turf/open/floor/prison, /area/whiskey_outpost/inside/bunker/bunker/front) -"aSK" = ( -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/four) "aSL" = ( /obj/structure/platform_decoration{ dir = 8 @@ -15583,28 +8316,6 @@ /obj/structure/window/framed/colony/reinforced, /turf/open/floor/plating, /area/whiskey_outpost/outside/south/far) -"aSO" = ( -/obj/structure/machinery/cm_vending/clothing/marine/bravo{ - density = 0; - pixel_x = -16 - }, -/turf/open/floor/almayer{ - icon_state = "orangefull" - }, -/area/whiskey_outpost/outside/lane/three_north) -"aSP" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/warning_stripes/asteroid{ - dir = 4; - icon_state = "warning_s" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aSQ" = ( /obj/structure/platform{ dir = 4 @@ -15617,27 +8328,6 @@ }, /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost/outside/north/platform) -"aSS" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/four) -"aST" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/four) "aSU" = ( /turf/open/gm/grass/grassbeach/west, /area/whiskey_outpost/outside/south) @@ -15652,15 +8342,6 @@ }, /turf/open/floor/prison/darkyellowfull2/east, /area/whiskey_outpost/inside/engineering) -"aSW" = ( -/obj/structure/machinery/shower{ - dir = 4 - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aSX" = ( /turf/open/gm/river, /area/whiskey_outpost/outside/south) @@ -15690,27 +8371,6 @@ }, /turf/open/gm/coast/south, /area/whiskey_outpost/outside/river/east) -"aTd" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -11 - }, -/obj/structure/mirror{ - pixel_x = -32 - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) -"aTe" = ( -/obj/structure/barricade/metal/wired, -/obj/structure/machinery/m56d_hmg/mg_turret, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aTf" = ( /obj/structure/machinery/conveyor{ dir = 8; @@ -15742,24 +8402,10 @@ }, /turf/open/gm/dirt, /area/whiskey_outpost/outside/lane/four_north) -"aTk" = ( -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aTl" = ( /obj/effect/landmark/start/whiskey/leader, /turf/open/floor/prison, /area/whiskey_outpost/inside/bunker) -"aTm" = ( -/obj/structure/surface/rack, -/obj/effect/landmark/wo_supplies/ammo/box/m41a, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/four) "aTn" = ( /obj/structure/platform{ dir = 1 @@ -15772,18 +8418,6 @@ }, /turf/open/gm/coast/south, /area/whiskey_outpost/outside/river/east) -"aTp" = ( -/obj/structure/machinery/door/airlock/almayer/marine/alpha{ - dir = 1; - name = "\improper Pillbox Bourbon"; - req_access = null; - req_one_access = null - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/one) "aTq" = ( /turf/open/floor/prison/darkyellow2, /area/whiskey_outpost/inside/engineering) @@ -15791,13 +8425,6 @@ /obj/item/stool, /turf/open/jungle, /area/whiskey_outpost/outside/lane/two_south) -"aTs" = ( -/obj/effect/decal/cleanable/blood/writing, -/turf/open/jungle{ - bushes_spawn = 0; - icon_state = "grass_impenetrable" - }, -/area/whiskey_outpost/outside/south/far) "aTt" = ( /obj/structure/sign/safety/one, /obj/structure/sign/safety/ammunition{ @@ -15813,12 +8440,6 @@ /obj/structure/barricade/handrail/wire, /turf/open/gm/dirt, /area/whiskey_outpost/outside/lane/two_south) -"aTw" = ( -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/one) "aTx" = ( /obj/item/cell/high, /turf/open/shuttle/dropship/light_grey_single_wide_up_to_down, @@ -15836,16 +8457,6 @@ }, /turf/open/jungle/impenetrable, /area/whiskey_outpost/outside/south/very_far) -"aTA" = ( -/obj/structure/machinery/light/small, -/obj/structure/surface/table/reinforced/prison, -/obj/item/reagent_container/hypospray, -/obj/item/reagent_container/hypospray, -/obj/structure/machinery/power/apc/almayer, -/turf/open/floor{ - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital/triage) "aTB" = ( /obj/structure/machinery/light/small{ dir = 1 @@ -15854,20 +8465,6 @@ /obj/structure/surface/table/reinforced/prison, /turf/open/floor/whitegreen/north, /area/whiskey_outpost/inside/hospital/triage) -"aTC" = ( -/obj/structure/machinery/recharge_station, -/turf/open/floor{ - dir = 6; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital/triage) -"aTD" = ( -/obj/item/weapon/sword/machete, -/turf/open/jungle{ - bushes_spawn = 0; - icon_state = "grass_impenetrable" - }, -/area/whiskey_outpost/outside/north) "aTE" = ( /obj/structure/disposalpipe/segment, /obj/effect/landmark/start/whiskey/leader, @@ -15892,19 +8489,6 @@ /obj/effect/landmark/start/whiskey/marine, /turf/open/gm/dirt, /area/whiskey_outpost/outside/lane/two_north) -"aTI" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/machinery/door/airlock/almayer/marine/alpha{ - dir = 1; - name = "\improper Pillbox Bourbon"; - req_access = null; - req_one_access = null - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/one) "aTJ" = ( /obj/structure/machinery/cm_vending/clothing/marine/bravo{ density = 0; @@ -15946,25 +8530,6 @@ /obj/structure/machinery/light/small, /turf/open/floor/prison/cell_stripe/east, /area/whiskey_outpost/inside/bunker) -"aTP" = ( -/obj/structure/surface/table/almayer, -/obj/structure/machinery/line_nexter_control{ - id = "WOline2"; - pixel_x = -4; - pixel_y = -2; - req_one_access_txt = "2;21" - }, -/obj/structure/machinery/door_control{ - id = "WOlineshutters2"; - name = "Line 2 Shutters"; - pixel_x = 5; - pixel_y = -2; - req_one_access_txt = "2;21" - }, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/supply) "aTQ" = ( /obj/structure/largecrate/random/mini/med{ pixel_x = 7; @@ -15997,18 +8562,6 @@ /obj/effect/landmark/start/whiskey/leader, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/pillbox/four) -"aTW" = ( -/obj/structure/machinery/door/airlock/almayer/marine/bravo{ - dir = 1; - name = "\improper Pillbox Wine"; - req_access = null; - req_one_access = null - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/two) "aTX" = ( /obj/structure/fence, /turf/open/gm/dirt, @@ -16021,13 +8574,6 @@ /obj/structure/curtain, /turf/open/floor/prison, /area/whiskey_outpost/inside/living) -"aTZ" = ( -/obj/structure/closet/crate, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_marked" - }, -/area/whiskey_outpost/inside/supply) "aUa" = ( /obj/structure/flora/jungle/plantbot1, /turf/open/jungle, @@ -16044,45 +8590,14 @@ /obj/structure/disposalpipe/sortjunction{ sortType = "Pillbox Wine" }, -/turf/open/gm/dirt, -/area/whiskey_outpost/outside/north) -"aUe" = ( -/obj/structure/machinery/cm_vending/clothing/marine/delta{ - density = 0; - pixel_x = 16 - }, -/turf/open/floor/almayer{ - icon_state = "bluefull" - }, -/area/whiskey_outpost/outside/lane/three_north) +/turf/open/gm/dirt, +/area/whiskey_outpost/outside/north) "aUf" = ( /turf/open/gm/grass/grassbeach/east, /area/whiskey_outpost/outside/lane/one_south) "aUg" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_east, /area/whiskey_outpost/outside/lane/three_south) -"aUh" = ( -/obj/structure/machinery/door/airlock/almayer/medical/glass{ - name = "\improper Triage"; - req_access = null; - req_one_access = null - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor{ - icon_state = "whitegreenfull" - }, -/area/whiskey_outpost/inside/hospital/triage) -"aUi" = ( -/obj/item/roller, -/obj/item/roller, -/obj/item/roller, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aUj" = ( /obj/structure/disposalpipe/segment, /obj/structure/surface/rack, @@ -16133,24 +8648,6 @@ }, /turf/open/gm/dirt, /area/whiskey_outpost/outside/north) -"aUo" = ( -/obj/item/storage/box/explosive_mines, -/turf/open/jungle{ - bushes_spawn = 0; - icon_state = "grass_impenetrable" - }, -/area/whiskey_outpost/outside/lane/one_north) -"aUp" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, -/obj/structure/surface/rack, -/obj/effect/landmark/wo_supplies/storage/machete, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/four) "aUq" = ( /obj/structure/disposalpipe/segment, /turf/open/gm/dirtgrassborder/north, @@ -16165,23 +8662,6 @@ /obj/structure/machinery/colony_floodlight, /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_east, /area/whiskey_outpost/outside/lane/three_north) -"aUt" = ( -/obj/effect/landmark/start/whiskey/engineer, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/four) -"aUu" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, -/obj/structure/surface/rack, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/four) "aUv" = ( /obj/structure/barricade/sandbags/wired, /obj/structure/disposalpipe/segment{ @@ -16212,25 +8692,6 @@ }, /turf/open/floor/whitegreen, /area/whiskey_outpost/inside/hospital) -"aUB" = ( -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/machinery/disposal, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/one) -"aUC" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/one) "aUD" = ( /obj/structure/machinery/cm_vending/sorted/medical/wall_med{ pixel_x = -32 @@ -16253,48 +8714,9 @@ /obj/structure/disposalpipe/segment, /turf/open/jungle/impenetrable, /area/whiskey_outpost/outside/lane/three_north) -"aUH" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/one) "aUI" = ( /turf/open/floor/white, /area/whiskey_outpost/inside/hospital/triage) -"aUJ" = ( -/obj/structure/machinery/m56d_hmg/mg_turret, -/obj/structure/barricade/metal/wired, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) -"aUK" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/one) -"aUL" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/one) "aUM" = ( /obj/structure/machinery/door/airlock/almayer/marine/requisitions{ dir = 8; @@ -16314,13 +8736,6 @@ /obj/item/lightstick/red/planted, /turf/open/gm/grass/grass1, /area/whiskey_outpost/outside/north/northwest) -"aUP" = ( -/obj/item/lightstick/red/planted, -/turf/open/jungle{ - bushes_spawn = 0; - icon_state = "grass_impenetrable" - }, -/area/whiskey_outpost/outside/south) "aUQ" = ( /obj/structure/disposalpipe/segment, /obj/structure/machinery/door/airlock/almayer/marine/bravo{ @@ -16331,12 +8746,6 @@ }, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/pillbox/two) -"aUR" = ( -/obj/structure/machinery/cm_vending/sorted/cargo_guns/squad_prep/wo, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aUS" = ( /obj/structure/flora/jungle/plantbot1, /turf/open/jungle, @@ -16365,27 +8774,9 @@ /obj/structure/barricade/plasteel/wired, /turf/open/gm/dirt, /area/whiskey_outpost/outside/lane/three_south) -"aUX" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/one) "aUY" = ( /turf/open/gm/dirtgrassborder/south, /area/whiskey_outpost/outside/lane/two_south) -"aUZ" = ( -/obj/structure/machinery/cm_vending/clothing/marine/delta{ - density = 0; - pixel_x = 16 - }, -/turf/open/floor/almayer{ - icon_state = "bluefull" - }, -/area/whiskey_outpost/outside/lane/two_north) "aVa" = ( /obj/structure/barricade/sandbags/wired, /obj/structure/barricade/sandbags/wired{ @@ -16417,17 +8808,6 @@ "aVg" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner/north_east, /area/whiskey_outpost/inside/caves/caverns/east) -"aVh" = ( -/turf/open/jungle/impenetrable{ - icon_state = "grass_clear" - }, -/area/whiskey_outpost/outside/south/very_far) -"aVi" = ( -/turf/open/jungle{ - bushes_spawn = 0; - icon_state = "grass_impenetrable" - }, -/area/whiskey_outpost/outside/north) "aVj" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -16442,12 +8822,6 @@ /obj/structure/bed/chair, /turf/open/gm/dirt, /area/whiskey_outpost/outside/lane/three_south) -"aVm" = ( -/turf/open/floor/prison{ - dir = 4; - icon_state = "cell_stripe" - }, -/area/whiskey_outpost/inside/caves/tunnel) "aVn" = ( /obj/structure/platform_decoration{ dir = 4 @@ -16455,25 +8829,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost/outside/north/platform) -"aVo" = ( -/turf/open/jungle{ - bushes_spawn = 0; - icon_state = "grass_impenetrable" - }, -/area/whiskey_outpost/outside/lane/one_south) -"aVp" = ( -/obj/item/cell/high, -/turf/open/shuttle/dropship{ - icon_state = "rasputin3" - }, -/area/whiskey_outpost/outside/lane/four_north) -"aVq" = ( -/obj/structure/machinery/computer/crew, -/turf/open/floor/almayer{ - dir = 6; - icon_state = "blue" - }, -/area/whiskey_outpost/inside/cic) "aVr" = ( /obj/structure/machinery/light{ unacidable = 1; @@ -16514,17 +8869,6 @@ }, /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west, /area/whiskey_outpost/outside/north) -"aVx" = ( -/obj/structure/machinery/medical_pod/bodyscanner{ - dir = 1 - }, -/obj/structure/machinery/light/small{ - dir = 4 - }, -/turf/open/floor{ - icon_state = "white" - }, -/area/whiskey_outpost/inside/hospital/triage) "aVy" = ( /obj/structure/machinery/cm_vending/clothing/synth, /obj/effect/decal/cleanable/cobweb2, @@ -16545,13 +8889,6 @@ "aVC" = ( /turf/open/gm/grass/grassbeach/north, /area/whiskey_outpost/outside/lane/one_south) -"aVD" = ( -/obj/effect/decal/cleanable/blood/writing, -/turf/open/jungle{ - bushes_spawn = 0; - icon_state = "grass_impenetrable" - }, -/area/whiskey_outpost/outside/lane/four_south) "aVE" = ( /obj/effect/decal/cleanable/blood/writing{ dir = 5 @@ -16575,57 +8912,13 @@ /obj/structure/machinery/defenses/sentry/premade, /turf/open/gm/dirt, /area/whiskey_outpost/outside/lane/two_south) -"aVI" = ( -/obj/structure/machinery/defenses/sentry/premade, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/three) -"aVJ" = ( -/obj/structure/surface/rack, -/obj/item/tool/crowbar, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/four) "aVK" = ( /obj/structure/disposalpipe/segment, /turf/open/gm/dirtgrassborder/south, /area/whiskey_outpost/outside/lane/three_south) -"aVL" = ( -/obj/structure/largecrate/supply/medicine/medkits, -/turf/open/floor{ - dir = 1; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital/triage) "aVM" = ( /turf/closed/wall/r_wall, /area/whiskey_outpost/inside/caves) -"aVN" = ( -/obj/effect/landmark/start/whiskey/marine, -/obj/structure/machinery/defenses/sentry/premade, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/four) -"aVO" = ( -/obj/structure/machinery/colony_floodlight, -/turf/open/jungle{ - bushes_spawn = 0; - icon_state = "grass_impenetrable" - }, -/area/whiskey_outpost/outside/lane/three_north) -"aVP" = ( -/obj/item/toy/beach_ball/holoball, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aVQ" = ( /obj/structure/platform{ dir = 1 @@ -16643,26 +8936,12 @@ /obj/item/device/binoculars, /turf/open/floor/prison, /area/whiskey_outpost/inside/bunker/bunker/front) -"aVS" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/prison{ - dir = 1; - icon_state = "cell_stripe" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aVT" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_west, /area/whiskey_outpost/outside/north) -"aVU" = ( -/turf/open/gm/dirt{ - icon_state = "desert1" - }, -/area/whiskey_outpost/inside/caves/caverns/west) "aVV" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner/south_east, /area/whiskey_outpost/outside/lane/two_south) @@ -16697,13 +8976,6 @@ /obj/structure/barricade/sandbags/wired, /turf/open/gm/dirt, /area/whiskey_outpost/outside/north) -"aWc" = ( -/obj/effect/landmark/start/whiskey/doctor, -/turf/open/floor{ - dir = 6; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) "aWd" = ( /obj/item/weapon/gun/rifle/m41a, /turf/open/gm/river, @@ -16711,26 +8983,6 @@ "aWe" = ( /turf/closed/wall, /area/whiskey_outpost/outside/south/far) -"aWf" = ( -/obj/structure/surface/rack, -/obj/effect/landmark/wo_supplies/guns/common/m41a, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/four) -"aWg" = ( -/obj/structure/machinery/cm_vending/sorted/medical/wall_med{ - name = "Emergency NanoMed"; - pixel_x = -30; - req_access = null - }, -/obj/structure/machinery/cryopod, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/one) "aWh" = ( /obj/structure/platform{ dir = 4 @@ -16740,109 +8992,15 @@ "aWi" = ( /turf/open/shuttle/dropship/light_grey_top_left, /area/whiskey_outpost/outside/lane/four_north) -"aWj" = ( -/obj/structure/surface/table/reinforced/prison, -/obj/item/storage/firstaid/rad, -/obj/item/storage/firstaid/rad, -/obj/item/storage/firstaid/rad, -/obj/item/storage/firstaid/rad, -/obj/item/storage/firstaid/toxin{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/firstaid/toxin{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/firstaid/toxin{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/firstaid/toxin{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/firstaid/fire, -/obj/item/storage/firstaid/fire, -/obj/item/storage/firstaid/fire, -/obj/item/storage/firstaid/fire, -/obj/item/storage/firstaid/regular{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/firstaid/regular{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/firstaid/regular{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/firstaid/regular{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/firstaid/o2, -/obj/item/storage/firstaid/o2, -/obj/item/storage/firstaid/o2, -/obj/item/storage/firstaid/o2, -/obj/item/storage/firstaid/adv{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/firstaid/adv{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/firstaid/adv{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/firstaid/adv{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/effect/landmark/wo_supplies/storage/belts/lifesaver, -/obj/effect/landmark/wo_supplies/storage/belts/lifesaver, -/obj/effect/landmark/wo_supplies/storage/belts/lifesaver, -/turf/open/floor{ - dir = 5; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) -"aWk" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/two) "aWl" = ( /turf/closed/shuttle/dropship{ icon_state = "rasputin3" }, /area/whiskey_outpost/outside/lane/four_south) -"aWm" = ( -/obj/effect/landmark/start/whiskey/marine, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/one) "aWn" = ( /obj/structure/reagent_dispensers/fueltank, /turf/open/jungle, /area/whiskey_outpost/outside/north) -"aWo" = ( -/obj/item/stack/cable_coil, -/obj/structure/surface/table/reinforced/prison, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aWp" = ( /obj/structure/sign/safety/two, /obj/structure/sign/safety/ammunition{ @@ -16857,13 +9015,6 @@ /obj/effect/decal/cleanable/blood/writing, /turf/open/jungle/clear, /area/whiskey_outpost/outside/south/very_far) -"aWs" = ( -/obj/effect/landmark/start/whiskey/marine, -/turf/open/jungle{ - bushes_spawn = 0; - icon_state = "grass_impenetrable" - }, -/area/whiskey_outpost/outside/lane/two_south) "aWt" = ( /obj/structure/disposalpipe/segment{ dir = 4; @@ -16871,19 +9022,6 @@ }, /turf/open/floor/asteroidwarning/east, /area/whiskey_outpost/outside/north/platform) -"aWu" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/machinery/door/airlock/almayer/marine/bravo{ - dir = 1; - name = "\improper Pillbox Wine"; - req_access = null; - req_one_access = null - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/two) "aWv" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner2/south_east, /area/whiskey_outpost/outside/lane/three_north) @@ -16903,18 +9041,6 @@ }, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/bunker/front) -"aWz" = ( -/turf/open/gm/dirt{ - icon_state = "desert2" - }, -/area/whiskey_outpost/inside/caves/caverns/west) -"aWA" = ( -/obj/structure/machinery/chem_dispenser, -/turf/open/floor{ - dir = 9; - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital) "aWB" = ( /turf/open/floor/asteroidwarning, /area/whiskey_outpost/outside/north/platform) @@ -16950,22 +9076,6 @@ /obj/structure/machinery/recharge_station, /turf/open/floor/whitegreen/southwest, /area/whiskey_outpost/inside/hospital/triage) -"aWI" = ( -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/turf/open/floor{ - icon_state = "white" - }, -/area/whiskey_outpost/inside/hospital/triage) -"aWJ" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor{ - dir = 4; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north) "aWK" = ( /obj/structure/machinery/cm_vending/own_points/experimental_tools, /turf/open/floor/plating/plating_catwalk, @@ -17004,13 +9114,6 @@ }, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/engineering) -"aWR" = ( -/obj/effect/decal/cleanable/blood/oil, -/obj/effect/landmark/start/whiskey/medic, -/turf/open/floor/prison{ - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aWS" = ( /obj/structure/disposalpipe/segment{ dir = 2; @@ -17048,13 +9151,6 @@ /obj/effect/landmark/start/whiskey/engineer, /turf/open/floor/prison, /area/whiskey_outpost/inside/bunker/bunker/front) -"aWY" = ( -/obj/structure/barricade/metal/wired, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/four) "aWZ" = ( /obj/structure/disposalpipe/sortjunction{ dir = 4; @@ -17089,13 +9185,6 @@ /obj/effect/landmark/start/whiskey/marine, /turf/open/gm/dirtgrassborder/grassdirt_corner/north_east, /area/whiskey_outpost/outside/lane/two_south) -"aXe" = ( -/obj/structure/barricade/plasteel/wired, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/four) "aXf" = ( /obj/structure/machinery/cm_vending/sorted/medical/wall_med{ name = "Emergency NanoMed"; @@ -17113,66 +9202,17 @@ /obj/structure/machinery/cm_vending/sorted/tech/electronics_storage, /turf/open/floor/prison/floor_marked/southwest, /area/whiskey_outpost/inside/engineering) -"aXi" = ( -/obj/structure/machinery/floodlight{ - light_on = 1 - }, -/turf/open/floor/plating{ - dir = 10; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/north/platform) -"aXj" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, -/obj/structure/surface/rack, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/one) "aXk" = ( /obj/effect/landmark/start/whiskey/marine, /turf/open/gm/dirtgrassborder/grassdirt_corner2/north_east, /area/whiskey_outpost/outside/lane/two_south) -"aXl" = ( -/obj/effect/landmark/start/whiskey/engineer, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/one) -"aXm" = ( -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/four) "aXn" = ( /obj/structure/machinery/defenses/sentry/premade, /turf/open/gm/dirt, /area/whiskey_outpost/outside/river/east) -"aXo" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, -/obj/structure/surface/rack, -/obj/effect/landmark/wo_supplies/storage/machete, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/one) "aXp" = ( /turf/open/floor/whitegreencorner/west, /area/whiskey_outpost/inside/hospital/triage) -"aXq" = ( -/turf/open/jungle{ - bushes_spawn = 0; - icon_state = "grass_impenetrable" - }, -/area/whiskey_outpost/outside/lane/two_north) "aXr" = ( /obj/effect/landmark/start/whiskey/marine, /turf/open/gm/dirtgrassborder/north, @@ -17213,16 +9253,6 @@ icon_state = "rasputin5" }, /area/whiskey_outpost/outside/lane/four_north) -"aXA" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/structure/machinery/light/small, -/obj/structure/machinery/disposal, -/turf/open/floor{ - icon_state = "whitegreen" - }, -/area/whiskey_outpost/inside/hospital/triage) "aXB" = ( /turf/closed/shuttle/dropship{ icon_state = "rasputin0" @@ -17239,43 +9269,6 @@ /obj/structure/machinery/cm_vending/sorted/uniform_supply/squad_prep/wo, /turf/open/floor/prison/floor_plate, /area/whiskey_outpost/inside/bunker/bunker/front) -"aXF" = ( -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/machinery/disposal, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/two) -"aXG" = ( -/obj/structure/largecrate/random/mini/ammo{ - pixel_y = -5 - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) -"aXH" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/two) -"aXI" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/bed/roller, -/turf/open/floor{ - icon_state = "whitegreenfull" - }, -/area/whiskey_outpost/inside/hospital/triage) "aXJ" = ( /obj/structure/barricade/sandbags/wired, /obj/structure/barricade/sandbags/wired{ @@ -17284,59 +9277,23 @@ }, /turf/open/floor/asteroidwarning, /area/whiskey_outpost/outside/north/platform) -"aXK" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/two) "aXL" = ( /obj/structure/machinery/floodlight{ light_on = 1 }, /turf/open/floor/plating/asteroidwarning/northeast, /area/whiskey_outpost/outside/north/platform) -"aXM" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aXN" = ( /obj/structure/surface/table/reinforced/prison, /obj/effect/spawner/random/tool, /turf/open/gm/dirtgrassborder/east, /area/whiskey_outpost/outside/lane/two_south) -"aXO" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_marked" - }, -/area/whiskey_outpost/inside/supply) "aXP" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/gm/dirt, /area/whiskey_outpost/outside/lane/three_south) -"aXQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/two) "aXR" = ( /obj/effect/landmark/start/whiskey/marine, /turf/open/jungle, @@ -17357,15 +9314,6 @@ /obj/item/lightstick/red/planted, /turf/open/jungle/impenetrable, /area/whiskey_outpost/outside/lane/one_north) -"aXV" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/two) "aXW" = ( /turf/closed/shuttle/dropship{ icon_state = "rasputin4" @@ -17421,45 +9369,12 @@ /obj/structure/machinery/power/apc/almayer/directional/south, /turf/open/floor/whitegreen, /area/whiskey_outpost/inside/hospital/triage) -"aYg" = ( -/obj/structure/holohoop{ - dir = 8; - id = "basketball"; - side = "right" - }, -/obj/effect/decal/warning_stripes/asteroid{ - dir = 4; - icon_state = "warning_s" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north) "aYh" = ( /turf/open/gm/dirt/desert3, /area/whiskey_outpost/inside/caves/caverns/west) "aYi" = ( /turf/open/floor/prison/darkyellow2/west, /area/whiskey_outpost/inside/supply) -"aYj" = ( -/obj/structure/machinery/power/apc/almayer{ - dir = 1 - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/three) -"aYk" = ( -/obj/structure/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/three) "aYl" = ( /obj/structure/barricade/metal/wired, /obj/structure/disposalpipe/segment, @@ -17469,16 +9384,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost/outside/north/platform) -"aYn" = ( -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/three) "aYo" = ( /turf/open/gm/coast/north, /area/whiskey_outpost/outside/river) @@ -17488,12 +9393,6 @@ }, /turf/open/gm/coast/north, /area/whiskey_outpost/outside/lane/four_north) -"aYq" = ( -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_marked" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aYr" = ( /obj/structure/flora/jungle/planttop1, /turf/open/jungle, @@ -17562,23 +9461,6 @@ }, /turf/open/gm/coast/north, /area/whiskey_outpost/outside/lane/four_north) -"aYB" = ( -/obj/effect/decal/warning_stripes/asteroid{ - icon_state = "warning_s" - }, -/obj/effect/decal/warning_stripes/asteroid{ - dir = 8; - icon_state = "warning_s" - }, -/obj/effect/decal/warning_stripes/asteroid{ - dir = 1; - icon_state = "warning_s" - }, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north) "aYC" = ( /obj/structure/disposalpipe/segment{ dir = 4; @@ -17595,15 +9477,6 @@ /obj/structure/bed/chair, /turf/open/floor/prison, /area/whiskey_outpost/inside/bunker/bunker/front) -"aYF" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/surface/rack, -/obj/effect/landmark/wo_supplies/ammo/box/m41a, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/two) "aYG" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ dir = 1; @@ -17614,14 +9487,6 @@ "aYH" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner/north_west, /area/whiskey_outpost/inside/caves/caverns/west) -"aYI" = ( -/obj/structure/surface/rack, -/obj/effect/landmark/wo_supplies/guns/common/m41a, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/one) "aYJ" = ( /obj/structure/barricade/sandbags/wired{ dir = 1; @@ -17629,21 +9494,6 @@ }, /turf/open/floor/asteroidwarning/north, /area/whiskey_outpost/outside/north/beach) -"aYK" = ( -/obj/structure/surface/rack, -/obj/effect/spawner/random/toolbox, -/obj/effect/spawner/random/tool, -/obj/effect/spawner/random/tool, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) -"aYL" = ( -/turf/open/shuttle/dropship{ - icon_state = "rasputin4" - }, -/area/whiskey_outpost/outside/lane/four_north) "aYM" = ( /obj/effect/landmark/start/whiskey/marine, /turf/open/gm/dirtgrassborder/west, @@ -17669,14 +9519,6 @@ }, /turf/open/floor/prison/floor_plate, /area/whiskey_outpost/inside/supply) -"aYP" = ( -/obj/structure/surface/rack, -/obj/item/tool/crowbar, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/one) "aYQ" = ( /obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor{ name = "\improper Hospital"; @@ -17684,12 +9526,6 @@ }, /turf/open/floor/whitegreenfull, /area/whiskey_outpost/inside/hospital) -"aYR" = ( -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/three) "aYS" = ( /obj/structure/disposalpipe/segment{ dir = 1; @@ -17726,18 +9562,6 @@ icon_state = "diagrasputin" }, /area/whiskey_outpost/outside/lane/four_south) -"aYZ" = ( -/obj/structure/machinery/cm_vending/sorted/medical/wall_med{ - name = "Emergency NanoMed"; - pixel_x = -30; - req_access = null - }, -/obj/structure/machinery/cryopod, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/two) "aZa" = ( /obj/structure/machinery/cm_vending/clothing/marine/delta{ density = 0; @@ -17769,30 +9593,9 @@ /obj/effect/decal/cleanable/blood/oil, /turf/open/gm/dirt, /area/whiskey_outpost/outside/north) -"aZe" = ( -/obj/structure/machinery/cm_vending/sorted/medical/wall_med{ - name = "Emergency NanoMed"; - pixel_x = -30; - req_access = null - }, -/obj/structure/machinery/cryopod, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/three) "aZf" = ( /turf/closed/wall/strata_ice/jungle, /area/whiskey_outpost/inside/caves) -"aZg" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/prison{ - dir = 4; - icon_state = "cell_stripe" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aZh" = ( /obj/structure/platform{ dir = 4 @@ -17828,13 +9631,6 @@ /obj/effect/decal/cleanable/blood/oil, /turf/open/gm/dirtgrassborder/south, /area/whiskey_outpost/outside/south) -"aZm" = ( -/obj/structure/machinery/cm_vending/sorted/medical/chemistry, -/obj/structure/medical_supply_link, -/turf/open/floor{ - icon_state = "white" - }, -/area/whiskey_outpost/inside/hospital) "aZn" = ( /obj/structure/flora/bush/ausbushes/reedbush, /turf/open/gm/river, @@ -17848,25 +9644,6 @@ icon_state = "diagrasputin" }, /area/whiskey_outpost/outside/lane/four_north) -"aZq" = ( -/obj/structure/machinery/door/airlock/almayer/marine/delta{ - dir = 1; - name = "\improper Pillbox Tequila"; - req_access = null; - req_one_access = null - }, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/four) -"aZr" = ( -/obj/item/storage/box/m56d_hmg, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aZs" = ( /turf/open/gm/grass/grassbeach/south, /area/whiskey_outpost/outside/lane/one_south) @@ -17890,14 +9667,6 @@ /obj/structure/flora/jungle/planttop1, /turf/open/jungle, /area/whiskey_outpost/outside/lane/two_south) -"aZy" = ( -/obj/effect/spawner/random/tool, -/obj/structure/surface/rack, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/bunker/front) "aZz" = ( /obj/structure/sign/safety/north, /obj/structure/sign/safety/bridge{ @@ -17914,28 +9683,12 @@ /obj/structure/fence, /turf/open/jungle, /area/whiskey_outpost/outside/south) -"aZC" = ( -/obj/structure/grille{ - density = 0; - icon_state = "brokengrille" - }, -/turf/open/shuttle{ - icon_state = "floor7" - }, -/area/whiskey_outpost/outside/lane/four_north) "aZD" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/floor/asteroidfloor/north, /area/whiskey_outpost/outside/north/platform) -"aZE" = ( -/obj/structure/barricade/metal/wired, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/one) "aZF" = ( /turf/open/gm/dirtgrassborder/west, /area/whiskey_outpost/outside/south/far) @@ -17950,29 +9703,6 @@ /obj/structure/sign/poster, /turf/closed/wall/r_wall/unmeltable, /area/whiskey_outpost/inside/supply) -"aZI" = ( -/obj/structure/barricade/plasteel/wired, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/one) -"aZJ" = ( -/obj/structure/machinery/light/small{ - dir = 8 - }, -/obj/structure/surface/rack, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/two) -"aZK" = ( -/turf/open/floor{ - dir = 8; - icon_state = "asteroidwarning" - }, -/area/whiskey_outpost/outside/lane/four_north) "aZL" = ( /turf/open/gm/coast/beachcorner/south_west, /area/whiskey_outpost/outside/lane/four_south) @@ -17981,13 +9711,6 @@ /obj/structure/machinery/defenses/sentry/premade, /turf/open/floor/prison/floor_plate/southwest, /area/whiskey_outpost/inside/bunker/pillbox/four) -"aZN" = ( -/obj/effect/landmark/start/whiskey/engineer, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/two) "aZO" = ( /obj/effect/landmark/start/whiskey/engineer, /turf/open/floor/prison/floor_plate/southwest, @@ -17995,18 +9718,6 @@ "aZP" = ( /turf/open/gm/dirtgrassborder/grassdirt_corner/north_east, /area/whiskey_outpost/outside/lane/one_north) -"aZQ" = ( -/obj/structure/machinery/light/small{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/surface/rack, -/obj/effect/landmark/wo_supplies/storage/machete, -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/two) "aZR" = ( /obj/effect/decal/warning_stripes/asteroid{ icon_state = "warning_s" @@ -18025,30 +9736,6 @@ /obj/item/lightstick/red/planted, /turf/open/gm/dirtgrassborder/west, /area/whiskey_outpost/outside/south/far) -"aZU" = ( -/turf/open/floor/prison{ - dir = 10; - icon_state = "floor_plate" - }, -/area/whiskey_outpost/inside/bunker/pillbox/two) -"aZV" = ( -/obj/effect/decal/warning_stripes/asteroid{ - dir = 1; - icon_state = "warning_s" - }, -/obj/effect/decal/warning_stripes/asteroid{ - dir = 8; - icon_state = "warning_s" - }, -/obj/effect/decal/warning_stripes/asteroid{ - icon_state = "warning_s" - }, -/obj/item/device/flashlight/lamp/tripod/grey, -/turf/open/floor{ - dir = 1; - icon_state = "asteroidfloor" - }, -/area/whiskey_outpost/outside/north) "aZW" = ( /turf/closed/shuttle/dropship{ icon_state = "rasputin10"