From 5071b3438cb9af8f91f39dc2e33cbaaeeae587a8 Mon Sep 17 00:00:00 2001 From: Michiyamenotehifunana <31995558+Michiyamenotehifunana@users.noreply.github.com> Date: Thu, 19 Oct 2017 18:30:44 +0800 Subject: [PATCH 1/7] RECOLORABLE GUN MEMES Includes new ammo types, recolorable guns, partially recolorable guns, non-recolorable guns, and implementations into the map. --- _maps/map_files/BoxStation/BoxStation.dmm | 103 +++++-- code/citadel/cit_guns.dm | 257 ++++++++++++++++++ .../crates_lockers/closets/secure/security.dm | 8 +- icons/obj/guns/cit_guns.dmi | Bin 38472 -> 42304 bytes 4 files changed, 336 insertions(+), 32 deletions(-) diff --git a/_maps/map_files/BoxStation/BoxStation.dmm b/_maps/map_files/BoxStation/BoxStation.dmm index 8c4b6da914..21c5e69890 100644 --- a/_maps/map_files/BoxStation/BoxStation.dmm +++ b/_maps/map_files/BoxStation/BoxStation.dmm @@ -1304,9 +1304,6 @@ dir = 1; layer = 2.9 }, -/obj/structure/window/reinforced{ - dir = 4 - }, /obj/structure/cable{ d1 = 1; d2 = 2; @@ -26100,6 +26097,32 @@ /area/maintenance/disposal) "bkA" = ( /obj/effect/landmark/event_spawn, +/obj/structure/rack, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/item/gun/ballistic/automatic/pistol/p37/sec, +/obj/item/gun/ballistic/automatic/pistol/p37/sec, +/obj/item/gun/ballistic/automatic/pistol/p37/sec, +/obj/item/ammo_box/magazine/m9mm/p37/rubber, +/obj/item/ammo_box/magazine/m9mm/p37/rubber, +/obj/item/ammo_box/magazine/m9mm/p37/rubber, +/obj/item/ammo_box/magazine/m9mm/p37{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/ammo_box/magazine/m9mm/p37{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/ammo_box/magazine/m9mm/p37{ + pixel_x = -3; + pixel_y = 3 + }, /turf/open/floor/plasteel, /area/ai_monitored/security/armory) "bkB" = ( @@ -51772,6 +51795,26 @@ pixel_x = 3; pixel_y = -3 }, +/obj/item/ammo_box/c9mm/rubber{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/ammo_box/c9mm/rubber{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/ammo_box/c9mm/rubber{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/ammo_box/c9mm/frangible{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/ammo_box/c9mm/frangible{ + pixel_x = -3; + pixel_y = -3 + }, /turf/open/floor/plasteel/vault{ dir = 8 }, @@ -85738,8 +85781,8 @@ afy agh afA QrJ -QrP -QrS +QrK +QrK aiV ajs akb @@ -85996,7 +86039,7 @@ agg afA QrK QrQ -QrT +QrK aiV ajr aka @@ -86253,7 +86296,7 @@ afA afA QrL QrR -QrU +QrK aiV aju akd @@ -89085,8 +89128,8 @@ agj aja akl Qsa -Qsd -amh +Qsc +Qsh ami aiX anw @@ -90092,7 +90135,7 @@ aaa aaa aaa aaf -QqS +QqR aaf aaZ Qra @@ -90349,12 +90392,12 @@ aaa aaa aaa aaf -QqT +QqR aaf aaZ Qrb Qrj -Qrr +Qrq aaZ acl cxA @@ -90367,7 +90410,7 @@ ahx ahS aiK ajc -QrW +QrV akm akT alf @@ -90606,10 +90649,10 @@ aaa aaa aaa aaf -QqU +QqR aaf aaZ -Qrc +Qrb Qrk Qrs aaZ @@ -90863,7 +90906,7 @@ aaa aaa aaa aaf -QqV +QqR aaf aaZ Qrd @@ -91120,12 +91163,12 @@ aaa aaa aaa aaf -QqW +QqR aaf aaZ Qre Qrm -Qru +Qrt aaZ QrA coS @@ -91377,7 +91420,7 @@ aaa aaa aaa aaf -QqX +QqR aaf aaZ Qrf @@ -91403,7 +91446,7 @@ amn amV Qsu anB -QsG +Qsq aod aqf ahT @@ -91634,7 +91677,7 @@ aaa aaa aaa aaf -QqY +QqR aaf aaZ Qrg @@ -91891,7 +91934,7 @@ aaa aaa aaa aaf -QqZ +QqR aaf aaZ Qrh @@ -91914,9 +91957,9 @@ akr amS alC Qsm -amX -amX -amX +Qsm +Qsm +Qsm aoB aod aqe @@ -92171,8 +92214,8 @@ QrZ akW anw amo -amX -amX +Qsm +Qsm QsA QsH QsI @@ -92684,10 +92727,10 @@ ajK aks akY Qsg -Qso +Qsn Qsr amo -QsC +QsB aoC aod aqe @@ -92943,7 +92986,7 @@ aiX akz Qsp Qss -Qsw +Qss QsD aoF apo diff --git a/code/citadel/cit_guns.dm b/code/citadel/cit_guns.dm index 7127371830..f3563f0b22 100644 --- a/code/citadel/cit_guns.dm +++ b/code/citadel/cit_guns.dm @@ -915,3 +915,260 @@ obj/item/projectile/bullet/c10mm/soporific materials = list(MAT_METAL = 7500, MAT_GLASS = 1000) build_path = /obj/item/gun/energy/laser/practice/raygun category = list("hacked", "Misc") + +/*///////////////////////////////////////////////////////////////////////////////////////////// + The Recolourable Gun +*////////////////////////////////////////////////////////////////////////////////////////////// + +/obj/item/gun/ballistic/automatic/pistol/p37 + name = "\improper CX Mk.37P" + desc = "A modern reimagining of an old legendary gun, the Mk.37 is a handgun with a toggle-locking mechanism manufactured by CX Armories. This model is coated with a special polychromic material. Uses 9mm bullets loaded into proprietary magazines." + icon = 'icons/obj/guns/cit_guns.dmi' + icon_state = "p37" + w_class = WEIGHT_CLASS_NORMAL + spawnwithmagazine = FALSE + mag_type = /obj/item/ammo_box/magazine/m9mm/p37 + can_suppress = FALSE + actions_types = list(/datum/action/item_action/pick_color) + + var/frame_color = "#808080" //RGB + var/receiver_color = "#808080" + var/body_color = "#0098FF" + var/barrel_color = "#808080" + var/tip_color = "#808080" + var/arm_color = "#808080" + var/grip_color = "#00FFCB" //Does not actually colour the grip, just the lights surrounding it + var/energy_color = "#00FFCB" + +///Defining all the colourable bits and displaying them/// + +/obj/item/gun/ballistic/automatic/pistol/p37/update_icon() + var/mutable_appearance/frame_overlay = mutable_appearance('icons/obj/guns/cit_guns.dmi', "p37_frame") + var/mutable_appearance/receiver_overlay = mutable_appearance('icons/obj/guns/cit_guns.dmi', "p37_receiver") + var/mutable_appearance/body_overlay = mutable_appearance('icons/obj/guns/cit_guns.dmi', "p37_body") + var/mutable_appearance/barrel_overlay = mutable_appearance('icons/obj/guns/cit_guns.dmi', "p37_barrel") + var/mutable_appearance/tip_overlay = mutable_appearance('icons/obj/guns/cit_guns.dmi', "p37_tip") + var/mutable_appearance/grip_overlay = mutable_appearance('icons/obj/guns/cit_guns.dmi', "p37_grip") + var/mutable_appearance/energy_overlay = mutable_appearance('icons/obj/guns/cit_guns.dmi', "p37_light") + var/mutable_appearance/arm_overlay = mutable_appearance('icons/obj/guns/cit_guns.dmi', "p37_arm") + var/mutable_appearance/arm_overlay_e = mutable_appearance('icons/obj/guns/cit_guns.dmi', "p37_arm-e") + + if(frame_color) + frame_overlay.color = frame_color + if(receiver_color) + receiver_overlay.color = receiver_color + if(body_color) + body_overlay.color = body_color + if(barrel_color) + barrel_overlay.color = barrel_color + if(tip_color) + tip_overlay.color = tip_color + if(grip_color) + grip_overlay.color = grip_color + if(energy_color) + energy_overlay.color = energy_color + if(arm_color) + arm_overlay.color = arm_color + if(arm_color) + arm_overlay_e.color = arm_color + + cut_overlays() //So that it doesn't keep stacking overlays non-stop on top of each other + + add_overlay(frame_overlay) + add_overlay(receiver_overlay) + add_overlay(body_overlay) + add_overlay(barrel_overlay) + add_overlay(tip_overlay) + add_overlay(grip_overlay) + add_overlay(energy_overlay) + + if(magazine) //does not need a cut_overlays proc call here because it's already called further up + add_overlay("p37_mag") + + if(chambered) + cut_overlay(arm_overlay_e) + add_overlay(arm_overlay) + else + cut_overlay(arm_overlay) + add_overlay(arm_overlay_e) + +///letting you actually recolor things/// + +/obj/item/gun/ballistic/automatic/pistol/p37/ui_action_click(mob/user, var/datum/action/A) + if(istype(A, /datum/action/item_action/pick_color)) + + if(alert("Are you sure you want to repaint your gun?", "Confirm Repaint", "Yes", "No") == "Yes") //so you don't need to carefully click 8 times if you accidentally click on this + + var/frame_color_input = input(usr,"Choose Frame Color") as color|null + if(frame_color_input) + frame_color = sanitize_hexcolor(frame_color_input, desired_format=6, include_crunch=1) + + var/receiver_color_input = input(usr,"Choose Receiver Color") as color|null + if(receiver_color_input) + receiver_color = sanitize_hexcolor(receiver_color_input, desired_format=6, include_crunch=1) + + var/body_color_input = input(usr,"Choose Body Color") as color|null + if(body_color_input) + body_color = sanitize_hexcolor(body_color_input, desired_format=6, include_crunch=1) + + var/barrel_color_input = input(usr,"Choose Barrel Color") as color|null + if(barrel_color_input) + barrel_color = sanitize_hexcolor(barrel_color_input, desired_format=6, include_crunch=1) + + var/tip_color_input = input(usr,"Choose Barrel Tip Color") as color|null + if(tip_color_input) + tip_color = sanitize_hexcolor(tip_color_input, desired_format=6, include_crunch=1) + + var/grip_color_input = input(usr,"Choose Grip Light Color") as color|null + if(grip_color_input) + grip_color = sanitize_hexcolor(grip_color_input, desired_format=6, include_crunch=1) + + var/energy_color_input = input(usr,"Choose Light Color") as color|null + if(energy_color_input) + energy_color = sanitize_hexcolor(energy_color_input, desired_format=6, include_crunch=1) + + var/arm_color_input = input(usr,"Choose Arm Color") as color|null + if(arm_color_input) + arm_color = sanitize_hexcolor(arm_color_input, desired_format=6, include_crunch=1) + + update_icon() + else + ..() + +///boolets/// + +/obj/item/projectile/bullet/c9mm/frangible + name = "9mm frangible bullet" + damage = 15 + stamina = 65 + armour_penetration = -15 + +/obj/item/projectile/bullet/c9mm/rubber + name = "9mm rubber bullet" + damage = 5 + stamina = 50 + knockdown = 60 + +/obj/item/ammo_casing/c9mm/frangible + name = "9mm frangible bullet casing" + desc = "A 9mm frangible bullet casing." + projectile_type = /obj/item/projectile/bullet/c9mm/frangible + +/obj/item/ammo_casing/c9mm/rubber + name = "9mm rubber bullet casing" + desc = "A 9mm rubber bullet casing." + projectile_type = /obj/item/projectile/bullet/c9mm/rubber + +/obj/item/ammo_box/magazine/m9mm/p37 + name = "\improper P37 magazine (9mm frangible)" + desc = "A gun magazine. Loaded with plastic composite rounds which fragment upon impact to minimize collateral damage." + icon = 'icons/obj/guns/cit_guns.dmi' + icon_state = "11mm" //topkek + ammo_type = /obj/item/ammo_casing/c9mm/frangible + caliber = "9mm" + max_ammo = 11 + multiple_sprites = 1 + +/obj/item/ammo_box/magazine/m9mm/p37/fmj + name = "\improper P37 magazine (9mm)" + ammo_type = /obj/item/ammo_casing/c9mm + desc = "A gun magazine. Loaded with conventional full metal jacket rounds." + +/obj/item/ammo_box/magazine/m9mm/p37/rubber + name = "\improper P37 magazine (9mm Non-Lethal Rubbershot)" + ammo_type = /obj/item/ammo_casing/c9mm/rubber + desc = "A gun magazine. Loaded with less-than-lethal rubber bullets." + +/obj/item/ammo_box/c9mm/frangible + name = "ammo box (9mm frangible)" + ammo_type = /obj/item/ammo_casing/c9mm/frangible + +/obj/item/ammo_box/c9mm/rubber + name = "ammo box (9mm non-lethal rubbershot)" + ammo_type = /obj/item/ammo_casing/c9mm/rubber + +/datum/design/c9mmfrag + name = "Box of 9mm Frangible Bullets" + id = "9mm_frag" + build_type = AUTOLATHE + materials = list(MAT_METAL = 30000) + build_path = /obj/item/ammo_box/c9mm/frangible + category = list("initial", "Security") + +/datum/design/c9mmrubber + name = "Box of 9mm Rubber Bullets" + id = "9mm_rubber" + build_type = AUTOLATHE + materials = list(MAT_METAL = 30000) + build_path = /obj/item/ammo_box/c9mm/rubber + category = list("initial", "Security") + + +///Security Variant/// + +/obj/item/gun/ballistic/automatic/pistol/p37/sec + name = "\improper CX Mk.37S" + desc = "A modern reimagining of an old legendary gun, the Mk.37 is a handgun with a toggle-locking mechanism manufactured by CX Armories. Uses 9mm bullets loaded into proprietary magazines." + spawnwithmagazine = FALSE + actions_types = list() //so you can't recolor it + + frame_color = "#808080" //RGB + receiver_color = "#808080" + body_color = "#282828" + barrel_color = "#808080" + tip_color = "#808080" + arm_color = "#800000" + grip_color = "#FFFF00" //Does not actually colour the grip, just the lights surrounding it + energy_color = "#FFFF00" + +///Foam Variant because WE NEED MEMES/// + +/obj/item/gun/ballistic/automatic/pistol/p37/foam + name = "\improper Foam Force Mk.37F" + desc = "A licensed foam-firing reproduction of a handgun with a toggle-locking mechanism manufactured by CX Armories. This model is coated with a special polychromic material. Uses standard foam pistol magazines." + icon_state = "p37_foam" + spawnwithmagazine = TRUE + mag_type = /obj/item/ammo_box/magazine/toy/pistol + can_suppress = FALSE + actions_types = list(/datum/action/item_action/pick_color) + +/datum/design/foam_p37 + name = "Foam Force Mk.37F" + id = "foam_p37" + build_type = AUTOLATHE + materials = list(MAT_METAL = 15000, MAT_GLASS = 10000) + build_path = /obj/item/gun/ballistic/automatic/pistol/p37/foam + category = list("hacked", "Misc") + + +/*///////////////////////////////////////////////////////////////////////////////////////////// + The Recolourable Energy Gun +*////////////////////////////////////////////////////////////////////////////////////////////// + +obj/item/gun/energy/e_gun/cx + name = "\improper CX Model D Energy Gun" + desc = "An overpriced hybrid energy gun with three settings: disable, stun, and kill. Manufactured by CX Armories. Has a polychromic coating." + icon = 'icons/obj/guns/cit_guns.dmi' + ammo_type = list(/obj/item/ammo_casing/energy/disabler, /obj/item/ammo_casing/energy/electrode, /obj/item/ammo_casing/energy/laser) + origin_tech = "combat=4;magnets=3" + flight_x_offset = 15 + flight_y_offset = 10 + actions_types = list(/datum/action/item_action/pick_color) + var/body_color = "#252528" + +obj/item/gun/energy/e_gun/cx/update_icon() + ..() + var/mutable_appearance/body_overlay = mutable_appearance('icons/obj/guns/cit_guns.dmi', "cxegun_body") + if(body_color) + body_overlay.color = body_color + add_overlay(body_overlay) + +obj/item/gun/energy/e_gun/cx/ui_action_click(mob/user, var/datum/action/A) + if(istype(A, /datum/action/item_action/pick_color)) + if(alert("Are you sure you want to repaint your gun?", "Confirm Repaint", "Yes", "No") == "Yes") + var/body_color_input = input(usr,"Choose Body Color") as color|null + if(body_color_input) + body_color = sanitize_hexcolor(body_color_input, desired_format=6, include_crunch=1) + update_icon() + else + ..() \ No newline at end of file diff --git a/code/game/objects/structures/crates_lockers/closets/secure/security.dm b/code/game/objects/structures/crates_lockers/closets/secure/security.dm index cec16f37c4..f01092e2ce 100644 --- a/code/game/objects/structures/crates_lockers/closets/secure/security.dm +++ b/code/game/objects/structures/crates_lockers/closets/secure/security.dm @@ -28,7 +28,11 @@ new /obj/item/clothing/gloves/color/captain(src) new /obj/item/restraints/handcuffs/cable/zipties(src) new /obj/item/storage/belt/sabre(src) - new /obj/item/gun/energy/e_gun(src) + new /obj/item/gun/energy/e_gun/cx(src) + new /obj/item/gun/ballistic/automatic/pistol/p37(src) + new /obj/item/ammo_box/magazine/m9mm/p37(src) + new /obj/item/ammo_box/magazine/m9mm/p37/rubber(src) + new /obj/item/ammo_box/magazine/m9mm/p37/rubber(src) new /obj/item/door_remote/captain(src) /obj/structure/closet/secure_closet/hop @@ -51,7 +55,7 @@ new /obj/item/device/assembly/flash/handheld(src) new /obj/item/clothing/glasses/sunglasses(src) new /obj/item/restraints/handcuffs/cable/zipties(src) - new /obj/item/gun/energy/e_gun(src) + new /obj/item/gun/energy/e_gun/cx(src) new /obj/item/clothing/neck/petcollar(src) new /obj/item/door_remote/civillian(src) diff --git a/icons/obj/guns/cit_guns.dmi b/icons/obj/guns/cit_guns.dmi index 99fe102ffebfc93d59b390f2c9d7a931f81c2cac..ecb99fec7f5bb263bf61d82ca4ea918baa21af87 100644 GIT binary patch literal 42304 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 E1H4FMQUCw| literal 38472 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 Oz>B;!gmjr0k@Y`HU}2j8 From 165ee70549b3dede63cb037ba4a5144a6a01abf7 Mon Sep 17 00:00:00 2001 From: Michiyamenotehifunana <31995558+Michiyamenotehifunana@users.noreply.github.com> Date: Thu, 19 Oct 2017 20:45:02 +0800 Subject: [PATCH 2/7] Removed disablers from the Model D So that it isn't another lame HoS/Tac egun clone (although the Tac egun can fire twice the amount of tasers) and also puts it in line with the ALP of an era long gone. --- code/citadel/cit_guns.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/citadel/cit_guns.dm b/code/citadel/cit_guns.dm index f3563f0b22..da0aa4b87b 100644 --- a/code/citadel/cit_guns.dm +++ b/code/citadel/cit_guns.dm @@ -1147,9 +1147,9 @@ obj/item/projectile/bullet/c10mm/soporific obj/item/gun/energy/e_gun/cx name = "\improper CX Model D Energy Gun" - desc = "An overpriced hybrid energy gun with three settings: disable, stun, and kill. Manufactured by CX Armories. Has a polychromic coating." + desc = "An overpriced hybrid energy gun with two settings: stun, and kill. Manufactured by CX Armories. Has a polychromic coating." icon = 'icons/obj/guns/cit_guns.dmi' - ammo_type = list(/obj/item/ammo_casing/energy/disabler, /obj/item/ammo_casing/energy/electrode, /obj/item/ammo_casing/energy/laser) + ammo_type = list(/obj/item/ammo_casing/energy/electrode, /obj/item/ammo_casing/energy/laser) origin_tech = "combat=4;magnets=3" flight_x_offset = 15 flight_y_offset = 10 From d62ddf181b8c55a4b0f4fb6e4b820e6aa96b1630 Mon Sep 17 00:00:00 2001 From: Michiyamenotehifunana <31995558+Michiyamenotehifunana@users.noreply.github.com> Date: Fri, 20 Oct 2017 23:10:22 +0800 Subject: [PATCH 3/7] Adds inhands for the Model D They follow the same color as the regular sprite! --- code/citadel/cit_guns.dm | 12 +++++++++++- icons/mob/citadel/guns_lefthand.dmi | Bin 2929 -> 15013 bytes icons/mob/citadel/guns_righthand.dmi | Bin 3039 -> 14747 bytes icons/obj/guns/cit_guns.dmi | Bin 42304 -> 42302 bytes 4 files changed, 11 insertions(+), 1 deletion(-) diff --git a/code/citadel/cit_guns.dm b/code/citadel/cit_guns.dm index da0aa4b87b..4fa4b25a88 100644 --- a/code/citadel/cit_guns.dm +++ b/code/citadel/cit_guns.dm @@ -1149,6 +1149,9 @@ obj/item/gun/energy/e_gun/cx name = "\improper CX Model D Energy Gun" desc = "An overpriced hybrid energy gun with two settings: stun, and kill. Manufactured by CX Armories. Has a polychromic coating." icon = 'icons/obj/guns/cit_guns.dmi' + icon_state = "cxe" + lefthand_file = 'icons/mob/citadel/guns_lefthand.dmi' + righthand_file = 'icons/mob/citadel/guns_righthand.dmi' ammo_type = list(/obj/item/ammo_casing/energy/electrode, /obj/item/ammo_casing/energy/laser) origin_tech = "combat=4;magnets=3" flight_x_offset = 15 @@ -1171,4 +1174,11 @@ obj/item/gun/energy/e_gun/cx/ui_action_click(mob/user, var/datum/action/A) body_color = sanitize_hexcolor(body_color_input, desired_format=6, include_crunch=1) update_icon() else - ..() \ No newline at end of file + ..() + +obj/item/gun/energy/e_gun/cx/worn_overlays(isinhands, icon_file) + . = ..() + if(isinhands) + var/mutable_appearance/body_inhand = mutable_appearance(icon_file, "cxe_body") + body_inhand.color = body_color + . += body_inhand \ No newline at end of file diff --git a/icons/mob/citadel/guns_lefthand.dmi b/icons/mob/citadel/guns_lefthand.dmi index 9323726d77491faf48253b5f7a4dc317fbee9b3f..fc7617d409d68983650f1d1b165230b1412edbf6 100644 GIT binary patch literal 15013 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 literal 2929 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 diff --git a/icons/mob/citadel/guns_righthand.dmi b/icons/mob/citadel/guns_righthand.dmi index 6f22a499c76c11e4c3bcc045b3b4d4ef8d86f6d9..2c99116c51f9c457138107706ee5c2f129a59f1f 100644 GIT binary patch literal 14747 zcmc(G2|UzozxN;{WerIvCE2$SVkB})mdKW!P|7-FHxk*BWY3-?`@Szj)@)ad4u1`@uf#-qdZiRN3q*-irOK9;yPg@ z3sEw53fp<-NA9cDJh;M|Qw|%TUi)a#@x&#s%~+-LQ{8Fai0d7C9o+O^$J&$m7fO#= ztnYg;Wei-a3+re39R6^8H3+Rr#g%ZO=elH~mD7#3gwkip#*Q@9j&#(HXQ>?-sU6Q{ zF;L%05^K|&YEIvnBqI-FsMkBJpTbAn6;#nEHGU3VrSsB-RV;A z0+NNvXU{5obKV@9oWibO$|=C6mDZQ|KDct`se5|jbLy1>o?2__EmHR&`+?hDySvdS zbqg5fi{XG;4K}jf$42cn-^_Y1MlrQw~}t=)^451R8rq3PIF*@&{AtcF%Uu_{a_t%! z@`xNZan+f4%Dbnk;^<}yPtFNtII<4;9li5itvB0#@(c$D#{f2Ifbt>-hZ8a7+n}J= z&BRwYI4&1Kf`i)s;*;ax5TW}oTy|C>)vHZ?@Yy)%p42dl{n8c2t>?L2Ci!mCI*Wq3 zwX9FCtku~PF$!K|0Dm6mK7A7!*{e6g$HT)@+STiAcEj}-uSKS-Xt7D;z1cd&`_*FWovw}!zYykzJpI#m*R+#K(1;S|E>uz+VlqBB5zp`H`<+}M zXmIes>10vzh!O3`4SKqqtFBR_GA***=7p}$6g^n9Le(ncPd|g6(?(2wgQ=QVA)Uq<|!>!Nn zXB8N`P%@%%@bx&vk#)8+*BI7lnZ2AEH+@-21KlIt-rg=}VN|lcUunr}tif}B?Y$zn zvCXtQ`97PZpCFs(X=Y~Tx4XvG9n5Nv8nIKNFEMSeFiKF^_P4JT@%V3FBb%%&h9owq z*lI`CTHcF2ok3$X_H>jd#o;C`ly?KX4Tpw??iy2c{ILY#)rImFbvb{HC8yp|qMuBL zuhv*lQ&Y3IuP;J_+@4^?`g~4){vFRvij}r&7O&{_!RdCH;%tQAuHA!qh-Ww|$hfDv zUa;2>2v{n3sITuuRMc5cCPeNZ8*_lEVpcn!D$|>$&7gO!p}Bfp_uHzNFx62n*P8Ma6(U zt{3#`)pMj7A3l5_4s+>t-14s|=@SONNsW%pDgLN)_S@NJ#l3RBMB@AUnmNwhQdT<| z=Ee_5Z}9R`p7Gp+Ks+YMDTbJ=emnnBWOwpdp*6LYrRB;6_Ojk*5U~U@w5#Bvpt`|r zxzdy)y?s6IaisU_@>jn7uum4RRJ9p(yyrJQ*E{^PLw`|X_x3MsQ__Do61Ydg)O*}I?HUtwyP(BVd4xd+Cl4Wtq8--k5978_tF?{RTNZ@g@ZV7@pMB9W)7 zEe-(knpu>N1J5jKbq#4U^txVunFrDFZoF_|WMC-E!fQ|-l|5xxF}Aw0s-UeMJy=0? z8~GxeIqi$(C9OeM-}33bTOX>5Xw~cY&Tq&#oyg0}(-as47db9pCNa6WcWxTKrO01^ zTaSxCedgTdz(KjVnar$a2~LWau*b>yYHsh|y=1Y! zrS?Ljh^W)5V4z;QB>Xb}?q<$xL`1}k_pZ~80LZ2Q zXatbvZjJ;RV+o)HAKU^M1yGIlo~Ds1sjAZNyr+F=H845J$Irqln%M4#sj+^grT-vi zFr?K2PV6wh@u@U>v{+)&?HY7u!e!40K3@b?u2C5fwn*iB6oR4Z)d3Wot6xGUn?eon zdLKboD(F)%LV2{+G0oGr-C?qHFX@qGx&;|JHXMUWzTsIhit9Yj$DQ=_cp1SMvXedQ zsO3Sz-Of#88(O`!5$>uN%~@u?1#>TK_2S&Ee1zV62fF2Z=Q7O;}Jiq90C+FONv;B{A zk785TnX60Q9!fMu)oGi%I6GhD^IV1KX-bV0w|ZHAJ=`LV2YV;K$_g0ae(em3^zOf!D*ln3 z>@P%PRXfJ+Go&t?rm~;d_MORigBgcp}Qeyh|5> zukl%Hzb{KUI%j)^D5G&D&J0HIMeJ!7bogm>I5NI?@`*T5$bXATJ^^EjXZaJ)cAZ^5 zWM|(!B(+H)i55LP)h*Ao$j*j#g)R!ZT5&9~mqU0}Y?|0=dmtZZJ#yGQ=pNO((0EWi z=sw9HKsgi#$HyT&h2buu^kR5}Q-#1}KsD!NjFNs_;Us5&U=8UT2hb}XG5Cf3Wq`q> zs_+b>R4J>`!%lh5Kep;hh~7t6tg^V0!wD!lAAU@c{P7VWj+#T$%Vr3Vuh>9*0A~g) z`aYzm?jD-aV1Ah;I1uwjL~J00_+(S?xaR$Qa9SRviOf*xSZm? zv)t$3fnV-RKmI9YuYS4r`-JhW^(evS!!5xoT)FE-a0KSNE4sp;R;Fi!3D9amE;OD; zM@P-SlW7X(1J7+$$%$X@G87iJy*If8FFxi2=JR%&ES}~n7LtUoL2>g?g~QxFGwN+6 ze3?e=(LAf8Co$PWxWVmI)ckXsRynw_HX})QS5Fs18k2f0^W)>OaU~%^ zmITCHBBXep>;J`g>%SAUg|ti9KciPGc#+tI?T&ejDS^-jt%jm^%nN9eQf3k)%7fPg z3!Z-qo*A5UYruB5VlOkf5HW(S?|AnxkL%WcZT%#6m1}42fn*!|vhOnX1Wqn+553jR zGT{&HO@n>oN3*i{uymOqz1m)($k5?Ese1L5$CGW3pT_Y3i70=>{}~D#yU%CC0s_+x zuWs3m)urUcTng$@ckn3EeT_2C!@8x4^0Hj| z=ryD>%lyu7G3NQR&wcQXczi`16irUYg%8? zOKHEM==2#fL##TMIH-4RYa3)(4(xA93`Xg9^DE6TzvFOG`)n_WyF99)^~rnQ40jBb zMY{s{R0UBAmHNx8Xbeq60!%k#h zuuT@Yjb>~*y(5twz%s+PvnOX-mwW+mb^xrwM)s@xGbEdmbH?Qgq$aUfAa?a~M1LV} z+z!WgZ4IxH`Wdh}jRvh{BIh z^q26T>nU36>A{1I@#OK8ubW7)9YvPX}Qgtg($CNfDWW#EimcIpZzd3K1qS7rGg z7$ue;#y=&RJiwZPJ8QeQX!Z3# zqKGlr4Xd&6@CDlA_zTbEOuFF67@@J`PrGz!1@#i^44&aF&%{Laobj=JZj~PwCw>QG z?VGb5(y~U6IF)=LC<+V6=Sn`sTb#nQH?A(Y7vdP+b!RA(deYfWI}7X&GyR?U-~g>n zx8Zu$K*hBz-@Z#OMYyLhlPS3QNq&Te?U@%rJ__ckP-yQ3W*!xr zmJj5zE%D)dWF{{D#&W?|-iL~gOGX%WMc~}y;}Gv9L9iW%uP_&Aa9i5RQOmqhHC9Q1 zmS90kBy5qkQ#L;9LJ|IJWdfoX9}H&}{~wNq|0Z#FmH}N*WRA%7nBg`a80)2RG8w_H ziS#YL(;)rq0h6j5*|ojdHzVRh%YAtu2l1mB(1gLFFSoPu22K8(s&9l0Q( zQi{FIBPW44JTsN}pl6F*>Y^0%1z?k7FE4bfIN*Zi3+|o2_(T^uZMuG@jlX=*w)9kI ztbt6dAUWLL#kgokY)?YT}jSkabmQ&%G8}j_B*8*)E-r@&(IUZs!NFj3k;K;*KeG+|YScnPHrAY76DvUY%)brl6l; z7C*f-O0eAGf2D(|O^LcA#wW zTAxfGIf)27e{K$5z%kUw9u2v-%r*9zw_aSi#baDsJf2l03QIojHuWRy9ErY( zmQ`KNu8bLq$Z&oAw4EQYC&PRH)2gJRamu;)#M9C*Lz9x+9CjY(_V6-p+Ig#EBqrmc z@cg8sD5Jm$6U=@Y#}Q_xv12;%S;DGG#nlWeNTs6>_5~GoVt+tGUz24Z5s2`XJxcv0 zw3qhgX5`ug)gliTiNJo*$$K#hzD zi*|~vFCkWASGQEo3)&IAbR^2ox<(m@>7=*ENLOuTZ|8h5-1>Ifbo}g03*L*4Ir1tI z1m`v5JGf~TC6?K~MvsDH9U*eS6O50(9^Du`QHv)kEH&(2ic2d|?SkqNLS^$ll9ahF zCC`@yQnw}ED$sQ=p8cNqmw3rv_}Y72Cf$i{?WnI|x@Enp4vs5PGp)Mcb}6(u&vhsE zLc!bM@0_X+JCTFfJSH7RNsp1)vs|66s)_Y$&Zp3bM)18@6Nbf8Gp$?g0PNl$%m^ckXG_pXFz;83Ix;COD7nZ!<(2IhC>KoaI2WHR3ZES1`!Eyv%)0E;<0C(~5^en3X)J5!@+!7LjBIFMXqKY`dxm z&F5y1)b)8pMA@6$zdbq|BRKM$Xd_4V3Ruk#F%8xtd`oJChQg>y2)>BKP6c9=1hR=s z3C}|PhAr&1a%7>)n$DoaMvM;~z@?&(kL*K(hYqqdC+p7-T-s@#cu})ENA02|U|HM-fBU%*`g*yyqClUv{};ARz#x@J&2NASp;clTvcyG%4rfJ& zQ=wgb-fWyU=aHKzI0b8o6!m?g<;#ReD?hsT{siOz{epxx$sZW#h2Lr;BCwy^cdpHO z4f-EA@`ipVOp4%MQqoB#_%;2i<@X>;F~_;S!AL{fg0UHAFFK%=^$evr-DUu1RYpeA z94>{_$`;jqR9fQp8P6)4V zfw{@PnF1-|9R! zd%U^*B_v@w6PaB6U{K=t?$>JFC5BLPrSLngAC*U|Gst-U29~t44ALbMqTB-RfpKZuYX4lh<_UANp6NAk_7(;zk2X^W)cw*;HS1g>+dL{HWi0Q>>#$d=kY5>jgmIpUgHderQE z?wjHwI(xcQyRf3Lp{0}*K?yt}`t2T;J{9Zx7K=t7b>lxt%hd>fkE}2EP@QC}%>!ox zG}eqgHhaP?9+ueg0#jo_g^mrx)WGxaR&;Xe`3AfF5NB2Q8>n$=DdldM>*rps@?uUl zYx*D+2pqf+;p3@HPbEe)zx379AOqS374JgT#o@olzefNrn<$FR56unL+P#qJWQyB} zYr+nJm&BY-xhg#n0$tf@oN$(*@MS^yuyi6jn-6y*{@MvewGuM8ZDIKSiXeW*AXQ4e zI`W=m&tLIQ#{c|s$Yzazl7muqRQmz^CFscfce^nE2UaLU^I>leg za*fZ#F6-gziTHXe`Dz390cJc^658_2 zi{dE7ZS03j?nH9hQR3$~CPyLwjq-nhMoqTtaNZOdve2y2U212_xdNmJbF=)ty?(~P zhIWC>LQH`H7p$2d#K@U4aL7UNl>dzUN_!`Nv9m=to*bJ~h~% z?*&hPie%9$>W3 ze3=T}DPMB%E^h)<68sRu+J3uZo^dsl->@DvWlZ}g;CVSGtYt*C^>M=Z3p0oBMb^x% ztsUs2cE!``+$+jUXUwfL_qJ91Rdp>T$LRR+8vD6Z&PUL1<~+mf`6nEo41}R{+mmz9 zu!ivu_&%|_6bx(Bx_+LH)J{HiMo(~ihGU9P0SCo^mhaDK_cc)L-tm4vy^S~mZ5-bK zu|V3ItzhP2_7zbe3zP3|FI(k!yo^JJXWbX*5ay}t-^U%$Y6DI}oL<+LLCedel4_I`8wyqbTjQjm>t2P|C*F>inRy?cb zS-#fjhD1QecJ(>fBwSh7dVr@k4^X~*e7)9NuX%nk-(t!IDZse3^X1}&C!{Bv>nWtl zFjck#(W*L*hk~9%DfAPyD99xj6d3#^EH|FdTeUZilLmyEUb=LHzh~@SVdUln?=a*wnzRu z2p`w6Np3_=#|uMqgi=HwhC)qnuezKZKR$Z`0dXcK}zT9J4mIANh5S#maa%E#;n z3Km*gFZB3{3KMmvOs>TPjpf#w-vO`F+Jq@V?SW;pKyc}~?)h4e3gsHq@Y^l8+3>Fpcw~J#t`$U`34{SU#`hvY3zOF27(8C?~KA;g!FVSwbM^ zNC~q5(nqI-*i5-1l0+%6!i z{Y^c4Q5pTnq+(KD#K zqe4c=_zAgV3ADljyJxeOuRClod#aUxy$n<=4-rd7@nl}sAE%WY zK|A!Ocao4G?1PF82bxZa6$YZ7!WP{k-30y`9zkgRC z9E(asD<#A3sm1J_q03$Z%GD?xIvm3Ya`NVv=}H!0PuyJBJnxD+*bHdj0%SKl5~ZJp z>GVh#6|k3v8%eHDIO>5?OzP5I@{Tv`)YCFmm=c6W8fnsyw;revRWOE-JeFa=P0{}@ zuI!6)u_n}>t{y(_hr!Q2MNRqxYkw>R)4!R__-bWe3o>ES6t_L22Ko}~c_j>NZtfgv z>M(h5V71D%=v^J1eX|IR zAfn~d;mG`klwQPft)6E-!~XS+a^UhIMd?~UuwQHJtJ1$$Kwcyu)`ZwPke{AT0oZXQ z_jJn9WnkrxvxRhTN|FEyb=!ibD1hJ(;tOTJanVI9;y=#My(;?ADM1U?1NZ$hT^B+? zqS2C})eFOj+-!QKcud@mI|NxbNakOsWQu!Efa=KBVROL@sNNI2th3ATe$;!~SkjY| z*KT=!2X*k4N+qlG)dBLtkIr^K+{pOkW?Cgoo9CxgYx5^4)a+`r17Ze1l-8)4)xH*a zc!sp7hvFDUh}0yYtjss6R#q?OBtAeoiUa~@E?Rz}?zos<*H}S&oAOEop`G))k~M5g z`IasrlBGZZ!PCXi5H=rS_AsU&SX^eQUo}W#a>Ez~voxn|tOuhl2;Jn%U2}g9E}u!oOnhV2&6I z>ZkH8@-cn!+wIQr%Ow zDl5pdsOUw$OzkY^>_ZGsy?rz_Lumehj!jR*H89Tr{(w203ry;MpkICe{{1w|R~vNB zADlsZQ1O=9EyG9lyr3Nn>N0mnaxLzdR4)<90lj_q?%mvn6HBTog5aITx7{cDIX(K> ziwcIm^A)-Vu64!J=Mi<|hhr%dgw6<{KWz^>LQR!Wwzr1cwH=R%Digkb_w}Y24l1t_l zpqguwZw2cT|I~XW{Xil1VMhU&PS|R{9G+^1WV_eX)qK2<3Rk%;_&A=wDF~@V;aPWC zmYq}faQX5_8QHt5hlD{1ue~wr$9B(}b94DV#}Q4wZ%HjR=9m0?*Qp4!I7lI!p&bfO zv>go%$w3d~OJvk*#Zbme-ouZdJf)H$&$ikjbYIt1_tBj)H{i1zkeP0jy_3rx)Y~Qi z;!Ca+*4%5xMj$az-@H3wSiK{b=A?tV@W`5Gi*;tDW!iLtK&gPSlt3jL@Rup-O_Qbx z#XqxI;HtFhOzW$JzYkyhz<4=o`#|g-Zq7);-h%63K;&a`4R~NZFh~GKoV3K#?HQ{( z3W`69Kf{35^6EJ-ic(=CF=AT|`f2yIwK;e5ntqObe0I?PY-L|vH28e%0eqms zOYou&&|wn6FI0>^z*iSj76D%YGZYO>;WDrGO}y@}u?C(Zj8MTWE+>0^7n}6_cJiTt zK?Zwx_J1(6(OX8;_Qg2U+trF)>ES9$#nW!}_r%8LQw(Y&RphFg!e-gi8!n5dtE;OE z*Jjj4me@LQd=6hK9nb9~ZKm#iQ-;U|_|a8Z%UpNlfczDoAsQG*>F~WuXL6u&g3#?~ zeWTWh=Gu(e)>-&>nJ_IEa$923GyKAfku^mZ7qQjnn|HdUH&fU1-c`EOodxr8?)V+` z_OIP%*aE!`i%;EMIGtJi`B(q#gu154+(KTDv>B?-3fF{x_fUh!db!6Oqs8lAH%r`* zC2B2Xe&BF`Ol}!5fuDio3(6m{xR6n^y)Lq7ozZlaxcZuf9MZ@UrR|q(wbFBG5edLx{ngmx zDTDr=JmKc%US3}Q>+^OA1K7j8Ep1)h^tyfj9g8So(0P}aFg)7tQNzgRvg0)kV@<&T zkDm9T_Uk9r5^kr9RW$ZabCtNw#;1g44SbrFKw!>5_EB3?Z@gpob_Uevf27^k+usw6 zVh!)omx5{R>8A06kr~iSRoD?zi(-d>5tu@{Dl7yXB3({;Itj4lZio8t=_!2xe}Az> z-kePriBBuWIkxvJR=4h!@vqir#rd)zRY31CCYRmhtz^?zK7jh=Kz8$y#w4BESa#nT z#|y_lZr@81KO=Y(4YNeiTz(p}aUp7oP>-%+#)~}r|1dWImh5L`m;r|ruo}?*0hU*d z4Aqhpf-hN13L{sl`b=@bq7vsL@^{Ng3DwPyA3s*!pg?~@G6C)djlR-c?Ik`V*q3fg z+^jI%)eL8|2nIb#7)^noyb%*4f?WNWX)(Qn8L==-7Xe>G$X=3Rg*fD9DNm55Tf`*Y z*3^90A$;6J8V85RA*6-iF0dEP-3SzMDYZ}QU>gJyTU}GMHq%q{h)*ZLh}?DBC98%7 zB4n{@@lc>k0*?5qDU)MQRSg7VuFWwKA1=07KwwYjSu}o+?igb)k29m}l|9If7j?va zQG`f*iK#MWSQkr1IMC{gTHCnOeNJR}-^8Sgh{E(%BpuCvx_Z6Y5qAcB#C}hA zfp>%B);dgva(gd0FWGnCepcjg1bm)=lwywC-%HYG_9WiY)n$6lI=OQAlG+l%bkl6| z#`+k7eZ``U7{YVb|1r|z@tgv7>v%t-%ZZ2FbECuudY zGN$Eny~x&ATPVb4F_^zZg~Qc*v3M7}Pi}t{oUi0p0gVwIZhSp{(usU@ao=KcwCG^t z$LwRh952*GcO%?qX5MMWAtAAbSLa~;BVbzW6 zk)W@1VRg%NT1Z^OLDu~hfi#u-UgcxBcSh>#-=_Ao-;6wjT-mX7lXfLffKQk zj3z<5w(%{p*GP9?aU(zYA_`^F%2aLYqlPx;NP9ba&dk+21~-jdy>LobKM~)% zdsjYUBy-`)@_TwaJ1|yfc#{HzF@nxk=JGg5ug{F%T1mxMt}7m-}8Dd-@<=*(5j)!Ef8!^ksA3VpvqmD5cI8yznDX;ib2z zc?GW;l{hb%+E?pSVz-X4CNm?NemvFzi>a#^0vzA05UuYgalK{<{0XR^pfj&DjR7cv zG!UR>)zb`gw0CHTKp{MJC%;$O`ap}X_eAqwkCZvuzicFb73^K~ZBV8QsQdcqjECO( zSPA(`$(=Usy>bwxwu2FMFuh1wi5Z=g1z7bPnVODoe>kK5dI@h}5h3ddg`7dcl}nr# zXW0E-zQM6%5XTk}P5Jg(B?Nb~`C{+2F4m4`b|7DzwX0C8IHcAYW^-o?Vr zUi{>R3{i4!=t%^KqH@ae&KMaP9W=e;Jh!^lyyJFTh7D`>mCo74~>-U^{ zoTLI_OFbrZwzYp%w4^AYh z(&aD#@Y`4SAgE~z3C;+R#J?bu``ggWpQ-ha(mV|SuarZS5sFI>T~e3`O@z0 zEWHs+Z*6y-!)VR+X9o&ssG}ntfg1iH<*HuvPw4zPF7^dG)TR0jOU~B-x_%dqjIRDk zh-6yDctrmsL;&wu-~IZ8J9{p1b1N^z`79B4A)tV+!H`iE$d-tjb#dTj^G2i(5W^MG zWIG~=;p#?f{!8i2cSU*(K)BpTfUiOtUS}GV8pi#BF!&8dMeH&L|Hw{jauFX{r8>T? zD@oAX(S?1?0vlv28ow0lxlwtdi81x~W9P$}HVh>b(d0>kML+Gr5jTMGNBlpYj-Al% zIn_P;3;Gj1$6qHuRU%E=u6}mXc}%7D4L?yQIxmh#Z6sy!!?l6t_9o#$Rcyz&hOq*( zZ(Q?SiSsd`3-()cbB$-(?Dzi>(ABt^+hd!g>Hul@o1V~Ngcu`4BkiIB!yoMkKZ6dp zwQFq-25AfbrET`Vh5fUl6pS<5nK~zr{7L?8qz$FrBQJYNPTe{xY~cV{lD;*J#CN8J zdrdjjCWa6rxptZ3`YdpL2DrgfW=ttPRU&7if{pyWMXMI59CnGJ!*ybeC|21EdA7Fs z&}AH8Z<9wKGv^DYrrZFWR$B@@{@kVr+@`xb?gnj2;>~ys4D`CA`RF#up%>YW!TClL zVimw$3?t;!lWt}G(l2-r)Ck9!LmUion-V%GS?TrU_85LMt)KSh=P`3BHeNCVJOf}U0n zlPZ`JB2=!AnIsSpvp(TH&04Y!f<1MGVE*5#i4@$w#(%2@D~p&+pPMC5^vuno5d9=e z2B{pJ3L}K287{Q6qb?3hMj$97f`E@cWyDQmkFToi=GIHn(0-*uv(5l)^m%@N|BkM- zvtWN*>{s6GJyF&6{{34q*wr4BN-z>?RbWeWzxWq+x)ZZ9eq!gAHBR9X8KEwDkJ=Qz zvD4ce4DlU~X9wd&K}_}qKs!3-txQGtrqXa%{P<#rm9@w} z1f@azkrUm2k4gLE3B9lNz$+ha&;kKNofY}tLd=HLO)v61F7-QQ6asLYfWlB}h+2~5 zOWLNuCios-J?`)+`0)ts&yOSwlVFzTuhG|>w2V&8)~|+{64Ax;E)sOfDlQ`V4dS`$ zd|EJlIziX`fVT&4Qn9}oE*Ixtu&}S6Z+$Z)r5n(Dujk-cvr~PSFG;cx65PePKtAir zI{BomyeuszhZ4BA(BORV%GN87o97Z@2yn>bybgfU+1)V_2*GD9V%Igua?Q6#ig zu~E_u8iL&>m+SYJ({Fe!(+t-ghXzUHGbLlH;-qZPzwtS^WIVMpP`)K8rW>dy+9#>v yN>xj8MI?5I_(}*D`1u@cYm=DsKkMY;*=sMnfw{pm&x0RbLX;KN6!PUw{r(rJovqyf literal 3039 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 diff --git a/icons/obj/guns/cit_guns.dmi b/icons/obj/guns/cit_guns.dmi index ecb99fec7f5bb263bf61d82ca4ea918baa21af87..c70692538337ceb3fcedd68388b49b6e82725774 100644 GIT binary patch delta 999 zcmVB`14`8C~IS*UBs4) zgW*byzyAaCqT)sh7HY5xHAq7Z*0_OC+70*d)pAjah7Zv$N@Fik+-cH3cRCRerMM)y zt|@br?Y95|#MW<<^a-N?Z;DG@Th}!>nJ6y#-?|NOjs=nw+}5p3n)>ANn_2#sC|upl zxL#jH!eSP)*t4~NiZ_koQgNANWMn=~C*JD1JsfRka5AA!>Xi+MAfXR*S=--`!&b~J z=<|Php62?xPf0r?vem@JT~pW5wP0fFx&b+qEiQxh9U9noJtBNlALe9y2Ta&=2#cM) zkp@sv)<<>D1Qy8K9yZ*_nGekEqIH5dt^zC6ga+0!<>9J-c4$OV3Fm}7wm~ou(gcSi z+V*U#e1M3btxL{qA`L=&pGMAP{|SP$12)>Qb_jh6AHZqm2M1%AHdLHC;DL;lODC$`B6(`J+r%EVHo{s_VopO0 ziZU1vHNcz(-l_p1++5%9H@&FE9_fMbq_a)Pr%pQCgavof8GSR4Zb?i(ZT1iZ`U+Xc z=r(9uL?MrD(J6Wxt|%h0EBvl#!d9Vs`i|878p(Knzs8$7-LC_q3|>~)NwJj?WqIxz zfFa1kaXP5)b=`n9k#8XU40U5bcRn`;bpLZ>KzBhG1MFq&*?$>3bQ~TtJr)`8rZ_U< zcm^m94x3jPm{>ZlEG_yG0|T`h*RJ6MGCz(OtlJ4rt9F9Znw{XZV$V3L*K}fe-ypqt zZSu;0S(@bs!xd0iQ@UN(X_gyNi25}5?sWt2yK*MvTaX(g=(h}=X1S|red;vJr2)aF zmK9wrb(-beD3n9)y)?^_*Eq(MN*FDyk)zKzV@f4-htHT&z~c#HN&%A|V@f5TF^n#0 zj41`o=!_`^%;$_L1iLFw>wuc?Iex@1s?J&6xo8({V)hi@cz95DpC@HEPUF;nHqmL8A38o;06s=vf4oF5 V-(Q#i07v*-IOo7r`Lp-~NTJr{=!yUU delta 1001 zcmV!N+c zmy4qnS`NQIfLUG&t0WIKScMuSp$2Q*Kx*Ur$M|ZwC}b`AXdfl#8iy8&tpj-)FMA{H;bff;KpEXVj9|Jq8Nqa+9Km$89>FuY7zutA zZys9G+dlrx9RBn}S|~KBS|~K7S|~K3S|~J~PlWY!jbTm2xVq6YzSd3p_PC;u*Gb6? zzBhf_)4isDZ+oQM^lcCIn->oB_+Hsi&sRRAv@rU1YIby@njMm-X18PRWQ>*0$pUj4 zVvrZXc&Gv9H1Jjp2;uJf{=Df`E$&1QglCg(Lq2sj={795vq|Zjd2mZ&=4E?;AkbIH zItI5v+ahyyYVuao+i*h>iQV8&MH99P)6sXN>DEYp#=AA%)R}G_7-jIX!cK}Stt^U5 z*8mJbBOIrL`d;7mSQGgU!p~5526X3hXF&HqcLsD9bTz}Ns1Kt!z zMx2oWN`u4Z4F)EbR%l0ye!##$ox!zhMUTvn0|x7Mg43#<;Iw8ZIIY+Vj_Ng;SUxsL z?p~XJM&&F?v!fLnD69$HuA3yytjuL~o_qJYgAZ*n6Y@PMtd;azhDp-QSF}D&l4i<+ zU|p$_E|w-qGhsE#A@^RAX2@$C=UOvP3v1x$GtRlzjPCF`*BW>{;aqEA(&Jof_8r6M zlE%5#z>Lnh*1&wuxz@mJKI9j}=v|PFw2D4k9C;_zslg7?;4&*JCl0`scEN|b6>9an zs_El8{X&R|^S~`Ib^pv{QMTTh)<^qj8}pa=qmw7)crz)-aS|u-=0lBb#cXN#8vXe7 X8omB}TmBFD4rb*!=G9)a_5( Date: Sat, 21 Oct 2017 13:30:04 +0800 Subject: [PATCH 4/7] Model D is now disabler/kill only and has more obvious inhands Now it's even more obvious than the regular egun's inhands and just has disabler/kill instead of stun/kill. --- code/citadel/cit_guns.dm | 4 ++-- icons/mob/citadel/guns_lefthand.dmi | Bin 15013 -> 15284 bytes icons/mob/citadel/guns_righthand.dmi | Bin 14747 -> 15827 bytes 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/citadel/cit_guns.dm b/code/citadel/cit_guns.dm index 4fa4b25a88..db529b84af 100644 --- a/code/citadel/cit_guns.dm +++ b/code/citadel/cit_guns.dm @@ -1147,12 +1147,12 @@ obj/item/projectile/bullet/c10mm/soporific obj/item/gun/energy/e_gun/cx name = "\improper CX Model D Energy Gun" - desc = "An overpriced hybrid energy gun with two settings: stun, and kill. Manufactured by CX Armories. Has a polychromic coating." + desc = "An overpriced hybrid energy gun with two settings: disable, and kill. Manufactured by CX Armories. Has a polychromic coating." icon = 'icons/obj/guns/cit_guns.dmi' icon_state = "cxe" lefthand_file = 'icons/mob/citadel/guns_lefthand.dmi' righthand_file = 'icons/mob/citadel/guns_righthand.dmi' - ammo_type = list(/obj/item/ammo_casing/energy/electrode, /obj/item/ammo_casing/energy/laser) + ammo_type = list(/obj/item/ammo_casing/energy/disabler, /obj/item/ammo_casing/energy/laser) origin_tech = "combat=4;magnets=3" flight_x_offset = 15 flight_y_offset = 10 diff --git a/icons/mob/citadel/guns_lefthand.dmi b/icons/mob/citadel/guns_lefthand.dmi index fc7617d409d68983650f1d1b165230b1412edbf6..808b4aadf088ebda1a84af6ffe1186155fbe25bd 100644 GIT binary patch literal 15284 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 ANB{r; literal 15013 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 diff --git a/icons/mob/citadel/guns_righthand.dmi b/icons/mob/citadel/guns_righthand.dmi index 2c99116c51f9c457138107706ee5c2f129a59f1f..ba4c495318f4000b0d712884277bfe925ac65729 100644 GIT binary patch literal 15827 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 Pd}*oasg_;8_xS$+IYlA# literal 14747 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 From c7cf49ec6fbe2cc55c58fcf280a1a6bfa28e9caf Mon Sep 17 00:00:00 2001 From: Michiyamenotehifunana <31995558+Michiyamenotehifunana@users.noreply.github.com> Date: Mon, 23 Oct 2017 18:11:16 +0800 Subject: [PATCH 5/7] Revamps the recolor system of the Mk.37, gives variants appropriate firing pins, and adds a minor outline to the Model D sprite Mk.37P now has the Judge Dredd pin, S now has loyalty pins. P's description updated with a warning. Model D has slightly tweaked sprites. Recolor menu for Mk.37P is now less spammy. --- code/citadel/cit_guns.dm | 78 +++++++++++++++++++++++------------- icons/obj/guns/cit_guns.dmi | Bin 42302 -> 42315 bytes 2 files changed, 51 insertions(+), 27 deletions(-) diff --git a/code/citadel/cit_guns.dm b/code/citadel/cit_guns.dm index db529b84af..dec74ed999 100644 --- a/code/citadel/cit_guns.dm +++ b/code/citadel/cit_guns.dm @@ -922,13 +922,17 @@ obj/item/projectile/bullet/c10mm/soporific /obj/item/gun/ballistic/automatic/pistol/p37 name = "\improper CX Mk.37P" - desc = "A modern reimagining of an old legendary gun, the Mk.37 is a handgun with a toggle-locking mechanism manufactured by CX Armories. This model is coated with a special polychromic material. Uses 9mm bullets loaded into proprietary magazines." + desc = "A modern reimagining of an old legendary gun, the Mk.37 is a handgun with a toggle-locking mechanism manufactured by CX Armories. \ + This model is coated with a special polychromic material. \ + Has a small warning on the receiver that boldly states 'WARNING: WILL DETONATE UPON UNAUTHORIZED USE'. \ + Uses 9mm bullets loaded into proprietary magazines." icon = 'icons/obj/guns/cit_guns.dmi' icon_state = "p37" w_class = WEIGHT_CLASS_NORMAL spawnwithmagazine = FALSE mag_type = /obj/item/ammo_box/magazine/m9mm/p37 can_suppress = FALSE + pin = /obj/item/device/firing_pin/dna/dredd //goes boom if whoever isn't DNA locked to it tries to use it actions_types = list(/datum/action/item_action/pick_color) var/frame_color = "#808080" //RGB @@ -997,41 +1001,60 @@ obj/item/projectile/bullet/c10mm/soporific /obj/item/gun/ballistic/automatic/pistol/p37/ui_action_click(mob/user, var/datum/action/A) if(istype(A, /datum/action/item_action/pick_color)) - if(alert("Are you sure you want to repaint your gun?", "Confirm Repaint", "Yes", "No") == "Yes") //so you don't need to carefully click 8 times if you accidentally click on this + var/choice = input(user,"Mk.37P polychrome options", "Gun Recolor") in list("Frame Color","Receiver Color","Body Color", + "Barrel Color", "Barrel Tip Color", "Grip Light Color", + "Light Color", "Arm Color", "*CANCEL*") - var/frame_color_input = input(usr,"Choose Frame Color") as color|null - if(frame_color_input) - frame_color = sanitize_hexcolor(frame_color_input, desired_format=6, include_crunch=1) + switch(choice) - var/receiver_color_input = input(usr,"Choose Receiver Color") as color|null - if(receiver_color_input) - receiver_color = sanitize_hexcolor(receiver_color_input, desired_format=6, include_crunch=1) + if("Frame Color") + var/frame_color_input = input(usr,"Choose Frame Color") as color|null + if(frame_color_input) + frame_color = sanitize_hexcolor(frame_color_input, desired_format=6, include_crunch=1) + update_icon() - var/body_color_input = input(usr,"Choose Body Color") as color|null - if(body_color_input) - body_color = sanitize_hexcolor(body_color_input, desired_format=6, include_crunch=1) + if("Receiver Color") + var/receiver_color_input = input(usr,"Choose Receiver Color") as color|null + if(receiver_color_input) + receiver_color = sanitize_hexcolor(receiver_color_input, desired_format=6, include_crunch=1) + update_icon() - var/barrel_color_input = input(usr,"Choose Barrel Color") as color|null - if(barrel_color_input) - barrel_color = sanitize_hexcolor(barrel_color_input, desired_format=6, include_crunch=1) + if("Body Color") + var/body_color_input = input(usr,"Choose Body Color") as color|null + if(body_color_input) + body_color = sanitize_hexcolor(body_color_input, desired_format=6, include_crunch=1) + update_icon() - var/tip_color_input = input(usr,"Choose Barrel Tip Color") as color|null - if(tip_color_input) - tip_color = sanitize_hexcolor(tip_color_input, desired_format=6, include_crunch=1) + if("Barrel Color") + var/barrel_color_input = input(usr,"Choose Barrel Color") as color|null + if(barrel_color_input) + barrel_color = sanitize_hexcolor(barrel_color_input, desired_format=6, include_crunch=1) + update_icon() - var/grip_color_input = input(usr,"Choose Grip Light Color") as color|null - if(grip_color_input) - grip_color = sanitize_hexcolor(grip_color_input, desired_format=6, include_crunch=1) + if("Barrel Tip Color") + var/tip_color_input = input(usr,"Choose Barrel Tip Color") as color|null + if(tip_color_input) + tip_color = sanitize_hexcolor(tip_color_input, desired_format=6, include_crunch=1) + update_icon() - var/energy_color_input = input(usr,"Choose Light Color") as color|null - if(energy_color_input) - energy_color = sanitize_hexcolor(energy_color_input, desired_format=6, include_crunch=1) + if("Grip Light Color") + var/grip_color_input = input(usr,"Choose Grip Light Color") as color|null + if(grip_color_input) + grip_color = sanitize_hexcolor(grip_color_input, desired_format=6, include_crunch=1) + update_icon() - var/arm_color_input = input(usr,"Choose Arm Color") as color|null - if(arm_color_input) - arm_color = sanitize_hexcolor(arm_color_input, desired_format=6, include_crunch=1) + if("Light Color") + var/energy_color_input = input(usr,"Choose Light Color") as color|null + if(energy_color_input) + energy_color = sanitize_hexcolor(energy_color_input, desired_format=6, include_crunch=1) + update_icon() + + if("Arm Color") + var/arm_color_input = input(usr,"Choose Arm Color") as color|null + if(arm_color_input) + arm_color = sanitize_hexcolor(arm_color_input, desired_format=6, include_crunch=1) + update_icon() - update_icon() else ..() @@ -1110,6 +1133,7 @@ obj/item/projectile/bullet/c10mm/soporific name = "\improper CX Mk.37S" desc = "A modern reimagining of an old legendary gun, the Mk.37 is a handgun with a toggle-locking mechanism manufactured by CX Armories. Uses 9mm bullets loaded into proprietary magazines." spawnwithmagazine = FALSE + pin = /obj/item/device/firing_pin/implant/mindshield actions_types = list() //so you can't recolor it frame_color = "#808080" //RGB diff --git a/icons/obj/guns/cit_guns.dmi b/icons/obj/guns/cit_guns.dmi index c70692538337ceb3fcedd68388b49b6e82725774..69d8f3781036493e2e76f1866a591be09c84c7b7 100644 GIT binary patch delta 2145 zcmaJ+&QLDHFf-=!{_&mfJLfy+`v1moNEY!uZ}P{KfpAOYaqozPgxrl5LGKbV zBxk<)$CZ2%W2dt5*~}2V#uLl;+8yOF+s_^O2MU1oGwZSs3W|ArLoU@x&b`lc*;M_K zGbvlC>XJ1ehWD~jqT~H@Lj{Qr&_KD_(fg^>{u`*kGcp-wnEj0l3uv9Fo+*N(!5PY` zsupT80)Q0ZmekXsb{c3mvQ{^1X{iCxT3(*YHSFF)c|Qr>!fqK>R>7TJ+NJpXyL>y| zPK9Z=0VzM<43?AF!JszKDP4b~t-WG5GQ=hBeHu>E`t7K=sE&e{lT-5jWBQ)sd%8Dh zC#6NuJ$Z9NVsn3#GT@UX3{vk+|o=|5;+eaaBLA_Blm_=Y)Wuk7+ zp5}hl!OD$bR$Nb(;wuWc)%sAJI#@ft{^&%x*>{ie5&mB5TB}rh*RSUNV0!Mt!iR}y~WzSY#m?TvUKfI=4otZ=b$fW+N3B7vXz5uizlOPU$_ z`jczKf5XV}&Kyy#)-9z>9Jv2aZB-o#$17}kjHhm8TcYJ2|vd;oP;W;t~>HR9dH}XYkL{Kb`S? zDa+p)sSwfMOb_!Tg;C~xZ*`ZqRHO>1{vn0owel=XE=@#0^W(Q}6e zz7nE<0$olymBLfs(sbVMwD)B4!$f9{G_Xz>;<}qFm1&C#(~ae+X4Rt(Mg{2ge53!# zZgmev)>k8*Ck_U_cx)|y*IFI~wnfPWeBNOaDFoKyP@lfiP4v@^TtMQ5JAIko=&(f- z2-X3GXi6M(GjC{U*snJ-Bm_}5Fn<@5%}phc^5YGJAvuq(#zXRQ($hteFi7xlEpWel zFlpDO)dz^ckOb~qgNQ%mFb4B#oAA}$v9_Mf$JNcanfpb(6x37ER+Z83?e8uB* zT(M$+Dtc-1vWG{yJtkmWs<0R1iZ#h3;EHd83uX8=hm{@Q39k<`I@S^<{S$oV4nYuq z7#e}?kVxb#b6rm!27_s*fiEJF{sJc3J3PD6@3GOzNG_K=d&94E<`86H&BwhhX*uy*_h7Hr z>BAzGWkQzL8KeHI~&SPvCyPo{9;JKB%qVA7ui87?LJGVz!E=fQFzBP$2Hp^7%a^PsBx9?s@*7mDjtcfU#v|eRE4VyB>Hn}pdXgUPQl84 z_yRR78IG^X;O~lUYYMOkWtkO69scB8bH(S_zBkI;#PI{jssMN7kH2 G-~AUHtSE>8 delta 2132 zcmaJ>c{J1u8~%~fCCd=vj%1REEFsFCktO>jTbK~(T0UHjt@+71qpL)=t}RR`+ejtL zpkQ%H4YCO_UE;UO210(n_8R`riu4Me~d&Y6FD5a39i(t zi8g}schan1aljYevSBT?ma_8!++r)t>Z)neyH$Rs0HX3*?;o0rJVWxJ1b+KAofp&> zv>v|`ozTT^7fM0mnRl1HWW`Qmm%Ws?J#3%h+)C>h4?=>l2d%B%hil56W22tsN7biz z)CG<|@vz0Z0V!`si=uxFb49(Ln1*n0UPCzE-MivTMQXdhe!n~&14iEYpfC3D@w_jH z>Wd#kaTgeeOPw7Yj^z`3X{>pIhGB595v-{v+3#ZJ@xay3#eW{MNiUF!ynelxkn?Lq zGdTRv;9$musg5{}$gUWxtxt5B$pE}o5@RbHmlo8@j%;r6eVwBeQS>t}(=wmV2^t@u zT2(u0n;|dbf6Rj3G_x)b+ppBHYi6`KnW}({AtgG2{WRC95Q*F6bNQ@CMy?cfmQ5$; z^Kj*2$3?iBLLMjR)p~}Avd0wZWwLx8fBvZkTT9=(XSUN~N!tmf zT4p)?ZG2Rp{)m#aPOKFf2@MJP%;x4i2T~{uVL(U_6aXw@V`KZuTDP|C0fGzLg z?`#(CLaVtp*aF^It@FY-*h3n8fgWIjQ-itdiYUG`RDK5IZl5-}VsO(EAjNo--rbSI zC9xx~E3oGBDx7NX6Kix03^EWp2OY!Ao`Y%* zk!UBBX4!D%l~i?gH523{|8QkE=i1fg(A1BT(_Ve)lK`0=jnG?@e+A$H2bN*Q9B=A% zTVkdG!hZ?wJ{>Nn!~7~8ld^g%RW3=6kc_0(j)mzP8V1G0{1p7Euq*|%EVEQO8{Z5F zthKpLVe%Es<1uyKy64W1F^<5PblrMSp{@CO5n8BM(3{fgd=KlO~}tWy)HwC}-W_;B#r@dEq#NpR-~W}@A;jgUbJ z$dMt5v}GUzooQyP%d=S{w@e9EJq>na`fmeqsafFgdZVOGdL7?-(@LU~19wlzo)OqL zEgj3lViSQQ>~z5-o{uM#~na5Q^pM{=b5+?z|g$zgv- ziT5S5sZrTyiHHcr!zYqnkADEo`=2*yR8ePTOStVV3sIV9VLlVG?!BB1KbJEl@G~Xp zBF`IM>IL!FM+`~GwQw2{}l?1{?2S?EH5e^5@ z)6*06KgQC~HrGSOio;-r8rv$GdeYL;wyOD4Em!y5xN(Eov^&?j=3d;>#cGc8gP=pA zQk5DSeM_ySAg3WO80nj8!g<0q`AYmDq~}lPLI`N8DlF!&JbKEe1Z8H%XCr}2;y)tp zEzGlc%mDpzWyCxMo&lcP{N3W7SzOzyQt43hYBH>fS{IyEi9w?WI`aH8;d?RBlClS( zy@IMRSd4{T^S;N|Y~vCI;P3*BF#-mI3I8t-h!*da3TXa+;z3&qR;0u@vq~BCCNZK6 z1C%sQRG`s?5@Ukm)>dxX&Kj|0F3L3`_4khZ9j_{u((=HY%?wW-IQIPZ>Po}Vr7~x@ zRVkta0DuiUxTQOMEi_U4>wk<60Z01K*o3B%LQaqo6!rC7#)C5fN_3_K*%3CegdI5v zgR!N%$NX-Uf`ZVafE<01adBAzXKe;2*@(sJT*?-I6byp~5X&32P_}`bxI(XKW_+65JiqZokhz+v_zP-qgSMHz4=- hdG-Fgp??vdcMa{}jB=H?6?+o^?5v&OO&1WU{{RW9Hs}BV From f80d53202f8ab4796d61c2c5c297944365fa4778 Mon Sep 17 00:00:00 2001 From: Michiyamenotehifunana <31995558+Michiyamenotehifunana@users.noreply.github.com> Date: Wed, 25 Oct 2017 19:33:17 +0800 Subject: [PATCH 6/7] Removes map changes Map is has been replaced by the latest one on the master branch because I have no idea how to properly remove changes via commits --- _maps/map_files/BoxStation/BoxStation.dmm | 11791 +++++++++----------- 1 file changed, 5173 insertions(+), 6618 deletions(-) diff --git a/_maps/map_files/BoxStation/BoxStation.dmm b/_maps/map_files/BoxStation/BoxStation.dmm index 21c5e69890..1dfc193284 100644 --- a/_maps/map_files/BoxStation/BoxStation.dmm +++ b/_maps/map_files/BoxStation/BoxStation.dmm @@ -38,27 +38,22 @@ /area/security/prison) "aaj" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/closed/wall/r_wall, /area/security/prison) "aak" = ( /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/security/prison) "aal" = ( /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/effect/spawner/structure/window/reinforced, @@ -66,11 +61,9 @@ /area/security/prison) "aam" = ( /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/effect/spawner/structure/window/reinforced, @@ -135,8 +128,6 @@ /area/security/prison) "aav" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/floorgrime, @@ -224,8 +215,6 @@ /area/security/prison) "aaL" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/window/reinforced{ @@ -258,8 +247,6 @@ /area/security/prison) "aaQ" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/barber, @@ -307,8 +294,6 @@ "aaY" = ( /obj/structure/window/reinforced, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/barber, @@ -422,8 +407,7 @@ /area/crew_quarters/heads/hos) "abs" = ( /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/machinery/power/tracker, /turf/open/floor/plasteel/airless/solarpanel, @@ -508,8 +492,6 @@ /area/security/prison) "abE" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -665,6 +647,9 @@ /area/security/main) "abP" = ( /obj/structure/closet/secure_closet/security/sec, +/obj/effect/turf_decal/bot{ + dir = 2 + }, /turf/open/floor/plasteel/showroomfloor, /area/security/main) "abQ" = ( @@ -684,8 +669,6 @@ }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/black, @@ -695,6 +678,9 @@ /obj/machinery/light{ dir = 4 }, +/obj/effect/turf_decal/bot{ + dir = 2 + }, /turf/open/floor/plasteel/showroomfloor, /area/security/main) "abS" = ( @@ -745,8 +731,7 @@ /area/crew_quarters/heads/hos) "abX" = ( /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/machinery/power/tracker, /turf/open/floor/plasteel/airless/solarpanel, @@ -757,8 +742,6 @@ /area/space) "abZ" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/lattice/catwalk, @@ -814,8 +797,6 @@ /area/security/prison) "acg" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/door/poddoor/preopen{ @@ -874,15 +855,13 @@ name = "Armory APC"; pixel_x = 24 }, -/obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1; - d2 = 2 - }, /obj/effect/turf_decal/stripes/line{ dir = 1 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "0-8" + }, /turf/open/floor/plasteel, /area/ai_monitored/security/armory) "acn" = ( @@ -902,6 +881,9 @@ /area/security/main) "acq" = ( /obj/effect/landmark/secequipment, +/obj/effect/turf_decal/bot{ + dir = 2 + }, /turf/open/floor/plasteel/showroomfloor, /area/security/main) "acr" = ( @@ -943,8 +925,6 @@ /area/space) "acx" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/lattice/catwalk, @@ -1064,8 +1044,6 @@ /area/security/execution/transfer) "acJ" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -1117,7 +1095,6 @@ /turf/open/floor/plasteel/bar, /area/crew_quarters/bar) "acO" = ( -/obj/structure/closet/l3closet/security, /obj/machinery/camera{ c_tag = "Brig Equipment Room"; dir = 4 @@ -1173,8 +1150,7 @@ /area/security/main) "acV" = ( /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/machinery/power/solar{ id = "auxsolareast"; @@ -1249,8 +1225,6 @@ /area/security/prison) "ade" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -1265,11 +1239,6 @@ /turf/open/floor/plasteel/freezer, /area/security/prison) "adg" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /turf/open/floor/plasteel, /area/ai_monitored/security/armory) @@ -1279,9 +1248,7 @@ /turf/open/floor/carpet, /area/crew_quarters/heads/hos) "adi" = ( -/obj/structure/table, -/obj/item/storage/box/firingpins, -/obj/item/storage/box/firingpins, +/obj/machinery/flasher/portable, /turf/open/floor/plasteel/vault{ dir = 8 }, @@ -1304,9 +1271,10 @@ dir = 1; layer = 2.9 }, +/obj/structure/window/reinforced{ + dir = 4 + }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel{ @@ -1393,8 +1361,7 @@ /area/security/main) "ads" = ( /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/machinery/power/solar{ id = "auxsolareast"; @@ -1409,18 +1376,12 @@ /area/solar/starboard/fore) "adu" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/structure/lattice/catwalk, @@ -1428,13 +1389,9 @@ /area/solar/port/fore) "adv" = ( /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/structure/lattice/catwalk, @@ -1442,7 +1399,6 @@ /area/solar/port/fore) "adw" = ( /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/structure/lattice/catwalk, @@ -1450,8 +1406,7 @@ /area/solar/port/fore) "adx" = ( /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/structure/lattice/catwalk, /turf/open/space, @@ -1462,18 +1417,12 @@ /area/solar/port/fore) "adz" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/structure/lattice/catwalk, @@ -1481,13 +1430,9 @@ /area/solar/port/fore) "adA" = ( /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/structure/lattice/catwalk, @@ -1569,8 +1514,6 @@ req_access_txt = "2" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -1593,8 +1536,6 @@ /area/security/brig) "adM" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/carpet, @@ -1607,8 +1548,7 @@ pixel_x = -24 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/open/floor/carpet, @@ -1620,8 +1560,6 @@ /area/security/prison) "adP" = ( /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -1639,13 +1577,9 @@ /area/security/main) "adS" = ( /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/structure/lattice/catwalk, @@ -1653,18 +1587,12 @@ /area/solar/starboard/fore) "adT" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/structure/lattice/catwalk, @@ -1676,7 +1604,6 @@ /area/solar/starboard/fore) "adV" = ( /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/structure/lattice/catwalk, @@ -1684,18 +1611,12 @@ /area/solar/starboard/fore) "adW" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/structure/lattice/catwalk, @@ -1703,21 +1624,16 @@ /area/solar/starboard/fore) "adX" = ( /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/structure/lattice/catwalk, /turf/open/space, /area/solar/starboard/fore) "adY" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/structure/lattice/catwalk, @@ -1897,8 +1813,6 @@ /area/security/prison) "aep" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -1937,7 +1851,6 @@ pixel_x = 24 }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /turf/open/floor/plasteel/red/side{ @@ -1949,11 +1862,6 @@ /obj/item/gun/energy/ionrifle, /obj/item/gun/energy/temperature/security, /obj/item/clothing/suit/armor/laserproof, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 4 }, @@ -1976,11 +1884,6 @@ pixel_x = 3; pixel_y = -3 }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 9 }, @@ -2011,8 +1914,6 @@ req_access_txt = "58" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -2113,8 +2014,6 @@ }, /obj/machinery/atmospherics/pipe/simple/general/hidden, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /turf/open/floor/plasteel/black, @@ -2128,8 +2027,6 @@ "aeM" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/red/side{ @@ -2141,8 +2038,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/door/firedoor, @@ -2161,8 +2056,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, @@ -2175,8 +2068,6 @@ dir = 1 }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -2189,8 +2080,6 @@ "aeQ" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, @@ -2203,8 +2092,6 @@ /area/hallway/secondary/exit) "aeS" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -2214,22 +2101,16 @@ /area/security/prison) "aeT" = ( /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, /area/security/prison) "aeU" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden, @@ -2237,8 +2118,6 @@ /area/security/prison) "aeV" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -2275,22 +2154,16 @@ /turf/open/floor/plasteel/showroomfloor, /area/security/warden) "aeX" = ( -/obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 - }, /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 5 }, +/obj/structure/cable{ + icon_state = "0-4" + }, /turf/open/floor/plating, /area/ai_monitored/security/armory) "aeY" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, /obj/machinery/door/window/southleft{ name = "Armory"; req_access_txt = "3" @@ -2299,21 +2172,22 @@ /obj/effect/turf_decal/stripes/line{ dir = 10 }, +/obj/structure/cable{ + icon_state = "4-8" + }, /turf/open/floor/plasteel, /area/ai_monitored/security/armory) "aeZ" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 - }, /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ dir = 4 }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, /turf/open/floor/plating, /area/ai_monitored/security/armory) "afa" = ( @@ -2390,8 +2264,6 @@ /area/security/main) "afj" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -2525,8 +2397,6 @@ dir = 9 }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/black, @@ -2565,13 +2435,9 @@ /area/security/prison) "afC" = ( /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -2702,8 +2568,6 @@ /area/security/main) "afX" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/effect/landmark/start/head_of_security, @@ -2810,8 +2674,6 @@ req_access_txt = "2" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -2856,28 +2718,22 @@ name = "Armory"; req_access_txt = "3" }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, /obj/machinery/light{ dir = 4 }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/effect/turf_decal/stripes/line{ dir = 2 }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, /turf/open/floor/plasteel, /area/ai_monitored/security/armory) "agr" = ( @@ -2953,8 +2809,6 @@ "agC" = ( /obj/machinery/holopad, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -2979,8 +2833,6 @@ "agF" = ( /obj/machinery/door/firedoor, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/sign/securearea{ @@ -3067,8 +2919,6 @@ /area/security/brig) "agP" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -3078,16 +2928,13 @@ /area/security/brig) "agQ" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/showroomfloor, /area/security/warden) "agR" = ( /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -3100,8 +2947,6 @@ /area/security/warden) "agT" = ( /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /turf/open/floor/plasteel/showroomfloor, @@ -3116,16 +2961,13 @@ /obj/machinery/holopad, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/showroomfloor, /area/security/warden) "agW" = ( /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -3178,8 +3020,6 @@ /area/security/main) "ahf" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment{ @@ -3269,7 +3109,8 @@ /obj/structure/window/reinforced{ dir = 4 }, -/obj/machinery/chem_master, +/obj/machinery/iv_drip, +/obj/item/reagent_containers/blood/empty, /turf/open/floor/plasteel/whitered/side{ dir = 5 }, @@ -3310,7 +3151,8 @@ name = "Station Intercom (General)"; pixel_y = 24 }, -/obj/machinery/chem_dispenser, +/obj/structure/table/glass, +/obj/machinery/computer/med_data/laptop, /turf/open/floor/plasteel/whitered/side{ dir = 1 }, @@ -3346,33 +3188,24 @@ pixel_x = -24 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /turf/open/floor/plasteel/showroomfloor, /area/security/warden) "ahx" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /turf/open/floor/plasteel/showroomfloor, /area/security/warden) "ahy" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -3380,8 +3213,6 @@ /area/security/warden) "ahz" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/components/unary/vent_scrubber/on{ @@ -3395,8 +3226,6 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -3408,8 +3237,6 @@ /area/security/main) "ahB" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -3422,8 +3249,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, @@ -3447,18 +3272,12 @@ req_access_txt = "3" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -3468,8 +3287,6 @@ /area/security/warden) "ahF" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -3485,13 +3302,9 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -3505,8 +3318,6 @@ dir = 1 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -3516,8 +3327,6 @@ /area/security/main) "ahI" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -3534,8 +3343,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -3548,13 +3355,9 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/structure/chair, @@ -3564,8 +3367,6 @@ /area/security/main) "ahL" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -3575,8 +3376,6 @@ /area/security/main) "ahM" = ( /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/structure/disposalpipe/segment{ @@ -3584,8 +3383,6 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -3601,7 +3398,6 @@ pixel_x = 24 }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -3621,8 +3417,6 @@ "ahQ" = ( /obj/structure/closet/secure_closet/warden, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/showroomfloor, @@ -3637,18 +3431,21 @@ pixel_y = 8; req_access_txt = "2" }, +/obj/machinery/button/door{ + id = "Secure Gate"; + name = "Cell Shutters"; + pixel_x = -27; + pixel_y = -2; + req_access_txt = "0" + }, /turf/open/floor/plasteel/showroomfloor, /area/security/warden) "ahS" = ( /obj/structure/table, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/showroomfloor, @@ -3707,8 +3504,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 }, -/obj/vehicle/secway, -/obj/item/key/security, /turf/open/floor/plasteel/red/side{ dir = 10 }, @@ -3726,8 +3521,6 @@ /area/security/main) "aib" = ( /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/structure/disposalpipe/segment, @@ -3738,8 +3531,6 @@ /area/maintenance/fore/secondary) "aic" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -3771,8 +3562,6 @@ "aif" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -3818,8 +3607,6 @@ /area/security/warden) "aik" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -3909,16 +3696,12 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/red/side, /area/security/main) "aiv" = ( /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/structure/disposalpipe/segment{ @@ -3944,8 +3727,6 @@ /area/security/brig) "aix" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -3966,8 +3747,6 @@ /area/security/brig) "aiz" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -4024,8 +3803,7 @@ /area/security/brig) "aiI" = ( /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/structure/sign/securearea{ desc = "A warning sign which reads 'HIGH VOLTAGE'"; @@ -4039,12 +3817,10 @@ "aiJ" = ( /obj/structure/table/reinforced, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/machinery/door/window/brigdoor{ dir = 1; @@ -4067,12 +3843,10 @@ /area/security/warden) "aiK" = ( /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/structure/cable, /obj/effect/spawner/structure/window/reinforced, @@ -4080,12 +3854,10 @@ /area/security/warden) "aiL" = ( /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -4099,7 +3871,6 @@ /area/security/warden) "aiN" = ( /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/effect/spawner/structure/window/reinforced, @@ -4165,8 +3936,6 @@ /area/security/courtroom) "aiZ" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -4178,8 +3947,6 @@ /area/security/brig) "aja" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -4203,9 +3970,6 @@ /obj/structure/sign/goldenplaque{ pixel_y = 32 }, -/obj/machinery/light{ - dir = 1 - }, /turf/open/floor/plasteel/red/side{ dir = 1 }, @@ -4222,8 +3986,6 @@ /area/security/brig) "ajf" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -4233,8 +3995,6 @@ /area/security/brig) "ajg" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, @@ -4309,8 +4069,7 @@ /area/security/courtroom) "ajq" = ( /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/structure/lattice/catwalk, /turf/open/space, @@ -4385,8 +4144,7 @@ pixel_y = 24 }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 4 @@ -4397,8 +4155,6 @@ /area/security/brig) "ajz" = ( /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ @@ -4427,8 +4183,6 @@ /area/ai_monitored/security/armory) "ajD" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ @@ -4482,15 +4236,13 @@ /turf/open/floor/plasteel, /area/security/brig) "ajK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 4 }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, /turf/open/floor/plasteel, /area/security/brig) "ajL" = ( @@ -4592,8 +4344,6 @@ req_access_txt = "10; 13" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -4630,8 +4380,6 @@ /area/security/processing) "akc" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -4641,8 +4389,6 @@ /area/security/processing) "akd" = ( /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -4650,8 +4396,6 @@ /area/security/processing) "ake" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -4663,8 +4407,6 @@ /area/security/brig) "akf" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/door/firedoor, @@ -4680,8 +4422,6 @@ /area/security/brig) "akg" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/camera{ @@ -4695,13 +4435,9 @@ /area/security/brig) "akh" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -4710,28 +4446,22 @@ /turf/open/floor/plasteel, /area/security/brig) "aki" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, /turf/open/floor/plasteel/red/corner{ dir = 8 }, /area/security/brig) "akj" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -4814,23 +4544,19 @@ "aks" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, -/turf/open/floor/plasteel/red/side, +/turf/open/floor/plasteel/red/side{ + dir = 5 + }, /area/security/brig) "akt" = ( -/obj/machinery/light, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 }, -/obj/machinery/door_timer{ - id = "Cell 4"; - name = "Cell 4"; - pixel_y = -32 +/turf/open/floor/plasteel/red/side{ + dir = 9 }, -/turf/open/floor/plasteel/red/side, /area/security/brig) "aku" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -4870,6 +4596,9 @@ /area/security/courtroom) "akz" = ( /obj/structure/chair, +/obj/machinery/light{ + dir = 1 + }, /turf/open/floor/plasteel/red/side{ dir = 1 }, @@ -4885,8 +4614,6 @@ /area/security/courtroom) "akB" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -4947,8 +4674,6 @@ /area/security/processing) "akK" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -4963,26 +4688,23 @@ /turf/open/floor/plating, /area/maintenance/fore) "akM" = ( -/obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 - }, -/obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-4" + }, /turf/open/floor/plating, /area/security/brig) "akN" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/open/floor/plating, /area/security/brig) "akO" = ( @@ -4990,31 +4712,25 @@ id = "Cell 1"; name = "Cell 1" }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/open/floor/plasteel/red/side, /area/security/brig) "akP" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" +/obj/machinery/door/window/brigdoor/security/cell{ + id = "Cell 2"; + name = "Cell 2" }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "4-8" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, +/turf/open/floor/plasteel/red/side, /area/security/brig) "akQ" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/closed/wall, @@ -5025,8 +4741,6 @@ name = "Cell 2" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/red/side, @@ -5036,25 +4750,21 @@ id = "Cell 4"; name = "Cell 4" }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/open/floor/plasteel/red/side, /area/security/brig) "akT" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /turf/open/floor/plating, /area/security/brig) "akU" = ( @@ -5063,31 +4773,24 @@ req_access_txt = "1" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /turf/open/floor/plasteel/black, /area/security/brig) "akV" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, -/obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 - }, -/obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/security/brig) "akW" = ( -/obj/machinery/door/firedoor, /obj/machinery/door/airlock/glass_security{ cyclelinkeddir = 2; id_tag = "innerbrig"; @@ -5095,8 +4798,6 @@ req_access_txt = "63" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/red/side{ @@ -5111,8 +4812,6 @@ req_access_txt = "63" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/red/side{ @@ -5120,16 +4819,26 @@ }, /area/security/brig) "akY" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "seclobby"; + name = "security shutters" + }, +/obj/machinery/door/airlock/glass_security{ + cyclelinkeddir = 2; + id_tag = "innerbrig"; + name = "Brig"; + req_access_txt = "63" + }, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, -/turf/closed/wall/r_wall, +/turf/open/floor/plasteel/red/side{ + dir = 5 + }, /area/security/brig) "akZ" = ( /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -5142,8 +4851,6 @@ name = "Cell 4" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -5178,23 +4885,20 @@ }, /area/security/courtroom) "alf" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel/red/side{ + dir = 5 }, -/turf/open/floor/plasteel/floorgrime, -/area/security/brig) +/area/hallway/primary/fore) "alg" = ( /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/structure/lattice/catwalk, /turf/open/space, /area/solar/starboard/fore) "alh" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/door/airlock/external{ @@ -5267,8 +4971,6 @@ /area/security/processing) "als" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -5286,8 +4988,6 @@ /area/ai_monitored/nuke_storage) "alv" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/components/unary/vent_scrubber/on{ @@ -5316,6 +5016,10 @@ /turf/open/floor/plasteel/floorgrime, /area/security/brig) "alx" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/open/floor/plasteel/floorgrime, /area/security/brig) "aly" = ( @@ -5340,16 +5044,14 @@ pixel_y = 6; req_access_txt = "0" }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, /obj/machinery/button/flasher{ id = "brigentry"; pixel_x = -28; pixel_y = -8 }, +/obj/structure/cable{ + icon_state = "1-2" + }, /turf/open/floor/plasteel/black, /area/security/brig) "alA" = ( @@ -5422,13 +5124,9 @@ "alK" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -5443,8 +5141,7 @@ pixel_x = -24 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /turf/open/floor/plating, @@ -5463,8 +5160,7 @@ track = 0 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /turf/open/floor/plating, /area/maintenance/solars/port/fore) @@ -5483,13 +5179,9 @@ /area/maintenance/solars/port/fore) "alT" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /turf/open/floor/plating, @@ -5550,8 +5242,6 @@ /area/security/processing) "ame" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ @@ -5625,8 +5315,6 @@ req_access_txt = "63" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/black, @@ -5665,6 +5353,10 @@ /area/security/brig) "amq" = ( /obj/machinery/vending/snack/random, +/obj/machinery/flasher{ + id = "brigentry"; + pixel_x = 28 + }, /turf/open/floor/plasteel/red/side{ dir = 4 }, @@ -5693,8 +5385,6 @@ /area/security/courtroom) "amv" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/door/airlock/external{ @@ -5723,7 +5413,6 @@ /area/maintenance/solars/port/fore) "amz" = ( /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/machinery/power/terminal, @@ -5734,8 +5423,6 @@ /area/maintenance/solars/port/fore) "amA" = ( /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /turf/open/floor/plating, @@ -5820,8 +5507,6 @@ req_access_txt = "2" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -5854,11 +5539,9 @@ /area/security/brig) "amR" = ( /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/machinery/door/poddoor/preopen{ @@ -5870,18 +5553,11 @@ /area/security/brig) "amS" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/closed/wall/r_wall, /area/security/brig) "amT" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, /obj/machinery/button/door{ id = "seclobby"; name = "Security Lobby Lockdown"; @@ -5889,6 +5565,9 @@ pixel_y = 8; req_access_txt = "2" }, +/obj/structure/cable{ + icon_state = "1-4" + }, /turf/open/floor/plasteel/black, /area/security/brig) "amU" = ( @@ -5897,7 +5576,6 @@ name = "security blast door" }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/effect/spawner/structure/window/reinforced, @@ -5905,8 +5583,6 @@ /area/security/brig) "amV" = ( /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /turf/open/floor/plasteel/black, @@ -5956,8 +5632,6 @@ /area/maintenance/fore/secondary) "anc" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -5973,8 +5647,6 @@ /area/maintenance/fore/secondary) "ane" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -5984,8 +5656,7 @@ /area/maintenance/starboard/fore) "ang" = ( /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/machinery/power/apc{ dir = 8; @@ -6002,7 +5673,6 @@ /area/maintenance/solars/port/fore) "anh" = ( /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/machinery/power/smes, @@ -6010,13 +5680,9 @@ /area/maintenance/solars/port/fore) "ani" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /turf/open/floor/plating, @@ -6118,8 +5784,6 @@ /area/security/processing) "anv" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -6175,16 +5839,14 @@ /area/hallway/primary/fore) "anC" = ( /obj/effect/spawner/structure/window, -/obj/machinery/door/poddoor/preopen{ +/obj/machinery/door/poddoor/shutters/preopen{ id = "seclobby"; - name = "security lobby blast door" + name = "security shutters" }, /turf/open/floor/plating, /area/security/courtroom) "anD" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -6228,8 +5890,6 @@ req_access_txt = "10" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -6297,9 +5957,7 @@ /obj/machinery/light{ dir = 1 }, -/turf/open/floor/plasteel/red/corner{ - dir = 1 - }, +/turf/open/floor/plasteel, /area/hallway/primary/fore) "anR" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on, @@ -6314,9 +5972,9 @@ "anT" = ( /obj/effect/turf_decal/delivery, /obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ +/obj/machinery/door/poddoor/shutters/preopen{ id = "seclobby"; - name = "security lobby blast door" + name = "security shutters" }, /turf/open/floor/plasteel, /area/hallway/primary/fore) @@ -6325,9 +5983,9 @@ /obj/machinery/door/airlock/glass{ name = "Courtroom" }, -/obj/machinery/door/poddoor/preopen{ +/obj/machinery/door/poddoor/shutters/preopen{ id = "seclobby"; - name = "security lobby blast door" + name = "security shutters" }, /turf/open/floor/plasteel/black, /area/security/courtroom) @@ -6409,13 +6067,9 @@ /area/maintenance/solars/starboard/fore) "aog" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /turf/open/floor/plating, @@ -6427,8 +6081,7 @@ track = 0 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /turf/open/floor/plating, /area/maintenance/solars/starboard/fore) @@ -6462,8 +6115,6 @@ /area/maintenance/port/fore) "aol" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -6522,8 +6173,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /turf/open/floor/plasteel/red/side{ @@ -6532,8 +6181,6 @@ /area/security/processing) "aou" = ( /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/machinery/camera{ @@ -6653,8 +6300,6 @@ /area/security/courtroom) "aoI" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/structure/disposalpipe/segment{ @@ -6671,7 +6316,6 @@ pixel_y = -24 }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -6706,8 +6350,6 @@ /area/maintenance/fore/secondary) "aoM" = ( /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /turf/open/floor/plating, @@ -6720,7 +6362,6 @@ /area/maintenance/solars/starboard/fore) "aoO" = ( /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/machinery/power/terminal, @@ -6802,8 +6443,6 @@ req_access_txt = "2" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -6893,8 +6532,7 @@ /area/maintenance/fore/secondary) "apr" = ( /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/machinery/power/apc{ dir = 1; @@ -6931,8 +6569,6 @@ /area/maintenance/fore/secondary) "apu" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -6949,8 +6585,6 @@ req_access_txt = "12" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -6991,21 +6625,16 @@ /area/maintenance/fore/secondary) "apz" = ( /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, /area/maintenance/solars/starboard/fore) "apA" = ( /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/machinery/power/apc{ dir = 8; @@ -7022,7 +6651,6 @@ dir = 1 }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/machinery/power/smes, @@ -7109,8 +6737,6 @@ /area/security/processing) "apS" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -7197,8 +6823,8 @@ dir = 1 }, /obj/structure/disposalpipe/junction{ - dir = 8; - icon_state = "pipe-j1" + dir = 4; + icon_state = "pipe-j2" }, /turf/open/floor/plating, /area/maintenance/fore/secondary) @@ -7224,13 +6850,9 @@ /area/maintenance/fore/secondary) "aqj" = ( /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -7246,8 +6868,7 @@ pixel_y = -24 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 4 @@ -7260,13 +6881,9 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ @@ -7276,13 +6893,9 @@ /area/maintenance/fore/secondary) "aqm" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -7371,8 +6984,6 @@ /area/maintenance/starboard/fore) "aqw" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/door/airlock/engineering{ @@ -7497,8 +7108,7 @@ pixel_y = 26 }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /turf/open/floor/plating, /area/maintenance/port/fore) @@ -7529,8 +7139,7 @@ }, /obj/structure/cable, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /turf/open/floor/plating, /area/maintenance/fore) @@ -7582,8 +7191,6 @@ "arc" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -7640,8 +7247,6 @@ }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/neutral/side{ @@ -7689,13 +7294,9 @@ /area/maintenance/starboard/fore) "arr" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /turf/open/floor/plating, @@ -7708,8 +7309,7 @@ pixel_y = 24 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /turf/open/floor/plating, /area/maintenance/starboard/fore) @@ -7793,8 +7393,6 @@ /area/maintenance/port/fore) "arH" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ @@ -7804,8 +7402,6 @@ /area/maintenance/port/fore) "arI" = ( /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ @@ -7815,13 +7411,9 @@ /area/maintenance/port/fore) "arJ" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ @@ -7839,8 +7431,6 @@ /area/maintenance/port/fore) "arL" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ @@ -7956,8 +7546,6 @@ /area/crew_quarters/fitness) "asc" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -7973,8 +7561,6 @@ /area/crew_quarters/dorms) "ase" = ( /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -8001,8 +7587,6 @@ /area/crew_quarters/dorms) "ash" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/door/airlock/maintenance{ @@ -8015,13 +7599,9 @@ /area/maintenance/port/fore) "asi" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -8140,8 +7720,6 @@ /area/maintenance/starboard/fore) "asw" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -8210,8 +7788,6 @@ /area/construction/mining/aux_base) "asK" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -8239,8 +7815,6 @@ dir = 8 }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /turf/open/floor/plasteel/neutral/side{ @@ -8288,8 +7862,6 @@ dir = 1 }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /turf/open/floor/plasteel, @@ -8455,8 +8027,6 @@ /area/maintenance/port/fore) "atr" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -8557,16 +8127,14 @@ "atG" = ( /obj/machinery/mech_bay_recharge_port, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /turf/open/floor/plating, /area/maintenance/department/electrical) "atH" = ( /obj/machinery/computer/mech_bay_power_console, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /turf/open/floor/circuit, /area/maintenance/department/electrical) @@ -8595,8 +8163,6 @@ /area/maintenance/port/fore) "atN" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -8735,8 +8301,6 @@ /area/lawoffice) "auj" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -8761,13 +8325,9 @@ /area/crew_quarters/dorms) "aum" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -8782,8 +8342,6 @@ /area/crew_quarters/dorms) "auo" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -8818,8 +8376,6 @@ /area/crew_quarters/fitness) "aus" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -8922,16 +8478,12 @@ /area/maintenance/starboard/fore) "auE" = ( /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /turf/open/floor/plating, /area/maintenance/starboard/fore) "auF" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, @@ -8941,16 +8493,12 @@ req_access_txt = "12" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, /area/maintenance/starboard/fore) "auH" = ( /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /turf/open/floor/plating, @@ -8963,21 +8511,15 @@ /area/maintenance/department/electrical) "auK" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/floorgrime, /area/maintenance/department/electrical) "auL" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /turf/open/floor/plasteel/floorgrime, @@ -8987,8 +8529,6 @@ pixel_x = 27 }, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /turf/open/floor/plasteel/floorgrime, @@ -9033,8 +8573,6 @@ /area/crew_quarters/dorms) "auT" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, @@ -9141,8 +8679,7 @@ /area/crew_quarters/dorms) "avh" = ( /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/machinery/power/apc{ @@ -9161,8 +8698,7 @@ pixel_y = 24 }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/open/floor/plating, @@ -9173,8 +8709,6 @@ pixel_x = -24 }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/red/corner{ @@ -9236,8 +8770,6 @@ /area/construction/mining/aux_base) "avq" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -9255,8 +8787,6 @@ /area/security/detectives_office) "avs" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -9318,7 +8848,6 @@ "avB" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /turf/open/floor/plating, @@ -9344,8 +8873,6 @@ id = "maint3" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -9393,8 +8920,7 @@ pixel_y = 24 }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /turf/open/floor/plating, /area/maintenance/department/electrical) @@ -9406,8 +8932,6 @@ /area/maintenance/department/electrical) "avN" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -9539,8 +9063,7 @@ pixel_y = 24 }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 @@ -9549,16 +9072,12 @@ /area/maintenance/fore) "awe" = ( /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -9578,8 +9097,6 @@ /area/maintenance/fore) "awg" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -9593,16 +9110,12 @@ "awh" = ( /obj/effect/landmark/blobstart, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -9613,16 +9126,12 @@ /area/maintenance/fore) "awi" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden, @@ -9633,8 +9142,6 @@ req_access_txt = "12" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -9656,8 +9163,6 @@ /area/hallway/primary/fore) "awl" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/structure/disposalpipe/segment{ @@ -9751,8 +9256,6 @@ /area/security/brig) "awx" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -9773,8 +9276,6 @@ /area/crew_quarters/fitness) "awA" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/holopad, @@ -9834,8 +9335,6 @@ req_access_txt = "0" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -9859,8 +9358,6 @@ /area/maintenance/starboard/fore) "awM" = ( /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -9870,32 +9367,24 @@ /area/maintenance/starboard/fore) "awN" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 4 }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /turf/open/floor/plasteel/showroomfloor, /area/security/warden) "awO" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, /area/maintenance/department/electrical) "awP" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -9905,8 +9394,6 @@ /area/maintenance/department/electrical) "awQ" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/door/airlock/engineering/abandoned{ @@ -9920,13 +9407,9 @@ /area/maintenance/department/electrical) "awR" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -9942,8 +9425,6 @@ /area/maintenance/department/electrical) "awT" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/holopad, @@ -10000,8 +9481,6 @@ /area/hallway/secondary/entry) "axa" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/components/unary/vent_pump/on{ @@ -10011,8 +9490,6 @@ /area/maintenance/department/electrical) "axb" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -10145,8 +9622,6 @@ pixel_y = -32 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -10156,8 +9631,6 @@ /area/maintenance/fore) "axs" = ( /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -10170,8 +9643,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -10185,8 +9656,6 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -10200,13 +9669,9 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -10216,13 +9681,9 @@ /area/maintenance/fore) "axw" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ @@ -10236,8 +9697,6 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -10359,8 +9818,6 @@ /area/crew_quarters/dorms) "axQ" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment, @@ -10368,8 +9825,6 @@ /area/crew_quarters/fitness) "axR" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/door/firedoor, @@ -10390,13 +9845,9 @@ /area/crew_quarters/fitness) "axT" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ @@ -10410,8 +9861,6 @@ /area/crew_quarters/fitness) "axV" = ( /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /turf/open/floor/plasteel, @@ -10460,13 +9909,9 @@ /area/crew_quarters/fitness) "ayc" = ( /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -10489,8 +9934,6 @@ /area/maintenance/starboard/fore) "ayg" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -10498,8 +9941,6 @@ /area/maintenance/starboard/fore) "ayh" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -10510,8 +9951,6 @@ /area/maintenance/port/fore) "ayi" = ( /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ @@ -10570,8 +10009,6 @@ pixel_x = 27 }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -10609,8 +10046,6 @@ /area/ai_monitored/storage/eva) "ayw" = ( /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -10652,7 +10087,6 @@ "ayF" = ( /obj/structure/cable, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/effect/spawner/structure/window/reinforced, @@ -10664,8 +10098,6 @@ "ayH" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -10673,8 +10105,6 @@ /area/maintenance/fore) "ayI" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/sign/securearea{ @@ -10740,8 +10170,7 @@ pixel_y = 24 }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /turf/open/floor/plasteel, /area/ai_monitored/storage/eva) @@ -10766,8 +10195,7 @@ /area/ai_monitored/storage/eva) "ayS" = ( /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/structure/sign/securearea{ pixel_y = 32 @@ -10857,8 +10285,6 @@ /area/crew_quarters/dorms) "azd" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/neutral/side{ @@ -10921,8 +10347,6 @@ /area/crew_quarters/fitness) "azl" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment{ @@ -10965,13 +10389,9 @@ /area/maintenance/starboard/fore) "azs" = ( /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ @@ -10982,21 +10402,18 @@ "azt" = ( /obj/machinery/power/terminal, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /turf/open/floor/plating, /area/maintenance/department/electrical) "azu" = ( /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /turf/open/floor/plating, /area/maintenance/department/electrical) "azv" = ( /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /turf/open/floor/plating, @@ -11006,15 +10423,13 @@ pixel_y = -25 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /turf/open/floor/plating, /area/maintenance/department/electrical) "azx" = ( /obj/machinery/power/terminal, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /turf/open/floor/plating, @@ -11054,8 +10469,6 @@ /area/hallway/secondary/entry) "azD" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/arrival{ @@ -11064,8 +10477,6 @@ /area/hallway/secondary/entry) "azE" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -11090,8 +10501,7 @@ pixel_y = 24 }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /turf/open/floor/wood{ icon_state = "wood-broken" @@ -11145,13 +10555,9 @@ /area/gateway) "azO" = ( /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ @@ -11161,8 +10567,6 @@ /area/maintenance/fore) "azQ" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/door/firedoor, @@ -11188,13 +10592,9 @@ req_access_txt = "18" }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -11210,13 +10610,9 @@ /area/crew_quarters/dorms) "azU" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -11239,8 +10635,6 @@ req_access_txt = "0" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/freezer, @@ -11284,8 +10678,6 @@ /area/crew_quarters/dorms) "aAe" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -11313,8 +10705,6 @@ /area/crew_quarters/dorms) "aAj" = ( /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/machinery/power/apc{ @@ -11330,8 +10720,6 @@ /area/maintenance/port/fore) "aAk" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -11345,8 +10733,6 @@ /area/crew_quarters/fitness) "aAl" = ( /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -11362,8 +10748,6 @@ pixel_y = -24 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -11377,8 +10761,6 @@ /area/crew_quarters/fitness) "aAn" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -11401,8 +10783,6 @@ /area/crew_quarters/fitness) "aAp" = ( /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/structure/disposalpipe/segment{ @@ -11445,8 +10825,6 @@ id = "maint2" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -11467,7 +10845,6 @@ pixel_y = 2 }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /turf/open/floor/plating, @@ -11481,8 +10858,7 @@ charge = 0 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /turf/open/floor/plating, /area/maintenance/department/electrical) @@ -11491,11 +10867,9 @@ name = "backup power monitoring console" }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/structure/cable, @@ -11503,8 +10877,6 @@ /area/maintenance/department/electrical) "aAA" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/closed/wall, @@ -11514,7 +10886,6 @@ charge = 0 }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /turf/open/floor/plating, @@ -11573,8 +10944,6 @@ /area/hallway/secondary/entry) "aAJ" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/door/firedoor, @@ -11601,7 +10970,6 @@ pixel_y = -24 }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -11611,13 +10979,9 @@ /area/maintenance/port/fore) "aAN" = ( /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -11641,8 +11005,6 @@ /area/hydroponics/garden) "aAR" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -11670,8 +11032,6 @@ /area/hydroponics/garden) "aAV" = ( /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/effect/spawner/lootdrop/maintenance, @@ -11711,8 +11071,6 @@ /area/maintenance/port/fore) "aAZ" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/freezer, @@ -11761,8 +11119,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -11780,8 +11136,7 @@ pixel_y = -1 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 5 @@ -11875,8 +11230,7 @@ "aBs" = ( /obj/structure/cable, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 @@ -11944,8 +11298,6 @@ req_access_txt = "12" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -12002,8 +11354,6 @@ req_access_txt = "12" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -12029,13 +11379,9 @@ /area/ai_monitored/storage/eva) "aBP" = ( /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ @@ -12050,19 +11396,15 @@ /turf/closed/wall/r_wall, /area/storage/primary) "aBS" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, +/obj/structure/cable{ + icon_state = "4-8" + }, /turf/open/floor/wood, /area/maintenance/bar/cafe) "aBT" = ( @@ -12072,14 +11414,12 @@ }, /area/ai_monitored/nuke_storage) "aBU" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 }, +/obj/structure/cable{ + icon_state = "4-8" + }, /turf/open/floor/wood, /area/maintenance/bar/cafe) "aBV" = ( @@ -12117,8 +11457,7 @@ "aBZ" = ( /obj/machinery/gateway, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /turf/open/floor/plasteel/vault{ dir = 8 @@ -12132,8 +11471,6 @@ /area/ai_monitored/storage/eva) "aCb" = ( /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/item/pen{ @@ -12174,8 +11511,6 @@ /obj/effect/landmark/xeno_spawn, /obj/item/bikehorn/rubberducky, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/freezer, @@ -12190,8 +11525,6 @@ /area/crew_quarters/theatre) "aCg" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, @@ -12222,8 +11555,6 @@ /area/maintenance/starboard/fore) "aCl" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden, @@ -12265,8 +11596,6 @@ network = list("SS13") }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/arrival{ @@ -12285,7 +11614,7 @@ /turf/open/floor/plasteel/white/side{ dir = 4 }, -/area/crew_quarters/theatre) +/area/space) "aCr" = ( /turf/closed/wall, /area/crew_quarters/theatre) @@ -12298,8 +11627,6 @@ /area/security/checkpoint/customs) "aCt" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -12340,8 +11667,6 @@ dir = 8 }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /turf/open/floor/plating, @@ -12349,8 +11674,6 @@ "aCA" = ( /obj/structure/grille/broken, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/structure/window{ @@ -12382,8 +11705,6 @@ id = "maint1" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -12426,8 +11747,6 @@ /area/maintenance/starboard/fore) "aCJ" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -12574,8 +11893,6 @@ /area/security/checkpoint/customs) "aDd" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -12703,8 +12020,6 @@ /area/gateway) "aDx" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/door/window{ @@ -12736,8 +12051,6 @@ /area/maintenance/fore) "aDA" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -12759,8 +12072,6 @@ /area/ai_monitored/storage/eva) "aDD" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -12847,8 +12158,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/freezer, @@ -12871,8 +12180,6 @@ "aDQ" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /turf/open/floor/plasteel/freezer, @@ -12893,7 +12200,7 @@ /turf/open/floor/plasteel/white/side{ dir = 4 }, -/area/crew_quarters/theatre) +/area/space) "aDS" = ( /obj/machinery/door/airlock{ name = "Unisex Showers"; @@ -12903,8 +12210,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/freezer, @@ -12912,8 +12217,6 @@ "aDT" = ( /obj/machinery/light/small, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /turf/open/floor/plasteel/freezer, @@ -12923,8 +12226,6 @@ dir = 8 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/freezer, @@ -12958,8 +12259,6 @@ /area/crew_quarters/theatre) "aDZ" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -12972,13 +12271,9 @@ /area/maintenance/starboard/fore) "aEa" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/structure/disposalpipe/segment{ @@ -13017,8 +12312,6 @@ /area/crew_quarters/theatre) "aEd" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, @@ -13026,13 +12319,9 @@ /area/maintenance/starboard/fore) "aEe" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -13042,8 +12331,6 @@ /area/maintenance/starboard/fore) "aEf" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -13062,7 +12349,6 @@ pixel_y = -24 }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /turf/open/floor/plating, @@ -13199,8 +12485,6 @@ /area/hallway/secondary/entry) "aEA" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/sortjunction{ @@ -13221,8 +12505,6 @@ /area/maintenance/starboard/fore) "aEC" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -13237,13 +12519,9 @@ /area/maintenance/starboard/fore) "aED" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/structure/disposalpipe/segment{ @@ -13335,8 +12613,6 @@ /area/ai_monitored/nuke_storage) "aEO" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/circuit, @@ -13406,8 +12682,6 @@ /area/gateway) "aET" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -13536,7 +12810,7 @@ }, /obj/structure/dresser, /turf/open/floor/plasteel/redblue/redside, -/area/crew_quarters/theatre) +/area/space) "aFm" = ( /obj/structure/disposalpipe/segment{ dir = 4; @@ -13577,8 +12851,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -13588,8 +12860,6 @@ /area/maintenance/starboard/fore) "aFs" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -13606,8 +12876,6 @@ /area/library) "aFv" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/structure/disposalpipe/segment{ @@ -13693,7 +12961,7 @@ /area/security/checkpoint/customs) "aFI" = ( /obj/machinery/camera{ - c_tag = "Customs"; + c_tag = "Security Checkpoint"; dir = 1 }, /obj/machinery/airalarm{ @@ -13793,8 +13061,6 @@ /area/storage/primary) "aFR" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -13822,8 +13088,6 @@ "aFV" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/meter, @@ -13874,8 +13138,6 @@ /area/ai_monitored/nuke_storage) "aGc" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/machinery/camera/motion{ @@ -13890,8 +13152,6 @@ /area/ai_monitored/nuke_storage) "aGd" = ( /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /turf/open/floor/plasteel/vault, @@ -14050,8 +13310,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, @@ -14059,8 +13317,6 @@ /area/maintenance/starboard/fore) "aGz" = ( /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/structure/disposalpipe/segment{ @@ -14068,8 +13324,6 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -14080,13 +13334,9 @@ /area/maintenance/starboard/fore) "aGA" = ( /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/sortjunction{ @@ -14101,8 +13351,6 @@ /area/maintenance/starboard/fore) "aGB" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/sortjunction{ @@ -14121,8 +13369,6 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -14136,15 +13382,13 @@ pixel_x = -28 }, /turf/open/floor/plasteel/redblue, -/area/crew_quarters/theatre) +/area/space) "aGE" = ( /obj/structure/disposalpipe/segment{ dir = 2; icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ @@ -14177,13 +13421,9 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -14197,8 +13437,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -14211,8 +13449,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -14222,8 +13458,6 @@ /area/maintenance/starboard/fore) "aGL" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -14245,16 +13479,12 @@ /area/maintenance/starboard/fore) "aGN" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -14271,8 +13501,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden, @@ -14284,8 +13512,6 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -14295,8 +13521,6 @@ /area/maintenance/starboard/fore) "aGS" = ( /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -14309,8 +13533,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -14433,8 +13655,6 @@ /area/chapel/office) "aHh" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/components/unary/vent_pump/on{ @@ -14454,8 +13674,6 @@ pixel_x = -20 }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -14503,8 +13721,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/filingcabinet/chestdrawer, @@ -14616,8 +13832,6 @@ req_access_txt = "53" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/vault{ @@ -14777,7 +13991,7 @@ /obj/structure/table/wood, /obj/item/device/flashlight/lamp/bananalamp, /turf/open/floor/plasteel/redblue, -/area/crew_quarters/theatre) +/area/space) "aIa" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -14866,8 +14080,6 @@ /area/maintenance/starboard/fore) "aIj" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/sortjunction{ @@ -14892,13 +14104,9 @@ /area/maintenance/starboard/fore) "aIl" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/structure/disposalpipe/segment{ @@ -14916,8 +14124,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -14933,7 +14139,6 @@ pixel_y = -24 }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -14944,8 +14149,6 @@ "aIo" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -15220,8 +14423,6 @@ /area/storage/primary) "aJa" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -15238,16 +14439,13 @@ /area/storage/primary) "aJd" = ( /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/hallway/primary/port) "aJe" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/vault{ @@ -15497,7 +14695,6 @@ req_access_txt = "25" }, /obj/effect/turf_decal/delivery, -/obj/effect/landmark/blobstart, /turf/open/floor/plasteel, /area/crew_quarters/bar) "aJI" = ( @@ -15628,8 +14825,6 @@ /area/hallway/secondary/entry) "aJZ" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/door/firedoor, @@ -15649,12 +14844,10 @@ /area/storage/primary) "aKb" = ( /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -15669,8 +14862,6 @@ req_access_txt = "62" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -15693,8 +14884,7 @@ /area/chapel/main) "aKf" = ( /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/machinery/power/apc{ dir = 8; @@ -15703,8 +14893,6 @@ pixel_x = -24 }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -15809,12 +14997,10 @@ "aKv" = ( /obj/structure/cable, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -15824,8 +15010,6 @@ req_access_txt = "12" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -15837,8 +15021,6 @@ "aKy" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/door/airlock/maintenance{ @@ -15963,13 +15145,13 @@ "aKQ" = ( /obj/machinery/reagentgrinder, /obj/structure/table/wood, +/obj/machinery/light/small{ + dir = 8 + }, /obj/machinery/airalarm{ dir = 4; pixel_x = -22 }, -/obj/machinery/light/small{ - dir = 8 - }, /turf/open/floor/wood, /area/crew_quarters/bar) "aKR" = ( @@ -16115,8 +15297,6 @@ /area/hallway/secondary/entry) "aLk" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/components/unary/vent_pump/on{ @@ -16140,8 +15320,6 @@ "aLn" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -16155,8 +15333,6 @@ /area/chapel/office) "aLp" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -16256,8 +15432,7 @@ /area/hallway/primary/port) "aLG" = ( /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/machinery/power/apc{ name = "Port Hall APC"; @@ -16323,8 +15498,6 @@ /area/hallway/primary/central) "aLP" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -16681,8 +15854,6 @@ /area/hallway/secondary/entry) "aMQ" = ( /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -16692,8 +15863,6 @@ /area/hallway/primary/port) "aMR" = ( /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/components/unary/vent_pump/on, @@ -16712,8 +15881,6 @@ "aMU" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -16724,8 +15891,6 @@ /area/hallway/primary/port) "aMV" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -16800,37 +15965,27 @@ /area/hallway/primary/port) "aNk" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, /area/hallway/primary/port) "aNl" = ( /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /turf/open/floor/plasteel, /area/hallway/primary/port) "aNm" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, /area/hallway/primary/port) "aNo" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /turf/open/floor/plasteel, @@ -17040,13 +16195,9 @@ /area/library) "aNT" = ( /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment{ @@ -17167,8 +16318,6 @@ /area/hallway/secondary/entry) "aOi" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -17206,8 +16355,6 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -17262,8 +16409,6 @@ /area/hallway/primary/port) "aOt" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/light, @@ -17277,8 +16422,6 @@ /area/hallway/primary/port) "aOv" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -17288,8 +16431,6 @@ /area/hallway/primary/port) "aOw" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -17297,8 +16438,6 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden, @@ -17306,8 +16445,6 @@ /area/hallway/primary/port) "aOx" = ( /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -17317,13 +16454,9 @@ /area/hallway/primary/port) "aOy" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden, @@ -17549,8 +16682,6 @@ /area/library) "aPc" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -17720,8 +16851,6 @@ }, /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -17754,8 +16883,6 @@ /area/storage/art) "aPI" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/door/airlock/maintenance{ @@ -17811,12 +16938,10 @@ /area/bridge) "aPS" = ( /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -17828,8 +16953,7 @@ /area/bridge) "aPT" = ( /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/machinery/door/poddoor/preopen{ id = "bridge blast"; @@ -17841,11 +16965,9 @@ /area/bridge) "aPU" = ( /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/machinery/status_display, @@ -17859,16 +16981,13 @@ /area/bridge) "aPV" = ( /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -17880,12 +16999,10 @@ /area/bridge) "aPW" = ( /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/machinery/status_display, /obj/effect/spawner/structure/window/reinforced, @@ -17898,7 +17015,6 @@ /area/bridge) "aPX" = ( /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/effect/spawner/structure/window/reinforced, @@ -18157,8 +17273,6 @@ /area/maintenance/port) "aQM" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -18233,8 +17347,6 @@ /area/storage/art) "aRb" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -18257,8 +17369,6 @@ /area/hallway/secondary/entry) "aRe" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/effect/spawner/structure/window/reinforced, @@ -18305,8 +17415,7 @@ name = "bridge power monitoring console" }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /turf/open/floor/plasteel/yellow/side{ dir = 6 @@ -18336,8 +17445,6 @@ /area/bridge) "aRp" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/computer/shuttle/mining, @@ -18483,8 +17590,6 @@ "aRK" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/power/apc{ @@ -18544,8 +17649,6 @@ /area/chapel/main) "aRT" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/structure/rack, @@ -18571,8 +17674,7 @@ pixel_x = -24 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/structure/table, /obj/item/stack/sheet/glass{ @@ -18743,8 +17845,6 @@ /area/bridge) "aSw" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/yellow/corner{ @@ -18792,8 +17892,6 @@ "aSB" = ( /obj/structure/table/reinforced, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/blue/side{ @@ -18940,8 +18038,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, @@ -19096,8 +18192,6 @@ /area/maintenance/port) "aTv" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment{ @@ -19271,8 +18365,6 @@ /area/bridge) "aTW" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -19287,8 +18379,6 @@ /area/bridge) "aTZ" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/blue/corner{ @@ -19453,8 +18543,6 @@ }, /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -19583,16 +18671,12 @@ "aUS" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /turf/open/floor/plating, /area/maintenance/port) "aUT" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /turf/open/floor/plating, @@ -19673,8 +18757,7 @@ /area/bridge) "aVd" = ( /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -19717,8 +18800,7 @@ pixel_x = -24 }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/machinery/camera{ c_tag = "Fore Primary Hallway"; @@ -19738,8 +18820,6 @@ /area/bridge) "aVj" = ( /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -19750,13 +18830,9 @@ "aVk" = ( /obj/machinery/holopad, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -19766,8 +18842,6 @@ /area/bridge) "aVl" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ @@ -19777,8 +18851,6 @@ /area/bridge) "aVm" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -19788,13 +18860,9 @@ /area/bridge) "aVn" = ( /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -19804,13 +18872,9 @@ /area/bridge) "aVo" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -19822,8 +18886,6 @@ "aVp" = ( /obj/item/device/radio/beacon, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -19833,8 +18895,6 @@ /area/bridge) "aVq" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -19862,8 +18922,6 @@ name = "Logistics Station" }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -19941,8 +18999,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, @@ -20002,8 +19058,6 @@ /area/hydroponics) "aVL" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/sortjunction{ @@ -20202,8 +19256,6 @@ "aWk" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -20276,8 +19328,6 @@ dir = 6 }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /turf/open/floor/plating, @@ -20299,12 +19349,9 @@ dir = 4 }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, @@ -20312,13 +19359,9 @@ "aWx" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /turf/open/floor/plating, @@ -20335,20 +19378,15 @@ pixel_y = 24 }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, /area/maintenance/port) "aWA" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, @@ -20405,8 +19443,6 @@ /area/hallway/primary/central) "aWI" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/door/firedoor, @@ -20420,12 +19456,10 @@ "aWJ" = ( /obj/structure/cable, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/machinery/door/airlock/glass_command{ cyclelinkeddir = 4; @@ -20436,8 +19470,6 @@ /area/bridge) "aWK" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -20445,8 +19477,6 @@ /area/bridge) "aWL" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/door/airlock/glass_command{ @@ -20464,8 +19494,6 @@ /area/bridge) "aWN" = ( /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -20521,8 +19549,6 @@ /area/bridge) "aWS" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -20608,8 +19634,6 @@ /area/bridge) "aWZ" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -20620,13 +19644,9 @@ /area/bridge) "aXa" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/structure/disposalpipe/segment{ @@ -20640,8 +19660,6 @@ /area/bridge) "aXb" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/door/firedoor, @@ -20657,8 +19675,6 @@ /area/bridge) "aXc" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/door/airlock/glass_command{ @@ -20673,8 +19689,6 @@ /area/bridge) "aXd" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/door/firedoor, @@ -20687,16 +19701,13 @@ /area/hallway/primary/central) "aXe" = ( /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/structure/cable, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/machinery/door/airlock/glass_command{ @@ -20717,8 +19728,6 @@ /area/hallway/primary/central) "aXg" = ( /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/structure/disposalpipe/segment{ @@ -20973,8 +19982,6 @@ dir = 8 }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -21053,21 +20060,15 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1; - d2 = 2 + icon_state = "0-2" }, /turf/open/floor/plating, /area/maintenance/port) "aYb" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -21125,8 +20126,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -21211,8 +20210,6 @@ /area/bridge) "aYs" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -21249,8 +20246,6 @@ /area/ai_monitored/turret_protected/ai_upload) "aYw" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/door/firedoor, @@ -21304,8 +20299,6 @@ /area/bridge) "aYD" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -21487,8 +20480,6 @@ "aZc" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -21679,8 +20670,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -21697,8 +20686,6 @@ pixel_y = 28 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -21761,8 +20748,6 @@ req_access_txt = "19" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -21779,8 +20764,6 @@ /area/ai_monitored/turret_protected/ai_upload) "aZT" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/black, @@ -21805,8 +20788,6 @@ req_access_txt = "20" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -21858,8 +20839,6 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -21930,8 +20909,6 @@ /area/hydroponics) "bao" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/computer/security/telescreen/entertainment{ @@ -21957,8 +20934,6 @@ pixel_y = 32 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -22039,8 +21014,6 @@ /area/chapel/main) "baC" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, @@ -22053,8 +21026,7 @@ pixel_x = -25 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /turf/open/floor/plasteel/escape{ dir = 8 @@ -22062,8 +21034,6 @@ /area/hallway/secondary/exit) "baE" = ( /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -22119,8 +21089,6 @@ "baM" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/power/apc{ @@ -22131,8 +21099,7 @@ pixel_y = 2 }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /turf/open/floor/plating, /area/maintenance/port) @@ -22168,8 +21135,6 @@ /area/quartermaster/storage) "baT" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -22281,8 +21246,6 @@ /area/bridge/meeting_room) "bbi" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment{ @@ -22372,7 +21335,6 @@ pixel_y = 24 }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /turf/open/floor/wood, @@ -22382,13 +21344,9 @@ pixel_y = 32 }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /turf/open/floor/carpet, @@ -22460,8 +21418,6 @@ /area/hallway/secondary/exit) "bbH" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -22475,29 +21431,22 @@ pixel_x = -24 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /turf/open/floor/plating, /area/maintenance/port) "bbJ" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /turf/open/floor/plating, /area/maintenance/port) "bbK" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -22609,8 +21558,6 @@ /area/bridge/meeting_room) "bcd" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -22628,8 +21575,6 @@ "bcf" = ( /obj/machinery/holopad, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/black, @@ -22657,8 +21602,6 @@ /area/hallway/primary/starboard) "bcj" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/junction{ @@ -22688,8 +21631,6 @@ dir = 8 }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/carpet, @@ -22785,8 +21726,6 @@ /area/hallway/secondary/exit) "bcA" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -22860,8 +21799,6 @@ /area/maintenance/port) "bcL" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/junction{ @@ -22987,8 +21924,6 @@ /area/bridge/meeting_room) "bde" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -23009,8 +21944,6 @@ /area/ai_monitored/turret_protected/ai_upload) "bdg" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/circuit, @@ -23037,13 +21970,9 @@ "bdl" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -23052,8 +21981,6 @@ "bdm" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, @@ -23106,8 +22033,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -23161,8 +22086,6 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -23180,8 +22103,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -23191,8 +22112,6 @@ /area/maintenance/port) "bdC" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/sortjunction{ @@ -23201,8 +22120,6 @@ sortType = 1 }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -23215,8 +22132,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment, @@ -23291,8 +22206,6 @@ }, /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -23310,8 +22223,6 @@ /area/maintenance/disposal) "bdR" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -23331,8 +22242,7 @@ pixel_x = -24 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 @@ -23370,8 +22280,6 @@ /area/bridge/meeting_room) "bdZ" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -23492,8 +22400,6 @@ /area/maintenance/port) "bem" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/carpet, @@ -23571,8 +22477,6 @@ /area/hallway/primary/starboard) "bew" = ( /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/structure/disposalpipe/segment{ @@ -23580,8 +22484,6 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -23611,8 +22513,6 @@ /area/hallway/primary/starboard) "bez" = ( /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /turf/open/floor/plasteel, @@ -23631,16 +22531,12 @@ dir = 1 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) "beC" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /turf/open/floor/plasteel, @@ -23691,8 +22587,6 @@ "beJ" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -23865,8 +22759,7 @@ pixel_y = 24 }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 6 @@ -23890,8 +22783,6 @@ }, /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -23935,12 +22826,9 @@ pixel_y = -24 }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /turf/open/floor/plating, @@ -24029,13 +22917,6 @@ pixel_y = 7 }, /obj/item/pen, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Captain's Desk"; - departmentType = 5; - name = "Captain RC"; - pixel_x = -30 - }, /turf/open/floor/wood, /area/crew_quarters/heads/captain) "bfz" = ( @@ -24064,8 +22945,6 @@ /area/crew_quarters/heads/captain) "bfD" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/wood, @@ -24112,8 +22991,6 @@ /area/medical/morgue) "bfM" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -24226,8 +23103,6 @@ "bge" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -24301,8 +23176,6 @@ "bgo" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/power/apc{ @@ -24312,8 +23185,7 @@ pixel_x = 26 }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/open/floor/plating, @@ -24324,8 +23196,6 @@ /area/science/research) "bgq" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -24371,8 +23241,6 @@ /area/quartermaster/office) "bgw" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -24550,8 +23418,6 @@ /area/crew_quarters/heads/captain) "bgW" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/holopad, @@ -24584,8 +23450,7 @@ pixel_y = 24 }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/machinery/smoke_machine, /turf/open/floor/plasteel/white, @@ -24708,8 +23573,7 @@ pixel_y = 24 }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /turf/open/floor/plasteel/black, /area/medical/morgue) @@ -24756,8 +23620,6 @@ dir = 10 }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/structure/disposalpipe/segment{ @@ -24882,8 +23744,6 @@ req_access_txt = "12" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -24944,8 +23804,6 @@ /area/maintenance/port) "bhO" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -25128,8 +23986,6 @@ /area/crew_quarters/heads/captain) "bin" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/white, @@ -25229,8 +24085,6 @@ /area/quartermaster/storage) "biB" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/black, @@ -25262,8 +24116,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /turf/open/floor/plasteel, @@ -25274,25 +24126,18 @@ dir = 2 }, /obj/structure/cable{ - d2 = 4; icon_state = "0-4" }, /turf/open/floor/plating, /area/science/robotics/mechbay) "biH" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /turf/open/floor/plasteel, @@ -25300,16 +24145,12 @@ "biI" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/circuit, /area/science/robotics/mechbay) "biJ" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/circuit, @@ -25317,8 +24158,6 @@ "biK" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -25439,8 +24278,6 @@ "biY" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -25508,8 +24345,6 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -25530,8 +24365,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -25541,8 +24374,6 @@ /area/maintenance/port) "bjk" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -25555,13 +24386,9 @@ /area/maintenance/port) "bjl" = ( /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment{ @@ -25631,8 +24458,6 @@ dir = 1 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, @@ -25663,16 +24488,12 @@ dir = 9 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, /area/quartermaster/sorting) "bjx" = ( /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/components/unary/vent_scrubber/on{ @@ -25732,8 +24553,6 @@ /area/crew_quarters/heads/captain) "bjH" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/firealarm{ @@ -25744,24 +24563,18 @@ /area/crew_quarters/heads/captain) "bjI" = ( /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /turf/open/floor/wood, /area/crew_quarters/heads/captain) "bjJ" = ( /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /turf/open/floor/wood, /area/crew_quarters/heads/captain) "bjK" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/components/unary/vent_scrubber/on, @@ -25773,8 +24586,6 @@ /area/medical/chemistry) "bjM" = ( /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -25798,7 +24609,6 @@ "bjP" = ( /obj/machinery/computer/mech_bay_power_console, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /turf/open/floor/plasteel, @@ -25957,8 +24767,6 @@ dir = 5 }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -25994,8 +24802,6 @@ /area/science/robotics/lab) "bkp" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -26062,8 +24868,6 @@ dir = 1 }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -26097,32 +24901,6 @@ /area/maintenance/disposal) "bkA" = ( /obj/effect/landmark/event_spawn, -/obj/structure/rack, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/item/gun/ballistic/automatic/pistol/p37/sec, -/obj/item/gun/ballistic/automatic/pistol/p37/sec, -/obj/item/gun/ballistic/automatic/pistol/p37/sec, -/obj/item/ammo_box/magazine/m9mm/p37/rubber, -/obj/item/ammo_box/magazine/m9mm/p37/rubber, -/obj/item/ammo_box/magazine/m9mm/p37/rubber, -/obj/item/ammo_box/magazine/m9mm/p37{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/ammo_box/magazine/m9mm/p37{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/ammo_box/magazine/m9mm/p37{ - pixel_x = -3; - pixel_y = 3 - }, /turf/open/floor/plasteel, /area/ai_monitored/security/armory) "bkB" = ( @@ -26168,8 +24946,6 @@ req_access_txt = "31" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -26194,8 +24970,6 @@ /area/quartermaster/storage) "bkK" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -26238,8 +25012,6 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -26252,8 +25024,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/light/small, @@ -26265,8 +25035,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/light_switch{ @@ -26290,8 +25058,6 @@ req_access_txt = "12" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, @@ -26301,13 +25067,9 @@ dir = 4 }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -26319,8 +25081,6 @@ "bkV" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -26330,8 +25090,6 @@ /area/maintenance/fore/secondary) "bkW" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, @@ -26344,7 +25102,6 @@ pixel_x = 24 }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /turf/open/floor/plating, @@ -26352,13 +25109,9 @@ "bkY" = ( /obj/effect/landmark/blobstart, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /turf/open/floor/plating, @@ -26374,8 +25127,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -26402,8 +25153,6 @@ req_access_txt = "20" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -26440,8 +25189,6 @@ req_access_txt = "6" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -26508,8 +25255,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/power/apc{ @@ -26519,8 +25264,7 @@ pixel_y = 24 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 @@ -26535,8 +25279,7 @@ pixel_x = -25 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /turf/open/floor/plasteel/red/side{ dir = 8 @@ -26544,13 +25287,9 @@ /area/security/checkpoint/medical) "blq" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/structure/disposalpipe/sortjunction{ @@ -26588,20 +25327,15 @@ "blu" = ( /obj/machinery/computer/mech_bay_power_console, /obj/structure/cable{ - d2 = 4; icon_state = "0-4" }, /turf/open/floor/plasteel, /area/science/robotics/mechbay) "blv" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/machinery/holopad, @@ -26628,8 +25362,6 @@ pixel_x = -23 }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -26637,8 +25369,6 @@ /area/science/robotics/lab) "blz" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -26792,17 +25522,10 @@ /turf/open/floor/plating, /area/maintenance/disposal) "blT" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ dir = 8 }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -26876,8 +25599,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, @@ -26889,8 +25610,6 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /turf/open/floor/plating, @@ -26904,8 +25623,6 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /turf/open/floor/plating, @@ -26930,8 +25647,6 @@ /area/quartermaster/storage) "bmh" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, @@ -26945,8 +25660,6 @@ /area/quartermaster/sorting) "bmj" = ( /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -26970,8 +25683,6 @@ /area/quartermaster/office) "bmm" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/door/firedoor, @@ -27014,8 +25725,6 @@ req_access_txt = "57" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -27024,8 +25733,6 @@ /area/crew_quarters/heads/hop) "bmt" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/brown{ @@ -27103,8 +25810,6 @@ /area/crew_quarters/heads/captain) "bmD" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -27135,8 +25840,6 @@ req_access_txt = "31" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, @@ -27193,8 +25896,6 @@ /area/medical/medbay/central) "bmN" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -27208,8 +25909,6 @@ /area/security/checkpoint/medical) "bmP" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, @@ -27256,8 +25955,6 @@ req_access_txt = "6;5" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -27288,8 +25985,6 @@ "bna" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -27328,8 +26023,6 @@ /area/science/lab) "bnh" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/white, @@ -27375,8 +26068,6 @@ /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/effect/turf_decal/stripes/corner{ @@ -27406,7 +26097,6 @@ pixel_x = 26 }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /turf/open/floor/plasteel/white, @@ -27483,8 +26173,6 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /turf/open/floor/plating, @@ -27495,8 +26183,6 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, @@ -27518,8 +26204,6 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -27553,14 +26237,10 @@ "bnE" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -27621,8 +26301,6 @@ /area/quartermaster/sorting) "bnM" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -27689,8 +26367,6 @@ /area/crew_quarters/heads/hop) "bnS" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -27705,37 +26381,28 @@ pixel_x = -32 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/engine/gravity_generator) "bnU" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" + icon_state = "1-2" }, -/obj/machinery/door/airlock/glass_engineering{ - name = "Gravity Generator"; - req_access_txt = "11"; - req_one_access_txt = "0" - }, -/turf/open/floor/plasteel/black, -/area/engine/gravity_generator) +/turf/open/floor/plasteel/vault, +/area/ai_monitored/nuke_storage) "bnV" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" +/obj/machinery/camera/motion{ + c_tag = "Vault"; + dir = 1; + network = list("MiniSat") }, -/obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 +/obj/machinery/light, +/turf/open/floor/plasteel/vault{ + dir = 10 }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/gravity_generator) +/area/ai_monitored/nuke_storage) "bnW" = ( /obj/structure/sign/securearea{ desc = "A warning sign which reads 'RADIOACTIVE AREA'"; @@ -27744,11 +26411,9 @@ pixel_x = 32 }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/effect/spawner/structure/window/reinforced, @@ -27796,8 +26461,6 @@ /area/medical/chemistry) "boc" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment{ @@ -27872,8 +26535,6 @@ req_access_txt = "63" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -28030,8 +26691,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -28055,8 +26714,6 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -28152,8 +26809,6 @@ /area/quartermaster/office) "boV" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment{ @@ -28258,8 +26913,6 @@ "bpf" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -28337,8 +26990,6 @@ /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/white, @@ -28412,8 +27063,6 @@ /area/medical/medbay/central) "bpx" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment{ @@ -28442,8 +27091,6 @@ "bpB" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -28462,8 +27109,6 @@ req_access_txt = "5; 33" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -28491,8 +27136,7 @@ pixel_y = 24 }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /turf/open/floor/plasteel/white, /area/medical/genetics) @@ -28556,8 +27200,6 @@ /area/medical/medbay/central) "bpP" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -28567,8 +27209,6 @@ /area/medical/medbay/central) "bpQ" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -28731,8 +27371,6 @@ "bqk" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/door/firedoor/heavy, @@ -28787,16 +27425,12 @@ /area/quartermaster/sorting) "bqq" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/carpet, /area/crew_quarters/heads/hop) "bqr" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -28825,8 +27459,7 @@ /area/hallway/primary/central) "bqx" = ( /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/machinery/door/poddoor/shutters/preopen{ id = "hop"; @@ -28859,8 +27492,6 @@ pixel_x = 24 }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -28869,8 +27500,7 @@ /area/crew_quarters/heads/hop) "bqD" = ( /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/machinery/power/apc{ dir = 8; @@ -28892,26 +27522,22 @@ /area/engine/gravity_generator) "bqE" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/vault{ dir = 5 }, -/area/hallway/primary/central) +/area/security/checkpoint/checkpoint2) "bqF" = ( -/obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 - }, /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "0-2" + }, /turf/open/floor/plating, -/area/hallway/primary/central) +/area/security/checkpoint/checkpoint2) "bqG" = ( /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/structure/cable, @@ -28940,8 +27566,6 @@ pixel_x = -32 }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -28966,8 +27590,6 @@ /area/hallway/primary/central) "bqO" = ( /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -29005,8 +27627,6 @@ /area/medical/medbay/central) "bqS" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -29019,8 +27639,6 @@ "bqT" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, @@ -29030,8 +27648,6 @@ /area/medical/medbay/central) "bqU" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/noticeboard{ @@ -29049,8 +27665,6 @@ /area/medical/medbay/central) "bqV" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -29062,8 +27676,6 @@ /area/medical/medbay/central) "bqW" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -29073,8 +27685,6 @@ /area/medical/medbay/central) "bqX" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -29084,8 +27694,6 @@ /area/medical/medbay/central) "bqY" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -29093,8 +27701,6 @@ /area/medical/medbay/central) "bqZ" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/white, @@ -29129,21 +27735,15 @@ /area/medical/genetics) "brf" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) "brg" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment, @@ -29151,8 +27751,6 @@ /area/medical/medbay/central) "brh" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /turf/open/floor/plasteel/whiteblue/corner{ @@ -29175,8 +27773,6 @@ /area/medical/medbay/central) "brk" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/components/unary/vent_pump/on, @@ -29221,8 +27817,6 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden, @@ -29291,8 +27885,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -29305,8 +27897,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -29331,8 +27921,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -29398,8 +27986,6 @@ "brF" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/sign/securearea{ @@ -29485,13 +28071,9 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -29501,13 +28083,9 @@ /area/science/explab) "brQ" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/structure/disposalpipe/junction{ @@ -29522,8 +28100,6 @@ "brR" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, @@ -29540,8 +28116,7 @@ pixel_y = -32 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/structure/cable, /obj/machinery/door/poddoor/shutters/preopen{ @@ -29561,8 +28136,6 @@ /area/medical/medbay/central) "brW" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/vending/cart, @@ -29592,14 +28165,10 @@ /area/medical/medbay/central) "brZ" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -29618,15 +28187,14 @@ /turf/open/floor/plasteel, /area/engine/gravity_generator) "bsd" = ( -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 - }, /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable, /turf/open/floor/plating, -/area/hallway/primary/central) +/area/security/checkpoint/checkpoint2) "bse" = ( /obj/machinery/power/terminal{ dir = 1 @@ -29637,15 +28205,14 @@ /turf/closed/wall/r_wall, /area/engine/gravity_generator) "bsf" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/open/floor/plating, -/area/hallway/primary/central) +/area/security/checkpoint/checkpoint2) "bsg" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 9 @@ -29726,8 +28293,6 @@ pixel_x = 27 }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -29800,8 +28365,6 @@ /area/medical/genetics) "bsv" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -29817,16 +28380,12 @@ /area/science/robotics/lab) "bsx" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) "bsy" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -29854,8 +28413,6 @@ /area/science/research) "bsD" = ( /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -29865,8 +28422,6 @@ /area/science/research) "bsE" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/door/firedoor/heavy, @@ -29881,8 +28436,6 @@ /area/science/explab) "bsF" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -29936,8 +28489,6 @@ /area/medical/genetics) "bsM" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -29995,8 +28546,6 @@ /area/maintenance/port/fore) "bsV" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -30131,8 +28680,6 @@ sortType = 12 }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -30299,8 +28846,6 @@ /area/crew_quarters/heads/hop) "btE" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -30324,8 +28869,6 @@ /area/engine/gravity_generator) "btH" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/chair/stool, @@ -30340,15 +28883,12 @@ pixel_x = -24 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /turf/open/floor/plasteel, /area/teleporter) "btJ" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/bluespace_beacon, @@ -30357,16 +28897,12 @@ "btK" = ( /obj/machinery/holopad, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, /area/teleporter) "btL" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, @@ -30378,29 +28914,21 @@ req_access_txt = "17" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, /area/teleporter) "btN" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /turf/open/floor/plasteel, /area/teleporter) "btO" = ( /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/structure/disposalpipe/segment, @@ -30524,8 +29052,7 @@ pixel_y = -24 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /turf/open/floor/plasteel/brown/corner{ @@ -30600,8 +29127,6 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden, @@ -30616,8 +29141,6 @@ "bup" = ( /obj/machinery/light, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -30637,8 +29160,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -30648,8 +29169,6 @@ /area/medical/genetics) "bus" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -30662,8 +29181,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -30675,8 +29192,6 @@ "buu" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -30692,8 +29207,6 @@ /area/science/explab) "buw" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -30706,8 +29219,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -30722,18 +29233,12 @@ sortType = 23 }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, @@ -30741,8 +29246,6 @@ /area/medical/genetics) "buz" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -30792,8 +29295,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -30814,8 +29315,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -30849,8 +29348,6 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -30891,13 +29388,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -30919,8 +29409,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -30935,8 +29423,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/door/firedoor/heavy, @@ -30979,8 +29465,6 @@ /area/teleporter) "bva" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/sign/securearea{ @@ -30996,13 +29480,9 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -31015,8 +29495,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/light, @@ -31036,13 +29514,9 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -31065,8 +29539,6 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, @@ -31198,8 +29670,6 @@ "bvz" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -31234,8 +29704,6 @@ /area/security/checkpoint/science) "bvD" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -31290,8 +29758,6 @@ "bvI" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -31433,8 +29899,6 @@ dir = 8 }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -31451,13 +29915,9 @@ "bwc" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -31525,8 +29985,6 @@ /area/crew_quarters/heads/hop) "bwl" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -31541,8 +29999,6 @@ "bwn" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/red/side, @@ -31576,8 +30032,6 @@ /area/teleporter) "bwu" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -31720,8 +30174,6 @@ /area/medical/genetics) "bwM" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -31773,8 +30225,6 @@ /area/crew_quarters/heads/hor) "bwS" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -31792,8 +30242,6 @@ req_access_txt = "41" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -31806,8 +30254,6 @@ /area/quartermaster/qm) "bwU" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -31822,8 +30268,6 @@ /area/quartermaster/qm) "bwV" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -31841,13 +30285,9 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -31857,13 +30297,9 @@ /area/quartermaster/miningdock) "bwX" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/structure/disposalpipe/sortjunction{ @@ -31916,8 +30352,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -31930,8 +30364,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -31945,8 +30377,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -32059,8 +30489,6 @@ /obj/machinery/meter, /obj/machinery/atmospherics/pipe/simple/general/visible, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /turf/open/floor/plating, @@ -32098,8 +30526,6 @@ /area/quartermaster/miningdock) "bxA" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -32149,8 +30575,6 @@ /area/security/checkpoint/supply) "bxF" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -32170,8 +30594,6 @@ req_access_txt = "57" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -32184,8 +30606,7 @@ name = "vault shutters" }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /turf/open/floor/plating, /area/security/checkpoint/checkpoint2) @@ -32197,19 +30618,13 @@ }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" + icon_state = "2-8" }, /obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" + icon_state = "2-4" }, /turf/open/floor/plasteel, /area/security/checkpoint/checkpoint2) @@ -32220,7 +30635,6 @@ name = "vault shutters" }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /turf/open/floor/plating, @@ -32241,8 +30655,6 @@ }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, @@ -32279,8 +30691,6 @@ /area/medical/sleeper) "bxP" = ( /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/structure/disposalpipe/segment{ @@ -32327,8 +30737,6 @@ req_access_txt = "30" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -32425,8 +30833,6 @@ req_access_txt = "30" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/black, @@ -32440,8 +30846,6 @@ req_access_txt = "63" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -32582,8 +30986,7 @@ pixel_y = 24 }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /turf/open/floor/plasteel/brown{ dir = 1 @@ -32622,16 +31025,13 @@ pixel_y = 24 }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) "byG" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -32725,8 +31125,6 @@ /area/hallway/primary/central) "byR" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment{ @@ -32755,8 +31153,6 @@ "byU" = ( /obj/machinery/light, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, @@ -32767,8 +31163,6 @@ pixel_y = -32 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, @@ -32964,8 +31358,6 @@ dir = 10 }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /turf/open/floor/plasteel/black, @@ -33005,7 +31397,6 @@ pixel_y = 25 }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /turf/open/floor/plasteel/black, @@ -33032,8 +31423,6 @@ /area/science/research) "bzB" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -33153,16 +31542,12 @@ /area/quartermaster/qm) "bzQ" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, /area/quartermaster/qm) "bzR" = ( /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /turf/open/floor/plasteel, @@ -33178,8 +31563,6 @@ /obj/structure/chair/office/dark, /obj/effect/landmark/start/quartermaster, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, @@ -33218,8 +31601,6 @@ "bAa" = ( /obj/machinery/door/firedoor/heavy, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -33235,8 +31616,6 @@ /area/quartermaster/miningdock) "bAc" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -33265,8 +31644,6 @@ location = "QM" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -33283,8 +31660,6 @@ /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -33324,8 +31699,6 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -33342,8 +31715,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -33356,8 +31727,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/power/apc{ @@ -33368,8 +31737,7 @@ pixel_y = 24 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 @@ -33442,8 +31810,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -33513,16 +31879,12 @@ /area/security/checkpoint/science) "bAF" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /turf/open/floor/plasteel, /area/security/checkpoint/science) "bAG" = ( /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /turf/open/floor/plasteel, @@ -33536,8 +31898,6 @@ /area/security/checkpoint/science) "bAI" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -33555,8 +31915,6 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -33570,13 +31928,9 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -33753,13 +32107,9 @@ /area/security/checkpoint/supply) "bBg" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /turf/open/floor/plasteel, @@ -33767,8 +32117,6 @@ "bBh" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /turf/open/floor/plasteel/brown/corner{ @@ -33777,8 +32125,6 @@ /area/hallway/primary/central) "bBi" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, @@ -33789,8 +32135,6 @@ pixel_y = -22 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, @@ -33798,8 +32142,6 @@ "bBk" = ( /obj/machinery/door/firedoor, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/camera{ @@ -33810,13 +32152,9 @@ /area/hallway/primary/central) "bBl" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, @@ -33879,8 +32217,6 @@ pixel_y = -32 }, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /turf/open/floor/plasteel, @@ -33951,8 +32287,6 @@ /area/hallway/primary/central) "bBz" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -33962,8 +32296,6 @@ /area/hallway/primary/central) "bBA" = ( /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/structure/disposalpipe/junction{ @@ -33974,8 +32306,6 @@ /area/hallway/primary/central) "bBB" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/structure/disposalpipe/segment{ @@ -34001,14 +32331,10 @@ /area/science/research) "bBE" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/white, @@ -34289,8 +32615,6 @@ dir = 5 }, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /turf/open/floor/plating, @@ -34301,8 +32625,6 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -34337,8 +32659,6 @@ }, /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -34381,8 +32701,6 @@ /area/janitor) "bCx" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ @@ -34400,8 +32718,6 @@ req_access_txt = "12" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -34705,8 +33021,6 @@ "bDm" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -34767,8 +33081,6 @@ "bDu" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -34822,8 +33134,7 @@ pixel_y = 24 }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /turf/open/floor/plating, /area/storage/tech) @@ -34842,7 +33153,6 @@ pixel_x = 26 }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -34946,8 +33256,6 @@ /area/medical/medbay/central) "bDO" = ( /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /turf/open/floor/plating, @@ -34968,8 +33276,6 @@ "bDQ" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /turf/open/floor/plating, @@ -34999,8 +33305,6 @@ /area/crew_quarters/heads/cmo) "bDV" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/sortjunction{ @@ -35022,8 +33326,6 @@ /area/medical/sleeper) "bDY" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/effect/landmark/xeno_spawn, @@ -35044,8 +33346,6 @@ /area/medical/sleeper) "bEb" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/components/unary/vent_pump/on{ @@ -35055,8 +33355,6 @@ /area/science/storage) "bEc" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/floorgrime, @@ -35083,8 +33381,6 @@ /area/medical/medbay/central) "bEf" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -35096,8 +33392,6 @@ /area/science/research) "bEg" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/door/airlock/research{ @@ -35183,8 +33477,7 @@ pixel_x = -25 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /turf/open/floor/plasteel/white/side{ dir = 5 @@ -35193,8 +33486,6 @@ "bEr" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -35301,8 +33592,6 @@ /area/science/mixing) "bEE" = ( /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -35324,8 +33613,6 @@ /area/maintenance/starboard) "bEG" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -35342,8 +33629,6 @@ /area/science/mixing) "bEI" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -35360,8 +33645,6 @@ req_access_txt = "12" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -35392,8 +33675,6 @@ /area/science/mixing) "bEN" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -35425,13 +33706,9 @@ /area/quartermaster/miningdock) "bER" = ( /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/components/unary/vent_scrubber/on{ @@ -35445,8 +33722,6 @@ /area/maintenance/port/aft) "bET" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -35456,39 +33731,32 @@ /area/storage/tech) "bEU" = ( /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/storage/tech) "bEV" = ( /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/storage/tech) "bEW" = ( /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/effect/spawner/structure/window/reinforced, @@ -35502,7 +33770,6 @@ /area/storage/tech) "bEY" = ( /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/effect/spawner/structure/window/reinforced, @@ -35523,16 +33790,12 @@ /area/storage/tech) "bFb" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, /area/storage/tech) "bFc" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/effect/landmark/blobstart, @@ -35554,8 +33817,6 @@ req_access_txt = "23" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -35574,8 +33835,6 @@ /area/janitor) "bFh" = ( /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/components/unary/vent_scrubber/on{ @@ -35593,8 +33852,6 @@ "bFj" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/manifold4w/scrubbers, @@ -35609,8 +33866,6 @@ /area/janitor) "bFl" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/power/apc{ @@ -35620,8 +33875,7 @@ pixel_x = -24 }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /turf/open/floor/plating, /area/maintenance/aft) @@ -35909,8 +34163,6 @@ req_one_access_txt = "8;12" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -36024,8 +34276,6 @@ "bGq" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -36033,8 +34283,7 @@ /area/maintenance/port/aft) "bGr" = ( /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/structure/cable, /obj/effect/spawner/structure/window/reinforced, @@ -36046,8 +34295,6 @@ dir = 2 }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -36100,8 +34347,6 @@ /obj/item/circuitboard/machine/destructive_analyzer, /obj/item/circuitboard/machine/protolathe, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/item/circuitboard/computer/aifixer, @@ -36165,8 +34410,6 @@ /area/janitor) "bGC" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/door/firedoor/heavy, @@ -36193,8 +34436,6 @@ /area/janitor) "bGF" = ( /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -36204,13 +34445,9 @@ /area/science/mixing) "bGG" = ( /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -36222,21 +34459,15 @@ /area/science/mixing) "bGH" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /turf/open/floor/plating, /area/maintenance/aft) "bGI" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment, @@ -36244,16 +34475,12 @@ /area/maintenance/aft) "bGJ" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, /area/maintenance/aft) "bGK" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -36279,13 +34506,9 @@ /area/quartermaster/miningdock) "bGN" = ( /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -36295,8 +34518,6 @@ /area/hallway/primary/aft) "bGO" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -36313,8 +34534,6 @@ /area/hallway/primary/aft) "bGP" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -36436,8 +34655,7 @@ pixel_x = -25 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/machinery/camera{ c_tag = "Toxins Storage"; @@ -36473,8 +34691,6 @@ /area/storage/tech) "bHj" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -36524,8 +34740,6 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden, @@ -36534,8 +34748,6 @@ "bHq" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -36678,8 +34890,6 @@ /area/storage/tech) "bHH" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, @@ -36690,16 +34900,12 @@ req_access_txt = "19;23" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, /area/storage/tech) "bHJ" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/effect/landmark/xeno_spawn, @@ -36794,8 +35000,6 @@ /area/medical/medbay/central) "bHU" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/grille/broken, @@ -36809,8 +35013,7 @@ pixel_x = -24 }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /turf/open/floor/plating, /area/maintenance/aft) @@ -36828,8 +35031,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -36843,8 +35044,6 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/manifold4w/scrubbers, @@ -36890,8 +35089,6 @@ /area/hallway/primary/aft) "bIf" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/doorButtons/access_button{ @@ -36916,13 +35113,9 @@ /area/medical/virology) "bIg" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/structure/disposalpipe/sortjunction{ @@ -36940,13 +35133,9 @@ dir = 4 }, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -37088,8 +35277,6 @@ req_access_txt = "55" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -37102,13 +35289,9 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -37121,8 +35304,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -37202,8 +35383,6 @@ /area/science/research) "bIF" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, @@ -37255,8 +35434,6 @@ /area/medical/virology) "bIL" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/components/unary/vent_scrubber/on{ @@ -37267,8 +35444,6 @@ "bIM" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/sign/securearea{ @@ -37299,8 +35474,6 @@ /area/science/xenobiology) "bIQ" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/holopad, @@ -37440,8 +35613,6 @@ /area/maintenance/port/aft) "bJg" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -37547,8 +35718,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/door/airlock/maintenance{ @@ -37569,8 +35738,6 @@ /area/science/research) "bJs" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -37583,8 +35750,6 @@ /area/maintenance/aft) "bJt" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -37601,13 +35766,9 @@ /area/construction) "bJv" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/structure/disposalpipe/segment{ @@ -37620,16 +35781,12 @@ /area/maintenance/aft) "bJw" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -37645,8 +35802,6 @@ /area/hallway/primary/central) "bJy" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -37711,24 +35866,20 @@ /area/medical/medbay/central) "bJH" = ( /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/machinery/shieldwallgen/xenobiologyaccess, /turf/open/floor/plating, /area/science/xenobiology) "bJI" = ( /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/machinery/door/poddoor/preopen{ id = "misclab"; @@ -37739,8 +35890,7 @@ /area/science/xenobiology) "bJJ" = ( /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/machinery/door/poddoor/preopen{ id = "misclab"; @@ -37752,12 +35902,10 @@ "bJK" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/machinery/door/poddoor/preopen{ id = "misclab"; @@ -37773,8 +35921,6 @@ req_access_txt = "55" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/door/poddoor/preopen{ @@ -37785,7 +35931,6 @@ /area/science/xenobiology) "bJM" = ( /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/machinery/door/poddoor/preopen{ @@ -37918,8 +36063,6 @@ /area/science/mixing) "bKb" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -38034,8 +36177,7 @@ /area/quartermaster/miningdock) "bKr" = ( /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/structure/cable, /obj/effect/spawner/structure/window/reinforced, @@ -38043,11 +36185,9 @@ /area/storage/tech) "bKs" = ( /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/structure/cable, @@ -38129,13 +36269,9 @@ /area/maintenance/aft) "bKD" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -38162,8 +36298,6 @@ /area/quartermaster/sorting) "bKG" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/sign/securearea{ @@ -38179,8 +36313,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -38195,8 +36327,6 @@ sortType = 11 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -38210,8 +36340,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -38222,7 +36350,6 @@ "bKK" = ( /obj/effect/decal/cleanable/cobweb/cobweb2, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/machinery/power/apc{ @@ -38240,13 +36367,9 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -38317,8 +36440,7 @@ pixel_y = 24 }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 @@ -38343,8 +36465,6 @@ /area/construction) "bKV" = ( /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -38358,8 +36478,6 @@ "bKW" = ( /obj/item/wrench, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/effect/turf_decal/stripes/line{ @@ -38376,8 +36494,6 @@ }, /obj/structure/table/reinforced, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/window/reinforced{ @@ -38425,8 +36541,6 @@ /area/science/xenobiology) "bLb" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/effect/turf_decal/stripes/line{ @@ -38471,8 +36585,6 @@ /area/science/xenobiology) "bLf" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/components/unary/vent_pump/on, @@ -38595,8 +36707,6 @@ /area/maintenance/port/aft) "bLw" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -38680,7 +36790,6 @@ pixel_y = -24 }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /turf/open/floor/plasteel, @@ -38726,8 +36835,6 @@ /area/engine/atmos) "bLO" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -38757,8 +36864,6 @@ "bLT" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -38804,8 +36909,6 @@ /area/medical/virology) "bLZ" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -38821,8 +36924,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -38839,8 +36940,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -38853,13 +36952,9 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -38869,14 +36964,10 @@ /area/maintenance/aft) "bMe" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/junction, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -38903,21 +36994,16 @@ pixel_x = -25 }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /turf/open/floor/plasteel/white, /area/science/xenobiology) "bMh" = ( /obj/structure/chair/stool, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/white, @@ -38933,8 +37019,6 @@ /area/maintenance/port/aft) "bMk" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/white, @@ -39117,13 +37201,9 @@ /area/shuttle/mining) "bMG" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /turf/open/floor/plasteel, @@ -39174,8 +37254,6 @@ /area/engine/atmos) "bMO" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -39298,8 +37376,6 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden, @@ -39351,13 +37427,9 @@ dir = 4 }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -39370,8 +37442,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -39579,8 +37649,6 @@ /area/quartermaster/office) "bNN" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -39804,8 +37872,6 @@ /area/medical/virology) "bOq" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/white, @@ -40014,8 +38080,7 @@ pixel_x = -24 }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/machinery/newscaster{ pixel_y = 32 @@ -40123,8 +38188,6 @@ /area/engine/atmos) "bOZ" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -40384,8 +38447,6 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/white, @@ -40591,8 +38652,6 @@ req_access_txt = "10" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/item/device/radio/off, @@ -40672,8 +38731,6 @@ /area/engine/atmos) "bQp" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -40836,8 +38893,6 @@ /obj/machinery/door/firedoor, /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/effect/turf_decal/stripes/line{ @@ -40885,8 +38940,6 @@ "bQQ" = ( /obj/machinery/door/firedoor, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -41017,8 +39070,6 @@ /area/engine/break_room) "bRj" = ( /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -41028,8 +39079,6 @@ /area/engine/break_room) "bRk" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -41051,8 +39100,6 @@ req_access_txt = "63" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -41173,8 +39220,6 @@ dir = 6 }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -41279,8 +39324,6 @@ /area/medical/virology) "bRP" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/door/firedoor, @@ -41343,8 +39386,7 @@ dir = 4 }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/machinery/door/poddoor/preopen{ id = "xenobio3"; @@ -41356,13 +39398,9 @@ "bRX" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/white, @@ -41371,8 +39409,6 @@ /obj/structure/window/reinforced, /obj/structure/table/reinforced, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/button/door{ @@ -41388,19 +39424,15 @@ /area/science/xenobiology) "bRZ" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/white, /area/science/xenobiology) "bSa" = ( /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/machinery/door/poddoor/preopen{ @@ -41475,8 +39507,6 @@ /area/science/misc_lab) "bSl" = ( /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -41488,8 +39518,6 @@ /area/maintenance/starboard/aft) "bSm" = ( /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -41575,8 +39603,6 @@ /area/construction) "bSw" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/components/unary/vent_pump/on{ @@ -41702,8 +39728,6 @@ "bSI" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/visible, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -41802,8 +39826,6 @@ /area/medical/virology) "bSV" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/firealarm{ @@ -41813,8 +39835,6 @@ /area/medical/virology) "bSW" = ( /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -41830,7 +39850,6 @@ pixel_y = 24 }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/machinery/camera{ @@ -41867,8 +39886,6 @@ req_access_txt = "55" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/door/poddoor/preopen{ @@ -41880,8 +39897,6 @@ "bTc" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/white, @@ -41902,8 +39917,6 @@ /area/science/xenobiology) "bTe" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/door/window/northleft{ @@ -41931,8 +39944,6 @@ /area/science/misc_lab) "bTg" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -42032,8 +40043,6 @@ /area/science/misc_lab) "bTr" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -42110,8 +40119,6 @@ /area/maintenance/port/aft) "bTD" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -42171,8 +40178,7 @@ pixel_y = 1 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel/caution/corner{ @@ -42322,8 +40328,6 @@ dir = 1 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/effect/turf_decal/stripes/line{ @@ -42333,8 +40337,7 @@ /area/science/xenobiology) "bUe" = ( /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/structure/cable, /obj/machinery/door/poddoor/preopen{ @@ -42347,13 +40350,9 @@ "bUf" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/white, @@ -42420,8 +40419,6 @@ /area/hallway/primary/aft) "bUm" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -42460,8 +40457,6 @@ /area/space/nearstation) "bUs" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, @@ -42471,8 +40466,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, @@ -42483,30 +40476,24 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 }, /turf/open/floor/plating, /area/maintenance/port/aft) "bUv" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 }, +/obj/structure/cable{ + icon_state = "4-8" + }, /turf/open/floor/plating, /area/maintenance/port/aft) "bUx" = ( @@ -42515,13 +40502,9 @@ dir = 1 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden, @@ -42536,8 +40519,6 @@ /area/tcommsat/computer) "bUz" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -42547,8 +40528,6 @@ /area/maintenance/port/aft) "bUA" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/power/apc{ @@ -42558,7 +40537,6 @@ pixel_y = 24 }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -42574,7 +40552,6 @@ pixel_y = -24 }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -42661,8 +40638,6 @@ /area/engine/atmos) "bUM" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible, @@ -42742,16 +40717,12 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 5 }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -42762,8 +40733,6 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -42806,8 +40775,6 @@ /area/hallway/primary/aft) "bVe" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -42876,8 +40843,6 @@ /area/science/misc_lab) "bVm" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -42901,8 +40866,6 @@ /area/engine/break_room) "bVp" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -43110,8 +41073,6 @@ /area/engine/atmos) "bVV" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ @@ -43159,7 +41120,7 @@ "bWb" = ( /obj/machinery/atmospherics/components/trinary/filter{ dir = 1; - filter_type = /datum/gas/nitrous_oxide; + filter_type = "n2o"; on = 1 }, /turf/open/floor/plasteel, @@ -43183,8 +41144,6 @@ /area/engine/atmos) "bWe" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -43237,8 +41196,7 @@ dir = 4 }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/machinery/door/poddoor/preopen{ id = "xenobio2"; @@ -43251,8 +41209,6 @@ /obj/structure/window/reinforced, /obj/structure/table/reinforced, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/button/door{ @@ -43268,11 +41224,9 @@ /area/science/xenobiology) "bWn" = ( /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/machinery/door/poddoor/preopen{ @@ -43381,8 +41335,7 @@ pixel_y = 25 }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /turf/open/floor/circuit/telecomms/mainframe, /area/tcommsat/server) @@ -43399,16 +41352,13 @@ "bWI" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /turf/open/floor/plating, /area/tcommsat/computer) "bWJ" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ @@ -43497,8 +41447,6 @@ network = list("SS13") }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible, @@ -43622,8 +41570,6 @@ req_access_txt = "55" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/door/poddoor/preopen{ @@ -43634,8 +41580,6 @@ /area/science/xenobiology) "bXg" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/door/window/northleft{ @@ -43684,13 +41628,9 @@ location = "AftH" }, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -43710,8 +41650,6 @@ /area/science/misc_lab) "bXm" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -43721,8 +41659,6 @@ /area/hallway/primary/aft) "bXn" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -43734,8 +41670,6 @@ /area/hallway/primary/aft) "bXo" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment, @@ -43746,13 +41680,9 @@ /area/hallway/primary/aft) "bXp" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -43762,8 +41692,6 @@ /area/engine/break_room) "bXq" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/door/firedoor, @@ -43821,8 +41749,6 @@ "bXu" = ( /obj/structure/grille, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -43865,8 +41791,6 @@ /area/tcommsat/server) "bXC" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/circuit/telecomms/mainframe, @@ -43884,8 +41808,7 @@ "bXF" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/structure/cable, /turf/open/floor/plating, @@ -43895,13 +41818,9 @@ /area/tcommsat/computer) "bXH" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/manifold4w/scrubbers, @@ -43909,8 +41828,6 @@ /area/engine/break_room) "bXI" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -44097,8 +42014,6 @@ dir = 1 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/effect/turf_decal/stripes/line{ @@ -44112,8 +42027,7 @@ }, /obj/structure/cable, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/machinery/door/poddoor/preopen{ id = "xenobio2"; @@ -44181,8 +42095,6 @@ /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/yellow/side, @@ -44513,29 +42425,21 @@ /area/space/nearstation) "bZn" = ( /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /turf/open/floor/circuit/telecomms/mainframe, /area/tcommsat/server) "bZo" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/circuit/telecomms/mainframe, /area/tcommsat/server) "bZp" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /turf/open/floor/circuit/telecomms/mainframe, @@ -44543,15 +42447,12 @@ "bZq" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /turf/open/floor/plating, @@ -44563,7 +42464,6 @@ "bZs" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/structure/cable, @@ -44630,8 +42530,6 @@ req_access_txt = "12" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -44646,21 +42544,17 @@ }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1; - d2 = 2 + icon_state = "0-2" }, /obj/structure/cable, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /turf/open/floor/plating, /area/crew_quarters/heads/chief) "bZD" = ( /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -44670,7 +42564,6 @@ /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /turf/open/floor/plating, @@ -44689,16 +42582,13 @@ pixel_x = -24 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /turf/open/floor/plasteel, /area/engine/atmos) "bZG" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/visible, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /turf/open/floor/plasteel, @@ -44720,7 +42610,7 @@ "bZJ" = ( /obj/machinery/atmospherics/components/trinary/filter{ dir = 1; - filter_type = /datum/gas/plasma; + filter_type = "plasma"; on = 1 }, /turf/open/floor/plasteel, @@ -44818,8 +42708,7 @@ dir = 4 }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/machinery/door/poddoor/preopen{ id = "xenobio1"; @@ -44838,8 +42727,6 @@ req_access_txt = "55" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/effect/turf_decal/stripes/line{ @@ -44849,11 +42736,9 @@ /area/science/xenobiology) "bZX" = ( /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/machinery/door/poddoor/preopen{ @@ -44920,8 +42805,6 @@ /area/tcommsat/server) "cah" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /turf/open/floor/circuit/telecomms/mainframe, @@ -44931,8 +42814,7 @@ charge = 5e+006 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /turf/open/floor/circuit/telecomms/mainframe, /area/tcommsat/server) @@ -44949,8 +42831,6 @@ req_access_txt = "61" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/vault{ @@ -44981,8 +42861,6 @@ /area/engine/break_room) "caq" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -45015,8 +42893,6 @@ /area/maintenance/port/aft) "cau" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -45052,8 +42928,6 @@ /area/maintenance/port/aft) "cay" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -45066,8 +42940,6 @@ /area/maintenance/port/aft) "caz" = ( /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/structure/disposalpipe/segment{ @@ -45089,8 +42961,6 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -45170,8 +43040,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -45186,13 +43054,9 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -45206,8 +43070,6 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -45218,8 +43080,6 @@ "caO" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -45265,8 +43125,6 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -45280,13 +43138,9 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -45297,8 +43151,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ @@ -45315,8 +43167,6 @@ req_access_txt = "55" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/door/poddoor/preopen{ @@ -45327,8 +43177,6 @@ /area/science/xenobiology) "caW" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/door/window/northleft{ @@ -45388,7 +43236,6 @@ pixel_x = 26 }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -45406,8 +43253,6 @@ /area/maintenance/starboard/aft) "cbg" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -45462,8 +43307,7 @@ "cbm" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/structure/cable, /turf/open/floor/plating, @@ -45478,11 +43322,9 @@ "cbo" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /turf/open/floor/plating, @@ -45501,13 +43343,9 @@ dir = 1 }, /obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1; - d2 = 2 + icon_state = "0-2" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/vault{ @@ -45528,8 +43366,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -45562,8 +43398,7 @@ pixel_x = -24 }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /turf/open/floor/plasteel, /area/engine/break_room) @@ -45576,13 +43411,9 @@ /area/maintenance/starboard/aft) "cbw" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/structure/disposalpipe/segment, @@ -45600,8 +43431,6 @@ /area/maintenance/port/aft) "cby" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -45675,8 +43504,6 @@ /area/engine/atmos) "cbJ" = ( /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/yellow/visible{ @@ -45690,8 +43517,6 @@ /area/maintenance/aft) "cbL" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -45705,8 +43530,6 @@ "cbN" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -45725,8 +43548,6 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -45751,8 +43572,6 @@ dir = 1 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/light, @@ -45764,8 +43583,7 @@ "cbS" = ( /obj/structure/cable, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/machinery/door/poddoor/preopen{ id = "xenobio1"; @@ -45777,8 +43595,6 @@ "cbT" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /turf/open/floor/plasteel/white, @@ -45806,8 +43622,6 @@ /area/science/misc_lab) "cbW" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -45843,8 +43657,7 @@ /area/science/misc_lab) "cca" = ( /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/machinery/power/solar{ id = "portsolar"; @@ -45854,7 +43667,6 @@ /area/solar/port/aft) "ccb" = ( /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/machinery/power/solar{ @@ -45865,13 +43677,9 @@ /area/solar/port/aft) "ccc" = ( /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/structure/lattice/catwalk, @@ -45921,13 +43729,9 @@ /area/crew_quarters/heads/chief) "cck" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /turf/open/floor/plasteel/vault{ @@ -45963,8 +43767,6 @@ /area/engine/engineering) "ccp" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -45977,8 +43779,6 @@ /area/maintenance/starboard/aft) "ccq" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -45991,13 +43791,9 @@ /area/maintenance/starboard/aft) "ccr" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/structure/disposalpipe/segment{ @@ -46016,8 +43812,6 @@ /area/engine/break_room) "cct" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/structure/disposalpipe/segment{ @@ -46029,8 +43823,6 @@ /area/maintenance/starboard/aft) "ccu" = ( /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/structure/disposalpipe/segment{ @@ -46125,8 +43917,6 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -46136,8 +43926,6 @@ /area/maintenance/aft) "ccJ" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ @@ -46151,8 +43939,6 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -46166,8 +43952,6 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -46185,8 +43969,6 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -46200,8 +43982,6 @@ req_access_txt = "12" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -46226,8 +44006,6 @@ /area/science/misc_lab) "ccS" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -46258,18 +44036,12 @@ /area/maintenance/starboard/aft) "ccX" = ( /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/lattice/catwalk, @@ -46328,8 +44100,6 @@ sortType = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -46340,16 +44110,12 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, /area/maintenance/port/aft) "cdj" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/structure/disposalpipe/segment{ @@ -46358,8 +44124,6 @@ }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -46411,13 +44175,9 @@ /area/maintenance/starboard/aft) "cdr" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -46433,8 +44193,7 @@ pixel_x = -25 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/machinery/camera{ c_tag = "Aft Starboard Solar Access"; @@ -46463,8 +44222,6 @@ }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -46511,7 +44268,7 @@ "cdB" = ( /obj/machinery/atmospherics/components/trinary/filter{ dir = 1; - filter_type = /datum/gas/carbon_dioxide; + filter_type = "co2"; on = 1 }, /turf/open/floor/plasteel, @@ -46535,8 +44292,6 @@ /area/engine/atmos) "cdE" = ( /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/simple/yellow/visible{ @@ -46546,13 +44301,9 @@ /area/maintenance/aft) "cdF" = ( /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -46562,8 +44313,6 @@ /area/maintenance/aft) "cdG" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -46579,8 +44328,6 @@ /area/maintenance/aft) "cdI" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -46632,8 +44379,6 @@ "cdO" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -46662,14 +44407,10 @@ dir = 5 }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/components/unary/vent_pump/on, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -46694,8 +44435,7 @@ pixel_y = 1 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /turf/open/floor/plating, /area/maintenance/port/aft) @@ -46796,8 +44536,6 @@ /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -46822,11 +44560,9 @@ /area/engine/engineering) "ceq" = ( /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/effect/spawner/structure/window/reinforced, @@ -46855,8 +44591,6 @@ /obj/effect/spawner/structure/window, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -46906,8 +44640,6 @@ /area/engine/atmos) "ceC" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/yellow/visible, @@ -46915,8 +44647,6 @@ /area/maintenance/aft) "ceD" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -46997,8 +44727,6 @@ /area/science/misc_lab) "ceQ" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -47082,8 +44810,7 @@ /area/crew_quarters/heads/chief) "cfc" = ( /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -47114,8 +44841,6 @@ pixel_x = 32 }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -47123,8 +44848,6 @@ /area/maintenance/port/aft) "cfg" = ( /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -47139,7 +44862,7 @@ "cfi" = ( /obj/machinery/atmospherics/components/trinary/filter{ dir = 2; - filter_type = /datum/gas/nitrogen; + filter_type = "n2"; on = 1 }, /turf/open/floor/plasteel, @@ -47149,8 +44872,6 @@ /area/maintenance/disposal/incinerator) "cfk" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -47227,8 +44948,6 @@ req_access_txt = "47" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -47264,8 +44983,6 @@ /area/science/xenobiology) "cfz" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/yellow/corner{ @@ -47285,8 +45002,6 @@ req_access_txt = "10" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -47332,8 +45047,6 @@ dir = 1 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/manifold4w/scrubbers, @@ -47348,8 +45061,6 @@ pixel_y = 24 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -47391,7 +45102,7 @@ "cfR" = ( /obj/machinery/atmospherics/components/trinary/filter{ dir = 4; - filter_type = /datum/gas/oxygen; + filter_type = "o2"; on = 1 }, /turf/open/floor/plasteel, @@ -47410,13 +45121,9 @@ /area/maintenance/disposal/incinerator) "cfW" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/simple/yellow/visible, @@ -47435,8 +45142,6 @@ /area/maintenance/aft) "cfY" = ( /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/components/unary/vent_scrubber/on{ @@ -47460,7 +45165,6 @@ charge = 10000 }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/effect/decal/cleanable/cobweb{ @@ -47475,8 +45179,6 @@ }, /obj/structure/disposalpipe/trunk, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, @@ -47550,8 +45252,6 @@ /area/science/xenobiology) "cgm" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -47572,8 +45272,6 @@ /area/science/xenobiology) "cgo" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden, @@ -47581,8 +45279,6 @@ /area/maintenance/starboard/aft) "cgp" = ( /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -47605,8 +45301,6 @@ /area/maintenance/starboard/aft) "cgs" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -47636,18 +45330,12 @@ "cgv" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -47690,8 +45378,7 @@ /area/maintenance/solars/port/aft) "cgB" = ( /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/machinery/power/smes, /turf/open/floor/plating, @@ -47701,8 +45388,7 @@ dir = 4 }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/machinery/light/small{ dir = 1 @@ -47731,16 +45417,12 @@ "cgF" = ( /obj/effect/spawner/lootdrop/maintenance, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, /area/maintenance/port/aft) "cgG" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/door/airlock/maintenance{ @@ -47806,12 +45488,10 @@ /area/engine/engineering) "cgS" = ( /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -47827,8 +45507,6 @@ req_access_txt = "32" }, /obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -47985,7 +45663,6 @@ pixel_x = 24 }, /obj/structure/cable/yellow{ - d2 = 8; icon_state = "0-8" }, /turf/open/floor/plasteel/floorgrime, @@ -47993,8 +45670,6 @@ "chn" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/yellow{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /turf/open/floor/plasteel/floorgrime, @@ -48055,8 +45730,6 @@ /area/science/xenobiology) "chv" = ( /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -48073,8 +45746,6 @@ /area/maintenance/starboard/aft) "chx" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -48084,13 +45755,9 @@ /area/maintenance/starboard/aft) "chy" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -48108,8 +45775,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, @@ -48117,8 +45782,6 @@ "chA" = ( /obj/structure/reagent_dispensers/watertank, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -48131,8 +45794,6 @@ /area/maintenance/starboard/aft) "chB" = ( /obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -48146,8 +45807,6 @@ dir = 1 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/effect/spawner/lootdrop/maintenance, @@ -48158,8 +45817,6 @@ /area/maintenance/starboard/aft) "chD" = ( /obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -48173,13 +45830,9 @@ "chE" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, @@ -48187,8 +45840,6 @@ /area/engine/engineering) "chF" = ( /obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -48201,8 +45852,6 @@ "chG" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden, /obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/effect/turf_decal/stripes/line{ @@ -48216,8 +45865,6 @@ /area/maintenance/starboard/aft) "chI" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/lattice/catwalk, @@ -48226,14 +45873,12 @@ "chJ" = ( /obj/machinery/power/tracker, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /turf/open/floor/plasteel/airless/solarpanel, /area/solar/port/aft) "chK" = ( /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/structure/lattice/catwalk, @@ -48245,24 +45890,19 @@ /area/solar/port/aft) "chM" = ( /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/structure/lattice/catwalk, /turf/open/space, /area/solar/port/aft) "chN" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, /area/maintenance/solars/port/aft) "chO" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/door/airlock/external{ @@ -48275,34 +45915,24 @@ /area/maintenance/solars/port/aft) "chP" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /turf/open/floor/plating, /area/maintenance/solars/port/aft) "chQ" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /turf/open/floor/plating, /area/maintenance/solars/port/aft) "chR" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /turf/open/floor/plating, @@ -48313,24 +45943,18 @@ req_access_txt = "10" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, /area/maintenance/solars/port/aft) "chT" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /turf/open/floor/plating, /area/maintenance/port/aft) "chV" = ( /obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -48349,8 +45973,6 @@ /area/engine/engineering) "chX" = ( /obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -48390,13 +46012,9 @@ pixel_y = 23 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /turf/open/floor/plasteel, @@ -48413,8 +46031,7 @@ pixel_y = 25 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /turf/open/floor/plasteel, /area/engine/engineering) @@ -48428,8 +46045,6 @@ /obj/item/clothing/gloves/color/yellow, /obj/item/clothing/gloves/color/yellow, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/machinery/light{ @@ -48447,8 +46062,6 @@ pixel_y = 30 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, @@ -48458,8 +46071,6 @@ /area/engine/engineering) "cii" = ( /obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -48479,8 +46090,7 @@ "cij" = ( /obj/machinery/modular_computer/console/preset/engineering, /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /turf/open/floor/plasteel/vault, /area/engine/engineering) @@ -48497,8 +46107,6 @@ /area/crew_quarters/heads/chief) "cin" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/vault{ @@ -48610,8 +46218,6 @@ /area/maintenance/disposal/incinerator) "ciE" = ( /obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -48663,7 +46269,6 @@ }, /obj/structure/cable/yellow, /obj/structure/cable/yellow{ - d2 = 2; icon_state = "0-2" }, /obj/machinery/camera{ @@ -48675,8 +46280,6 @@ /area/maintenance/disposal/incinerator) "ciN" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -48685,8 +46288,6 @@ /area/engine/engineering) "ciO" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -48697,8 +46298,7 @@ /area/engine/engineering) "ciP" = ( /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/structure/lattice/catwalk, /turf/open/space, @@ -48777,8 +46377,6 @@ /area/engine/engineering) "cja" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /turf/open/floor/plasteel, @@ -48797,8 +46395,6 @@ /area/engine/engineering) "cjd" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/effect/turf_decal/stripes/line{ @@ -48810,16 +46406,12 @@ /area/engine/engineering) "cje" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, /area/engine/engineering) "cjf" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/effect/turf_decal/stripes/line{ @@ -48857,8 +46449,6 @@ /area/engine/engineering) "cji" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment{ @@ -48880,8 +46470,6 @@ pixel_x = 27 }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/vault{ @@ -48963,8 +46551,6 @@ /area/maintenance/disposal/incinerator) "cjv" = ( /obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment{ @@ -49035,8 +46621,6 @@ req_access_txt = "10" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -49051,18 +46635,12 @@ /area/maintenance/solars/starboard/aft) "cjH" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/lattice/catwalk, @@ -49175,8 +46753,6 @@ pixel_x = 27 }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/vault{ @@ -49279,8 +46855,6 @@ /area/maintenance/disposal/incinerator) "ckk" = ( /obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/components/binary/valve{ @@ -49333,13 +46907,9 @@ /area/maintenance/starboard/aft) "cks" = ( /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, @@ -49353,14 +46923,12 @@ pixel_y = 3 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) "cku" = ( /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/machinery/power/smes, @@ -49374,16 +46942,12 @@ /area/maintenance/port/aft) "ckw" = ( /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /turf/open/floor/plasteel/black, /area/engine/engine_smes) "ckx" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/light{ @@ -49393,16 +46957,12 @@ /area/engine/engine_smes) "cky" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/black, /area/engine/engine_smes) "ckz" = ( /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /turf/open/floor/plasteel/black, @@ -49428,8 +46988,6 @@ /obj/item/stack/cable_coil, /obj/item/storage/box/lights/mixed, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -49465,8 +47023,6 @@ /area/engine/engineering) "ckH" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -49487,16 +47043,13 @@ /area/engine/engineering) "ckL" = ( /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/crew_quarters/heads/chief) "ckM" = ( /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/structure/disposalpipe/segment, @@ -49526,13 +47079,9 @@ req_access_txt = "56" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /turf/open/floor/plasteel/neutral{ @@ -49695,8 +47244,6 @@ /area/maintenance/disposal/incinerator) "clj" = ( /obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/floorgrime, @@ -49796,8 +47343,6 @@ /area/maintenance/starboard/aft) "clx" = ( /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /turf/open/floor/plating, @@ -49816,7 +47361,6 @@ dir = 1 }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/machinery/light/small{ @@ -49844,13 +47388,9 @@ /area/hallway/secondary/entry) "clC" = ( /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/black, @@ -49862,7 +47402,6 @@ /area/engine/engine_smes) "clE" = ( /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/machinery/power/smes/engineering, @@ -49872,21 +47411,16 @@ /area/engine/engine_smes) "clF" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/black, /area/engine/engine_smes) "clG" = ( /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/machinery/power/smes/engineering, /turf/open/floor/plasteel/vault{ @@ -49999,8 +47533,6 @@ req_access_txt = "32" }, /obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/engine, @@ -50043,8 +47575,6 @@ "cml" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/showroomfloor, @@ -50098,13 +47628,9 @@ /area/maintenance/starboard/aft) "cmv" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /turf/open/floor/plating, @@ -50116,8 +47642,7 @@ track = 0 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) @@ -50133,21 +47658,15 @@ /area/maintenance/solars/starboard/aft) "cmy" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/black, /area/engine/engine_smes) "cmz" = ( /obj/structure/cable/yellow{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/structure/cable/yellow{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /turf/open/floor/plasteel/black, @@ -50157,7 +47676,6 @@ dir = 1 }, /obj/structure/cable/yellow{ - d2 = 4; icon_state = "0-4" }, /turf/open/floor/plasteel/vault{ @@ -50169,7 +47687,6 @@ dir = 1 }, /obj/structure/cable/yellow{ - d2 = 8; icon_state = "0-8" }, /turf/open/floor/plasteel/vault{ @@ -50203,8 +47720,6 @@ pixel_x = -24 }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /turf/open/floor/plasteel/yellow/side{ @@ -50213,8 +47728,6 @@ /area/engine/engineering) "cmL" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/yellow/side{ @@ -50226,8 +47739,6 @@ pixel_y = 32 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/yellow/side{ @@ -50298,8 +47809,6 @@ /area/maintenance/disposal/incinerator) "cna" = ( /obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/engine, @@ -50356,8 +47865,6 @@ /area/maintenance/solars/starboard/aft) "cnk" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/door/airlock/external{ @@ -50370,13 +47877,9 @@ /area/maintenance/solars/starboard/aft) "cnl" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/structure/lattice/catwalk, @@ -50385,21 +47888,15 @@ "cnm" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/black, /area/engine/engine_smes) "cnn" = ( /obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/vault{ @@ -50408,7 +47905,6 @@ /area/engine/engine_smes) "cno" = ( /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/machinery/power/smes/engineering, @@ -50418,13 +47914,9 @@ /area/engine/engine_smes) "cnp" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/camera{ @@ -50437,8 +47929,7 @@ /area/engine/engine_smes) "cnq" = ( /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/machinery/power/smes/engineering, /turf/open/floor/plasteel/vault{ @@ -50463,8 +47954,6 @@ network = list("SS13") }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/effect/landmark/start/station_engineer, @@ -50482,8 +47971,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/effect/turf_decal/stripes/corner{ @@ -50508,8 +47995,6 @@ /obj/item/stock_parts/cell/high/plus, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/item/twohanded/rcl/pre_loaded, @@ -50534,8 +48019,6 @@ req_access_txt = "32" }, /obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/engine, @@ -50579,8 +48062,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -50592,16 +48073,12 @@ /area/maintenance/starboard/aft) "cnK" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) "cnL" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/window/reinforced, @@ -50614,18 +48091,12 @@ req_access_txt = "32" }, /obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/cable/yellow{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/structure/cable/yellow{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /turf/open/floor/plasteel/black, @@ -50633,7 +48104,6 @@ "cnN" = ( /obj/structure/window/reinforced, /obj/structure/cable/yellow{ - d2 = 4; icon_state = "0-4" }, /obj/machinery/power/terminal{ @@ -50644,16 +48114,12 @@ "cnO" = ( /obj/structure/window/reinforced, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, /turf/open/floor/plasteel/black, /area/engine/engine_smes) "cnP" = ( @@ -50662,7 +48128,6 @@ }, /obj/structure/window/reinforced, /obj/structure/cable/yellow{ - d2 = 8; icon_state = "0-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -50672,8 +48137,6 @@ /area/engine/engine_smes) "cnQ" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/light{ @@ -50689,8 +48152,6 @@ /area/engine/engine_smes) "cnR" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -50701,8 +48162,6 @@ "cnS" = ( /obj/machinery/door/firedoor, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/camera{ @@ -50720,8 +48179,6 @@ /area/engine/engine_smes) "cnU" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/sign/securearea{ @@ -50737,8 +48194,6 @@ /area/engine/engineering) "cnX" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/extinguisher_cabinet{ @@ -50752,8 +48207,6 @@ /area/engine/engineering) "cnY" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/sign/nosmoking_2{ @@ -50766,8 +48219,6 @@ /area/engine/engineering) "cnZ" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/airalarm{ @@ -50780,8 +48231,6 @@ /area/engine/engineering) "coa" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/door/firedoor, @@ -50792,16 +48241,12 @@ /area/engine/engineering) "cob" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 4 }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -50844,8 +48289,6 @@ on = 0 }, /obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/engine/vacuum, @@ -50872,8 +48315,6 @@ dir = 8 }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/effect/turf_decal/stripes/line{ @@ -50886,8 +48327,6 @@ dir = 4 }, /obj/structure/cable/yellow{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/effect/turf_decal/stripes/line{ @@ -50910,16 +48349,12 @@ }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/effect/turf_decal/stripes/line{ dir = 5 }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -50929,8 +48364,6 @@ dir = 4 }, /obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/effect/turf_decal/stripes/line{ @@ -50944,8 +48377,6 @@ dir = 1 }, /obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/effect/turf_decal/stripes/line{ @@ -50963,8 +48394,6 @@ dir = 4 }, /obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/effect/turf_decal/delivery, @@ -50977,8 +48406,6 @@ }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/effect/turf_decal/stripes/line{ @@ -50988,8 +48415,6 @@ /area/engine/engine_smes) "coH" = ( /obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -51000,8 +48425,6 @@ "coJ" = ( /obj/machinery/door/firedoor, /obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -51014,8 +48437,6 @@ dir = 4 }, /obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/effect/spawner/structure/window/plasma/reinforced, @@ -51023,24 +48444,18 @@ /area/engine/engineering) "coL" = ( /obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, /area/engine/engineering) "coM" = ( /obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -51137,8 +48552,6 @@ /area/space/nearstation) "cpi" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/lattice/catwalk, @@ -51146,8 +48559,6 @@ /area/solar/starboard/aft) "cpj" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/components/unary/vent_pump/on{ @@ -51179,13 +48590,7 @@ /obj/effect/turf_decal/stripes/line{ dir = 6 }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /turf/open/floor/plasteel, @@ -51193,12 +48598,10 @@ "cpn" = ( /obj/machinery/light, /obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /turf/open/floor/plasteel, /area/engine/engine_smes) "cpo" = ( @@ -51256,8 +48659,6 @@ /area/engine/engineering) "cpu" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/door/firedoor, @@ -51269,13 +48670,9 @@ /area/engine/engineering) "cpv" = ( /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/effect/turf_decal/stripes/corner{ @@ -51285,8 +48682,6 @@ /area/engine/engineering) "cpx" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/engine, @@ -51296,18 +48691,11 @@ dir = 1 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/engine, /area/engine/engineering) "cpA" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, /obj/structure/chair/office/dark{ dir = 4 }, @@ -51324,8 +48712,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/engine, @@ -51428,7 +48814,6 @@ /turf/open/floor/plating, /area/maintenance/port/aft) "cpS" = ( -/obj/structure/cable, /obj/machinery/power/apc{ dir = 2; name = "SMES room APC"; @@ -51441,6 +48826,7 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 }, +/obj/structure/cable, /turf/open/floor/plasteel, /area/engine/engine_smes) "cpT" = ( @@ -51486,8 +48872,6 @@ /area/engine/engineering) "cpY" = ( /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /turf/open/floor/plating, @@ -51516,8 +48900,6 @@ /area/engine/engineering) "cqb" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/engine, @@ -51540,8 +48922,6 @@ "cqe" = ( /obj/effect/turf_decal/stripes/corner, /obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/green/visible{ @@ -51610,8 +48990,6 @@ dir = 1 }, /obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold/cyan/visible{ @@ -51709,8 +49087,6 @@ /area/engine/engineering) "cqy" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -51739,8 +49115,6 @@ dir = 4 }, /obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/green/visible, @@ -51795,26 +49169,6 @@ pixel_x = 3; pixel_y = -3 }, -/obj/item/ammo_box/c9mm/rubber{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/ammo_box/c9mm/rubber{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/ammo_box/c9mm/rubber{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/ammo_box/c9mm/frangible{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/ammo_box/c9mm/frangible{ - pixel_x = -3; - pixel_y = -3 - }, /turf/open/floor/plasteel/vault{ dir = 8 }, @@ -51840,8 +49194,6 @@ /area/maintenance/port/aft) "cqM" = ( /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /turf/open/floor/plating, @@ -51990,8 +49342,7 @@ /area/engine/gravity_generator) "cro" = ( /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -52006,7 +49357,6 @@ /area/engine/engineering) "crq" = ( /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/effect/spawner/structure/window/reinforced, @@ -52015,12 +49365,10 @@ "crr" = ( /obj/structure/cable, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -52090,13 +49438,9 @@ /area/engine/engineering) "crB" = ( /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/structure/lattice/catwalk, @@ -52104,18 +49448,12 @@ /area/solar/starboard/aft) "crC" = ( /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/lattice/catwalk, @@ -52123,7 +49461,6 @@ /area/solar/starboard/aft) "crD" = ( /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/structure/lattice/catwalk, @@ -52131,18 +49468,12 @@ /area/solar/starboard/aft) "crE" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/lattice/catwalk, @@ -52150,21 +49481,16 @@ /area/solar/starboard/aft) "crF" = ( /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/structure/lattice/catwalk, /turf/open/space, /area/solar/starboard/aft) "crG" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/structure/lattice/catwalk, @@ -52436,8 +49762,6 @@ dir = 4 }, /obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, @@ -52452,8 +49776,7 @@ /area/ai_monitored/turret_protected/aisat_interior) "csE" = ( /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/structure/lattice/catwalk, /turf/open/space, @@ -52496,13 +49819,9 @@ dir = 4 }, /obj/structure/cable/yellow{ - icon_state = "1-4"; - d1 = 1; - d2 = 4 + icon_state = "1-4" }, /obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold/green/visible{ @@ -52550,15 +49869,12 @@ /area/ai_monitored/turret_protected/aisat_interior) "csY" = ( /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/structure/cable, @@ -52567,8 +49883,6 @@ /area/solar/starboard/aft) "csZ" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/lattice/catwalk, @@ -52772,8 +50086,6 @@ dir = 8 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/grimy, @@ -52784,8 +50096,7 @@ }, /obj/machinery/computer/monitor, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /turf/open/floor/plasteel/vault{ dir = 8 @@ -52799,8 +50110,6 @@ /obj/machinery/holopad, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/effect/landmark/start/cyborg, @@ -52874,8 +50183,6 @@ }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/grimy, @@ -52883,13 +50190,9 @@ "ctT" = ( /obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/grimy, @@ -52905,7 +50208,6 @@ dir = 4 }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/machinery/power/apc{ @@ -52987,8 +50289,6 @@ /area/ai_monitored/turret_protected/aisat_interior) "cue" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -53027,8 +50327,6 @@ /area/ai_monitored/turret_protected/aisat_interior) "cul" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -53110,8 +50408,6 @@ /area/ai_monitored/turret_protected/aisat_interior) "cuu" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -53254,8 +50550,6 @@ /area/ai_monitored/turret_protected/aisat_interior) "cuG" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/holopad, @@ -53321,8 +50615,6 @@ /area/ai_monitored/turret_protected/aisat/service) "cuL" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -53338,8 +50630,7 @@ pixel_x = -27 }, /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/machinery/portable_atmospherics/scrubber, /obj/effect/turf_decal/stripes/line{ @@ -53349,8 +50640,6 @@ /area/ai_monitored/turret_protected/aisat/atmos) "cuN" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -53360,8 +50649,6 @@ /area/ai_monitored/turret_protected/aisat/atmos) "cuO" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/ai_slipper{ @@ -53372,8 +50659,6 @@ /area/ai_monitored/turret_protected/aisat/atmos) "cuP" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -53383,8 +50668,6 @@ /area/ai_monitored/turret_protected/aisat_interior) "cuQ" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -53399,8 +50682,6 @@ /area/ai_monitored/turret_protected/aisat_interior) "cuR" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -53411,18 +50692,12 @@ /area/ai_monitored/turret_protected/aisat_interior) "cuS" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/machinery/ai_slipper{ @@ -53434,8 +50709,6 @@ /area/ai_monitored/turret_protected/aisat_interior) "cuT" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -53445,8 +50718,6 @@ /area/ai_monitored/turret_protected/aisat/service) "cuU" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -53461,24 +50732,18 @@ /area/ai_monitored/turret_protected/aisat_interior) "cuV" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/black, /area/ai_monitored/turret_protected/aisat/service) "cuW" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/ai_slipper{ uses = 10 }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /turf/open/floor/plasteel/black, @@ -53491,7 +50756,6 @@ pixel_x = 27 }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/machinery/power/port_gen/pacman, @@ -53554,8 +50818,6 @@ /area/ai_monitored/turret_protected/aisat_interior) "cve" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -53596,8 +50858,6 @@ /area/ai_monitored/turret_protected/aisat/service) "cvi" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/black, @@ -53625,8 +50885,6 @@ /area/ai_monitored/turret_protected/aisat/hallway) "cvo" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -53646,8 +50904,6 @@ req_access_txt = "65" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -53710,8 +50966,6 @@ /area/ai_monitored/turret_protected/aisat/hallway) "cvz" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -53752,8 +51006,6 @@ /area/ai_monitored/turret_protected/aisat/hallway) "cvC" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -53795,8 +51047,6 @@ /area/ai_monitored/turret_protected/aisat/hallway) "cvI" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -53849,8 +51099,6 @@ pixel_x = -32 }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -53892,8 +51140,6 @@ /area/ai_monitored/turret_protected/aisat/hallway) "cvT" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/holopad, @@ -53906,24 +51152,18 @@ req_access_txt = "65" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, /area/ai_monitored/turret_protected/aisat/hallway) "cvV" = ( /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/aisat/hallway) "cvW" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /turf/open/floor/plating, @@ -53962,8 +51202,6 @@ /area/ai_monitored/turret_protected/aisat/hallway) "cwc" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -53974,8 +51212,6 @@ /area/ai_monitored/turret_protected/aisat/hallway) "cwd" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -53996,8 +51232,6 @@ /area/ai_monitored/turret_protected/ai) "cwf" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -54040,8 +51274,6 @@ /area/ai_monitored/turret_protected/ai) "cwj" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -54077,8 +51309,6 @@ /area/ai_monitored/turret_protected/ai) "cwo" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -54108,8 +51338,6 @@ /area/ai_monitored/turret_protected/ai) "cwt" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -54122,8 +51350,6 @@ /area/ai_monitored/turret_protected/ai) "cwu" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/ai_slipper{ @@ -54143,8 +51369,6 @@ /area/ai_monitored/turret_protected/ai) "cww" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -54154,8 +51378,6 @@ /area/ai_monitored/turret_protected/ai) "cwx" = ( /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -54178,13 +51400,9 @@ /area/ai_monitored/turret_protected/ai) "cwA" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/machinery/holopad, @@ -54230,7 +51448,6 @@ dir = 4 }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/machinery/power/apc/highcap/five_k{ @@ -54269,8 +51486,6 @@ /area/shuttle/escape) "cwH" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -54459,14 +51674,10 @@ /area/shuttle/escape) "cxk" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /turf/open/floor/plasteel/showroomfloor, @@ -54667,8 +51878,6 @@ /area/shuttle/escape) "cxN" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/door/airlock/external{ @@ -54777,34 +51986,43 @@ /turf/closed/wall/mineral/titanium, /area/shuttle/abandoned) "cyd" = ( -/obj/machinery/door/airlock/titanium, /obj/docking_port/mobile{ + callTime = 250; dheight = 0; dir = 2; dwidth = 11; - height = 22; + height = 15; id = "whiteship"; launch_status = 0; - name = "NT Medical Ship"; + movement_force = list("KNOCKDOWN" = 0, "THROW" = 0); + name = "NT Recovery White-Ship"; port_direction = 8; preferred_direction = 4; roundstart_move = "whiteship_away"; - timid = null; - width = 35 + width = 28 + }, +/obj/machinery/door/airlock/titanium{ + name = "recovery shuttle external airlock" + }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" }, /obj/docking_port/stationary{ dir = 2; dwidth = 11; height = 22; id = "whiteship_home"; - name = "SS13 Arrival Docking"; - turf_type = /turf/open/space; + name = "SS13: Auxiliary Dock, Station-Port"; width = 35 }, -/turf/open/floor/mineral/titanium, +/turf/open/floor/mineral/titanium/blue, /area/shuttle/abandoned) "cye" = ( -/obj/machinery/door/airlock/titanium, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, /turf/open/floor/mineral/titanium, /area/shuttle/abandoned) "cyf" = ( @@ -54831,20 +52049,55 @@ /turf/open/floor/plating, /area/hallway/secondary/exit) "cyi" = ( -/turf/open/floor/mineral/titanium, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium/blue, /area/shuttle/abandoned) "cyj" = ( -/obj/structure/table, -/obj/item/screwdriver, -/obj/structure/light_construct{ - dir = 1 +/obj/structure/closet/crate{ + name = "spare equipment crate" }, -/turf/open/floor/mineral/titanium, +/obj/item/grenade/chem_grenade/metalfoam, +/obj/item/relic, +/obj/item/device/t_scanner, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, /area/shuttle/abandoned) "cyk" = ( -/obj/structure/table, -/obj/item/device/radio/off, -/turf/open/floor/mineral/titanium, +/obj/structure/closet/crate/medical{ + name = "medical crate" + }, +/obj/item/storage/firstaid/o2{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/roller{ + pixel_y = 4 + }, +/obj/item/device/healthanalyzer, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/effect/turf_decal/bot, +/obj/machinery/light/small/built{ + dir = 8 + }, +/turf/open/floor/plasteel, /area/shuttle/abandoned) "cyl" = ( /obj/machinery/door/airlock/external{ @@ -54862,8 +52115,21 @@ /turf/open/floor/plating/airless, /area/shuttle/abandoned) "cyn" = ( -/turf/open/floor/plating, -/turf/closed/wall/mineral/titanium/interior, +/obj/structure/table, +/obj/item/stack/sheet/glass{ + amount = 50; + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/stack/rods{ + amount = 50 + }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/item/wrench, +/turf/open/floor/mineral/titanium, /area/shuttle/abandoned) "cyo" = ( /obj/structure/shuttle/engine/heater{ @@ -54917,14 +52183,24 @@ /turf/open/floor/plating, /area/shuttle/abandoned) "cyw" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/structure/table, +/obj/item/device/camera, /turf/open/floor/mineral/titanium, -/turf/closed/wall/mineral/titanium/interior, /area/shuttle/abandoned) "cyx" = ( -/obj/structure/rack, -/obj/item/clothing/suit/space/hardsuit/medical, -/obj/item/clothing/mask/breath, -/turf/open/floor/mineral/titanium, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/machinery/light/small/built{ + dir = 4 + }, +/turf/open/floor/mineral/titanium/blue, /area/shuttle/abandoned) "cyy" = ( /obj/machinery/mass_driver{ @@ -54991,11 +52267,11 @@ /turf/open/floor/plating, /area/shuttle/abandoned) "cyI" = ( -/obj/item/stock_parts/cell{ - charge = 100; - maxcharge = 15000 +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" }, -/turf/open/floor/mineral/titanium, +/turf/open/floor/mineral/titanium/blue, /area/shuttle/abandoned) "cyJ" = ( /obj/structure/rack, @@ -55008,8 +52284,6 @@ /area/shuttle/abandoned) "cyK" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/door/airlock/external{ @@ -55025,8 +52299,6 @@ req_access_txt = "12" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -55052,8 +52324,16 @@ /turf/open/floor/plating, /area/shuttle/supply) "cyO" = ( -/obj/structure/chair{ - dir = 1 +/obj/structure/table, +/obj/item/folder/blue, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/item/device/gps{ + gpstag = "NTREC1"; + pixel_x = -1; + pixel_y = 2 }, /turf/open/floor/mineral/titanium, /area/shuttle/abandoned) @@ -55114,8 +52394,6 @@ /area/shuttle/supply) "cyU" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/door/airlock/external{ @@ -55164,11 +52442,16 @@ /turf/open/floor/mineral/titanium, /area/shuttle/abandoned) "czb" = ( -/obj/structure/chair{ - dir = 4 +/obj/machinery/porta_turret/aux_base{ + always_up = 1; + desc = "A turret built with substandard parts and run down further with age. Still capable of delivering lethal lasers to the odd space carp, but not much else."; + dir = 4; + has_cover = 0; + icon_state = "standard_lethal"; + lethal_projectile = /obj/item/projectile/beam/weak; + name = "turret" }, -/obj/effect/decal/remains/human, -/turf/open/floor/mineral/titanium, +/turf/closed/wall/mineral/titanium, /area/shuttle/abandoned) "czc" = ( /obj/machinery/computer/shuttle/white_ship, @@ -55212,15 +52495,14 @@ /turf/open/floor/mineral/titanium/purple, /area/shuttle/abandoned) "czm" = ( -/obj/structure/bed, -/obj/item/bedsheet, -/obj/structure/window/reinforced{ - dir = 1 +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" }, -/obj/structure/window/reinforced{ - dir = 8 +/obj/machinery/light/small/built{ + dir = 4 }, -/turf/open/floor/mineral/titanium/purple, +/turf/open/floor/mineral/titanium, /area/shuttle/abandoned) "czn" = ( /obj/structure/frame/computer{ @@ -55237,7 +52519,17 @@ /turf/open/floor/plating/airless, /area/shuttle/supply) "czr" = ( -/obj/machinery/portable_atmospherics/scrubber, +/obj/structure/table, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/item/storage/box/monkeycubes{ + pixel_y = 4 + }, +/obj/item/storage/fancy/egg_box{ + pixel_y = 5 + }, /turf/open/floor/mineral/titanium, /area/shuttle/abandoned) "czs" = ( @@ -55304,8 +52596,6 @@ dir = 6 }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /turf/open/floor/plating, @@ -55314,8 +52604,6 @@ /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -55390,8 +52678,6 @@ /area/maintenance/starboard/aft) "czR" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -55414,8 +52700,6 @@ dir = 5 }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /turf/open/floor/plating, @@ -55426,8 +52710,6 @@ icon_state = "pipe-c" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -55440,8 +52722,6 @@ dir = 9 }, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /turf/open/floor/plating, @@ -55451,8 +52731,6 @@ req_access_txt = "12" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -55535,21 +52813,15 @@ /area/crew_quarters/kitchen) "cAh" = ( /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /turf/open/floor/plating, /area/maintenance/port/aft) "cAi" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /turf/open/floor/plating, @@ -55559,13 +52831,9 @@ dir = 4 }, /obj/structure/cable/yellow{ - icon_state = "1-4"; - d1 = 1; - d2 = 4 + icon_state = "1-4" }, /obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/green/visible, @@ -55577,8 +52845,6 @@ /area/engine/supermatter) "cAo" = ( /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/effect/turf_decal/stripes/corner{ @@ -55588,8 +52854,6 @@ /area/engine/engineering) "cAp" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/components/binary/pump{ @@ -55613,8 +52877,6 @@ /area/engine/engineering) "cAr" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/components/binary/pump{ @@ -55645,7 +52907,6 @@ /area/engine/engineering) "cAu" = ( /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /obj/machinery/power/emitter/anchored{ @@ -55710,8 +52971,6 @@ /area/maintenance/disposal) "cAG" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/power/apc{ @@ -55721,7 +52980,6 @@ pixel_y = -24 }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /turf/open/floor/plating, @@ -55770,8 +53028,6 @@ req_access_txt = "1" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -55797,8 +53053,6 @@ req_access_txt = "16" }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /turf/open/floor/circuit, @@ -55860,8 +53114,6 @@ /area/space) "cAV" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/showcase/cyborg/old{ @@ -55897,16 +53149,12 @@ /area/space) "cAY" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/closed/wall, /area/ai_monitored/turret_protected/ai) "cAZ" = ( /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /turf/open/floor/plasteel/black, @@ -55916,7 +53164,6 @@ charge = 5e+006 }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /turf/open/floor/circuit, @@ -55980,8 +53227,6 @@ /obj/structure/table, /obj/item/folder/blue, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/effect/landmark/event_spawn, @@ -56057,13 +53302,9 @@ /area/hallway/primary/central) "cBx" = ( /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment{ @@ -56107,13 +53348,9 @@ /area/quartermaster/miningdock) "cBC" = ( /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/effect/landmark/event_spawn, @@ -56121,8 +53358,6 @@ /area/storage/tech) "cBD" = ( /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/structure/disposalpipe/segment{ @@ -56149,13 +53384,9 @@ "cBG" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/effect/landmark/event_spawn, @@ -56163,8 +53394,6 @@ /area/science/xenobiology) "cBH" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/effect/landmark/event_spawn, @@ -56208,8 +53437,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -56238,8 +53465,6 @@ /area/engine/engineering) "cBS" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -56266,8 +53491,6 @@ req_access_txt = "1" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -56387,16 +53610,12 @@ /area/security/detectives_office) "cCl" = ( /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /turf/open/floor/plating, /area/maintenance/port) "cCm" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -56591,8 +53810,6 @@ }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -56607,13 +53824,9 @@ dir = 4 }, /obj/structure/cable/yellow{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/effect/turf_decal/stripes/line{ @@ -56626,8 +53839,6 @@ dir = 1 }, /obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/table/reinforced, @@ -56641,8 +53852,6 @@ /area/engine/engineering) "cDi" = ( /obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -56660,8 +53869,6 @@ /area/engine/engineering) "cDj" = ( /obj/structure/cable/yellow{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -56696,21 +53903,15 @@ /area/engine/engineering) "cDo" = ( /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /turf/open/floor/plasteel, /area/engine/engineering) "cDp" = ( /obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/engine, @@ -56720,24 +53921,18 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/engine, /area/engine/engineering) "cDs" = ( /obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/engine, @@ -56768,8 +53963,6 @@ /area/engine/engineering) "cDx" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/components/binary/pump{ @@ -56842,8 +54035,6 @@ dir = 8 }, /obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/cyan/visible, @@ -56913,8 +54104,6 @@ /area/space/nearstation) "cDZ" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/closet/radiation, @@ -56948,8 +54137,6 @@ dir = 4 }, /obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/green/visible, @@ -56971,8 +54158,6 @@ dir = 8 }, /obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/cyan/visible, @@ -57016,8 +54201,6 @@ /area/engine/engineering) "cEs" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/components/binary/pump{ @@ -57037,8 +54220,6 @@ dir = 4 }, /obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, @@ -57051,8 +54232,6 @@ pixel_x = 23 }, /obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/engine, @@ -57063,7 +54242,6 @@ }, /obj/machinery/power/rad_collector/anchored, /obj/structure/cable/yellow{ - d2 = 8; icon_state = "0-8" }, /obj/structure/window/plasma/reinforced{ @@ -57089,7 +54267,6 @@ }, /obj/machinery/power/rad_collector/anchored, /obj/structure/cable/yellow{ - d2 = 4; icon_state = "0-4" }, /obj/structure/window/plasma/reinforced{ @@ -57099,8 +54276,6 @@ /area/engine/supermatter) "cEz" = ( /obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/engine, @@ -57115,8 +54290,6 @@ dir = 8 }, /obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, @@ -57126,13 +54299,9 @@ dir = 8 }, /obj/structure/cable/yellow{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/meter, @@ -57143,8 +54312,6 @@ /area/engine/engineering) "cEC" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/components/binary/pump{ @@ -57200,8 +54367,6 @@ dir = 4 }, /obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/item/tank/internals/plasma, @@ -57218,8 +54383,6 @@ dir = 8 }, /obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, @@ -57229,13 +54392,9 @@ dir = 8 }, /obj/structure/cable/yellow{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/structure/cable/yellow{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/cyan/visible, @@ -57261,9 +54420,7 @@ dir = 4 }, /obj/structure/cable/yellow{ - icon_state = "1-4"; - d1 = 1; - d2 = 4 + icon_state = "1-4" }, /obj/machinery/atmospherics/components/binary/pump{ dir = 2; @@ -57278,7 +54435,6 @@ }, /obj/machinery/power/rad_collector/anchored, /obj/structure/cable/yellow{ - d2 = 8; icon_state = "0-8" }, /obj/structure/window/plasma/reinforced{ @@ -57292,7 +54448,6 @@ }, /obj/machinery/power/rad_collector/anchored, /obj/structure/cable/yellow{ - d2 = 4; icon_state = "0-4" }, /obj/structure/window/plasma/reinforced{ @@ -57309,8 +54464,6 @@ dir = 8 }, /obj/structure/cable/yellow{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, @@ -57320,8 +54473,6 @@ dir = 8 }, /obj/structure/cable/yellow{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/components/binary/pump{ @@ -57499,8 +54650,6 @@ /area/engine/engineering) "cGe" = ( /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/orange/visible{ @@ -57511,14 +54660,12 @@ "cGf" = ( /obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ dir = 8; - filter_type = /datum/gas/nitrogen + filter_type = "n2" }, /turf/open/floor/engine, /area/engine/engineering) "cGg" = ( /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ @@ -57528,8 +54675,6 @@ /area/engine/engineering) "cGh" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/effect/turf_decal/stripes/corner, @@ -57580,8 +54725,6 @@ /area/engine/engineering) "cGv" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/effect/turf_decal/stripes/line, @@ -57633,8 +54776,6 @@ req_access_txt = "10" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/engine, @@ -57665,8 +54806,6 @@ /area/engine/engineering) "cGS" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -57678,7 +54817,9 @@ /turf/open/floor/plasteel/black, /area/engine/engineering) "cGU" = ( -/obj/structure/reflector/double/anchored, +/obj/structure/reflector/double/anchored{ + dir = 6 + }, /turf/open/floor/plasteel/black, /area/engine/engineering) "cGV" = ( @@ -57709,61 +54850,46 @@ /area/engine/engineering) "cHb" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /turf/open/floor/plating, /area/engine/engineering) "cHc" = ( /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /turf/open/floor/plating, /area/engine/engineering) "cHd" = ( /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /turf/open/floor/plating, /area/engine/engineering) "cHe" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, /area/engine/engineering) "cHg" = ( /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, /area/engine/engineering) "cHj" = ( /obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 + icon_state = "0-4" }, /obj/machinery/power/emitter/anchored{ dir = 8; @@ -57777,8 +54903,6 @@ /area/engine/engineering) "cHn" = ( /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /obj/machinery/light, @@ -57786,20 +54910,18 @@ /area/engine/engineering) "cHo" = ( /obj/structure/reflector/single/anchored{ - dir = 1 + dir = 9 }, /turf/open/floor/plating, /area/engine/engineering) "cHp" = ( /obj/structure/reflector/single/anchored{ - dir = 4 + dir = 5 }, /turf/open/floor/plating, /area/engine/engineering) "cHr" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /obj/machinery/light, @@ -57811,8 +54933,6 @@ /area/engine/engineering) "cHD" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -57822,8 +54942,6 @@ sortType = 14 }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /turf/open/floor/plating, @@ -57837,8 +54955,6 @@ dir = 8 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -57861,8 +54977,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -57878,8 +54992,6 @@ dir = 1 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -57895,13 +55007,9 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ - d1 = 2; - d2 = 8; icon_state = "2-8" }, /obj/structure/disposalpipe/segment{ @@ -57917,8 +55025,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -57934,8 +55040,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -57953,8 +55057,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -57968,7 +55070,6 @@ dir = 2 }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /turf/open/floor/plating, @@ -57981,8 +55082,6 @@ /area/science/robotics/lab) "cHN" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/circuit, @@ -58239,20 +55338,32 @@ /turf/open/floor/mineral/titanium/blue, /area/shuttle/supply) "cLY" = ( -/obj/structure/light_construct/small, -/turf/open/floor/plating, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/mineral/titanium/blue, /area/shuttle/abandoned) "cLZ" = ( -/obj/structure/frame/computer{ - anchored = 1 +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -1; + pixel_y = 6 }, -/obj/machinery/light{ - dir = 1 +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" }, /turf/open/floor/mineral/titanium, /area/shuttle/abandoned) "cMa" = ( -/obj/structure/light_construct, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/effect/decal/cleanable/blood/gibs/limb, /turf/open/floor/mineral/titanium, /area/shuttle/abandoned) "cMb" = ( @@ -58262,9 +55373,13 @@ /turf/open/floor/mineral/titanium/blue, /area/shuttle/supply) "cMc" = ( -/obj/structure/light_construct{ +/obj/structure/chair{ dir = 1 }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, /turf/open/floor/mineral/titanium, /area/shuttle/abandoned) "cMd" = ( @@ -58280,10 +55395,15 @@ /turf/open/floor/mineral/titanium, /area/shuttle/abandoned) "cMf" = ( -/obj/structure/light_construct{ - dir = 8 +/obj/machinery/door/airlock/titanium{ + name = "medbay"; + welded = 0 }, -/turf/open/floor/mineral/titanium, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium/blue, /area/shuttle/abandoned) "cMh" = ( /obj/structure/light_construct/small{ @@ -58337,7 +55457,6 @@ "cMI" = ( /obj/machinery/power/rad_collector/anchored, /obj/structure/cable/yellow{ - d2 = 8; icon_state = "0-8" }, /turf/open/floor/engine, @@ -58348,8 +55467,7 @@ /area/engine/supermatter) "cMQ" = ( /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/machinery/power/solar{ id = "starboardsolar"; @@ -58390,9 +55508,7 @@ pixel_y = 24 }, /obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1; - d2 = 2 + icon_state = "0-2" }, /turf/open/floor/plating, /area/maintenance/central) @@ -58401,8 +55517,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, @@ -58413,16 +55527,12 @@ }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, /area/quartermaster/sorting) "cNR" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, @@ -58435,7 +55545,6 @@ pixel_x = 26 }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /turf/open/floor/plating, @@ -58445,23 +55554,17 @@ dir = 8 }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, /area/maintenance/starboard) "cNU" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /turf/open/floor/plating, @@ -58473,8 +55576,6 @@ }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, @@ -58488,8 +55589,6 @@ req_one_access_txt = "8;12" }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -58502,8 +55601,6 @@ /area/maintenance/starboard/aft) "cNZ" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -58566,8 +55663,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -58589,8 +55684,6 @@ /area/security/courtroom) "cSE" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/black/telecomms/mainframe, @@ -58607,8 +55700,6 @@ /area/engine/supermatter) "cSH" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/meter, @@ -58627,15 +55718,13 @@ "cSJ" = ( /obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ dir = 8; - filter_type = /datum/gas/freon; + filter_type = "freon"; name = "gas filter (freon)" }, /turf/open/floor/engine, /area/engine/engineering) "cSK" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ @@ -58684,8 +55773,6 @@ dir = 9 }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/components/unary/vent_scrubber/on, @@ -58696,8 +55783,6 @@ dir = 1 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, @@ -58707,8 +55792,6 @@ dir = 1 }, /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /turf/open/floor/plasteel, @@ -58722,8 +55805,6 @@ "cSR" = ( /obj/effect/turf_decal/delivery, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/structure/sign/nosmoking_2{ @@ -58739,8 +55820,6 @@ dir = 10 }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -58822,8 +55901,6 @@ "cTc" = ( /obj/effect/spawner/structure/window, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -58835,8 +55912,6 @@ /area/engine/engineering) "cTe" = ( /obj/structure/cable{ - d1 = 1; - d2 = 8; icon_state = "1-8" }, /turf/open/floor/plasteel/yellow/side{ @@ -58845,8 +55920,6 @@ /area/engine/engineering) "cTf" = ( /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/requests_console{ @@ -58876,8 +55949,6 @@ /area/shuttle/mining) "cTD" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/power/apc{ @@ -58887,9 +55958,7 @@ pixel_x = -24 }, /obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1; - d2 = 2 + icon_state = "0-2" }, /turf/open/floor/plating, /area/maintenance/central/secondary) @@ -58917,8 +55986,6 @@ }, /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -58927,8 +55994,6 @@ "cTK" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -58936,13 +56001,9 @@ /area/maintenance/department/medical/morgue) "cTL" = ( /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /turf/open/floor/plasteel/black, @@ -58955,7 +56016,6 @@ pixel_x = 26 }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, /turf/open/floor/plasteel/black, @@ -58965,8 +56025,6 @@ dir = 4 }, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -58977,8 +56035,6 @@ "cTS" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -58993,8 +56049,7 @@ /area/shuttle/abandoned) "cTX" = ( /obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 + icon_state = "0-2" }, /obj/machinery/shieldwallgen/xenobiologyaccess, /obj/structure/sign/poster/official/safety_eye_protection{ @@ -59027,2013 +56082,1804 @@ /turf/open/space/basic, /area/space) "Qlk" = ( -/obj/machinery/vending/kink, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) +/obj/docking_port/stationary{ + dheight = 9; + dir = 2; + dwidth = 5; + height = 24; + id = "syndicate_nw"; + name = "northwest of station"; + turf_type = /turf/open/space; + width = 18 + }, +/turf/open/space/basic, +/area/space) "Qll" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 +/obj/machinery/door/airlock/titanium{ + name = "recovery shuttle external airlock" }, -/turf/open/floor/plating, -/area/maintenance/fore) +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) "Qlm" = ( -/obj/structure/chair/wood{ - dir = 4 +/obj/structure/toilet{ + pixel_y = 9 }, -/turf/open/floor/wood{ - icon_state = "wood-broken6" +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" }, -/area/maintenance/bar/cafe) +/obj/effect/decal/cleanable/greenglow{ + desc = "Looks like something's sprung a leak" + }, +/obj/machinery/light/small/built{ + dir = 8 + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) "Qln" = ( -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/maintenance/bar/cafe) +/obj/structure/mirror{ + pixel_x = 28 + }, +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) "Qlo" = ( -/obj/structure/chair/wood{ - dir = 8 +/obj/structure/closet/wardrobe/mixed, +/obj/item/clothing/under/rank/centcom_officer{ + desc = "A badge on the arm indicates that it's meant to be worn by CentCom recovery teams. This one seems dusty and clearly hasn't been cleaned in some time."; + name = "\improper dusty old CentCom jumpsuit" }, -/turf/open/floor/wood{ - icon_state = "wood-broken7" +/obj/item/clothing/under/rank/centcom_commander{ + desc = "A badge on the arm indicates that it's meant to be worn by CentCom recovery teams. This one seems dusty and clearly hasn't been cleaned in some time."; + name = "\improper dusty old CentCom jumpsuit" }, -/area/maintenance/bar/cafe) +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) "Qlp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/wood, -/area/maintenance/bar/cafe) +/obj/structure/table, +/obj/item/storage/pill_bottle/dice{ + pixel_y = 3 + }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) "Qlq" = ( -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/maintenance/bar/cafe) -"Qlr" = ( -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/maintenance/bar/cafe) -"Qls" = ( -/obj/structure/table/wood, -/obj/machinery/chem_dispenser/drinks/beer, -/turf/open/floor/wood, -/area/maintenance/bar/cafe) -"Qlt" = ( -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/maintenance/bar/cafe) -"Qlu" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/wood, -/area/maintenance/bar/cafe) -"Qlv" = ( -/obj/structure/chair/wood{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/turf/open/floor/wood, -/area/maintenance/bar/cafe) -"Qlw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/table/wood, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/open/floor/wood, -/area/maintenance/bar/cafe) -"Qlx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/chair/wood{ - dir = 8 - }, -/turf/open/floor/wood, -/area/maintenance/bar/cafe) -"Qly" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/obj/structure/chair/stool/bar, -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/maintenance/bar/cafe) -"Qlz" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/obj/structure/table/wood, -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/maintenance/bar/cafe) -"QlA" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/wood, -/area/maintenance/bar/cafe) -"QlB" = ( -/obj/structure/table/wood, -/obj/machinery/chem_dispenser/drinks, -/turf/open/floor/wood, -/area/maintenance/bar/cafe) -"QlC" = ( -/obj/structure/chair/wood{ - dir = 4 - }, -/turf/open/floor/wood, -/area/maintenance/bar/cafe) -"QlD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/obj/structure/table/wood, -/obj/machinery/light/small, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/maintenance/bar/cafe) -"QlE" = ( -/obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 - }, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/theatre/mime"; - dir = 2; - name = "Mime's Office APC"; - pixel_x = 1; - pixel_y = -24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/chair/wood{ - dir = 8 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/maintenance/bar/cafe) -"QlF" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/turf/open/floor/wood, -/area/maintenance/bar/cafe) -"QlG" = ( -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/theatre/mime"; - dir = 2; - name = "Clown's Office APC"; - pixel_x = 1; - pixel_y = -24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/maintenance/bar/cafe) -"QlH" = ( -/obj/machinery/light/small, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 4 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/maintenance/bar/cafe) -"QlI" = ( -/obj/structure/table/wood, -/obj/item/storage/box/drinkingglasses, -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/turf/open/floor/wood, -/area/maintenance/bar/cafe) -"QlJ" = ( -/turf/closed/wall, -/area/crew_quarters/theatre/mime) -"QlK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/closed/wall, -/area/crew_quarters/theatre/mime) -"QlL" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/barricade/wooden, -/obj/structure/grille, -/turf/open/floor/wood, -/area/maintenance/fore) -"QlM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/closed/wall, -/area/crew_quarters/theatre/clown) -"QlN" = ( -/obj/machinery/vending/autodrobe, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/crew_quarters/theatre/mime) -"QlO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/crew_quarters/theatre/mime) -"QlP" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/bed, -/obj/item/bedsheet/mime, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/crew_quarters/theatre/mime) -"QlQ" = ( -/obj/structure/closet/secure_closet/freezer/cream_pie, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/redyellow, -/area/crew_quarters/theatre/clown) -"QlR" = ( -/obj/structure/closet/crate/wooden/toy, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/redyellow, -/area/crew_quarters/theatre/clown) -"QlS" = ( -/obj/machinery/vending/autodrobe, -/turf/open/floor/plasteel/redyellow, -/area/crew_quarters/theatre/clown) -"QlT" = ( -/obj/machinery/recharger{ - pixel_y = 4 - }, /obj/structure/table, -/turf/open/floor/plasteel/red/side, -/area/security/checkpoint/customs) -"QlU" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/snacks/baguette, -/obj/item/toy/dummy, -/obj/structure/mirror{ - pixel_x = -28 +/obj/item/stack/sheet/metal{ + amount = 50 }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/crew_quarters/theatre/mime) -"QlV" = ( -/obj/effect/landmark/start/mime, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/crew_quarters/theatre/mime) -"QlW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/camera{ - c_tag = "Mime's Office"; - dir = 8 - }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/crew_quarters/theatre/mime) -"QlX" = ( -/obj/structure/mirror{ - pixel_x = -28 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/camera{ - c_tag = "Clown's Office"; - c_tag_order = 999; - dir = 4 - }, -/turf/open/floor/plasteel/redyellow, -/area/crew_quarters/theatre/clown) -"QlY" = ( -/obj/effect/landmark/start/clown, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel/redyellow, -/area/crew_quarters/theatre/clown) -"QlZ" = ( -/obj/structure/bed, -/obj/item/bedsheet/clown, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/redyellow, -/area/crew_quarters/theatre/clown) -"Qma" = ( -/obj/structure/table, -/obj/item/lipstick/random{ - pixel_x = -2; - pixel_y = -2 - }, -/obj/item/lipstick/random{ - pixel_x = 2; +/obj/item/stock_parts/cell/high{ + charge = 100; + maxcharge = 15000; pixel_y = 2 }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" }, -/turf/open/floor/plasteel/white/side{ - dir = 1 +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"Qlr" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" }, -/area/crew_quarters/theatre/mime) -"Qmb" = ( -/turf/open/floor/plasteel/white/side{ - dir = 1 +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"Qls" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" }, -/area/crew_quarters/theatre/mime) -"Qmc" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/white/side{ - dir = 1 +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"Qlt" = ( +/obj/structure/tank_dispenser/oxygen{ + layer = 2.7; + pixel_x = -1; + pixel_y = 2 }, -/area/crew_quarters/theatre/mime) -"Qmd" = ( -/obj/structure/reagent_dispensers/water_cooler, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/redyellow, -/area/crew_quarters/theatre/clown) -"Qme" = ( -/turf/open/floor/plasteel/redyellow, -/area/crew_quarters/theatre/clown) -"Qmf" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" }, -/obj/structure/window/reinforced{ +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"Qlu" = ( +/obj/structure/sign/vacuum{ + pixel_x = -32 + }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/machinery/light/small/built{ dir = 8 }, -/obj/item/bikehorn, -/turf/open/floor/plasteel/redyellow, -/area/crew_quarters/theatre/clown) -"Qmg" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/crew_quarters/theatre/mime) -"Qmh" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/crew_quarters/theatre/mime) -"Qmi" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/crew_quarters/theatre/mime) -"Qmj" = ( -/obj/structure/table, -/obj/item/device/flashlight/lamp/bananalamp, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/obj/item/device/radio/intercom{ - freerange = 0; - frequency = 1459; - name = "Station Intercom (General)"; - pixel_x = -30 - }, -/turf/open/floor/plasteel/redyellow, -/area/crew_quarters/theatre/clown) -"Qmk" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel/redyellow, -/area/crew_quarters/theatre/clown) -"Qml" = ( -/obj/structure/statue/bananium/clown, -/turf/open/floor/plasteel/redyellow, -/area/crew_quarters/theatre/clown) -"Qmm" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/crew_quarters/theatre/clown) -"Qmn" = ( -/obj/machinery/door/airlock/clown{ - name = "Clown's Office"; - req_access_txt = "46" - }, -/turf/open/floor/plasteel/redyellow, -/area/crew_quarters/theatre/clown) -"Qmo" = ( -/obj/machinery/door/airlock{ - name = "Bar Storage"; - req_access_txt = "25" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Qmp" = ( -/obj/structure/reagent_dispensers/beerkeg, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Qmq" = ( -/obj/structure/filingcabinet, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"Qmr" = ( -/obj/machinery/vending/coffee, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"Qms" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/bridge/meeting_room) -"Qmt" = ( -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"Qmu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"Qmv" = ( -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"Qmw" = ( -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"Qmx" = ( -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"Qmy" = ( -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"Qmz" = ( -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"QmA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"QmB" = ( -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"QmC" = ( -/obj/machinery/door/airlock/maintenance{ - name = "bridge maintenance access"; - req_access_txt = "20" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/captain) -"QmD" = ( -/turf/closed/wall/r_wall, -/area/maintenance/department/bridge) -"QmE" = ( -/turf/closed/wall/r_wall, -/area/maintenance/department/bridge) -"QmF" = ( -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/open/floor/circuit, -/area/ai_monitored/nuke_storage) -"QmG" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "Vault APC"; - areastring = "/area/ai_monitored/nuke_storage"; - pixel_y = 25 - }, -/obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 - }, -/turf/open/floor/circuit, -/area/ai_monitored/nuke_storage) -"QmH" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/space) -"QmI" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/space) -"QmJ" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/space) -"QmK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/nuke_storage) -"QmL" = ( -/obj/structure/sign/securearea, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/nuke_storage) -"QmM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/nuke_storage) -"QmN" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/space) -"QmO" = ( -/obj/structure/cable{ - icon_state = "0-2"; - d2 = 2 - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/hallway/primary/central) -"QmP" = ( -/turf/closed/wall/r_wall, -/area/security/checkpoint/checkpoint2) -"QmQ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel/vault{ - dir = 5 - }, -/area/hallway/primary/central) -"QmR" = ( -/obj/structure/closet/secure_closet/security, -/obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 - }, -/obj/machinery/power/apc{ - areastring = "/area/security/checkpoint/checkpoint2"; - dir = 8; - name = "Security Checkpoint APC"; - pixel_x = -24; - pixel_y = 0 - }, -/turf/open/floor/plasteel/red/side{ - dir = 9 - }, -/area/security/checkpoint/checkpoint2) -"QmS" = ( -/obj/structure/reagent_dispensers/peppertank{ - pixel_y = 30 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/open/floor/plasteel/red/side{ - dir = 1 - }, -/area/security/checkpoint/checkpoint2) -"QmT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/cable{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/open/floor/plasteel/red/side{ - dir = 1 - }, -/area/security/checkpoint/checkpoint2) -"QmU" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/open/floor/plasteel/red/side{ - dir = 1 - }, -/area/security/checkpoint/checkpoint2) -"QmV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/red/side{ - dir = 1 - }, -/area/security/checkpoint/checkpoint2) -"QmW" = ( -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - pixel_y = 30 - }, -/turf/open/floor/plasteel/red/side{ - dir = 1 - }, -/area/security/checkpoint/checkpoint2) -"QmX" = ( -/obj/machinery/computer/security, -/turf/open/floor/plasteel/red/side{ - dir = 5 - }, -/area/security/checkpoint/checkpoint2) -"QmY" = ( -/obj/structure/closet/wardrobe/red, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/red/side{ - dir = 8 - }, -/area/security/checkpoint/checkpoint2) -"QmZ" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/checkpoint2) -"Qna" = ( -/obj/machinery/computer/secure_data, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/red/side{ - dir = 4 - }, -/area/security/checkpoint/checkpoint2) -"Qnb" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/obj/machinery/camera{ - c_tag = "Security Checkpoint"; - dir = 1 - }, -/obj/machinery/button/door{ - desc = "A remote control switch for the vault shutters."; - id = "vault"; - name = "vault shutter control"; - normaldoorcontrol = 0; - pixel_x = 8; - pixel_y = -24; - req_access_txt = "63" - }, -/turf/open/floor/plasteel/red/side{ - dir = 10 - }, -/area/security/checkpoint/checkpoint2) -"Qnc" = ( -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen, -/obj/structure/table, -/turf/open/floor/plasteel/red/side, -/area/security/checkpoint/checkpoint2) -"Qnd" = ( -/obj/item/device/radio/off, -/obj/item/crowbar, -/obj/item/device/assembly/flash/handheld, -/obj/structure/table, -/obj/item/device/radio/intercom{ - dir = 4; - name = "Station Intercom (General)"; - pixel_x = 27 - }, -/turf/open/floor/plasteel/red/side{ - dir = 6 - }, -/area/security/checkpoint/checkpoint2) -"Qne" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "vault"; - name = "vault shutters" - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 - }, -/turf/open/floor/plating, -/area/security/checkpoint/checkpoint2) -"Qnf" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"Qng" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space) -"Qnh" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space) -"Qni" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space) -"Qnj" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space) -"Qnk" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space) -"Qnl" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space) -"Qnm" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space) -"Qnn" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space) -"Qno" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space) -"Qnp" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space) -"Qnq" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space) -"Qnr" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space) -"Qns" = ( -/obj/effect/spawner/lootdrop/grille_or_trash, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/aft) -"Qnt" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/space) -"Qnu" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/space) -"Qnv" = ( -/obj/machinery/door/airlock{ - id_tag = "MaintDorm2"; - name = "Maintenance Dorm 2" - }, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"Qnw" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"Qnx" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"Qny" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/space) -"Qnz" = ( -/obj/structure/closet/secure_closet/personal, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"QnA" = ( -/obj/machinery/light/small, -/obj/structure/table/wood, -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 5 - }, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"QnB" = ( -/obj/structure/bed, -/obj/item/bedsheet, -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 4 - }, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"QnC" = ( -/turf/closed/wall, -/area/maintenance/bar) -"QnD" = ( -/turf/closed/wall, -/area/maintenance/bar) -"QnE" = ( -/turf/closed/wall, -/area/maintenance/bar) -"QnF" = ( -/obj/machinery/door/airlock/maintenance/abandoned{ - req_access_txt = "0" - }, -/turf/open/floor/plating, -/area/maintenance/bar) -"QnG" = ( -/turf/closed/wall, -/area/maintenance/bar) -"QnH" = ( -/turf/closed/wall, -/area/maintenance/bar) -"QnI" = ( -/turf/closed/wall, -/area/maintenance/bar) -"QnJ" = ( -/turf/closed/wall, -/area/maintenance/bar) -"QnK" = ( -/turf/open/floor/wood, -/area/maintenance/bar) -"QnL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/turf/open/floor/wood, -/area/maintenance/bar) -"QnM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/wood, -/area/maintenance/bar) -"QnN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/maintenance/bar) -"QnO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/turf/open/floor/wood, -/area/maintenance/bar) -"QnP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/airlock/maintenance/abandoned{ - req_access_txt = "0" - }, -/turf/open/floor/plating, -/area/maintenance/bar) -"QnQ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"QnR" = ( -/turf/closed/wall, -/area/maintenance/bar) -"QnS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/maintenance/bar) -"QnT" = ( -/obj/structure/chair/stool/bar, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/turf/open/floor/wood, -/area/maintenance/bar) -"QnU" = ( -/obj/structure/table/wood, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/wood, -/area/maintenance/bar) -"QnV" = ( -/obj/structure/table/wood, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/newscaster{ - pixel_x = 30 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/maintenance/bar) -"QnW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/bar) -"QnX" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/bar) -"QnY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/bar) -"QnZ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/bar) -"Qoa" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/bar) -"Qob" = ( -/turf/closed/wall, -/area/maintenance/bar) -"Qoc" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/wood, -/area/maintenance/bar) -"Qod" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 4 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/maintenance/bar) -"Qoe" = ( -/obj/structure/chair/stool/bar, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/wood, -/area/maintenance/bar) -"Qof" = ( -/obj/structure/table/wood, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/maintenance/bar) -"Qog" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/open/floor/wood, -/area/maintenance/bar) -"Qoh" = ( -/obj/machinery/chem_dispenser/drinks/beer, -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/maintenance/bar) -"Qoi" = ( -/turf/closed/wall, -/area/maintenance/bar) -"Qoj" = ( -/obj/item/restraints/handcuffs/fake, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/spawner/lootdrop/minor/kittyears_or_rabbitears, -/turf/open/floor/plating, -/area/maintenance/bar) -"Qok" = ( -/obj/item/shard, -/obj/item/wirecutters, -/obj/item/wallframe/camera, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/bar) -"Qol" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/maintenance/bar) -"Qom" = ( -/turf/closed/wall, -/area/maintenance/bar) -"Qon" = ( -/obj/item/device/radio/intercom{ - freerange = 0; - frequency = 1459; - name = "Station Intercom (General)"; - pixel_x = -30 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/maintenance/bar) -"Qoo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/wood, -/area/maintenance/bar) -"Qop" = ( -/obj/structure/chair/stool/bar, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/maintenance/bar) -"Qoq" = ( -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/maintenance/bar) -"Qor" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/maintenance/bar) -"Qos" = ( -/obj/machinery/vending/boozeomat, -/turf/open/floor/wood, -/area/maintenance/bar) -"Qot" = ( -/turf/closed/wall, -/area/maintenance/bar) -"Qou" = ( +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"Qlv" = ( +/obj/item/storage/box/lights/mixed, +/obj/item/cigbutt, +/obj/structure/closet/crate{ + icon_state = "crateopen"; + name = "spare equipment crate"; + opened = 1 + }, +/obj/item/tank/internals/oxygen/red, +/obj/item/tank/internals/air, /obj/effect/spawner/lootdrop/maintenance{ lootcount = 2; name = "2maintenance loot spawner" }, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/shuttle/abandoned) +"Qlw" = ( +/obj/structure/closet/crate{ + name = "emergency supplies crate" + }, +/obj/item/storage/toolbox/emergency, +/obj/item/storage/toolbox/emergency, +/obj/item/device/flashlight/flare{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/device/flashlight/flare{ + pixel_x = -6; + pixel_y = -2 + }, /obj/item/crowbar, -/obj/item/device/electropack/shockcollar, -/turf/open/floor/plating, -/area/maintenance/bar) -"Qov" = ( +/obj/item/wrench, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/extinguisher, +/obj/item/extinguisher, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/shuttle/abandoned) +"Qlx" = ( +/obj/machinery/door/airlock/titanium{ + name = "bathroom" + }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"Qly" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/blood/gibs/old, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/effect/decal/remains/human{ + desc = "They look like human remains, and have clearly been gnawed at." + }, +/obj/item/gun/energy/laser/retro, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"Qlz" = ( /obj/structure/bed, -/obj/item/bedsheet/grey, -/obj/effect/decal/cleanable/semen{ - desc = "Blech."; - name = "dried semen" +/obj/item/bedsheet/centcom, +/obj/effect/decal/remains/human, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" }, -/obj/effect/spawner/lootdrop/costume, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/bar) -"Qow" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/maintenance/bar) -"Qox" = ( -/obj/machinery/door/airlock/maintenance/abandoned{ - name = "Incinerator Access"; - req_access_txt = "12" - }, -/obj/structure/barricade/wooden{ - name = "wooden barricade (CLOSED)" - }, -/turf/open/floor/plating, -/area/maintenance/bar) -"Qoy" = ( -/turf/open/floor/wood, -/area/maintenance/bar) -"Qoz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/maintenance/bar) -"QoA" = ( -/obj/structure/chair/stool/bar, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 8 - }, -/turf/open/floor/wood, -/area/maintenance/bar) -"QoB" = ( -/obj/structure/table/wood, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ +/obj/machinery/light/small/built{ dir = 4 }, -/turf/open/floor/wood, -/area/maintenance/bar) -"QoC" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"QlA" = ( +/obj/structure/table, +/obj/item/storage/belt/utility, +/obj/item/storage/belt/utility, +/obj/item/device/radio/off, +/obj/item/device/radio/off, +/obj/item/device/radio/off, +/obj/item/device/radio/off, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/machinery/light/small/built{ dir = 8 }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"QlB" = ( +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" }, -/turf/open/floor/wood, -/area/maintenance/bar) -"QoD" = ( -/obj/machinery/chem_dispenser/drinks, -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/maintenance/bar) -"QoE" = ( -/turf/closed/wall, -/area/maintenance/bar) -"QoF" = ( -/obj/item/lighter/greyscale, -/obj/effect/decal/cleanable/semen{ - desc = "Blech."; - name = "dried semen" +/obj/effect/decal/cleanable/oil, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"QlC" = ( +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" }, -/turf/open/floor/plating{ - icon_state = "panelscorched" +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"QlD" = ( +/obj/machinery/door/airlock/titanium{ + name = "E.V.A. equipment" }, -/area/maintenance/bar) -"QoG" = ( -/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"QlE" = ( +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"QlF" = ( /obj/effect/decal/cleanable/blood/old, -/obj/item/device/assembly/signaler, -/turf/open/floor/plating, -/area/maintenance/bar) -"QoH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/maintenance/bar) -"QoI" = ( -/turf/closed/wall, -/area/maintenance/bar) -"QoJ" = ( -/obj/effect/spawner/lootdrop/keg, -/turf/open/floor/wood, -/area/maintenance/bar) -"QoK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/wood, -/area/maintenance/bar) -"QoL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/wood, -/area/maintenance/bar) -"QoM" = ( -/obj/structure/cable, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/bar"; - dir = 2; - name = "Maintenance Bar APC"; - pixel_x = 1; - pixel_y = -24 +/obj/effect/decal/cleanable/blood/gibs/old, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" }, -/turf/open/floor/wood{ - icon_state = "wood-broken7" +/obj/effect/decal/remains/human{ + desc = "They look like human remains, and have clearly been gnawed at." }, -/area/maintenance/bar) -"QoN" = ( -/turf/closed/wall, -/area/maintenance/bar) -"QoO" = ( -/turf/closed/wall, -/area/maintenance/bar) -"QoP" = ( -/obj/structure/falsewall, -/turf/open/floor/plating, -/area/maintenance/bar) -"QoQ" = ( -/turf/closed/wall, -/area/maintenance/bar) -"QoR" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/maintenance/bar) -"QoS" = ( -/turf/closed/wall, -/area/maintenance/bar) -"QoT" = ( -/turf/closed/wall, -/area/maintenance/bar) -"QoU" = ( -/obj/machinery/door/airlock/maintenance/abandoned{ - req_access_txt = "0" +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"QlG" = ( +/obj/machinery/door/airlock/titanium{ + name = "cargo bay" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/wood, -/area/maintenance/bar) -"QoV" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/door/airlock/maintenance/abandoned{ - req_access_txt = "0" - }, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/maintenance/bar) -"QoW" = ( -/obj/structure/sign/poster/official/no_erp, -/turf/closed/wall, -/area/maintenance/bar) -"QoX" = ( -/turf/closed/wall, -/area/maintenance/bar) -"QoY" = ( -/obj/machinery/vending/clothing, -/turf/open/floor/wood, -/area/maintenance/bar) -"QoZ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/maintenance/bar) -"Qpa" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/wood, -/area/maintenance/bar) -"Qpb" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/wood, -/area/maintenance/bar) -"Qpc" = ( -/obj/structure/chair/stool, -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/maintenance/bar) -"Qpd" = ( -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/maintenance/bar) -"Qpe" = ( -/obj/machinery/vending/autodrobe, -/turf/open/floor/wood, -/area/maintenance/bar) -"Qpf" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/maintenance/bar) -"Qpg" = ( -/obj/structure/sign/poster/random{ - pixel_x = -32 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/maintenance/bar) -"Qph" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/wood, -/area/maintenance/bar) -"Qpi" = ( -/obj/structure/chair/stool, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/maintenance/bar) -"Qpj" = ( -/obj/structure/table/wood/poker, -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/maintenance/bar) -"Qpk" = ( -/obj/structure/table/wood/poker, -/obj/item/storage/pill_bottle/dice, -/turf/open/floor/wood, -/area/maintenance/bar) -"Qpl" = ( -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/maintenance/bar) -"Qpm" = ( -/obj/structure/table/wood/bar, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/machinery/newscaster{ - pixel_x = 30 - }, -/turf/open/floor/wood, -/area/maintenance/bar) -"Qpn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/maintenance/bar) -"Qpo" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ +/obj/effect/turf_decal/delivery{ dir = 1 }, -/turf/open/floor/wood, -/area/maintenance/bar) -"Qpp" = ( -/obj/structure/chair/stool, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 +/turf/open/floor/plasteel{ + dir = 1 }, -/turf/open/floor/wood, -/area/maintenance/bar) -"Qpq" = ( -/obj/structure/table/wood/poker, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ +/area/shuttle/abandoned) +"QlH" = ( +/obj/effect/decal/cleanable/oil, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/effect/turf_decal/delivery{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 1 + }, +/area/shuttle/abandoned) +"QlI" = ( +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/effect/turf_decal/delivery{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 1 + }, +/area/shuttle/abandoned) +"QlJ" = ( +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/effect/turf_decal/delivery{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 1 + }, +/area/shuttle/abandoned) +"QlK" = ( +/obj/effect/decal/cleanable/robot_debris/old, +/obj/effect/decal/cleanable/oil, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/effect/turf_decal/delivery{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 1 + }, +/area/shuttle/abandoned) +"QlL" = ( +/obj/machinery/shower{ dir = 4 }, -/turf/open/floor/wood, -/area/maintenance/bar) -"Qpr" = ( -/obj/structure/table/wood/poker, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ +/obj/machinery/door/window/westright{ dir = 4 }, -/turf/open/floor/wood, -/area/maintenance/bar) -"Qps" = ( -/obj/structure/table/wood/poker, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/item/soap/nanotrasen, +/obj/effect/decal/remains/human{ + desc = "They look like human remains, and have clearly been gnawed at." + }, +/obj/effect/decal/cleanable/blood/gibs/old, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"QlM" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/structure/mirror{ + pixel_x = 28 + }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/machinery/light/small/built{ dir = 4 }, -/turf/open/floor/wood, -/area/maintenance/bar) -"Qpt" = ( -/obj/structure/chair/stool, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"QlN" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/effect/decal/cleanable/blood/gibs/limb, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"QlO" = ( +/obj/structure/bed, +/obj/item/bedsheet/centcom, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"QlP" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9; + pixel_y = 2 + }, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = 6 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/clothing/glasses/welding, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"QlQ" = ( +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"QlR" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/machinery/light/small{ dir = 4 }, -/turf/open/floor/wood, -/area/maintenance/bar) -"Qpu" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"QlS" = ( +/obj/effect/decal/cleanable/oil, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" }, -/turf/open/floor/wood, -/area/maintenance/bar) -"Qpv" = ( -/obj/structure/table/wood/bar, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/shuttle/abandoned) +"QlT" = ( +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/effect/turf_decal/delivery{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 1 + }, +/area/shuttle/abandoned) +"QlU" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/effect/turf_decal/bot, +/obj/machinery/light/small, +/turf/open/floor/plasteel, +/area/shuttle/abandoned) +"QlV" = ( +/obj/structure/closet/firecloset/full, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/shuttle/abandoned) +"QlW" = ( +/obj/structure/sign/restroom, +/turf/closed/wall/mineral/titanium, +/area/shuttle/abandoned) +"QlX" = ( +/obj/machinery/door/airlock/titanium{ + name = "bathroom" + }, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"QlY" = ( +/obj/machinery/door/airlock/titanium{ + name = "dormitory" + }, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"QlZ" = ( +/obj/machinery/vending/boozeomat{ + icon_deny = "smartfridge"; + icon_state = "smartfridge"; + req_access_txt = "0"; + use_power = 0 + }, +/turf/closed/wall/mineral/titanium, +/area/shuttle/abandoned) +"Qma" = ( +/obj/machinery/door/airlock/titanium{ + name = "E.V.A. equipment" + }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"Qmb" = ( +/obj/machinery/door/airlock/titanium{ + name = "recovery shuttle interior airlock" + }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"Qmc" = ( +/obj/machinery/door/airlock/titanium{ + name = "recovery shuttle interior airlock" + }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"Qmd" = ( +/obj/structure/sign/cargo, +/turf/closed/wall/mineral/titanium, +/area/shuttle/abandoned) +"Qme" = ( +/obj/machinery/door/airlock/titanium{ + name = "cargo bay" + }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/effect/turf_decal/delivery{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 1 + }, +/area/shuttle/abandoned) +"Qmf" = ( +/obj/machinery/porta_turret/centcom_shuttle/weak{ + dir = 4 + }, +/turf/closed/wall/mineral/titanium, +/area/shuttle/abandoned) +"Qmg" = ( +/obj/machinery/vending/cigarette{ + use_power = 0 + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"Qmh" = ( +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"Qmi" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/effect/decal/cleanable/blood/gibs/limb, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"Qmj" = ( +/obj/effect/decal/cleanable/blood/gibs/old, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/machinery/light/built{ + dir = 1 + }, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"Qmk" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"Qml" = ( +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"Qmm" = ( +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"Qmn" = ( +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/machinery/light/built{ + dir = 1 + }, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"Qmo" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/item/folder/blue, +/obj/item/pen, /obj/machinery/light{ - dir = 4 + dir = 1 }, -/turf/open/floor/wood{ - icon_state = "wood-broken6" +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"Qmp" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" }, -/area/maintenance/bar) -"Qpw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/maintenance/bar) -"Qpx" = ( -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/maintenance/bar) -"Qpy" = ( -/obj/structure/table/wood/poker, -/obj/item/coin/iron, -/turf/open/floor/wood, -/area/maintenance/bar) -"Qpz" = ( -/obj/structure/table/wood/bar, -/obj/item/reagent_containers/spray/cleaner, -/obj/structure/sign/poster/random{ - pixel_x = 32 - }, -/turf/open/floor/wood, -/area/maintenance/bar) -"QpA" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/maintenance/bar) -"QpB" = ( -/obj/effect/spawner/lootdrop/keg, -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/maintenance/bar) -"QpC" = ( -/obj/structure/sign/poster/random{ - pixel_y = -32 - }, -/turf/open/floor/wood, -/area/maintenance/bar) -"QpD" = ( -/obj/structure/chair/stool, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/maintenance/bar) -"QpE" = ( -/obj/structure/chair/stool, -/obj/item/device/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -35 - }, -/turf/open/floor/wood, -/area/maintenance/bar) -"QpF" = ( -/obj/structure/sign/poster/random{ - pixel_y = -32 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/maintenance/bar) -"QpG" = ( -/obj/machinery/vending/kink, -/turf/open/floor/wood, -/area/maintenance/bar) -"QpH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/maintenance/bar) -"QpI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/turf/closed/wall/r_wall, -/area/engine/engine_smes) -"QpJ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/closed/wall/r_wall, -/area/engine/engine_smes) -"QpK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) -"QpL" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'RADIOACTIVE AREA'"; - icon_state = "radiation"; - name = "RADIOACTIVE AREA"; +/obj/item/storage/photo_album, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"Qmq" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/structure/sign/vacuum{ pixel_x = -32 }, -/obj/structure/closet/radiation, -/obj/effect/turf_decal/stripes/line{ - dir = 8 +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"QpM" = ( -/obj/machinery/camera{ - c_tag = "Gravity Generator Foyer" - }, -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'RADIOACTIVE AREA'"; - icon_state = "radiation"; - name = "RADIOACTIVE AREA"; - pixel_x = 32 - }, -/obj/structure/closet/radiation, -/obj/effect/turf_decal/stripes/line{ +/obj/machinery/light/small/built{ dir = 4 }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"QpN" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"Qmr" = ( +/obj/machinery/vending/coffee, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"Qms" = ( +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" }, -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) -"QpO" = ( -/turf/closed/wall, -/area/space) -"QpP" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"Qmt" = ( +/obj/structure/chair, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"Qmu" = ( +/obj/structure/chair, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"Qmv" = ( +/obj/structure/chair, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"QpQ" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"QpR" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"Qmw" = ( +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" }, -/obj/machinery/light{ - dir = 4 +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"Qmx" = ( +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"QpS" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 4 +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"Qmy" = ( +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" }, -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) -"QpT" = ( -/obj/structure/grille, -/turf/open/floor/plating/airless, -/area/space) -"QpU" = ( -/obj/structure/grille, -/turf/open/floor/plating/airless, -/area/space) -"QpV" = ( -/obj/structure/grille, -/turf/open/floor/plating/airless, -/area/space) -"QpW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"Qmz" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" }, -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) -"QpX" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/space) -"QpY" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/space) -"QpZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"QmA" = ( +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" }, -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) -"Qqa" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) -"Qqb" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"QmB" = ( +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"Qqc" = ( -/obj/item/device/radio/intercom{ - broadcasting = 0; - listening = 1; - name = "Station Intercom (General)"; - pixel_y = 20 +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"QmC" = ( +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 +/obj/machinery/turretid{ + icon_state = "control_kill"; + lethal = 1; + locked = 0; + pixel_x = -28; + req_access = null }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"Qqd" = ( -/obj/machinery/power/terminal, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/obj/structure/cable, -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) -"Qqe" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"QmD" = ( +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" }, -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) -"Qqf" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/space) -"Qqg" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/space) -"Qqh" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/space) -"Qqi" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/item/paper/guides/jobs/engi/gravity_gen{ - layer = 3 - }, -/obj/structure/table, -/obj/item/pen/blue, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"Qqj" = ( -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"Qqk" = ( -/obj/machinery/power/smes{ - charge = 5e+006 - }, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1; - d2 = 2 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"Qql" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/space) -"Qqm" = ( -/obj/structure/cable{ - icon_state = "0-4"; - d2 = 4 - }, -/obj/machinery/power/apc{ - dir = 8; - name = "Gravity Generator APC"; - areastring = "/area/engine/gravity_generator"; - pixel_x = -25; - pixel_y = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" }, /obj/structure/chair/office/light{ dir = 1 }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"Qqn" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"QmE" = ( +/obj/machinery/door/airlock/titanium{ + name = "recovery shuttle external airlock" }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"Qqo" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"Qqp" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"QmF" = ( +/obj/machinery/door/airlock/titanium{ + name = "recovery shuttle interior airlock" }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"Qqq" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"Qqr" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'RADIOACTIVE AREA'"; - icon_state = "radiation"; - name = "RADIOACTIVE AREA"; - pixel_x = 32 - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/engine/gravity_generator) -"Qqs" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/space) -"Qqt" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/space) -"Qqu" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/space) -"Qqv" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/space) -"Qqw" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/space) -"Qqx" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/space) -"Qqy" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/space) -"Qqz" = ( -/obj/effect/landmark/carpspawn, -/turf/open/space/basic, -/area/space) -"QqA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) -"QqB" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel/black, -/area/engine/gravity_generator) -"QqC" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"QmG" = ( +/obj/structure/chair{ dir = 4 }, -/obj/machinery/camera{ - c_tag = "Gravity Generator Room"; +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"QmH" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/shaker, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"QmI" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -3; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"QmJ" = ( +/obj/structure/table, +/obj/item/storage/fancy/donut_box, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"QmK" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"QmL" = ( +/obj/machinery/door/airlock/titanium{ + name = "living quarters" + }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"QmM" = ( +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/item/roller{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/roller{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/item/reagent_containers/spray/cleaner, +/obj/structure/table, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"QmN" = ( +/obj/item/clothing/suit/bio_suit, +/obj/item/clothing/suit/bio_suit, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/item/clothing/gloves/color/latex, +/obj/item/clothing/gloves/color/latex, +/obj/item/clothing/head/bio_hood, +/obj/item/clothing/head/bio_hood, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/structure/table, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"QmO" = ( +/obj/effect/decal/cleanable/blood/gibs/old, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/effect/decal/remains/human{ + desc = "They look like human remains, and have clearly been gnawed at." + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"QmP" = ( +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/suit/armor/vest, +/obj/structure/table, +/obj/item/clothing/head/helmet/swat/nanotrasen, +/obj/item/clothing/head/helmet/swat/nanotrasen, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"QmQ" = ( +/obj/item/storage/toolbox/emergency{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/toolbox/emergency, +/obj/item/storage/toolbox/emergency{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/structure/table, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"QmR" = ( +/obj/machinery/door/airlock/titanium{ + name = "bridge" + }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"QmS" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"QmT" = ( +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/machinery/computer/shuttle/white_ship, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"QmU" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/structure/light_construct/small{ + dir = 4 + }, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"QmV" = ( +/obj/machinery/vending/cola/random, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"QmW" = ( +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"QmX" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"QmY" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"QmZ" = ( +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"Qna" = ( +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"Qnb" = ( +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"Qnc" = ( +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"Qnd" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/structure/chair/office/light, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"Qne" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/blood/gibs/old, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/item/clothing/head/centhat{ + desc = "There's a gouge through the top where something has clawed clean through it. Whoever was wearing it probably doesn't need a hat any more."; + name = "\improper damaged CentCom hat" + }, +/obj/effect/decal/remains/human{ + desc = "They look like human remains, and have clearly been gnawed at." + }, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"Qnf" = ( +/obj/item/phone{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/cigbutt/cigarbutt{ + pixel_x = 5; + pixel_y = -1 + }, +/obj/structure/table, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"Qng" = ( +/obj/machinery/vending/snack/random, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"Qnh" = ( +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/machinery/light/built{ + dir = 2 + }, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"Qni" = ( +/obj/structure/sign/science{ + pixel_y = -32 + }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"Qnj" = ( +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/machinery/light, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"Qnk" = ( +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/structure/table, +/obj/item/device/megaphone, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"Qnl" = ( +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/machinery/computer/camera_advanced/shuttle_docker/whiteship{ + station_lock_override = 1; + view_range = 15; + x_offset = -3; + y_offset = -7 + }, +/obj/machinery/light/built{ + dir = 2 + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"Qnm" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/item/device/mass_spectrometer, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"Qnn" = ( +/obj/structure/table, +/obj/item/device/radio/off{ + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"Qno" = ( +/obj/structure/sign/botany, +/turf/closed/wall/mineral/titanium, +/area/shuttle/abandoned) +"Qnp" = ( +/obj/machinery/door/airlock/titanium{ + name = "hydroponics" + }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"Qnq" = ( +/obj/machinery/door/airlock/titanium{ + name = "kitchen" + }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"Qnr" = ( +/obj/machinery/door/airlock/titanium{ + name = "laboratory" + }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"Qns" = ( +/obj/structure/sign/bluecross_2, +/turf/closed/wall/mineral/titanium, +/area/shuttle/abandoned) +"Qnt" = ( +/obj/item/storage/bag/plants/portaseeder, +/obj/structure/table, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_x = 13; + pixel_y = 5 + }, +/obj/item/reagent_containers/glass/bottle/nutrient/ez, +/obj/item/reagent_containers/glass/bottle/nutrient/ez, +/obj/item/reagent_containers/glass/bottle/nutrient/ez, +/obj/item/reagent_containers/glass/bottle/nutrient/rh{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"Qnu" = ( +/obj/machinery/biogenerator{ + idle_power_usage = 0; + use_power = 0 + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"Qnv" = ( +/obj/machinery/vending/hydroseeds{ + use_power = 0 + }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/machinery/light/small/built{ + dir = 1 + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"Qnw" = ( +/obj/machinery/processor, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/machinery/light/small/built{ + dir = 1 + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"Qnx" = ( +/obj/structure/kitchenspike, +/obj/effect/decal/cleanable/blood/gibs/old, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"Qny" = ( +/obj/structure/table, +/obj/machinery/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/item/storage/box/donkpockets, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"Qnz" = ( +/obj/effect/decal/cleanable/oil, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"QnA" = ( +/obj/machinery/sleeper{ + dir = 4; + use_power = 0 + }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"QnB" = ( +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/blood/empty{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/random, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/effect/decal/cleanable/xenoblood, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"QnC" = ( +/obj/structure/table/optable, +/obj/item/surgical_drapes, +/obj/item/storage/firstaid/regular, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/machinery/light/small/built{ + dir = 1 + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"QnD" = ( +/obj/structure/table, +/obj/item/wrench, +/obj/item/crowbar, +/obj/item/clothing/suit/apron, +/obj/item/shovel/spade, +/obj/item/cultivator, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/item/wirecutters, +/obj/item/device/plant_analyzer, +/obj/item/reagent_containers/glass/bucket, +/obj/machinery/light/small/built{ + dir = 8 + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"QnE" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"QnF" = ( +/obj/machinery/smartfridge{ + use_power = 0 + }, +/turf/closed/wall/mineral/titanium, +/area/shuttle/abandoned) +"QnG" = ( +/obj/structure/sink{ dir = 8; - network = list("SS13") + pixel_x = -12; + pixel_y = 2 }, -/turf/open/floor/plasteel/black, -/area/engine/gravity_generator) -"QqD" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" }, -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) -"QqE" = ( +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"QnH" = ( +/obj/effect/decal/cleanable/egg_smudge, +/obj/effect/decal/cleanable/flour, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"QnI" = ( +/obj/structure/table, +/obj/item/kitchen/rollingpin, +/obj/item/kitchen/knife, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/machinery/light/small/built{ + dir = 4 + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"QnJ" = ( +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"QnK" = ( +/obj/structure/chair/office/light, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"QnL" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_x = -28; + req_access_txt = "0"; + use_power = 0 + }, +/obj/machinery/iv_drip, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/machinery/light/small/built{ + dir = 8 + }, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"QnM" = ( +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/effect/decal/cleanable/ash, +/obj/effect/decal/cleanable/xenoblood, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"QnN" = ( +/obj/effect/decal/cleanable/xenoblood, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/effect/decal/remains/xeno{ + desc = "A pile of remains that look vaguely humanoid. The skull is abnormally elongated, and there are burns through some of the other bones." + }, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"QnO" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/effect/decal/cleanable/xenoblood, +/obj/effect/decal/cleanable/xenoblood/xgibs/limb, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/abandoned) +"QnP" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"QnQ" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"QnR" = ( +/obj/machinery/hydroponics/constructable, +/obj/item/seeds/glowshroom, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"QnS" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"QnT" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder{ + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"QnU" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 5 + }, +/obj/item/reagent_containers/food/condiment/enzyme{ + layer = 5 + }, +/obj/item/reagent_containers/dropper, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"QnV" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/milk, +/obj/item/reagent_containers/food/condiment/milk, +/obj/item/reagent_containers/food/condiment/milk, +/obj/item/reagent_containers/food/condiment/soymilk, +/obj/item/reagent_containers/food/condiment/soymilk, +/obj/item/reagent_containers/food/condiment/sugar, +/obj/item/reagent_containers/food/condiment/sugar, +/obj/item/reagent_containers/food/condiment/sugar, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"QnW" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 5; + pixel_y = 2 + }, +/obj/item/reagent_containers/glass/beaker, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/syringe, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"QnX" = ( +/obj/structure/table, +/obj/item/folder/white{ + pixel_x = 4; + pixel_y = -3 + }, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"QnY" = ( +/obj/structure/table, +/obj/item/hand_labeler, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"QnZ" = ( +/obj/structure/table, +/obj/item/defibrillator, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"Qoa" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/bottle/epinephrine{ + pixel_x = 6 + }, +/obj/item/reagent_containers/glass/bottle/charcoal{ + pixel_x = -3 + }, +/obj/item/reagent_containers/syringe, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"Qob" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/latex, +/obj/item/clothing/mask/surgical, +/obj/effect/decal/cleanable/dirt{ + desc = "A thin layer of dust coating the floor."; + name = "dust" + }, +/obj/item/clothing/suit/apron/surgical, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"Qoc" = ( +/obj/structure/table, +/obj/item/storage/backpack/duffelbag/med/surgery{ + pixel_y = 4 + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/abandoned) +"Qod" = ( /obj/structure/lattice, -/turf/open/space/basic, -/area/space) -"QqF" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/space) -"QqG" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/space) -"QqH" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/space) -"QqI" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/space) -"QqJ" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/space) -"QqK" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/space) -"QqL" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/space) -"QqM" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/space) -"QqN" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/space) -"QqO" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/space) -"QqP" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/space) -"QqQ" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/space) -"QqR" = ( /obj/structure/grille, /turf/open/space/basic, /area/space) -"QqS" = ( +"Qoe" = ( +/obj/structure/lattice, /obj/structure/grille, /turf/open/space/basic, /area/space) -"QqT" = ( +"Qof" = ( +/obj/structure/lattice, +/obj/structure/grille/broken, +/turf/open/space/basic, +/area/space) +"Qog" = ( +/obj/structure/lattice, /obj/structure/grille, /turf/open/space/basic, /area/space) -"QqU" = ( +"Qoh" = ( +/obj/structure/lattice, +/obj/structure/grille/broken, +/turf/open/space/basic, +/area/space) +"Qoi" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/space) +"Qoj" = ( +/obj/structure/lattice, +/obj/structure/grille/broken, +/turf/open/space/basic, +/area/space) +"Qok" = ( +/obj/structure/lattice, /obj/structure/grille, /turf/open/space/basic, /area/space) -"QqV" = ( +"Qol" = ( +/obj/structure/grille, +/turf/open/floor/plating/airless, +/area/space) +"Qom" = ( +/obj/structure/lattice, /obj/structure/grille, /turf/open/space/basic, /area/space) -"QqW" = ( +"Qon" = ( +/obj/structure/lattice, /obj/structure/grille, /turf/open/space/basic, /area/space) -"QqX" = ( +"Qoo" = ( +/obj/structure/lattice, +/obj/structure/grille/broken, +/turf/open/space/basic, +/area/space) +"Qop" = ( +/obj/structure/lattice, /obj/structure/grille, /turf/open/space/basic, /area/space) -"QqY" = ( +"Qoq" = ( +/obj/structure/lattice, +/obj/structure/grille/broken, +/turf/open/space/basic, +/area/space) +"Qor" = ( +/obj/structure/lattice, +/obj/structure/grille/broken, +/turf/open/space/basic, +/area/space) +"Qos" = ( +/obj/structure/grille, +/turf/open/floor/plating/airless, +/area/space) +"Qot" = ( +/obj/structure/lattice, /obj/structure/grille, /turf/open/space/basic, /area/space) -"QqZ" = ( +"Qou" = ( +/obj/structure/lattice, /obj/structure/grille, /turf/open/space/basic, /area/space) -"Qra" = ( -/obj/machinery/flasher/portable, -/obj/effect/turf_decal/bot{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"Qrb" = ( -/obj/machinery/flasher/portable, -/obj/effect/turf_decal/bot{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"Qrc" = ( -/obj/machinery/flasher/portable, -/obj/effect/turf_decal/bot{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"Qrd" = ( -/obj/machinery/flasher/portable, -/obj/effect/turf_decal/bot{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"Qre" = ( +"Qov" = ( +/obj/structure/grille, +/turf/open/space/basic, +/area/space) +"Qow" = ( +/obj/structure/grille, +/turf/open/space/basic, +/area/space) +"Qox" = ( +/obj/structure/grille, +/turf/open/space/basic, +/area/space) +"Qoy" = ( +/obj/structure/grille, +/turf/open/space/basic, +/area/space) +"Qoz" = ( +/obj/structure/grille, +/turf/open/space/basic, +/area/space) +"QoA" = ( +/obj/structure/grille, +/turf/open/space/basic, +/area/space) +"QoB" = ( +/obj/structure/grille, +/turf/open/space/basic, +/area/space) +"QoC" = ( +/obj/structure/grille, +/turf/open/space/basic, +/area/space) +"QoD" = ( +/obj/structure/grille, +/turf/open/space/basic, +/area/space) +"QoE" = ( +/turf/closed/wall, +/area/space) +"QoF" = ( +/obj/structure/window/reinforced, +/obj/vehicle/secway, +/obj/item/key/security, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"QoG" = ( +/turf/closed/wall, +/area/space) +"QoH" = ( +/obj/structure/window/reinforced, +/obj/vehicle/secway, +/obj/item/key/security, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"QoI" = ( +/obj/structure/closet/l3closet/security, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"QoJ" = ( +/turf/closed/wall, +/area/space) +"QoK" = ( /obj/structure/table, /obj/item/grenade/barrier{ pixel_x = 4 @@ -61049,7 +57895,7 @@ dir = 8 }, /area/ai_monitored/security/armory) -"Qrf" = ( +"QoL" = ( /obj/structure/rack, /obj/item/gun/energy/e_gun/dragnet, /obj/item/gun/energy/e_gun/dragnet, @@ -61057,7 +57903,7 @@ dir = 8 }, /area/ai_monitored/security/armory) -"Qrg" = ( +"QoM" = ( /obj/structure/rack, /obj/item/clothing/suit/armor/bulletproof{ pixel_x = -3; @@ -61085,7 +57931,7 @@ dir = 8 }, /area/ai_monitored/security/armory) -"Qrh" = ( +"QoN" = ( /obj/structure/rack, /obj/item/clothing/suit/armor/riot{ pixel_x = -3; @@ -61118,40 +57964,60 @@ dir = 8 }, /area/ai_monitored/security/armory) -"Qri" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 +"QoO" = ( +/obj/effect/landmark/secequipment, +/obj/effect/turf_decal/bot{ + dir = 2 }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"QoP" = ( +/obj/structure/closet/secure_closet/security/sec, +/obj/effect/turf_decal/bot{ + dir = 2 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"QoQ" = ( /obj/machinery/camera/motion{ c_tag = "Non-Lethal Armory Motion Sensor"; dir = 4 }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"Qrj" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"Qrk" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"Qrl" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/corner{ +/obj/effect/turf_decal/stripes/end{ dir = 8 }, /turf/open/floor/plasteel, /area/ai_monitored/security/armory) -"Qrm" = ( +"QoR" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"QoS" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"QoT" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"QoU" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 }, /obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel, /area/ai_monitored/security/armory) -"Qrn" = ( +"QoV" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 }, @@ -61160,14 +58026,14 @@ }, /turf/open/floor/plasteel, /area/ai_monitored/security/armory) -"Qro" = ( +"QoW" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 }, /obj/machinery/atmospherics/components/unary/vent_scrubber/on, /turf/open/floor/plasteel, /area/ai_monitored/security/armory) -"Qrp" = ( +"QoX" = ( /obj/machinery/door/poddoor/shutters{ id = "lowsecarmory"; name = "Non-Lethal Armoury Shutter" @@ -61181,19 +58047,26 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/plasteel, /area/ai_monitored/security/armory) -"Qrq" = ( +"QoY" = ( +/obj/effect/landmark/secequipment, +/obj/effect/turf_decal/bot{ + dir = 2 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"QoZ" = ( /obj/machinery/suit_storage_unit/security, /turf/open/floor/plasteel/vault{ dir = 8 }, /area/ai_monitored/security/armory) -"Qrr" = ( +"Qpa" = ( /obj/machinery/suit_storage_unit/security, /turf/open/floor/plasteel/vault{ dir = 8 }, /area/ai_monitored/security/armory) -"Qrs" = ( +"Qpb" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 5 }, @@ -61202,7 +58075,7 @@ dir = 8 }, /area/ai_monitored/security/armory) -"Qrt" = ( +"Qpc" = ( /obj/machinery/suit_storage_unit/security, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 @@ -61211,7 +58084,7 @@ dir = 8 }, /area/ai_monitored/security/armory) -"Qru" = ( +"Qpd" = ( /obj/machinery/suit_storage_unit/security, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 @@ -61220,7 +58093,7 @@ dir = 8 }, /area/ai_monitored/security/armory) -"Qrv" = ( +"Qpe" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 }, @@ -61229,32 +58102,26 @@ dir = 10 }, /obj/structure/cable{ - d1 = 2; - d2 = 4; icon_state = "2-4" }, /turf/open/floor/plasteel, /area/ai_monitored/security/armory) -"Qrw" = ( +"Qpf" = ( /obj/effect/turf_decal/stripes/line, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, /area/ai_monitored/security/armory) -"Qrx" = ( +"Qpg" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/structure/cable{ - d1 = 4; - d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, /area/ai_monitored/security/armory) -"Qry" = ( +"Qph" = ( /obj/machinery/firealarm{ pixel_y = 24 }, @@ -61263,7 +58130,7 @@ }, /turf/open/floor/plasteel, /area/ai_monitored/security/armory) -"Qrz" = ( +"Qpi" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 }, @@ -61277,7 +58144,7 @@ }, /turf/open/floor/plasteel, /area/ai_monitored/security/armory) -"QrA" = ( +"Qpj" = ( /obj/machinery/light{ dir = 1 }, @@ -61289,7 +58156,7 @@ }, /turf/open/floor/plasteel, /area/ai_monitored/security/armory) -"QrB" = ( +"Qpk" = ( /obj/effect/turf_decal/stripes/corner{ dir = 8 }, @@ -61300,30 +58167,48 @@ dir = 9 }, /obj/structure/cable{ - d1 = 1; - d2 = 2; icon_state = "1-2" }, +/obj/structure/cable{ + icon_state = "2-4" + }, /turf/open/floor/plasteel, /area/ai_monitored/security/armory) -"QrC" = ( +"Qpl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"Qpm" = ( /obj/structure/closet/secure_closet/lethalshots, /turf/open/floor/plasteel/vault{ dir = 8 }, /area/ai_monitored/security/armory) -"QrD" = ( +"Qpn" = ( +/obj/structure/table, +/obj/item/storage/box/firingpins, +/obj/item/storage/box/firingpins, +/turf/open/floor/plasteel/vault{ + dir = 8 + }, +/area/ai_monitored/security/armory) +"Qpo" = ( /obj/structure/table, /obj/item/storage/toolbox/drone, /turf/open/floor/plasteel/vault{ dir = 8 }, /area/ai_monitored/security/armory) -"QrE" = ( +"Qpp" = ( /obj/structure/falsewall, /turf/open/floor/plating, /area/security/execution/transfer) -"QrF" = ( +"Qpq" = ( /obj/effect/turf_decal/stripes/corner{ dir = 1 }, @@ -61333,7 +58218,7 @@ }, /turf/open/floor/plating, /area/security/execution/transfer) -"QrG" = ( +"Qpr" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 }, @@ -61345,7 +58230,7 @@ }, /turf/open/floor/plating, /area/security/execution/transfer) -"QrH" = ( +"Qps" = ( /obj/structure/sign/securearea{ pixel_y = 32 }, @@ -61354,7 +58239,7 @@ }, /turf/open/floor/plating, /area/security/execution/transfer) -"QrI" = ( +"Qpt" = ( /obj/structure/window/reinforced, /obj/structure/window/reinforced{ dir = 4 @@ -61368,26 +58253,26 @@ }, /turf/open/floor/plating, /area/security/execution/transfer) -"QrJ" = ( +"Qpu" = ( /obj/effect/decal/cleanable/cobweb, /turf/open/floor/plasteel/floorgrime, /area/security/execution/transfer) -"QrK" = ( +"Qpv" = ( /turf/open/floor/plasteel/floorgrime, /area/security/execution/transfer) -"QrL" = ( +"Qpw" = ( /obj/effect/decal/cleanable/cobweb{ icon_state = "cobweb2" }, /turf/open/floor/plasteel/floorgrime, /area/security/execution/transfer) -"QrM" = ( +"Qpx" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 }, /turf/open/floor/plating, /area/security/execution/transfer) -"QrN" = ( +"Qpy" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/turf_decal/stripes/corner{ dir = 8 @@ -61399,7 +58284,7 @@ }, /turf/open/floor/plating, /area/security/execution/transfer) -"QrO" = ( +"Qpz" = ( /obj/effect/turf_decal/stripes/corner{ dir = 4 }, @@ -61419,16 +58304,16 @@ /obj/machinery/door/firedoor, /turf/open/floor/plating, /area/security/execution/transfer) -"QrP" = ( +"QpA" = ( /turf/open/floor/plasteel/floorgrime, /area/security/execution/transfer) -"QrQ" = ( +"QpB" = ( /obj/structure/bed, /obj/item/clothing/suit/straight_jacket, /obj/item/clothing/mask/muzzle, /turf/open/floor/plasteel/floorgrime, /area/security/execution/transfer) -"QrR" = ( +"QpC" = ( /obj/machinery/flasher{ id = "highseccell"; pixel_x = 28 @@ -61438,28 +58323,28 @@ }, /turf/open/floor/plasteel/floorgrime, /area/security/execution/transfer) -"QrS" = ( +"QpD" = ( /turf/open/floor/plasteel/floorgrime, /area/security/execution/transfer) -"QrT" = ( +"QpE" = ( /turf/open/floor/plasteel/floorgrime, /area/security/execution/transfer) -"QrU" = ( +"QpF" = ( /turf/open/floor/plasteel/floorgrime, /area/security/execution/transfer) -"QrV" = ( +"QpG" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ dir = 1 }, /turf/open/floor/plasteel, /area/security/brig) -"QrW" = ( +"QpH" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ dir = 1 }, /turf/open/floor/plasteel, /area/security/brig) -"QrX" = ( +"QpI" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 }, @@ -61471,7 +58356,7 @@ /obj/machinery/light, /turf/open/floor/plasteel/red/corner, /area/security/brig) -"QrY" = ( +"QpJ" = ( /obj/machinery/door_timer{ id = "Cell 3"; name = "Cell 3"; @@ -61482,55 +58367,48 @@ }, /turf/open/floor/plasteel/red/corner, /area/security/brig) -"QrZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 +"QpK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/security/brig) +"QpL" = ( +/obj/machinery/door/window/brigdoor/security/cell{ + id = "Cell 3"; + name = "Cell 3" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/red/side, +/area/security/brig) +"QpM" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass_security{ + cyclelinkeddir = 2; + id_tag = "innerbrig"; + name = "Brig"; + req_access_txt = "63" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "seclobby"; + name = "security shutters" + }, +/obj/structure/cable{ + icon_state = "4-8" }, /turf/open/floor/plasteel/red/side{ dir = 9 }, /area/security/brig) -"Qsa" = ( -/obj/machinery/door/window/brigdoor/security/cell{ - id = "Cell 2"; - name = "Cell 2" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/red/side, -/area/security/brig) -"Qsb" = ( -/obj/machinery/door/window/brigdoor/security/cell{ - id = "Cell 3"; - name = "Cell 3" - }, -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/red/side, -/area/security/brig) -"Qsc" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/floorgrime, -/area/security/brig) -"Qsd" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/floorgrime, -/area/security/brig) -"Qse" = ( +"QpN" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on{ dir = 1 }, @@ -61539,49 +58417,25 @@ }, /turf/open/floor/plasteel/floorgrime, /area/security/brig) -"Qsf" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/item/device/radio/intercom{ - desc = "Talk through this. It looks like it has been modified to not broadcast."; - dir = 2; - name = "Prison Intercom (General)"; - pixel_x = 25; - pixel_y = -2; - prison_radio = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/floorgrime, -/area/security/brig) -"Qsg" = ( -/obj/machinery/flasher{ - id = "brigentry"; - pixel_x = 0; - pixel_y = 28 - }, -/obj/structure/chair, -/obj/machinery/light{ - dir = 1 - }, +"QpO" = ( /turf/open/floor/plasteel/red/side{ dir = 1 }, /area/hallway/primary/fore) -"Qsh" = ( +"QpP" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on{ dir = 1 }, /turf/open/floor/plasteel/floorgrime, /area/security/brig) -"Qsi" = ( +"QpQ" = ( /obj/machinery/flasher{ id = "Cell 2"; pixel_x = -28 }, /turf/open/floor/plasteel/floorgrime, /area/security/brig) -"Qsj" = ( +"QpR" = ( /obj/machinery/flasher{ id = "Cell 3"; pixel_x = -28 @@ -61591,17 +58445,14 @@ }, /turf/open/floor/plasteel/floorgrime, /area/security/brig) -"Qsk" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, +"QpS" = ( /obj/machinery/flasher{ id = "Cell 4"; - pixel_x = 28 + pixel_x = -28 }, /turf/open/floor/plasteel/floorgrime, /area/security/brig) -"Qsl" = ( +"QpT" = ( /obj/structure/table/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ id = "briggate"; @@ -61613,54 +58464,44 @@ }, /turf/open/floor/plasteel/black, /area/security/brig) -"Qsm" = ( +"QpU" = ( /turf/open/floor/plasteel/red/side{ dir = 8 }, /area/hallway/primary/fore) -"Qsn" = ( +"QpV" = ( /turf/open/floor/plasteel/red/side{ dir = 1 }, /area/hallway/primary/fore) -"Qso" = ( +"QpW" = ( /turf/open/floor/plasteel/red/side{ dir = 1 }, /area/hallway/primary/fore) -"Qsp" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel/red/side{ - dir = 5 - }, -/area/hallway/primary/fore) -"Qsq" = ( +"QpX" = ( /turf/open/floor/plasteel/red/side{ dir = 6 }, /area/hallway/primary/fore) -"Qsr" = ( +"QpY" = ( /turf/open/floor/plasteel/red/side{ dir = 10 }, /area/hallway/primary/fore) -"Qss" = ( +"QpZ" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/open/floor/plasteel/red/side{ dir = 4 }, /area/hallway/primary/fore) -"Qst" = ( -/obj/machinery/flasher{ - id = "brigentry"; - pixel_x = 28 - }, +"Qqa" = ( /obj/machinery/vending/cigarette, /turf/open/floor/plasteel/red/side{ dir = 4 }, /area/hallway/primary/fore) -"Qsu" = ( +"Qqb" = ( /obj/structure/table/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ id = "briggate"; @@ -61673,38 +58514,43 @@ req_access_txt = "1" }, /obj/structure/cable{ - d1 = 1; - d2 = 4; icon_state = "1-4" }, /turf/open/floor/plasteel/black, /area/security/brig) -"Qsv" = ( -/obj/machinery/door/poddoor/preopen{ +"Qqc" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ id = "seclobby"; - name = "security blast door" + name = "security shutters" }, /obj/structure/cable{ - d2 = 8; icon_state = "0-8" }, -/obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/security/brig) -"Qsw" = ( +"Qqd" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/open/floor/plasteel/red/side{ dir = 4 }, /area/hallway/primary/fore) -"Qsx" = ( +"Qqe" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk, /turf/open/floor/plasteel/red/side{ dir = 4 }, /area/hallway/primary/fore) -"Qsy" = ( +"Qqf" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/red/corner{ + dir = 1 + }, +/area/hallway/primary/fore) +"Qqg" = ( /obj/structure/sign/securearea{ pixel_y = 32 }, @@ -61712,7 +58558,7 @@ dir = 4 }, /area/hallway/primary/fore) -"Qsz" = ( +"Qqh" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/glass_security{ cyclelinkeddir = 1; @@ -61724,31 +58570,31 @@ dir = 1 }, /area/hallway/primary/fore) -"QsA" = ( +"Qqi" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on, /turf/open/floor/plasteel/red/side{ dir = 10 }, /area/hallway/primary/fore) -"QsB" = ( +"Qqj" = ( /turf/open/floor/plasteel/red/side, /area/hallway/primary/fore) -"QsC" = ( +"Qqk" = ( /turf/open/floor/plasteel/red/side, /area/hallway/primary/fore) -"QsD" = ( +"Qql" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/open/floor/plasteel/red/side{ dir = 6 }, /area/hallway/primary/fore) -"QsE" = ( +"Qqm" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel/red/side{ dir = 4 }, /area/hallway/primary/fore) -"QsF" = ( +"Qqn" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/glass_security{ cyclelinkeddir = 1; @@ -61758,12 +58604,12 @@ }, /turf/open/floor/plasteel/red/side, /area/hallway/primary/fore) -"QsG" = ( +"Qqo" = ( /turf/open/floor/plasteel/red/side{ dir = 6 }, /area/hallway/primary/fore) -"QsH" = ( +"Qqp" = ( /obj/machinery/flasher{ id = "brigentry"; pixel_x = 0; @@ -61775,27 +58621,1736 @@ }, /turf/open/floor/plasteel/red/side, /area/hallway/primary/fore) -"QsI" = ( +"Qqq" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /turf/closed/wall, /area/maintenance/fore/secondary) -"QsJ" = ( +"Qqr" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 }, /obj/structure/disposalpipe/segment, /turf/closed/wall, /area/maintenance/fore/secondary) -"QsK" = ( +"Qqs" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, /turf/open/floor/plating, /area/maintenance/fore/secondary) +"Qqt" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"Qqu" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/maintenance/bar/cafe) +"Qqv" = ( +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/maintenance/bar/cafe) +"Qqw" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/maintenance/bar/cafe) +"Qqx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/maintenance/bar/cafe) +"Qqy" = ( +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/maintenance/bar/cafe) +"Qqz" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/maintenance/bar/cafe) +"QqA" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/drinks/beer, +/turf/open/floor/wood, +/area/maintenance/bar/cafe) +"QqB" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/maintenance/bar/cafe) +"QqC" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/wood, +/area/maintenance/bar/cafe) +"QqD" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/wood, +/area/maintenance/bar/cafe) +"QqE" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood, +/area/maintenance/bar/cafe) +"QqF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/maintenance/bar/cafe) +"QqG" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/obj/structure/chair/stool/bar, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/maintenance/bar/cafe) +"QqH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/obj/structure/table/wood, +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/maintenance/bar/cafe) +"QqI" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/wood, +/area/maintenance/bar/cafe) +"QqJ" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/drinks, +/turf/open/floor/wood, +/area/maintenance/bar/cafe) +"QqK" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/open/floor/wood, +/area/maintenance/bar/cafe) +"QqL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/obj/structure/table/wood, +/obj/machinery/light/small, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/maintenance/bar/cafe) +"QqM" = ( +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/theatre/mime"; + dir = 2; + name = "Mime's Office APC"; + pixel_x = 1; + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/chair/wood{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/maintenance/bar/cafe) +"QqN" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/wood, +/area/maintenance/bar/cafe) +"QqO" = ( +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/theatre/mime"; + dir = 2; + name = "Clown's Office APC"; + pixel_x = 1; + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/maintenance/bar/cafe) +"QqP" = ( +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/maintenance/bar/cafe) +"QqQ" = ( +/obj/structure/table/wood, +/obj/item/storage/box/drinkingglasses, +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/turf/open/floor/wood, +/area/maintenance/bar/cafe) +"QqR" = ( +/turf/closed/wall, +/area/crew_quarters/theatre/mime) +"QqS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/crew_quarters/theatre/mime) +"QqT" = ( +/obj/structure/barricade/wooden, +/obj/structure/grille, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood, +/area/maintenance/fore) +"QqU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/crew_quarters/theatre/clown) +"QqV" = ( +/obj/machinery/vending/autodrobe, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/crew_quarters/theatre/mime) +"QqW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/crew_quarters/theatre/mime) +"QqX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/bed, +/obj/item/bedsheet/mime, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/crew_quarters/theatre/mime) +"QqY" = ( +/obj/structure/closet/secure_closet/freezer/cream_pie, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/redyellow, +/area/crew_quarters/theatre/clown) +"QqZ" = ( +/obj/structure/closet/crate/wooden/toy, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/redyellow, +/area/crew_quarters/theatre/clown) +"Qra" = ( +/obj/machinery/vending/autodrobe, +/turf/open/floor/plasteel/redyellow, +/area/crew_quarters/theatre/clown) +"Qrb" = ( +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/structure/table, +/turf/open/floor/plasteel/red/side, +/area/security/checkpoint/customs) +"Qrc" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/baguette, +/obj/item/toy/dummy, +/obj/structure/mirror{ + pixel_x = -28 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/crew_quarters/theatre/mime) +"Qrd" = ( +/obj/effect/landmark/start/mime, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/crew_quarters/theatre/mime) +"Qre" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/camera{ + c_tag = "Mime's Office"; + dir = 8 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/crew_quarters/theatre/mime) +"Qrf" = ( +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/camera{ + c_tag = "Clown's Office"; + c_tag_order = 999; + dir = 4 + }, +/turf/open/floor/plasteel/redyellow, +/area/crew_quarters/theatre/clown) +"Qrg" = ( +/obj/effect/landmark/start/clown, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/redyellow, +/area/crew_quarters/theatre/clown) +"Qrh" = ( +/obj/structure/bed, +/obj/item/bedsheet/clown, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/redyellow, +/area/crew_quarters/theatre/clown) +"Qri" = ( +/obj/structure/table, +/obj/item/lipstick/random{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/lipstick/random{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/crew_quarters/theatre/mime) +"Qrj" = ( +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/crew_quarters/theatre/mime) +"Qrk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/crew_quarters/theatre/mime) +"Qrl" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/redyellow, +/area/crew_quarters/theatre/clown) +"Qrm" = ( +/turf/open/floor/plasteel/redyellow, +/area/crew_quarters/theatre/clown) +"Qrn" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/bikehorn, +/turf/open/floor/plasteel/redyellow, +/area/crew_quarters/theatre/clown) +"Qro" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/crew_quarters/theatre/mime) +"Qrp" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/crew_quarters/theatre/mime) +"Qrq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/crew_quarters/theatre/mime) +"Qrr" = ( +/obj/structure/table, +/obj/item/device/flashlight/lamp/bananalamp, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/obj/item/device/radio/intercom{ + freerange = 0; + frequency = 1459; + name = "Station Intercom (General)"; + pixel_x = -30 + }, +/turf/open/floor/plasteel/redyellow, +/area/crew_quarters/theatre/clown) +"Qrs" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel/redyellow, +/area/crew_quarters/theatre/clown) +"Qrt" = ( +/obj/structure/statue/bananium/clown, +/turf/open/floor/plasteel/redyellow, +/area/crew_quarters/theatre/clown) +"Qru" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/crew_quarters/theatre/clown) +"Qrv" = ( +/obj/machinery/door/airlock/clown{ + name = "Clown's Office"; + req_access_txt = "46" + }, +/turf/open/floor/plasteel/redyellow, +/area/crew_quarters/theatre/clown) +"Qrw" = ( +/obj/machinery/door/airlock{ + name = "Bar Storage"; + req_access_txt = "25" + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"Qrx" = ( +/obj/structure/reagent_dispensers/beerkeg, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"Qry" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/bridge/meeting_room) +"Qrz" = ( +/turf/open/floor/plating, +/area/maintenance/department/bridge) +"QrA" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/department/bridge) +"QrB" = ( +/turf/open/floor/plating, +/area/maintenance/department/bridge) +"QrC" = ( +/turf/open/floor/plating, +/area/maintenance/department/bridge) +"QrD" = ( +/turf/open/floor/plating, +/area/maintenance/department/bridge) +"QrE" = ( +/turf/open/floor/plating, +/area/maintenance/department/bridge) +"QrF" = ( +/turf/open/floor/plating, +/area/maintenance/department/bridge) +"QrG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/department/bridge) +"QrH" = ( +/turf/open/floor/plating, +/area/maintenance/department/bridge) +"QrI" = ( +/obj/machinery/door/airlock/maintenance{ + name = "bridge maintenance access"; + req_access_txt = "20" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/captain) +"QrJ" = ( +/turf/closed/wall/r_wall, +/area/maintenance/department/bridge) +"QrK" = ( +/turf/closed/wall/r_wall, +/area/maintenance/department/bridge) +"QrL" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/turf/open/floor/circuit, +/area/ai_monitored/nuke_storage) +"QrM" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "Vault APC"; + areastring = "/area/ai_monitored/nuke_storage"; + pixel_y = 25 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/circuit, +/area/ai_monitored/nuke_storage) +"QrN" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/circuit, +/area/ai_monitored/nuke_storage) +"QrO" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/circuit, +/area/ai_monitored/nuke_storage) +"QrP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/nuke_storage) +"QrQ" = ( +/obj/structure/sign/securearea, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/nuke_storage) +"QrR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/nuke_storage) +"QrS" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/security/checkpoint/checkpoint2) +"QrT" = ( +/turf/closed/wall/r_wall, +/area/security/checkpoint/checkpoint2) +"QrU" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/vault{ + dir = 5 + }, +/area/security/checkpoint/checkpoint2) +"QrV" = ( +/obj/structure/closet/secure_closet/security, +/obj/machinery/power/apc{ + areastring = "/area/security/checkpoint/checkpoint2"; + dir = 8; + name = "Security Checkpoint APC"; + pixel_x = -24; + pixel_y = 0 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel/red/side{ + dir = 9 + }, +/area/security/checkpoint/checkpoint2) +"QrW" = ( +/obj/structure/reagent_dispensers/peppertank{ + pixel_y = 30 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/red/side{ + dir = 1 + }, +/area/security/checkpoint/checkpoint2) +"QrX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/red/side{ + dir = 1 + }, +/area/security/checkpoint/checkpoint2) +"QrY" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/red/side{ + dir = 1 + }, +/area/security/checkpoint/checkpoint2) +"QrZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/red/side{ + dir = 1 + }, +/area/security/checkpoint/checkpoint2) +"Qsa" = ( +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_y = 30 + }, +/turf/open/floor/plasteel/red/side{ + dir = 1 + }, +/area/security/checkpoint/checkpoint2) +"Qsb" = ( +/obj/machinery/computer/security, +/turf/open/floor/plasteel/red/side{ + dir = 5 + }, +/area/security/checkpoint/checkpoint2) +"Qsc" = ( +/obj/structure/closet/wardrobe/red, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/red/side{ + dir = 8 + }, +/area/security/checkpoint/checkpoint2) +"Qsd" = ( +/turf/open/floor/plasteel, +/area/security/checkpoint/checkpoint2) +"Qse" = ( +/obj/machinery/computer/secure_data, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/red/side{ + dir = 4 + }, +/area/security/checkpoint/checkpoint2) +"Qsf" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/camera{ + c_tag = "Security Checkpoint"; + dir = 1 + }, +/obj/machinery/button/door{ + desc = "A remote control switch for the vault shutters."; + id = "vault"; + name = "vault shutter control"; + normaldoorcontrol = 0; + pixel_x = 8; + pixel_y = -24; + req_access_txt = "63" + }, +/turf/open/floor/plasteel/red/side{ + dir = 10 + }, +/area/security/checkpoint/checkpoint2) +"Qsg" = ( +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/structure/table, +/turf/open/floor/plasteel/red/side, +/area/security/checkpoint/checkpoint2) +"Qsh" = ( +/obj/item/device/radio/off, +/obj/item/crowbar, +/obj/item/device/assembly/flash/handheld, +/obj/structure/table, +/obj/item/device/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = 27 + }, +/turf/open/floor/plasteel/red/side{ + dir = 6 + }, +/area/security/checkpoint/checkpoint2) +"Qsi" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "vault"; + name = "vault shutters" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/security/checkpoint/checkpoint2) +"Qsj" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"Qsk" = ( +/obj/effect/spawner/lootdrop/grille_or_trash, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/port/aft) +"Qsl" = ( +/obj/machinery/door/airlock{ + id_tag = "MaintDorm2"; + name = "Maintenance Dorm 2" + }, +/turf/open/floor/wood, +/area/maintenance/port/aft) +"Qsm" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/wood, +/area/maintenance/port/aft) +"Qsn" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/wood, +/area/maintenance/port/aft) +"Qso" = ( +/obj/structure/closet/secure_closet/personal, +/turf/open/floor/wood, +/area/maintenance/port/aft) +"Qsp" = ( +/obj/machinery/light/small, +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 5 + }, +/turf/open/floor/wood, +/area/maintenance/port/aft) +"Qsq" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/maintenance/port/aft) +"Qsr" = ( +/turf/closed/wall, +/area/maintenance/bar) +"Qss" = ( +/turf/closed/wall, +/area/maintenance/bar) +"Qst" = ( +/turf/closed/wall, +/area/maintenance/bar) +"Qsu" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + req_access_txt = "0" + }, +/turf/open/floor/plating, +/area/maintenance/bar) +"Qsv" = ( +/turf/closed/wall, +/area/maintenance/bar) +"Qsw" = ( +/turf/closed/wall, +/area/maintenance/bar) +"Qsx" = ( +/turf/closed/wall, +/area/maintenance/bar) +"Qsy" = ( +/turf/closed/wall, +/area/maintenance/bar) +"Qsz" = ( +/turf/open/floor/wood, +/area/maintenance/bar) +"QsA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"QsB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"QsC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/maintenance/bar) +"QsD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"QsE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance/abandoned{ + req_access_txt = "0" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/bar) +"QsF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"QsG" = ( +/turf/closed/wall, +/area/maintenance/bar) +"QsH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/maintenance/bar) +"QsI" = ( +/obj/structure/chair/stool/bar, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"QsJ" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"QsK" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/newscaster{ + pixel_x = 30 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/maintenance/bar) +"QsL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/bar) +"QsM" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/bar) +"QsN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/bar) +"QsO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/bar) +"QsP" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/bar) +"QsQ" = ( +/turf/closed/wall, +/area/maintenance/bar) +"QsR" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"QsS" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/maintenance/bar) +"QsT" = ( +/obj/structure/chair/stool/bar, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/wood, +/area/maintenance/bar) +"QsU" = ( +/obj/structure/table/wood, +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/maintenance/bar) +"QsV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"QsW" = ( +/obj/machinery/chem_dispenser/drinks/beer, +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/maintenance/bar) +"QsX" = ( +/turf/closed/wall, +/area/maintenance/bar) +"QsY" = ( +/obj/item/restraints/handcuffs/fake, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/spawner/lootdrop/minor/kittyears_or_rabbitears, +/turf/open/floor/plating, +/area/maintenance/bar) +"QsZ" = ( +/obj/item/shard, +/obj/item/wirecutters, +/obj/item/wallframe/camera, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/maintenance/bar) +"Qta" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/maintenance/bar) +"Qtb" = ( +/turf/closed/wall, +/area/maintenance/bar) +"Qtc" = ( +/obj/item/device/radio/intercom{ + freerange = 0; + frequency = 1459; + name = "Station Intercom (General)"; + pixel_x = -30 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/maintenance/bar) +"Qtd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/maintenance/bar) +"Qte" = ( +/obj/structure/chair/stool/bar, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/maintenance/bar) +"Qtf" = ( +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/maintenance/bar) +"Qtg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/maintenance/bar) +"Qth" = ( +/obj/machinery/vending/boozeomat, +/turf/open/floor/wood, +/area/maintenance/bar) +"Qti" = ( +/turf/closed/wall, +/area/maintenance/bar) +"Qtj" = ( +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/item/crowbar, +/obj/item/device/electropack/shockcollar, +/turf/open/floor/plating, +/area/maintenance/bar) +"Qtk" = ( +/obj/structure/bed, +/obj/item/bedsheet/grey, +/obj/effect/decal/cleanable/semen{ + desc = "Blech."; + name = "dried semen" + }, +/obj/effect/spawner/lootdrop/costume, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/bar) +"Qtl" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/maintenance/bar) +"Qtm" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + name = "Incinerator Access"; + req_access_txt = "12" + }, +/obj/structure/barricade/wooden{ + name = "wooden barricade (CLOSED)" + }, +/turf/open/floor/plating, +/area/maintenance/bar) +"Qtn" = ( +/turf/open/floor/wood, +/area/maintenance/bar) +"Qto" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/maintenance/bar) +"Qtp" = ( +/obj/structure/chair/stool/bar, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"Qtq" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"Qtr" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"Qts" = ( +/obj/machinery/chem_dispenser/drinks, +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/maintenance/bar) +"Qtt" = ( +/turf/closed/wall, +/area/maintenance/bar) +"Qtu" = ( +/obj/item/lighter/greyscale, +/obj/effect/decal/cleanable/semen{ + desc = "Blech."; + name = "dried semen" + }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/maintenance/bar) +"Qtv" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/decal/cleanable/blood/old, +/obj/item/device/assembly/signaler, +/turf/open/floor/plating, +/area/maintenance/bar) +"Qtw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/maintenance/bar) +"Qtx" = ( +/turf/closed/wall, +/area/maintenance/bar) +"Qty" = ( +/obj/effect/spawner/lootdrop/keg, +/turf/open/floor/wood, +/area/maintenance/bar) +"Qtz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/maintenance/bar) +"QtA" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/wood, +/area/maintenance/bar) +"QtB" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/bar"; + dir = 2; + name = "Maintenance Bar APC"; + pixel_x = 1; + pixel_y = -24 + }, +/obj/structure/cable, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/maintenance/bar) +"QtC" = ( +/turf/closed/wall, +/area/maintenance/bar) +"QtD" = ( +/turf/closed/wall, +/area/maintenance/bar) +"QtE" = ( +/obj/structure/falsewall, +/turf/open/floor/plating, +/area/maintenance/bar) +"QtF" = ( +/turf/closed/wall, +/area/maintenance/bar) +"QtG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/maintenance/bar) +"QtH" = ( +/turf/closed/wall, +/area/maintenance/bar) +"QtI" = ( +/turf/closed/wall, +/area/maintenance/bar) +"QtJ" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + req_access_txt = "0" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/maintenance/bar) +"QtK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/door/airlock/maintenance/abandoned{ + req_access_txt = "0" + }, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/maintenance/bar) +"QtL" = ( +/obj/structure/sign/poster/official/no_erp, +/turf/closed/wall, +/area/maintenance/bar) +"QtM" = ( +/turf/closed/wall, +/area/maintenance/bar) +"QtN" = ( +/obj/machinery/vending/clothing, +/turf/open/floor/wood, +/area/maintenance/bar) +"QtO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/maintenance/bar) +"QtP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/maintenance/bar) +"QtQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/wood, +/area/maintenance/bar) +"QtR" = ( +/obj/structure/chair/stool, +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/maintenance/bar) +"QtS" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/maintenance/bar) +"QtT" = ( +/obj/machinery/vending/autodrobe, +/turf/open/floor/wood, +/area/maintenance/bar) +"QtU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/maintenance/bar) +"QtV" = ( +/obj/structure/sign/poster/random{ + pixel_x = -32 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/maintenance/bar) +"QtW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/maintenance/bar) +"QtX" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/maintenance/bar) +"QtY" = ( +/obj/structure/table/wood/poker, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/maintenance/bar) +"QtZ" = ( +/obj/structure/table/wood/poker, +/obj/item/storage/pill_bottle/dice, +/turf/open/floor/wood, +/area/maintenance/bar) +"Qua" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/maintenance/bar) +"Qub" = ( +/obj/structure/table/wood/bar, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/machinery/newscaster{ + pixel_x = 30 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"Quc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/maintenance/bar) +"Qud" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"Que" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"Quf" = ( +/obj/structure/table/wood/poker, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"Qug" = ( +/obj/structure/table/wood/poker, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"Quh" = ( +/obj/structure/table/wood/poker, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"Qui" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"Quj" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"Quk" = ( +/obj/structure/table/wood/bar, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/maintenance/bar) +"Qul" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/maintenance/bar) +"Qum" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/maintenance/bar) +"Qun" = ( +/obj/structure/table/wood/poker, +/obj/item/coin/iron, +/turf/open/floor/wood, +/area/maintenance/bar) +"Quo" = ( +/obj/structure/table/wood/bar, +/obj/item/reagent_containers/spray/cleaner, +/obj/structure/sign/poster/random{ + pixel_x = 32 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"Qup" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/maintenance/bar) +"Quq" = ( +/obj/effect/spawner/lootdrop/keg, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/maintenance/bar) +"Qur" = ( +/obj/structure/sign/poster/random{ + pixel_y = -32 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"Qus" = ( +/obj/structure/chair/stool, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/maintenance/bar) +"Qut" = ( +/obj/structure/chair/stool, +/obj/item/device/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -35 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"Quu" = ( +/obj/structure/sign/poster/random{ + pixel_y = -32 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/maintenance/bar) +"Quv" = ( +/obj/machinery/vending/kink, +/turf/open/floor/wood, +/area/maintenance/bar) +"Quw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/maintenance/bar) +"Qux" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/closed/wall/r_wall, +/area/engine/engine_smes) +"Quy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/closed/wall/r_wall, +/area/engine/engine_smes) +"Quz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"QuA" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'RADIOACTIVE AREA'"; + icon_state = "radiation"; + name = "RADIOACTIVE AREA"; + pixel_x = -32 + }, +/obj/structure/closet/radiation, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"QuB" = ( +/obj/machinery/camera{ + c_tag = "Gravity Generator Foyer" + }, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'RADIOACTIVE AREA'"; + icon_state = "radiation"; + name = "RADIOACTIVE AREA"; + pixel_x = 32 + }, +/obj/structure/closet/radiation, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"QuC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"QuD" = ( +/turf/closed/wall, +/area/space) +"QuE" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"QuF" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"QuG" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"QuH" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"QuI" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"QuJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"QuK" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"QuL" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"QuM" = ( +/obj/item/device/radio/intercom{ + broadcasting = 0; + listening = 1; + name = "Station Intercom (General)"; + pixel_y = 20 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"QuN" = ( +/obj/machinery/power/terminal, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/obj/structure/cable, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"QuO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"QuP" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/item/paper/guides/jobs/engi/gravity_gen{ + layer = 3 + }, +/obj/structure/table, +/obj/item/pen/blue, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"QuQ" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"QuR" = ( +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"QuS" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "Gravity Generator APC"; + areastring = "/area/engine/gravity_generator"; + pixel_x = -25; + pixel_y = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"QuT" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"QuU" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"QuV" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"QuW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"QuX" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'HIGH VOLTAGE'"; + icon_state = "shock"; + name = "HIGH VOLTAGE"; + pixel_x = -32 + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/engine/gravity_generator) +"QuY" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/engine/gravity_generator) +"QuZ" = ( +/obj/machinery/door/airlock/glass_engineering{ + name = "Gravity Generator"; + req_access_txt = "11"; + req_one_access_txt = "0" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/black, +/area/engine/gravity_generator) +"Qva" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/engine/gravity_generator) +"Qvb" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'RADIOACTIVE AREA'"; + icon_state = "radiation"; + name = "RADIOACTIVE AREA"; + pixel_x = 32 + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/engine/gravity_generator) +"Qvc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"Qvd" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/black, +/area/engine/gravity_generator) +"Qve" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Gravity Generator Room"; + dir = 8; + network = list("SS13") + }, +/turf/open/floor/plasteel/black, +/area/engine/gravity_generator) +"Qvf" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) (1,1,1) = {" aaa @@ -65535,11 +64090,11 @@ aaa aaa aaa aaa -cyc -cyc -cye -cyc -cyc +aaa +aaa +aaa +aaa +aaa aaa aaa aaa @@ -65792,11 +64347,11 @@ aaa aaa aaa aaa -cyc -cyw -cyi -cyw -cyc +aaa +aaa +aaa +aaa +aaa aaa aaa aaa @@ -66049,11 +64604,11 @@ aaa aaa aaa aaa -cyc -cyi -cyi -cyi -cyc +aaa +aaa +aaa +aaa +aaa aaa aaa aaa @@ -66306,11 +64861,11 @@ aaa aaa aaa aaa -cyc -cyi -cyi -cyi -cyc +aaa +aaa +aaa +aaa +aaa aaa aaa aaa @@ -66563,11 +65118,11 @@ aaa aaa aaa aaa -cyc -cyi -cyi -cyi -cyc +aaa +aaa +aaa +aaa +aaa aaa aaa aaa @@ -66820,11 +65375,11 @@ aaa aaa aaa aaa -cyc -cyi -cyi -cMa -cyc +aaa +aaa +aaa +aaa +aaa aaa aaa aaa @@ -67077,11 +65632,11 @@ aaa aaa aaa aaa -cyc -cyi -cyi -cyi -cyc +aaa +aaa +aaa +aaa +aaa aaa aaa aaa @@ -67331,14 +65886,14 @@ aaa aaa aaa aaa -aaa -aaa -aaa cyc -cyi -cyi -cyi cyc +Qll +cyc +cyc +aaa +aaa +aaa aaa aaa aaa @@ -67584,19 +66139,19 @@ aaa aaa aaa aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cyc +cyf +cym +cym +cym +cyR +Qmq cyi -cyi -czd -cyc -aaa +QmU +cyR +cym +cym +cym +cyF aaa aaa aaa @@ -67840,21 +66395,21 @@ aaa aaa aaa aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa cyc -cyw -cyi -cyw cyc -aaa -aaa +cyo +cyo +cyc +cyc +cyc +QmF +cyc +cyc +cyc +cyo +cyo +cyc +cyc aaa aaa aaa @@ -68097,21 +66652,21 @@ aaa aaa aaa aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa cyc cyc -cye cyc cyc -aaa -aaa +cyc +Qmg +Qmr +cyi +QmV +Qng +cyc +cyc +cyc +cyc +cyc aaa aaa aaa @@ -68354,21 +66909,21 @@ aaa aaa aaa aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa cyc -cyi +Qlm +cyc +QlL +QlW +QlC +QlC +QlC +QlC +QlC +cyc +Qnt +QnD +QnP cyc -aaa -aaa -aaa aaa aaa aaa @@ -68611,21 +67166,21 @@ aaa aaa aaa aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -cyc -cyc -cye -cyc -cyc -aaa -aaa +cyR +Qln +Qlx +QlM +QlX +Qmi +Qms +QmG +Qmw +QlC +Qno +Qnu +cyi +QnP +cyR aaa aaa aaa @@ -68868,21 +67423,21 @@ aaa aaa aaa aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa cyc cyc -cyw +cyc +cyc +cyc +Qmj +Qmt +QmH +QmX +QlC +Qnp cyi -cyw -cyc -cyc -aaa +QlC +QnR +cyR aaa aaa aaa @@ -69125,27 +67680,27 @@ aaa aaa aaa aae +cyR +Qlo +Qly +QlN +QlY +Qmk +Qmt +QmI +QmX +Qnh cyc -cyf -cym -cym -cym -cyF -aaa -cyc -cyw -cyi -cyi -cyi -cyw +Qnv +QnE +QnP cyc aaa -cyf -cym -cym -cym -cyF -cyc +aaa +aaa +aaa +aaa +aaa aaa aaa aaa @@ -69383,24 +67938,18 @@ aaa aaa aaa cyc -cyc -cyo -cyo -cyo +Qlp +Qlz +QlO +QlZ +QlC +Qmt +QmJ +QmX +QlC cyc cyc -cyc -cMc -cyi -cyi -cyi -cMa -cyc -cyc -cyc -cyo -cyo -cyo +QnF cyc cyc aaa @@ -69506,6 +68055,12 @@ aaa aaa aaa aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (31,1,1) = {" aaa @@ -69639,26 +68194,26 @@ aaa aaa aaa aaa +cyc +cyc +cyc +cyc +cyc +QlC +Qmw +QmK +Qms +QlC +Qnq +QlC +QnG +QnT +cyc +aaa +aaa +aaa +aaa aaa -cyc -cyn -cyv -cyv -cyn -cyc -cyw -cyi -cyi -cyi -cyi -cyi -cyw -cyc -cyn -cyv -cyv -cyn -cyc aaa aaa aaa @@ -69896,25 +68451,25 @@ aaa aaa aaa aaa -aaa -aaa cyc +Qlq +QlA cyn -cyv -cLY cyc +cLY +QlC cyi -cyi -cyi -cyi -cyi +QlC +QlC +cyc +Qnw cyi czr -cyc -cMk -cyv -cyn -cyc +cyR +aaa +aaa +aaa +aaa aaa aaa aaa @@ -70153,24 +68708,24 @@ aaa aaa aaa aaf -aaa -aaa -aaa -cyc -cyc -cyH -cyc -cyc -cyc cyR -cza +Qlr +QlB +QlP +cyc +cyc +cyc +QmL +cyc +cyc +cyc +Qnx +QnH +QnU cyR -cyc -cyc -cyc -cyH -cyc -cyc +aaa +aaa +aaa aaa aaa aaa @@ -70410,24 +68965,24 @@ aaa aaa aaf aaf +cyR +Qlr +cyi +QlC +QlD +cyi +QlC +QlC +QlC +QlC +cyc +Qny +QnI +QnV +cyc aaa aaa aaa -cyc -cyc -cyi -cyi -cyi -cyi -cyi -cyi -cyi -cyi -cyi -cyi -cyi -cyc -cyc aaa aaa aaa @@ -70667,25 +69222,25 @@ aaf aaa aAC aaf +cyc +Qlt +QlC +QlR +cyc +QlC +Qms +QmM +Qms +QlC +cyc +cyc +cyc +cyc +cyc +aaa +aaa aaa aaa -cyc -cyc -cyw -cyI -cyi -cyi -cyi -cyi -cMd -cyi -cyi -cyi -cyi -cyi -cyc -cyc -cyc aaa aaa aaa @@ -70924,26 +69479,26 @@ awW asE arB aaf +cyc +cyc +QlD +cyc +cyc +Qmn +Qmw +QmN +Qmw +Qni +cyc +Qnz +QnJ +QnW +cyc +aaa +aaa +aaa +aaa aaa -cyc -cyc -cyw -cyi -cyi -cyi -cyi -cyc -cyc -cyc -cyc -cyc -cyc -cyi -cyi -cyc -cyc -cyc -cyc aaa aaa aaa @@ -71181,26 +69736,26 @@ ayk awW aAD awW -cyc -cyc -cyc -cyc -cyc -cyc -cyw +Qll +Qlu +QlC cyi -cyc -cyV -cyi -cMh -cyi -cye -cyi -cyi -cye -cyi -cyw -cyc +Qmb +QlC +Qmk +QmO +QlC +QlC +Qnr +QlC +QnK +QnX +cyR +aaa +aaa +aaa +aaa +aaa aaa aaa aaa @@ -71440,25 +69995,25 @@ auP cyt cyd cyi +QlF +cyx +Qmb cyi -cyx -cyx -cyw -cyc +QlC cMa -cyc -cyW cyi -cze +QlC +cyc +Qms czm +QnY cyc -cMc -cyi -cyc -cyi -czB -cyc -cyc +aaa +aaa +aaa +aaa +aaa +aaa aaa aaa aaa @@ -71696,26 +70251,26 @@ awW awW awW cyc -cyi -cyi -cyi -cyi -cyJ cyc -cyi -cye -cyi -cMe -cyi -czl +QlG cyc -cyi -cyi cyc -cyi -cyi -cyw +QlC +Qms +QmP +Qms +Qnj cyc +cyc +cyc +cyc +cyc +aaa +aaa +aaa +aaa +aaa +aaa aaa aaa aaa @@ -71954,24 +70509,18 @@ aAF awW cyc cyk -cyi -cyi -cyi -cyi -cyc -cyi -cyc -cyc -cyc -cyc -cyc -cyc -cyi -cyI -cyR -czA -cyi -cyi +QlH +QlS +Qmd +QlC +Qms +QmQ +Qmw +QlC +Qns +QnA +QnL +QnZ cyc aaa aaa @@ -72076,6 +70625,12 @@ aaa aaa aaa aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (41,1,1) = {" aaa @@ -72209,27 +70764,27 @@ ayl ayl aAE awW -cyc +cyR cyj +QlI +QlI +Qme +QlC +QlC cyi -cyi -cyi -cyi -cye -cyi -cyi -cyi +QlC +QlC cMf cyi -cyi -cyi -cyi -cyi +QnM +Qoa cyR -cyi -cyi -czC -cyc +aaa +aaa +aaa +aaa +aaa +aaa aaa aaa aaa @@ -72466,27 +71021,27 @@ ayl ayl bgi awW -cyc -cyi -cyi -cyi -cyi -cyi -cyc -cyw -cyi -cyi -cyi -cyi -cyi -cyi -cyi -czw cyR -cyi -cyi -cyi +Qlv +QlI +QlU cyc +cyc +cyc +QmR +cyc +cyc +cyc +QnB +QnN +Qob +cyR +aaa +aaa +aaa +aaa +aaa +aaa aaa aaa aaa @@ -72724,26 +71279,26 @@ azA bgh awW cyc -cyi -cyi -cyi -cyi +Qlw +QlK +QlV +cyc cyw +QmC +QlC +Qms +Qnk cyc +QnC +QnO +Qoc cyc -cyc -cyR -cza -cyR -cyc -cyc -cyc -cyc -cyc -cyi -cyi -cyi -cyc +aaa +aaa +aaa +aaa +aaa +aaa aaa aaa aaa @@ -72981,26 +71536,26 @@ awW awW awW cyc -cyi -cyi -cyi -cyw cyc -cyw -cyi -cyi -cyi -cyi -cyi -cyi -cyX -cyX -cyX +cyR cyc -cyi -cyi -cyw cyc +Qmo +QmD +QlC +Qnd +Qnl +cyc +cyc +cyR +cyc +cyc +aaa +aaa +aaa +aaa +aaa +aaa aaa aaa aaa @@ -73237,26 +71792,26 @@ ayl beL auP cyu -cye -cyi -cyq -cyi -cyc -cyw -cyi -cyi -cyi -cyi -cyi -cyi -cyi -cyi -cyi -cyi -cyw -cyw -czy -cyc +aaa +aaa +aaa +aaa +cyR +Qmp +QlC +QmS +Qne +Qnm +cyR +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa aaa aaa aaa @@ -73494,26 +72049,26 @@ ayk awW aAD awW -cyc -cyc -cyc -cyz -cyc +aaa +aaa +aaa +aaa +cyR cLZ cyO -cyi -cyi -cyi -cyi -cyi -cyi -cyi -cyi -czx -czn -cyc -cyc -cyc +QmT +Qnf +Qnn +cyR +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa aaa aaa aaa @@ -73753,23 +72308,23 @@ awW aaf aaa aaa -cyc -cyy -cyc -cTW -cyO -cyi -cyi -cyX -czb -cyX -cyi -cyi -cyi -cyi -cyw -cyc -cyc +aaa +aaa +Qmf +cyR +cyR +cyR +cyR +cyR +Qmf +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa aaa aaa aaa @@ -74008,24 +72563,24 @@ ayl beN arB aaf -aaf -aaf -cyc -cyA -cyc -cyw -cyP -cyi -cyi -cyY -czc -cyX -cyi -cyi -cyi -cyw -cyc -cyc +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa aaa aaa aaa @@ -74265,23 +72820,23 @@ ayl beM aAC aaf -aaf -aaf -aaf -aaf -cyc -cyc -cyc -cyR -cyR -cyR -cyR -cyR -cyR -cyR -cyc -cyc -cyc +aHr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa aaa aaa aaa @@ -75966,7 +74521,6 @@ aaa aaa aaa aaa -Qlj aaa aaa aaa @@ -75977,6 +74531,7 @@ aaa aaa aaa aaa +Qlk aaa aaa aaa @@ -76042,7 +74597,7 @@ auT aBI aDf aEK -QlT +Qrb aHy ayl aKk @@ -77631,9 +76186,9 @@ aaa aaa aaa aaa -Qng +aag +aaa aaa -aHr aaa aaa aaa @@ -77888,9 +76443,9 @@ aaa aaa aaa aaa -Qng +aag +aaa aaa -aHr aaa aaa aaa @@ -78145,9 +76700,9 @@ aaa aaa aaa aaa -Qng +aag +aaa aaa -aHr aaa aaa aaa @@ -78402,9 +76957,9 @@ aaa aaa aaa aaa -Qng +aag +aaa aaa -aHr aaa aaa aaa @@ -78659,9 +77214,9 @@ aaa aaa aaa aaa -Qng +aag +aaa aaa -aHr aaa aaa aaa @@ -78916,9 +77471,9 @@ aaa aaa aaa aaa -Qng +aag +aaa aaa -aHr aaa aaa aaa @@ -79173,9 +77728,9 @@ aaa aaa aaa aaa -Qng +aag +aaa aaa -aHr aaa aoV bZm @@ -79430,9 +77985,9 @@ aaa aaa aaa aaa -Qng +aag +aaa aaa -aHr aaa aoV bVz @@ -79687,9 +78242,9 @@ aaa aaa aaa aaa -Qng +aag +aaa aaa -aHr aaa bVw bVz @@ -79944,9 +78499,9 @@ aaa aaa aaa aaa -Qng +aag +aaa aaa -aHr aaa apQ bVz @@ -80201,8 +78756,8 @@ aaa aaa aaa aaa -Qng -QmH +aag +Qoi aHr aaa apQ @@ -80458,10 +79013,10 @@ aaa aaf aaf aaf -Qng -QmH +aag +Qoi aaf -QmH +Qoi bVx caf aoV @@ -80755,7 +79310,7 @@ aaa aaa aaa aaa -Qqz +aaa aaa aaa aaa @@ -80975,7 +79530,7 @@ bCq bJP bCq bTs -Qnz +Qso bCq cbj bLv @@ -81231,8 +79786,8 @@ aaa bCq bHE bCq -Qnw -QnA +Qsm +Qsp bCq cbk bLv @@ -81489,7 +80044,7 @@ bLv bPR bRc bSo -QnB +Qsq bCq bVy bLv @@ -81691,14 +80246,14 @@ apQ avY axo ayB -Qlm -Qlr -QlC -QlJ -QlN -QlU -Qma -Qmg +Qqu +QqB +QqK +QqR +QqV +Qrc +Qri +Qro aKu aLF aLF @@ -81948,14 +80503,14 @@ aoV avY axo ayB -Qln -Qlu -QlD -QlK -QlO -QlV -Qmb -Qmh +Qqv +QqC +QqL +QqS +QqW +Qrd +Qrj +Qrp aKt aLE bDe @@ -82205,14 +80760,14 @@ apQ avY axo ayB -Qlo -Qlv -QlE +Qqw +QqD +QqM aDs -QlP -QlW -Qmc -Qmi +QqX +Qre +Qrk +Qrq aKu aLE aLE @@ -82259,7 +80814,7 @@ aaa bCq bPV bCq -Qnw +Qsn bTw bCq bVD @@ -82463,14 +81018,14 @@ avZ axo ayC azH -Qlw +QqE aBS -QlJ -QlJ -QlJ -QlJ -QlJ -QlJ +aDr +aDr +aDr +aDr +aDr +aDr aLE aLE aOl @@ -82515,9 +81070,9 @@ aoV aoV bCq bPW -Qnv +Qsl bSp -QnB +bTv bCq bVC bWx @@ -82548,18 +81103,18 @@ cqK crl bLv aaa -abY -abY -abY -abY -abY -abY -abY -abY -abY +aaT +aaT +aaT +aaT +aaT +aaT +aaT +aaT +aaT aaa -abY -abY +aaT +aaT aaa aaa aaa @@ -82716,13 +81271,13 @@ aqR aGh aqR aqR -Qll +Qqt axq ayA -Qlp -Qlx -QlF -QlL +Qqx +QqF +QqN +QqT apS apS apS @@ -82771,7 +81326,7 @@ bGi aoV aoV bCq -Qns +Qsk bCq bCq bTu @@ -82805,7 +81360,7 @@ cAQ crm bLv aaa -abY +aaT ctv ctv ctv @@ -82813,11 +81368,11 @@ ctv ctv ctv ctv -abY -aaf +aaT +Qoi ctv -abY -abY +aaT +aaT aaa aaa aaa @@ -82977,7 +81532,7 @@ avZ axp ayD azI -Qly +QqG aBU aDt aDt @@ -83061,7 +81616,7 @@ cqv cqL bJe bLv -QmH +Qoi aaT aaT aaT @@ -83071,10 +81626,10 @@ aaT aaT aaT aaT -aaf +Qoi ctv ctv -abY +aaT aaa aaa aaa @@ -83233,15 +81788,15 @@ aag avY axo ayB -Qln -Qlz -QlG +Qqy +QqH +QqO aDv -QlQ -QlX -Qmd -Qmj -Qmm +QqY +Qrf +Qrl +Qrr +Qru aLE aMS aOt @@ -83288,20 +81843,20 @@ bCq bPY cOw bCq -QnC -QnC -QnC -QnC -QnC -Qox -QnC -QnC -QnC -QnC -QnC -QnC -QnC -QnC +Qsr +Qsy +QsG +QsQ +Qtb +Qtm +Qtx +QtH +cjn +cjn +cjn +cjn +cjn +cjn bUs bLv aaa @@ -83318,19 +81873,19 @@ bCq bCq bCq bCq -QmH -QmH -QmH +Qoi +Qoi +Qoi aaa aaa -QmH +Qoi aaa aaa aaa -QmH -aaf -aaf -aaf +Qoi +Qoi +Qoi +Qoi aaa aaa aaa @@ -83490,15 +82045,15 @@ aag avY axo ayB -Qlr -QlA -QlH -QlM -QlR -QlY -Qme -Qmk -Qmn +Qqz +QqI +QqP +QqU +QqZ +Qrg +Qrm +Qrs +Qrv aLE aMS aOi @@ -83545,20 +82100,20 @@ bCq bPX bRg bRg -QnC -QnK +Qss +Qsz bVG -Qoc -Qon -QnK -QoJ -QnC -QnK -Qpg +QsR +Qtc +Qtn +Qty +QtI +bcU +QtV bVG -QnK -QpB -QnC +bcU +Quq +cjn bUs bLv aaa @@ -83573,20 +82128,20 @@ aaa aaa aaf aaf -QpO +QuD aaa -QpZ +QuJ bij bij bij bij bij bij -QqA +Qvc btG btG aaa -QmH +Qoi aaa aaa aaa @@ -83723,7 +82278,7 @@ aaa aaa aaa aaa -Qqz +aaa aaa aaa aaa @@ -83747,15 +82302,15 @@ aag avY axo ayB -Qls -QlB -QlI +QqA +QqJ +QqQ aDt -QlS -QlZ -Qmf -Qml -Qmm +Qra +Qrh +Qrn +Qrt +aKx aLE aMS aOi @@ -83802,20 +82357,20 @@ bLv bQa bHE bHE -QnC -QnL -QnS -Qod -Qoo -Qoz -Qoo -QoU -Qoo -Qoo -Qpo -Qpl -QpC -QnC +Qst +QsA +QsH +QsS +Qtd +Qto +Qtz +QtJ +QtP +QtW +Qud +Qum +Qur +cjn bUs bLv aaf @@ -83827,25 +82382,25 @@ cjJ cjJ cjJ cjJ -QpI +Qux bij bij crn bij -Qqa -Qqi -Qqm -bnT +QuK +QuP +QuS +QuX bkI bgN bgN -QqB +Qvd bgN btG -QmH +Qoi +aaT +aaT aaT -abY -abY aaa aaa aaa @@ -83980,7 +82535,7 @@ aaa aaa aaa aaa -aHr +aae aaa aaa aaa @@ -84059,20 +82614,20 @@ bLv bPZ bHE bHE -QnF -QnM -QnT -Qoe -Qop -QoA -QoL -QoV -QoL -Qpi -Qpp +Qsu +QsB +QsI +QsT +Qte +Qtp +QtA +QtK +QtQ +QtX +Que bdV -QnK -QnC +bcU +cjn bUs bLv aaa @@ -84086,13 +82641,13 @@ cov cpj cpS btG -QpL -QpP +QuA +QuE btG -Qqb +QuL bsc -Qqn -bnV +QuT +QuY bgN bih big @@ -84102,7 +82657,7 @@ btG aaa aaT ctv -abY +aaT aaa aaa aaa @@ -84316,20 +82871,20 @@ bLv bHE bHE bSs -QnC -QnN -QnU -Qof -Qoq -QnU -QnK -QoW -Qpc +Qsv +QsC +QsJ +QsU +Qtf +Qtq +bcU +QtL +QtR cCa -Qpq +Quf cCa -QpD -QnC +Qus +cjn bUs bLv aaa @@ -84344,22 +82899,22 @@ cpl cpU btF bsc -QpQ +QuF btF bsc -Qqj -Qqn -bnU +QuQ +QuU +QuZ bgN big bgN bkZ bgN btG -QmH +Qoi aaT ctv -abY +aaT aaa aaa aaa @@ -84573,20 +83128,20 @@ bCq bHE bRh bSr -QnC -QnO -QnV -Qog -Qor -QoC -QoM -QnC +Qsw +QsD +QsK +QsV +Qtg +Qtr +QtB +QtM bdV -Qpj -Qpq +QtY +Qug cCa -QpE -QnC +Qut +cjn bUs bLv aaf @@ -84600,13 +83155,13 @@ cow cpk cpT btG -QpM -QpR +QuB +QuG btG -Qqc +QuM bsc -Qqn -bnV +QuV +Qva bgN bii big @@ -84616,7 +83171,7 @@ btG aaa aaT ctv -abY +aaT aaa aaa aaa @@ -84755,7 +83310,7 @@ abc abc abc abc -QmH +Qoi aaa akD akD @@ -84830,20 +83385,20 @@ bCq bOK bCq bCq -QnC -QnP -QnW -Qoh -Qos -QoD -QnC -QnC +Qsx +QsE +QsL +QsW +Qth +Qts +QtC +cjn bdV -Qpk -Qpq -Qpy +QtZ +Quh +Qun bdV -QnC +cjn bUs bLv aaa @@ -84855,25 +83410,25 @@ cnq cnP coz cpn -QpJ -QpK -QpK -QpS -QpK -Qqd -Qqk -Qqq -Qqr +Quy +Quz +QuC +QuH +QuI +QuN +QuR +QuW +Qvb bmw bgN bgN -QqC +Qve bgN btG aaa aaT ctv -abY +aaT aaa aaa aaa @@ -85007,13 +83562,13 @@ abc aea aeH aft -QrE -QrF -QrG -QrM +Qpp +Qpq +Qpr +Qpx abc -QmH -QmH +Qoi +Qoi aaa aiU aln @@ -85088,19 +83643,19 @@ bHE bLv aaa bLv -QnQ -QnW -QnC -QnC -QnC -QnC -QnK -QnK +QsF +QsM +QsX +Qti +Qtt +QtD +bcU +bcU bdV -Qpt +Qui bdV -QpF -QnC +Quu +cjn bUs bLv aaa @@ -85115,22 +83670,22 @@ cpm cjJ aaf aaf -QpT +Qol aaa -Qqe +QuO bgO bgO bgO bgO bgO bgO -QqD +Qvf btG btG -QmH +Qoi aaT ctv -abY +aaT aaa aaa aaa @@ -85266,10 +83821,10 @@ aeJ afw abc abc -QrH -QrN +Qps +Qpy abc -QmH +Qoi aaf aaf aiU @@ -85345,19 +83900,19 @@ bHE bLv aaf bLv -QnQ -QnW -Qoj -Qou -QoF -QoP -QnK -Qpd -Qpl -Qpu -QnK -QnK -QnC +bUt +QsN +QsY +Qtj +Qtu +QtE +bcU +QtS +Qua +Quj +bcU +bcU +cjn bUs bLv aaf @@ -85372,22 +83927,22 @@ cjJ cjJ aaa aaa -QpT +Qol aaf aaa aaa aaa -QmH +Qoi aaa aaa -QmH -QmH -QmH -aaa +Qoi +Qoi +Qoi aaa +aHr aaT ctv -abY +aaT aaa aaa aaa @@ -85523,8 +84078,8 @@ aeI afv agf afA -QrI -QrO +Qpt +Qpz afA aiV aiT @@ -85602,19 +84157,19 @@ bLv bCq aaa bLv -bUz -QnW -Qok -Qov -QoG -QnC -QoY -Qpe -Qpm -Qpv -Qpz -QpG -QnC +bUt +QsO +QsZ +Qtk +Qtv +QtF +QtN +QtT +Qub +Quk +Quo +Quv +cjn bUs bCq aaa @@ -85629,22 +84184,22 @@ cpo cjJ aaa aaa -QpT +Qol aaf -QmH +Qoi aaa aaa -QmH +Qoi aaa aaa -QmH -QmH -QmH -QmH -aaa +Qoi +Qoi +Qoi +Qoi +aHr aaT ctv -abY +aaT aaa aaa aaa @@ -85780,9 +84335,9 @@ aeL afy agh afA -QrJ -QrK -QrK +Qpu +QpA +QpD aiV ajs akb @@ -85860,17 +84415,17 @@ aaa aaa bTB bUv -Qoa -Qol -Qol -Qol -Qol -Qol -Qol -Qol -Qol -Qol -Qol +QsP +Qta +Qtl +Qtw +QtG +QtO +QtU +Quc +Qul +Qup +Quw car bUs bCq @@ -85888,17 +84443,17 @@ aaf aaf cig aaf -QmH +Qoi aaa aaa -QmH +Qoi aaa aaa -QmH +Qoi aaa -QmH +Qoi +aaf aaf -QmH aaT aaT aaT @@ -86037,9 +84592,9 @@ aeK afx agg afA -QrK -QrQ -QrK +Qpv +QpB +QpE aiV ajr aka @@ -86156,7 +84711,7 @@ aaa aaa aaa aaf -QmH +Qoi aaa aaa aaa @@ -86294,9 +84849,9 @@ aeN afA afA afA -QrL -QrR -QrK +Qpw +QpC +QpF aiV aju akd @@ -86413,8 +84968,8 @@ aaa aaa aaa aaT -abY -abY +aaT +aaT aaa aaa aaa @@ -86671,7 +85226,7 @@ aaa aaa aaT ctv -abY +aaT aaa aaa aaa @@ -86928,7 +85483,7 @@ aaf aaf aaT ctv -abY +aaT aaa aaa aaa @@ -87076,7 +85631,7 @@ afL aez ahU aiX -anw +anz aov cCi air @@ -87185,7 +85740,7 @@ aaa aaa aaT ctv -abY +aaT aaa aaa aaa @@ -87333,7 +85888,7 @@ ajc afM afN aiX -anw +anz aov cCi aqX @@ -87442,7 +85997,7 @@ aaf aaf aaT ctv -abY +aaT aaa aaa aaa @@ -87590,7 +86145,7 @@ adL ahr aih aiX -anw +anz aov ape arT @@ -87699,7 +86254,7 @@ aaa aaa aaT ctv -abY +aaT aaa aaa aaa @@ -87845,7 +86400,7 @@ akj agj agj agj -aiX +agj aiX anQ aov @@ -87956,7 +86511,7 @@ aaf aaf aaT ctv -abY +aaT aaa aaa aaa @@ -88213,7 +86768,7 @@ aaa aaa aaT ctv -abY +aaT aaa aaf aaa @@ -88357,8 +86912,8 @@ agj auj akl akO -Qsc -Qsh +alx +QpP amg aiX anw @@ -88870,9 +87425,9 @@ aiF agj ajD akm -akP +QpK aly -Qsi +QpQ amQ aiX anw @@ -89127,9 +87682,9 @@ aiO agj aja akl -Qsa -Qsc -Qsh +akP +alx +amh ami aiX anw @@ -89167,7 +87722,7 @@ aZP bbh bcc bdd -Qmr +bbX bfr bbX bif @@ -89242,9 +87797,9 @@ ccw ccw ccw aaa -aaa -aaf -aaa +Qod +aaT +Qod aaa aaa aaa @@ -89383,7 +87938,7 @@ agP agP aiz ajg -QrX +QpI akQ agj agj @@ -89426,7 +87981,7 @@ bbk bbk bbk bfs -Qms +Qry aZM aZM aaf @@ -89499,9 +88054,9 @@ csd ciZ ccw aaa -abY +aaT ctv -abY +aaT aaa aaa aaa @@ -89621,7 +88176,7 @@ aaa aaa aaf aaf -QqR +Qov aaf aai abi @@ -89643,7 +88198,7 @@ ajb ajF akN alw -Qsj +QpR amQ aiX anw @@ -89683,19 +88238,19 @@ bce bdf beb aYv -Qmt -QmD +Qrz +QrJ aaf aaf -QmH +Qoi aaa -QmH +Qoi aaa -QmP -QmP -QmP -QmP -QmP +QrT +bsb +bsb +bsb +bsb aXf aJq byU @@ -89878,7 +88433,7 @@ aaf aaf aaf aaf -aaf +abY aaR aaZ aaZ @@ -89896,14 +88451,14 @@ agn agR agn ajc -QrV +QpG akv -Qsb -Qse +QpL +QpN aww amk aiX -anQ +Qqf aov aph aqb @@ -89940,19 +88495,19 @@ aZR bbm bec bfu -Qmu +QrA aBb aBb bmu aBb aBb -QmK +QrP aaa -QmP -QmR -QmY -Qnb -QmP +bsb +QrV +Qsc +Qsf +bsb aXf aJq bBi @@ -90013,9 +88568,9 @@ cAu cAu ccw aaa -abY +aaT ctv -abY +aaT aaa aaa aaa @@ -90135,17 +88690,17 @@ aaa aaa aaa aaf -QqR +Qow aaf aaZ -Qra -Qri -Qrq +adi +QoQ +QoZ aaZ cpg -QrC +Qpm acv -adi +Qpn aaZ aeW agQ @@ -90154,7 +88709,7 @@ ahQ aiI aiH ajB -QrY +QpJ akQ agj agj @@ -90197,7 +88752,7 @@ aZR aZR aZR bft -Qmt +QrB aBa aBT bmv @@ -90205,14 +88760,14 @@ aEN aGb bpg aaa -QmP -QmS +bsb +QrW buP bwm bxH aXf aJq -Qnf +Qsj bCs bCs bCs @@ -90272,7 +88827,7 @@ ccw aaf aaT ctv -abY +aaT aaa aaa aaa @@ -90392,17 +88947,17 @@ aaa aaa aaa aaf -QqR +Qox aaf aaZ -Qrb -Qrj -Qrq +adi +QoR +Qpa aaZ acl cxA acL -QrD +Qpo aaZ agp agT @@ -90410,11 +88965,11 @@ ahx ahS aiK ajc -QrV +QpH akm akT -alf -alx +aly +QpS amQ aiX anw @@ -90454,16 +89009,16 @@ bbm bdh bee bfv -Qmt +QrC aBa -QmF +QrL aEM aEM aGa bph bqF bsd -QmT +QrX buQ bwn bxI @@ -90527,9 +89082,9 @@ csd cHo ccw aaa -abY +aaT ctv -abY +aaT aaa aaa aae @@ -90649,14 +89204,14 @@ aaa aaa aaa aaf -QqR +Qoy aaf aaZ -Qrb -Qrk -Qrs +adi +QoS +Qpb aaZ -Qry +Qph adk adK cqG @@ -90670,8 +89225,8 @@ ajc ajI akl akS -Qsf -Qsk +alx +amh amp aiX anS @@ -90711,19 +89266,19 @@ bcf bdg bed bfv -Qmt +QrD aBa aBV alu -aEM -aGd +QrN +bnU aHG bqE -QmQ -QmU -QmZ -Qnc -Qne +QrU +QrY +Qsd +Qsg +Qsi aNr bAf bBp @@ -90784,9 +89339,9 @@ cGV ccw ccw aaa -abY +aaT ctv -abY +aaT aaa aaa aaa @@ -90906,14 +89461,14 @@ aaa aaa aaa aaf -QqR +Qoz aaf aaZ -Qrd -Qrl -Qrt +adi +QoT +Qpc aaZ -Qrz +Qpi acM adQ cwM @@ -90931,7 +89486,7 @@ agj agj agj aiX -Qsy +Qqg aoz apm aqd @@ -90968,16 +89523,16 @@ bbm bdh bef bfv -Qmt +QrE aBa -QmG +QrM aEO -aEO -aGc -QmL -QmO +QrO +bnV +QrQ +QrS bsf -QmV +QrZ buS bwp bxK @@ -91041,9 +89596,9 @@ csd cHp ccw aaf -abY +aaT ctv -abY +aaT aaa aaa aaa @@ -91163,14 +89718,14 @@ aaa aaa aaa aaf -QqR +QoA aaf aaZ -Qre -Qrm -Qrt +QoK +QoU +Qpd aaZ -QrA +Qpj coS aet cxA @@ -91188,8 +89743,8 @@ alz aml amT aiX -Qsz -QsF +Qqh +Qqn apl aqc aqc @@ -91225,7 +89780,7 @@ aZR aZR aZR bfw -Qmt +QrF aBa aBW bjy @@ -91233,8 +89788,8 @@ aEP aGe bpi aaa -QmP -QmW +bsb +Qsa buR aFM bxJ @@ -91298,9 +89853,9 @@ csd ciZ ccw aaf -aaS +aaT ctv -abY +aaT aaa aaa aaa @@ -91420,14 +89975,14 @@ aaa aaa aaa aaf -QqR +QoB aaf aaZ -Qrf -Qrn -Qrv +QoL +QoV +Qpe abQ -QrB +Qpk adj arc blT @@ -91444,9 +89999,9 @@ akV alB amn amV -Qsu +Qqb anB -Qsq +Qqo aod aqf ahT @@ -91482,19 +90037,19 @@ aZR bbm beh bfx -QmA +QrG aBc aBc bgR aBc aBc -QmM +QrR aaa -QmP -QmX -Qna -Qnd -QmP +bsb +Qsb +Qse +Qsh +bsb aJq aJq bBu @@ -91555,9 +90110,9 @@ cHj cHd ccw aaa -abY +aaT ctv -abY +aaT aaa aaa aaa @@ -91677,14 +90232,14 @@ aaa aaa aaa aaf -QqR +QoC aaf aaZ -Qrg +QoM ack -Qrw +Qpf abN -ack +Qpl bkA acF aes @@ -91699,9 +90254,9 @@ ajI akp amS alA -Qsl +QpT amm -Qsv +Qqc anT anT aod @@ -91739,19 +90294,19 @@ bcg aZU beg aYB -Qmt -QmD +QrH +QrK aaf aaf -QmH +Qoi aaa -QmH +Qoi aaa -QmP -QmP -QmP -QmP -QmP +bsb +bsb +bsb +bsb +bsb aJq aJq bBt @@ -91934,12 +90489,12 @@ aaa aaa aaa aaf -QqR +QoD aaf aaZ -Qrh -Qro -Qrx +QoN +QoW +Qpg aci acm cpA @@ -91956,10 +90511,10 @@ ajJ akr amS alC -Qsm -Qsm -Qsm -Qsm +QpU +amX +amX +amX aoB aod aqe @@ -91996,7 +90551,7 @@ bbp bbp bbp bfz -QmC +QrI aZV aZV aaf @@ -92069,9 +90624,9 @@ csd cHs ccw aaf -abY +aaT ctv -abY +aaT aaa aaa aaa @@ -92191,11 +90746,11 @@ aaa aaa aaf aaf -abY -aaf aaZ aaZ -Qrp +aaZ +aaZ +QoX avB aaZ aaZ @@ -92210,16 +90765,16 @@ aii agn ajd ajI -QrZ -akW -anw +akp +amS +QpO amo -Qsm -Qsm -QsA -QsH -QsI -QsK +amX +amX +Qqi +Qqp +Qqq +Qqs arf apY ate @@ -92326,9 +90881,9 @@ cHl ccw ccw aaf -abY aaT -abY +aaT +aaT aaa aaa aaa @@ -92448,14 +91003,14 @@ aaa aaa aaa aaa -aaf -aaf abp -aco +QoF +QoH +abO abO abO acO -abl +abO abO abO afc @@ -92467,13 +91022,13 @@ ahZ adR aiQ ajI -ahY -akW -anA -Qsn -Qsq +akt +QpM +anw +QpV +QpX anB -QsB +Qqj aoD aod aqe @@ -92705,8 +91260,6 @@ aaa aaa aaa aaa -aaa -aaf abo abO abO @@ -92715,6 +91268,8 @@ abO abO abO abO +abO +abO afb abo afg @@ -92726,11 +91281,11 @@ ajf ajK aks akY -Qsg -Qsn -Qsr +anA +QpW +QpY amo -QsB +Qqk aoC aod aqe @@ -92962,15 +91517,15 @@ aaa aaa aaa aaa -aaa -aaf abp abO +abO +QoO +QoY acq acq acq -acq -acq +abO aew afe afS @@ -92984,10 +91539,10 @@ ajB akp aiX akz -Qsp -Qss -Qss -QsD +alf +QpZ +Qqd +Qql aoF apo aqh @@ -93219,11 +91774,11 @@ aaa aaa aaa aaf -aaf -aaf abo abO abO +abO +abO acp acP acP @@ -93242,11 +91797,11 @@ aku aiX alE amq -Qst -Qsx -QsE +Qqa +Qqe +Qqm aoE -QsJ +Qqr aqg aun asf @@ -93353,7 +91908,7 @@ aaf aaa aaf ctv -abY +aaT aaa aaf aaa @@ -93476,15 +92031,15 @@ aaa aaa aaa aaa -aaa -aaa abp -abP +aco +QoI +QoP abR abP abP abP -abP +abl abp abp abp @@ -93610,7 +92165,7 @@ aaf aaf aaf ctv -abY +aaT aaa aaf aaa @@ -93733,9 +92288,9 @@ aaa aaa aaf aaf -aaf -aaf -abp +QoE +QoG +QoJ abq abq abq @@ -93867,7 +92422,7 @@ aaa ctv ctv ctv -abY +aaT aaa aaa aaa @@ -94049,7 +92604,7 @@ aYF aZV bbw bcn -Qmq +bbw ben bfE bgX @@ -94121,10 +92676,10 @@ aaa aaa aaa aaa -abY -abY -abY -abY +aaT +aaT +aaT +aaT aaa aaa aae @@ -94381,7 +92936,7 @@ aaa aaa aaa aaa -aaa +Qod aaa aaa aaa @@ -94638,7 +93193,7 @@ aae aaa aaa aaa -aaa +Qod aaa aaa aaa @@ -94895,7 +93450,7 @@ aaa aaa aaa aaa -aaa +Qof aaa aaa aaa @@ -95152,7 +93707,7 @@ aaa aaa aaa aaa -aaa +Qod aaa aaa aaa @@ -95409,7 +93964,7 @@ aaa aaa aaa aaa -aaa +Qof aaa aaa aaa @@ -95666,7 +94221,7 @@ aaa aaa aaa aaa -aaa +Qoi aaa aaa aaa @@ -95923,7 +94478,7 @@ aaa aaa aaa aaa -aaa +Qof aaa aaa aaa @@ -96180,7 +94735,7 @@ aaa aaa aaa aaa -aaa +Qod aaa aaa aaa @@ -96437,7 +94992,7 @@ aaa aaa aaa aaa -aaa +Qol aaa aaa aaa @@ -96694,7 +95249,7 @@ aaa aaa aaa aaa -aaa +Qod aaa aaa aaa @@ -96951,7 +95506,7 @@ aaa aaa aaa aaa -aaa +Qod aaa aaa aaa @@ -97208,7 +95763,7 @@ aaa aaa aaa aaa -aaa +Qof aaa aaa aaa @@ -97465,7 +96020,7 @@ aaa aaa aaa aaa -aaa +Qod aaa aaa aaa @@ -97722,7 +96277,7 @@ aaa aaa aaa aaa -aaa +Qof aaa aaa aaa @@ -97979,7 +96534,7 @@ aaa aaa aaa aaa -aaa +Qof aaa aaa aaa @@ -98148,7 +96703,7 @@ aGJ aIe aJC aJC -Qmo +Qrw aJC aJC aJC @@ -98236,7 +96791,7 @@ aaa aaa aaa aaa -aaa +Qol aaa aaa aaa @@ -99433,7 +97988,7 @@ aGL aIg aJH aKR -Qmp +Qrx aMB aJC aRA @@ -108148,8 +106703,8 @@ aaf aaf aaf aaf -alP -Qlk +aaf +aaf alP anf alP @@ -108405,8 +106960,8 @@ aaa aaa aaa aaa -alP -alP +aaa +aaf alP anf alP From 3be537851c5b861ecc11d696f848a80680f529c1 Mon Sep 17 00:00:00 2001 From: Michiyamenotehifunana <31995558+Michiyamenotehifunana@users.noreply.github.com> Date: Thu, 26 Oct 2017 14:08:30 +0800 Subject: [PATCH 7/7] HOPEFULLY reverts all map changes oh god please work this time --- _maps/map_files/BoxStation/BoxStation.dmm | 11672 +++++++++++--------- 1 file changed, 6537 insertions(+), 5135 deletions(-) diff --git a/_maps/map_files/BoxStation/BoxStation.dmm b/_maps/map_files/BoxStation/BoxStation.dmm index 1dfc193284..8c4b6da914 100644 --- a/_maps/map_files/BoxStation/BoxStation.dmm +++ b/_maps/map_files/BoxStation/BoxStation.dmm @@ -38,22 +38,27 @@ /area/security/prison) "aaj" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/closed/wall/r_wall, /area/security/prison) "aak" = ( /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/security/prison) "aal" = ( /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/effect/spawner/structure/window/reinforced, @@ -61,9 +66,11 @@ /area/security/prison) "aam" = ( /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/effect/spawner/structure/window/reinforced, @@ -128,6 +135,8 @@ /area/security/prison) "aav" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/floorgrime, @@ -215,6 +224,8 @@ /area/security/prison) "aaL" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/window/reinforced{ @@ -247,6 +258,8 @@ /area/security/prison) "aaQ" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/barber, @@ -294,6 +307,8 @@ "aaY" = ( /obj/structure/window/reinforced, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/barber, @@ -407,7 +422,8 @@ /area/crew_quarters/heads/hos) "abs" = ( /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/machinery/power/tracker, /turf/open/floor/plasteel/airless/solarpanel, @@ -492,6 +508,8 @@ /area/security/prison) "abE" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -647,9 +665,6 @@ /area/security/main) "abP" = ( /obj/structure/closet/secure_closet/security/sec, -/obj/effect/turf_decal/bot{ - dir = 2 - }, /turf/open/floor/plasteel/showroomfloor, /area/security/main) "abQ" = ( @@ -669,6 +684,8 @@ }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/black, @@ -678,9 +695,6 @@ /obj/machinery/light{ dir = 4 }, -/obj/effect/turf_decal/bot{ - dir = 2 - }, /turf/open/floor/plasteel/showroomfloor, /area/security/main) "abS" = ( @@ -731,7 +745,8 @@ /area/crew_quarters/heads/hos) "abX" = ( /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/machinery/power/tracker, /turf/open/floor/plasteel/airless/solarpanel, @@ -742,6 +757,8 @@ /area/space) "abZ" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/lattice/catwalk, @@ -797,6 +814,8 @@ /area/security/prison) "acg" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/door/poddoor/preopen{ @@ -855,13 +874,15 @@ name = "Armory APC"; pixel_x = 24 }, +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1; + d2 = 2 + }, /obj/effect/turf_decal/stripes/line{ dir = 1 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/cable{ - icon_state = "0-8" - }, /turf/open/floor/plasteel, /area/ai_monitored/security/armory) "acn" = ( @@ -881,9 +902,6 @@ /area/security/main) "acq" = ( /obj/effect/landmark/secequipment, -/obj/effect/turf_decal/bot{ - dir = 2 - }, /turf/open/floor/plasteel/showroomfloor, /area/security/main) "acr" = ( @@ -925,6 +943,8 @@ /area/space) "acx" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/lattice/catwalk, @@ -1044,6 +1064,8 @@ /area/security/execution/transfer) "acJ" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -1095,6 +1117,7 @@ /turf/open/floor/plasteel/bar, /area/crew_quarters/bar) "acO" = ( +/obj/structure/closet/l3closet/security, /obj/machinery/camera{ c_tag = "Brig Equipment Room"; dir = 4 @@ -1150,7 +1173,8 @@ /area/security/main) "acV" = ( /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/machinery/power/solar{ id = "auxsolareast"; @@ -1225,6 +1249,8 @@ /area/security/prison) "ade" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -1239,6 +1265,11 @@ /turf/open/floor/plasteel/freezer, /area/security/prison) "adg" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /turf/open/floor/plasteel, /area/ai_monitored/security/armory) @@ -1248,7 +1279,9 @@ /turf/open/floor/carpet, /area/crew_quarters/heads/hos) "adi" = ( -/obj/machinery/flasher/portable, +/obj/structure/table, +/obj/item/storage/box/firingpins, +/obj/item/storage/box/firingpins, /turf/open/floor/plasteel/vault{ dir = 8 }, @@ -1275,6 +1308,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel{ @@ -1361,7 +1396,8 @@ /area/security/main) "ads" = ( /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/machinery/power/solar{ id = "auxsolareast"; @@ -1376,12 +1412,18 @@ /area/solar/starboard/fore) "adu" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/structure/lattice/catwalk, @@ -1389,9 +1431,13 @@ /area/solar/port/fore) "adv" = ( /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/structure/lattice/catwalk, @@ -1399,6 +1445,7 @@ /area/solar/port/fore) "adw" = ( /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/structure/lattice/catwalk, @@ -1406,7 +1453,8 @@ /area/solar/port/fore) "adx" = ( /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/structure/lattice/catwalk, /turf/open/space, @@ -1417,12 +1465,18 @@ /area/solar/port/fore) "adz" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/structure/lattice/catwalk, @@ -1430,9 +1484,13 @@ /area/solar/port/fore) "adA" = ( /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/structure/lattice/catwalk, @@ -1514,6 +1572,8 @@ req_access_txt = "2" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -1536,6 +1596,8 @@ /area/security/brig) "adM" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/carpet, @@ -1548,7 +1610,8 @@ pixel_x = -24 }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/open/floor/carpet, @@ -1560,6 +1623,8 @@ /area/security/prison) "adP" = ( /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -1577,9 +1642,13 @@ /area/security/main) "adS" = ( /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/structure/lattice/catwalk, @@ -1587,12 +1656,18 @@ /area/solar/starboard/fore) "adT" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/structure/lattice/catwalk, @@ -1604,6 +1679,7 @@ /area/solar/starboard/fore) "adV" = ( /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/structure/lattice/catwalk, @@ -1611,12 +1687,18 @@ /area/solar/starboard/fore) "adW" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/structure/lattice/catwalk, @@ -1624,16 +1706,21 @@ /area/solar/starboard/fore) "adX" = ( /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/structure/lattice/catwalk, /turf/open/space, /area/solar/starboard/fore) "adY" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/structure/lattice/catwalk, @@ -1813,6 +1900,8 @@ /area/security/prison) "aep" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -1851,6 +1940,7 @@ pixel_x = 24 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /turf/open/floor/plasteel/red/side{ @@ -1862,6 +1952,11 @@ /obj/item/gun/energy/ionrifle, /obj/item/gun/energy/temperature/security, /obj/item/clothing/suit/armor/laserproof, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 4 }, @@ -1884,6 +1979,11 @@ pixel_x = 3; pixel_y = -3 }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 9 }, @@ -1914,6 +2014,8 @@ req_access_txt = "58" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -2014,6 +2116,8 @@ }, /obj/machinery/atmospherics/pipe/simple/general/hidden, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /turf/open/floor/plasteel/black, @@ -2027,6 +2131,8 @@ "aeM" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/red/side{ @@ -2038,6 +2144,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/door/firedoor, @@ -2056,6 +2164,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, @@ -2068,6 +2178,8 @@ dir = 1 }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -2080,6 +2192,8 @@ "aeQ" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, @@ -2092,6 +2206,8 @@ /area/hallway/secondary/exit) "aeS" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -2101,16 +2217,22 @@ /area/security/prison) "aeT" = ( /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, /area/security/prison) "aeU" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden, @@ -2118,6 +2240,8 @@ /area/security/prison) "aeV" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -2154,16 +2278,22 @@ /turf/open/floor/plasteel/showroomfloor, /area/security/warden) "aeX" = ( +/obj/structure/cable{ + icon_state = "0-4"; + d2 = 4 + }, /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 5 }, -/obj/structure/cable{ - icon_state = "0-4" - }, /turf/open/floor/plating, /area/ai_monitored/security/armory) "aeY" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, /obj/machinery/door/window/southleft{ name = "Armory"; req_access_txt = "3" @@ -2172,22 +2302,21 @@ /obj/effect/turf_decal/stripes/line{ dir = 10 }, -/obj/structure/cable{ - icon_state = "4-8" - }, /turf/open/floor/plasteel, /area/ai_monitored/security/armory) "aeZ" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4"; + d2 = 4 + }, /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ dir = 4 }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, /turf/open/floor/plating, /area/ai_monitored/security/armory) "afa" = ( @@ -2264,6 +2393,8 @@ /area/security/main) "afj" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -2397,6 +2528,8 @@ dir = 9 }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/black, @@ -2435,9 +2568,13 @@ /area/security/prison) "afC" = ( /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -2568,6 +2705,8 @@ /area/security/main) "afX" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/effect/landmark/start/head_of_security, @@ -2674,6 +2813,8 @@ req_access_txt = "2" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -2718,22 +2859,28 @@ name = "Armory"; req_access_txt = "3" }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, /obj/machinery/light{ dir = 4 }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/effect/turf_decal/stripes/line{ dir = 2 }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, /turf/open/floor/plasteel, /area/ai_monitored/security/armory) "agr" = ( @@ -2809,6 +2956,8 @@ "agC" = ( /obj/machinery/holopad, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -2833,6 +2982,8 @@ "agF" = ( /obj/machinery/door/firedoor, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/sign/securearea{ @@ -2919,6 +3070,8 @@ /area/security/brig) "agP" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -2928,13 +3081,16 @@ /area/security/brig) "agQ" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/showroomfloor, /area/security/warden) "agR" = ( /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -2947,6 +3103,8 @@ /area/security/warden) "agT" = ( /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /turf/open/floor/plasteel/showroomfloor, @@ -2961,13 +3119,16 @@ /obj/machinery/holopad, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/showroomfloor, /area/security/warden) "agW" = ( /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -3020,6 +3181,8 @@ /area/security/main) "ahf" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment{ @@ -3109,8 +3272,7 @@ /obj/structure/window/reinforced{ dir = 4 }, -/obj/machinery/iv_drip, -/obj/item/reagent_containers/blood/empty, +/obj/machinery/chem_master, /turf/open/floor/plasteel/whitered/side{ dir = 5 }, @@ -3151,8 +3313,7 @@ name = "Station Intercom (General)"; pixel_y = 24 }, -/obj/structure/table/glass, -/obj/machinery/computer/med_data/laptop, +/obj/machinery/chem_dispenser, /turf/open/floor/plasteel/whitered/side{ dir = 1 }, @@ -3188,24 +3349,33 @@ pixel_x = -24 }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /turf/open/floor/plasteel/showroomfloor, /area/security/warden) "ahx" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /turf/open/floor/plasteel/showroomfloor, /area/security/warden) "ahy" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -3213,6 +3383,8 @@ /area/security/warden) "ahz" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/components/unary/vent_scrubber/on{ @@ -3226,6 +3398,8 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -3237,6 +3411,8 @@ /area/security/main) "ahB" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -3249,6 +3425,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, @@ -3272,12 +3450,18 @@ req_access_txt = "3" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -3287,6 +3471,8 @@ /area/security/warden) "ahF" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -3302,9 +3488,13 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -3318,6 +3508,8 @@ dir = 1 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -3327,6 +3519,8 @@ /area/security/main) "ahI" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -3343,6 +3537,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -3355,9 +3551,13 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/structure/chair, @@ -3367,6 +3567,8 @@ /area/security/main) "ahL" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -3376,6 +3578,8 @@ /area/security/main) "ahM" = ( /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/structure/disposalpipe/segment{ @@ -3383,6 +3587,8 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -3398,6 +3604,7 @@ pixel_x = 24 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -3417,6 +3624,8 @@ "ahQ" = ( /obj/structure/closet/secure_closet/warden, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/showroomfloor, @@ -3431,21 +3640,18 @@ pixel_y = 8; req_access_txt = "2" }, -/obj/machinery/button/door{ - id = "Secure Gate"; - name = "Cell Shutters"; - pixel_x = -27; - pixel_y = -2; - req_access_txt = "0" - }, /turf/open/floor/plasteel/showroomfloor, /area/security/warden) "ahS" = ( /obj/structure/table, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/showroomfloor, @@ -3504,6 +3710,8 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 }, +/obj/vehicle/secway, +/obj/item/key/security, /turf/open/floor/plasteel/red/side{ dir = 10 }, @@ -3521,6 +3729,8 @@ /area/security/main) "aib" = ( /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/structure/disposalpipe/segment, @@ -3531,6 +3741,8 @@ /area/maintenance/fore/secondary) "aic" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -3562,6 +3774,8 @@ "aif" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -3607,6 +3821,8 @@ /area/security/warden) "aik" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -3696,12 +3912,16 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/red/side, /area/security/main) "aiv" = ( /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/structure/disposalpipe/segment{ @@ -3727,6 +3947,8 @@ /area/security/brig) "aix" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -3747,6 +3969,8 @@ /area/security/brig) "aiz" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -3803,7 +4027,8 @@ /area/security/brig) "aiI" = ( /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/structure/sign/securearea{ desc = "A warning sign which reads 'HIGH VOLTAGE'"; @@ -3817,10 +4042,12 @@ "aiJ" = ( /obj/structure/table/reinforced, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/machinery/door/window/brigdoor{ dir = 1; @@ -3843,10 +4070,12 @@ /area/security/warden) "aiK" = ( /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/structure/cable, /obj/effect/spawner/structure/window/reinforced, @@ -3854,10 +4083,12 @@ /area/security/warden) "aiL" = ( /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -3871,6 +4102,7 @@ /area/security/warden) "aiN" = ( /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/effect/spawner/structure/window/reinforced, @@ -3936,6 +4168,8 @@ /area/security/courtroom) "aiZ" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -3947,6 +4181,8 @@ /area/security/brig) "aja" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -3970,6 +4206,9 @@ /obj/structure/sign/goldenplaque{ pixel_y = 32 }, +/obj/machinery/light{ + dir = 1 + }, /turf/open/floor/plasteel/red/side{ dir = 1 }, @@ -3986,6 +4225,8 @@ /area/security/brig) "ajf" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -3995,6 +4236,8 @@ /area/security/brig) "ajg" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, @@ -4069,7 +4312,8 @@ /area/security/courtroom) "ajq" = ( /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/structure/lattice/catwalk, /turf/open/space, @@ -4144,7 +4388,8 @@ pixel_y = 24 }, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 4 @@ -4155,6 +4400,8 @@ /area/security/brig) "ajz" = ( /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ @@ -4183,6 +4430,8 @@ /area/ai_monitored/security/armory) "ajD" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ @@ -4236,13 +4485,15 @@ /turf/open/floor/plasteel, /area/security/brig) "ajK" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 4 }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, /turf/open/floor/plasteel, /area/security/brig) "ajL" = ( @@ -4344,6 +4595,8 @@ req_access_txt = "10; 13" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -4380,6 +4633,8 @@ /area/security/processing) "akc" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -4389,6 +4644,8 @@ /area/security/processing) "akd" = ( /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -4396,6 +4653,8 @@ /area/security/processing) "ake" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -4407,6 +4666,8 @@ /area/security/brig) "akf" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/door/firedoor, @@ -4422,6 +4683,8 @@ /area/security/brig) "akg" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/camera{ @@ -4435,9 +4698,13 @@ /area/security/brig) "akh" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -4446,22 +4713,28 @@ /turf/open/floor/plasteel, /area/security/brig) "aki" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, /turf/open/floor/plasteel/red/corner{ dir = 8 }, /area/security/brig) "akj" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -4544,19 +4817,23 @@ "aks" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, -/turf/open/floor/plasteel/red/side{ - dir = 5 - }, +/turf/open/floor/plasteel/red/side, /area/security/brig) "akt" = ( +/obj/machinery/light, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 }, -/turf/open/floor/plasteel/red/side{ - dir = 9 +/obj/machinery/door_timer{ + id = "Cell 4"; + name = "Cell 4"; + pixel_y = -32 }, +/turf/open/floor/plasteel/red/side, /area/security/brig) "aku" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -4596,9 +4873,6 @@ /area/security/courtroom) "akz" = ( /obj/structure/chair, -/obj/machinery/light{ - dir = 1 - }, /turf/open/floor/plasteel/red/side{ dir = 1 }, @@ -4614,6 +4888,8 @@ /area/security/courtroom) "akB" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -4674,6 +4950,8 @@ /area/security/processing) "akK" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -4688,23 +4966,26 @@ /turf/open/floor/plating, /area/maintenance/fore) "akM" = ( +/obj/structure/cable{ + icon_state = "0-4"; + d2 = 4 + }, +/obj/structure/cable, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-4" - }, /turf/open/floor/plating, /area/security/brig) "akN" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/open/floor/plating, /area/security/brig) "akO" = ( @@ -4712,25 +4993,31 @@ id = "Cell 1"; name = "Cell 1" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/open/floor/plasteel/red/side, /area/security/brig) "akP" = ( -/obj/machinery/door/window/brigdoor/security/cell{ - id = "Cell 2"; - name = "Cell 2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/structure/cable{ - icon_state = "4-8" + d2 = 8; + icon_state = "0-8" }, -/turf/open/floor/plasteel/red/side, +/obj/structure/cable{ + icon_state = "0-4"; + d2 = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, /area/security/brig) "akQ" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/closed/wall, @@ -4741,6 +5028,8 @@ name = "Cell 2" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/red/side, @@ -4750,21 +5039,25 @@ id = "Cell 4"; name = "Cell 4" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/open/floor/plasteel/red/side, /area/security/brig) "akT" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /turf/open/floor/plating, /area/security/brig) "akU" = ( @@ -4773,24 +5066,31 @@ req_access_txt = "1" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /turf/open/floor/plasteel/black, /area/security/brig) "akV" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, +/obj/structure/cable{ + icon_state = "0-4"; + d2 = 4 + }, +/obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/security/brig) "akW" = ( +/obj/machinery/door/firedoor, /obj/machinery/door/airlock/glass_security{ cyclelinkeddir = 2; id_tag = "innerbrig"; @@ -4798,6 +5098,8 @@ req_access_txt = "63" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/red/side{ @@ -4812,6 +5114,8 @@ req_access_txt = "63" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/red/side{ @@ -4819,26 +5123,16 @@ }, /area/security/brig) "akY" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "seclobby"; - name = "security shutters" - }, -/obj/machinery/door/airlock/glass_security{ - cyclelinkeddir = 2; - id_tag = "innerbrig"; - name = "Brig"; - req_access_txt = "63" - }, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, -/turf/open/floor/plasteel/red/side{ - dir = 5 - }, +/turf/closed/wall/r_wall, /area/security/brig) "akZ" = ( /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -4851,6 +5145,8 @@ name = "Cell 4" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -4885,20 +5181,23 @@ }, /area/security/courtroom) "alf" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel/red/side{ - dir = 5 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 }, -/area/hallway/primary/fore) +/turf/open/floor/plasteel/floorgrime, +/area/security/brig) "alg" = ( /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/structure/lattice/catwalk, /turf/open/space, /area/solar/starboard/fore) "alh" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/door/airlock/external{ @@ -4971,6 +5270,8 @@ /area/security/processing) "als" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -4988,6 +5289,8 @@ /area/ai_monitored/nuke_storage) "alv" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/components/unary/vent_scrubber/on{ @@ -5016,10 +5319,6 @@ /turf/open/floor/plasteel/floorgrime, /area/security/brig) "alx" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/open/floor/plasteel/floorgrime, /area/security/brig) "aly" = ( @@ -5044,14 +5343,16 @@ pixel_y = 6; req_access_txt = "0" }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, /obj/machinery/button/flasher{ id = "brigentry"; pixel_x = -28; pixel_y = -8 }, -/obj/structure/cable{ - icon_state = "1-2" - }, /turf/open/floor/plasteel/black, /area/security/brig) "alA" = ( @@ -5124,9 +5425,13 @@ "alK" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -5141,7 +5446,8 @@ pixel_x = -24 }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /turf/open/floor/plating, @@ -5160,7 +5466,8 @@ track = 0 }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /turf/open/floor/plating, /area/maintenance/solars/port/fore) @@ -5179,9 +5486,13 @@ /area/maintenance/solars/port/fore) "alT" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /turf/open/floor/plating, @@ -5242,6 +5553,8 @@ /area/security/processing) "ame" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ @@ -5315,6 +5628,8 @@ req_access_txt = "63" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/black, @@ -5353,10 +5668,6 @@ /area/security/brig) "amq" = ( /obj/machinery/vending/snack/random, -/obj/machinery/flasher{ - id = "brigentry"; - pixel_x = 28 - }, /turf/open/floor/plasteel/red/side{ dir = 4 }, @@ -5385,6 +5696,8 @@ /area/security/courtroom) "amv" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/door/airlock/external{ @@ -5413,6 +5726,7 @@ /area/maintenance/solars/port/fore) "amz" = ( /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/machinery/power/terminal, @@ -5423,6 +5737,8 @@ /area/maintenance/solars/port/fore) "amA" = ( /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /turf/open/floor/plating, @@ -5507,6 +5823,8 @@ req_access_txt = "2" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -5539,9 +5857,11 @@ /area/security/brig) "amR" = ( /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/machinery/door/poddoor/preopen{ @@ -5553,11 +5873,18 @@ /area/security/brig) "amS" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/closed/wall/r_wall, /area/security/brig) "amT" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, /obj/machinery/button/door{ id = "seclobby"; name = "Security Lobby Lockdown"; @@ -5565,9 +5892,6 @@ pixel_y = 8; req_access_txt = "2" }, -/obj/structure/cable{ - icon_state = "1-4" - }, /turf/open/floor/plasteel/black, /area/security/brig) "amU" = ( @@ -5576,6 +5900,7 @@ name = "security blast door" }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/effect/spawner/structure/window/reinforced, @@ -5583,6 +5908,8 @@ /area/security/brig) "amV" = ( /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /turf/open/floor/plasteel/black, @@ -5632,6 +5959,8 @@ /area/maintenance/fore/secondary) "anc" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -5647,6 +5976,8 @@ /area/maintenance/fore/secondary) "ane" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -5656,7 +5987,8 @@ /area/maintenance/starboard/fore) "ang" = ( /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/machinery/power/apc{ dir = 8; @@ -5673,6 +6005,7 @@ /area/maintenance/solars/port/fore) "anh" = ( /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/machinery/power/smes, @@ -5680,9 +6013,13 @@ /area/maintenance/solars/port/fore) "ani" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /turf/open/floor/plating, @@ -5784,6 +6121,8 @@ /area/security/processing) "anv" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -5839,14 +6178,16 @@ /area/hallway/primary/fore) "anC" = ( /obj/effect/spawner/structure/window, -/obj/machinery/door/poddoor/shutters/preopen{ +/obj/machinery/door/poddoor/preopen{ id = "seclobby"; - name = "security shutters" + name = "security lobby blast door" }, /turf/open/floor/plating, /area/security/courtroom) "anD" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -5890,6 +6231,8 @@ req_access_txt = "10" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -5957,7 +6300,9 @@ /obj/machinery/light{ dir = 1 }, -/turf/open/floor/plasteel, +/turf/open/floor/plasteel/red/corner{ + dir = 1 + }, /area/hallway/primary/fore) "anR" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on, @@ -5972,9 +6317,9 @@ "anT" = ( /obj/effect/turf_decal/delivery, /obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters/preopen{ +/obj/machinery/door/poddoor/preopen{ id = "seclobby"; - name = "security shutters" + name = "security lobby blast door" }, /turf/open/floor/plasteel, /area/hallway/primary/fore) @@ -5983,9 +6328,9 @@ /obj/machinery/door/airlock/glass{ name = "Courtroom" }, -/obj/machinery/door/poddoor/shutters/preopen{ +/obj/machinery/door/poddoor/preopen{ id = "seclobby"; - name = "security shutters" + name = "security lobby blast door" }, /turf/open/floor/plasteel/black, /area/security/courtroom) @@ -6067,9 +6412,13 @@ /area/maintenance/solars/starboard/fore) "aog" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /turf/open/floor/plating, @@ -6081,7 +6430,8 @@ track = 0 }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /turf/open/floor/plating, /area/maintenance/solars/starboard/fore) @@ -6115,6 +6465,8 @@ /area/maintenance/port/fore) "aol" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -6173,6 +6525,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /turf/open/floor/plasteel/red/side{ @@ -6181,6 +6535,8 @@ /area/security/processing) "aou" = ( /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/machinery/camera{ @@ -6300,6 +6656,8 @@ /area/security/courtroom) "aoI" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/structure/disposalpipe/segment{ @@ -6316,6 +6674,7 @@ pixel_y = -24 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -6350,6 +6709,8 @@ /area/maintenance/fore/secondary) "aoM" = ( /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /turf/open/floor/plating, @@ -6362,6 +6723,7 @@ /area/maintenance/solars/starboard/fore) "aoO" = ( /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/machinery/power/terminal, @@ -6443,6 +6805,8 @@ req_access_txt = "2" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -6532,7 +6896,8 @@ /area/maintenance/fore/secondary) "apr" = ( /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/machinery/power/apc{ dir = 1; @@ -6569,6 +6934,8 @@ /area/maintenance/fore/secondary) "apu" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -6585,6 +6952,8 @@ req_access_txt = "12" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -6625,16 +6994,21 @@ /area/maintenance/fore/secondary) "apz" = ( /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, /area/maintenance/solars/starboard/fore) "apA" = ( /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/machinery/power/apc{ dir = 8; @@ -6651,6 +7025,7 @@ dir = 1 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/machinery/power/smes, @@ -6737,6 +7112,8 @@ /area/security/processing) "apS" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -6823,8 +7200,8 @@ dir = 1 }, /obj/structure/disposalpipe/junction{ - dir = 4; - icon_state = "pipe-j2" + dir = 8; + icon_state = "pipe-j1" }, /turf/open/floor/plating, /area/maintenance/fore/secondary) @@ -6850,9 +7227,13 @@ /area/maintenance/fore/secondary) "aqj" = ( /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -6868,7 +7249,8 @@ pixel_y = -24 }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 4 @@ -6881,9 +7263,13 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ @@ -6893,9 +7279,13 @@ /area/maintenance/fore/secondary) "aqm" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -6984,6 +7374,8 @@ /area/maintenance/starboard/fore) "aqw" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/door/airlock/engineering{ @@ -7108,7 +7500,8 @@ pixel_y = 26 }, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /turf/open/floor/plating, /area/maintenance/port/fore) @@ -7139,7 +7532,8 @@ }, /obj/structure/cable, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /turf/open/floor/plating, /area/maintenance/fore) @@ -7191,6 +7585,8 @@ "arc" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -7247,6 +7643,8 @@ }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/neutral/side{ @@ -7294,9 +7692,13 @@ /area/maintenance/starboard/fore) "arr" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /turf/open/floor/plating, @@ -7309,7 +7711,8 @@ pixel_y = 24 }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /turf/open/floor/plating, /area/maintenance/starboard/fore) @@ -7393,6 +7796,8 @@ /area/maintenance/port/fore) "arH" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ @@ -7402,6 +7807,8 @@ /area/maintenance/port/fore) "arI" = ( /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ @@ -7411,9 +7818,13 @@ /area/maintenance/port/fore) "arJ" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ @@ -7431,6 +7842,8 @@ /area/maintenance/port/fore) "arL" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ @@ -7546,6 +7959,8 @@ /area/crew_quarters/fitness) "asc" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -7561,6 +7976,8 @@ /area/crew_quarters/dorms) "ase" = ( /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -7587,6 +8004,8 @@ /area/crew_quarters/dorms) "ash" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/door/airlock/maintenance{ @@ -7599,9 +8018,13 @@ /area/maintenance/port/fore) "asi" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -7720,6 +8143,8 @@ /area/maintenance/starboard/fore) "asw" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -7788,6 +8213,8 @@ /area/construction/mining/aux_base) "asK" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -7815,6 +8242,8 @@ dir = 8 }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /turf/open/floor/plasteel/neutral/side{ @@ -7862,6 +8291,8 @@ dir = 1 }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /turf/open/floor/plasteel, @@ -8027,6 +8458,8 @@ /area/maintenance/port/fore) "atr" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -8127,14 +8560,16 @@ "atG" = ( /obj/machinery/mech_bay_recharge_port, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /turf/open/floor/plating, /area/maintenance/department/electrical) "atH" = ( /obj/machinery/computer/mech_bay_power_console, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /turf/open/floor/circuit, /area/maintenance/department/electrical) @@ -8163,6 +8598,8 @@ /area/maintenance/port/fore) "atN" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -8301,6 +8738,8 @@ /area/lawoffice) "auj" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -8325,9 +8764,13 @@ /area/crew_quarters/dorms) "aum" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -8342,6 +8785,8 @@ /area/crew_quarters/dorms) "auo" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -8376,6 +8821,8 @@ /area/crew_quarters/fitness) "aus" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -8478,12 +8925,16 @@ /area/maintenance/starboard/fore) "auE" = ( /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /turf/open/floor/plating, /area/maintenance/starboard/fore) "auF" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, @@ -8493,12 +8944,16 @@ req_access_txt = "12" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, /area/maintenance/starboard/fore) "auH" = ( /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /turf/open/floor/plating, @@ -8511,15 +8966,21 @@ /area/maintenance/department/electrical) "auK" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/floorgrime, /area/maintenance/department/electrical) "auL" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /turf/open/floor/plasteel/floorgrime, @@ -8529,6 +8990,8 @@ pixel_x = 27 }, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /turf/open/floor/plasteel/floorgrime, @@ -8573,6 +9036,8 @@ /area/crew_quarters/dorms) "auT" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, @@ -8679,7 +9144,8 @@ /area/crew_quarters/dorms) "avh" = ( /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/machinery/power/apc{ @@ -8698,7 +9164,8 @@ pixel_y = 24 }, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/open/floor/plating, @@ -8709,6 +9176,8 @@ pixel_x = -24 }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/red/corner{ @@ -8770,6 +9239,8 @@ /area/construction/mining/aux_base) "avq" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -8787,6 +9258,8 @@ /area/security/detectives_office) "avs" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -8848,6 +9321,7 @@ "avB" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /turf/open/floor/plating, @@ -8873,6 +9347,8 @@ id = "maint3" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -8920,7 +9396,8 @@ pixel_y = 24 }, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /turf/open/floor/plating, /area/maintenance/department/electrical) @@ -8932,6 +9409,8 @@ /area/maintenance/department/electrical) "avN" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -9063,7 +9542,8 @@ pixel_y = 24 }, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 @@ -9072,12 +9552,16 @@ /area/maintenance/fore) "awe" = ( /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -9097,6 +9581,8 @@ /area/maintenance/fore) "awg" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -9110,12 +9596,16 @@ "awh" = ( /obj/effect/landmark/blobstart, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -9126,12 +9616,16 @@ /area/maintenance/fore) "awi" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden, @@ -9142,6 +9636,8 @@ req_access_txt = "12" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -9163,6 +9659,8 @@ /area/hallway/primary/fore) "awl" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/structure/disposalpipe/segment{ @@ -9256,6 +9754,8 @@ /area/security/brig) "awx" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -9276,6 +9776,8 @@ /area/crew_quarters/fitness) "awA" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/holopad, @@ -9335,6 +9837,8 @@ req_access_txt = "0" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -9358,6 +9862,8 @@ /area/maintenance/starboard/fore) "awM" = ( /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -9367,24 +9873,32 @@ /area/maintenance/starboard/fore) "awN" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 4 }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /turf/open/floor/plasteel/showroomfloor, /area/security/warden) "awO" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, /area/maintenance/department/electrical) "awP" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -9394,6 +9908,8 @@ /area/maintenance/department/electrical) "awQ" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/door/airlock/engineering/abandoned{ @@ -9407,9 +9923,13 @@ /area/maintenance/department/electrical) "awR" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -9425,6 +9945,8 @@ /area/maintenance/department/electrical) "awT" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/holopad, @@ -9481,6 +10003,8 @@ /area/hallway/secondary/entry) "axa" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/components/unary/vent_pump/on{ @@ -9490,6 +10014,8 @@ /area/maintenance/department/electrical) "axb" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -9622,6 +10148,8 @@ pixel_y = -32 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -9631,6 +10159,8 @@ /area/maintenance/fore) "axs" = ( /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -9643,6 +10173,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -9656,6 +10188,8 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -9669,9 +10203,13 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -9681,9 +10219,13 @@ /area/maintenance/fore) "axw" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ @@ -9697,6 +10239,8 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -9818,6 +10362,8 @@ /area/crew_quarters/dorms) "axQ" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment, @@ -9825,6 +10371,8 @@ /area/crew_quarters/fitness) "axR" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/door/firedoor, @@ -9845,9 +10393,13 @@ /area/crew_quarters/fitness) "axT" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ @@ -9861,6 +10413,8 @@ /area/crew_quarters/fitness) "axV" = ( /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /turf/open/floor/plasteel, @@ -9909,9 +10463,13 @@ /area/crew_quarters/fitness) "ayc" = ( /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -9934,6 +10492,8 @@ /area/maintenance/starboard/fore) "ayg" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -9941,6 +10501,8 @@ /area/maintenance/starboard/fore) "ayh" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -9951,6 +10513,8 @@ /area/maintenance/port/fore) "ayi" = ( /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ @@ -10009,6 +10573,8 @@ pixel_x = 27 }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -10046,6 +10612,8 @@ /area/ai_monitored/storage/eva) "ayw" = ( /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -10087,6 +10655,7 @@ "ayF" = ( /obj/structure/cable, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/effect/spawner/structure/window/reinforced, @@ -10098,6 +10667,8 @@ "ayH" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -10105,6 +10676,8 @@ /area/maintenance/fore) "ayI" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/sign/securearea{ @@ -10170,7 +10743,8 @@ pixel_y = 24 }, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /turf/open/floor/plasteel, /area/ai_monitored/storage/eva) @@ -10195,7 +10769,8 @@ /area/ai_monitored/storage/eva) "ayS" = ( /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/structure/sign/securearea{ pixel_y = 32 @@ -10285,6 +10860,8 @@ /area/crew_quarters/dorms) "azd" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/neutral/side{ @@ -10347,6 +10924,8 @@ /area/crew_quarters/fitness) "azl" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment{ @@ -10389,9 +10968,13 @@ /area/maintenance/starboard/fore) "azs" = ( /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ @@ -10402,18 +10985,21 @@ "azt" = ( /obj/machinery/power/terminal, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /turf/open/floor/plating, /area/maintenance/department/electrical) "azu" = ( /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /turf/open/floor/plating, /area/maintenance/department/electrical) "azv" = ( /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /turf/open/floor/plating, @@ -10423,13 +11009,15 @@ pixel_y = -25 }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /turf/open/floor/plating, /area/maintenance/department/electrical) "azx" = ( /obj/machinery/power/terminal, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /turf/open/floor/plating, @@ -10469,6 +11057,8 @@ /area/hallway/secondary/entry) "azD" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/arrival{ @@ -10477,6 +11067,8 @@ /area/hallway/secondary/entry) "azE" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -10501,7 +11093,8 @@ pixel_y = 24 }, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /turf/open/floor/wood{ icon_state = "wood-broken" @@ -10555,9 +11148,13 @@ /area/gateway) "azO" = ( /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ @@ -10567,6 +11164,8 @@ /area/maintenance/fore) "azQ" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/door/firedoor, @@ -10592,9 +11191,13 @@ req_access_txt = "18" }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -10610,9 +11213,13 @@ /area/crew_quarters/dorms) "azU" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -10635,6 +11242,8 @@ req_access_txt = "0" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/freezer, @@ -10678,6 +11287,8 @@ /area/crew_quarters/dorms) "aAe" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -10705,6 +11316,8 @@ /area/crew_quarters/dorms) "aAj" = ( /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/machinery/power/apc{ @@ -10720,6 +11333,8 @@ /area/maintenance/port/fore) "aAk" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -10733,6 +11348,8 @@ /area/crew_quarters/fitness) "aAl" = ( /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -10748,6 +11365,8 @@ pixel_y = -24 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -10761,6 +11380,8 @@ /area/crew_quarters/fitness) "aAn" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -10783,6 +11404,8 @@ /area/crew_quarters/fitness) "aAp" = ( /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/structure/disposalpipe/segment{ @@ -10825,6 +11448,8 @@ id = "maint2" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -10845,6 +11470,7 @@ pixel_y = 2 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /turf/open/floor/plating, @@ -10858,7 +11484,8 @@ charge = 0 }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /turf/open/floor/plating, /area/maintenance/department/electrical) @@ -10867,9 +11494,11 @@ name = "backup power monitoring console" }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/structure/cable, @@ -10877,6 +11506,8 @@ /area/maintenance/department/electrical) "aAA" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/closed/wall, @@ -10886,6 +11517,7 @@ charge = 0 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /turf/open/floor/plating, @@ -10944,6 +11576,8 @@ /area/hallway/secondary/entry) "aAJ" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/door/firedoor, @@ -10970,6 +11604,7 @@ pixel_y = -24 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -10979,9 +11614,13 @@ /area/maintenance/port/fore) "aAN" = ( /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -11005,6 +11644,8 @@ /area/hydroponics/garden) "aAR" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -11032,6 +11673,8 @@ /area/hydroponics/garden) "aAV" = ( /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/effect/spawner/lootdrop/maintenance, @@ -11071,6 +11714,8 @@ /area/maintenance/port/fore) "aAZ" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/freezer, @@ -11119,6 +11764,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -11136,7 +11783,8 @@ pixel_y = -1 }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 5 @@ -11230,7 +11878,8 @@ "aBs" = ( /obj/structure/cable, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 @@ -11298,6 +11947,8 @@ req_access_txt = "12" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -11354,6 +12005,8 @@ req_access_txt = "12" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -11379,9 +12032,13 @@ /area/ai_monitored/storage/eva) "aBP" = ( /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ @@ -11396,15 +12053,19 @@ /turf/closed/wall/r_wall, /area/storage/primary) "aBS" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, -/obj/structure/cable{ - icon_state = "4-8" - }, /turf/open/floor/wood, /area/maintenance/bar/cafe) "aBT" = ( @@ -11414,12 +12075,14 @@ }, /area/ai_monitored/nuke_storage) "aBU" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 }, -/obj/structure/cable{ - icon_state = "4-8" - }, /turf/open/floor/wood, /area/maintenance/bar/cafe) "aBV" = ( @@ -11457,7 +12120,8 @@ "aBZ" = ( /obj/machinery/gateway, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /turf/open/floor/plasteel/vault{ dir = 8 @@ -11471,6 +12135,8 @@ /area/ai_monitored/storage/eva) "aCb" = ( /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/item/pen{ @@ -11511,6 +12177,8 @@ /obj/effect/landmark/xeno_spawn, /obj/item/bikehorn/rubberducky, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/freezer, @@ -11525,6 +12193,8 @@ /area/crew_quarters/theatre) "aCg" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, @@ -11555,6 +12225,8 @@ /area/maintenance/starboard/fore) "aCl" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden, @@ -11596,6 +12268,8 @@ network = list("SS13") }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/arrival{ @@ -11614,7 +12288,7 @@ /turf/open/floor/plasteel/white/side{ dir = 4 }, -/area/space) +/area/crew_quarters/theatre) "aCr" = ( /turf/closed/wall, /area/crew_quarters/theatre) @@ -11627,6 +12301,8 @@ /area/security/checkpoint/customs) "aCt" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -11667,6 +12343,8 @@ dir = 8 }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /turf/open/floor/plating, @@ -11674,6 +12352,8 @@ "aCA" = ( /obj/structure/grille/broken, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/structure/window{ @@ -11705,6 +12385,8 @@ id = "maint1" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -11747,6 +12429,8 @@ /area/maintenance/starboard/fore) "aCJ" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -11893,6 +12577,8 @@ /area/security/checkpoint/customs) "aDd" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -12020,6 +12706,8 @@ /area/gateway) "aDx" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/door/window{ @@ -12051,6 +12739,8 @@ /area/maintenance/fore) "aDA" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -12072,6 +12762,8 @@ /area/ai_monitored/storage/eva) "aDD" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -12158,6 +12850,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/freezer, @@ -12180,6 +12874,8 @@ "aDQ" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /turf/open/floor/plasteel/freezer, @@ -12200,7 +12896,7 @@ /turf/open/floor/plasteel/white/side{ dir = 4 }, -/area/space) +/area/crew_quarters/theatre) "aDS" = ( /obj/machinery/door/airlock{ name = "Unisex Showers"; @@ -12210,6 +12906,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/freezer, @@ -12217,6 +12915,8 @@ "aDT" = ( /obj/machinery/light/small, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /turf/open/floor/plasteel/freezer, @@ -12226,6 +12926,8 @@ dir = 8 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/freezer, @@ -12259,6 +12961,8 @@ /area/crew_quarters/theatre) "aDZ" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -12271,9 +12975,13 @@ /area/maintenance/starboard/fore) "aEa" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/structure/disposalpipe/segment{ @@ -12312,6 +13020,8 @@ /area/crew_quarters/theatre) "aEd" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, @@ -12319,9 +13029,13 @@ /area/maintenance/starboard/fore) "aEe" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -12331,6 +13045,8 @@ /area/maintenance/starboard/fore) "aEf" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -12349,6 +13065,7 @@ pixel_y = -24 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /turf/open/floor/plating, @@ -12485,6 +13202,8 @@ /area/hallway/secondary/entry) "aEA" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/sortjunction{ @@ -12505,6 +13224,8 @@ /area/maintenance/starboard/fore) "aEC" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -12519,9 +13240,13 @@ /area/maintenance/starboard/fore) "aED" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/structure/disposalpipe/segment{ @@ -12613,6 +13338,8 @@ /area/ai_monitored/nuke_storage) "aEO" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/circuit, @@ -12682,6 +13409,8 @@ /area/gateway) "aET" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -12810,7 +13539,7 @@ }, /obj/structure/dresser, /turf/open/floor/plasteel/redblue/redside, -/area/space) +/area/crew_quarters/theatre) "aFm" = ( /obj/structure/disposalpipe/segment{ dir = 4; @@ -12851,6 +13580,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -12860,6 +13591,8 @@ /area/maintenance/starboard/fore) "aFs" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -12876,6 +13609,8 @@ /area/library) "aFv" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/structure/disposalpipe/segment{ @@ -12961,7 +13696,7 @@ /area/security/checkpoint/customs) "aFI" = ( /obj/machinery/camera{ - c_tag = "Security Checkpoint"; + c_tag = "Customs"; dir = 1 }, /obj/machinery/airalarm{ @@ -13061,6 +13796,8 @@ /area/storage/primary) "aFR" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -13088,6 +13825,8 @@ "aFV" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/meter, @@ -13138,6 +13877,8 @@ /area/ai_monitored/nuke_storage) "aGc" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/machinery/camera/motion{ @@ -13152,6 +13893,8 @@ /area/ai_monitored/nuke_storage) "aGd" = ( /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /turf/open/floor/plasteel/vault, @@ -13310,6 +14053,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, @@ -13317,6 +14062,8 @@ /area/maintenance/starboard/fore) "aGz" = ( /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/structure/disposalpipe/segment{ @@ -13324,6 +14071,8 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -13334,9 +14083,13 @@ /area/maintenance/starboard/fore) "aGA" = ( /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/sortjunction{ @@ -13351,6 +14104,8 @@ /area/maintenance/starboard/fore) "aGB" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/sortjunction{ @@ -13369,6 +14124,8 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -13382,13 +14139,15 @@ pixel_x = -28 }, /turf/open/floor/plasteel/redblue, -/area/space) +/area/crew_quarters/theatre) "aGE" = ( /obj/structure/disposalpipe/segment{ dir = 2; icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ @@ -13421,9 +14180,13 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -13437,6 +14200,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -13449,6 +14214,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -13458,6 +14225,8 @@ /area/maintenance/starboard/fore) "aGL" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -13479,12 +14248,16 @@ /area/maintenance/starboard/fore) "aGN" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -13501,6 +14274,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden, @@ -13512,6 +14287,8 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -13521,6 +14298,8 @@ /area/maintenance/starboard/fore) "aGS" = ( /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -13533,6 +14312,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -13655,6 +14436,8 @@ /area/chapel/office) "aHh" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/components/unary/vent_pump/on{ @@ -13674,6 +14457,8 @@ pixel_x = -20 }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -13721,6 +14506,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/filingcabinet/chestdrawer, @@ -13832,6 +14619,8 @@ req_access_txt = "53" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/vault{ @@ -13991,7 +14780,7 @@ /obj/structure/table/wood, /obj/item/device/flashlight/lamp/bananalamp, /turf/open/floor/plasteel/redblue, -/area/space) +/area/crew_quarters/theatre) "aIa" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -14080,6 +14869,8 @@ /area/maintenance/starboard/fore) "aIj" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/sortjunction{ @@ -14104,9 +14895,13 @@ /area/maintenance/starboard/fore) "aIl" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/structure/disposalpipe/segment{ @@ -14124,6 +14919,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -14139,6 +14936,7 @@ pixel_y = -24 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -14149,6 +14947,8 @@ "aIo" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -14423,6 +15223,8 @@ /area/storage/primary) "aJa" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -14439,13 +15241,16 @@ /area/storage/primary) "aJd" = ( /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/hallway/primary/port) "aJe" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/vault{ @@ -14695,6 +15500,7 @@ req_access_txt = "25" }, /obj/effect/turf_decal/delivery, +/obj/effect/landmark/blobstart, /turf/open/floor/plasteel, /area/crew_quarters/bar) "aJI" = ( @@ -14825,6 +15631,8 @@ /area/hallway/secondary/entry) "aJZ" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/door/firedoor, @@ -14844,10 +15652,12 @@ /area/storage/primary) "aKb" = ( /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, @@ -14862,6 +15672,8 @@ req_access_txt = "62" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -14884,7 +15696,8 @@ /area/chapel/main) "aKf" = ( /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/machinery/power/apc{ dir = 8; @@ -14893,6 +15706,8 @@ pixel_x = -24 }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -14997,10 +15812,12 @@ "aKv" = ( /obj/structure/cable, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -15010,6 +15827,8 @@ req_access_txt = "12" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -15021,6 +15840,8 @@ "aKy" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/door/airlock/maintenance{ @@ -15145,13 +15966,13 @@ "aKQ" = ( /obj/machinery/reagentgrinder, /obj/structure/table/wood, -/obj/machinery/light/small{ - dir = 8 - }, /obj/machinery/airalarm{ dir = 4; pixel_x = -22 }, +/obj/machinery/light/small{ + dir = 8 + }, /turf/open/floor/wood, /area/crew_quarters/bar) "aKR" = ( @@ -15297,6 +16118,8 @@ /area/hallway/secondary/entry) "aLk" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/components/unary/vent_pump/on{ @@ -15320,6 +16143,8 @@ "aLn" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -15333,6 +16158,8 @@ /area/chapel/office) "aLp" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -15432,7 +16259,8 @@ /area/hallway/primary/port) "aLG" = ( /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/machinery/power/apc{ name = "Port Hall APC"; @@ -15498,6 +16326,8 @@ /area/hallway/primary/central) "aLP" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -15854,6 +16684,8 @@ /area/hallway/secondary/entry) "aMQ" = ( /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -15863,6 +16695,8 @@ /area/hallway/primary/port) "aMR" = ( /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/components/unary/vent_pump/on, @@ -15881,6 +16715,8 @@ "aMU" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -15891,6 +16727,8 @@ /area/hallway/primary/port) "aMV" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -15965,27 +16803,37 @@ /area/hallway/primary/port) "aNk" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, /area/hallway/primary/port) "aNl" = ( /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /turf/open/floor/plasteel, /area/hallway/primary/port) "aNm" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, /area/hallway/primary/port) "aNo" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /turf/open/floor/plasteel, @@ -16195,9 +17043,13 @@ /area/library) "aNT" = ( /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment{ @@ -16318,6 +17170,8 @@ /area/hallway/secondary/entry) "aOi" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -16355,6 +17209,8 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -16409,6 +17265,8 @@ /area/hallway/primary/port) "aOt" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/light, @@ -16422,6 +17280,8 @@ /area/hallway/primary/port) "aOv" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -16431,6 +17291,8 @@ /area/hallway/primary/port) "aOw" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -16438,6 +17300,8 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden, @@ -16445,6 +17309,8 @@ /area/hallway/primary/port) "aOx" = ( /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -16454,9 +17320,13 @@ /area/hallway/primary/port) "aOy" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden, @@ -16682,6 +17552,8 @@ /area/library) "aPc" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -16851,6 +17723,8 @@ }, /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -16883,6 +17757,8 @@ /area/storage/art) "aPI" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/door/airlock/maintenance{ @@ -16938,10 +17814,12 @@ /area/bridge) "aPS" = ( /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -16953,7 +17831,8 @@ /area/bridge) "aPT" = ( /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/machinery/door/poddoor/preopen{ id = "bridge blast"; @@ -16965,9 +17844,11 @@ /area/bridge) "aPU" = ( /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/machinery/status_display, @@ -16981,13 +17862,16 @@ /area/bridge) "aPV" = ( /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -16999,10 +17883,12 @@ /area/bridge) "aPW" = ( /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/machinery/status_display, /obj/effect/spawner/structure/window/reinforced, @@ -17015,6 +17901,7 @@ /area/bridge) "aPX" = ( /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/effect/spawner/structure/window/reinforced, @@ -17273,6 +18160,8 @@ /area/maintenance/port) "aQM" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -17347,6 +18236,8 @@ /area/storage/art) "aRb" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -17369,6 +18260,8 @@ /area/hallway/secondary/entry) "aRe" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/effect/spawner/structure/window/reinforced, @@ -17415,7 +18308,8 @@ name = "bridge power monitoring console" }, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /turf/open/floor/plasteel/yellow/side{ dir = 6 @@ -17445,6 +18339,8 @@ /area/bridge) "aRp" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/computer/shuttle/mining, @@ -17590,6 +18486,8 @@ "aRK" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/power/apc{ @@ -17649,6 +18547,8 @@ /area/chapel/main) "aRT" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/structure/rack, @@ -17674,7 +18574,8 @@ pixel_x = -24 }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/structure/table, /obj/item/stack/sheet/glass{ @@ -17845,6 +18746,8 @@ /area/bridge) "aSw" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/yellow/corner{ @@ -17892,6 +18795,8 @@ "aSB" = ( /obj/structure/table/reinforced, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/blue/side{ @@ -18038,6 +18943,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, @@ -18192,6 +19099,8 @@ /area/maintenance/port) "aTv" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment{ @@ -18365,6 +19274,8 @@ /area/bridge) "aTW" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -18379,6 +19290,8 @@ /area/bridge) "aTZ" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/blue/corner{ @@ -18543,6 +19456,8 @@ }, /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -18671,12 +19586,16 @@ "aUS" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /turf/open/floor/plating, /area/maintenance/port) "aUT" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /turf/open/floor/plating, @@ -18757,7 +19676,8 @@ /area/bridge) "aVd" = ( /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -18800,7 +19720,8 @@ pixel_x = -24 }, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/machinery/camera{ c_tag = "Fore Primary Hallway"; @@ -18820,6 +19741,8 @@ /area/bridge) "aVj" = ( /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -18830,9 +19753,13 @@ "aVk" = ( /obj/machinery/holopad, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -18842,6 +19769,8 @@ /area/bridge) "aVl" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ @@ -18851,6 +19780,8 @@ /area/bridge) "aVm" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -18860,9 +19791,13 @@ /area/bridge) "aVn" = ( /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -18872,9 +19807,13 @@ /area/bridge) "aVo" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -18886,6 +19825,8 @@ "aVp" = ( /obj/item/device/radio/beacon, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -18895,6 +19836,8 @@ /area/bridge) "aVq" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -18922,6 +19865,8 @@ name = "Logistics Station" }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -18999,6 +19944,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, @@ -19058,6 +20005,8 @@ /area/hydroponics) "aVL" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/sortjunction{ @@ -19256,6 +20205,8 @@ "aWk" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -19328,6 +20279,8 @@ dir = 6 }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /turf/open/floor/plating, @@ -19349,9 +20302,12 @@ dir = 4 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, @@ -19359,9 +20315,13 @@ "aWx" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /turf/open/floor/plating, @@ -19378,15 +20338,20 @@ pixel_y = 24 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, /area/maintenance/port) "aWA" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, @@ -19443,6 +20408,8 @@ /area/hallway/primary/central) "aWI" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/door/firedoor, @@ -19456,10 +20423,12 @@ "aWJ" = ( /obj/structure/cable, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/machinery/door/airlock/glass_command{ cyclelinkeddir = 4; @@ -19470,6 +20439,8 @@ /area/bridge) "aWK" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -19477,6 +20448,8 @@ /area/bridge) "aWL" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/door/airlock/glass_command{ @@ -19494,6 +20467,8 @@ /area/bridge) "aWN" = ( /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -19549,6 +20524,8 @@ /area/bridge) "aWS" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -19634,6 +20611,8 @@ /area/bridge) "aWZ" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -19644,9 +20623,13 @@ /area/bridge) "aXa" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/structure/disposalpipe/segment{ @@ -19660,6 +20643,8 @@ /area/bridge) "aXb" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/door/firedoor, @@ -19675,6 +20660,8 @@ /area/bridge) "aXc" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/door/airlock/glass_command{ @@ -19689,6 +20676,8 @@ /area/bridge) "aXd" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/door/firedoor, @@ -19701,13 +20690,16 @@ /area/hallway/primary/central) "aXe" = ( /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/structure/cable, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/machinery/door/airlock/glass_command{ @@ -19728,6 +20720,8 @@ /area/hallway/primary/central) "aXg" = ( /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/structure/disposalpipe/segment{ @@ -19982,6 +20976,8 @@ dir = 8 }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -20060,15 +21056,21 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + pixel_y = 1; + d2 = 2 }, /turf/open/floor/plating, /area/maintenance/port) "aYb" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -20126,6 +21128,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -20210,6 +21214,8 @@ /area/bridge) "aYs" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -20246,6 +21252,8 @@ /area/ai_monitored/turret_protected/ai_upload) "aYw" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/door/firedoor, @@ -20299,6 +21307,8 @@ /area/bridge) "aYD" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -20480,6 +21490,8 @@ "aZc" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -20670,6 +21682,8 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -20686,6 +21700,8 @@ pixel_y = 28 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -20748,6 +21764,8 @@ req_access_txt = "19" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -20764,6 +21782,8 @@ /area/ai_monitored/turret_protected/ai_upload) "aZT" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/black, @@ -20788,6 +21808,8 @@ req_access_txt = "20" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -20839,6 +21861,8 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -20909,6 +21933,8 @@ /area/hydroponics) "bao" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/computer/security/telescreen/entertainment{ @@ -20934,6 +21960,8 @@ pixel_y = 32 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -21014,6 +22042,8 @@ /area/chapel/main) "baC" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, @@ -21026,7 +22056,8 @@ pixel_x = -25 }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /turf/open/floor/plasteel/escape{ dir = 8 @@ -21034,6 +22065,8 @@ /area/hallway/secondary/exit) "baE" = ( /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -21089,6 +22122,8 @@ "baM" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/power/apc{ @@ -21099,7 +22134,8 @@ pixel_y = 2 }, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /turf/open/floor/plating, /area/maintenance/port) @@ -21135,6 +22171,8 @@ /area/quartermaster/storage) "baT" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -21246,6 +22284,8 @@ /area/bridge/meeting_room) "bbi" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment{ @@ -21335,6 +22375,7 @@ pixel_y = 24 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /turf/open/floor/wood, @@ -21344,9 +22385,13 @@ pixel_y = 32 }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /turf/open/floor/carpet, @@ -21418,6 +22463,8 @@ /area/hallway/secondary/exit) "bbH" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -21431,22 +22478,29 @@ pixel_x = -24 }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /turf/open/floor/plating, /area/maintenance/port) "bbJ" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /turf/open/floor/plating, /area/maintenance/port) "bbK" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -21558,6 +22612,8 @@ /area/bridge/meeting_room) "bcd" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -21575,6 +22631,8 @@ "bcf" = ( /obj/machinery/holopad, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/black, @@ -21602,6 +22660,8 @@ /area/hallway/primary/starboard) "bcj" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/junction{ @@ -21631,6 +22691,8 @@ dir = 8 }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/carpet, @@ -21726,6 +22788,8 @@ /area/hallway/secondary/exit) "bcA" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -21799,6 +22863,8 @@ /area/maintenance/port) "bcL" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/junction{ @@ -21924,6 +22990,8 @@ /area/bridge/meeting_room) "bde" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -21944,6 +23012,8 @@ /area/ai_monitored/turret_protected/ai_upload) "bdg" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/circuit, @@ -21970,9 +23040,13 @@ "bdl" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -21981,6 +23055,8 @@ "bdm" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, @@ -22033,6 +23109,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -22086,6 +23164,8 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -22103,6 +23183,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -22112,6 +23194,8 @@ /area/maintenance/port) "bdC" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/sortjunction{ @@ -22120,6 +23204,8 @@ sortType = 1 }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -22132,6 +23218,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment, @@ -22206,6 +23294,8 @@ }, /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -22223,6 +23313,8 @@ /area/maintenance/disposal) "bdR" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -22242,7 +23334,8 @@ pixel_x = -24 }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 @@ -22280,6 +23373,8 @@ /area/bridge/meeting_room) "bdZ" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -22400,6 +23495,8 @@ /area/maintenance/port) "bem" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/carpet, @@ -22477,6 +23574,8 @@ /area/hallway/primary/starboard) "bew" = ( /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/structure/disposalpipe/segment{ @@ -22484,6 +23583,8 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -22513,6 +23614,8 @@ /area/hallway/primary/starboard) "bez" = ( /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /turf/open/floor/plasteel, @@ -22531,12 +23634,16 @@ dir = 1 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) "beC" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /turf/open/floor/plasteel, @@ -22587,6 +23694,8 @@ "beJ" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -22759,7 +23868,8 @@ pixel_y = 24 }, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 6 @@ -22783,6 +23893,8 @@ }, /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -22826,9 +23938,12 @@ pixel_y = -24 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /turf/open/floor/plating, @@ -22917,6 +24032,13 @@ pixel_y = 7 }, /obj/item/pen, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Captain's Desk"; + departmentType = 5; + name = "Captain RC"; + pixel_x = -30 + }, /turf/open/floor/wood, /area/crew_quarters/heads/captain) "bfz" = ( @@ -22945,6 +24067,8 @@ /area/crew_quarters/heads/captain) "bfD" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/wood, @@ -22991,6 +24115,8 @@ /area/medical/morgue) "bfM" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -23103,6 +24229,8 @@ "bge" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -23176,6 +24304,8 @@ "bgo" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/power/apc{ @@ -23185,7 +24315,8 @@ pixel_x = 26 }, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/open/floor/plating, @@ -23196,6 +24327,8 @@ /area/science/research) "bgq" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -23241,6 +24374,8 @@ /area/quartermaster/office) "bgw" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -23418,6 +24553,8 @@ /area/crew_quarters/heads/captain) "bgW" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/holopad, @@ -23450,7 +24587,8 @@ pixel_y = 24 }, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/machinery/smoke_machine, /turf/open/floor/plasteel/white, @@ -23573,7 +24711,8 @@ pixel_y = 24 }, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /turf/open/floor/plasteel/black, /area/medical/morgue) @@ -23620,6 +24759,8 @@ dir = 10 }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/structure/disposalpipe/segment{ @@ -23744,6 +24885,8 @@ req_access_txt = "12" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -23804,6 +24947,8 @@ /area/maintenance/port) "bhO" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -23986,6 +25131,8 @@ /area/crew_quarters/heads/captain) "bin" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/white, @@ -24085,6 +25232,8 @@ /area/quartermaster/storage) "biB" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/black, @@ -24116,6 +25265,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /turf/open/floor/plasteel, @@ -24126,18 +25277,25 @@ dir = 2 }, /obj/structure/cable{ + d2 = 4; icon_state = "0-4" }, /turf/open/floor/plating, /area/science/robotics/mechbay) "biH" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /turf/open/floor/plasteel, @@ -24145,12 +25303,16 @@ "biI" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/circuit, /area/science/robotics/mechbay) "biJ" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/circuit, @@ -24158,6 +25320,8 @@ "biK" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -24278,6 +25442,8 @@ "biY" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -24345,6 +25511,8 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -24365,6 +25533,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -24374,6 +25544,8 @@ /area/maintenance/port) "bjk" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -24386,9 +25558,13 @@ /area/maintenance/port) "bjl" = ( /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment{ @@ -24458,6 +25634,8 @@ dir = 1 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, @@ -24488,12 +25666,16 @@ dir = 9 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, /area/quartermaster/sorting) "bjx" = ( /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/components/unary/vent_scrubber/on{ @@ -24553,6 +25735,8 @@ /area/crew_quarters/heads/captain) "bjH" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/firealarm{ @@ -24563,18 +25747,24 @@ /area/crew_quarters/heads/captain) "bjI" = ( /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /turf/open/floor/wood, /area/crew_quarters/heads/captain) "bjJ" = ( /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /turf/open/floor/wood, /area/crew_quarters/heads/captain) "bjK" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/components/unary/vent_scrubber/on, @@ -24586,6 +25776,8 @@ /area/medical/chemistry) "bjM" = ( /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -24609,6 +25801,7 @@ "bjP" = ( /obj/machinery/computer/mech_bay_power_console, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /turf/open/floor/plasteel, @@ -24767,6 +25960,8 @@ dir = 5 }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -24802,6 +25997,8 @@ /area/science/robotics/lab) "bkp" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -24868,6 +26065,8 @@ dir = 1 }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -24946,6 +26145,8 @@ req_access_txt = "31" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -24970,6 +26171,8 @@ /area/quartermaster/storage) "bkK" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -25012,6 +26215,8 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -25024,6 +26229,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/light/small, @@ -25035,6 +26242,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/light_switch{ @@ -25058,6 +26267,8 @@ req_access_txt = "12" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, @@ -25067,9 +26278,13 @@ dir = 4 }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -25081,6 +26296,8 @@ "bkV" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -25090,6 +26307,8 @@ /area/maintenance/fore/secondary) "bkW" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, @@ -25102,6 +26321,7 @@ pixel_x = 24 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /turf/open/floor/plating, @@ -25109,9 +26329,13 @@ "bkY" = ( /obj/effect/landmark/blobstart, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /turf/open/floor/plating, @@ -25127,6 +26351,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -25153,6 +26379,8 @@ req_access_txt = "20" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -25189,6 +26417,8 @@ req_access_txt = "6" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -25255,6 +26485,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/power/apc{ @@ -25264,7 +26496,8 @@ pixel_y = 24 }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 @@ -25279,7 +26512,8 @@ pixel_x = -25 }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /turf/open/floor/plasteel/red/side{ dir = 8 @@ -25287,9 +26521,13 @@ /area/security/checkpoint/medical) "blq" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/structure/disposalpipe/sortjunction{ @@ -25327,15 +26565,20 @@ "blu" = ( /obj/machinery/computer/mech_bay_power_console, /obj/structure/cable{ + d2 = 4; icon_state = "0-4" }, /turf/open/floor/plasteel, /area/science/robotics/mechbay) "blv" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/machinery/holopad, @@ -25362,6 +26605,8 @@ pixel_x = -23 }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -25369,6 +26614,8 @@ /area/science/robotics/lab) "blz" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -25522,10 +26769,17 @@ /turf/open/floor/plating, /area/maintenance/disposal) "blT" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ dir = 8 }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -25599,6 +26853,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, @@ -25610,6 +26866,8 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /turf/open/floor/plating, @@ -25623,6 +26881,8 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /turf/open/floor/plating, @@ -25647,6 +26907,8 @@ /area/quartermaster/storage) "bmh" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, @@ -25660,6 +26922,8 @@ /area/quartermaster/sorting) "bmj" = ( /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -25683,6 +26947,8 @@ /area/quartermaster/office) "bmm" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/door/firedoor, @@ -25725,6 +26991,8 @@ req_access_txt = "57" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -25733,6 +27001,8 @@ /area/crew_quarters/heads/hop) "bmt" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/brown{ @@ -25810,6 +27080,8 @@ /area/crew_quarters/heads/captain) "bmD" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -25840,6 +27112,8 @@ req_access_txt = "31" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, @@ -25896,6 +27170,8 @@ /area/medical/medbay/central) "bmN" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -25909,6 +27185,8 @@ /area/security/checkpoint/medical) "bmP" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, @@ -25955,6 +27233,8 @@ req_access_txt = "6;5" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -25985,6 +27265,8 @@ "bna" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -26023,6 +27305,8 @@ /area/science/lab) "bnh" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/white, @@ -26068,6 +27352,8 @@ /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/effect/turf_decal/stripes/corner{ @@ -26097,6 +27383,7 @@ pixel_x = 26 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /turf/open/floor/plasteel/white, @@ -26173,6 +27460,8 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /turf/open/floor/plating, @@ -26183,6 +27472,8 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, @@ -26204,6 +27495,8 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -26237,10 +27530,14 @@ "bnE" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -26301,6 +27598,8 @@ /area/quartermaster/sorting) "bnM" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -26367,6 +27666,8 @@ /area/crew_quarters/heads/hop) "bnS" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -26381,28 +27682,37 @@ pixel_x = -32 }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/engine/gravity_generator) "bnU" = ( /obj/structure/cable{ - icon_state = "1-2" + d1 = 4; + d2 = 8; + icon_state = "4-8" }, -/turf/open/floor/plasteel/vault, -/area/ai_monitored/nuke_storage) +/obj/machinery/door/airlock/glass_engineering{ + name = "Gravity Generator"; + req_access_txt = "11"; + req_one_access_txt = "0" + }, +/turf/open/floor/plasteel/black, +/area/engine/gravity_generator) "bnV" = ( -/obj/machinery/camera/motion{ - c_tag = "Vault"; - dir = 1; - network = list("MiniSat") +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" }, -/obj/machinery/light, -/turf/open/floor/plasteel/vault{ - dir = 10 +/obj/structure/cable{ + icon_state = "0-4"; + d2 = 4 }, -/area/ai_monitored/nuke_storage) +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/gravity_generator) "bnW" = ( /obj/structure/sign/securearea{ desc = "A warning sign which reads 'RADIOACTIVE AREA'"; @@ -26411,9 +27721,11 @@ pixel_x = 32 }, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/effect/spawner/structure/window/reinforced, @@ -26461,6 +27773,8 @@ /area/medical/chemistry) "boc" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment{ @@ -26535,6 +27849,8 @@ req_access_txt = "63" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -26691,6 +28007,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -26714,6 +28032,8 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -26809,6 +28129,8 @@ /area/quartermaster/office) "boV" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment{ @@ -26913,6 +28235,8 @@ "bpf" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -26990,6 +28314,8 @@ /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/white, @@ -27063,6 +28389,8 @@ /area/medical/medbay/central) "bpx" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment{ @@ -27091,6 +28419,8 @@ "bpB" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -27109,6 +28439,8 @@ req_access_txt = "5; 33" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -27136,7 +28468,8 @@ pixel_y = 24 }, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /turf/open/floor/plasteel/white, /area/medical/genetics) @@ -27200,6 +28533,8 @@ /area/medical/medbay/central) "bpP" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -27209,6 +28544,8 @@ /area/medical/medbay/central) "bpQ" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -27371,6 +28708,8 @@ "bqk" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/door/firedoor/heavy, @@ -27425,12 +28764,16 @@ /area/quartermaster/sorting) "bqq" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/carpet, /area/crew_quarters/heads/hop) "bqr" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -27459,7 +28802,8 @@ /area/hallway/primary/central) "bqx" = ( /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/machinery/door/poddoor/shutters/preopen{ id = "hop"; @@ -27492,6 +28836,8 @@ pixel_x = 24 }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -27500,7 +28846,8 @@ /area/crew_quarters/heads/hop) "bqD" = ( /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/machinery/power/apc{ dir = 8; @@ -27522,22 +28869,26 @@ /area/engine/gravity_generator) "bqE" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/vault{ dir = 5 }, -/area/security/checkpoint/checkpoint2) +/area/hallway/primary/central) "bqF" = ( +/obj/structure/cable{ + icon_state = "0-2"; + d2 = 2 + }, /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/cable{ - icon_state = "0-2" - }, /turf/open/floor/plating, -/area/security/checkpoint/checkpoint2) +/area/hallway/primary/central) "bqG" = ( /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/structure/cable, @@ -27566,6 +28917,8 @@ pixel_x = -32 }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -27590,6 +28943,8 @@ /area/hallway/primary/central) "bqO" = ( /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -27627,6 +28982,8 @@ /area/medical/medbay/central) "bqS" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -27639,6 +28996,8 @@ "bqT" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, @@ -27648,6 +29007,8 @@ /area/medical/medbay/central) "bqU" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/noticeboard{ @@ -27665,6 +29026,8 @@ /area/medical/medbay/central) "bqV" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -27676,6 +29039,8 @@ /area/medical/medbay/central) "bqW" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -27685,6 +29050,8 @@ /area/medical/medbay/central) "bqX" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -27694,6 +29061,8 @@ /area/medical/medbay/central) "bqY" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -27701,6 +29070,8 @@ /area/medical/medbay/central) "bqZ" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/white, @@ -27735,15 +29106,21 @@ /area/medical/genetics) "brf" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) "brg" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment, @@ -27751,6 +29128,8 @@ /area/medical/medbay/central) "brh" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /turf/open/floor/plasteel/whiteblue/corner{ @@ -27773,6 +29152,8 @@ /area/medical/medbay/central) "brk" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/components/unary/vent_pump/on, @@ -27817,6 +29198,8 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden, @@ -27885,6 +29268,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -27897,6 +29282,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -27921,6 +29308,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -27986,6 +29375,8 @@ "brF" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/sign/securearea{ @@ -28071,9 +29462,13 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -28083,9 +29478,13 @@ /area/science/explab) "brQ" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/structure/disposalpipe/junction{ @@ -28100,6 +29499,8 @@ "brR" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, @@ -28116,7 +29517,8 @@ pixel_y = -32 }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/structure/cable, /obj/machinery/door/poddoor/shutters/preopen{ @@ -28136,6 +29538,8 @@ /area/medical/medbay/central) "brW" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/vending/cart, @@ -28165,10 +29569,14 @@ /area/medical/medbay/central) "brZ" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -28187,14 +29595,15 @@ /turf/open/floor/plasteel, /area/engine/gravity_generator) "bsd" = ( +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-4"; + d2 = 4 + }, /obj/effect/spawner/structure/window/reinforced, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable, /turf/open/floor/plating, -/area/security/checkpoint/checkpoint2) +/area/hallway/primary/central) "bse" = ( /obj/machinery/power/terminal{ dir = 1 @@ -28205,14 +29614,15 @@ /turf/closed/wall/r_wall, /area/engine/gravity_generator) "bsf" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/structure/cable, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/open/floor/plating, -/area/security/checkpoint/checkpoint2) +/area/hallway/primary/central) "bsg" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 9 @@ -28293,6 +29703,8 @@ pixel_x = 27 }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -28365,6 +29777,8 @@ /area/medical/genetics) "bsv" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -28380,12 +29794,16 @@ /area/science/robotics/lab) "bsx" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) "bsy" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -28413,6 +29831,8 @@ /area/science/research) "bsD" = ( /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -28422,6 +29842,8 @@ /area/science/research) "bsE" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/door/firedoor/heavy, @@ -28436,6 +29858,8 @@ /area/science/explab) "bsF" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -28489,6 +29913,8 @@ /area/medical/genetics) "bsM" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -28546,6 +29972,8 @@ /area/maintenance/port/fore) "bsV" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -28680,6 +30108,8 @@ sortType = 12 }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -28846,6 +30276,8 @@ /area/crew_quarters/heads/hop) "btE" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -28869,6 +30301,8 @@ /area/engine/gravity_generator) "btH" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/chair/stool, @@ -28883,12 +30317,15 @@ pixel_x = -24 }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /turf/open/floor/plasteel, /area/teleporter) "btJ" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/bluespace_beacon, @@ -28897,12 +30334,16 @@ "btK" = ( /obj/machinery/holopad, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, /area/teleporter) "btL" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, @@ -28914,21 +30355,29 @@ req_access_txt = "17" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, /area/teleporter) "btN" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /turf/open/floor/plasteel, /area/teleporter) "btO" = ( /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/structure/disposalpipe/segment, @@ -29052,7 +30501,8 @@ pixel_y = -24 }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /turf/open/floor/plasteel/brown/corner{ @@ -29127,6 +30577,8 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden, @@ -29141,6 +30593,8 @@ "bup" = ( /obj/machinery/light, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -29160,6 +30614,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -29169,6 +30625,8 @@ /area/medical/genetics) "bus" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -29181,6 +30639,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -29192,6 +30652,8 @@ "buu" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -29207,6 +30669,8 @@ /area/science/explab) "buw" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -29219,6 +30683,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -29233,12 +30699,18 @@ sortType = 23 }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, @@ -29246,6 +30718,8 @@ /area/medical/genetics) "buz" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -29295,6 +30769,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -29315,6 +30791,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -29348,6 +30826,8 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -29388,6 +30868,13 @@ dir = 4 }, /obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -29409,6 +30896,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -29423,6 +30912,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/door/firedoor/heavy, @@ -29465,6 +30956,8 @@ /area/teleporter) "bva" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/sign/securearea{ @@ -29480,9 +30973,13 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -29495,6 +30992,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/light, @@ -29514,9 +31013,13 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -29539,6 +31042,8 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, @@ -29670,6 +31175,8 @@ "bvz" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -29704,6 +31211,8 @@ /area/security/checkpoint/science) "bvD" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -29758,6 +31267,8 @@ "bvI" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -29899,6 +31410,8 @@ dir = 8 }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -29915,9 +31428,13 @@ "bwc" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -29985,6 +31502,8 @@ /area/crew_quarters/heads/hop) "bwl" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -29999,6 +31518,8 @@ "bwn" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/red/side, @@ -30032,6 +31553,8 @@ /area/teleporter) "bwu" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -30174,6 +31697,8 @@ /area/medical/genetics) "bwM" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -30225,6 +31750,8 @@ /area/crew_quarters/heads/hor) "bwS" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -30242,6 +31769,8 @@ req_access_txt = "41" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -30254,6 +31783,8 @@ /area/quartermaster/qm) "bwU" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -30268,6 +31799,8 @@ /area/quartermaster/qm) "bwV" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -30285,9 +31818,13 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -30297,9 +31834,13 @@ /area/quartermaster/miningdock) "bwX" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/structure/disposalpipe/sortjunction{ @@ -30352,6 +31893,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -30364,6 +31907,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -30377,6 +31922,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -30489,6 +32036,8 @@ /obj/machinery/meter, /obj/machinery/atmospherics/pipe/simple/general/visible, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /turf/open/floor/plating, @@ -30526,6 +32075,8 @@ /area/quartermaster/miningdock) "bxA" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -30575,6 +32126,8 @@ /area/security/checkpoint/supply) "bxF" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -30594,6 +32147,8 @@ req_access_txt = "57" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -30606,7 +32161,8 @@ name = "vault shutters" }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /turf/open/floor/plating, /area/security/checkpoint/checkpoint2) @@ -30618,13 +32174,19 @@ }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ - icon_state = "2-8" + d1 = 2; + d2 = 4; + icon_state = "2-4" }, /obj/structure/cable{ - icon_state = "2-4" + d1 = 2; + d2 = 8; + icon_state = "2-8" }, /turf/open/floor/plasteel, /area/security/checkpoint/checkpoint2) @@ -30635,6 +32197,7 @@ name = "vault shutters" }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /turf/open/floor/plating, @@ -30655,6 +32218,8 @@ }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, @@ -30691,6 +32256,8 @@ /area/medical/sleeper) "bxP" = ( /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/structure/disposalpipe/segment{ @@ -30737,6 +32304,8 @@ req_access_txt = "30" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -30833,6 +32402,8 @@ req_access_txt = "30" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/black, @@ -30846,6 +32417,8 @@ req_access_txt = "63" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -30986,7 +32559,8 @@ pixel_y = 24 }, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /turf/open/floor/plasteel/brown{ dir = 1 @@ -31025,13 +32599,16 @@ pixel_y = 24 }, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) "byG" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -31125,6 +32702,8 @@ /area/hallway/primary/central) "byR" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment{ @@ -31153,6 +32732,8 @@ "byU" = ( /obj/machinery/light, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, @@ -31163,6 +32744,8 @@ pixel_y = -32 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, @@ -31358,6 +32941,8 @@ dir = 10 }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /turf/open/floor/plasteel/black, @@ -31397,6 +32982,7 @@ pixel_y = 25 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /turf/open/floor/plasteel/black, @@ -31423,6 +33009,8 @@ /area/science/research) "bzB" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -31542,12 +33130,16 @@ /area/quartermaster/qm) "bzQ" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, /area/quartermaster/qm) "bzR" = ( /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /turf/open/floor/plasteel, @@ -31563,6 +33155,8 @@ /obj/structure/chair/office/dark, /obj/effect/landmark/start/quartermaster, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, @@ -31601,6 +33195,8 @@ "bAa" = ( /obj/machinery/door/firedoor/heavy, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -31616,6 +33212,8 @@ /area/quartermaster/miningdock) "bAc" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -31644,6 +33242,8 @@ location = "QM" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -31660,6 +33260,8 @@ /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -31699,6 +33301,8 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -31715,6 +33319,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -31727,6 +33333,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/power/apc{ @@ -31737,7 +33345,8 @@ pixel_y = 24 }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 @@ -31810,6 +33419,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -31879,12 +33490,16 @@ /area/security/checkpoint/science) "bAF" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /turf/open/floor/plasteel, /area/security/checkpoint/science) "bAG" = ( /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /turf/open/floor/plasteel, @@ -31898,6 +33513,8 @@ /area/security/checkpoint/science) "bAI" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -31915,6 +33532,8 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -31928,9 +33547,13 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -32107,9 +33730,13 @@ /area/security/checkpoint/supply) "bBg" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /turf/open/floor/plasteel, @@ -32117,6 +33744,8 @@ "bBh" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /turf/open/floor/plasteel/brown/corner{ @@ -32125,6 +33754,8 @@ /area/hallway/primary/central) "bBi" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, @@ -32135,6 +33766,8 @@ pixel_y = -22 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, @@ -32142,6 +33775,8 @@ "bBk" = ( /obj/machinery/door/firedoor, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/camera{ @@ -32152,9 +33787,13 @@ /area/hallway/primary/central) "bBl" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, @@ -32217,6 +33856,8 @@ pixel_y = -32 }, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /turf/open/floor/plasteel, @@ -32287,6 +33928,8 @@ /area/hallway/primary/central) "bBz" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -32296,6 +33939,8 @@ /area/hallway/primary/central) "bBA" = ( /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/structure/disposalpipe/junction{ @@ -32306,6 +33951,8 @@ /area/hallway/primary/central) "bBB" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/structure/disposalpipe/segment{ @@ -32331,10 +33978,14 @@ /area/science/research) "bBE" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/white, @@ -32615,6 +34266,8 @@ dir = 5 }, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /turf/open/floor/plating, @@ -32625,6 +34278,8 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -32659,6 +34314,8 @@ }, /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -32701,6 +34358,8 @@ /area/janitor) "bCx" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ @@ -32718,6 +34377,8 @@ req_access_txt = "12" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -33021,6 +34682,8 @@ "bDm" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -33081,6 +34744,8 @@ "bDu" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -33134,7 +34799,8 @@ pixel_y = 24 }, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /turf/open/floor/plating, /area/storage/tech) @@ -33153,6 +34819,7 @@ pixel_x = 26 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -33256,6 +34923,8 @@ /area/medical/medbay/central) "bDO" = ( /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /turf/open/floor/plating, @@ -33276,6 +34945,8 @@ "bDQ" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /turf/open/floor/plating, @@ -33305,6 +34976,8 @@ /area/crew_quarters/heads/cmo) "bDV" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/sortjunction{ @@ -33326,6 +34999,8 @@ /area/medical/sleeper) "bDY" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/effect/landmark/xeno_spawn, @@ -33346,6 +35021,8 @@ /area/medical/sleeper) "bEb" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/components/unary/vent_pump/on{ @@ -33355,6 +35032,8 @@ /area/science/storage) "bEc" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/floorgrime, @@ -33381,6 +35060,8 @@ /area/medical/medbay/central) "bEf" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -33392,6 +35073,8 @@ /area/science/research) "bEg" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/door/airlock/research{ @@ -33477,7 +35160,8 @@ pixel_x = -25 }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /turf/open/floor/plasteel/white/side{ dir = 5 @@ -33486,6 +35170,8 @@ "bEr" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -33592,6 +35278,8 @@ /area/science/mixing) "bEE" = ( /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -33613,6 +35301,8 @@ /area/maintenance/starboard) "bEG" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -33629,6 +35319,8 @@ /area/science/mixing) "bEI" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -33645,6 +35337,8 @@ req_access_txt = "12" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -33675,6 +35369,8 @@ /area/science/mixing) "bEN" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -33706,9 +35402,13 @@ /area/quartermaster/miningdock) "bER" = ( /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/components/unary/vent_scrubber/on{ @@ -33722,6 +35422,8 @@ /area/maintenance/port/aft) "bET" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -33731,32 +35433,39 @@ /area/storage/tech) "bEU" = ( /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/storage/tech) "bEV" = ( /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/storage/tech) "bEW" = ( /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/effect/spawner/structure/window/reinforced, @@ -33770,6 +35479,7 @@ /area/storage/tech) "bEY" = ( /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/effect/spawner/structure/window/reinforced, @@ -33790,12 +35500,16 @@ /area/storage/tech) "bFb" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, /area/storage/tech) "bFc" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/effect/landmark/blobstart, @@ -33817,6 +35531,8 @@ req_access_txt = "23" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -33835,6 +35551,8 @@ /area/janitor) "bFh" = ( /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/components/unary/vent_scrubber/on{ @@ -33852,6 +35570,8 @@ "bFj" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/manifold4w/scrubbers, @@ -33866,6 +35586,8 @@ /area/janitor) "bFl" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/power/apc{ @@ -33875,7 +35597,8 @@ pixel_x = -24 }, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /turf/open/floor/plating, /area/maintenance/aft) @@ -34163,6 +35886,8 @@ req_one_access_txt = "8;12" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -34276,6 +36001,8 @@ "bGq" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -34283,7 +36010,8 @@ /area/maintenance/port/aft) "bGr" = ( /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/structure/cable, /obj/effect/spawner/structure/window/reinforced, @@ -34295,6 +36023,8 @@ dir = 2 }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -34347,6 +36077,8 @@ /obj/item/circuitboard/machine/destructive_analyzer, /obj/item/circuitboard/machine/protolathe, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/item/circuitboard/computer/aifixer, @@ -34410,6 +36142,8 @@ /area/janitor) "bGC" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/door/firedoor/heavy, @@ -34436,6 +36170,8 @@ /area/janitor) "bGF" = ( /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -34445,9 +36181,13 @@ /area/science/mixing) "bGG" = ( /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -34459,15 +36199,21 @@ /area/science/mixing) "bGH" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /turf/open/floor/plating, /area/maintenance/aft) "bGI" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment, @@ -34475,12 +36221,16 @@ /area/maintenance/aft) "bGJ" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, /area/maintenance/aft) "bGK" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -34506,9 +36256,13 @@ /area/quartermaster/miningdock) "bGN" = ( /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -34518,6 +36272,8 @@ /area/hallway/primary/aft) "bGO" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -34534,6 +36290,8 @@ /area/hallway/primary/aft) "bGP" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -34655,7 +36413,8 @@ pixel_x = -25 }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/machinery/camera{ c_tag = "Toxins Storage"; @@ -34691,6 +36450,8 @@ /area/storage/tech) "bHj" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -34740,6 +36501,8 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden, @@ -34748,6 +36511,8 @@ "bHq" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -34890,6 +36655,8 @@ /area/storage/tech) "bHH" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, @@ -34900,12 +36667,16 @@ req_access_txt = "19;23" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, /area/storage/tech) "bHJ" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/effect/landmark/xeno_spawn, @@ -35000,6 +36771,8 @@ /area/medical/medbay/central) "bHU" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/grille/broken, @@ -35013,7 +36786,8 @@ pixel_x = -24 }, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /turf/open/floor/plating, /area/maintenance/aft) @@ -35031,6 +36805,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -35044,6 +36820,8 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/manifold4w/scrubbers, @@ -35089,6 +36867,8 @@ /area/hallway/primary/aft) "bIf" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/doorButtons/access_button{ @@ -35113,9 +36893,13 @@ /area/medical/virology) "bIg" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/structure/disposalpipe/sortjunction{ @@ -35133,9 +36917,13 @@ dir = 4 }, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -35277,6 +37065,8 @@ req_access_txt = "55" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -35289,9 +37079,13 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -35304,6 +37098,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -35383,6 +37179,8 @@ /area/science/research) "bIF" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, @@ -35434,6 +37232,8 @@ /area/medical/virology) "bIL" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/components/unary/vent_scrubber/on{ @@ -35444,6 +37244,8 @@ "bIM" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/sign/securearea{ @@ -35474,6 +37276,8 @@ /area/science/xenobiology) "bIQ" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/holopad, @@ -35613,6 +37417,8 @@ /area/maintenance/port/aft) "bJg" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -35718,6 +37524,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/door/airlock/maintenance{ @@ -35738,6 +37546,8 @@ /area/science/research) "bJs" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -35750,6 +37560,8 @@ /area/maintenance/aft) "bJt" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -35766,9 +37578,13 @@ /area/construction) "bJv" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/structure/disposalpipe/segment{ @@ -35781,12 +37597,16 @@ /area/maintenance/aft) "bJw" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -35802,6 +37622,8 @@ /area/hallway/primary/central) "bJy" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -35866,20 +37688,24 @@ /area/medical/medbay/central) "bJH" = ( /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/machinery/shieldwallgen/xenobiologyaccess, /turf/open/floor/plating, /area/science/xenobiology) "bJI" = ( /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/machinery/door/poddoor/preopen{ id = "misclab"; @@ -35890,7 +37716,8 @@ /area/science/xenobiology) "bJJ" = ( /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/machinery/door/poddoor/preopen{ id = "misclab"; @@ -35902,10 +37729,12 @@ "bJK" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/machinery/door/poddoor/preopen{ id = "misclab"; @@ -35921,6 +37750,8 @@ req_access_txt = "55" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/door/poddoor/preopen{ @@ -35931,6 +37762,7 @@ /area/science/xenobiology) "bJM" = ( /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/machinery/door/poddoor/preopen{ @@ -36063,6 +37895,8 @@ /area/science/mixing) "bKb" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -36177,7 +38011,8 @@ /area/quartermaster/miningdock) "bKr" = ( /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/structure/cable, /obj/effect/spawner/structure/window/reinforced, @@ -36185,9 +38020,11 @@ /area/storage/tech) "bKs" = ( /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/structure/cable, @@ -36269,9 +38106,13 @@ /area/maintenance/aft) "bKD" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -36298,6 +38139,8 @@ /area/quartermaster/sorting) "bKG" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/sign/securearea{ @@ -36313,6 +38156,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -36327,6 +38172,8 @@ sortType = 11 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -36340,6 +38187,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -36350,6 +38199,7 @@ "bKK" = ( /obj/effect/decal/cleanable/cobweb/cobweb2, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/machinery/power/apc{ @@ -36367,9 +38217,13 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -36440,7 +38294,8 @@ pixel_y = 24 }, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 @@ -36465,6 +38320,8 @@ /area/construction) "bKV" = ( /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -36478,6 +38335,8 @@ "bKW" = ( /obj/item/wrench, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/effect/turf_decal/stripes/line{ @@ -36494,6 +38353,8 @@ }, /obj/structure/table/reinforced, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/window/reinforced{ @@ -36541,6 +38402,8 @@ /area/science/xenobiology) "bLb" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/effect/turf_decal/stripes/line{ @@ -36585,6 +38448,8 @@ /area/science/xenobiology) "bLf" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/components/unary/vent_pump/on, @@ -36707,6 +38572,8 @@ /area/maintenance/port/aft) "bLw" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -36790,6 +38657,7 @@ pixel_y = -24 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /turf/open/floor/plasteel, @@ -36835,6 +38703,8 @@ /area/engine/atmos) "bLO" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -36864,6 +38734,8 @@ "bLT" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -36909,6 +38781,8 @@ /area/medical/virology) "bLZ" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -36924,6 +38798,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -36940,6 +38816,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -36952,9 +38830,13 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -36964,10 +38846,14 @@ /area/maintenance/aft) "bMe" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/junction, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -36994,16 +38880,21 @@ pixel_x = -25 }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /turf/open/floor/plasteel/white, /area/science/xenobiology) "bMh" = ( /obj/structure/chair/stool, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/white, @@ -37019,6 +38910,8 @@ /area/maintenance/port/aft) "bMk" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/white, @@ -37201,9 +39094,13 @@ /area/shuttle/mining) "bMG" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /turf/open/floor/plasteel, @@ -37254,6 +39151,8 @@ /area/engine/atmos) "bMO" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -37376,6 +39275,8 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden, @@ -37427,9 +39328,13 @@ dir = 4 }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -37442,6 +39347,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -37649,6 +39556,8 @@ /area/quartermaster/office) "bNN" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -37872,6 +39781,8 @@ /area/medical/virology) "bOq" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/white, @@ -38080,7 +39991,8 @@ pixel_x = -24 }, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/machinery/newscaster{ pixel_y = 32 @@ -38188,6 +40100,8 @@ /area/engine/atmos) "bOZ" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -38447,6 +40361,8 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/white, @@ -38652,6 +40568,8 @@ req_access_txt = "10" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/item/device/radio/off, @@ -38731,6 +40649,8 @@ /area/engine/atmos) "bQp" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -38893,6 +40813,8 @@ /obj/machinery/door/firedoor, /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/effect/turf_decal/stripes/line{ @@ -38940,6 +40862,8 @@ "bQQ" = ( /obj/machinery/door/firedoor, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -39070,6 +40994,8 @@ /area/engine/break_room) "bRj" = ( /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -39079,6 +41005,8 @@ /area/engine/break_room) "bRk" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -39100,6 +41028,8 @@ req_access_txt = "63" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -39220,6 +41150,8 @@ dir = 6 }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -39324,6 +41256,8 @@ /area/medical/virology) "bRP" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/door/firedoor, @@ -39386,7 +41320,8 @@ dir = 4 }, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/machinery/door/poddoor/preopen{ id = "xenobio3"; @@ -39398,9 +41333,13 @@ "bRX" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/white, @@ -39409,6 +41348,8 @@ /obj/structure/window/reinforced, /obj/structure/table/reinforced, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/button/door{ @@ -39424,15 +41365,19 @@ /area/science/xenobiology) "bRZ" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/white, /area/science/xenobiology) "bSa" = ( /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/machinery/door/poddoor/preopen{ @@ -39507,6 +41452,8 @@ /area/science/misc_lab) "bSl" = ( /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -39518,6 +41465,8 @@ /area/maintenance/starboard/aft) "bSm" = ( /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -39603,6 +41552,8 @@ /area/construction) "bSw" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/components/unary/vent_pump/on{ @@ -39728,6 +41679,8 @@ "bSI" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/visible, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -39826,6 +41779,8 @@ /area/medical/virology) "bSV" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/firealarm{ @@ -39835,6 +41790,8 @@ /area/medical/virology) "bSW" = ( /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -39850,6 +41807,7 @@ pixel_y = 24 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/machinery/camera{ @@ -39886,6 +41844,8 @@ req_access_txt = "55" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/door/poddoor/preopen{ @@ -39897,6 +41857,8 @@ "bTc" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/white, @@ -39917,6 +41879,8 @@ /area/science/xenobiology) "bTe" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/door/window/northleft{ @@ -39944,6 +41908,8 @@ /area/science/misc_lab) "bTg" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -40043,6 +42009,8 @@ /area/science/misc_lab) "bTr" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -40119,6 +42087,8 @@ /area/maintenance/port/aft) "bTD" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -40178,7 +42148,8 @@ pixel_y = 1 }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel/caution/corner{ @@ -40328,6 +42299,8 @@ dir = 1 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/effect/turf_decal/stripes/line{ @@ -40337,7 +42310,8 @@ /area/science/xenobiology) "bUe" = ( /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/structure/cable, /obj/machinery/door/poddoor/preopen{ @@ -40350,9 +42324,13 @@ "bUf" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/white, @@ -40419,6 +42397,8 @@ /area/hallway/primary/aft) "bUm" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -40457,6 +42437,8 @@ /area/space/nearstation) "bUs" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, @@ -40466,6 +42448,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, @@ -40476,24 +42460,30 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 }, /turf/open/floor/plating, /area/maintenance/port/aft) "bUv" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 }, -/obj/structure/cable{ - icon_state = "4-8" - }, /turf/open/floor/plating, /area/maintenance/port/aft) "bUx" = ( @@ -40502,9 +42492,13 @@ dir = 1 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden, @@ -40519,6 +42513,8 @@ /area/tcommsat/computer) "bUz" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -40528,6 +42524,8 @@ /area/maintenance/port/aft) "bUA" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/power/apc{ @@ -40537,6 +42535,7 @@ pixel_y = 24 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -40552,6 +42551,7 @@ pixel_y = -24 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -40638,6 +42638,8 @@ /area/engine/atmos) "bUM" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible, @@ -40717,12 +42719,16 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 5 }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -40733,6 +42739,8 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -40775,6 +42783,8 @@ /area/hallway/primary/aft) "bVe" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -40843,6 +42853,8 @@ /area/science/misc_lab) "bVm" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -40866,6 +42878,8 @@ /area/engine/break_room) "bVp" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -41073,6 +43087,8 @@ /area/engine/atmos) "bVV" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ @@ -41120,7 +43136,7 @@ "bWb" = ( /obj/machinery/atmospherics/components/trinary/filter{ dir = 1; - filter_type = "n2o"; + filter_type = /datum/gas/nitrous_oxide; on = 1 }, /turf/open/floor/plasteel, @@ -41144,6 +43160,8 @@ /area/engine/atmos) "bWe" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -41196,7 +43214,8 @@ dir = 4 }, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/machinery/door/poddoor/preopen{ id = "xenobio2"; @@ -41209,6 +43228,8 @@ /obj/structure/window/reinforced, /obj/structure/table/reinforced, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/button/door{ @@ -41224,9 +43245,11 @@ /area/science/xenobiology) "bWn" = ( /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/machinery/door/poddoor/preopen{ @@ -41335,7 +43358,8 @@ pixel_y = 25 }, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /turf/open/floor/circuit/telecomms/mainframe, /area/tcommsat/server) @@ -41352,13 +43376,16 @@ "bWI" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /turf/open/floor/plating, /area/tcommsat/computer) "bWJ" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ @@ -41447,6 +43474,8 @@ network = list("SS13") }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible, @@ -41570,6 +43599,8 @@ req_access_txt = "55" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/door/poddoor/preopen{ @@ -41580,6 +43611,8 @@ /area/science/xenobiology) "bXg" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/door/window/northleft{ @@ -41628,9 +43661,13 @@ location = "AftH" }, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -41650,6 +43687,8 @@ /area/science/misc_lab) "bXm" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -41659,6 +43698,8 @@ /area/hallway/primary/aft) "bXn" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -41670,6 +43711,8 @@ /area/hallway/primary/aft) "bXo" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment, @@ -41680,9 +43723,13 @@ /area/hallway/primary/aft) "bXp" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -41692,6 +43739,8 @@ /area/engine/break_room) "bXq" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/door/firedoor, @@ -41749,6 +43798,8 @@ "bXu" = ( /obj/structure/grille, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -41791,6 +43842,8 @@ /area/tcommsat/server) "bXC" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/circuit/telecomms/mainframe, @@ -41808,7 +43861,8 @@ "bXF" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/structure/cable, /turf/open/floor/plating, @@ -41818,9 +43872,13 @@ /area/tcommsat/computer) "bXH" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/manifold4w/scrubbers, @@ -41828,6 +43886,8 @@ /area/engine/break_room) "bXI" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -42014,6 +44074,8 @@ dir = 1 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/effect/turf_decal/stripes/line{ @@ -42027,7 +44089,8 @@ }, /obj/structure/cable, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/machinery/door/poddoor/preopen{ id = "xenobio2"; @@ -42095,6 +44158,8 @@ /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/yellow/side, @@ -42425,21 +44490,29 @@ /area/space/nearstation) "bZn" = ( /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /turf/open/floor/circuit/telecomms/mainframe, /area/tcommsat/server) "bZo" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/circuit/telecomms/mainframe, /area/tcommsat/server) "bZp" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /turf/open/floor/circuit/telecomms/mainframe, @@ -42447,12 +44520,15 @@ "bZq" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /turf/open/floor/plating, @@ -42464,6 +44540,7 @@ "bZs" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/structure/cable, @@ -42530,6 +44607,8 @@ req_access_txt = "12" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -42544,17 +44623,21 @@ }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + pixel_y = 1; + d2 = 2 }, /obj/structure/cable, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /turf/open/floor/plating, /area/crew_quarters/heads/chief) "bZD" = ( /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -42564,6 +44647,7 @@ /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /turf/open/floor/plating, @@ -42582,13 +44666,16 @@ pixel_x = -24 }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /turf/open/floor/plasteel, /area/engine/atmos) "bZG" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/visible, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /turf/open/floor/plasteel, @@ -42610,7 +44697,7 @@ "bZJ" = ( /obj/machinery/atmospherics/components/trinary/filter{ dir = 1; - filter_type = "plasma"; + filter_type = /datum/gas/plasma; on = 1 }, /turf/open/floor/plasteel, @@ -42708,7 +44795,8 @@ dir = 4 }, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/machinery/door/poddoor/preopen{ id = "xenobio1"; @@ -42727,6 +44815,8 @@ req_access_txt = "55" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/effect/turf_decal/stripes/line{ @@ -42736,9 +44826,11 @@ /area/science/xenobiology) "bZX" = ( /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/machinery/door/poddoor/preopen{ @@ -42805,6 +44897,8 @@ /area/tcommsat/server) "cah" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /turf/open/floor/circuit/telecomms/mainframe, @@ -42814,7 +44908,8 @@ charge = 5e+006 }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /turf/open/floor/circuit/telecomms/mainframe, /area/tcommsat/server) @@ -42831,6 +44926,8 @@ req_access_txt = "61" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/vault{ @@ -42861,6 +44958,8 @@ /area/engine/break_room) "caq" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -42893,6 +44992,8 @@ /area/maintenance/port/aft) "cau" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -42928,6 +45029,8 @@ /area/maintenance/port/aft) "cay" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -42940,6 +45043,8 @@ /area/maintenance/port/aft) "caz" = ( /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/structure/disposalpipe/segment{ @@ -42961,6 +45066,8 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -43040,6 +45147,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -43054,9 +45163,13 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -43070,6 +45183,8 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -43080,6 +45195,8 @@ "caO" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -43125,6 +45242,8 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -43138,9 +45257,13 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -43151,6 +45274,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ @@ -43167,6 +45292,8 @@ req_access_txt = "55" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/door/poddoor/preopen{ @@ -43177,6 +45304,8 @@ /area/science/xenobiology) "caW" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/door/window/northleft{ @@ -43236,6 +45365,7 @@ pixel_x = 26 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -43253,6 +45383,8 @@ /area/maintenance/starboard/aft) "cbg" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -43307,7 +45439,8 @@ "cbm" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/structure/cable, /turf/open/floor/plating, @@ -43322,9 +45455,11 @@ "cbo" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /turf/open/floor/plating, @@ -43343,9 +45478,13 @@ dir = 1 }, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + pixel_y = 1; + d2 = 2 }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/vault{ @@ -43366,6 +45505,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -43398,7 +45539,8 @@ pixel_x = -24 }, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /turf/open/floor/plasteel, /area/engine/break_room) @@ -43411,9 +45553,13 @@ /area/maintenance/starboard/aft) "cbw" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/structure/disposalpipe/segment, @@ -43431,6 +45577,8 @@ /area/maintenance/port/aft) "cby" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -43504,6 +45652,8 @@ /area/engine/atmos) "cbJ" = ( /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/yellow/visible{ @@ -43517,6 +45667,8 @@ /area/maintenance/aft) "cbL" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -43530,6 +45682,8 @@ "cbN" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -43548,6 +45702,8 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -43572,6 +45728,8 @@ dir = 1 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/light, @@ -43583,7 +45741,8 @@ "cbS" = ( /obj/structure/cable, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/machinery/door/poddoor/preopen{ id = "xenobio1"; @@ -43595,6 +45754,8 @@ "cbT" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /turf/open/floor/plasteel/white, @@ -43622,6 +45783,8 @@ /area/science/misc_lab) "cbW" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -43657,7 +45820,8 @@ /area/science/misc_lab) "cca" = ( /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/machinery/power/solar{ id = "portsolar"; @@ -43667,6 +45831,7 @@ /area/solar/port/aft) "ccb" = ( /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/machinery/power/solar{ @@ -43677,9 +45842,13 @@ /area/solar/port/aft) "ccc" = ( /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/structure/lattice/catwalk, @@ -43729,9 +45898,13 @@ /area/crew_quarters/heads/chief) "cck" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /turf/open/floor/plasteel/vault{ @@ -43767,6 +45940,8 @@ /area/engine/engineering) "ccp" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -43779,6 +45954,8 @@ /area/maintenance/starboard/aft) "ccq" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -43791,9 +45968,13 @@ /area/maintenance/starboard/aft) "ccr" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/structure/disposalpipe/segment{ @@ -43812,6 +45993,8 @@ /area/engine/break_room) "cct" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/structure/disposalpipe/segment{ @@ -43823,6 +46006,8 @@ /area/maintenance/starboard/aft) "ccu" = ( /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/structure/disposalpipe/segment{ @@ -43917,6 +46102,8 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -43926,6 +46113,8 @@ /area/maintenance/aft) "ccJ" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ @@ -43939,6 +46128,8 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -43952,6 +46143,8 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -43969,6 +46162,8 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -43982,6 +46177,8 @@ req_access_txt = "12" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -44006,6 +46203,8 @@ /area/science/misc_lab) "ccS" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -44036,12 +46235,18 @@ /area/maintenance/starboard/aft) "ccX" = ( /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/lattice/catwalk, @@ -44100,6 +46305,8 @@ sortType = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -44110,12 +46317,16 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, /area/maintenance/port/aft) "cdj" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/structure/disposalpipe/segment{ @@ -44124,6 +46335,8 @@ }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -44175,9 +46388,13 @@ /area/maintenance/starboard/aft) "cdr" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -44193,7 +46410,8 @@ pixel_x = -25 }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/machinery/camera{ c_tag = "Aft Starboard Solar Access"; @@ -44222,6 +46440,8 @@ }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -44268,7 +46488,7 @@ "cdB" = ( /obj/machinery/atmospherics/components/trinary/filter{ dir = 1; - filter_type = "co2"; + filter_type = /datum/gas/carbon_dioxide; on = 1 }, /turf/open/floor/plasteel, @@ -44292,6 +46512,8 @@ /area/engine/atmos) "cdE" = ( /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/simple/yellow/visible{ @@ -44301,9 +46523,13 @@ /area/maintenance/aft) "cdF" = ( /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -44313,6 +46539,8 @@ /area/maintenance/aft) "cdG" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -44328,6 +46556,8 @@ /area/maintenance/aft) "cdI" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -44379,6 +46609,8 @@ "cdO" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -44407,10 +46639,14 @@ dir = 5 }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/components/unary/vent_pump/on, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -44435,7 +46671,8 @@ pixel_y = 1 }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /turf/open/floor/plating, /area/maintenance/port/aft) @@ -44536,6 +46773,8 @@ /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -44560,9 +46799,11 @@ /area/engine/engineering) "ceq" = ( /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/effect/spawner/structure/window/reinforced, @@ -44591,6 +46832,8 @@ /obj/effect/spawner/structure/window, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -44640,6 +46883,8 @@ /area/engine/atmos) "ceC" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/yellow/visible, @@ -44647,6 +46892,8 @@ /area/maintenance/aft) "ceD" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -44727,6 +46974,8 @@ /area/science/misc_lab) "ceQ" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -44810,7 +47059,8 @@ /area/crew_quarters/heads/chief) "cfc" = ( /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -44841,6 +47091,8 @@ pixel_x = 32 }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -44848,6 +47100,8 @@ /area/maintenance/port/aft) "cfg" = ( /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -44862,7 +47116,7 @@ "cfi" = ( /obj/machinery/atmospherics/components/trinary/filter{ dir = 2; - filter_type = "n2"; + filter_type = /datum/gas/nitrogen; on = 1 }, /turf/open/floor/plasteel, @@ -44872,6 +47126,8 @@ /area/maintenance/disposal/incinerator) "cfk" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -44948,6 +47204,8 @@ req_access_txt = "47" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -44983,6 +47241,8 @@ /area/science/xenobiology) "cfz" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/yellow/corner{ @@ -45002,6 +47262,8 @@ req_access_txt = "10" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -45047,6 +47309,8 @@ dir = 1 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/manifold4w/scrubbers, @@ -45061,6 +47325,8 @@ pixel_y = 24 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -45102,7 +47368,7 @@ "cfR" = ( /obj/machinery/atmospherics/components/trinary/filter{ dir = 4; - filter_type = "o2"; + filter_type = /datum/gas/oxygen; on = 1 }, /turf/open/floor/plasteel, @@ -45121,9 +47387,13 @@ /area/maintenance/disposal/incinerator) "cfW" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/simple/yellow/visible, @@ -45142,6 +47412,8 @@ /area/maintenance/aft) "cfY" = ( /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/components/unary/vent_scrubber/on{ @@ -45165,6 +47437,7 @@ charge = 10000 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/effect/decal/cleanable/cobweb{ @@ -45179,6 +47452,8 @@ }, /obj/structure/disposalpipe/trunk, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, @@ -45252,6 +47527,8 @@ /area/science/xenobiology) "cgm" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -45272,6 +47549,8 @@ /area/science/xenobiology) "cgo" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden, @@ -45279,6 +47558,8 @@ /area/maintenance/starboard/aft) "cgp" = ( /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -45301,6 +47582,8 @@ /area/maintenance/starboard/aft) "cgs" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -45330,12 +47613,18 @@ "cgv" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -45378,7 +47667,8 @@ /area/maintenance/solars/port/aft) "cgB" = ( /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/machinery/power/smes, /turf/open/floor/plating, @@ -45388,7 +47678,8 @@ dir = 4 }, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/machinery/light/small{ dir = 1 @@ -45417,12 +47708,16 @@ "cgF" = ( /obj/effect/spawner/lootdrop/maintenance, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, /area/maintenance/port/aft) "cgG" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/door/airlock/maintenance{ @@ -45488,10 +47783,12 @@ /area/engine/engineering) "cgS" = ( /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -45507,6 +47804,8 @@ req_access_txt = "32" }, /obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -45663,6 +47962,7 @@ pixel_x = 24 }, /obj/structure/cable/yellow{ + d2 = 8; icon_state = "0-8" }, /turf/open/floor/plasteel/floorgrime, @@ -45670,6 +47970,8 @@ "chn" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /turf/open/floor/plasteel/floorgrime, @@ -45730,6 +48032,8 @@ /area/science/xenobiology) "chv" = ( /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -45746,6 +48050,8 @@ /area/maintenance/starboard/aft) "chx" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -45755,9 +48061,13 @@ /area/maintenance/starboard/aft) "chy" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -45775,6 +48085,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, @@ -45782,6 +48094,8 @@ "chA" = ( /obj/structure/reagent_dispensers/watertank, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -45794,6 +48108,8 @@ /area/maintenance/starboard/aft) "chB" = ( /obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -45807,6 +48123,8 @@ dir = 1 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/effect/spawner/lootdrop/maintenance, @@ -45817,6 +48135,8 @@ /area/maintenance/starboard/aft) "chD" = ( /obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -45830,9 +48150,13 @@ "chE" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, @@ -45840,6 +48164,8 @@ /area/engine/engineering) "chF" = ( /obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -45852,6 +48178,8 @@ "chG" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden, /obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/effect/turf_decal/stripes/line{ @@ -45865,6 +48193,8 @@ /area/maintenance/starboard/aft) "chI" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/lattice/catwalk, @@ -45873,12 +48203,14 @@ "chJ" = ( /obj/machinery/power/tracker, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /turf/open/floor/plasteel/airless/solarpanel, /area/solar/port/aft) "chK" = ( /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/structure/lattice/catwalk, @@ -45890,19 +48222,24 @@ /area/solar/port/aft) "chM" = ( /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/structure/lattice/catwalk, /turf/open/space, /area/solar/port/aft) "chN" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, /area/maintenance/solars/port/aft) "chO" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/door/airlock/external{ @@ -45915,24 +48252,34 @@ /area/maintenance/solars/port/aft) "chP" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /turf/open/floor/plating, /area/maintenance/solars/port/aft) "chQ" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /turf/open/floor/plating, /area/maintenance/solars/port/aft) "chR" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /turf/open/floor/plating, @@ -45943,18 +48290,24 @@ req_access_txt = "10" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, /area/maintenance/solars/port/aft) "chT" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /turf/open/floor/plating, /area/maintenance/port/aft) "chV" = ( /obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -45973,6 +48326,8 @@ /area/engine/engineering) "chX" = ( /obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -46012,9 +48367,13 @@ pixel_y = 23 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /turf/open/floor/plasteel, @@ -46031,7 +48390,8 @@ pixel_y = 25 }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /turf/open/floor/plasteel, /area/engine/engineering) @@ -46045,6 +48405,8 @@ /obj/item/clothing/gloves/color/yellow, /obj/item/clothing/gloves/color/yellow, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/machinery/light{ @@ -46062,6 +48424,8 @@ pixel_y = 30 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, @@ -46071,6 +48435,8 @@ /area/engine/engineering) "cii" = ( /obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -46090,7 +48456,8 @@ "cij" = ( /obj/machinery/modular_computer/console/preset/engineering, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /turf/open/floor/plasteel/vault, /area/engine/engineering) @@ -46107,6 +48474,8 @@ /area/crew_quarters/heads/chief) "cin" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/vault{ @@ -46218,6 +48587,8 @@ /area/maintenance/disposal/incinerator) "ciE" = ( /obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -46269,6 +48640,7 @@ }, /obj/structure/cable/yellow, /obj/structure/cable/yellow{ + d2 = 2; icon_state = "0-2" }, /obj/machinery/camera{ @@ -46280,6 +48652,8 @@ /area/maintenance/disposal/incinerator) "ciN" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment, @@ -46288,6 +48662,8 @@ /area/engine/engineering) "ciO" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, @@ -46298,7 +48674,8 @@ /area/engine/engineering) "ciP" = ( /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/structure/lattice/catwalk, /turf/open/space, @@ -46377,6 +48754,8 @@ /area/engine/engineering) "cja" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /turf/open/floor/plasteel, @@ -46395,6 +48774,8 @@ /area/engine/engineering) "cjd" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/effect/turf_decal/stripes/line{ @@ -46406,12 +48787,16 @@ /area/engine/engineering) "cje" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, /area/engine/engineering) "cjf" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/effect/turf_decal/stripes/line{ @@ -46449,6 +48834,8 @@ /area/engine/engineering) "cji" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment{ @@ -46470,6 +48857,8 @@ pixel_x = 27 }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/vault{ @@ -46551,6 +48940,8 @@ /area/maintenance/disposal/incinerator) "cjv" = ( /obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment{ @@ -46621,6 +49012,8 @@ req_access_txt = "10" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -46635,12 +49028,18 @@ /area/maintenance/solars/starboard/aft) "cjH" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/lattice/catwalk, @@ -46753,6 +49152,8 @@ pixel_x = 27 }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/vault{ @@ -46855,6 +49256,8 @@ /area/maintenance/disposal/incinerator) "ckk" = ( /obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/components/binary/valve{ @@ -46907,9 +49310,13 @@ /area/maintenance/starboard/aft) "cks" = ( /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, @@ -46923,12 +49330,14 @@ pixel_y = 3 }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) "cku" = ( /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/machinery/power/smes, @@ -46942,12 +49351,16 @@ /area/maintenance/port/aft) "ckw" = ( /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /turf/open/floor/plasteel/black, /area/engine/engine_smes) "ckx" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/light{ @@ -46957,12 +49370,16 @@ /area/engine/engine_smes) "cky" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/black, /area/engine/engine_smes) "ckz" = ( /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /turf/open/floor/plasteel/black, @@ -46988,6 +49405,8 @@ /obj/item/stack/cable_coil, /obj/item/storage/box/lights/mixed, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -47023,6 +49442,8 @@ /area/engine/engineering) "ckH" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -47043,13 +49464,16 @@ /area/engine/engineering) "ckL" = ( /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/crew_quarters/heads/chief) "ckM" = ( /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/structure/disposalpipe/segment, @@ -47079,9 +49503,13 @@ req_access_txt = "56" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /turf/open/floor/plasteel/neutral{ @@ -47244,6 +49672,8 @@ /area/maintenance/disposal/incinerator) "clj" = ( /obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/floorgrime, @@ -47343,6 +49773,8 @@ /area/maintenance/starboard/aft) "clx" = ( /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /turf/open/floor/plating, @@ -47361,6 +49793,7 @@ dir = 1 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/machinery/light/small{ @@ -47388,9 +49821,13 @@ /area/hallway/secondary/entry) "clC" = ( /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/black, @@ -47402,6 +49839,7 @@ /area/engine/engine_smes) "clE" = ( /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/machinery/power/smes/engineering, @@ -47411,16 +49849,21 @@ /area/engine/engine_smes) "clF" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/black, /area/engine/engine_smes) "clG" = ( /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/machinery/power/smes/engineering, /turf/open/floor/plasteel/vault{ @@ -47533,6 +49976,8 @@ req_access_txt = "32" }, /obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/engine, @@ -47575,6 +50020,8 @@ "cml" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/showroomfloor, @@ -47628,9 +50075,13 @@ /area/maintenance/starboard/aft) "cmv" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /turf/open/floor/plating, @@ -47642,7 +50093,8 @@ track = 0 }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) @@ -47658,15 +50110,21 @@ /area/maintenance/solars/starboard/aft) "cmy" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/black, /area/engine/engine_smes) "cmz" = ( /obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /turf/open/floor/plasteel/black, @@ -47676,6 +50134,7 @@ dir = 1 }, /obj/structure/cable/yellow{ + d2 = 4; icon_state = "0-4" }, /turf/open/floor/plasteel/vault{ @@ -47687,6 +50146,7 @@ dir = 1 }, /obj/structure/cable/yellow{ + d2 = 8; icon_state = "0-8" }, /turf/open/floor/plasteel/vault{ @@ -47720,6 +50180,8 @@ pixel_x = -24 }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /turf/open/floor/plasteel/yellow/side{ @@ -47728,6 +50190,8 @@ /area/engine/engineering) "cmL" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/yellow/side{ @@ -47739,6 +50203,8 @@ pixel_y = 32 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/yellow/side{ @@ -47809,6 +50275,8 @@ /area/maintenance/disposal/incinerator) "cna" = ( /obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/engine, @@ -47865,6 +50333,8 @@ /area/maintenance/solars/starboard/aft) "cnk" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/door/airlock/external{ @@ -47877,9 +50347,13 @@ /area/maintenance/solars/starboard/aft) "cnl" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/structure/lattice/catwalk, @@ -47888,15 +50362,21 @@ "cnm" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/black, /area/engine/engine_smes) "cnn" = ( /obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/vault{ @@ -47905,6 +50385,7 @@ /area/engine/engine_smes) "cno" = ( /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/machinery/power/smes/engineering, @@ -47914,9 +50395,13 @@ /area/engine/engine_smes) "cnp" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/camera{ @@ -47929,7 +50414,8 @@ /area/engine/engine_smes) "cnq" = ( /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/machinery/power/smes/engineering, /turf/open/floor/plasteel/vault{ @@ -47954,6 +50440,8 @@ network = list("SS13") }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/effect/landmark/start/station_engineer, @@ -47971,6 +50459,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/effect/turf_decal/stripes/corner{ @@ -47995,6 +50485,8 @@ /obj/item/stock_parts/cell/high/plus, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/item/twohanded/rcl/pre_loaded, @@ -48019,6 +50511,8 @@ req_access_txt = "32" }, /obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/engine, @@ -48062,6 +50556,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -48073,12 +50569,16 @@ /area/maintenance/starboard/aft) "cnK" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) "cnL" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/window/reinforced, @@ -48091,12 +50591,18 @@ req_access_txt = "32" }, /obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /turf/open/floor/plasteel/black, @@ -48104,6 +50610,7 @@ "cnN" = ( /obj/structure/window/reinforced, /obj/structure/cable/yellow{ + d2 = 4; icon_state = "0-4" }, /obj/machinery/power/terminal{ @@ -48114,12 +50621,16 @@ "cnO" = ( /obj/structure/window/reinforced, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, /turf/open/floor/plasteel/black, /area/engine/engine_smes) "cnP" = ( @@ -48128,6 +50639,7 @@ }, /obj/structure/window/reinforced, /obj/structure/cable/yellow{ + d2 = 8; icon_state = "0-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -48137,6 +50649,8 @@ /area/engine/engine_smes) "cnQ" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/light{ @@ -48152,6 +50666,8 @@ /area/engine/engine_smes) "cnR" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -48162,6 +50678,8 @@ "cnS" = ( /obj/machinery/door/firedoor, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/camera{ @@ -48179,6 +50697,8 @@ /area/engine/engine_smes) "cnU" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/sign/securearea{ @@ -48194,6 +50714,8 @@ /area/engine/engineering) "cnX" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/extinguisher_cabinet{ @@ -48207,6 +50729,8 @@ /area/engine/engineering) "cnY" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/sign/nosmoking_2{ @@ -48219,6 +50743,8 @@ /area/engine/engineering) "cnZ" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/airalarm{ @@ -48231,6 +50757,8 @@ /area/engine/engineering) "coa" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/door/firedoor, @@ -48241,12 +50769,16 @@ /area/engine/engineering) "cob" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 4 }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -48289,6 +50821,8 @@ on = 0 }, /obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/engine/vacuum, @@ -48315,6 +50849,8 @@ dir = 8 }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/effect/turf_decal/stripes/line{ @@ -48327,6 +50863,8 @@ dir = 4 }, /obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/effect/turf_decal/stripes/line{ @@ -48349,12 +50887,16 @@ }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/effect/turf_decal/stripes/line{ dir = 5 }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -48364,6 +50906,8 @@ dir = 4 }, /obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/effect/turf_decal/stripes/line{ @@ -48377,6 +50921,8 @@ dir = 1 }, /obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/effect/turf_decal/stripes/line{ @@ -48394,6 +50940,8 @@ dir = 4 }, /obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/effect/turf_decal/delivery, @@ -48406,6 +50954,8 @@ }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/effect/turf_decal/stripes/line{ @@ -48415,6 +50965,8 @@ /area/engine/engine_smes) "coH" = ( /obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -48425,6 +50977,8 @@ "coJ" = ( /obj/machinery/door/firedoor, /obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -48437,6 +50991,8 @@ dir = 4 }, /obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/effect/spawner/structure/window/plasma/reinforced, @@ -48444,18 +51000,24 @@ /area/engine/engineering) "coL" = ( /obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, /area/engine/engineering) "coM" = ( /obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -48552,6 +51114,8 @@ /area/space/nearstation) "cpi" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/lattice/catwalk, @@ -48559,6 +51123,8 @@ /area/solar/starboard/aft) "cpj" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/components/unary/vent_pump/on{ @@ -48590,7 +51156,13 @@ /obj/effect/turf_decal/stripes/line{ dir = 6 }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /turf/open/floor/plasteel, @@ -48598,10 +51170,12 @@ "cpn" = ( /obj/machinery/light, /obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /turf/open/floor/plasteel, /area/engine/engine_smes) "cpo" = ( @@ -48659,6 +51233,8 @@ /area/engine/engineering) "cpu" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/door/firedoor, @@ -48670,9 +51246,13 @@ /area/engine/engineering) "cpv" = ( /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/effect/turf_decal/stripes/corner{ @@ -48682,6 +51262,8 @@ /area/engine/engineering) "cpx" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/engine, @@ -48691,11 +51273,18 @@ dir = 1 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/engine, /area/engine/engineering) "cpA" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, /obj/structure/chair/office/dark{ dir = 4 }, @@ -48712,6 +51301,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/engine, @@ -48814,6 +51405,7 @@ /turf/open/floor/plating, /area/maintenance/port/aft) "cpS" = ( +/obj/structure/cable, /obj/machinery/power/apc{ dir = 2; name = "SMES room APC"; @@ -48826,7 +51418,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 }, -/obj/structure/cable, /turf/open/floor/plasteel, /area/engine/engine_smes) "cpT" = ( @@ -48872,6 +51463,8 @@ /area/engine/engineering) "cpY" = ( /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /turf/open/floor/plating, @@ -48900,6 +51493,8 @@ /area/engine/engineering) "cqb" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/engine, @@ -48922,6 +51517,8 @@ "cqe" = ( /obj/effect/turf_decal/stripes/corner, /obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/green/visible{ @@ -48990,6 +51587,8 @@ dir = 1 }, /obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold/cyan/visible{ @@ -49087,6 +51686,8 @@ /area/engine/engineering) "cqy" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -49115,6 +51716,8 @@ dir = 4 }, /obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/green/visible, @@ -49194,6 +51797,8 @@ /area/maintenance/port/aft) "cqM" = ( /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /turf/open/floor/plating, @@ -49342,7 +51947,8 @@ /area/engine/gravity_generator) "cro" = ( /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -49357,6 +51963,7 @@ /area/engine/engineering) "crq" = ( /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/effect/spawner/structure/window/reinforced, @@ -49365,10 +51972,12 @@ "crr" = ( /obj/structure/cable, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -49438,9 +52047,13 @@ /area/engine/engineering) "crB" = ( /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/structure/lattice/catwalk, @@ -49448,12 +52061,18 @@ /area/solar/starboard/aft) "crC" = ( /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/lattice/catwalk, @@ -49461,6 +52080,7 @@ /area/solar/starboard/aft) "crD" = ( /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/structure/lattice/catwalk, @@ -49468,12 +52088,18 @@ /area/solar/starboard/aft) "crE" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/lattice/catwalk, @@ -49481,16 +52107,21 @@ /area/solar/starboard/aft) "crF" = ( /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/structure/lattice/catwalk, /turf/open/space, /area/solar/starboard/aft) "crG" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/structure/lattice/catwalk, @@ -49762,6 +52393,8 @@ dir = 4 }, /obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, @@ -49776,7 +52409,8 @@ /area/ai_monitored/turret_protected/aisat_interior) "csE" = ( /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/structure/lattice/catwalk, /turf/open/space, @@ -49819,9 +52453,13 @@ dir = 4 }, /obj/structure/cable/yellow{ - icon_state = "1-4" + icon_state = "1-4"; + d1 = 1; + d2 = 4 }, /obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold/green/visible{ @@ -49869,12 +52507,15 @@ /area/ai_monitored/turret_protected/aisat_interior) "csY" = ( /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/structure/cable, @@ -49883,6 +52524,8 @@ /area/solar/starboard/aft) "csZ" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/lattice/catwalk, @@ -50086,6 +52729,8 @@ dir = 8 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/grimy, @@ -50096,7 +52741,8 @@ }, /obj/machinery/computer/monitor, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /turf/open/floor/plasteel/vault{ dir = 8 @@ -50110,6 +52756,8 @@ /obj/machinery/holopad, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/effect/landmark/start/cyborg, @@ -50183,6 +52831,8 @@ }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/grimy, @@ -50190,9 +52840,13 @@ "ctT" = ( /obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/grimy, @@ -50208,6 +52862,7 @@ dir = 4 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/machinery/power/apc{ @@ -50289,6 +52944,8 @@ /area/ai_monitored/turret_protected/aisat_interior) "cue" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -50327,6 +52984,8 @@ /area/ai_monitored/turret_protected/aisat_interior) "cul" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -50408,6 +53067,8 @@ /area/ai_monitored/turret_protected/aisat_interior) "cuu" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -50550,6 +53211,8 @@ /area/ai_monitored/turret_protected/aisat_interior) "cuG" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/holopad, @@ -50615,6 +53278,8 @@ /area/ai_monitored/turret_protected/aisat/service) "cuL" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -50630,7 +53295,8 @@ pixel_x = -27 }, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/machinery/portable_atmospherics/scrubber, /obj/effect/turf_decal/stripes/line{ @@ -50640,6 +53306,8 @@ /area/ai_monitored/turret_protected/aisat/atmos) "cuN" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -50649,6 +53317,8 @@ /area/ai_monitored/turret_protected/aisat/atmos) "cuO" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/ai_slipper{ @@ -50659,6 +53329,8 @@ /area/ai_monitored/turret_protected/aisat/atmos) "cuP" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -50668,6 +53340,8 @@ /area/ai_monitored/turret_protected/aisat_interior) "cuQ" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -50682,6 +53356,8 @@ /area/ai_monitored/turret_protected/aisat_interior) "cuR" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -50692,12 +53368,18 @@ /area/ai_monitored/turret_protected/aisat_interior) "cuS" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/machinery/ai_slipper{ @@ -50709,6 +53391,8 @@ /area/ai_monitored/turret_protected/aisat_interior) "cuT" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -50718,6 +53402,8 @@ /area/ai_monitored/turret_protected/aisat/service) "cuU" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -50732,18 +53418,24 @@ /area/ai_monitored/turret_protected/aisat_interior) "cuV" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/black, /area/ai_monitored/turret_protected/aisat/service) "cuW" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/ai_slipper{ uses = 10 }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /turf/open/floor/plasteel/black, @@ -50756,6 +53448,7 @@ pixel_x = 27 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/machinery/power/port_gen/pacman, @@ -50818,6 +53511,8 @@ /area/ai_monitored/turret_protected/aisat_interior) "cve" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -50858,6 +53553,8 @@ /area/ai_monitored/turret_protected/aisat/service) "cvi" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel/black, @@ -50885,6 +53582,8 @@ /area/ai_monitored/turret_protected/aisat/hallway) "cvo" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -50904,6 +53603,8 @@ req_access_txt = "65" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -50966,6 +53667,8 @@ /area/ai_monitored/turret_protected/aisat/hallway) "cvz" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -51006,6 +53709,8 @@ /area/ai_monitored/turret_protected/aisat/hallway) "cvC" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -51047,6 +53752,8 @@ /area/ai_monitored/turret_protected/aisat/hallway) "cvI" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -51099,6 +53806,8 @@ pixel_x = -32 }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -51140,6 +53849,8 @@ /area/ai_monitored/turret_protected/aisat/hallway) "cvT" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/holopad, @@ -51152,18 +53863,24 @@ req_access_txt = "65" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, /area/ai_monitored/turret_protected/aisat/hallway) "cvV" = ( /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/aisat/hallway) "cvW" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /turf/open/floor/plating, @@ -51202,6 +53919,8 @@ /area/ai_monitored/turret_protected/aisat/hallway) "cwc" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -51212,6 +53931,8 @@ /area/ai_monitored/turret_protected/aisat/hallway) "cwd" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -51232,6 +53953,8 @@ /area/ai_monitored/turret_protected/ai) "cwf" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -51274,6 +53997,8 @@ /area/ai_monitored/turret_protected/ai) "cwj" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -51309,6 +54034,8 @@ /area/ai_monitored/turret_protected/ai) "cwo" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -51338,6 +54065,8 @@ /area/ai_monitored/turret_protected/ai) "cwt" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -51350,6 +54079,8 @@ /area/ai_monitored/turret_protected/ai) "cwu" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/ai_slipper{ @@ -51369,6 +54100,8 @@ /area/ai_monitored/turret_protected/ai) "cww" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -51378,6 +54111,8 @@ /area/ai_monitored/turret_protected/ai) "cwx" = ( /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -51400,9 +54135,13 @@ /area/ai_monitored/turret_protected/ai) "cwA" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/machinery/holopad, @@ -51448,6 +54187,7 @@ dir = 4 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/machinery/power/apc/highcap/five_k{ @@ -51486,6 +54226,8 @@ /area/shuttle/escape) "cwH" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden{ @@ -51674,10 +54416,14 @@ /area/shuttle/escape) "cxk" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /turf/open/floor/plasteel/showroomfloor, @@ -51878,6 +54624,8 @@ /area/shuttle/escape) "cxN" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/door/airlock/external{ @@ -51986,43 +54734,34 @@ /turf/closed/wall/mineral/titanium, /area/shuttle/abandoned) "cyd" = ( +/obj/machinery/door/airlock/titanium, /obj/docking_port/mobile{ - callTime = 250; dheight = 0; dir = 2; dwidth = 11; - height = 15; + height = 22; id = "whiteship"; launch_status = 0; - movement_force = list("KNOCKDOWN" = 0, "THROW" = 0); - name = "NT Recovery White-Ship"; + name = "NT Medical Ship"; port_direction = 8; preferred_direction = 4; roundstart_move = "whiteship_away"; - width = 28 - }, -/obj/machinery/door/airlock/titanium{ - name = "recovery shuttle external airlock" - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" + timid = null; + width = 35 }, /obj/docking_port/stationary{ dir = 2; dwidth = 11; height = 22; id = "whiteship_home"; - name = "SS13: Auxiliary Dock, Station-Port"; + name = "SS13 Arrival Docking"; + turf_type = /turf/open/space; width = 35 }, -/turf/open/floor/mineral/titanium/blue, +/turf/open/floor/mineral/titanium, /area/shuttle/abandoned) "cye" = ( -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, +/obj/machinery/door/airlock/titanium, /turf/open/floor/mineral/titanium, /area/shuttle/abandoned) "cyf" = ( @@ -52049,55 +54788,20 @@ /turf/open/floor/plating, /area/hallway/secondary/exit) "cyi" = ( -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium/blue, +/turf/open/floor/mineral/titanium, /area/shuttle/abandoned) "cyj" = ( -/obj/structure/closet/crate{ - name = "spare equipment crate" +/obj/structure/table, +/obj/item/screwdriver, +/obj/structure/light_construct{ + dir = 1 }, -/obj/item/grenade/chem_grenade/metalfoam, -/obj/item/relic, -/obj/item/device/t_scanner, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, +/turf/open/floor/mineral/titanium, /area/shuttle/abandoned) "cyk" = ( -/obj/structure/closet/crate/medical{ - name = "medical crate" - }, -/obj/item/storage/firstaid/o2{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/roller{ - pixel_y = 4 - }, -/obj/item/device/healthanalyzer, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/light/small/built{ - dir = 8 - }, -/turf/open/floor/plasteel, +/obj/structure/table, +/obj/item/device/radio/off, +/turf/open/floor/mineral/titanium, /area/shuttle/abandoned) "cyl" = ( /obj/machinery/door/airlock/external{ @@ -52115,21 +54819,8 @@ /turf/open/floor/plating/airless, /area/shuttle/abandoned) "cyn" = ( -/obj/structure/table, -/obj/item/stack/sheet/glass{ - amount = 50; - pixel_x = -2; - pixel_y = 2 - }, -/obj/item/stack/rods{ - amount = 50 - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/item/wrench, -/turf/open/floor/mineral/titanium, +/turf/open/floor/plating, +/turf/closed/wall/mineral/titanium/interior, /area/shuttle/abandoned) "cyo" = ( /obj/structure/shuttle/engine/heater{ @@ -52183,24 +54874,14 @@ /turf/open/floor/plating, /area/shuttle/abandoned) "cyw" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/structure/table, -/obj/item/device/camera, /turf/open/floor/mineral/titanium, +/turf/closed/wall/mineral/titanium/interior, /area/shuttle/abandoned) "cyx" = ( -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/machinery/light/small/built{ - dir = 4 - }, -/turf/open/floor/mineral/titanium/blue, +/obj/structure/rack, +/obj/item/clothing/suit/space/hardsuit/medical, +/obj/item/clothing/mask/breath, +/turf/open/floor/mineral/titanium, /area/shuttle/abandoned) "cyy" = ( /obj/machinery/mass_driver{ @@ -52267,11 +54948,11 @@ /turf/open/floor/plating, /area/shuttle/abandoned) "cyI" = ( -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" +/obj/item/stock_parts/cell{ + charge = 100; + maxcharge = 15000 }, -/turf/open/floor/mineral/titanium/blue, +/turf/open/floor/mineral/titanium, /area/shuttle/abandoned) "cyJ" = ( /obj/structure/rack, @@ -52284,6 +54965,8 @@ /area/shuttle/abandoned) "cyK" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/door/airlock/external{ @@ -52299,6 +54982,8 @@ req_access_txt = "12" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -52324,16 +55009,8 @@ /turf/open/floor/plating, /area/shuttle/supply) "cyO" = ( -/obj/structure/table, -/obj/item/folder/blue, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/item/device/gps{ - gpstag = "NTREC1"; - pixel_x = -1; - pixel_y = 2 +/obj/structure/chair{ + dir = 1 }, /turf/open/floor/mineral/titanium, /area/shuttle/abandoned) @@ -52394,6 +55071,8 @@ /area/shuttle/supply) "cyU" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/door/airlock/external{ @@ -52442,16 +55121,11 @@ /turf/open/floor/mineral/titanium, /area/shuttle/abandoned) "czb" = ( -/obj/machinery/porta_turret/aux_base{ - always_up = 1; - desc = "A turret built with substandard parts and run down further with age. Still capable of delivering lethal lasers to the odd space carp, but not much else."; - dir = 4; - has_cover = 0; - icon_state = "standard_lethal"; - lethal_projectile = /obj/item/projectile/beam/weak; - name = "turret" +/obj/structure/chair{ + dir = 4 }, -/turf/closed/wall/mineral/titanium, +/obj/effect/decal/remains/human, +/turf/open/floor/mineral/titanium, /area/shuttle/abandoned) "czc" = ( /obj/machinery/computer/shuttle/white_ship, @@ -52495,14 +55169,15 @@ /turf/open/floor/mineral/titanium/purple, /area/shuttle/abandoned) "czm" = ( -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" +/obj/structure/bed, +/obj/item/bedsheet, +/obj/structure/window/reinforced{ + dir = 1 }, -/obj/machinery/light/small/built{ - dir = 4 +/obj/structure/window/reinforced{ + dir = 8 }, -/turf/open/floor/mineral/titanium, +/turf/open/floor/mineral/titanium/purple, /area/shuttle/abandoned) "czn" = ( /obj/structure/frame/computer{ @@ -52519,17 +55194,7 @@ /turf/open/floor/plating/airless, /area/shuttle/supply) "czr" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/item/storage/box/monkeycubes{ - pixel_y = 4 - }, -/obj/item/storage/fancy/egg_box{ - pixel_y = 5 - }, +/obj/machinery/portable_atmospherics/scrubber, /turf/open/floor/mineral/titanium, /area/shuttle/abandoned) "czs" = ( @@ -52596,6 +55261,8 @@ dir = 6 }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /turf/open/floor/plating, @@ -52604,6 +55271,8 @@ /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -52678,6 +55347,8 @@ /area/maintenance/starboard/aft) "czR" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -52700,6 +55371,8 @@ dir = 5 }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /turf/open/floor/plating, @@ -52710,6 +55383,8 @@ icon_state = "pipe-c" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -52722,6 +55397,8 @@ dir = 9 }, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /turf/open/floor/plating, @@ -52731,6 +55408,8 @@ req_access_txt = "12" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -52813,15 +55492,21 @@ /area/crew_quarters/kitchen) "cAh" = ( /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /turf/open/floor/plating, /area/maintenance/port/aft) "cAi" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /turf/open/floor/plating, @@ -52831,9 +55516,13 @@ dir = 4 }, /obj/structure/cable/yellow{ - icon_state = "1-4" + icon_state = "1-4"; + d1 = 1; + d2 = 4 }, /obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/green/visible, @@ -52845,6 +55534,8 @@ /area/engine/supermatter) "cAo" = ( /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/effect/turf_decal/stripes/corner{ @@ -52854,6 +55545,8 @@ /area/engine/engineering) "cAp" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/components/binary/pump{ @@ -52877,6 +55570,8 @@ /area/engine/engineering) "cAr" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/components/binary/pump{ @@ -52907,6 +55602,7 @@ /area/engine/engineering) "cAu" = ( /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /obj/machinery/power/emitter/anchored{ @@ -52971,6 +55667,8 @@ /area/maintenance/disposal) "cAG" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/power/apc{ @@ -52980,6 +55678,7 @@ pixel_y = -24 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /turf/open/floor/plating, @@ -53028,6 +55727,8 @@ req_access_txt = "1" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -53053,6 +55754,8 @@ req_access_txt = "16" }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /turf/open/floor/circuit, @@ -53114,6 +55817,8 @@ /area/space) "cAV" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/showcase/cyborg/old{ @@ -53149,12 +55854,16 @@ /area/space) "cAY" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/closed/wall, /area/ai_monitored/turret_protected/ai) "cAZ" = ( /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /turf/open/floor/plasteel/black, @@ -53164,6 +55873,7 @@ charge = 5e+006 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /turf/open/floor/circuit, @@ -53227,6 +55937,8 @@ /obj/structure/table, /obj/item/folder/blue, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/effect/landmark/event_spawn, @@ -53302,9 +56014,13 @@ /area/hallway/primary/central) "cBx" = ( /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/disposalpipe/segment{ @@ -53348,9 +56064,13 @@ /area/quartermaster/miningdock) "cBC" = ( /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/effect/landmark/event_spawn, @@ -53358,6 +56078,8 @@ /area/storage/tech) "cBD" = ( /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/structure/disposalpipe/segment{ @@ -53384,9 +56106,13 @@ "cBG" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/effect/landmark/event_spawn, @@ -53394,6 +56120,8 @@ /area/science/xenobiology) "cBH" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/effect/landmark/event_spawn, @@ -53437,6 +56165,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -53465,6 +56195,8 @@ /area/engine/engineering) "cBS" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -53491,6 +56223,8 @@ req_access_txt = "1" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -53610,12 +56344,16 @@ /area/security/detectives_office) "cCl" = ( /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /turf/open/floor/plating, /area/maintenance/port) "cCm" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -53810,6 +56548,8 @@ }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plasteel, @@ -53824,9 +56564,13 @@ dir = 4 }, /obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/effect/turf_decal/stripes/line{ @@ -53839,6 +56583,8 @@ dir = 1 }, /obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/table/reinforced, @@ -53852,6 +56598,8 @@ /area/engine/engineering) "cDi" = ( /obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -53869,6 +56617,8 @@ /area/engine/engineering) "cDj" = ( /obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -53903,15 +56653,21 @@ /area/engine/engineering) "cDo" = ( /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /turf/open/floor/plasteel, /area/engine/engineering) "cDp" = ( /obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/engine, @@ -53921,18 +56677,24 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/engine, /area/engine/engineering) "cDs" = ( /obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/engine, @@ -53963,6 +56725,8 @@ /area/engine/engineering) "cDx" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/components/binary/pump{ @@ -54035,6 +56799,8 @@ dir = 8 }, /obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/cyan/visible, @@ -54104,6 +56870,8 @@ /area/space/nearstation) "cDZ" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/closet/radiation, @@ -54137,6 +56905,8 @@ dir = 4 }, /obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/green/visible, @@ -54158,6 +56928,8 @@ dir = 8 }, /obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/cyan/visible, @@ -54201,6 +56973,8 @@ /area/engine/engineering) "cEs" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/components/binary/pump{ @@ -54220,6 +56994,8 @@ dir = 4 }, /obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, @@ -54232,6 +57008,8 @@ pixel_x = 23 }, /obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/engine, @@ -54242,6 +57020,7 @@ }, /obj/machinery/power/rad_collector/anchored, /obj/structure/cable/yellow{ + d2 = 8; icon_state = "0-8" }, /obj/structure/window/plasma/reinforced{ @@ -54267,6 +57046,7 @@ }, /obj/machinery/power/rad_collector/anchored, /obj/structure/cable/yellow{ + d2 = 4; icon_state = "0-4" }, /obj/structure/window/plasma/reinforced{ @@ -54276,6 +57056,8 @@ /area/engine/supermatter) "cEz" = ( /obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/engine, @@ -54290,6 +57072,8 @@ dir = 8 }, /obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, @@ -54299,9 +57083,13 @@ dir = 8 }, /obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/meter, @@ -54312,6 +57100,8 @@ /area/engine/engineering) "cEC" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/components/binary/pump{ @@ -54367,6 +57157,8 @@ dir = 4 }, /obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/item/tank/internals/plasma, @@ -54383,6 +57175,8 @@ dir = 8 }, /obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, @@ -54392,9 +57186,13 @@ dir = 8 }, /obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/cyan/visible, @@ -54420,7 +57218,9 @@ dir = 4 }, /obj/structure/cable/yellow{ - icon_state = "1-4" + icon_state = "1-4"; + d1 = 1; + d2 = 4 }, /obj/machinery/atmospherics/components/binary/pump{ dir = 2; @@ -54435,6 +57235,7 @@ }, /obj/machinery/power/rad_collector/anchored, /obj/structure/cable/yellow{ + d2 = 8; icon_state = "0-8" }, /obj/structure/window/plasma/reinforced{ @@ -54448,6 +57249,7 @@ }, /obj/machinery/power/rad_collector/anchored, /obj/structure/cable/yellow{ + d2 = 4; icon_state = "0-4" }, /obj/structure/window/plasma/reinforced{ @@ -54464,6 +57266,8 @@ dir = 8 }, /obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, @@ -54473,6 +57277,8 @@ dir = 8 }, /obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/machinery/atmospherics/components/binary/pump{ @@ -54650,6 +57456,8 @@ /area/engine/engineering) "cGe" = ( /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/orange/visible{ @@ -54660,12 +57468,14 @@ "cGf" = ( /obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ dir = 8; - filter_type = "n2" + filter_type = /datum/gas/nitrogen }, /turf/open/floor/engine, /area/engine/engineering) "cGg" = ( /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ @@ -54675,6 +57485,8 @@ /area/engine/engineering) "cGh" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/effect/turf_decal/stripes/corner, @@ -54725,6 +57537,8 @@ /area/engine/engineering) "cGv" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/effect/turf_decal/stripes/line, @@ -54776,6 +57590,8 @@ req_access_txt = "10" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/engine, @@ -54806,6 +57622,8 @@ /area/engine/engineering) "cGS" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -54817,9 +57635,7 @@ /turf/open/floor/plasteel/black, /area/engine/engineering) "cGU" = ( -/obj/structure/reflector/double/anchored{ - dir = 6 - }, +/obj/structure/reflector/double/anchored, /turf/open/floor/plasteel/black, /area/engine/engineering) "cGV" = ( @@ -54850,46 +57666,61 @@ /area/engine/engineering) "cHb" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /turf/open/floor/plating, /area/engine/engineering) "cHc" = ( /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /turf/open/floor/plating, /area/engine/engineering) "cHd" = ( /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /turf/open/floor/plating, /area/engine/engineering) "cHe" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, /area/engine/engineering) "cHg" = ( /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, /area/engine/engineering) "cHj" = ( /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-4"; + d2 = 4 }, /obj/machinery/power/emitter/anchored{ dir = 8; @@ -54903,6 +57734,8 @@ /area/engine/engineering) "cHn" = ( /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /obj/machinery/light, @@ -54910,18 +57743,20 @@ /area/engine/engineering) "cHo" = ( /obj/structure/reflector/single/anchored{ - dir = 9 + dir = 1 }, /turf/open/floor/plating, /area/engine/engineering) "cHp" = ( /obj/structure/reflector/single/anchored{ - dir = 5 + dir = 4 }, /turf/open/floor/plating, /area/engine/engineering) "cHr" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /obj/machinery/light, @@ -54933,6 +57768,8 @@ /area/engine/engineering) "cHD" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -54942,6 +57779,8 @@ sortType = 14 }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /turf/open/floor/plating, @@ -54955,6 +57794,8 @@ dir = 8 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -54977,6 +57818,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -54992,6 +57835,8 @@ dir = 1 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -55007,9 +57852,13 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/cable{ + d1 = 2; + d2 = 8; icon_state = "2-8" }, /obj/structure/disposalpipe/segment{ @@ -55025,6 +57874,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -55040,6 +57891,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -55057,6 +57910,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ @@ -55070,6 +57925,7 @@ dir = 2 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /turf/open/floor/plating, @@ -55082,6 +57938,8 @@ /area/science/robotics/lab) "cHN" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/circuit, @@ -55338,32 +58196,20 @@ /turf/open/floor/mineral/titanium/blue, /area/shuttle/supply) "cLY" = ( -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/mineral/titanium/blue, +/obj/structure/light_construct/small, +/turf/open/floor/plating, /area/shuttle/abandoned) "cLZ" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -1; - pixel_y = 6 +/obj/structure/frame/computer{ + anchored = 1 }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" +/obj/machinery/light{ + dir = 1 }, /turf/open/floor/mineral/titanium, /area/shuttle/abandoned) "cMa" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/effect/decal/cleanable/blood/gibs/limb, +/obj/structure/light_construct, /turf/open/floor/mineral/titanium, /area/shuttle/abandoned) "cMb" = ( @@ -55373,13 +58219,9 @@ /turf/open/floor/mineral/titanium/blue, /area/shuttle/supply) "cMc" = ( -/obj/structure/chair{ +/obj/structure/light_construct{ dir = 1 }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, /turf/open/floor/mineral/titanium, /area/shuttle/abandoned) "cMd" = ( @@ -55395,15 +58237,10 @@ /turf/open/floor/mineral/titanium, /area/shuttle/abandoned) "cMf" = ( -/obj/machinery/door/airlock/titanium{ - name = "medbay"; - welded = 0 +/obj/structure/light_construct{ + dir = 8 }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium/blue, +/turf/open/floor/mineral/titanium, /area/shuttle/abandoned) "cMh" = ( /obj/structure/light_construct/small{ @@ -55457,6 +58294,7 @@ "cMI" = ( /obj/machinery/power/rad_collector/anchored, /obj/structure/cable/yellow{ + d2 = 8; icon_state = "0-8" }, /turf/open/floor/engine, @@ -55467,7 +58305,8 @@ /area/engine/supermatter) "cMQ" = ( /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/machinery/power/solar{ id = "starboardsolar"; @@ -55508,7 +58347,9 @@ pixel_y = 24 }, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + pixel_y = 1; + d2 = 2 }, /turf/open/floor/plating, /area/maintenance/central) @@ -55517,6 +58358,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, @@ -55527,12 +58370,16 @@ }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, /area/quartermaster/sorting) "cNR" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, @@ -55545,6 +58392,7 @@ pixel_x = 26 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /turf/open/floor/plating, @@ -55554,17 +58402,23 @@ dir = 8 }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, /area/maintenance/starboard) "cNU" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /turf/open/floor/plating, @@ -55576,6 +58430,8 @@ }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plating, @@ -55589,6 +58445,8 @@ req_one_access_txt = "8;12" }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -55601,6 +58459,8 @@ /area/maintenance/starboard/aft) "cNZ" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -55663,6 +58523,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -55684,6 +58546,8 @@ /area/security/courtroom) "cSE" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel/black/telecomms/mainframe, @@ -55700,6 +58564,8 @@ /area/engine/supermatter) "cSH" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/meter, @@ -55718,13 +58584,15 @@ "cSJ" = ( /obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ dir = 8; - filter_type = "freon"; + filter_type = /datum/gas/freon; name = "gas filter (freon)" }, /turf/open/floor/engine, /area/engine/engineering) "cSK" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ @@ -55773,6 +58641,8 @@ dir = 9 }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /obj/machinery/atmospherics/components/unary/vent_scrubber/on, @@ -55783,6 +58653,8 @@ dir = 1 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, @@ -55792,6 +58664,8 @@ dir = 1 }, /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /turf/open/floor/plasteel, @@ -55805,6 +58679,8 @@ "cSR" = ( /obj/effect/turf_decal/delivery, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/structure/sign/nosmoking_2{ @@ -55820,6 +58696,8 @@ dir = 10 }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ @@ -55901,6 +58779,8 @@ "cTc" = ( /obj/effect/spawner/structure/window, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /turf/open/floor/plating, @@ -55912,6 +58792,8 @@ /area/engine/engineering) "cTe" = ( /obj/structure/cable{ + d1 = 1; + d2 = 8; icon_state = "1-8" }, /turf/open/floor/plasteel/yellow/side{ @@ -55920,6 +58802,8 @@ /area/engine/engineering) "cTf" = ( /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/requests_console{ @@ -55949,6 +58833,8 @@ /area/shuttle/mining) "cTD" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/power/apc{ @@ -55958,7 +58844,9 @@ pixel_x = -24 }, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + pixel_y = 1; + d2 = 2 }, /turf/open/floor/plating, /area/maintenance/central/secondary) @@ -55986,6 +58874,8 @@ }, /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -55994,6 +58884,8 @@ "cTK" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -56001,9 +58893,13 @@ /area/maintenance/department/medical/morgue) "cTL" = ( /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /turf/open/floor/plasteel/black, @@ -56016,6 +58912,7 @@ pixel_x = 26 }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, /turf/open/floor/plasteel/black, @@ -56025,6 +58922,8 @@ dir = 4 }, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -56035,6 +58934,8 @@ "cTS" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden, @@ -56049,7 +58950,8 @@ /area/shuttle/abandoned) "cTX" = ( /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-2"; + d2 = 2 }, /obj/machinery/shieldwallgen/xenobiologyaccess, /obj/structure/sign/poster/official/safety_eye_protection{ @@ -56082,1804 +58984,2013 @@ /turf/open/space/basic, /area/space) "Qlk" = ( -/obj/docking_port/stationary{ - dheight = 9; - dir = 2; - dwidth = 5; - height = 24; - id = "syndicate_nw"; - name = "northwest of station"; - turf_type = /turf/open/space; - width = 18 - }, -/turf/open/space/basic, -/area/space) +/obj/machinery/vending/kink, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) "Qll" = ( -/obj/machinery/door/airlock/titanium{ - name = "recovery shuttle external airlock" +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) +/turf/open/floor/plating, +/area/maintenance/fore) "Qlm" = ( -/obj/structure/toilet{ +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/maintenance/bar/cafe) +"Qln" = ( +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/maintenance/bar/cafe) +"Qlo" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/maintenance/bar/cafe) +"Qlp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/maintenance/bar/cafe) +"Qlq" = ( +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/maintenance/bar/cafe) +"Qlr" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/maintenance/bar/cafe) +"Qls" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/drinks/beer, +/turf/open/floor/wood, +/area/maintenance/bar/cafe) +"Qlt" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/maintenance/bar/cafe) +"Qlu" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/wood, +/area/maintenance/bar/cafe) +"Qlv" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/wood, +/area/maintenance/bar/cafe) +"Qlw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/open/floor/wood, +/area/maintenance/bar/cafe) +"Qlx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/maintenance/bar/cafe) +"Qly" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/obj/structure/chair/stool/bar, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/maintenance/bar/cafe) +"Qlz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/obj/structure/table/wood, +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/maintenance/bar/cafe) +"QlA" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/wood, +/area/maintenance/bar/cafe) +"QlB" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/drinks, +/turf/open/floor/wood, +/area/maintenance/bar/cafe) +"QlC" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/open/floor/wood, +/area/maintenance/bar/cafe) +"QlD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/obj/structure/table/wood, +/obj/machinery/light/small, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/maintenance/bar/cafe) +"QlE" = ( +/obj/structure/cable{ + icon_state = "0-4"; + d2 = 4 + }, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/theatre/mime"; + dir = 2; + name = "Mime's Office APC"; + pixel_x = 1; + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/maintenance/bar/cafe) +"QlF" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/wood, +/area/maintenance/bar/cafe) +"QlG" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/theatre/mime"; + dir = 2; + name = "Clown's Office APC"; + pixel_x = 1; + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/maintenance/bar/cafe) +"QlH" = ( +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/maintenance/bar/cafe) +"QlI" = ( +/obj/structure/table/wood, +/obj/item/storage/box/drinkingglasses, +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/turf/open/floor/wood, +/area/maintenance/bar/cafe) +"QlJ" = ( +/turf/closed/wall, +/area/crew_quarters/theatre/mime) +"QlK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/crew_quarters/theatre/mime) +"QlL" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/barricade/wooden, +/obj/structure/grille, +/turf/open/floor/wood, +/area/maintenance/fore) +"QlM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/crew_quarters/theatre/clown) +"QlN" = ( +/obj/machinery/vending/autodrobe, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/crew_quarters/theatre/mime) +"QlO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/crew_quarters/theatre/mime) +"QlP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/bed, +/obj/item/bedsheet/mime, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/crew_quarters/theatre/mime) +"QlQ" = ( +/obj/structure/closet/secure_closet/freezer/cream_pie, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/redyellow, +/area/crew_quarters/theatre/clown) +"QlR" = ( +/obj/structure/closet/crate/wooden/toy, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/redyellow, +/area/crew_quarters/theatre/clown) +"QlS" = ( +/obj/machinery/vending/autodrobe, +/turf/open/floor/plasteel/redyellow, +/area/crew_quarters/theatre/clown) +"QlT" = ( +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/structure/table, +/turf/open/floor/plasteel/red/side, +/area/security/checkpoint/customs) +"QlU" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/baguette, +/obj/item/toy/dummy, +/obj/structure/mirror{ + pixel_x = -28 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/crew_quarters/theatre/mime) +"QlV" = ( +/obj/effect/landmark/start/mime, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/crew_quarters/theatre/mime) +"QlW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/camera{ + c_tag = "Mime's Office"; + dir = 8 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/crew_quarters/theatre/mime) +"QlX" = ( +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/camera{ + c_tag = "Clown's Office"; + c_tag_order = 999; + dir = 4 + }, +/turf/open/floor/plasteel/redyellow, +/area/crew_quarters/theatre/clown) +"QlY" = ( +/obj/effect/landmark/start/clown, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/redyellow, +/area/crew_quarters/theatre/clown) +"QlZ" = ( +/obj/structure/bed, +/obj/item/bedsheet/clown, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/redyellow, +/area/crew_quarters/theatre/clown) +"Qma" = ( +/obj/structure/table, +/obj/item/lipstick/random{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/lipstick/random{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/crew_quarters/theatre/mime) +"Qmb" = ( +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/crew_quarters/theatre/mime) +"Qmc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/crew_quarters/theatre/mime) +"Qmd" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/redyellow, +/area/crew_quarters/theatre/clown) +"Qme" = ( +/turf/open/floor/plasteel/redyellow, +/area/crew_quarters/theatre/clown) +"Qmf" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/bikehorn, +/turf/open/floor/plasteel/redyellow, +/area/crew_quarters/theatre/clown) +"Qmg" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; pixel_y = 9 }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" +/obj/item/pen, +/turf/open/floor/plasteel/white/side{ + dir = 1 }, -/obj/effect/decal/cleanable/greenglow{ - desc = "Looks like something's sprung a leak" +/area/crew_quarters/theatre/mime) +"Qmh" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 }, -/obj/machinery/light/small/built{ +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/crew_quarters/theatre/mime) +"Qmi" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/crew_quarters/theatre/mime) +"Qmj" = ( +/obj/structure/table, +/obj/item/device/flashlight/lamp/bananalamp, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/obj/item/device/radio/intercom{ + freerange = 0; + frequency = 1459; + name = "Station Intercom (General)"; + pixel_x = -30 + }, +/turf/open/floor/plasteel/redyellow, +/area/crew_quarters/theatre/clown) +"Qmk" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ dir = 8 }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"Qln" = ( -/obj/structure/mirror{ - pixel_x = 28 +/turf/open/floor/plasteel/redyellow, +/area/crew_quarters/theatre/clown) +"Qml" = ( +/obj/structure/statue/bananium/clown, +/turf/open/floor/plasteel/redyellow, +/area/crew_quarters/theatre/clown) +"Qmm" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/crew_quarters/theatre/clown) +"Qmn" = ( +/obj/machinery/door/airlock/clown{ + name = "Clown's Office"; + req_access_txt = "46" }, -/obj/structure/sink{ +/turf/open/floor/plasteel/redyellow, +/area/crew_quarters/theatre/clown) +"Qmo" = ( +/obj/machinery/door/airlock{ + name = "Bar Storage"; + req_access_txt = "25" + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"Qmp" = ( +/obj/structure/reagent_dispensers/beerkeg, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"Qmq" = ( +/obj/structure/filingcabinet, +/turf/open/floor/wood, +/area/crew_quarters/heads/captain) +"Qmr" = ( +/obj/machinery/vending/coffee, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"Qms" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/bridge/meeting_room) +"Qmt" = ( +/turf/open/floor/plating, +/area/maintenance/department/bridge) +"Qmu" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/department/bridge) +"Qmv" = ( +/turf/open/floor/plating, +/area/maintenance/department/bridge) +"Qmw" = ( +/turf/open/floor/plating, +/area/maintenance/department/bridge) +"Qmx" = ( +/turf/open/floor/plating, +/area/maintenance/department/bridge) +"Qmy" = ( +/turf/open/floor/plating, +/area/maintenance/department/bridge) +"Qmz" = ( +/turf/open/floor/plating, +/area/maintenance/department/bridge) +"QmA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/department/bridge) +"QmB" = ( +/turf/open/floor/plating, +/area/maintenance/department/bridge) +"QmC" = ( +/obj/machinery/door/airlock/maintenance{ + name = "bridge maintenance access"; + req_access_txt = "20" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/captain) +"QmD" = ( +/turf/closed/wall/r_wall, +/area/maintenance/department/bridge) +"QmE" = ( +/turf/closed/wall/r_wall, +/area/maintenance/department/bridge) +"QmF" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/turf/open/floor/circuit, +/area/ai_monitored/nuke_storage) +"QmG" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "Vault APC"; + areastring = "/area/ai_monitored/nuke_storage"; + pixel_y = 25 + }, +/obj/structure/cable{ + icon_state = "0-2"; + d2 = 2 + }, +/turf/open/floor/circuit, +/area/ai_monitored/nuke_storage) +"QmH" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/space) +"QmI" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/space) +"QmJ" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/space) +"QmK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/nuke_storage) +"QmL" = ( +/obj/structure/sign/securearea, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/nuke_storage) +"QmM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/nuke_storage) +"QmN" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/space) +"QmO" = ( +/obj/structure/cable{ + icon_state = "0-2"; + d2 = 2 + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/hallway/primary/central) +"QmP" = ( +/turf/closed/wall/r_wall, +/area/security/checkpoint/checkpoint2) +"QmQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel/vault{ + dir = 5 + }, +/area/hallway/primary/central) +"QmR" = ( +/obj/structure/closet/secure_closet/security, +/obj/structure/cable{ + icon_state = "0-4"; + d2 = 4 + }, +/obj/machinery/power/apc{ + areastring = "/area/security/checkpoint/checkpoint2"; + dir = 8; + name = "Security Checkpoint APC"; + pixel_x = -24; + pixel_y = 0 + }, +/turf/open/floor/plasteel/red/side{ + dir = 9 + }, +/area/security/checkpoint/checkpoint2) +"QmS" = ( +/obj/structure/reagent_dispensers/peppertank{ + pixel_y = 30 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/open/floor/plasteel/red/side{ + dir = 1 + }, +/area/security/checkpoint/checkpoint2) +"QmT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/open/floor/plasteel/red/side{ + dir = 1 + }, +/area/security/checkpoint/checkpoint2) +"QmU" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/open/floor/plasteel/red/side{ + dir = 1 + }, +/area/security/checkpoint/checkpoint2) +"QmV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/red/side{ + dir = 1 + }, +/area/security/checkpoint/checkpoint2) +"QmW" = ( +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_y = 30 + }, +/turf/open/floor/plasteel/red/side{ + dir = 1 + }, +/area/security/checkpoint/checkpoint2) +"QmX" = ( +/obj/machinery/computer/security, +/turf/open/floor/plasteel/red/side{ + dir = 5 + }, +/area/security/checkpoint/checkpoint2) +"QmY" = ( +/obj/structure/closet/wardrobe/red, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/red/side{ + dir = 8 + }, +/area/security/checkpoint/checkpoint2) +"QmZ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/checkpoint2) +"Qna" = ( +/obj/machinery/computer/secure_data, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/red/side{ + dir = 4 + }, +/area/security/checkpoint/checkpoint2) +"Qnb" = ( +/obj/machinery/airalarm{ dir = 4; - pixel_x = 11 + pixel_x = -22 }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" +/obj/machinery/camera{ + c_tag = "Security Checkpoint"; + dir = 1 }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" +/obj/machinery/button/door{ + desc = "A remote control switch for the vault shutters."; + id = "vault"; + name = "vault shutter control"; + normaldoorcontrol = 0; + pixel_x = 8; + pixel_y = -24; + req_access_txt = "63" }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"Qlo" = ( -/obj/structure/closet/wardrobe/mixed, -/obj/item/clothing/under/rank/centcom_officer{ - desc = "A badge on the arm indicates that it's meant to be worn by CentCom recovery teams. This one seems dusty and clearly hasn't been cleaned in some time."; - name = "\improper dusty old CentCom jumpsuit" +/turf/open/floor/plasteel/red/side{ + dir = 10 }, -/obj/item/clothing/under/rank/centcom_commander{ - desc = "A badge on the arm indicates that it's meant to be worn by CentCom recovery teams. This one seems dusty and clearly hasn't been cleaned in some time."; - name = "\improper dusty old CentCom jumpsuit" +/area/security/checkpoint/checkpoint2) +"Qnc" = ( +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"Qlp" = ( +/obj/item/pen, /obj/structure/table, -/obj/item/storage/pill_bottle/dice{ - pixel_y = 3 - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"Qlq" = ( +/turf/open/floor/plasteel/red/side, +/area/security/checkpoint/checkpoint2) +"Qnd" = ( +/obj/item/device/radio/off, +/obj/item/crowbar, +/obj/item/device/assembly/flash/handheld, /obj/structure/table, -/obj/item/stack/sheet/metal{ - amount = 50 +/obj/item/device/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = 27 }, -/obj/item/stock_parts/cell/high{ - charge = 100; - maxcharge = 15000; - pixel_y = 2 +/turf/open/floor/plasteel/red/side{ + dir = 6 }, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" +/area/security/checkpoint/checkpoint2) +"Qne" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "vault"; + name = "vault shutters" }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"Qlr" = ( -/obj/machinery/suit_storage_unit/standard_unit, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"Qls" = ( -/obj/machinery/suit_storage_unit/standard_unit, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" +/obj/structure/cable{ + icon_state = "0-4"; + d2 = 4 }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"Qlt" = ( -/obj/structure/tank_dispenser/oxygen{ - layer = 2.7; - pixel_x = -1; - pixel_y = 2 +/turf/open/floor/plating, +/area/security/checkpoint/checkpoint2) +"Qnf" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"Qlu" = ( -/obj/structure/sign/vacuum{ - pixel_x = -32 +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"Qng" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space) +"Qnh" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space) +"Qni" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space) +"Qnj" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space) +"Qnk" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space) +"Qnl" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space) +"Qnm" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space) +"Qnn" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space) +"Qno" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space) +"Qnp" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space) +"Qnq" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space) +"Qnr" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space) +"Qns" = ( +/obj/effect/spawner/lootdrop/grille_or_trash, +/turf/open/floor/plating{ + icon_state = "platingdmg3" }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" +/area/maintenance/port/aft) +"Qnt" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/space) +"Qnu" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/space) +"Qnv" = ( +/obj/machinery/door/airlock{ + id_tag = "MaintDorm2"; + name = "Maintenance Dorm 2" }, -/obj/machinery/light/small/built{ +/turf/open/floor/wood, +/area/maintenance/port/aft) +"Qnw" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/wood, +/area/maintenance/port/aft) +"Qnx" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/wood, +/area/maintenance/port/aft) +"Qny" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/space) +"Qnz" = ( +/obj/structure/closet/secure_closet/personal, +/turf/open/floor/wood, +/area/maintenance/port/aft) +"QnA" = ( +/obj/machinery/light/small, +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 5 + }, +/turf/open/floor/wood, +/area/maintenance/port/aft) +"QnB" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/maintenance/port/aft) +"QnC" = ( +/turf/closed/wall, +/area/maintenance/bar) +"QnD" = ( +/turf/closed/wall, +/area/maintenance/bar) +"QnE" = ( +/turf/closed/wall, +/area/maintenance/bar) +"QnF" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + req_access_txt = "0" + }, +/turf/open/floor/plating, +/area/maintenance/bar) +"QnG" = ( +/turf/closed/wall, +/area/maintenance/bar) +"QnH" = ( +/turf/closed/wall, +/area/maintenance/bar) +"QnI" = ( +/turf/closed/wall, +/area/maintenance/bar) +"QnJ" = ( +/turf/closed/wall, +/area/maintenance/bar) +"QnK" = ( +/turf/open/floor/wood, +/area/maintenance/bar) +"QnL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"QnM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"QnN" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/maintenance/bar) +"QnO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"QnP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance/abandoned{ + req_access_txt = "0" + }, +/turf/open/floor/plating, +/area/maintenance/bar) +"QnQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"QnR" = ( +/turf/closed/wall, +/area/maintenance/bar) +"QnS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/maintenance/bar) +"QnT" = ( +/obj/structure/chair/stool/bar, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"QnU" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"QnV" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/newscaster{ + pixel_x = 30 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/maintenance/bar) +"QnW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/bar) +"QnX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/bar) +"QnY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/bar) +"QnZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/bar) +"Qoa" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/bar) +"Qob" = ( +/turf/closed/wall, +/area/maintenance/bar) +"Qoc" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/light{ dir = 8 }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"Qlv" = ( -/obj/item/storage/box/lights/mixed, -/obj/item/cigbutt, -/obj/structure/closet/crate{ - icon_state = "crateopen"; - name = "spare equipment crate"; - opened = 1 +/turf/open/floor/wood, +/area/maintenance/bar) +"Qod" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 }, -/obj/item/tank/internals/oxygen/red, -/obj/item/tank/internals/air, +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/maintenance/bar) +"Qoe" = ( +/obj/structure/chair/stool/bar, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/wood, +/area/maintenance/bar) +"Qof" = ( +/obj/structure/table/wood, +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/maintenance/bar) +"Qog" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"Qoh" = ( +/obj/machinery/chem_dispenser/drinks/beer, +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/maintenance/bar) +"Qoi" = ( +/turf/closed/wall, +/area/maintenance/bar) +"Qoj" = ( +/obj/item/restraints/handcuffs/fake, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/spawner/lootdrop/minor/kittyears_or_rabbitears, +/turf/open/floor/plating, +/area/maintenance/bar) +"Qok" = ( +/obj/item/shard, +/obj/item/wirecutters, +/obj/item/wallframe/camera, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/maintenance/bar) +"Qol" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/maintenance/bar) +"Qom" = ( +/turf/closed/wall, +/area/maintenance/bar) +"Qon" = ( +/obj/item/device/radio/intercom{ + freerange = 0; + frequency = 1459; + name = "Station Intercom (General)"; + pixel_x = -30 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/maintenance/bar) +"Qoo" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/maintenance/bar) +"Qop" = ( +/obj/structure/chair/stool/bar, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/maintenance/bar) +"Qoq" = ( +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/maintenance/bar) +"Qor" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/maintenance/bar) +"Qos" = ( +/obj/machinery/vending/boozeomat, +/turf/open/floor/wood, +/area/maintenance/bar) +"Qot" = ( +/turf/closed/wall, +/area/maintenance/bar) +"Qou" = ( /obj/effect/spawner/lootdrop/maintenance{ lootcount = 2; name = "2maintenance loot spawner" }, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/shuttle/abandoned) -"Qlw" = ( -/obj/structure/closet/crate{ - name = "emergency supplies crate" - }, -/obj/item/storage/toolbox/emergency, -/obj/item/storage/toolbox/emergency, -/obj/item/device/flashlight/flare{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/device/flashlight/flare{ - pixel_x = -6; - pixel_y = -2 - }, /obj/item/crowbar, -/obj/item/wrench, -/obj/effect/spawner/lootdrop/maintenance, -/obj/item/extinguisher, -/obj/item/extinguisher, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/shuttle/abandoned) -"Qlx" = ( -/obj/machinery/door/airlock/titanium{ - name = "bathroom" - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"Qly" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/blood/gibs/old, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/effect/decal/remains/human{ - desc = "They look like human remains, and have clearly been gnawed at." - }, -/obj/item/gun/energy/laser/retro, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"Qlz" = ( +/obj/item/device/electropack/shockcollar, +/turf/open/floor/plating, +/area/maintenance/bar) +"Qov" = ( /obj/structure/bed, -/obj/item/bedsheet/centcom, -/obj/effect/decal/remains/human, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" +/obj/item/bedsheet/grey, +/obj/effect/decal/cleanable/semen{ + desc = "Blech."; + name = "dried semen" }, -/obj/machinery/light/small/built{ - dir = 4 +/obj/effect/spawner/lootdrop/costume, +/turf/open/floor/plating{ + icon_state = "platingdmg3" }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"QlA" = ( -/obj/structure/table, -/obj/item/storage/belt/utility, -/obj/item/storage/belt/utility, -/obj/item/device/radio/off, -/obj/item/device/radio/off, -/obj/item/device/radio/off, -/obj/item/device/radio/off, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" +/area/maintenance/bar) +"Qow" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/maintenance/bar) +"Qox" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + name = "Incinerator Access"; + req_access_txt = "12" }, -/obj/machinery/light/small/built{ +/obj/structure/barricade/wooden{ + name = "wooden barricade (CLOSED)" + }, +/turf/open/floor/plating, +/area/maintenance/bar) +"Qoy" = ( +/turf/open/floor/wood, +/area/maintenance/bar) +"Qoz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/maintenance/bar) +"QoA" = ( +/obj/structure/chair/stool/bar, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ dir = 8 }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"QlB" = ( -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/effect/decal/cleanable/oil, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"QlC" = ( -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"QlD" = ( -/obj/machinery/door/airlock/titanium{ - name = "E.V.A. equipment" - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"QlE" = ( -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"QlF" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/blood/gibs/old, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/effect/decal/remains/human{ - desc = "They look like human remains, and have clearly been gnawed at." - }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"QlG" = ( -/obj/machinery/door/airlock/titanium{ - name = "cargo bay" - }, -/obj/effect/turf_decal/delivery{ - dir = 1 - }, -/turf/open/floor/plasteel{ - dir = 1 - }, -/area/shuttle/abandoned) -"QlH" = ( -/obj/effect/decal/cleanable/oil, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/effect/turf_decal/delivery{ - dir = 1 - }, -/turf/open/floor/plasteel{ - dir = 1 - }, -/area/shuttle/abandoned) -"QlI" = ( -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/effect/turf_decal/delivery{ - dir = 1 - }, -/turf/open/floor/plasteel{ - dir = 1 - }, -/area/shuttle/abandoned) -"QlJ" = ( -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/effect/turf_decal/delivery{ - dir = 1 - }, -/turf/open/floor/plasteel{ - dir = 1 - }, -/area/shuttle/abandoned) -"QlK" = ( -/obj/effect/decal/cleanable/robot_debris/old, -/obj/effect/decal/cleanable/oil, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/effect/turf_decal/delivery{ - dir = 1 - }, -/turf/open/floor/plasteel{ - dir = 1 - }, -/area/shuttle/abandoned) -"QlL" = ( -/obj/machinery/shower{ +/turf/open/floor/wood, +/area/maintenance/bar) +"QoB" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 4 }, -/obj/machinery/door/window/westright{ - dir = 4 +/turf/open/floor/wood, +/area/maintenance/bar) +"QoC" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/obj/item/soap/nanotrasen, -/obj/effect/decal/remains/human{ - desc = "They look like human remains, and have clearly been gnawed at." +/turf/open/floor/wood, +/area/maintenance/bar) +"QoD" = ( +/obj/machinery/chem_dispenser/drinks, +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/maintenance/bar) +"QoE" = ( +/turf/closed/wall, +/area/maintenance/bar) +"QoF" = ( +/obj/item/lighter/greyscale, +/obj/effect/decal/cleanable/semen{ + desc = "Blech."; + name = "dried semen" }, -/obj/effect/decal/cleanable/blood/gibs/old, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"QlM" = ( +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/maintenance/bar) +"QoG" = ( +/obj/effect/spawner/lootdrop/maintenance, /obj/effect/decal/cleanable/blood/old, -/obj/structure/mirror{ - pixel_x = 28 - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/machinery/light/small/built{ - dir = 4 - }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"QlN" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/effect/decal/cleanable/blood/gibs/limb, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"QlO" = ( -/obj/structure/bed, -/obj/item/bedsheet/centcom, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"QlP" = ( -/obj/structure/rack{ - dir = 8; - layer = 2.9; - pixel_y = 2 - }, -/obj/item/storage/toolbox/electrical{ +/obj/item/device/assembly/signaler, +/turf/open/floor/plating, +/area/maintenance/bar) +"QoH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/maintenance/bar) +"QoI" = ( +/turf/closed/wall, +/area/maintenance/bar) +"QoJ" = ( +/obj/effect/spawner/lootdrop/keg, +/turf/open/floor/wood, +/area/maintenance/bar) +"QoK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/maintenance/bar) +"QoL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/wood, +/area/maintenance/bar) +"QoM" = ( +/obj/structure/cable, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/bar"; + dir = 2; + name = "Maintenance Bar APC"; pixel_x = 1; - pixel_y = 6 + pixel_y = -24 }, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 +/turf/open/floor/wood{ + icon_state = "wood-broken7" }, -/obj/item/clothing/head/welding{ - pixel_x = -3; - pixel_y = 5 +/area/maintenance/bar) +"QoN" = ( +/turf/closed/wall, +/area/maintenance/bar) +"QoO" = ( +/turf/closed/wall, +/area/maintenance/bar) +"QoP" = ( +/obj/structure/falsewall, +/turf/open/floor/plating, +/area/maintenance/bar) +"QoQ" = ( +/turf/closed/wall, +/area/maintenance/bar) +"QoR" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/maintenance/bar) +"QoS" = ( +/turf/closed/wall, +/area/maintenance/bar) +"QoT" = ( +/turf/closed/wall, +/area/maintenance/bar) +"QoU" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + req_access_txt = "0" }, -/obj/item/clothing/glasses/welding, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/maintenance/bar) +"QoV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/door/airlock/maintenance/abandoned{ + req_access_txt = "0" }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"QlQ" = ( -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" +/turf/open/floor/wood{ + icon_state = "wood-broken" }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"QlR" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" +/area/maintenance/bar) +"QoW" = ( +/obj/structure/sign/poster/official/no_erp, +/turf/closed/wall, +/area/maintenance/bar) +"QoX" = ( +/turf/closed/wall, +/area/maintenance/bar) +"QoY" = ( +/obj/machinery/vending/clothing, +/turf/open/floor/wood, +/area/maintenance/bar) +"QoZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/maintenance/bar) +"Qpa" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/maintenance/bar) +"Qpb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/wood, +/area/maintenance/bar) +"Qpc" = ( +/obj/structure/chair/stool, +/turf/open/floor/wood{ + icon_state = "wood-broken6" }, -/obj/machinery/light/small{ - dir = 4 +/area/maintenance/bar) +"Qpd" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken6" }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"QlS" = ( -/obj/effect/decal/cleanable/oil, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/shuttle/abandoned) -"QlT" = ( -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/effect/turf_decal/delivery{ - dir = 1 - }, -/turf/open/floor/plasteel{ - dir = 1 - }, -/area/shuttle/abandoned) -"QlU" = ( -/obj/structure/closet/emcloset, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/light/small, -/turf/open/floor/plasteel, -/area/shuttle/abandoned) -"QlV" = ( -/obj/structure/closet/firecloset/full, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/shuttle/abandoned) -"QlW" = ( -/obj/structure/sign/restroom, -/turf/closed/wall/mineral/titanium, -/area/shuttle/abandoned) -"QlX" = ( -/obj/machinery/door/airlock/titanium{ - name = "bathroom" - }, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"QlY" = ( -/obj/machinery/door/airlock/titanium{ - name = "dormitory" - }, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"QlZ" = ( -/obj/machinery/vending/boozeomat{ - icon_deny = "smartfridge"; - icon_state = "smartfridge"; - req_access_txt = "0"; - use_power = 0 - }, -/turf/closed/wall/mineral/titanium, -/area/shuttle/abandoned) -"Qma" = ( -/obj/machinery/door/airlock/titanium{ - name = "E.V.A. equipment" - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"Qmb" = ( -/obj/machinery/door/airlock/titanium{ - name = "recovery shuttle interior airlock" - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"Qmc" = ( -/obj/machinery/door/airlock/titanium{ - name = "recovery shuttle interior airlock" - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"Qmd" = ( -/obj/structure/sign/cargo, -/turf/closed/wall/mineral/titanium, -/area/shuttle/abandoned) -"Qme" = ( -/obj/machinery/door/airlock/titanium{ - name = "cargo bay" - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/effect/turf_decal/delivery{ - dir = 1 - }, -/turf/open/floor/plasteel{ - dir = 1 - }, -/area/shuttle/abandoned) -"Qmf" = ( -/obj/machinery/porta_turret/centcom_shuttle/weak{ - dir = 4 - }, -/turf/closed/wall/mineral/titanium, -/area/shuttle/abandoned) -"Qmg" = ( -/obj/machinery/vending/cigarette{ - use_power = 0 - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"Qmh" = ( -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"Qmi" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/effect/decal/cleanable/blood/gibs/limb, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"Qmj" = ( -/obj/effect/decal/cleanable/blood/gibs/old, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/machinery/light/built{ - dir = 1 - }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"Qmk" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"Qml" = ( -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"Qmm" = ( -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"Qmn" = ( -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/machinery/light/built{ - dir = 1 - }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"Qmo" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/item/folder/blue, -/obj/item/pen, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"Qmp" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/item/storage/photo_album, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"Qmq" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/structure/sign/vacuum{ +/area/maintenance/bar) +"Qpe" = ( +/obj/machinery/vending/autodrobe, +/turf/open/floor/wood, +/area/maintenance/bar) +"Qpf" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/maintenance/bar) +"Qpg" = ( +/obj/structure/sign/poster/random{ pixel_x = -32 }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" +/obj/machinery/light{ + dir = 8 }, -/obj/machinery/light/small/built{ +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/maintenance/bar) +"Qph" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/maintenance/bar) +"Qpi" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/maintenance/bar) +"Qpj" = ( +/obj/structure/table/wood/poker, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/maintenance/bar) +"Qpk" = ( +/obj/structure/table/wood/poker, +/obj/item/storage/pill_bottle/dice, +/turf/open/floor/wood, +/area/maintenance/bar) +"Qpl" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/maintenance/bar) +"Qpm" = ( +/obj/structure/table/wood/bar, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/machinery/newscaster{ + pixel_x = 30 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"Qpn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/maintenance/bar) +"Qpo" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"Qpp" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"Qpq" = ( +/obj/structure/table/wood/poker, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 4 }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"Qmr" = ( -/obj/machinery/vending/coffee, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"Qms" = ( -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" +/turf/open/floor/wood, +/area/maintenance/bar) +"Qpr" = ( +/obj/structure/table/wood/poker, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"Qmt" = ( -/obj/structure/chair, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" +/turf/open/floor/wood, +/area/maintenance/bar) +"Qps" = ( +/obj/structure/table/wood/poker, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"Qmu" = ( -/obj/structure/chair, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" +/turf/open/floor/wood, +/area/maintenance/bar) +"Qpt" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"Qmv" = ( -/obj/structure/chair, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" +/turf/open/floor/wood, +/area/maintenance/bar) +"Qpu" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"Qmw" = ( -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" +/turf/open/floor/wood, +/area/maintenance/bar) +"Qpv" = ( +/obj/structure/table/wood/bar, +/obj/machinery/light{ + dir = 4 }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" +/turf/open/floor/wood{ + icon_state = "wood-broken6" }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"Qmx" = ( -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" +/area/maintenance/bar) +"Qpw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/maintenance/bar) +"Qpx" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken5" }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"Qmy" = ( -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" +/area/maintenance/bar) +"Qpy" = ( +/obj/structure/table/wood/poker, +/obj/item/coin/iron, +/turf/open/floor/wood, +/area/maintenance/bar) +"Qpz" = ( +/obj/structure/table/wood/bar, +/obj/item/reagent_containers/spray/cleaner, +/obj/structure/sign/poster/random{ + pixel_x = 32 }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" +/turf/open/floor/wood, +/area/maintenance/bar) +"QpA" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/maintenance/bar) +"QpB" = ( +/obj/effect/spawner/lootdrop/keg, +/turf/open/floor/wood{ + icon_state = "wood-broken7" }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"Qmz" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" +/area/maintenance/bar) +"QpC" = ( +/obj/structure/sign/poster/random{ + pixel_y = -32 }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"QmA" = ( -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" +/turf/open/floor/wood, +/area/maintenance/bar) +"QpD" = ( +/obj/structure/chair/stool, +/turf/open/floor/wood{ + icon_state = "wood-broken" }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"QmB" = ( -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" +/area/maintenance/bar) +"QpE" = ( +/obj/structure/chair/stool, +/obj/item/device/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -35 }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"QmC" = ( -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" +/turf/open/floor/wood, +/area/maintenance/bar) +"QpF" = ( +/obj/structure/sign/poster/random{ + pixel_y = -32 }, -/obj/machinery/turretid{ - icon_state = "control_kill"; - lethal = 1; - locked = 0; - pixel_x = -28; - req_access = null +/turf/open/floor/wood{ + icon_state = "wood-broken7" }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"QmD" = ( -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" +/area/maintenance/bar) +"QpG" = ( +/obj/machinery/vending/kink, +/turf/open/floor/wood, +/area/maintenance/bar) +"QpH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/maintenance/bar) +"QpI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" +/turf/closed/wall/r_wall, +/area/engine/engine_smes) +"QpJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/closed/wall/r_wall, +/area/engine/engine_smes) +"QpK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"QpL" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'RADIOACTIVE AREA'"; + icon_state = "radiation"; + name = "RADIOACTIVE AREA"; + pixel_x = -32 + }, +/obj/structure/closet/radiation, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"QpM" = ( +/obj/machinery/camera{ + c_tag = "Gravity Generator Foyer" + }, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'RADIOACTIVE AREA'"; + icon_state = "radiation"; + name = "RADIOACTIVE AREA"; + pixel_x = 32 + }, +/obj/structure/closet/radiation, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"QpN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"QpO" = ( +/turf/closed/wall, +/area/space) +"QpP" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"QpQ" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"QpR" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"QpS" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"QpT" = ( +/obj/structure/grille, +/turf/open/floor/plating/airless, +/area/space) +"QpU" = ( +/obj/structure/grille, +/turf/open/floor/plating/airless, +/area/space) +"QpV" = ( +/obj/structure/grille, +/turf/open/floor/plating/airless, +/area/space) +"QpW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"QpX" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/space) +"QpY" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/space) +"QpZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"Qqa" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"Qqb" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"Qqc" = ( +/obj/item/device/radio/intercom{ + broadcasting = 0; + listening = 1; + name = "Station Intercom (General)"; + pixel_y = 20 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"Qqd" = ( +/obj/machinery/power/terminal, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/obj/structure/cable, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"Qqe" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"Qqf" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/space) +"Qqg" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/space) +"Qqh" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/space) +"Qqi" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/item/paper/guides/jobs/engi/gravity_gen{ + layer = 3 + }, +/obj/structure/table, +/obj/item/pen/blue, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"Qqj" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"Qqk" = ( +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1; + d2 = 2 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"Qql" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/space) +"Qqm" = ( +/obj/structure/cable{ + icon_state = "0-4"; + d2 = 4 + }, +/obj/machinery/power/apc{ + dir = 8; + name = "Gravity Generator APC"; + areastring = "/area/engine/gravity_generator"; + pixel_x = -25; + pixel_y = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 }, /obj/structure/chair/office/light{ dir = 1 }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"QmE" = ( -/obj/machinery/door/airlock/titanium{ - name = "recovery shuttle external airlock" - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"QmF" = ( -/obj/machinery/door/airlock/titanium{ - name = "recovery shuttle interior airlock" - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"QmG" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"QmH" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/drinks/shaker, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"QmI" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = 3; - pixel_y = 4 - }, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -3; - pixel_y = 4 - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"QmJ" = ( -/obj/structure/table, -/obj/item/storage/fancy/donut_box, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"QmK" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"QmL" = ( -/obj/machinery/door/airlock/titanium{ - name = "living quarters" - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"QmM" = ( -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/item/roller{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/roller{ - pixel_x = 3; - pixel_y = 4 - }, -/obj/item/reagent_containers/spray/cleaner, -/obj/structure/table, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"QmN" = ( -/obj/item/clothing/suit/bio_suit, -/obj/item/clothing/suit/bio_suit, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/item/clothing/gloves/color/latex, -/obj/item/clothing/gloves/color/latex, -/obj/item/clothing/head/bio_hood, -/obj/item/clothing/head/bio_hood, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/structure/table, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"QmO" = ( -/obj/effect/decal/cleanable/blood/gibs/old, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/effect/decal/remains/human{ - desc = "They look like human remains, and have clearly been gnawed at." - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"QmP" = ( -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/suit/armor/vest, -/obj/item/clothing/suit/armor/vest, -/obj/structure/table, -/obj/item/clothing/head/helmet/swat/nanotrasen, -/obj/item/clothing/head/helmet/swat/nanotrasen, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"QmQ" = ( -/obj/item/storage/toolbox/emergency{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/toolbox/emergency, -/obj/item/storage/toolbox/emergency{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/structure/table, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"QmR" = ( -/obj/machinery/door/airlock/titanium{ - name = "bridge" - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"QmS" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"QmT" = ( -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/machinery/computer/shuttle/white_ship, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"QmU" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/structure/light_construct/small{ - dir = 4 - }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"QmV" = ( -/obj/machinery/vending/cola/random, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"QmW" = ( -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"QmX" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"QmY" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"QmZ" = ( -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"Qna" = ( -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"Qnb" = ( -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"Qnc" = ( -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"Qnd" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/structure/chair/office/light, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"Qne" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/blood/gibs/old, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/item/clothing/head/centhat{ - desc = "There's a gouge through the top where something has clawed clean through it. Whoever was wearing it probably doesn't need a hat any more."; - name = "\improper damaged CentCom hat" - }, -/obj/effect/decal/remains/human{ - desc = "They look like human remains, and have clearly been gnawed at." - }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"Qnf" = ( -/obj/item/phone{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/cigbutt/cigarbutt{ - pixel_x = 5; - pixel_y = -1 - }, -/obj/structure/table, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"Qng" = ( -/obj/machinery/vending/snack/random, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"Qnh" = ( -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/machinery/light/built{ - dir = 2 - }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"Qni" = ( -/obj/structure/sign/science{ - pixel_y = -32 - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"Qnj" = ( -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/machinery/light, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"Qnk" = ( -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/structure/table, -/obj/item/device/megaphone, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"Qnl" = ( -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/machinery/computer/camera_advanced/shuttle_docker/whiteship{ - station_lock_override = 1; - view_range = 15; - x_offset = -3; - y_offset = -7 - }, -/obj/machinery/light/built{ - dir = 2 - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"Qnm" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/item/device/mass_spectrometer, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"Qnn" = ( -/obj/structure/table, -/obj/item/device/radio/off{ - pixel_y = 6 - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"Qno" = ( -/obj/structure/sign/botany, -/turf/closed/wall/mineral/titanium, -/area/shuttle/abandoned) -"Qnp" = ( -/obj/machinery/door/airlock/titanium{ - name = "hydroponics" - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"Qnq" = ( -/obj/machinery/door/airlock/titanium{ - name = "kitchen" - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"Qnr" = ( -/obj/machinery/door/airlock/titanium{ - name = "laboratory" - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"Qns" = ( -/obj/structure/sign/bluecross_2, -/turf/closed/wall/mineral/titanium, -/area/shuttle/abandoned) -"Qnt" = ( -/obj/item/storage/bag/plants/portaseeder, -/obj/structure/table, -/obj/item/reagent_containers/spray/plantbgone{ - pixel_x = 13; - pixel_y = 5 - }, -/obj/item/reagent_containers/glass/bottle/nutrient/ez, -/obj/item/reagent_containers/glass/bottle/nutrient/ez, -/obj/item/reagent_containers/glass/bottle/nutrient/ez, -/obj/item/reagent_containers/glass/bottle/nutrient/rh{ - pixel_x = -2; - pixel_y = 3 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"Qnu" = ( -/obj/machinery/biogenerator{ - idle_power_usage = 0; - use_power = 0 - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"Qnv" = ( -/obj/machinery/vending/hydroseeds{ - use_power = 0 - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/machinery/light/small/built{ - dir = 1 - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"Qnw" = ( -/obj/machinery/processor, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/machinery/light/small/built{ - dir = 1 - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"Qnx" = ( -/obj/structure/kitchenspike, -/obj/effect/decal/cleanable/blood/gibs/old, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"Qny" = ( -/obj/structure/table, -/obj/machinery/microwave{ - pixel_x = -3; - pixel_y = 6 - }, -/obj/item/storage/box/donkpockets, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"Qnz" = ( -/obj/effect/decal/cleanable/oil, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"QnA" = ( -/obj/machinery/sleeper{ - dir = 4; - use_power = 0 - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"QnB" = ( -/obj/structure/closet/crate/freezer, -/obj/item/reagent_containers/blood/empty{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/reagent_containers/blood/OMinus, -/obj/item/reagent_containers/blood/random, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/effect/decal/cleanable/xenoblood, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"QnC" = ( -/obj/structure/table/optable, -/obj/item/surgical_drapes, -/obj/item/storage/firstaid/regular, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/machinery/light/small/built{ - dir = 1 - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"QnD" = ( -/obj/structure/table, -/obj/item/wrench, -/obj/item/crowbar, -/obj/item/clothing/suit/apron, -/obj/item/shovel/spade, -/obj/item/cultivator, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/item/wirecutters, -/obj/item/device/plant_analyzer, -/obj/item/reagent_containers/glass/bucket, -/obj/machinery/light/small/built{ - dir = 8 - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"QnE" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"QnF" = ( -/obj/machinery/smartfridge{ - use_power = 0 - }, -/turf/closed/wall/mineral/titanium, -/area/shuttle/abandoned) -"QnG" = ( -/obj/structure/sink{ +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"Qqn" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"Qqo" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"Qqp" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"Qqq" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/airalarm{ dir = 8; - pixel_x = -12; - pixel_y = 2 + pixel_x = 24 }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"QnH" = ( -/obj/effect/decal/cleanable/egg_smudge, -/obj/effect/decal/cleanable/flour, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"Qqr" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'RADIOACTIVE AREA'"; + icon_state = "radiation"; + name = "RADIOACTIVE AREA"; + pixel_x = 32 }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"QnI" = ( -/obj/structure/table, -/obj/item/kitchen/rollingpin, -/obj/item/kitchen/knife, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" }, -/obj/machinery/light/small/built{ +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/engine/gravity_generator) +"Qqs" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/space) +"Qqt" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/space) +"Qqu" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/space) +"Qqv" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/space) +"Qqw" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/space) +"Qqx" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/space) +"Qqy" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/space) +"Qqz" = ( +/obj/effect/landmark/carpspawn, +/turf/open/space/basic, +/area/space) +"QqA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"QqB" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/black, +/area/engine/gravity_generator) +"QqC" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ dir = 4 }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"QnJ" = ( -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" +/obj/machinery/camera{ + c_tag = "Gravity Generator Room"; + dir = 8; + network = list("SS13") }, -/obj/machinery/light/small{ - dir = 8 +/turf/open/floor/plasteel/black, +/area/engine/gravity_generator) +"QqD" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"QnK" = ( -/obj/structure/chair/office/light, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"QnL" = ( -/obj/machinery/vending/wallmed{ - name = "Emergency NanoMed"; - pixel_x = -28; - req_access_txt = "0"; - use_power = 0 - }, -/obj/machinery/iv_drip, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/machinery/light/small/built{ - dir = 8 - }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"QnM" = ( -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/effect/decal/cleanable/ash, -/obj/effect/decal/cleanable/xenoblood, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"QnN" = ( -/obj/effect/decal/cleanable/xenoblood, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/effect/decal/remains/xeno{ - desc = "A pile of remains that look vaguely humanoid. The skull is abnormally elongated, and there are burns through some of the other bones." - }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"QnO" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/effect/decal/cleanable/xenoblood, -/obj/effect/decal/cleanable/xenoblood/xgibs/limb, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/abandoned) -"QnP" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"QnQ" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"QnR" = ( -/obj/machinery/hydroponics/constructable, -/obj/item/seeds/glowshroom, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"QnS" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"QnT" = ( -/obj/structure/table, -/obj/machinery/reagentgrinder{ - pixel_y = 6 - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"QnU" = ( -/obj/structure/table, -/obj/item/reagent_containers/glass/beaker{ - pixel_x = 5 - }, -/obj/item/reagent_containers/food/condiment/enzyme{ - layer = 5 - }, -/obj/item/reagent_containers/dropper, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"QnV" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/condiment/flour, -/obj/item/reagent_containers/food/condiment/flour, -/obj/item/reagent_containers/food/condiment/flour, -/obj/item/reagent_containers/food/condiment/flour, -/obj/item/reagent_containers/food/condiment/milk, -/obj/item/reagent_containers/food/condiment/milk, -/obj/item/reagent_containers/food/condiment/milk, -/obj/item/reagent_containers/food/condiment/soymilk, -/obj/item/reagent_containers/food/condiment/soymilk, -/obj/item/reagent_containers/food/condiment/sugar, -/obj/item/reagent_containers/food/condiment/sugar, -/obj/item/reagent_containers/food/condiment/sugar, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"QnW" = ( -/obj/structure/table, -/obj/item/reagent_containers/glass/beaker{ - pixel_x = 5; - pixel_y = 2 - }, -/obj/item/reagent_containers/glass/beaker, -/obj/item/reagent_containers/dropper, -/obj/item/reagent_containers/syringe, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"QnX" = ( -/obj/structure/table, -/obj/item/folder/white{ - pixel_x = 4; - pixel_y = -3 - }, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"QnY" = ( -/obj/structure/table, -/obj/item/hand_labeler, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"QnZ" = ( -/obj/structure/table, -/obj/item/defibrillator, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"Qoa" = ( -/obj/structure/table, -/obj/item/reagent_containers/glass/bottle/epinephrine{ - pixel_x = 6 - }, -/obj/item/reagent_containers/glass/bottle/charcoal{ - pixel_x = -3 - }, -/obj/item/reagent_containers/syringe, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"Qob" = ( -/obj/structure/table, -/obj/item/clothing/gloves/color/latex, -/obj/item/clothing/mask/surgical, -/obj/effect/decal/cleanable/dirt{ - desc = "A thin layer of dust coating the floor."; - name = "dust" - }, -/obj/item/clothing/suit/apron/surgical, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"Qoc" = ( -/obj/structure/table, -/obj/item/storage/backpack/duffelbag/med/surgery{ - pixel_y = 4 - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/abandoned) -"Qod" = ( -/obj/structure/lattice, -/obj/structure/grille, -/turf/open/space/basic, -/area/space) -"Qoe" = ( -/obj/structure/lattice, -/obj/structure/grille, -/turf/open/space/basic, -/area/space) -"Qof" = ( -/obj/structure/lattice, -/obj/structure/grille/broken, -/turf/open/space/basic, -/area/space) -"Qog" = ( -/obj/structure/lattice, -/obj/structure/grille, -/turf/open/space/basic, -/area/space) -"Qoh" = ( -/obj/structure/lattice, -/obj/structure/grille/broken, -/turf/open/space/basic, -/area/space) -"Qoi" = ( +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"QqE" = ( /obj/structure/lattice, /turf/open/space/basic, /area/space) -"Qoj" = ( +"QqF" = ( /obj/structure/lattice, -/obj/structure/grille/broken, /turf/open/space/basic, /area/space) -"Qok" = ( +"QqG" = ( /obj/structure/lattice, -/obj/structure/grille, /turf/open/space/basic, /area/space) -"Qol" = ( -/obj/structure/grille, -/turf/open/floor/plating/airless, -/area/space) -"Qom" = ( +"QqH" = ( /obj/structure/lattice, -/obj/structure/grille, /turf/open/space/basic, /area/space) -"Qon" = ( +"QqI" = ( /obj/structure/lattice, -/obj/structure/grille, /turf/open/space/basic, /area/space) -"Qoo" = ( +"QqJ" = ( /obj/structure/lattice, -/obj/structure/grille/broken, /turf/open/space/basic, /area/space) -"Qop" = ( +"QqK" = ( /obj/structure/lattice, -/obj/structure/grille, /turf/open/space/basic, /area/space) -"Qoq" = ( +"QqL" = ( /obj/structure/lattice, -/obj/structure/grille/broken, /turf/open/space/basic, /area/space) -"Qor" = ( +"QqM" = ( /obj/structure/lattice, -/obj/structure/grille/broken, /turf/open/space/basic, /area/space) -"Qos" = ( -/obj/structure/grille, -/turf/open/floor/plating/airless, -/area/space) -"Qot" = ( +"QqN" = ( /obj/structure/lattice, -/obj/structure/grille, /turf/open/space/basic, /area/space) -"Qou" = ( +"QqO" = ( /obj/structure/lattice, +/turf/open/space/basic, +/area/space) +"QqP" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/space) +"QqQ" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/space) +"QqR" = ( /obj/structure/grille, /turf/open/space/basic, /area/space) -"Qov" = ( +"QqS" = ( /obj/structure/grille, /turf/open/space/basic, /area/space) -"Qow" = ( +"QqT" = ( /obj/structure/grille, /turf/open/space/basic, /area/space) -"Qox" = ( +"QqU" = ( /obj/structure/grille, /turf/open/space/basic, /area/space) -"Qoy" = ( +"QqV" = ( /obj/structure/grille, /turf/open/space/basic, /area/space) -"Qoz" = ( +"QqW" = ( /obj/structure/grille, /turf/open/space/basic, /area/space) -"QoA" = ( +"QqX" = ( /obj/structure/grille, /turf/open/space/basic, /area/space) -"QoB" = ( +"QqY" = ( /obj/structure/grille, /turf/open/space/basic, /area/space) -"QoC" = ( +"QqZ" = ( /obj/structure/grille, /turf/open/space/basic, /area/space) -"QoD" = ( -/obj/structure/grille, -/turf/open/space/basic, -/area/space) -"QoE" = ( -/turf/closed/wall, -/area/space) -"QoF" = ( -/obj/structure/window/reinforced, -/obj/vehicle/secway, -/obj/item/key/security, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"QoG" = ( -/turf/closed/wall, -/area/space) -"QoH" = ( -/obj/structure/window/reinforced, -/obj/vehicle/secway, -/obj/item/key/security, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"QoI" = ( -/obj/structure/closet/l3closet/security, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"QoJ" = ( -/turf/closed/wall, -/area/space) -"QoK" = ( +"Qra" = ( +/obj/machinery/flasher/portable, +/obj/effect/turf_decal/bot{ + dir = 2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"Qrb" = ( +/obj/machinery/flasher/portable, +/obj/effect/turf_decal/bot{ + dir = 2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"Qrc" = ( +/obj/machinery/flasher/portable, +/obj/effect/turf_decal/bot{ + dir = 2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"Qrd" = ( +/obj/machinery/flasher/portable, +/obj/effect/turf_decal/bot{ + dir = 2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"Qre" = ( /obj/structure/table, /obj/item/grenade/barrier{ pixel_x = 4 @@ -57895,7 +61006,7 @@ dir = 8 }, /area/ai_monitored/security/armory) -"QoL" = ( +"Qrf" = ( /obj/structure/rack, /obj/item/gun/energy/e_gun/dragnet, /obj/item/gun/energy/e_gun/dragnet, @@ -57903,7 +61014,7 @@ dir = 8 }, /area/ai_monitored/security/armory) -"QoM" = ( +"Qrg" = ( /obj/structure/rack, /obj/item/clothing/suit/armor/bulletproof{ pixel_x = -3; @@ -57931,7 +61042,7 @@ dir = 8 }, /area/ai_monitored/security/armory) -"QoN" = ( +"Qrh" = ( /obj/structure/rack, /obj/item/clothing/suit/armor/riot{ pixel_x = -3; @@ -57964,60 +61075,40 @@ dir = 8 }, /area/ai_monitored/security/armory) -"QoO" = ( -/obj/effect/landmark/secequipment, -/obj/effect/turf_decal/bot{ - dir = 2 +"Qri" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"QoP" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/effect/turf_decal/bot{ - dir = 2 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"QoQ" = ( /obj/machinery/camera/motion{ c_tag = "Non-Lethal Armory Motion Sensor"; dir = 4 }, -/obj/effect/turf_decal/stripes/end{ +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"Qrj" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"Qrk" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"Qrl" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/corner{ dir = 8 }, /turf/open/floor/plasteel, /area/ai_monitored/security/armory) -"QoR" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"QoS" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"QoT" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"QoU" = ( +"Qrm" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 }, /obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel, /area/ai_monitored/security/armory) -"QoV" = ( +"Qrn" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 }, @@ -58026,14 +61117,14 @@ }, /turf/open/floor/plasteel, /area/ai_monitored/security/armory) -"QoW" = ( +"Qro" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 }, /obj/machinery/atmospherics/components/unary/vent_scrubber/on, /turf/open/floor/plasteel, /area/ai_monitored/security/armory) -"QoX" = ( +"Qrp" = ( /obj/machinery/door/poddoor/shutters{ id = "lowsecarmory"; name = "Non-Lethal Armoury Shutter" @@ -58047,26 +61138,19 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/plasteel, /area/ai_monitored/security/armory) -"QoY" = ( -/obj/effect/landmark/secequipment, -/obj/effect/turf_decal/bot{ - dir = 2 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"QoZ" = ( +"Qrq" = ( /obj/machinery/suit_storage_unit/security, /turf/open/floor/plasteel/vault{ dir = 8 }, /area/ai_monitored/security/armory) -"Qpa" = ( +"Qrr" = ( /obj/machinery/suit_storage_unit/security, /turf/open/floor/plasteel/vault{ dir = 8 }, /area/ai_monitored/security/armory) -"Qpb" = ( +"Qrs" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 5 }, @@ -58075,7 +61159,7 @@ dir = 8 }, /area/ai_monitored/security/armory) -"Qpc" = ( +"Qrt" = ( /obj/machinery/suit_storage_unit/security, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 @@ -58084,7 +61168,7 @@ dir = 8 }, /area/ai_monitored/security/armory) -"Qpd" = ( +"Qru" = ( /obj/machinery/suit_storage_unit/security, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 @@ -58093,7 +61177,7 @@ dir = 8 }, /area/ai_monitored/security/armory) -"Qpe" = ( +"Qrv" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 }, @@ -58102,26 +61186,32 @@ dir = 10 }, /obj/structure/cable{ + d1 = 2; + d2 = 4; icon_state = "2-4" }, /turf/open/floor/plasteel, /area/ai_monitored/security/armory) -"Qpf" = ( +"Qrw" = ( /obj/effect/turf_decal/stripes/line, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, /area/ai_monitored/security/armory) -"Qpg" = ( +"Qrx" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /obj/structure/cable{ + d1 = 4; + d2 = 8; icon_state = "4-8" }, /turf/open/floor/plasteel, /area/ai_monitored/security/armory) -"Qph" = ( +"Qry" = ( /obj/machinery/firealarm{ pixel_y = 24 }, @@ -58130,7 +61220,7 @@ }, /turf/open/floor/plasteel, /area/ai_monitored/security/armory) -"Qpi" = ( +"Qrz" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 }, @@ -58144,7 +61234,7 @@ }, /turf/open/floor/plasteel, /area/ai_monitored/security/armory) -"Qpj" = ( +"QrA" = ( /obj/machinery/light{ dir = 1 }, @@ -58156,7 +61246,7 @@ }, /turf/open/floor/plasteel, /area/ai_monitored/security/armory) -"Qpk" = ( +"QrB" = ( /obj/effect/turf_decal/stripes/corner{ dir = 8 }, @@ -58167,48 +61257,30 @@ dir = 9 }, /obj/structure/cable{ + d1 = 1; + d2 = 2; icon_state = "1-2" }, -/obj/structure/cable{ - icon_state = "2-4" - }, /turf/open/floor/plasteel, /area/ai_monitored/security/armory) -"Qpl" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"Qpm" = ( +"QrC" = ( /obj/structure/closet/secure_closet/lethalshots, /turf/open/floor/plasteel/vault{ dir = 8 }, /area/ai_monitored/security/armory) -"Qpn" = ( -/obj/structure/table, -/obj/item/storage/box/firingpins, -/obj/item/storage/box/firingpins, -/turf/open/floor/plasteel/vault{ - dir = 8 - }, -/area/ai_monitored/security/armory) -"Qpo" = ( +"QrD" = ( /obj/structure/table, /obj/item/storage/toolbox/drone, /turf/open/floor/plasteel/vault{ dir = 8 }, /area/ai_monitored/security/armory) -"Qpp" = ( +"QrE" = ( /obj/structure/falsewall, /turf/open/floor/plating, /area/security/execution/transfer) -"Qpq" = ( +"QrF" = ( /obj/effect/turf_decal/stripes/corner{ dir = 1 }, @@ -58218,7 +61290,7 @@ }, /turf/open/floor/plating, /area/security/execution/transfer) -"Qpr" = ( +"QrG" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 }, @@ -58230,7 +61302,7 @@ }, /turf/open/floor/plating, /area/security/execution/transfer) -"Qps" = ( +"QrH" = ( /obj/structure/sign/securearea{ pixel_y = 32 }, @@ -58239,7 +61311,7 @@ }, /turf/open/floor/plating, /area/security/execution/transfer) -"Qpt" = ( +"QrI" = ( /obj/structure/window/reinforced, /obj/structure/window/reinforced{ dir = 4 @@ -58253,26 +61325,26 @@ }, /turf/open/floor/plating, /area/security/execution/transfer) -"Qpu" = ( +"QrJ" = ( /obj/effect/decal/cleanable/cobweb, /turf/open/floor/plasteel/floorgrime, /area/security/execution/transfer) -"Qpv" = ( +"QrK" = ( /turf/open/floor/plasteel/floorgrime, /area/security/execution/transfer) -"Qpw" = ( +"QrL" = ( /obj/effect/decal/cleanable/cobweb{ icon_state = "cobweb2" }, /turf/open/floor/plasteel/floorgrime, /area/security/execution/transfer) -"Qpx" = ( +"QrM" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 }, /turf/open/floor/plating, /area/security/execution/transfer) -"Qpy" = ( +"QrN" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/turf_decal/stripes/corner{ dir = 8 @@ -58284,7 +61356,7 @@ }, /turf/open/floor/plating, /area/security/execution/transfer) -"Qpz" = ( +"QrO" = ( /obj/effect/turf_decal/stripes/corner{ dir = 4 }, @@ -58304,16 +61376,16 @@ /obj/machinery/door/firedoor, /turf/open/floor/plating, /area/security/execution/transfer) -"QpA" = ( +"QrP" = ( /turf/open/floor/plasteel/floorgrime, /area/security/execution/transfer) -"QpB" = ( +"QrQ" = ( /obj/structure/bed, /obj/item/clothing/suit/straight_jacket, /obj/item/clothing/mask/muzzle, /turf/open/floor/plasteel/floorgrime, /area/security/execution/transfer) -"QpC" = ( +"QrR" = ( /obj/machinery/flasher{ id = "highseccell"; pixel_x = 28 @@ -58323,28 +61395,28 @@ }, /turf/open/floor/plasteel/floorgrime, /area/security/execution/transfer) -"QpD" = ( +"QrS" = ( /turf/open/floor/plasteel/floorgrime, /area/security/execution/transfer) -"QpE" = ( +"QrT" = ( /turf/open/floor/plasteel/floorgrime, /area/security/execution/transfer) -"QpF" = ( +"QrU" = ( /turf/open/floor/plasteel/floorgrime, /area/security/execution/transfer) -"QpG" = ( +"QrV" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ dir = 1 }, /turf/open/floor/plasteel, /area/security/brig) -"QpH" = ( +"QrW" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ dir = 1 }, /turf/open/floor/plasteel, /area/security/brig) -"QpI" = ( +"QrX" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 }, @@ -58356,7 +61428,7 @@ /obj/machinery/light, /turf/open/floor/plasteel/red/corner, /area/security/brig) -"QpJ" = ( +"QrY" = ( /obj/machinery/door_timer{ id = "Cell 3"; name = "Cell 3"; @@ -58367,48 +61439,55 @@ }, /turf/open/floor/plasteel/red/corner, /area/security/brig) -"QpK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/security/brig) -"QpL" = ( -/obj/machinery/door/window/brigdoor/security/cell{ - id = "Cell 3"; - name = "Cell 3" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/red/side, -/area/security/brig) -"QpM" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/glass_security{ - cyclelinkeddir = 2; - id_tag = "innerbrig"; - name = "Brig"; - req_access_txt = "63" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "seclobby"; - name = "security shutters" - }, -/obj/structure/cable{ - icon_state = "4-8" +"QrZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 }, /turf/open/floor/plasteel/red/side{ dir = 9 }, /area/security/brig) -"QpN" = ( +"Qsa" = ( +/obj/machinery/door/window/brigdoor/security/cell{ + id = "Cell 2"; + name = "Cell 2" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/red/side, +/area/security/brig) +"Qsb" = ( +/obj/machinery/door/window/brigdoor/security/cell{ + id = "Cell 3"; + name = "Cell 3" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/red/side, +/area/security/brig) +"Qsc" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/floorgrime, +/area/security/brig) +"Qsd" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/floorgrime, +/area/security/brig) +"Qse" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on{ dir = 1 }, @@ -58417,25 +61496,49 @@ }, /turf/open/floor/plasteel/floorgrime, /area/security/brig) -"QpO" = ( +"Qsf" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/item/device/radio/intercom{ + desc = "Talk through this. It looks like it has been modified to not broadcast."; + dir = 2; + name = "Prison Intercom (General)"; + pixel_x = 25; + pixel_y = -2; + prison_radio = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/floorgrime, +/area/security/brig) +"Qsg" = ( +/obj/machinery/flasher{ + id = "brigentry"; + pixel_x = 0; + pixel_y = 28 + }, +/obj/structure/chair, +/obj/machinery/light{ + dir = 1 + }, /turf/open/floor/plasteel/red/side{ dir = 1 }, /area/hallway/primary/fore) -"QpP" = ( +"Qsh" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on{ dir = 1 }, /turf/open/floor/plasteel/floorgrime, /area/security/brig) -"QpQ" = ( +"Qsi" = ( /obj/machinery/flasher{ id = "Cell 2"; pixel_x = -28 }, /turf/open/floor/plasteel/floorgrime, /area/security/brig) -"QpR" = ( +"Qsj" = ( /obj/machinery/flasher{ id = "Cell 3"; pixel_x = -28 @@ -58445,14 +61548,17 @@ }, /turf/open/floor/plasteel/floorgrime, /area/security/brig) -"QpS" = ( +"Qsk" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, /obj/machinery/flasher{ id = "Cell 4"; - pixel_x = -28 + pixel_x = 28 }, /turf/open/floor/plasteel/floorgrime, /area/security/brig) -"QpT" = ( +"Qsl" = ( /obj/structure/table/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ id = "briggate"; @@ -58464,44 +61570,54 @@ }, /turf/open/floor/plasteel/black, /area/security/brig) -"QpU" = ( +"Qsm" = ( /turf/open/floor/plasteel/red/side{ dir = 8 }, /area/hallway/primary/fore) -"QpV" = ( +"Qsn" = ( /turf/open/floor/plasteel/red/side{ dir = 1 }, /area/hallway/primary/fore) -"QpW" = ( +"Qso" = ( /turf/open/floor/plasteel/red/side{ dir = 1 }, /area/hallway/primary/fore) -"QpX" = ( +"Qsp" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel/red/side{ + dir = 5 + }, +/area/hallway/primary/fore) +"Qsq" = ( /turf/open/floor/plasteel/red/side{ dir = 6 }, /area/hallway/primary/fore) -"QpY" = ( +"Qsr" = ( /turf/open/floor/plasteel/red/side{ dir = 10 }, /area/hallway/primary/fore) -"QpZ" = ( +"Qss" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/open/floor/plasteel/red/side{ dir = 4 }, /area/hallway/primary/fore) -"Qqa" = ( +"Qst" = ( +/obj/machinery/flasher{ + id = "brigentry"; + pixel_x = 28 + }, /obj/machinery/vending/cigarette, /turf/open/floor/plasteel/red/side{ dir = 4 }, /area/hallway/primary/fore) -"Qqb" = ( +"Qsu" = ( /obj/structure/table/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ id = "briggate"; @@ -58514,43 +61630,38 @@ req_access_txt = "1" }, /obj/structure/cable{ + d1 = 1; + d2 = 4; icon_state = "1-4" }, /turf/open/floor/plasteel/black, /area/security/brig) -"Qqc" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ +"Qsv" = ( +/obj/machinery/door/poddoor/preopen{ id = "seclobby"; - name = "security shutters" + name = "security blast door" }, /obj/structure/cable{ + d2 = 8; icon_state = "0-8" }, +/obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/security/brig) -"Qqd" = ( +"Qsw" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/open/floor/plasteel/red/side{ dir = 4 }, /area/hallway/primary/fore) -"Qqe" = ( +"Qsx" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk, /turf/open/floor/plasteel/red/side{ dir = 4 }, /area/hallway/primary/fore) -"Qqf" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/red/corner{ - dir = 1 - }, -/area/hallway/primary/fore) -"Qqg" = ( +"Qsy" = ( /obj/structure/sign/securearea{ pixel_y = 32 }, @@ -58558,7 +61669,7 @@ dir = 4 }, /area/hallway/primary/fore) -"Qqh" = ( +"Qsz" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/glass_security{ cyclelinkeddir = 1; @@ -58570,31 +61681,31 @@ dir = 1 }, /area/hallway/primary/fore) -"Qqi" = ( +"QsA" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on, /turf/open/floor/plasteel/red/side{ dir = 10 }, /area/hallway/primary/fore) -"Qqj" = ( +"QsB" = ( /turf/open/floor/plasteel/red/side, /area/hallway/primary/fore) -"Qqk" = ( +"QsC" = ( /turf/open/floor/plasteel/red/side, /area/hallway/primary/fore) -"Qql" = ( +"QsD" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/open/floor/plasteel/red/side{ dir = 6 }, /area/hallway/primary/fore) -"Qqm" = ( +"QsE" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel/red/side{ dir = 4 }, /area/hallway/primary/fore) -"Qqn" = ( +"QsF" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/glass_security{ cyclelinkeddir = 1; @@ -58604,12 +61715,12 @@ }, /turf/open/floor/plasteel/red/side, /area/hallway/primary/fore) -"Qqo" = ( +"QsG" = ( /turf/open/floor/plasteel/red/side{ dir = 6 }, /area/hallway/primary/fore) -"Qqp" = ( +"QsH" = ( /obj/machinery/flasher{ id = "brigentry"; pixel_x = 0; @@ -58621,1736 +61732,27 @@ }, /turf/open/floor/plasteel/red/side, /area/hallway/primary/fore) -"Qqq" = ( +"QsI" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /turf/closed/wall, /area/maintenance/fore/secondary) -"Qqr" = ( +"QsJ" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 }, /obj/structure/disposalpipe/segment, /turf/closed/wall, /area/maintenance/fore/secondary) -"Qqs" = ( +"QsK" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, /turf/open/floor/plating, /area/maintenance/fore/secondary) -"Qqt" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"Qqu" = ( -/obj/structure/chair/wood{ - dir = 4 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/maintenance/bar/cafe) -"Qqv" = ( -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/maintenance/bar/cafe) -"Qqw" = ( -/obj/structure/chair/wood{ - dir = 8 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/maintenance/bar/cafe) -"Qqx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/wood, -/area/maintenance/bar/cafe) -"Qqy" = ( -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/maintenance/bar/cafe) -"Qqz" = ( -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/maintenance/bar/cafe) -"QqA" = ( -/obj/structure/table/wood, -/obj/machinery/chem_dispenser/drinks/beer, -/turf/open/floor/wood, -/area/maintenance/bar/cafe) -"QqB" = ( -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/maintenance/bar/cafe) -"QqC" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/wood, -/area/maintenance/bar/cafe) -"QqD" = ( -/obj/structure/chair/wood{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/turf/open/floor/wood, -/area/maintenance/bar/cafe) -"QqE" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/table/wood, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/wood, -/area/maintenance/bar/cafe) -"QqF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/chair/wood{ - dir = 8 - }, -/turf/open/floor/wood, -/area/maintenance/bar/cafe) -"QqG" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/obj/structure/chair/stool/bar, -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/maintenance/bar/cafe) -"QqH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/obj/structure/table/wood, -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/maintenance/bar/cafe) -"QqI" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/wood, -/area/maintenance/bar/cafe) -"QqJ" = ( -/obj/structure/table/wood, -/obj/machinery/chem_dispenser/drinks, -/turf/open/floor/wood, -/area/maintenance/bar/cafe) -"QqK" = ( -/obj/structure/chair/wood{ - dir = 4 - }, -/turf/open/floor/wood, -/area/maintenance/bar/cafe) -"QqL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/obj/structure/table/wood, -/obj/machinery/light/small, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/maintenance/bar/cafe) -"QqM" = ( -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/theatre/mime"; - dir = 2; - name = "Mime's Office APC"; - pixel_x = 1; - pixel_y = -24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/chair/wood{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/maintenance/bar/cafe) -"QqN" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/wood, -/area/maintenance/bar/cafe) -"QqO" = ( -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/theatre/mime"; - dir = 2; - name = "Clown's Office APC"; - pixel_x = 1; - pixel_y = -24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/maintenance/bar/cafe) -"QqP" = ( -/obj/machinery/light/small, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 4 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/maintenance/bar/cafe) -"QqQ" = ( -/obj/structure/table/wood, -/obj/item/storage/box/drinkingglasses, -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/turf/open/floor/wood, -/area/maintenance/bar/cafe) -"QqR" = ( -/turf/closed/wall, -/area/crew_quarters/theatre/mime) -"QqS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/closed/wall, -/area/crew_quarters/theatre/mime) -"QqT" = ( -/obj/structure/barricade/wooden, -/obj/structure/grille, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/wood, -/area/maintenance/fore) -"QqU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/closed/wall, -/area/crew_quarters/theatre/clown) -"QqV" = ( -/obj/machinery/vending/autodrobe, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/crew_quarters/theatre/mime) -"QqW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/crew_quarters/theatre/mime) -"QqX" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/bed, -/obj/item/bedsheet/mime, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/crew_quarters/theatre/mime) -"QqY" = ( -/obj/structure/closet/secure_closet/freezer/cream_pie, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/redyellow, -/area/crew_quarters/theatre/clown) -"QqZ" = ( -/obj/structure/closet/crate/wooden/toy, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/redyellow, -/area/crew_quarters/theatre/clown) -"Qra" = ( -/obj/machinery/vending/autodrobe, -/turf/open/floor/plasteel/redyellow, -/area/crew_quarters/theatre/clown) -"Qrb" = ( -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/structure/table, -/turf/open/floor/plasteel/red/side, -/area/security/checkpoint/customs) -"Qrc" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/snacks/baguette, -/obj/item/toy/dummy, -/obj/structure/mirror{ - pixel_x = -28 - }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/crew_quarters/theatre/mime) -"Qrd" = ( -/obj/effect/landmark/start/mime, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/crew_quarters/theatre/mime) -"Qre" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/camera{ - c_tag = "Mime's Office"; - dir = 8 - }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/crew_quarters/theatre/mime) -"Qrf" = ( -/obj/structure/mirror{ - pixel_x = -28 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/camera{ - c_tag = "Clown's Office"; - c_tag_order = 999; - dir = 4 - }, -/turf/open/floor/plasteel/redyellow, -/area/crew_quarters/theatre/clown) -"Qrg" = ( -/obj/effect/landmark/start/clown, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel/redyellow, -/area/crew_quarters/theatre/clown) -"Qrh" = ( -/obj/structure/bed, -/obj/item/bedsheet/clown, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/redyellow, -/area/crew_quarters/theatre/clown) -"Qri" = ( -/obj/structure/table, -/obj/item/lipstick/random{ - pixel_x = -2; - pixel_y = -2 - }, -/obj/item/lipstick/random{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/crew_quarters/theatre/mime) -"Qrj" = ( -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/crew_quarters/theatre/mime) -"Qrk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/crew_quarters/theatre/mime) -"Qrl" = ( -/obj/structure/reagent_dispensers/water_cooler, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/redyellow, -/area/crew_quarters/theatre/clown) -"Qrm" = ( -/turf/open/floor/plasteel/redyellow, -/area/crew_quarters/theatre/clown) -"Qrn" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/item/bikehorn, -/turf/open/floor/plasteel/redyellow, -/area/crew_quarters/theatre/clown) -"Qro" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/crew_quarters/theatre/mime) -"Qrp" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/crew_quarters/theatre/mime) -"Qrq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/crew_quarters/theatre/mime) -"Qrr" = ( -/obj/structure/table, -/obj/item/device/flashlight/lamp/bananalamp, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/obj/item/device/radio/intercom{ - freerange = 0; - frequency = 1459; - name = "Station Intercom (General)"; - pixel_x = -30 - }, -/turf/open/floor/plasteel/redyellow, -/area/crew_quarters/theatre/clown) -"Qrs" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel/redyellow, -/area/crew_quarters/theatre/clown) -"Qrt" = ( -/obj/structure/statue/bananium/clown, -/turf/open/floor/plasteel/redyellow, -/area/crew_quarters/theatre/clown) -"Qru" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/crew_quarters/theatre/clown) -"Qrv" = ( -/obj/machinery/door/airlock/clown{ - name = "Clown's Office"; - req_access_txt = "46" - }, -/turf/open/floor/plasteel/redyellow, -/area/crew_quarters/theatre/clown) -"Qrw" = ( -/obj/machinery/door/airlock{ - name = "Bar Storage"; - req_access_txt = "25" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Qrx" = ( -/obj/structure/reagent_dispensers/beerkeg, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"Qry" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/bridge/meeting_room) -"Qrz" = ( -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"QrA" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"QrB" = ( -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"QrC" = ( -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"QrD" = ( -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"QrE" = ( -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"QrF" = ( -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"QrG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"QrH" = ( -/turf/open/floor/plating, -/area/maintenance/department/bridge) -"QrI" = ( -/obj/machinery/door/airlock/maintenance{ - name = "bridge maintenance access"; - req_access_txt = "20" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/captain) -"QrJ" = ( -/turf/closed/wall/r_wall, -/area/maintenance/department/bridge) -"QrK" = ( -/turf/closed/wall/r_wall, -/area/maintenance/department/bridge) -"QrL" = ( -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/open/floor/circuit, -/area/ai_monitored/nuke_storage) -"QrM" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "Vault APC"; - areastring = "/area/ai_monitored/nuke_storage"; - pixel_y = 25 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/circuit, -/area/ai_monitored/nuke_storage) -"QrN" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/circuit, -/area/ai_monitored/nuke_storage) -"QrO" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/circuit, -/area/ai_monitored/nuke_storage) -"QrP" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/nuke_storage) -"QrQ" = ( -/obj/structure/sign/securearea, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/nuke_storage) -"QrR" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/nuke_storage) -"QrS" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/security/checkpoint/checkpoint2) -"QrT" = ( -/turf/closed/wall/r_wall, -/area/security/checkpoint/checkpoint2) -"QrU" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/vault{ - dir = 5 - }, -/area/security/checkpoint/checkpoint2) -"QrV" = ( -/obj/structure/closet/secure_closet/security, -/obj/machinery/power/apc{ - areastring = "/area/security/checkpoint/checkpoint2"; - dir = 8; - name = "Security Checkpoint APC"; - pixel_x = -24; - pixel_y = 0 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/red/side{ - dir = 9 - }, -/area/security/checkpoint/checkpoint2) -"QrW" = ( -/obj/structure/reagent_dispensers/peppertank{ - pixel_y = 30 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/red/side{ - dir = 1 - }, -/area/security/checkpoint/checkpoint2) -"QrX" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/red/side{ - dir = 1 - }, -/area/security/checkpoint/checkpoint2) -"QrY" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/red/side{ - dir = 1 - }, -/area/security/checkpoint/checkpoint2) -"QrZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/red/side{ - dir = 1 - }, -/area/security/checkpoint/checkpoint2) -"Qsa" = ( -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - pixel_y = 30 - }, -/turf/open/floor/plasteel/red/side{ - dir = 1 - }, -/area/security/checkpoint/checkpoint2) -"Qsb" = ( -/obj/machinery/computer/security, -/turf/open/floor/plasteel/red/side{ - dir = 5 - }, -/area/security/checkpoint/checkpoint2) -"Qsc" = ( -/obj/structure/closet/wardrobe/red, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/red/side{ - dir = 8 - }, -/area/security/checkpoint/checkpoint2) -"Qsd" = ( -/turf/open/floor/plasteel, -/area/security/checkpoint/checkpoint2) -"Qse" = ( -/obj/machinery/computer/secure_data, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/red/side{ - dir = 4 - }, -/area/security/checkpoint/checkpoint2) -"Qsf" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/obj/machinery/camera{ - c_tag = "Security Checkpoint"; - dir = 1 - }, -/obj/machinery/button/door{ - desc = "A remote control switch for the vault shutters."; - id = "vault"; - name = "vault shutter control"; - normaldoorcontrol = 0; - pixel_x = 8; - pixel_y = -24; - req_access_txt = "63" - }, -/turf/open/floor/plasteel/red/side{ - dir = 10 - }, -/area/security/checkpoint/checkpoint2) -"Qsg" = ( -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen, -/obj/structure/table, -/turf/open/floor/plasteel/red/side, -/area/security/checkpoint/checkpoint2) -"Qsh" = ( -/obj/item/device/radio/off, -/obj/item/crowbar, -/obj/item/device/assembly/flash/handheld, -/obj/structure/table, -/obj/item/device/radio/intercom{ - dir = 4; - name = "Station Intercom (General)"; - pixel_x = 27 - }, -/turf/open/floor/plasteel/red/side{ - dir = 6 - }, -/area/security/checkpoint/checkpoint2) -"Qsi" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "vault"; - name = "vault shutters" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/security/checkpoint/checkpoint2) -"Qsj" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"Qsk" = ( -/obj/effect/spawner/lootdrop/grille_or_trash, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/aft) -"Qsl" = ( -/obj/machinery/door/airlock{ - id_tag = "MaintDorm2"; - name = "Maintenance Dorm 2" - }, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"Qsm" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"Qsn" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"Qso" = ( -/obj/structure/closet/secure_closet/personal, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"Qsp" = ( -/obj/machinery/light/small, -/obj/structure/table/wood, -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 5 - }, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"Qsq" = ( -/obj/structure/bed, -/obj/item/bedsheet, -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 4 - }, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"Qsr" = ( -/turf/closed/wall, -/area/maintenance/bar) -"Qss" = ( -/turf/closed/wall, -/area/maintenance/bar) -"Qst" = ( -/turf/closed/wall, -/area/maintenance/bar) -"Qsu" = ( -/obj/machinery/door/airlock/maintenance/abandoned{ - req_access_txt = "0" - }, -/turf/open/floor/plating, -/area/maintenance/bar) -"Qsv" = ( -/turf/closed/wall, -/area/maintenance/bar) -"Qsw" = ( -/turf/closed/wall, -/area/maintenance/bar) -"Qsx" = ( -/turf/closed/wall, -/area/maintenance/bar) -"Qsy" = ( -/turf/closed/wall, -/area/maintenance/bar) -"Qsz" = ( -/turf/open/floor/wood, -/area/maintenance/bar) -"QsA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/turf/open/floor/wood, -/area/maintenance/bar) -"QsB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/wood, -/area/maintenance/bar) -"QsC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/maintenance/bar) -"QsD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/wood, -/area/maintenance/bar) -"QsE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance/abandoned{ - req_access_txt = "0" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/bar) -"QsF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"QsG" = ( -/turf/closed/wall, -/area/maintenance/bar) -"QsH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/maintenance/bar) -"QsI" = ( -/obj/structure/chair/stool/bar, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/turf/open/floor/wood, -/area/maintenance/bar) -"QsJ" = ( -/obj/structure/table/wood, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/wood, -/area/maintenance/bar) -"QsK" = ( -/obj/structure/table/wood, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/newscaster{ - pixel_x = 30 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/maintenance/bar) -"QsL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/bar) -"QsM" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/bar) -"QsN" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/bar) -"QsO" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/bar) -"QsP" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/bar) -"QsQ" = ( -/turf/closed/wall, -/area/maintenance/bar) -"QsR" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/wood, -/area/maintenance/bar) -"QsS" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 4 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/maintenance/bar) -"QsT" = ( -/obj/structure/chair/stool/bar, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/wood, -/area/maintenance/bar) -"QsU" = ( -/obj/structure/table/wood, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/maintenance/bar) -"QsV" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/wood, -/area/maintenance/bar) -"QsW" = ( -/obj/machinery/chem_dispenser/drinks/beer, -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/maintenance/bar) -"QsX" = ( -/turf/closed/wall, -/area/maintenance/bar) -"QsY" = ( -/obj/item/restraints/handcuffs/fake, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/spawner/lootdrop/minor/kittyears_or_rabbitears, -/turf/open/floor/plating, -/area/maintenance/bar) -"QsZ" = ( -/obj/item/shard, -/obj/item/wirecutters, -/obj/item/wallframe/camera, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/bar) -"Qta" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/maintenance/bar) -"Qtb" = ( -/turf/closed/wall, -/area/maintenance/bar) -"Qtc" = ( -/obj/item/device/radio/intercom{ - freerange = 0; - frequency = 1459; - name = "Station Intercom (General)"; - pixel_x = -30 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/maintenance/bar) -"Qtd" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/wood, -/area/maintenance/bar) -"Qte" = ( -/obj/structure/chair/stool/bar, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/maintenance/bar) -"Qtf" = ( -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/maintenance/bar) -"Qtg" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/maintenance/bar) -"Qth" = ( -/obj/machinery/vending/boozeomat, -/turf/open/floor/wood, -/area/maintenance/bar) -"Qti" = ( -/turf/closed/wall, -/area/maintenance/bar) -"Qtj" = ( -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/obj/item/crowbar, -/obj/item/device/electropack/shockcollar, -/turf/open/floor/plating, -/area/maintenance/bar) -"Qtk" = ( -/obj/structure/bed, -/obj/item/bedsheet/grey, -/obj/effect/decal/cleanable/semen{ - desc = "Blech."; - name = "dried semen" - }, -/obj/effect/spawner/lootdrop/costume, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/bar) -"Qtl" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/maintenance/bar) -"Qtm" = ( -/obj/machinery/door/airlock/maintenance/abandoned{ - name = "Incinerator Access"; - req_access_txt = "12" - }, -/obj/structure/barricade/wooden{ - name = "wooden barricade (CLOSED)" - }, -/turf/open/floor/plating, -/area/maintenance/bar) -"Qtn" = ( -/turf/open/floor/wood, -/area/maintenance/bar) -"Qto" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/maintenance/bar) -"Qtp" = ( -/obj/structure/chair/stool/bar, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 8 - }, -/turf/open/floor/wood, -/area/maintenance/bar) -"Qtq" = ( -/obj/structure/table/wood, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/wood, -/area/maintenance/bar) -"Qtr" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/wood, -/area/maintenance/bar) -"Qts" = ( -/obj/machinery/chem_dispenser/drinks, -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/maintenance/bar) -"Qtt" = ( -/turf/closed/wall, -/area/maintenance/bar) -"Qtu" = ( -/obj/item/lighter/greyscale, -/obj/effect/decal/cleanable/semen{ - desc = "Blech."; - name = "dried semen" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/bar) -"Qtv" = ( -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/decal/cleanable/blood/old, -/obj/item/device/assembly/signaler, -/turf/open/floor/plating, -/area/maintenance/bar) -"Qtw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/maintenance/bar) -"Qtx" = ( -/turf/closed/wall, -/area/maintenance/bar) -"Qty" = ( -/obj/effect/spawner/lootdrop/keg, -/turf/open/floor/wood, -/area/maintenance/bar) -"Qtz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/wood, -/area/maintenance/bar) -"QtA" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/wood, -/area/maintenance/bar) -"QtB" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/bar"; - dir = 2; - name = "Maintenance Bar APC"; - pixel_x = 1; - pixel_y = -24 - }, -/obj/structure/cable, -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/maintenance/bar) -"QtC" = ( -/turf/closed/wall, -/area/maintenance/bar) -"QtD" = ( -/turf/closed/wall, -/area/maintenance/bar) -"QtE" = ( -/obj/structure/falsewall, -/turf/open/floor/plating, -/area/maintenance/bar) -"QtF" = ( -/turf/closed/wall, -/area/maintenance/bar) -"QtG" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/maintenance/bar) -"QtH" = ( -/turf/closed/wall, -/area/maintenance/bar) -"QtI" = ( -/turf/closed/wall, -/area/maintenance/bar) -"QtJ" = ( -/obj/machinery/door/airlock/maintenance/abandoned{ - req_access_txt = "0" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/wood, -/area/maintenance/bar) -"QtK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/door/airlock/maintenance/abandoned{ - req_access_txt = "0" - }, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/maintenance/bar) -"QtL" = ( -/obj/structure/sign/poster/official/no_erp, -/turf/closed/wall, -/area/maintenance/bar) -"QtM" = ( -/turf/closed/wall, -/area/maintenance/bar) -"QtN" = ( -/obj/machinery/vending/clothing, -/turf/open/floor/wood, -/area/maintenance/bar) -"QtO" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/maintenance/bar) -"QtP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/wood, -/area/maintenance/bar) -"QtQ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/wood, -/area/maintenance/bar) -"QtR" = ( -/obj/structure/chair/stool, -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/maintenance/bar) -"QtS" = ( -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/maintenance/bar) -"QtT" = ( -/obj/machinery/vending/autodrobe, -/turf/open/floor/wood, -/area/maintenance/bar) -"QtU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/maintenance/bar) -"QtV" = ( -/obj/structure/sign/poster/random{ - pixel_x = -32 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/maintenance/bar) -"QtW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/wood, -/area/maintenance/bar) -"QtX" = ( -/obj/structure/chair/stool, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/maintenance/bar) -"QtY" = ( -/obj/structure/table/wood/poker, -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/maintenance/bar) -"QtZ" = ( -/obj/structure/table/wood/poker, -/obj/item/storage/pill_bottle/dice, -/turf/open/floor/wood, -/area/maintenance/bar) -"Qua" = ( -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/maintenance/bar) -"Qub" = ( -/obj/structure/table/wood/bar, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/machinery/newscaster{ - pixel_x = 30 - }, -/turf/open/floor/wood, -/area/maintenance/bar) -"Quc" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/maintenance/bar) -"Qud" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/wood, -/area/maintenance/bar) -"Que" = ( -/obj/structure/chair/stool, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/turf/open/floor/wood, -/area/maintenance/bar) -"Quf" = ( -/obj/structure/table/wood/poker, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/wood, -/area/maintenance/bar) -"Qug" = ( -/obj/structure/table/wood/poker, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/wood, -/area/maintenance/bar) -"Quh" = ( -/obj/structure/table/wood/poker, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/wood, -/area/maintenance/bar) -"Qui" = ( -/obj/structure/chair/stool, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/wood, -/area/maintenance/bar) -"Quj" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/wood, -/area/maintenance/bar) -"Quk" = ( -/obj/structure/table/wood/bar, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/maintenance/bar) -"Qul" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/maintenance/bar) -"Qum" = ( -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/maintenance/bar) -"Qun" = ( -/obj/structure/table/wood/poker, -/obj/item/coin/iron, -/turf/open/floor/wood, -/area/maintenance/bar) -"Quo" = ( -/obj/structure/table/wood/bar, -/obj/item/reagent_containers/spray/cleaner, -/obj/structure/sign/poster/random{ - pixel_x = 32 - }, -/turf/open/floor/wood, -/area/maintenance/bar) -"Qup" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/maintenance/bar) -"Quq" = ( -/obj/effect/spawner/lootdrop/keg, -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/maintenance/bar) -"Qur" = ( -/obj/structure/sign/poster/random{ - pixel_y = -32 - }, -/turf/open/floor/wood, -/area/maintenance/bar) -"Qus" = ( -/obj/structure/chair/stool, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/maintenance/bar) -"Qut" = ( -/obj/structure/chair/stool, -/obj/item/device/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -35 - }, -/turf/open/floor/wood, -/area/maintenance/bar) -"Quu" = ( -/obj/structure/sign/poster/random{ - pixel_y = -32 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/maintenance/bar) -"Quv" = ( -/obj/machinery/vending/kink, -/turf/open/floor/wood, -/area/maintenance/bar) -"Quw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/maintenance/bar) -"Qux" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/turf/closed/wall/r_wall, -/area/engine/engine_smes) -"Quy" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/closed/wall/r_wall, -/area/engine/engine_smes) -"Quz" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) -"QuA" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'RADIOACTIVE AREA'"; - icon_state = "radiation"; - name = "RADIOACTIVE AREA"; - pixel_x = -32 - }, -/obj/structure/closet/radiation, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"QuB" = ( -/obj/machinery/camera{ - c_tag = "Gravity Generator Foyer" - }, -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'RADIOACTIVE AREA'"; - icon_state = "radiation"; - name = "RADIOACTIVE AREA"; - pixel_x = 32 - }, -/obj/structure/closet/radiation, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"QuC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) -"QuD" = ( -/turf/closed/wall, -/area/space) -"QuE" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"QuF" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"QuG" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"QuH" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) -"QuI" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) -"QuJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) -"QuK" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) -"QuL" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"QuM" = ( -/obj/item/device/radio/intercom{ - broadcasting = 0; - listening = 1; - name = "Station Intercom (General)"; - pixel_y = 20 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"QuN" = ( -/obj/machinery/power/terminal, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/obj/structure/cable, -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) -"QuO" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) -"QuP" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/item/paper/guides/jobs/engi/gravity_gen{ - layer = 3 - }, -/obj/structure/table, -/obj/item/pen/blue, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"QuQ" = ( -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"QuR" = ( -/obj/machinery/power/smes{ - charge = 5e+006 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"QuS" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "Gravity Generator APC"; - areastring = "/area/engine/gravity_generator"; - pixel_x = -25; - pixel_y = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"QuT" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"QuU" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"QuV" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"QuW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"QuX" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'HIGH VOLTAGE'"; - icon_state = "shock"; - name = "HIGH VOLTAGE"; - pixel_x = -32 - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/engine/gravity_generator) -"QuY" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/engine/gravity_generator) -"QuZ" = ( -/obj/machinery/door/airlock/glass_engineering{ - name = "Gravity Generator"; - req_access_txt = "11"; - req_one_access_txt = "0" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/black, -/area/engine/gravity_generator) -"Qva" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/engine/gravity_generator) -"Qvb" = ( -/obj/structure/sign/securearea{ - desc = "A warning sign which reads 'RADIOACTIVE AREA'"; - icon_state = "radiation"; - name = "RADIOACTIVE AREA"; - pixel_x = 32 - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/engine/gravity_generator) -"Qvc" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) -"Qvd" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel/black, -/area/engine/gravity_generator) -"Qve" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Gravity Generator Room"; - dir = 8; - network = list("SS13") - }, -/turf/open/floor/plasteel/black, -/area/engine/gravity_generator) -"Qvf" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) (1,1,1) = {" aaa @@ -64090,11 +65492,11 @@ aaa aaa aaa aaa -aaa -aaa -aaa -aaa -aaa +cyc +cyc +cye +cyc +cyc aaa aaa aaa @@ -64347,11 +65749,11 @@ aaa aaa aaa aaa -aaa -aaa -aaa -aaa -aaa +cyc +cyw +cyi +cyw +cyc aaa aaa aaa @@ -64604,11 +66006,11 @@ aaa aaa aaa aaa -aaa -aaa -aaa -aaa -aaa +cyc +cyi +cyi +cyi +cyc aaa aaa aaa @@ -64861,11 +66263,11 @@ aaa aaa aaa aaa -aaa -aaa -aaa -aaa -aaa +cyc +cyi +cyi +cyi +cyc aaa aaa aaa @@ -65118,11 +66520,11 @@ aaa aaa aaa aaa -aaa -aaa -aaa -aaa -aaa +cyc +cyi +cyi +cyi +cyc aaa aaa aaa @@ -65375,11 +66777,11 @@ aaa aaa aaa aaa -aaa -aaa -aaa -aaa -aaa +cyc +cyi +cyi +cMa +cyc aaa aaa aaa @@ -65632,11 +67034,11 @@ aaa aaa aaa aaa -aaa -aaa -aaa -aaa -aaa +cyc +cyi +cyi +cyi +cyc aaa aaa aaa @@ -65886,14 +67288,14 @@ aaa aaa aaa aaa -cyc -cyc -Qll -cyc -cyc aaa aaa aaa +cyc +cyi +cyi +cyi +cyc aaa aaa aaa @@ -66139,19 +67541,19 @@ aaa aaa aaa aaa -cyf -cym -cym -cym -cyR -Qmq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cyc cyi -QmU -cyR -cym -cym -cym -cyF +cyi +czd +cyc +aaa aaa aaa aaa @@ -66395,21 +67797,21 @@ aaa aaa aaa aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa cyc +cyw +cyi +cyw cyc -cyo -cyo -cyc -cyc -cyc -QmF -cyc -cyc -cyc -cyo -cyo -cyc -cyc +aaa +aaa aaa aaa aaa @@ -66652,21 +68054,21 @@ aaa aaa aaa aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa cyc cyc +cye cyc cyc -cyc -Qmg -Qmr -cyi -QmV -Qng -cyc -cyc -cyc -cyc -cyc +aaa +aaa aaa aaa aaa @@ -66909,20 +68311,17 @@ aaa aaa aaa aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa cyc -Qlm -cyc -QlL -QlW -QlC -QlC -QlC -QlC -QlC -cyc -Qnt -QnD -QnP +cyi cyc aaa aaa @@ -67033,6 +68432,9 @@ aaa aaa aaa aaa +aaa +aaa +aaa "} (27,1,1) = {" aaa @@ -67166,21 +68568,21 @@ aaa aaa aaa aaa -cyR -Qln -Qlx -QlM -QlX -Qmi -Qms -QmG -Qmw -QlC -Qno -Qnu -cyi -QnP -cyR +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cyc +cyc +cye +cyc +cyc +aaa +aaa aaa aaa aaa @@ -67423,21 +68825,21 @@ aaa aaa aaa aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa cyc cyc -cyc -cyc -cyc -Qmj -Qmt -QmH -QmX -QlC -Qnp +cyw cyi -QlC -QnR -cyR +cyw +cyc +cyc +aaa aaa aaa aaa @@ -67680,27 +69082,27 @@ aaa aaa aaa aae -cyR -Qlo -Qly -QlN -QlY -Qmk -Qmt -QmI -QmX -Qnh cyc -Qnv -QnE -QnP +cyf +cym +cym +cym +cyF +aaa +cyc +cyw +cyi +cyi +cyi +cyw cyc aaa -aaa -aaa -aaa -aaa -aaa +cyf +cym +cym +cym +cyF +cyc aaa aaa aaa @@ -67938,26 +69340,26 @@ aaa aaa aaa cyc -Qlp -Qlz -QlO -QlZ -QlC -Qmt -QmJ -QmX -QlC +cyc +cyo +cyo +cyo cyc cyc -QnF +cyc +cMc +cyi +cyi +cyi +cMa +cyc +cyc +cyc +cyo +cyo +cyo cyc cyc -aaa -aaa -aaa -aaa -aaa -aaa aaa aaa aaa @@ -68194,26 +69596,26 @@ aaa aaa aaa aaa -cyc -cyc -cyc -cyc -cyc -QlC -Qmw -QmK -Qms -QlC -Qnq -QlC -QnG -QnT -cyc -aaa -aaa -aaa -aaa aaa +cyc +cyn +cyv +cyv +cyn +cyc +cyw +cyi +cyi +cyi +cyi +cyi +cyw +cyc +cyn +cyv +cyv +cyn +cyc aaa aaa aaa @@ -68451,25 +69853,25 @@ aaa aaa aaa aaa +aaa +aaa cyc -Qlq -QlA cyn -cyc +cyv cLY -QlC -cyi -QlC -QlC cyc -Qnw +cyi +cyi +cyi +cyi +cyi cyi czr -cyR -aaa -aaa -aaa -aaa +cyc +cMk +cyv +cyn +cyc aaa aaa aaa @@ -68708,24 +70110,24 @@ aaa aaa aaa aaf +aaa +aaa +aaa +cyc +cyc +cyH +cyc +cyc +cyc cyR -Qlr -QlB -QlP -cyc -cyc -cyc -QmL -cyc -cyc -cyc -Qnx -QnH -QnU +cza cyR -aaa -aaa -aaa +cyc +cyc +cyc +cyH +cyc +cyc aaa aaa aaa @@ -68965,24 +70367,24 @@ aaa aaa aaf aaf -cyR -Qlr -cyi -QlC -QlD -cyi -QlC -QlC -QlC -QlC +aaa +aaa +aaa +cyc +cyc +cyi +cyi +cyi +cyi +cyi +cyi +cyi +cyi +cyi +cyi +cyi cyc -Qny -QnI -QnV cyc -aaa -aaa -aaa aaa aaa aaa @@ -69222,25 +70624,25 @@ aaf aaa aAC aaf -cyc -Qlt -QlC -QlR -cyc -QlC -Qms -QmM -Qms -QlC -cyc -cyc -cyc -cyc -cyc -aaa -aaa aaa aaa +cyc +cyc +cyw +cyI +cyi +cyi +cyi +cyi +cMd +cyi +cyi +cyi +cyi +cyi +cyc +cyc +cyc aaa aaa aaa @@ -69479,26 +70881,26 @@ awW asE arB aaf -cyc -cyc -QlD -cyc -cyc -Qmn -Qmw -QmN -Qmw -Qni -cyc -Qnz -QnJ -QnW -cyc -aaa -aaa -aaa -aaa aaa +cyc +cyc +cyw +cyi +cyi +cyi +cyi +cyc +cyc +cyc +cyc +cyc +cyc +cyi +cyi +cyc +cyc +cyc +cyc aaa aaa aaa @@ -69736,26 +71138,26 @@ ayk awW aAD awW -Qll -Qlu -QlC +cyc +cyc +cyc +cyc +cyc +cyc +cyw cyi -Qmb -QlC -Qmk -QmO -QlC -QlC -Qnr -QlC -QnK -QnX -cyR -aaa -aaa -aaa -aaa -aaa +cyc +cyV +cyi +cMh +cyi +cye +cyi +cyi +cye +cyi +cyw +cyc aaa aaa aaa @@ -69995,25 +71397,25 @@ auP cyt cyd cyi -QlF +cyi cyx -Qmb -cyi -QlC +cyx +cyw +cyc cMa +cyc +cyW cyi -QlC -cyc -Qms +cze czm -QnY cyc -aaa -aaa -aaa -aaa -aaa -aaa +cMc +cyi +cyc +cyi +czB +cyc +cyc aaa aaa aaa @@ -70251,26 +71653,26 @@ awW awW awW cyc +cyi +cyi +cyi +cyi +cyJ cyc -QlG +cyi +cye +cyi +cMe +cyi +czl cyc +cyi +cyi cyc -QlC -Qms -QmP -Qms -Qnj +cyi +cyi +cyw cyc -cyc -cyc -cyc -cyc -aaa -aaa -aaa -aaa -aaa -aaa aaa aaa aaa @@ -70509,25 +71911,25 @@ aAF awW cyc cyk -QlH -QlS -Qmd -QlC -Qms -QmQ -Qmw -QlC -Qns -QnA -QnL -QnZ +cyi +cyi +cyi +cyi +cyc +cyi +cyc +cyc +cyc +cyc +cyc +cyc +cyi +cyI +cyR +czA +cyi +cyi cyc -aaa -aaa -aaa -aaa -aaa -aaa aaa aaa aaa @@ -70764,27 +72166,27 @@ ayl ayl aAE awW -cyR +cyc cyj -QlI -QlI -Qme -QlC -QlC cyi -QlC -QlC +cyi +cyi +cyi +cye +cyi +cyi +cyi cMf cyi -QnM -Qoa +cyi +cyi +cyi +cyi cyR -aaa -aaa -aaa -aaa -aaa -aaa +cyi +cyi +czC +cyc aaa aaa aaa @@ -71021,27 +72423,27 @@ ayl ayl bgi awW +cyc +cyi +cyi +cyi +cyi +cyi +cyc +cyw +cyi +cyi +cyi +cyi +cyi +cyi +cyi +czw cyR -Qlv -QlI -QlU +cyi +cyi +cyi cyc -cyc -cyc -QmR -cyc -cyc -cyc -QnB -QnN -Qob -cyR -aaa -aaa -aaa -aaa -aaa -aaa aaa aaa aaa @@ -71279,26 +72681,26 @@ azA bgh awW cyc -Qlw -QlK -QlV -cyc +cyi +cyi +cyi +cyi cyw -QmC -QlC -Qms -Qnk cyc -QnC -QnO -Qoc cyc -aaa -aaa -aaa -aaa -aaa -aaa +cyc +cyR +cza +cyR +cyc +cyc +cyc +cyc +cyc +cyi +cyi +cyi +cyc aaa aaa aaa @@ -71536,26 +72938,26 @@ awW awW awW cyc +cyi +cyi +cyi +cyw cyc -cyR +cyw +cyi +cyi +cyi +cyi +cyi +cyi +cyX +cyX +cyX cyc +cyi +cyi +cyw cyc -Qmo -QmD -QlC -Qnd -Qnl -cyc -cyc -cyR -cyc -cyc -aaa -aaa -aaa -aaa -aaa -aaa aaa aaa aaa @@ -71792,26 +73194,26 @@ ayl beL auP cyu -aaa -aaa -aaa -aaa -cyR -Qmp -QlC -QmS -Qne -Qnm -cyR -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +cye +cyi +cyq +cyi +cyc +cyw +cyi +cyi +cyi +cyi +cyi +cyi +cyi +cyi +cyi +cyi +cyw +cyw +czy +cyc aaa aaa aaa @@ -72049,26 +73451,26 @@ ayk awW aAD awW -aaa -aaa -aaa -aaa -cyR +cyc +cyc +cyc +cyz +cyc cLZ cyO -QmT -Qnf -Qnn -cyR -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +cyi +cyi +cyi +cyi +cyi +cyi +cyi +cyi +czx +czn +cyc +cyc +cyc aaa aaa aaa @@ -72308,23 +73710,23 @@ awW aaf aaa aaa -aaa -aaa -Qmf -cyR -cyR -cyR -cyR -cyR -Qmf -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +cyc +cyy +cyc +cTW +cyO +cyi +cyi +cyX +czb +cyX +cyi +cyi +cyi +cyi +cyw +cyc +cyc aaa aaa aaa @@ -72563,24 +73965,24 @@ ayl beN arB aaf -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +aaf +aaf +cyc +cyA +cyc +cyw +cyP +cyi +cyi +cyY +czc +cyX +cyi +cyi +cyi +cyw +cyc +cyc aaa aaa aaa @@ -72820,23 +74222,23 @@ ayl beM aAC aaf -aHr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +aaf +aaf +aaf +aaf +cyc +cyc +cyc +cyR +cyR +cyR +cyR +cyR +cyR +cyR +cyc +cyc +cyc aaa aaa aaa @@ -74521,6 +75923,7 @@ aaa aaa aaa aaa +Qlj aaa aaa aaa @@ -74531,7 +75934,6 @@ aaa aaa aaa aaa -Qlk aaa aaa aaa @@ -74597,7 +75999,7 @@ auT aBI aDf aEK -Qrb +QlT aHy ayl aKk @@ -76186,9 +77588,9 @@ aaa aaa aaa aaa -aag -aaa +Qng aaa +aHr aaa aaa aaa @@ -76443,9 +77845,9 @@ aaa aaa aaa aaa -aag -aaa +Qng aaa +aHr aaa aaa aaa @@ -76700,9 +78102,9 @@ aaa aaa aaa aaa -aag -aaa +Qng aaa +aHr aaa aaa aaa @@ -76957,9 +78359,9 @@ aaa aaa aaa aaa -aag -aaa +Qng aaa +aHr aaa aaa aaa @@ -77214,9 +78616,9 @@ aaa aaa aaa aaa -aag -aaa +Qng aaa +aHr aaa aaa aaa @@ -77471,9 +78873,9 @@ aaa aaa aaa aaa -aag -aaa +Qng aaa +aHr aaa aaa aaa @@ -77728,9 +79130,9 @@ aaa aaa aaa aaa -aag -aaa +Qng aaa +aHr aaa aoV bZm @@ -77985,9 +79387,9 @@ aaa aaa aaa aaa -aag -aaa +Qng aaa +aHr aaa aoV bVz @@ -78242,9 +79644,9 @@ aaa aaa aaa aaa -aag -aaa +Qng aaa +aHr aaa bVw bVz @@ -78499,9 +79901,9 @@ aaa aaa aaa aaa -aag -aaa +Qng aaa +aHr aaa apQ bVz @@ -78756,8 +80158,8 @@ aaa aaa aaa aaa -aag -Qoi +Qng +QmH aHr aaa apQ @@ -79013,10 +80415,10 @@ aaa aaf aaf aaf -aag -Qoi +Qng +QmH aaf -Qoi +QmH bVx caf aoV @@ -79310,7 +80712,7 @@ aaa aaa aaa aaa -aaa +Qqz aaa aaa aaa @@ -79530,7 +80932,7 @@ bCq bJP bCq bTs -Qso +Qnz bCq cbj bLv @@ -79786,8 +81188,8 @@ aaa bCq bHE bCq -Qsm -Qsp +Qnw +QnA bCq cbk bLv @@ -80044,7 +81446,7 @@ bLv bPR bRc bSo -Qsq +QnB bCq bVy bLv @@ -80246,14 +81648,14 @@ apQ avY axo ayB -Qqu -QqB -QqK -QqR -QqV -Qrc -Qri -Qro +Qlm +Qlr +QlC +QlJ +QlN +QlU +Qma +Qmg aKu aLF aLF @@ -80503,14 +81905,14 @@ aoV avY axo ayB -Qqv -QqC -QqL -QqS -QqW -Qrd -Qrj -Qrp +Qln +Qlu +QlD +QlK +QlO +QlV +Qmb +Qmh aKt aLE bDe @@ -80760,14 +82162,14 @@ apQ avY axo ayB -Qqw -QqD -QqM +Qlo +Qlv +QlE aDs -QqX -Qre -Qrk -Qrq +QlP +QlW +Qmc +Qmi aKu aLE aLE @@ -80814,7 +82216,7 @@ aaa bCq bPV bCq -Qsn +Qnw bTw bCq bVD @@ -81018,14 +82420,14 @@ avZ axo ayC azH -QqE +Qlw aBS -aDr -aDr -aDr -aDr -aDr -aDr +QlJ +QlJ +QlJ +QlJ +QlJ +QlJ aLE aLE aOl @@ -81070,9 +82472,9 @@ aoV aoV bCq bPW -Qsl +Qnv bSp -bTv +QnB bCq bVC bWx @@ -81103,18 +82505,18 @@ cqK crl bLv aaa -aaT -aaT -aaT -aaT -aaT -aaT -aaT -aaT -aaT +abY +abY +abY +abY +abY +abY +abY +abY +abY aaa -aaT -aaT +abY +abY aaa aaa aaa @@ -81271,13 +82673,13 @@ aqR aGh aqR aqR -Qqt +Qll axq ayA -Qqx -QqF -QqN -QqT +Qlp +Qlx +QlF +QlL apS apS apS @@ -81326,7 +82728,7 @@ bGi aoV aoV bCq -Qsk +Qns bCq bCq bTu @@ -81360,7 +82762,7 @@ cAQ crm bLv aaa -aaT +abY ctv ctv ctv @@ -81368,11 +82770,11 @@ ctv ctv ctv ctv -aaT -Qoi +abY +aaf ctv -aaT -aaT +abY +abY aaa aaa aaa @@ -81532,7 +82934,7 @@ avZ axp ayD azI -QqG +Qly aBU aDt aDt @@ -81616,7 +83018,7 @@ cqv cqL bJe bLv -Qoi +QmH aaT aaT aaT @@ -81626,10 +83028,10 @@ aaT aaT aaT aaT -Qoi +aaf ctv ctv -aaT +abY aaa aaa aaa @@ -81788,15 +83190,15 @@ aag avY axo ayB -Qqy -QqH -QqO +Qln +Qlz +QlG aDv -QqY -Qrf -Qrl -Qrr -Qru +QlQ +QlX +Qmd +Qmj +Qmm aLE aMS aOt @@ -81843,20 +83245,20 @@ bCq bPY cOw bCq -Qsr -Qsy -QsG -QsQ -Qtb -Qtm -Qtx -QtH -cjn -cjn -cjn -cjn -cjn -cjn +QnC +QnC +QnC +QnC +QnC +Qox +QnC +QnC +QnC +QnC +QnC +QnC +QnC +QnC bUs bLv aaa @@ -81873,19 +83275,19 @@ bCq bCq bCq bCq -Qoi -Qoi -Qoi +QmH +QmH +QmH aaa aaa -Qoi +QmH aaa aaa aaa -Qoi -Qoi -Qoi -Qoi +QmH +aaf +aaf +aaf aaa aaa aaa @@ -82045,15 +83447,15 @@ aag avY axo ayB -Qqz -QqI -QqP -QqU -QqZ -Qrg -Qrm -Qrs -Qrv +Qlr +QlA +QlH +QlM +QlR +QlY +Qme +Qmk +Qmn aLE aMS aOi @@ -82100,20 +83502,20 @@ bCq bPX bRg bRg -Qss -Qsz +QnC +QnK bVG -QsR -Qtc -Qtn -Qty -QtI -bcU -QtV +Qoc +Qon +QnK +QoJ +QnC +QnK +Qpg bVG -bcU -Quq -cjn +QnK +QpB +QnC bUs bLv aaa @@ -82128,20 +83530,20 @@ aaa aaa aaf aaf -QuD +QpO aaa -QuJ +QpZ bij bij bij bij bij bij -Qvc +QqA btG btG aaa -Qoi +QmH aaa aaa aaa @@ -82278,7 +83680,7 @@ aaa aaa aaa aaa -aaa +Qqz aaa aaa aaa @@ -82302,15 +83704,15 @@ aag avY axo ayB -QqA -QqJ -QqQ +Qls +QlB +QlI aDt -Qra -Qrh -Qrn -Qrt -aKx +QlS +QlZ +Qmf +Qml +Qmm aLE aMS aOi @@ -82357,20 +83759,20 @@ bLv bQa bHE bHE -Qst -QsA -QsH -QsS -Qtd -Qto -Qtz -QtJ -QtP -QtW -Qud -Qum -Qur -cjn +QnC +QnL +QnS +Qod +Qoo +Qoz +Qoo +QoU +Qoo +Qoo +Qpo +Qpl +QpC +QnC bUs bLv aaf @@ -82382,25 +83784,25 @@ cjJ cjJ cjJ cjJ -Qux +QpI bij bij crn bij -QuK -QuP -QuS -QuX +Qqa +Qqi +Qqm +bnT bkI bgN bgN -Qvd +QqB bgN btG -Qoi -aaT -aaT +QmH aaT +abY +abY aaa aaa aaa @@ -82535,7 +83937,7 @@ aaa aaa aaa aaa -aae +aHr aaa aaa aaa @@ -82614,20 +84016,20 @@ bLv bPZ bHE bHE -Qsu -QsB -QsI -QsT -Qte -Qtp -QtA -QtK -QtQ -QtX -Que +QnF +QnM +QnT +Qoe +Qop +QoA +QoL +QoV +QoL +Qpi +Qpp bdV -bcU -cjn +QnK +QnC bUs bLv aaa @@ -82641,13 +84043,13 @@ cov cpj cpS btG -QuA -QuE +QpL +QpP btG -QuL +Qqb bsc -QuT -QuY +Qqn +bnV bgN bih big @@ -82657,7 +84059,7 @@ btG aaa aaT ctv -aaT +abY aaa aaa aaa @@ -82871,20 +84273,20 @@ bLv bHE bHE bSs -Qsv -QsC -QsJ -QsU -Qtf -Qtq -bcU -QtL -QtR +QnC +QnN +QnU +Qof +Qoq +QnU +QnK +QoW +Qpc cCa -Quf +Qpq cCa -Qus -cjn +QpD +QnC bUs bLv aaa @@ -82899,22 +84301,22 @@ cpl cpU btF bsc -QuF +QpQ btF bsc -QuQ -QuU -QuZ +Qqj +Qqn +bnU bgN big bgN bkZ bgN btG -Qoi +QmH aaT ctv -aaT +abY aaa aaa aaa @@ -83128,20 +84530,20 @@ bCq bHE bRh bSr -Qsw -QsD -QsK -QsV -Qtg -Qtr -QtB -QtM +QnC +QnO +QnV +Qog +Qor +QoC +QoM +QnC bdV -QtY -Qug +Qpj +Qpq cCa -Qut -cjn +QpE +QnC bUs bLv aaf @@ -83155,13 +84557,13 @@ cow cpk cpT btG -QuB -QuG +QpM +QpR btG -QuM +Qqc bsc -QuV -Qva +Qqn +bnV bgN bii big @@ -83171,7 +84573,7 @@ btG aaa aaT ctv -aaT +abY aaa aaa aaa @@ -83310,7 +84712,7 @@ abc abc abc abc -Qoi +QmH aaa akD akD @@ -83385,20 +84787,20 @@ bCq bOK bCq bCq -Qsx -QsE -QsL -QsW -Qth -Qts -QtC -cjn +QnC +QnP +QnW +Qoh +Qos +QoD +QnC +QnC bdV -QtZ -Quh -Qun +Qpk +Qpq +Qpy bdV -cjn +QnC bUs bLv aaa @@ -83410,25 +84812,25 @@ cnq cnP coz cpn -Quy -Quz -QuC -QuH -QuI -QuN -QuR -QuW -Qvb +QpJ +QpK +QpK +QpS +QpK +Qqd +Qqk +Qqq +Qqr bmw bgN bgN -Qve +QqC bgN btG aaa aaT ctv -aaT +abY aaa aaa aaa @@ -83562,13 +84964,13 @@ abc aea aeH aft -Qpp -Qpq -Qpr -Qpx +QrE +QrF +QrG +QrM abc -Qoi -Qoi +QmH +QmH aaa aiU aln @@ -83643,19 +85045,19 @@ bHE bLv aaa bLv -QsF -QsM -QsX -Qti -Qtt -QtD -bcU -bcU +QnQ +QnW +QnC +QnC +QnC +QnC +QnK +QnK bdV -Qui +Qpt bdV -Quu -cjn +QpF +QnC bUs bLv aaa @@ -83670,22 +85072,22 @@ cpm cjJ aaf aaf -Qol +QpT aaa -QuO +Qqe bgO bgO bgO bgO bgO bgO -Qvf +QqD btG btG -Qoi +QmH aaT ctv -aaT +abY aaa aaa aaa @@ -83821,10 +85223,10 @@ aeJ afw abc abc -Qps -Qpy +QrH +QrN abc -Qoi +QmH aaf aaf aiU @@ -83900,19 +85302,19 @@ bHE bLv aaf bLv -bUt -QsN -QsY -Qtj -Qtu -QtE -bcU -QtS -Qua -Quj -bcU -bcU -cjn +QnQ +QnW +Qoj +Qou +QoF +QoP +QnK +Qpd +Qpl +Qpu +QnK +QnK +QnC bUs bLv aaf @@ -83927,22 +85329,22 @@ cjJ cjJ aaa aaa -Qol +QpT aaf aaa aaa aaa -Qoi +QmH aaa aaa -Qoi -Qoi -Qoi +QmH +QmH +QmH +aaa aaa -aHr aaT ctv -aaT +abY aaa aaa aaa @@ -84078,8 +85480,8 @@ aeI afv agf afA -Qpt -Qpz +QrI +QrO afA aiV aiT @@ -84157,19 +85559,19 @@ bLv bCq aaa bLv -bUt -QsO -QsZ -Qtk -Qtv -QtF -QtN -QtT -Qub -Quk -Quo -Quv -cjn +bUz +QnW +Qok +Qov +QoG +QnC +QoY +Qpe +Qpm +Qpv +Qpz +QpG +QnC bUs bCq aaa @@ -84184,22 +85586,22 @@ cpo cjJ aaa aaa -Qol +QpT aaf -Qoi +QmH aaa aaa -Qoi +QmH aaa aaa -Qoi -Qoi -Qoi -Qoi -aHr +QmH +QmH +QmH +QmH +aaa aaT ctv -aaT +abY aaa aaa aaa @@ -84335,9 +85737,9 @@ aeL afy agh afA -Qpu -QpA -QpD +QrJ +QrP +QrS aiV ajs akb @@ -84415,17 +85817,17 @@ aaa aaa bTB bUv -QsP -Qta -Qtl -Qtw -QtG -QtO -QtU -Quc -Qul -Qup -Quw +Qoa +Qol +Qol +Qol +Qol +Qol +Qol +Qol +Qol +Qol +Qol car bUs bCq @@ -84443,17 +85845,17 @@ aaf aaf cig aaf -Qoi +QmH aaa aaa -Qoi +QmH aaa aaa -Qoi +QmH aaa -Qoi -aaf +QmH aaf +QmH aaT aaT aaT @@ -84592,9 +85994,9 @@ aeK afx agg afA -Qpv -QpB -QpE +QrK +QrQ +QrT aiV ajr aka @@ -84711,7 +86113,7 @@ aaa aaa aaa aaf -Qoi +QmH aaa aaa aaa @@ -84849,9 +86251,9 @@ aeN afA afA afA -Qpw -QpC -QpF +QrL +QrR +QrU aiV aju akd @@ -84968,8 +86370,8 @@ aaa aaa aaa aaT -aaT -aaT +abY +abY aaa aaa aaa @@ -85226,7 +86628,7 @@ aaa aaa aaT ctv -aaT +abY aaa aaa aaa @@ -85483,7 +86885,7 @@ aaf aaf aaT ctv -aaT +abY aaa aaa aaa @@ -85631,7 +87033,7 @@ afL aez ahU aiX -anz +anw aov cCi air @@ -85740,7 +87142,7 @@ aaa aaa aaT ctv -aaT +abY aaa aaa aaa @@ -85888,7 +87290,7 @@ ajc afM afN aiX -anz +anw aov cCi aqX @@ -85997,7 +87399,7 @@ aaf aaf aaT ctv -aaT +abY aaa aaa aaa @@ -86145,7 +87547,7 @@ adL ahr aih aiX -anz +anw aov ape arT @@ -86254,7 +87656,7 @@ aaa aaa aaT ctv -aaT +abY aaa aaa aaa @@ -86400,7 +87802,7 @@ akj agj agj agj -agj +aiX aiX anQ aov @@ -86511,7 +87913,7 @@ aaf aaf aaT ctv -aaT +abY aaa aaa aaa @@ -86768,7 +88170,7 @@ aaa aaa aaT ctv -aaT +abY aaa aaf aaa @@ -86912,8 +88314,8 @@ agj auj akl akO -alx -QpP +Qsc +Qsh amg aiX anw @@ -87425,9 +88827,9 @@ aiF agj ajD akm -QpK +akP aly -QpQ +Qsi amQ aiX anw @@ -87682,8 +89084,8 @@ aiO agj aja akl -akP -alx +Qsa +Qsd amh ami aiX @@ -87722,7 +89124,7 @@ aZP bbh bcc bdd -bbX +Qmr bfr bbX bif @@ -87797,9 +89199,9 @@ ccw ccw ccw aaa -Qod -aaT -Qod +aaa +aaf +aaa aaa aaa aaa @@ -87938,7 +89340,7 @@ agP agP aiz ajg -QpI +QrX akQ agj agj @@ -87981,7 +89383,7 @@ bbk bbk bbk bfs -Qry +Qms aZM aZM aaf @@ -88054,9 +89456,9 @@ csd ciZ ccw aaa -aaT +abY ctv -aaT +abY aaa aaa aaa @@ -88176,7 +89578,7 @@ aaa aaa aaf aaf -Qov +QqR aaf aai abi @@ -88198,7 +89600,7 @@ ajb ajF akN alw -QpR +Qsj amQ aiX anw @@ -88238,19 +89640,19 @@ bce bdf beb aYv -Qrz -QrJ +Qmt +QmD aaf aaf -Qoi +QmH aaa -Qoi +QmH aaa -QrT -bsb -bsb -bsb -bsb +QmP +QmP +QmP +QmP +QmP aXf aJq byU @@ -88433,7 +89835,7 @@ aaf aaf aaf aaf -abY +aaf aaR aaZ aaZ @@ -88451,14 +89853,14 @@ agn agR agn ajc -QpG +QrV akv -QpL -QpN +Qsb +Qse aww amk aiX -Qqf +anQ aov aph aqb @@ -88495,19 +89897,19 @@ aZR bbm bec bfu -QrA +Qmu aBb aBb bmu aBb aBb -QrP +QmK aaa -bsb -QrV -Qsc -Qsf -bsb +QmP +QmR +QmY +Qnb +QmP aXf aJq bBi @@ -88568,9 +89970,9 @@ cAu cAu ccw aaa -aaT +abY ctv -aaT +abY aaa aaa aaa @@ -88690,17 +90092,17 @@ aaa aaa aaa aaf -Qow +QqS aaf aaZ -adi -QoQ -QoZ +Qra +Qri +Qrq aaZ cpg -Qpm +QrC acv -Qpn +adi aaZ aeW agQ @@ -88709,7 +90111,7 @@ ahQ aiI aiH ajB -QpJ +QrY akQ agj agj @@ -88752,7 +90154,7 @@ aZR aZR aZR bft -QrB +Qmt aBa aBT bmv @@ -88760,14 +90162,14 @@ aEN aGb bpg aaa -bsb -QrW +QmP +QmS buP bwm bxH aXf aJq -Qsj +Qnf bCs bCs bCs @@ -88827,7 +90229,7 @@ ccw aaf aaT ctv -aaT +abY aaa aaa aaa @@ -88947,17 +90349,17 @@ aaa aaa aaa aaf -Qox +QqT aaf aaZ -adi -QoR -Qpa +Qrb +Qrj +Qrr aaZ acl cxA acL -Qpo +QrD aaZ agp agT @@ -88965,11 +90367,11 @@ ahx ahS aiK ajc -QpH +QrW akm akT -aly -QpS +alf +alx amQ aiX anw @@ -89009,16 +90411,16 @@ bbm bdh bee bfv -QrC +Qmt aBa -QrL +QmF aEM aEM aGa bph bqF bsd -QrX +QmT buQ bwn bxI @@ -89082,9 +90484,9 @@ csd cHo ccw aaa -aaT +abY ctv -aaT +abY aaa aaa aae @@ -89204,14 +90606,14 @@ aaa aaa aaa aaf -Qoy +QqU aaf aaZ -adi -QoS -Qpb +Qrc +Qrk +Qrs aaZ -Qph +Qry adk adK cqG @@ -89225,8 +90627,8 @@ ajc ajI akl akS -alx -amh +Qsf +Qsk amp aiX anS @@ -89266,19 +90668,19 @@ bcf bdg bed bfv -QrD +Qmt aBa aBV alu -QrN -bnU +aEM +aGd aHG bqE -QrU -QrY -Qsd -Qsg -Qsi +QmQ +QmU +QmZ +Qnc +Qne aNr bAf bBp @@ -89339,9 +90741,9 @@ cGV ccw ccw aaa -aaT +abY ctv -aaT +abY aaa aaa aaa @@ -89461,14 +90863,14 @@ aaa aaa aaa aaf -Qoz +QqV aaf aaZ -adi -QoT -Qpc +Qrd +Qrl +Qrt aaZ -Qpi +Qrz acM adQ cwM @@ -89486,7 +90888,7 @@ agj agj agj aiX -Qqg +Qsy aoz apm aqd @@ -89523,16 +90925,16 @@ bbm bdh bef bfv -QrE +Qmt aBa -QrM +QmG aEO -QrO -bnV -QrQ -QrS +aEO +aGc +QmL +QmO bsf -QrZ +QmV buS bwp bxK @@ -89596,9 +90998,9 @@ csd cHp ccw aaf -aaT +abY ctv -aaT +abY aaa aaa aaa @@ -89718,14 +91120,14 @@ aaa aaa aaa aaf -QoA +QqW aaf aaZ -QoK -QoU -Qpd +Qre +Qrm +Qru aaZ -Qpj +QrA coS aet cxA @@ -89743,8 +91145,8 @@ alz aml amT aiX -Qqh -Qqn +Qsz +QsF apl aqc aqc @@ -89780,7 +91182,7 @@ aZR aZR aZR bfw -QrF +Qmt aBa aBW bjy @@ -89788,8 +91190,8 @@ aEP aGe bpi aaa -bsb -Qsa +QmP +QmW buR aFM bxJ @@ -89853,9 +91255,9 @@ csd ciZ ccw aaf -aaT +aaS ctv -aaT +abY aaa aaa aaa @@ -89975,14 +91377,14 @@ aaa aaa aaa aaf -QoB +QqX aaf aaZ -QoL -QoV -Qpe +Qrf +Qrn +Qrv abQ -Qpk +QrB adj arc blT @@ -89999,9 +91401,9 @@ akV alB amn amV -Qqb +Qsu anB -Qqo +QsG aod aqf ahT @@ -90037,19 +91439,19 @@ aZR bbm beh bfx -QrG +QmA aBc aBc bgR aBc aBc -QrR +QmM aaa -bsb -Qsb -Qse -Qsh -bsb +QmP +QmX +Qna +Qnd +QmP aJq aJq bBu @@ -90110,9 +91512,9 @@ cHj cHd ccw aaa -aaT +abY ctv -aaT +abY aaa aaa aaa @@ -90232,14 +91634,14 @@ aaa aaa aaa aaf -QoC +QqY aaf aaZ -QoM +Qrg ack -Qpf +Qrw abN -Qpl +ack bkA acF aes @@ -90254,9 +91656,9 @@ ajI akp amS alA -QpT +Qsl amm -Qqc +Qsv anT anT aod @@ -90294,19 +91696,19 @@ bcg aZU beg aYB -QrH -QrK +Qmt +QmD aaf aaf -Qoi +QmH aaa -Qoi +QmH aaa -bsb -bsb -bsb -bsb -bsb +QmP +QmP +QmP +QmP +QmP aJq aJq bBt @@ -90489,12 +91891,12 @@ aaa aaa aaa aaf -QoD +QqZ aaf aaZ -QoN -QoW -Qpg +Qrh +Qro +Qrx aci acm cpA @@ -90511,7 +91913,7 @@ ajJ akr amS alC -QpU +Qsm amX amX amX @@ -90551,7 +91953,7 @@ bbp bbp bbp bfz -QrI +QmC aZV aZV aaf @@ -90624,9 +92026,9 @@ csd cHs ccw aaf -aaT +abY ctv -aaT +abY aaa aaa aaa @@ -90746,11 +92148,11 @@ aaa aaa aaf aaf +abY +aaf aaZ aaZ -aaZ -aaZ -QoX +Qrp avB aaZ aaZ @@ -90765,16 +92167,16 @@ aii agn ajd ajI -akp -amS -QpO +QrZ +akW +anw amo amX amX -Qqi -Qqp -Qqq -Qqs +QsA +QsH +QsI +QsK arf apY ate @@ -90881,9 +92283,9 @@ cHl ccw ccw aaf +abY aaT -aaT -aaT +abY aaa aaa aaa @@ -91003,14 +92405,14 @@ aaa aaa aaa aaa +aaf +aaf abp -QoF -QoH -abO +aco abO abO acO -abO +abl abO abO afc @@ -91022,13 +92424,13 @@ ahZ adR aiQ ajI -akt -QpM -anw -QpV -QpX +ahY +akW +anA +Qsn +Qsq anB -Qqj +QsB aoD aod aqe @@ -91260,6 +92662,8 @@ aaa aaa aaa aaa +aaa +aaf abo abO abO @@ -91268,8 +92672,6 @@ abO abO abO abO -abO -abO afb abo afg @@ -91281,11 +92683,11 @@ ajf ajK aks akY -anA -QpW -QpY +Qsg +Qso +Qsr amo -Qqk +QsC aoC aod aqe @@ -91517,15 +92919,15 @@ aaa aaa aaa aaa +aaa +aaf abp abO -abO -QoO -QoY acq acq acq -abO +acq +acq aew afe afS @@ -91539,10 +92941,10 @@ ajB akp aiX akz -alf -QpZ -Qqd -Qql +Qsp +Qss +Qsw +QsD aoF apo aqh @@ -91774,11 +93176,11 @@ aaa aaa aaa aaf +aaf +aaf abo abO abO -abO -abO acp acP acP @@ -91797,11 +93199,11 @@ aku aiX alE amq -Qqa -Qqe -Qqm +Qst +Qsx +QsE aoE -Qqr +QsJ aqg aun asf @@ -91908,7 +93310,7 @@ aaf aaa aaf ctv -aaT +abY aaa aaf aaa @@ -92031,15 +93433,15 @@ aaa aaa aaa aaa +aaa +aaa abp -aco -QoI -QoP +abP abR abP abP abP -abl +abP abp abp abp @@ -92165,7 +93567,7 @@ aaf aaf aaf ctv -aaT +abY aaa aaf aaa @@ -92288,9 +93690,9 @@ aaa aaa aaf aaf -QoE -QoG -QoJ +aaf +aaf +abp abq abq abq @@ -92422,7 +93824,7 @@ aaa ctv ctv ctv -aaT +abY aaa aaa aaa @@ -92604,7 +94006,7 @@ aYF aZV bbw bcn -bbw +Qmq ben bfE bgX @@ -92676,10 +94078,10 @@ aaa aaa aaa aaa -aaT -aaT -aaT -aaT +abY +abY +abY +abY aaa aaa aae @@ -92936,7 +94338,7 @@ aaa aaa aaa aaa -Qod +aaa aaa aaa aaa @@ -93193,7 +94595,7 @@ aae aaa aaa aaa -Qod +aaa aaa aaa aaa @@ -93450,7 +94852,7 @@ aaa aaa aaa aaa -Qof +aaa aaa aaa aaa @@ -93707,7 +95109,7 @@ aaa aaa aaa aaa -Qod +aaa aaa aaa aaa @@ -93964,7 +95366,7 @@ aaa aaa aaa aaa -Qof +aaa aaa aaa aaa @@ -94221,7 +95623,7 @@ aaa aaa aaa aaa -Qoi +aaa aaa aaa aaa @@ -94478,7 +95880,7 @@ aaa aaa aaa aaa -Qof +aaa aaa aaa aaa @@ -94735,7 +96137,7 @@ aaa aaa aaa aaa -Qod +aaa aaa aaa aaa @@ -94992,7 +96394,7 @@ aaa aaa aaa aaa -Qol +aaa aaa aaa aaa @@ -95249,7 +96651,7 @@ aaa aaa aaa aaa -Qod +aaa aaa aaa aaa @@ -95506,7 +96908,7 @@ aaa aaa aaa aaa -Qod +aaa aaa aaa aaa @@ -95763,7 +97165,7 @@ aaa aaa aaa aaa -Qof +aaa aaa aaa aaa @@ -96020,7 +97422,7 @@ aaa aaa aaa aaa -Qod +aaa aaa aaa aaa @@ -96277,7 +97679,7 @@ aaa aaa aaa aaa -Qof +aaa aaa aaa aaa @@ -96534,7 +97936,7 @@ aaa aaa aaa aaa -Qof +aaa aaa aaa aaa @@ -96703,7 +98105,7 @@ aGJ aIe aJC aJC -Qrw +Qmo aJC aJC aJC @@ -96791,7 +98193,7 @@ aaa aaa aaa aaa -Qol +aaa aaa aaa aaa @@ -97988,7 +99390,7 @@ aGL aIg aJH aKR -Qrx +Qmp aMB aJC aRA @@ -106703,8 +108105,8 @@ aaf aaf aaf aaf -aaf -aaf +alP +Qlk alP anf alP @@ -106960,8 +108362,8 @@ aaa aaa aaa aaa -aaa -aaf +alP +alP alP anf alP