diff --git a/baystation12.dme b/baystation12.dme index d07a049e0f6eb..817d5507d961b 100644 --- a/baystation12.dme +++ b/baystation12.dme @@ -2646,7 +2646,6 @@ #include "code\modules\overmap\overmap_shuttle.dm" #include "code\modules\overmap\sectors.dm" #include "code\modules\overmap\spacetravel.dm" -#include "code\modules\overmap\trading_locations.dm" #include "code\modules\overmap\contacts\_contacts.dm" #include "code\modules\overmap\contacts\contact_sensors.dm" #include "code\modules\overmap\contacts\tracker.dm" diff --git a/code/modules/mob/new_player/new_player.dm b/code/modules/mob/new_player/new_player.dm index b8b2865cef793..6fe6f1edbe092 100644 --- a/code/modules/mob/new_player/new_player.dm +++ b/code/modules/mob/new_player/new_player.dm @@ -235,11 +235,10 @@ to_chat(usr, SPAN_WARNING("The round is either not ready, or has already finished...")) return 0 // [FD-EDIT] - if(!check_rights(R_ADMIN)) - if(!usr.client.enter_lock_bypass) - if(!config.enter_allowed) - to_chat(usr, SPAN_NOTICE("There is an administrative lock on entering the game!")) - return 0 + if(!config.enter_allowed) + if(!check_rights(, show_msg = FALSE) && !usr.client.enter_lock_bypass) + to_chat(usr, SPAN_NOTICE("There is an administrative lock on entering the game!")) + return 0 /* if(!config.enter_allowed) to_chat(usr, SPAN_NOTICE("There is an administrative lock on entering the game!")) diff --git a/code/modules/overmap/trading_locations.dm b/code/modules/overmap/trading_locations.dm deleted file mode 100644 index 86dcc6f8449c4..0000000000000 --- a/code/modules/overmap/trading_locations.dm +++ /dev/null @@ -1,20 +0,0 @@ -/obj/overmap/trading - name = "station" - desc = "A trading station." - icon_state = "sector" - scannable = TRUE - requires_contact = FALSE // Whether or not the effect must be identified by ship sensors before being seen. - instant_contact = TRUE // Do we instantly identify ourselves to any ship in sensors range? - plane = 4 - - var/datum/trader/trader_merchant_datum - -/obj/overmap/trading/on_update_icon() - return - -/obj/overmap/trading/ship - name = "ship" - desc = "A trading ship." - icon_state = "ship" - requires_contact = FALSE // Whether or not the effect must be identified by ship sensors before being seen. - instant_contact = TRUE // Do we instantly identify ourselves to any ship in sensors range? diff --git a/maps/torch_fd/fd_torch.dm b/maps/torch_fd/fd_torch.dm index 9980720a813a9..dd52beb22db52 100644 --- a/maps/torch_fd/fd_torch.dm +++ b/maps/torch_fd/fd_torch.dm @@ -27,7 +27,7 @@ #include "torch_ranks.dm" #include "../torch/torch_security_state.dm" #include "../torch/torch_setup.dm" - #include "../torch/torch_shuttles.dm" + #include "torch_shuttles.dm" #include "../torch/torch_submaps.dm" #include "../torch/torch_turfs.dm" #include "../torch/torch_unit_testing.dm" @@ -241,9 +241,9 @@ #include "../../mods/sauna_props/_sauna_props.dme" #include "../../mods/wyccbay_optimization/_wyccbay_optimization.dme" - // #include "../../mods/_maps/sentinel/_map_sentinel.dme" // К чёрту оверрайдит все ранги флота ЦПСС, ломает роль SEA - // #include "../../mods/_maps/farfleet/_map_farfleet.dme" // Не совсем работает без карты Стража (инклюд выше) - // #include "../../mods/_maps/hand/_map_hand.dme" // Тоже зависим от предметов с карты Стража (инклюд над фарфлитом) +// #include "../../mods/_maps/sentinel/_map_sentinel.dme" // К чёрту оверрайдит все ранги флота ЦПСС, ломает роль SEA +// #include "../../mods/_maps/farfleet/_map_farfleet.dme" // Не совсем работает без карты Стража (инклюд выше) +// #include "../../mods/_maps/hand/_map_hand.dme" // Тоже зависим от предметов с карты Стража (инклюд над фарфлитом) // ~NON-UPSTREAM MODS~ // @@ -284,6 +284,7 @@ #include "../../mods/_fd/_maps/drone_carrier/_drone_carrier.dme" #include "../../mods/_fd/_maps/facility/_facility.dme" #include "../../mods/_fd/_maps/fluffy_biscuit/_fluffy_biscuit.dme" + #include "../../mods/_fd/_maps/farfleet_fd/_map_farfleet.dme" #include "../../mods/_fd/_maps/lighthouse/_lighthouse.dme" #include "../../mods/_fd/_maps/new_blueriver/_new_blueriver.dme" #include "../../mods/_fd/_maps/providence/_providence.dme" @@ -291,6 +292,7 @@ #include "../../mods/_fd/_maps/smugglers_ship/_smugglers_ship.dme" #include "../../mods/_fd/_maps/snow_cage/_snow_cage.dme" #include "../../mods/_fd/_maps/sfv_dropship/_delman.dme" +// #include "../../mods/_fd/_maps/sentinel_fd/_sentinel.dme" #include "../../mods/_fd/_maps/trader_ship/_trader_ship.dme" #include "../../mods/_fd/_maps/yacht/_yacht.dme" #include "../../mods/_fd/_maps/gccv_ulyanovsk/_ulyanovsk.dme" diff --git a/maps/torch_fd/job/addition/research_jobs.dm b/maps/torch_fd/job/addition/research_jobs.dm index 05a3e7c3676b8..283586154c6ca 100644 --- a/maps/torch_fd/job/addition/research_jobs.dm +++ b/maps/torch_fd/job/addition/research_jobs.dm @@ -1,5 +1,5 @@ /// Access -var/const/access_research_security = "ACCESS_RESEARCH_SECURITY" //97 +var/global/const/access_research_security = "ACCESS_RESEARCH_SECURITY" //97 /datum/access/rnd_guard id = access_research_security desc = "Research Checkpoint" diff --git a/maps/torch_fd/torch2_deck4.dmm b/maps/torch_fd/torch2_deck4.dmm index ab9248c1fb139..1168151fa5e65 100644 --- a/maps/torch_fd/torch2_deck4.dmm +++ b/maps/torch_fd/torch2_deck4.dmm @@ -120,7 +120,7 @@ "ct" = (/obj/floor_decal/industrial/warning{dir = 1; icon_state = "warning"},/obj/machinery/door/blast/regular/escape_pod,/turf/simulated/floor/reinforced,/area/maintenance/fourthdeck/aft) "cu" = (/turf/simulated/wall/r_wall/prepainted,/area/maintenance/fourthdeck/aft) "cv" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/obj/structure/catwalk,/turf/simulated/floor/plating,/area/maintenance/fourthdeck/aft) -"cw" = (/obj/shuttle_landmark/merchant/out,/turf/space,/area/space) +"cw" = (/turf/space,/area/space) "cx" = (/obj/structure/railing/mapped,/turf/simulated/floor/reinforced{map_airless = 1; name = "vacuum reinforced floor"},/area/space) "cy" = (/obj/machinery/atmospherics/portables_connector{dir = 4},/obj/machinery/portable_atmospherics/canister/air/airlock,/turf/simulated/floor/tiled/monotile,/area/maintenance/fourthdeck/forestarboard) "cz" = (/obj/catwalk_plated,/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 4},/turf/simulated/floor/plating,/area/maintenance/fourthdeck/forestarboard) @@ -783,7 +783,7 @@ "ph" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume/external_air{id_tag = "eva_airlock_pump"},/obj/machinery/light{dir = 1},/obj/machinery/oxygen_pump{pixel_y = 32},/obj/floor_decal/techfloor{dir = 1},/turf/simulated/floor/tiled/techfloor/grid,/area/eva) "pi" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume/external_air{id_tag = "eva_airlock_pump"},/obj/floor_decal/techfloor{dir = 1},/obj/machinery/embedded_controller/radio/airlock/airlock_controller{frequency = 1380; id_tag = "eva_airlock"; pixel_y = 20; tag_airpump = "eva_airlock_pump"; tag_chamber_sensor = "eva_airlock_sensor"; tag_exterior_door = "eva_airlock_outer"; tag_interior_door = "eva_airlock_inner"},/turf/simulated/floor/tiled/techfloor/grid,/area/eva) "pj" = (/obj/machinery/light{dir = 1},/obj/machinery/oxygen_pump{pixel_y = 32},/obj/machinery/atmospherics/unary/vent_pump/high_volume/external_air{id_tag = "eva_airlock_pump"},/obj/floor_decal/techfloor{dir = 1},/turf/simulated/floor/tiled/techfloor/grid,/area/eva) -"pk" = (/obj/structure/table/rack{dir = 8},/obj/item/stack/material/glass/reinforced{amount = 50},/obj/item/stack/material/glass/reinforced{amount = 50},/obj/item/stack/material/glass{amount = 50},/obj/item/stack/material/glass{amount = 50},/obj/item/stack/material/glass{amount = 50},/obj/machinery/camera/network/fourth_deck{c_tag = "EVA - Center"; dir = 4},/obj/machinery/firealarm{dir = 8; pixel_x = -24; pixel_y = 6},/obj/floor_decal/corner/blue/half{dir = 8},/turf/simulated/floor/tiled/monotile,/area/eva) +"pk" = (/obj/structure/table/rack{dir = 8},/obj/item/stack/material/glass/reinforced{amount = 50},/obj/item/stack/material/glass/reinforced{amount = 50},/obj/item/stack/material/glass{amount = 50},/obj/item/stack/material/glass{amount = 50},/obj/item/stack/material/glass{amount = 50},/obj/machinery/firealarm{dir = 8; pixel_x = -24; pixel_y = 6},/obj/floor_decal/corner/blue/half{dir = 8},/turf/simulated/floor/tiled/monotile,/area/eva) "pl" = (/turf/simulated/floor/tiled,/area/eva) "pm" = (/obj/structure/table/steel_reinforced,/obj/item/device/radio/off,/obj/item/device/radio/off,/obj/item/device/radio/off,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/floor_decal/corner/blue/half{dir = 4},/turf/simulated/floor/tiled/monotile,/area/eva) "pn" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/newscaster{pixel_x = 32},/obj/floor_decal/industrial/warning/corner{dir = 4; icon_state = "warningcorner"},/turf/simulated/floor/tiled,/area/hallway/primary/fourthdeck/fore) @@ -907,7 +907,7 @@ "rB" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume/external_air{dir = 1; id_tag = "eva_airlock_pump"},/obj/floor_decal/techfloor,/turf/simulated/floor/tiled/techfloor/grid,/area/eva) "rC" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume/external_air{dir = 1; id_tag = "eva_airlock_pump"},/obj/floor_decal/techfloor,/obj/machinery/airlock_sensor{frequency = 1380; id_tag = "eva_airlock_sensor"; pixel_y = -25},/turf/simulated/floor/tiled/techfloor/grid,/area/eva) "rD" = (/obj/item/device/radio/intercom{dir = 1; pixel_y = -28},/obj/machinery/atmospherics/unary/vent_pump/high_volume/external_air{dir = 1; id_tag = "eva_airlock_pump"},/obj/floor_decal/techfloor,/turf/simulated/floor/tiled/techfloor/grid,/area/eva) -"rE" = (/obj/structure/table/rack{dir = 8},/obj/item/storage/briefcase/inflatable{pixel_x = 3; pixel_y = 6},/obj/item/storage/briefcase/inflatable{pixel_y = 3},/obj/item/storage/briefcase/inflatable{pixel_x = -3},/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/floor_decal/corner/blue/half{dir = 8},/turf/simulated/floor/tiled/monotile,/area/eva) +"rE" = (/obj/structure/table/rack{dir = 8},/obj/item/storage/briefcase/inflatable{pixel_x = 3; pixel_y = 6},/obj/item/storage/briefcase/inflatable{pixel_y = 3},/obj/item/storage/briefcase/inflatable{pixel_x = -3},/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/floor_decal/corner/blue/half{dir = 8},/obj/machinery/camera/network/fourth_deck{c_tag = "EVA - Center"; dir = 4},/turf/simulated/floor/tiled/monotile,/area/eva) "rF" = (/obj/machinery/atmospherics/pipe/simple/hidden,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled,/area/eva) "rG" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled,/area/eva) "rH" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled,/area/eva) diff --git a/maps/torch_fd/torch3_deck3.dmm b/maps/torch_fd/torch3_deck3.dmm index 2ce9f2b308fed..2cb69b76bdafd 100644 --- a/maps/torch_fd/torch3_deck3.dmm +++ b/maps/torch_fd/torch3_deck3.dmm @@ -630,7 +630,7 @@ "mk" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock/hatch/maintenance,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor,/turf/simulated/floor/tiled/steel_ridged,/area/hallway/primary/thirddeck/fore) "ml" = (/obj/structure/flora/ausbushes/fernybush,/turf/simulated/floor/grass,/area/crew_quarters/observation) "mm" = (/obj/floor_decal/spline/fancy/wood,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/lino,/area/crew_quarters/galley) -"mn" = (/obj/structure/table/standard,/obj/machinery/chemical_dispenser/bar_coffee/full{dir = 8; layer = 2.23; pixel_y = 27},/obj/item/sticky_pad/random{pixel_x = 7; pixel_y = 10},/obj/machinery/fabricator/micro{pixel_x = -3},/turf/simulated/floor/carpet/blue,/area/crew_quarters/galley) +"mn" = (/obj/structure/table/standard,/obj/machinery/chemical_dispenser/bar_coffee/full{dir = 8; layer = 2.23; pixel_y = 27},/obj/item/sticky_pad/random{pixel_x = 7; pixel_y = 10},/obj/machinery/fabricator/micro/bartender{show_category = "All"; pixel_x = -3},/turf/simulated/floor/carpet/blue,/area/crew_quarters/galley) "mo" = (/obj/floor_decal/spline/fancy/wood{dir = 4},/turf/simulated/floor/lino,/area/crew_quarters/galley) "mp" = (/obj/floor_decal/corner/blue/border{dir = 8},/obj/floor_decal/corner/blue/border{dir = 4},/turf/simulated/floor/tiled/dark/monotile,/area/crew_quarters/mess) "mq" = (/obj/structure/bed/sofa/r/black{dir = 8},/obj/floor_decal/corner/blue/border{dir = 8},/obj/floor_decal/corner/blue/border{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled/dark/monotile,/area/crew_quarters/mess) diff --git a/maps/torch_fd/torch_cameras.dm b/maps/torch_fd/torch_cameras.dm index 3ca78fd83979f..6b59c12a2b61e 100644 --- a/maps/torch_fd/torch_cameras.dm +++ b/maps/torch_fd/torch_cameras.dm @@ -1,8 +1,8 @@ -var/const/NETWORK_EXPLO = "Exploration" -var/const/NETWORK_PETROV = "Petrov" -var/const/NETWORK_GUPS = "General Utility Pods" // 2 for the price of 1! :p -var/const/NETWORK_SUPPLY = "Supply" -var/const/NETWORK_YACHT = "Private Catamaran" +var/global/const/NETWORK_EXPLO = "Exploration" +var/global/const/NETWORK_PETROV = "Petrov" +var/global/const/NETWORK_GUPS = "General Utility Pods" // 2 for the price of 1! :p +var/global/const/NETWORK_SUPPLY = "Supply" +var/global/const/NETWORK_YACHT = "Private Catamaran" /datum/map/torch/get_network_access(network) switch(network) diff --git a/maps/torch_fd/torch_shuttles.dm b/maps/torch_fd/torch_shuttles.dm new file mode 100644 index 0000000000000..11096913625bc --- /dev/null +++ b/maps/torch_fd/torch_shuttles.dm @@ -0,0 +1,482 @@ +//Some helpers because so much copypasta for pods +/datum/shuttle/autodock/ferry/escape_pod/torchpod + category = /datum/shuttle/autodock/ferry/escape_pod/torchpod + sound_takeoff = 'sound/effects/rocket.ogg' + sound_landing = 'sound/effects/rocket_backwards.ogg' + warmup_time = 10 + +/obj/shuttle_landmark/escape_pod/start + name = "Docked" + base_turf = /turf/simulated/floor/reinforced + +/obj/shuttle_landmark/escape_pod/transit + name = "In transit" + +/obj/shuttle_landmark/escape_pod/out + name = "Escaped" + +//Pods +#define TORCH_ESCAPE_POD(NUMBER) \ +/datum/shuttle/autodock/ferry/escape_pod/torchpod/escape_pod##NUMBER { \ + shuttle_area = /area/shuttle/escape_pod##NUMBER/station; \ + name = "Escape Pod " + #NUMBER; \ + dock_target = "escape_pod_" + #NUMBER; \ + arming_controller = "escape_pod_"+ #NUMBER +"_berth"; \ + waypoint_station = "escape_pod_"+ #NUMBER +"_start"; \ + landmark_transition = "escape_pod_"+ #NUMBER +"_internim"; \ + waypoint_offsite = "escape_pod_"+ #NUMBER +"_out"; \ +} \ +/obj/shuttle_landmark/escape_pod/start/pod##NUMBER { \ + landmark_tag = "escape_pod_"+ #NUMBER +"_start"; \ + docking_controller = "escape_pod_"+ #NUMBER +"_berth"; \ +} \ +/obj/shuttle_landmark/escape_pod/out/pod##NUMBER { \ + landmark_tag = "escape_pod_"+ #NUMBER +"_internim"; \ +} \ +/obj/shuttle_landmark/escape_pod/transit/pod##NUMBER { \ + landmark_tag = "escape_pod_"+ #NUMBER +"_out"; \ +} + +TORCH_ESCAPE_POD(6) +TORCH_ESCAPE_POD(7) +// TORCH_ESCAPE_POD(8) +TORCH_ESCAPE_POD(9) +TORCH_ESCAPE_POD(10) +TORCH_ESCAPE_POD(11) +TORCH_ESCAPE_POD(12) +TORCH_ESCAPE_POD(13) +TORCH_ESCAPE_POD(15) +TORCH_ESCAPE_POD(16) +TORCH_ESCAPE_POD(17) + +//Petrov + +/datum/shuttle/autodock/ferry/petrov + name = "Petrov" + warmup_time = 10 + dock_target = "petrov_shuttle_airlock" + waypoint_station = "nav_petrov_start" + waypoint_offsite = "nav_petrov_out" + logging_home_tag = "nav_petrov_start" + logging_access = access_petrov_helm + ceiling_type = /turf/simulated/floor/shuttle_ceiling + +/datum/shuttle/autodock/ferry/petrov/New(_name, obj/shuttle_landmark/initial_location) + shuttle_area = subtypesof(/area/shuttle/petrov) + ..() + +/obj/shuttle_landmark/petrov/start + name = "First Deck" + landmark_tag = "nav_petrov_start" + docking_controller = "petrov_shuttle_dock_airlock" + +/obj/shuttle_landmark/petrov/out + name = "Space near the ship" + landmark_tag = "nav_petrov_out" + +//Ninja Shuttle. +/datum/shuttle/autodock/multi/antag/ninja + destination_tags = list( + "nav_ninja_deck1", + "nav_ninja_deck2", + "nav_ninja_deck3", + "nav_ninja_deck4", + "nav_ninja_deck5", + "nav_ninja_hanger", + "nav_away_6", + "nav_derelict_5", + "nav_cluster_6", + "nav_ninja_start", + "nav_lost_supply_base_antag", + "nav_marooned_antag", + "nav_smugglers_antag", + "nav_magshield_antag", + "nav_casino_antag", + "nav_yacht_antag", + "nav_slavers_base_antag" + ) + +/obj/shuttle_landmark/ninja/hanger + name = "West of Hanger Deck" + landmark_tag = "nav_ninja_hanger" + +/obj/shuttle_landmark/ninja/deck1 + name = "South of First Deck" + landmark_tag = "nav_ninja_deck1" + +/obj/shuttle_landmark/ninja/deck2 + name = "Northeast of Second Deck" + landmark_tag = "nav_ninja_deck2" + +/obj/shuttle_landmark/ninja/deck3 + name = "East of Third Deck" + landmark_tag = "nav_ninja_deck3" + +/obj/shuttle_landmark/ninja/deck4 + name = "West of Fourth Deck" + landmark_tag = "nav_ninja_deck4" + +/obj/shuttle_landmark/ninja/deck5 + name = "Southeast of Bridge" + landmark_tag = "nav_ninja_deck5" + +//Merchant +/* +/datum/shuttle/autodock/ferry/merchant + name = "Merchant" + warmup_time = 10 + shuttle_area = /area/shuttle/merchant/home + waypoint_station = "nav_merchant_start" + waypoint_offsite = "nav_merchant_out" + dock_target = "merchant_ship_dock" + +/obj/shuttle_landmark/merchant/start + name = "Merchant Base" + landmark_tag = "nav_merchant_start" + docking_controller = "merchant_station_dock" + +/obj/shuttle_landmark/merchant/out + name = "Docking Bay" + landmark_tag = "nav_merchant_out" + docking_controller = "merchant_shuttle_station_dock" +*/ +//Admin + +/datum/shuttle/autodock/ferry/administration + name = "Administration" + warmup_time = 10 //want some warmup time so people can cancel. + shuttle_area = /area/shuttle/administration/centcom + dock_target = "admin_shuttle" + waypoint_station = "nav_admin_start" + waypoint_offsite = "nav_admin_out" + +/obj/shuttle_landmark/admin/start + name = "Centcom" + landmark_tag = "nav_admin_start" + docking_controller = "admin_shuttle" + base_area = /area/centcom + base_turf = /turf/simulated/floor/plating + +/obj/shuttle_landmark/admin/out + name = "Docking Bay" + landmark_tag = "nav_admin_out" + docking_controller = "admin_shuttle_dock_airlock" + +//Transport +/* +/datum/shuttle/autodock/ferry/centcom + name = "Centcom" + location = 1 + warmup_time = 10 + shuttle_area = /area/shuttle/transport1/centcom + dock_target = "centcom_shuttle" + waypoint_offsite = "nav_ferry_start" + waypoint_station = "nav_ferry_out" + +/obj/shuttle_landmark/ferry/start + name = "Centcom" + landmark_tag = "nav_ferry_start" + docking_controller = "centcom_shuttle_bay" + +/obj/shuttle_landmark/ferry/out + name = "Docking Bay" + landmark_tag = "nav_ferry_out" + docking_controller = "centcom_shuttle_dock_airlock" +*/ +/obj/shuttle_landmark/merc/hanger + name = "Northeast of Hanger Deck" + landmark_tag = "nav_merc_hanger" + +/obj/shuttle_landmark/merc/deck1 + name = "Northeast of First Deck" + landmark_tag = "nav_merc_deck1" + +/obj/shuttle_landmark/merc/deck2 + name = "Southeast of the Second deck" + landmark_tag = "nav_merc_deck2" + +/obj/shuttle_landmark/merc/deck3 + name = "South of Third deck" + landmark_tag = "nav_merc_deck3" + +/obj/shuttle_landmark/merc/deck4 + name = "Northwest of Fourth Deck" + landmark_tag = "nav_merc_deck4" + +/obj/shuttle_landmark/merc/deck5 + name = "East of Bridge" + landmark_tag = "nav_merc_deck5" + +/obj/shuttle_landmark/vox_raider/dock + name = "4th Deck, Aft Starboard Airlock" + landmark_tag = "nav_vox_raider_dock" + +//Skipjack +/datum/shuttle/autodock/multi/antag/skipjack + destination_tags = list( + "nav_skipjack_deck1", + "nav_skipjack_deck2", + "nav_skipjack_deck3", + "nav_skipjack_deck4", + "nav_skipjack_deck5", + "nav_skipjack_hanger", + "nav_away_7", + "nav_derelict_7", + "nav_cluster_7", + "nav_skipjack_dock", + "nav_skipjack_start", + "nav_lost_supply_base_antag", + "nav_marooned_antag", + "nav_smugglers_antag", + "nav_magshield_antag", + "nav_casino_antag", + "nav_yacht_antag", + "nav_slavers_base_antag", + ) + +/obj/shuttle_landmark/skipjack/hanger + name = "North of Hanger Deck" + landmark_tag = "nav_skipjack_hanger" + +/obj/shuttle_landmark/skipjack/deck1 + name = "Northwest of First Deck" + landmark_tag = "nav_skipjack_deck1" + +/obj/shuttle_landmark/skipjack/deck2 + name = "Southwest of the Second deck" + landmark_tag = "nav_skipjack_deck2" + +/obj/shuttle_landmark/skipjack/deck3 + name = "Southeast of Third deck" + landmark_tag = "nav_skipjack_deck3" + +/obj/shuttle_landmark/skipjack/deck4 + name = "Northwest of Fourth Deck" + landmark_tag = "nav_skipjack_deck4" + +/obj/shuttle_landmark/skipjack/deck5 + name = "South of Bridge" + landmark_tag = "nav_skipjack_deck5" + +//NT Rescue Shuttle + +/datum/shuttle/autodock/multi/antag/rescue + destination_tags = list( + "nav_ert_deck1", + "nav_ert_deck2", + "nav_ert_deck3", + "nav_ert_deck4", + "nav_ert_deck5", + "nav_ert_hanger", + "nav_away_4", + "nav_derelict_4", + "nav_cluster_4", + "nav_ert_dock", + "nav_ert_start", + "nav_lost_supply_base_antag", + "nav_marooned_antag", + "nav_smugglers_antag", + "nav_magshield_antag", + "nav_casino_antag", + "nav_yacht_antag", + "nav_slavers_base_antag", + ) + +/obj/shuttle_landmark/ert/hanger + name = "Southeast of Hanger deck" + landmark_tag = "nav_ert_hanger" + +/obj/shuttle_landmark/ert/deck1 + name = "Southwest of Fourth deck" + landmark_tag = "nav_ert_deck1" + +/obj/shuttle_landmark/ert/deck2 + name = "Northwest of Third deck" + landmark_tag = "nav_ert_deck2" + +/obj/shuttle_landmark/ert/deck3 + name = "Northwest of Second deck" + landmark_tag = "nav_ert_deck3" + +/obj/shuttle_landmark/ert/deck4 + name = "Southwest of First Deck" + landmark_tag = "nav_ert_deck4" + +/obj/shuttle_landmark/ert/deck5 + name = "West of Bridge" + landmark_tag = "nav_ert_deck5" + +//SCGMC Assault Pod +/* +/datum/shuttle/autodock/ferry/specops/ert + name = "Special Operations" + warmup_time = 10 + shuttle_area = /area/shuttle/specops/centcom + dock_target = "specops_shuttle_fore" + waypoint_station = "nav_specops_start" + waypoint_offsite = "nav_specops_out" + +/obj/shuttle_landmark/specops/start + name = "Centcom" + landmark_tag = "nav_specops_start" + docking_controller = "specops_shuttle_port" + +/obj/shuttle_landmark/specops/out + name = "Docking Bay" + landmark_tag = "nav_specops_out" + docking_controller = "specops_dock_airlock" +*/ +//Cargo drone + +/datum/shuttle/autodock/ferry/supply/drone + name = "Supply Drone" + location = 1 + warmup_time = 10 + shuttle_area = /area/supply/dock + waypoint_offsite = "nav_cargo_start" + waypoint_station = "nav_cargo_station" + +/obj/shuttle_landmark/supply/centcom + name = "Offsite" + landmark_tag = "nav_cargo_start" + +/obj/shuttle_landmark/supply/station + name = "Hangar" + landmark_tag = "nav_cargo_station" + base_area = /area/quartermaster/hangar + base_turf = /turf/simulated/floor/plating + +/datum/shuttle/autodock/overmap/exploration_shuttle + name = "Charon" + move_time = 60 + shuttle_area = list(/area/exploration_shuttle/cockpit, /area/exploration_shuttle/atmos, /area/exploration_shuttle/power, /area/exploration_shuttle/crew, /area/exploration_shuttle/cargo, /area/exploration_shuttle/airlock, /area/exploration_shuttle/medical, /area/exploration_shuttle/fuel) + dock_target = "charon_shuttle" + current_location = "nav_hangar_charon" + landmark_transition = "nav_transit_charon" + range = 1 + fuel_consumption = 4 + logging_home_tag = "nav_hangar_charon" + logging_access = access_expedition_shuttle_helm + ceiling_type = /turf/simulated/floor/shuttle_ceiling/torch + +/obj/shuttle_landmark/torch/hangar/exploration_shuttle + name = "Charon Hangar" + landmark_tag = "nav_hangar_charon" + base_area = /area/quartermaster/hangar + base_turf = /turf/simulated/floor/plating + +/obj/shuttle_landmark/torch/deck1/exploration_shuttle + name = "Space near Forth Deck" + landmark_tag = "nav_deck1_charon" + +/obj/shuttle_landmark/torch/deck2/exploration_shuttle + name = "Space near Third Deck" + landmark_tag = "nav_deck2_charon" + +/obj/shuttle_landmark/torch/deck3/exploration_shuttle + name = "Space near Second Deck" + landmark_tag = "nav_deck3_charon" + +/obj/shuttle_landmark/torch/deck4/exploration_shuttle + name = "Space near First Deck" + landmark_tag = "nav_deck4_charon" + +/obj/shuttle_landmark/torch/deck5/exploration_shuttle + name = "Space near Bridge" + landmark_tag = "nav_bridge_charon" + +/obj/shuttle_landmark/transit/torch/exploration_shuttle + name = "In transit" + landmark_tag = "nav_transit_charon" + +/datum/shuttle/autodock/overmap/guppy + name = "Guppy" + warmup_time = 5 + move_time = 20 + shuttle_area = /area/guppy_hangar/start + dock_target ="guppy_shuttle" + current_location = "nav_hangar_guppy" + landmark_transition = "nav_transit_guppy" + sound_takeoff = 'sound/effects/rocket.ogg' + sound_landing = 'sound/effects/rocket_backwards.ogg' + fuel_consumption = 2 + logging_home_tag = "nav_hangar_guppy" + logging_access = access_guppy_helm + skill_needed = SKILL_UNSKILLED + ceiling_type = /turf/simulated/floor/shuttle_ceiling/torch + +/obj/shuttle_landmark/torch/hangar/guppy + name = "Guppy Hangar" + landmark_tag = "nav_hangar_guppy" + base_area = /area/quartermaster/hangar + base_turf = /turf/simulated/floor/plating + +/obj/shuttle_landmark/torch/deck1/guppy + name = "Space near Forth Deck" + landmark_tag = "nav_deck1_guppy" + +/obj/shuttle_landmark/torch/deck2/guppy + name = "Space near Third Deck" + landmark_tag = "nav_deck2_guppy" + +/obj/shuttle_landmark/torch/deck3/guppy + name = "Space near Second Deck" + landmark_tag = "nav_deck3_guppy" + +/obj/shuttle_landmark/torch/deck4/guppy + name = "Space near First Deck" + landmark_tag = "nav_deck4_guppy" + +/obj/shuttle_landmark/torch/deck5/guppy + name = "Space near Bridge" + landmark_tag = "nav_bridge_guppy" + +/obj/shuttle_landmark/transit/torch/guppy + name = "In transit" + landmark_tag = "nav_transit_guppy" + +/datum/shuttle/autodock/overmap/aquila + name = "Aquila" + move_time = 50 + shuttle_area = list(/area/aquila/cockpit, /area/aquila/power, /area/aquila/storage, /area/aquila/suits, /area/aquila/air, /area/aquila/crew, /area/aquila/medical, /area/aquila/airlock) + current_location = "nav_hangar_aquila" + landmark_transition = "nav_transit_aquila" + dock_target = "aquila_shuttle" + range = 2 + logging_home_tag = "nav_hangar_aquila" + logging_access = access_aquila_helm + ceiling_type = /turf/simulated/floor/shuttle_ceiling/torch + +/obj/shuttle_landmark/torch/hangar/aquila + name = "Aquila Hangar" + landmark_tag = "nav_hangar_aquila" + docking_controller = "aquila_shuttle_dock_airlock" + base_turf = /turf/simulated/floor/reinforced + +/obj/shuttle_landmark/torch/deck1/aquila + name = "Space near Forth Deck" + landmark_tag = "nav_deck1_aquila" + +/obj/shuttle_landmark/torch/deck2/aquila + name = "Space near Third Deck" + landmark_tag = "nav_deck2_aquila" + +/obj/shuttle_landmark/torch/deck3/aquila + name = "Space near Second Deck" + landmark_tag = "nav_deck3_aquila" + +/obj/shuttle_landmark/torch/deck4/aquila + name = "Space near First Deck" + landmark_tag = "nav_deck4_aquila" + +/obj/shuttle_landmark/torch/deck5/aquila + name = "Space near Bridge" + landmark_tag = "nav_bridge_aquila" + +/obj/shuttle_landmark/transit/torch/aquila + name = "In transit" + landmark_tag = "nav_transit_aquila" + +//Makes the deck management program use hangar access +/datum/nano_module/deck_management + default_access = list(access_hangar, access_cargo, access_heads) diff --git a/maps/torch_fd/z7_admin.dmm b/maps/torch_fd/z7_admin.dmm index 6c4d497801f10..3e81be3a1a65e 100644 --- a/maps/torch_fd/z7_admin.dmm +++ b/maps/torch_fd/z7_admin.dmm @@ -628,7 +628,7 @@ "avn" = (/obj/structure/bed/chair/shuttle,/obj/structure/sign/warning/nosmoking_1{pixel_y = 24},/obj/floor_decal/corner/blue{dir = 10},/turf/simulated/floor/tiled/dark,/area/centcom/ferry) "avp" = (/obj/structure/table/reinforced,/obj/item/storage/firstaid/surgery,/obj/item/reagent_containers/glass/bottle/stoxin,/obj/item/reagent_containers/syringe,/obj/item/tank/anesthetic,/obj/item/clothing/mask/breath/medical,/obj/item/reagent_containers/syringe/antiviral,/obj/item/reagent_containers/syringe/antiviral,/obj/item/stack/medical/advanced/bruise_pack,/obj/item/clothing/gloves/latex,/obj/item/clothing/mask/surgical,/obj/item/reagent_containers/spray/sterilizine,/obj/item/reagent_containers/spray/cleaner,/obj/structure/closet/medical_wall{pixel_x = -32},/obj/item/storage/bag/cash/infinite,/turf/simulated/floor/shuttle/white,/area/shuttle/administration/centcom) "avq" = (/obj/machinery/vending/cola{dir = 4},/turf/simulated/floor/tiled/monotile,/area/centcom/hallway) -"avs" = (/obj/machinery/door/airlock/centcom{name = "General Access"},/turf/unsimulated/floor/plating,/area/shuttle/administration/centcom) +"avs" = (/obj/machinery/door/airlock/centcom{name = "General Access"; id_tag = "admin_shuttle_inner"},/turf/unsimulated/floor/plating,/area/shuttle/administration/centcom) "avt" = (/obj/machinery/recharger{pixel_y = 4},/obj/structure/table/reinforced,/turf/simulated/floor/shuttle/red,/area/shuttle/administration/centcom) "avu" = (/obj/floor_decal/corner/blue{dir = 1},/turf/simulated/floor/tiled,/area/centcom/hallway) "avv" = (/turf/unsimulated/wall{color = "black"; name = "void"},/area/fd/end) @@ -648,7 +648,7 @@ "avO" = (/obj/floor_decal/borderfloorblack{dir = 8},/obj/floor_decal/corner/green{dir = 6},/turf/simulated/floor/tiled/steel_grid,/area/centcom/hallway/adherent) "avP" = (/obj/structure/table/reinforced,/turf/simulated/floor/shuttle/black,/area/shuttle/administration/centcom) "avQ" = (/obj/structure/table/reinforced,/obj/item/deck/cards,/turf/simulated/floor/wood/walnut,/area/shuttle/administration/centcom) -"avS" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "closed"; id_tag = "admin_shuttle_hatch"; locked = 1; name = "Shuttle Hatch"},/obj/shuttle_landmark/admin/start,/turf/unsimulated/floor/plating,/area/shuttle/administration/centcom) +"avS" = (/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "closed"; id_tag = "admin_shuttle_outer"; locked = 1; name = "Shuttle Hatch"},/obj/shuttle_landmark/admin/start,/turf/unsimulated/floor/plating,/area/shuttle/administration/centcom) "avT" = (/obj/structure/lattice,/obj/structure/grille,/turf/space,/area/space) "avU" = (/obj/machinery/light/small{dir = 8},/obj/floor_decal/corner/blue{dir = 9},/turf/simulated/floor/tiled,/area/centcom/arrivals/docks) "avV" = (/turf/simulated/wall/invincible/prepainted,/area/centcom/control) @@ -1926,7 +1926,7 @@ "gZJ" = (/obj/floor_decal/industrial/warning/fulltile,/turf/simulated/floor/tiled/techfloor,/area/centcom/engineering/reactor) "haT" = (/obj/floor_decal/spline/plain/black{dir = 9},/turf/simulated/floor/shuttle/black,/area/space) "hbm" = (/obj/structure/table/woodentable/walnut,/obj/floor_decal/spline/fancy/wood,/turf/simulated/floor/wood/walnut,/area/centcom/control/command) -"hbJ" = (/obj/shuttle_landmark/ferry/start,/turf/space,/area/space) +"hbJ" = (/obj/machinery/embedded_controller/radio/airlock/docking_port{cycle_to_external_air = 1; dir = 8; frequency = 1331; id_tag = "admin_shuttle"; pixel_x = 26; req_access = list("ACCESS_CENT_GENERAL")},/turf/simulated/floor/shuttle/red,/area/shuttle/administration/centcom) "hcj" = (/obj/structure/hygiene/sink{dir = 4; pixel_x = 11; pixel_y = 5},/obj/item/storage/mirror{pixel_x = 25},/obj/floor_decal/borderfloorwhite{dir = 6},/obj/floor_decal/corner/green{dir = 1},/turf/simulated/floor/tiled/old_tile,/area/fd/end) "hel" = (/obj/floor_decal/corner/black/border{dir = 4},/turf/simulated/floor/tiled,/area/centcom/beauro) "hep" = (/obj/structure/table/steel_reinforced,/obj/machinery/photocopier/faxmachine{department = "Observatory - Command"},/obj/machinery/light/spot{dir = 8},/turf/simulated/floor/tiled/dark/monotile,/area/centcom/control) @@ -3051,7 +3051,6 @@ "uQe" = (/obj/floor_decal/corner/paleblue/three_quarters{dir = 8},/turf/simulated/floor/tiled/white,/area/centcom/hallway) "uRe" = (/obj/floor_decal/corner/red/three_quarters,/obj/machinery/light/small,/turf/simulated/floor/tiled/techfloor,/area/space) "uRT" = (/obj/structure/window/boron_reinforced{dir = 8},/obj/floor_decal/corner/red/border{dir = 8},/turf/simulated/floor/blackgrid,/area/space) -"uSb" = (/obj/shuttle_landmark/specops/start,/turf/space,/area/space) "uSI" = (/obj/floor_decal/scglogo{dir = 8; icon_state = "top-left"},/turf/simulated/floor/tiled/dark,/area/centcom/control/conference) "uTQ" = (/obj/structure/sign/warning/radioactive{pixel_y = 32},/obj/structure/table/steel_reinforced,/obj/item/paper_bin,/obj/item/pen/multi,/turf/simulated/floor/tiled/techfloor/grid,/area/centcom/engineering/control) "uUD" = (/obj/machinery/light/small,/turf/unsimulated/floor{icon = 'icons/turf/flooring/tiles.dmi'; icon_state = "steel_monotile"},/area/centcom/arrivals/docks) @@ -3383,7 +3382,7 @@ aabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaa aabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabxoaxoaatOvbwpgYatObTsmFNeGaatOtxwpgYatOlaktBmbTsatOxoaatOaiyaiyaiyaiyaiyaiyaiyatOqfjaLFatOaiyaiyaiyaiyaiyaiyaiyatOaiyaiyaiyaiyaiyaiyaiyatOaiyaiyaiyaiyaiyaiyaiyatOxoaxoaaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaab aabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabxoaxoaatOvbwpgYatOarxaiypgYlIVtxwpgYlIVtxwaiyxqXatOxoaatOaiyaiyaiyaiyaiyaiyaiyaLLqfjaLFaLLaiyaiyaiyaiyaiyaiyaiyatOaiyaiyaiyaiyaiyaiyaiyatOaiyaiyaiyaiyaiyaiyaiyatOxoaxoaaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaab aabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabxoaxoaatOvbwpgYatObTsezzeGaatOtxwpgYatOlakftabTsatOxoaatOaiyaiyaiyaiyaiyaiyaiyatOqfjaLFatOaiyaiyaiyaiyaiyaiyaiyatOaiyaiyaiyaiyaiyaiyaiyatOaiyaiyaiyaiyaiyaiyaiyatOxoaxoaaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaab -aabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabhbJaabuSbaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabxoaxoaatOatOhpYatOatOatOatOatOatOatOatOatOatOatOatOxoaatOaiyaiyaiyaiyaiyaiyaiyatOqfjaLFatOaiyaiyaiyaiyaiyaiyaiyatOaiyaiyaiyaiyaiyaiyaiyatOaiyaiyaiyaiyaiyaiyaiyatOxoaxoaaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaab +aabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabxoaxoaatOatOhpYatOatOatOatOatOatOatOatOatOatOatOatOxoaatOaiyaiyaiyaiyaiyaiyaiyatOqfjaLFatOaiyaiyaiyaiyaiyaiyaiyatOaiyaiyaiyaiyaiyaiyaiyatOaiyaiyaiyaiyaiyaiyaiyatOxoaxoaaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaab aabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaatOaiyaiyaiyaiyaiyaiyaiyatOqfjaLFatOaiyaiyaiyaiyaiyaiyaiyatOaiyaiyaiyaiyaiyaiyaiyatOaiyaiyaiyaiyaiyaiyaiyatOxoaxoaaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaab aabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaatOaiyaiyaiyaiyaiyaiyaiyatOqfjaLFatOaiyaiyaiyaiyaiyaiyaiyatOaiyaiyaiyaiyaiyaiyaiyatOaiyaiyaiyaiyaiyaiyaiyatOxoaxoaaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaab aabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabxoaxoaatOaiyaiyaiyaiyaiyaiyaiyatOqfjaLFatOaiyaiyaiyaiyaiyaiyaiyatOatOatOatOatOatOatOatOatOatOatOatOatOatOatOatOatOxoaxoaaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaab @@ -3454,7 +3453,7 @@ aabaabaabaabaabaabaabaabaabaabaabaabaabaabaYepTGpTGpTGpTGaabaabaabaabaabaabaabaa aabaabaabaabaabaabaabaabaabaabaabaabaabaabaYepTGpTGpTGpTGaabaabaabaabaabaabaabaabaabavEavEaulaulaulaulaulaulaulaulatdatdaulaulaulaulaulayratfrUfaDDaHkaabaabaabaCzaHochSaxyatOatOatOatOatOxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaavxlcQaIbaHuatRauwauzjlAauzauzauwavxxoaxoaxoapKupKupKupKupKupKuxoaxoaaxwqgLiKxuAyaxwaGolKZkZLvMJrtortorFxaxwaxwvPdaxwaxwoLSnOiwJGnOioLSnOiwJGnOioLSbNYgYdgpOwenaEeaEeaEeaEeaEeaEeaEeaEeaEeaEewenxoaxoaxoanaolaElaEqVpnaonaoaxFqYDnaowyCpbzsYRqlznaoxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaab aabaabaabaabaabaabaabaabaabaabaabaabaabaabaYepTGpTGpTGpTGaabaabaabaabaabaabaabaabaabaabatBatCavaavbavcavdaveavfaulatqatdaulasZasZasZaulaulaulaulaulasSaabaabaabaCzwMMaDmaxyxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaavxatYaIbaHuatRauoauoauoavBauoauoavxxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaaxwaxwaxwaxwaxwayqlKZeyThQRnyWhQRpqTaxwuAypzGmMhaxwoLSoLSrQroLSoLSoLSrQroLSoLSuGSjyKnTTaGTaGTaGTaGTaGTaGTaGTaGTaGTaGTaGTaGTaGTaGTaGTaGTaGTaGTaGTaGTkWZowLqAvaGTaGTnaonaonaonaoxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaab aabaabaabaabaabaabaabaabaabaabaabaabaabpTGaYepTGpTGpTGpTGaabaabaabaabaabaabaabaabaabaabatUatCatdatdatdatdatdatdaDlatdatdaDlatdatdatdaulaHXoDsaGEaGEaHkaabaabaabaCzaHochSaxyxoaxoaxoabRHbRHbRHbRHbRHbRHbRHxoaxoaxoaxoaxoaxoaavxlcQaIbikkavxatRauoauoauoauoatRavxxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaaxwfNAdAcxgEaxwaGolKZeyTxGzxGzhQRekjaxwuFsuFshbmaxwuXMugKcCZcCZcCZcCZcCZugKcCZehOvVSfqpcCZugKcCZcCZcCZajycCZcCZcCZugKcCZcCZcCZugKcCZcCZehOvVSnKHvVSvVSvVSvVSvVSnKHaGTxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaab -aabaabaabaabaabaabaabaabaabaabaabaabaabpTGaYepTGpTGpTGpTGpTGaabaabaabaabaabaabaabaabavEavEavEavEaulaulatdatdatdaulatdatdaulatqatdatdaGsaHXaHXdSbbhgaHkaabaabaabaxypUCbhbaxybRHbRHbRHbRHjsEazWtwoqQUwjtbRHbRHbRHaGTaGTaGTaGTavxavxaHYavxavxavxavxavxavxavxavxavxaGTaGTaGTaGTaGTaGTaGTaGTaGTxoaxoaaxwjwaiKxpzGvPdaGolKZeyTxGzaFbxGzxGzaxwfBKawmdEDaxwvftmvSgeCgeCgeCgeCgeCgeCgeCozZvVSmvSgeCgeCgeCgeCgeCpEcgeCgeCgeCgeCgeCgeCgeCgeCgeCgeCozZvVSatPatPatPwqHaLXaLXaLXaGTxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaab +aabaabaabaabaabaabaabaabaabaabaabaabaabpTGaYepTGpTGpTGpTGpTGaabaabaabaabaabaabaabaabavEavEavEavEaulaulatdatdatdaulatdhbJaulatqatdatdaGsaHXaHXdSbbhgaHkaabaabaabaxypUCbhbaxybRHbRHbRHbRHjsEazWtwoqQUwjtbRHbRHbRHaGTaGTaGTaGTavxavxaHYavxavxavxavxavxavxavxavxavxaGTaGTaGTaGTaGTaGTaGTaGTaGTxoaxoaaxwjwaiKxpzGvPdaGolKZeyTxGzaFbxGzxGzaxwfBKawmdEDaxwvftmvSgeCgeCgeCgeCgeCgeCgeCozZvVSmvSgeCgeCgeCgeCgeCpEcgeCgeCgeCgeCgeCgeCgeCgeCgeCgeCozZvVSatPatPatPwqHaLXaLXaLXaGTxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaab aabaabaabaabaabaabaabaabaabaabaabaabaabpTGaYepTGpTGpTGpTGpTGaabaabaabaabaabaabaabaabaabaabaabatBatCatdatdatdatdaulaIhavsaulatdatdatdaulaHyaHXaHXauIaHkaabaabaabaCzaHochSaxybRHbpbbxbbRHazCaHraHraHrautbRHavHjTcaPFaPFaPFaPFaJAaPFaPFaPFaPFaPFaJAaPFaPFaPFmBhaGTxcuxcuxcukvUwhomCQaHwaILaGTxoaxoaaxwpSfiKxuAyaxwaGolKZaxwaxwaxwaxwaxwaxwaxwaxwaxwaxwvftkiAavVavVavVavVavVibneCKvftvVSkiAeCKewqavVavVavVavVavVavVavVavVavVavVavVavVavVavVvftatPaGTaGTeacaGTeacjSHjSHaGTaGTaGTaGTaGTaGTaGTaGTaGTaGTxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaab aabaabaabaabaabaabaabaabaabaabaabaabpTGpTGaYepTGpTGpTGpTGpTGpTGaabaabaabaabaabaabaabaabaabaabatUatCavtaunavKavLaulcESerPaulauiaxzauiasSasSasSaHkaHkaHkaabaabaabaCzwMMaDmaxybRHkBtaBObRHaIXaHraxfateayXbRHavHjTcavlavlavlatPatPatPavlavlavlatPatPatPavlavlauVaGTxcuxcuxcuxcuxcuxcuxcuxcuaGTxoaxoaaxwaxwaxwaxwaxwaGolKZaxwmMhniBwOmaxwuFvhgoshdgjeaGTnqtxFXavVavVvLnmNcavVavVavVbEbawbbEbavVavVavVmNcvLnavVavVawyawzawAawBaaeavVatvatvavVvftatPaGTlfCfbfehhwdbiFubPYlOIakUcBHlCQcBHrbbhQOsJFiJTaGTxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaab aabaabaabaabaabaabaabaabaabpTGpTGpTGpTGpTGaYepTGpTGpTGpTGpTGpTGpTGaabaabaabaabaabaabaabaabavEavEasSasSasSasSasSasShIzavSxDjasSasSasSdQQmvtaabaabaabaabaabaabaabaCzaHochSaxybRHaBhaHrbRHaGDaHJaHBaEHqWGbRHavHjTcgYdgYdgYdgYdgYdgYdgYdgYdgYdgYdgYdgYdawvavlauVaGTxcuxcuxcuxcuxcuxcuxcuxcuaGTaGTaGTaGTaGTaGThZQmVYprflKZvPdpzGvwsvrSaxwuXMcCZcCZcCZcCZehOkiAavVeXWusKvbMhSvaGcuvpayvayvayvayvaGcubacMGpIEhNAavVernmpGawGawGawGavVatvatvavVvftatPeacjYsuQehGQhGQgrfnaIhGQhGQgpxpZlejfpZlveFveFprWaGTxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaxoaaabaabaabaabaabaabaabaabaabaabaabaabaabaabaabaab diff --git a/mods/_fd/_maps/farfleet_fd/_map_farfleet.dm b/mods/_fd/_maps/farfleet_fd/_map_farfleet.dm new file mode 100644 index 0000000000000..9007cdc351498 --- /dev/null +++ b/mods/_fd/_maps/farfleet_fd/_map_farfleet.dm @@ -0,0 +1,3 @@ +/singleton/modpack/map_farfleet + name = "Разведывательный корабль Пионерского Корпуса КФ ГКК" + desc = "Авейка, включающая в себя разведывательный корабль, принадлежащий к Пионерскому корпусу КФ ГКК." diff --git a/mods/_fd/_maps/farfleet_fd/_map_farfleet.dme b/mods/_fd/_maps/farfleet_fd/_map_farfleet.dme new file mode 100644 index 0000000000000..9d5da90a4ed9a --- /dev/null +++ b/mods/_fd/_maps/farfleet_fd/_map_farfleet.dme @@ -0,0 +1,16 @@ +#ifndef MODPACK_MAP_FARFLEET +#define MODPACK_MAP_FARFLEET + +#include "_map_farfleet.dm" +#include "code/farfleet.dm" +#include "code/farfleet_areas.dm" +#include "code/farfleet_crew.dm" +#include "code/farfleet_faction.dm" +#include "code/farfleet_items.dm" +#include "code/farfleet_presets.dm" +#include "code/farfleet_shuttle.dm" +#include "code/farfleet_structures.dm" +#include "code/farfleet_turbolift.dm" +#include "assets.dm" + +#endif diff --git a/mods/_fd/_maps/farfleet_fd/assets.dm b/mods/_fd/_maps/farfleet_fd/assets.dm new file mode 100644 index 0000000000000..0efe9d63a3dd4 --- /dev/null +++ b/mods/_fd/_maps/farfleet_fd/assets.dm @@ -0,0 +1,58 @@ +/obj/paint/dark_gunmetal + color = COLOR_DARK_GUNMETAL + +/obj/floor_decal/corner/darkblue + name = "dark blue corner" + color = COLOR_COMMAND_BLUE + +/obj/floor_decal/corner/darkblue/diagonal + icon_state = "corner_white_diagonal" + +/obj/floor_decal/corner/darkblue/three_quarters + icon_state = "corner_white_three_quarters" + +/obj/floor_decal/corner/darkblue/full + icon_state = "corner_white_full" + +/obj/floor_decal/corner/darkblue/border + icon_state = "bordercolor" + +/obj/floor_decal/corner/darkblue/half + icon_state = "bordercolorhalf" + +/obj/floor_decal/corner/darkblue/mono + icon_state = "bordercolormonofull" + +/obj/floor_decal/corner/darkblue/bordercorner + icon_state = "bordercolorcorner" + +/obj/floor_decal/corner/darkblue/bordercorner2 + icon_state = "bordercolorcorner2" + +/obj/floor_decal/corner/darkblue/borderfull + icon_state = "bordercolorfull" + +/obj/floor_decal/corner/darkblue/bordercee + icon_state = "bordercolorcee" + +/obj/floor_decal/industrial/warning/half + name = "floor decal" + icon = 'maps/sierra/icons/turf/decals.dmi' + icon_state = "warninghalf" + +/obj/paint_stripe/nt_red + color = "#9d2300" + +/obj/floor_decal/industrial/hatch/grey + color = "#808080" + +/obj/floor_decal/corner/grey_alt/diagonal + icon_state = "corner_white_diagonal" + +/obj/structure/sign/poster/no_alcohol + icon_state = "no_alcohol" + poster_type = /singleton/poster/no_alcohol + +/obj/floor_decal/industrial/outline/green + name = "green outline" //INF, WAS orange outline + color = COLOR_GREEN_GRAY //INF, WAS COLOR_GREEN diff --git a/mods/_fd/_maps/farfleet_fd/code/farfleet.dm b/mods/_fd/_maps/farfleet_fd/code/farfleet.dm new file mode 100644 index 0000000000000..cc16733909dd2 --- /dev/null +++ b/mods/_fd/_maps/farfleet_fd/code/farfleet.dm @@ -0,0 +1,110 @@ + + /////////// + //OVERMAP// + /////////// + +/obj/overmap/visitable/ship/farfleet + name = "Pioneer Corps Gunboat" + desc = "ICGNV Garibaldi-class Gunboat. This craft bears markings of Pioneer Corps" + color = "#fc7a00" + fore_dir = WEST + vessel_mass = 1000 + known_ships = list(/obj/overmap/visitable/ship/landable/snz) + vessel_size = SHIP_SIZE_SMALL + hide_from_reports = TRUE + start_x = 39 + start_y = 39 + + initial_generic_waypoints = list( + "nav_farfleet_1", + "nav_farfleet_2", + "nav_farfleet_3", + "nav_farfleet_4", + "nav_hangar_snz" + ) + + initial_restricted_waypoints = list( + "SNZ" = list("nav_hangar_snz") + ) + +#define RECON_SHIP_PREFIX pick("Admiral Sobolev","Ivan Kozhedub","Sevastopol","Zirkel","Kurchatov","Gomel","Admiral Kolchak","Udaloi","Omsk","Krondstatt","Admiral Nakhimov","Iron Dmitry","Simbirsk","Apostle Peter","Admiral Chernavin","Proryv","Triumph","Besstrashnyi","Elisarov","Magnitogorsk") +/obj/overmap/visitable/ship/farfleet/New() + name = "ICCGN PC [RECON_SHIP_PREFIX], \a [name]" + for(var/area/ship/farfleet/A) + A.name = "\improper [name] - [A.name]" + GLOB.using_map.area_purity_test_exempt_areas += A.type + ..() +#undef RECON_SHIP_PREFIX + +/datum/map_template/ruin/away_site/farfleet + name = "Pioneer Corps Gunboat (ICGNV)" + id = "awaysite_recon_ship" + description = "Garibaldi-class Gunboat, ICCG Pioneer Corps Reconnaissance Craft." +// prefix = "mods/_fd/_maps/farfleet/maps/" +// suffixes = list("farfleet-1.dmm", "farfleet-2.dmm") +// ban_ruins = list(/datum/map_template/ruin/away_site/patrol) + mappaths = list("mods/_fd/_maps/farfleet_fd/maps/farfleet-1.dmm", "mods/_fd/_maps/farfleet_fd/maps/farfleet-2.dmm") + spawn_cost = 0.5 + player_cost = 7 + spawn_weight = 1 + shuttles_to_initialise = list(/datum/shuttle/autodock/overmap/snz) + + area_usage_test_exempted_areas = list( + /area/turbolift/farfleet_first, + /area/turbolift/farfleet_second + ) + +#ifdef MODPACK_MAP_SENTINEL +/datum/map_template/ruin/away_site/farfleet + ban_ruins = list(/datum/map_template/ruin/away_site/patrol) +#endif + +/obj/shuttle_landmark/nav_farfleet/nav1 + name = "Pioneer Corps Ship Fore" + landmark_tag = "nav_farfleet_1" + +/obj/shuttle_landmark/nav_farfleet/nav2 + name = "Pioneer Corps Ship Aft" + landmark_tag = "nav_farfleet_2" + +/obj/shuttle_landmark/nav_farfleet/nav3 + name = "Pioneer Corps Ship Port" + landmark_tag = "nav_farfleet_3" + +/obj/shuttle_landmark/nav_farfleet/nav4 + name = "Pioneer Corps Ship Starboard" + landmark_tag = "nav_farfleet_4" + +/obj/submap_landmark/joinable_submap/farfleet + name = "ICCGN PC Ship" + archetype = /singleton/submap_archetype/away_iccgn_farfleet + +/* TCOMMS + * ====== + */ + +/obj/machinery/telecomms/allinone/iccgn + listening_freqs = list(ICCGN_FREQ) + channel_color = COMMS_COLOR_ICCG + channel_name = "Pioneer" + circuitboard = /obj/item/stock_parts/circuitboard/telecomms/allinone/iccgn + + +//Items +/obj/item/device/radio/headset/iccgn + name = "iccgn headset" + desc = "Headset belonging to an ICCGN operative." + icon_state = "syndie_headset" + item_state = "headset" + ks1type = /obj/item/device/encryptionkey/iccgn + +/obj/item/device/radio/headset/iccgn/Initialize() + . = ..() + set_frequency(ICCGN_FREQ) + +/obj/item/device/encryptionkey/iccgn + name = "\improper ICCGN radio encryption key" + channels = list("ICGN Ship" = 1) + +/obj/item/stock_parts/circuitboard/telecomms/allinone/iccgn + build_path = /obj/machinery/telecomms/allinone/iccgn diff --git a/mods/_fd/_maps/farfleet_fd/code/farfleet_areas.dm b/mods/_fd/_maps/farfleet_fd/code/farfleet_areas.dm new file mode 100644 index 0000000000000..f139bd4f27496 --- /dev/null +++ b/mods/_fd/_maps/farfleet_fd/code/farfleet_areas.dm @@ -0,0 +1,230 @@ +/area/ship/farfleet + name = "\improper ICCGN Farfleet" + icon_state = "shuttle2" + area_flags = AREA_FLAG_RAD_SHIELDED | AREA_FLAG_ION_SHIELDED + +/area/ship/farfleet/crew + name = "\improper Officer's Locker Room" + icon_state = "locker" + req_access = list(access_away_iccgn) + holomap_color = HOLOMAP_AREACOLOR_CREW + +/area/ship/farfleet/crew/hydroponics + name = "\improper Auxiliary Hydroponics" + icon_state = "green" + req_access = list(access_away_iccgn) + +/area/ship/farfleet/crew/canteen + name = "\improper Canteen" + icon_state = "cafeteria" + req_access = list(access_away_iccgn) + +/area/ship/farfleet/crew/kitchen + name = "\improper Galley" + icon_state = "green" + req_access = list(access_away_iccgn) + +/area/ship/farfleet/crew/freezer + name = "\improper Freezer" + icon_state = "locker" + req_access = list(access_away_iccgn) + +/area/ship/farfleet/crew/cryo + name = "Cryo Storage" + icon_state = "cryo" + req_access = list(access_away_iccgn) + +/area/ship/farfleet/crew/comms + name = "Communication Relay" + icon_state = "teleporter" + req_access = list(access_away_iccgn, access_away_iccgn_captain) + +/area/ship/farfleet/crew/toilet + name = "\improper Toilet" + icon_state = "toilet" + req_access = list(access_away_iccgn) + +/area/ship/farfleet/crew/hallway/lower + name = "\improper Hallway - Operative Deck" + icon_state = "hallF" + req_access = list(access_away_iccgn) + holomap_color = HOLOMAP_AREACOLOR_HALLWAYS + +/area/ship/farfleet/crew/hallway/upper + name = "\improper Hallway - Hangar Deck" + icon_state = "hallA" + req_access = list(access_away_iccgn) + holomap_color = HOLOMAP_AREACOLOR_HALLWAYS + +/area/ship/farfleet/crew/brig + name = "\improper Ship Brig" + icon_state = "red" + req_access = list(access_away_iccgn) + holomap_color = HOLOMAP_AREACOLOR_SECURITY + +/area/ship/farfleet/crew/brig/emergency_armory + name = "\improper Emergency Armory" + icon_state = "red" + req_access = list(access_away_iccgn, access_away_iccgn_captain) + holomap_color = HOLOMAP_AREACOLOR_SECURITY + +/area/ship/farfleet/crew/brig/css + name = "\improper Counsultant Room" + icon_state = "red" + req_access = list(access_away_iccgn) + holomap_color = HOLOMAP_AREACOLOR_COMMAND + +/area/ship/farfleet/engineering/hallway + name = "\improper Engineering Hallway" + icon_state = "yellow" + req_access = list(access_away_iccgn) + holomap_color = HOLOMAP_AREACOLOR_ENGINEERING + +/area/ship/farfleet/engineering/equipment + name = "\improper Engineering Equipment" + icon_state = "yellow" + req_access = list(access_away_iccgn) + holomap_color = HOLOMAP_AREACOLOR_ENGINEERING + +/area/ship/farfleet/engineering/atmos_equipment + name = "\improper Atmospherics Equipment" + icon_state = "yellow" + req_access = list(access_away_iccgn) + holomap_color = HOLOMAP_AREACOLOR_ENGINEERING + +/area/ship/farfleet/engineering/storage + name = "\improper Engineering Storage" + icon_state = "engineering_locker" + req_access = list(access_away_iccgn) + holomap_color = HOLOMAP_AREACOLOR_ENGINEERING + +/area/ship/farfleet/engineering/shield + name = "\improper Shield Generator" + icon_state = "yellow" + req_access = list(access_away_iccgn) + holomap_color = HOLOMAP_AREACOLOR_ENGINEERING + +/area/ship/farfleet/engineering/fussion + name = "\improper Fussion Zone" + icon_state = "rust_reactor" + ambience = list('sound/ambience/ambigen3.ogg','sound/ambience/ambigen4.ogg','sound/ambience/ambigen5.ogg','sound/ambience/ambigen6.ogg','sound/ambience/ambigen7.ogg','sound/ambience/ambigen8.ogg','sound/ambience/ambigen9.ogg','sound/ambience/ambigen10.ogg','sound/ambience/ambigen11.ogg','sound/ambience/ambieng1.ogg') + req_access = list(access_away_iccgn) + holomap_color = HOLOMAP_AREACOLOR_ENGINEERING + +/area/ship/farfleet/engineering/fussion/control + name = "\improper Fussion Control" + icon_state = "green" + req_access = list(access_away_iccgn) + holomap_color = HOLOMAP_AREACOLOR_ENGINEERING + +/area/ship/farfleet/engineering/atmospherics + name = "\improper Atmospherics" + icon_state = "atmos" + ambience = list('sound/ambience/ambigen3.ogg','sound/ambience/ambigen4.ogg','sound/ambience/ambigen5.ogg','sound/ambience/ambigen6.ogg','sound/ambience/ambigen7.ogg','sound/ambience/ambigen8.ogg','sound/ambience/ambigen9.ogg','sound/ambience/ambigen10.ogg','sound/ambience/ambigen11.ogg','sound/ambience/ambiatm1.ogg') + req_access = list(access_away_iccgn) + holomap_color = HOLOMAP_AREACOLOR_ENGINEERING + +/area/ship/farfleet/barracks + name = "\improper Droptroops Section" + icon_state = "locker" + req_access = list(access_away_iccgn, access_away_iccgn_droptroops) + holomap_color = HOLOMAP_AREACOLOR_EXPLORATION + +/area/ship/farfleet/barracks/armory + name = "\improper Droptroops Armory" + icon_state = "red" + req_access = list(access_away_iccgn, access_away_iccgn_droptroops, access_away_iccgn_sergeant) + holomap_color = HOLOMAP_AREACOLOR_EXPLORATION + + + +/area/ship/farfleet/medbay + name = "\improper Medical Bay" + icon_state = "exam_room" + req_access = list(access_away_iccgn) + holomap_color = HOLOMAP_AREACOLOR_MEDICAL + +/area/ship/farfleet/medbay/storage + name = "\improper Medical Storage" + icon_state = "medbay" + req_access = list(access_away_iccgn) + +/area/ship/farfleet/medbay/surgery + name = "\improper Surgery" + icon_state = "surgery" + req_access = list(access_away_iccgn) + + + + + +/area/ship/farfleet/maintenance + name = "\improper Port Maintenance" + icon_state = "amaint" + req_access = list(access_away_iccgn) + +/area/ship/farfleet/maintenance/anomaly + name = "\improper Anomaly Materials " + icon_state = "amaint" + req_access = list(access_away_iccgn) + holomap_color = HOLOMAP_AREACOLOR_SCIENCE + +/area/ship/farfleet/maintenance/storage + name = "\improper Auxiliary Storage" + icon_state = "amaint" + req_access = list(access_away_iccgn) + +/area/ship/farfleet/maintenance/waste + name = "\improper Waste Disposal" + icon_state = "amaint" + req_access = list(access_away_iccgn) + +/area/ship/farfleet/maintenance/engine + name = "\improper Thrusters" + icon_state = "red" + req_access = list(access_away_iccgn) + + + +/area/ship/farfleet/command/bridge + name = "\improper Bridge" + icon_state = "bridge" + req_access = list(access_away_iccgn) + holomap_color = HOLOMAP_AREACOLOR_COMMAND + +/area/ship/farfleet/command/eva + name = "\improper Fleet EVA" + icon_state = "eva" + req_access = list(access_away_iccgn) + holomap_color = HOLOMAP_AREACOLOR_COMMAND + +/area/ship/farfleet/command/equipment + name = "\improper Fleet Equipment" + icon_state = "eva" + req_access = list(access_away_iccgn) + +/area/ship/farfleet/command/snz_hangar + name = "\improper SNZ Hangar" + icon_state = "hangar" + req_access = list(access_away_iccgn) + holomap_color = HOLOMAP_AREACOLOR_CARGO + +/area/ship/farfleet/command/hangar_canisters + name = "\improper Fuel station" + icon_state = "purple" + req_access = list(access_away_iccgn) + holomap_color = HOLOMAP_AREACOLOR_ENGINEERING + +/area/ship/farfleet/command/launcher + name = "\improper Fore Impulse Cannon" + icon_state = "blue" + req_access = list(access_away_iccgn) + holomap_color = HOLOMAP_AREACOLOR_COMMAND + + + +/area/ship/farfleet/dock + name = "\improper Docking Bay" + icon_state = "entry_1" + req_access = list(access_away_iccgn) + holomap_color = HOLOMAP_AREACOLOR_ENGINEERING diff --git a/mods/_fd/_maps/farfleet_fd/code/farfleet_crew.dm b/mods/_fd/_maps/farfleet_fd/code/farfleet_crew.dm new file mode 100644 index 0000000000000..6bf561e8ead4f --- /dev/null +++ b/mods/_fd/_maps/farfleet_fd/code/farfleet_crew.dm @@ -0,0 +1,350 @@ +#define WEBHOOK_SUBMAP_LOADED_ICCGN "webhook_submap_ICCGN" + +/obj/submap_landmark/joinable_submap/away_iccgn_farfleet + name = "Pioneer Corps Recon Craft" + archetype = /singleton/submap_archetype/away_iccgn_farfleet + +/singleton/submap_archetype/away_iccgn_farfleet + descriptor = "ICCG Pioneer Corps Recon Craft" + map = "Recon Ship" + crew_jobs = list( + /datum/job/submap/away_iccgn_farfleet, + /datum/job/submap/away_iccgn_farfleet/iccgn_captain, + /datum/job/submap/away_iccgn_farfleet/iccgn_sergeant, + /datum/job/submap/away_iccgn_farfleet/iccgn_medic, + /datum/job/submap/away_iccgn_farfleet/iccgn_gunner, + /datum/job/submap/away_iccgn_farfleet/iccgn_pawn + ) + call_webhook = WEBHOOK_SUBMAP_LOADED_ICCGN + +/decl/submap_archetype/away_iccgn_farfleet/New() + . = ..() + GLOB.using_map.map_admin_faxes.Add("Lordania Pioneer Corps Relay") + for(var/obj/machinery/photocopier/faxmachine/fax as anything in SSmachines.get_machinery_of_type(/obj/machinery/photocopier/faxmachine)) + GLOB.admin_departments += "Lordania Pioneer Corps Relay" + +/obj/submap_landmark/spawnpoint/away_iccgn_farfleet + name = "Pioneer Corps Trooper" + movable_flags = MOVABLE_FLAG_EFFECTMOVE + +/obj/submap_landmark/spawnpoint/away_iccgn_farfleet/sergeant + name = "Pioneer Corps Starszy Bosman" + +/obj/submap_landmark/spawnpoint/away_iccgn_farfleet/captain + name = "Pioneer Corps Captain" + +/obj/submap_landmark/spawnpoint/away_iccgn_farfleet/iccgn_pawn + name = "CSS Field Operative" + +/obj/submap_landmark/spawnpoint/away_iccgn_farfleet/medic + name = "Pioneer Corpsman" + +/obj/submap_landmark/spawnpoint/away_iccgn_farfleet/gunner + name = "Pioneer Corps Technician" + +/* ACCESS + * ======= + */ + +var/global/const/access_away_iccgn = "ACCESS_ICCGN" +var/global/const/access_away_iccgn_droptroops = "ACCESS_ICCGN_DROPTROOPS" +var/global/const/access_away_iccgn_sergeant = "ACCESS_ICCGN_SERGEANT" +var/global/const/access_away_iccgn_captain = "ACCESS_ICCGN_CAPTAIN" + +/datum/access/access_away_iccgn + id = access_away_iccgn + desc = "ICCGN Main" + region = ACCESS_REGION_NONE + +/datum/access/access_away_iccgn_droptroops + id = access_away_iccgn_droptroops + desc = "ICCGN Droptroops" + region = ACCESS_REGION_NONE + +/datum/access/access_away_iccgn_sergeant + id = access_away_iccgn_sergeant + desc = "ICCGN Sergeant" + region = ACCESS_REGION_NONE + +/datum/access/access_away_iccgn_captain + id = access_away_iccgn_captain + desc = "ICCGN Captain" + region = ACCESS_REGION_NONE + +/obj/item/card/id/awayiccgn/fleet + color = COLOR_GRAY40 + detail_color = "#447ab1" + access = list(access_away_iccgn, access_engine_equip) + +/obj/item/card/id/awayiccgn/droptroops + color = COLOR_GRAY40 + detail_color = "#0018a0" + access = list(access_away_iccgn, access_away_iccgn_droptroops, access_engine_equip) + +/obj/item/card/id/awayiccgn/droptroops/sergeant + access = list(access_away_iccgn, access_away_iccgn_droptroops, access_away_iccgn_sergeant) + extra_details = list("goldstripe") + +/obj/item/card/id/awayiccgn/fleet/captain + access = list(access_away_iccgn, access_away_iccgn_droptroops, access_away_iccgn_sergeant, access_away_iccgn_captain, access_engine_equip) + extra_details = list("goldstripe") + +/obj/item/card/id/awayiccgn/fleet/iccgn_pawn + access = list(access_away_iccgn, access_away_iccgn_droptroops, access_away_iccgn_sergeant, access_away_iccgn_captain, access_engine_equip) + color = COLOR_SURGERY_BLUE + extra_details = list("goldstripe") + +/* JOBS + * ======= + */ + +/datum/job/submap/away_iccgn_farfleet + title = "Pioneer Corps Trooper" + total_positions = 2 + outfit_type = /singleton/hierarchy/outfit/job/iccgn/iccgn_droptroops + allowed_branches = list(/datum/mil_branch/iccgn) + allowed_ranks = list(/datum/mil_rank/iccgn/or3) + supervisors = "Starszy Bosman" + loadout_allowed = TRUE + is_semi_antagonist = TRUE + info = "Вы просыпаетесь и выходите из криосна, ощущая прохладный воздух на своём лице, а также лёгкую тошноту. \ + Являясь одним из членов экипажа разведывательного корабля Пионерского Корпуса ГКК, вы - член прикоммандированного к нему отряда Космодесантных войск ГКК. \ + По данным бортового компьютера, в данном регионе могут потенциально находиться цели вашей разведывательной экседиции.\ + \ + Вам крайне нежелательно приближаться к кораблям и станциям с опозновательными знаками, или вступать в огневой контакт с кораблями или войсками ЦПСС без разрешения от командования группировкой. \ + Исключением являются те ситуации, когда вы атакованы противником, терпите бедствие или на вашем судне аварийная ситуация." + required_language = LANGUAGE_HUMAN_RUSSIAN + whitelisted_species = list(SPECIES_HUMAN, SPECIES_IPC) + min_skill = list(SKILL_COMBAT = SKILL_BASIC, + SKILL_WEAPONS = SKILL_BASIC, + SKILL_HAULING = SKILL_BASIC, + SKILL_MEDICAL = SKILL_BASIC, + SKILL_EVA = SKILL_BASIC) + + access = list(access_away_iccgn, access_away_iccgn_droptroops, access_engine_equip) + +/datum/job/submap/away_iccgn_farfleet/iccgn_sergeant + title = "Pioneer Corps Starszy Bosman" + total_positions = 1 + outfit_type = /singleton/hierarchy/outfit/job/iccgn/iccgn_sergeant + supervisors = "Recon captain, Command of the Pioneer Corps , ICCGN" + allowed_branches = list(/datum/mil_branch/iccgn) + allowed_ranks = list(/datum/mil_rank/iccgn/or5) + loadout_allowed = TRUE + is_semi_antagonist = TRUE + info = "Вы просыпаетесь и выходите из криосна, ощущая прохладный воздух на своём лице, а также лёгкую тошноту. \ + Являясь одним из членов экипажа разведывательного корабля Пионерского Корпуса ГКК, вы - командир прикоммандированного к нему отряда Космодесантных войск ГКК. \ + По данным бортового компьютера, в данном регионе могут потенциально находиться цели вашей разведывательной экседиции.\ + \ + Вам крайне нежелательно приближаться к кораблям и станциям с опозновательными знаками, или вступать в огневой контакт с кораблями или войсками ЦПСС без разрешения от командования группировкой. \ + Исключением являются те ситуации, когда вы атакованы противником, терпите бедствие или на вашем судне аварийная ситуация." + required_language = LANGUAGE_HUMAN_RUSSIAN + whitelisted_species = list(SPECIES_HUMAN) + min_skill = list(SKILL_COMBAT = SKILL_BASIC, + SKILL_WEAPONS = SKILL_BASIC, + SKILL_HAULING = SKILL_BASIC, + SKILL_MEDICAL = SKILL_BASIC, + SKILL_PILOT = SKILL_TRAINED, + SKILL_EVA = SKILL_BASIC) + + + access = list(access_away_iccgn, access_away_iccgn_droptroops, access_away_iccgn_sergeant, access_engine_equip) + +/datum/job/submap/away_iccgn_farfleet/iccgn_captain + title = "Pioneer Corps Captain" + total_positions = 1 + outfit_type = /singleton/hierarchy/outfit/job/iccgn/iccgn_captain + allowed_branches = list(/datum/mil_branch/iccgn) + allowed_ranks = list( + /datum/mil_rank/iccgn/of4, + /datum/mil_rank/iccgn/of5 + ) + supervisors = "command of the Pioneer Corps , ICCGN" + loadout_allowed = TRUE + is_semi_antagonist = TRUE + info = "Вы просыпаетесь и выходите из криосна, ощущая прохладный воздух на своём лице, а также лёгкую тошноту. \ + Будучи одним из членов экипажа разведывательного корабля Пионерского Корпуса ГКК, вы - капитан разведывательного корабля. \ + По данным бортового компьютера, в данном регионе могут потенциально находиться цели вашей разведывательной экседиции.\ + \ + Вам крайне нежелательно приближаться к кораблям и станциям с опозновательными знаками, или вступать в огневой контакт с кораблями или войсками ЦПСС без разрешения от командования группировкой. \ + Исключением являются те ситуации, когда вы атакованы противником, терпите бедствие или на вашем судне аварийная ситуация." + required_language = LANGUAGE_HUMAN_RUSSIAN + whitelisted_species = list(SPECIES_HUMAN) + min_skill = list(SKILL_COMBAT = SKILL_BASIC, + SKILL_WEAPONS = SKILL_BASIC, + SKILL_HAULING = SKILL_BASIC, + SKILL_MEDICAL = SKILL_BASIC, + SKILL_PILOT = SKILL_TRAINED, + SKILL_EVA = SKILL_BASIC) + + access = list(access_away_iccgn, access_away_iccgn_droptroops, access_away_iccgn_sergeant, access_away_iccgn_captain, access_engine_equip) + + +/datum/job/submap/away_iccgn_farfleet/iccgn_medic + title = "Pioneer Corpsman" + total_positions = 1 + outfit_type = /singleton/hierarchy/outfit/job/iccgn/iccgn_medic + allowed_branches = list(/datum/mil_branch/iccgn) + allowed_ranks = list( + /datum/mil_rank/iccgn/of1, + /datum/mil_rank/iccgn/of3 + ) + loadout_allowed = TRUE + info = "Вы просыпаетесь и выходите из криосна, ощущая прохладный воздух на своём лице, а также лёгкую тошноту. \ + Являясь одним из членов экипажа разведывательного корабля Пионерского Корпуса ГКК, ваша задача состоит в медицинской поддержке экипажа. \ + \ + Вам крайне нежелательно приближаться к кораблям и станциям с опозновательными знаками, или вступать в огневой контакт с кораблями или войсками ЦПСС без разрешения от командования группировкой. \ + Исключением являются те ситуации, когда вы атакованы противником, терпите бедствие или на вашем судне аварийная ситуация." + required_language = LANGUAGE_HUMAN_RUSSIAN + whitelisted_species = list(SPECIES_HUMAN, SPECIES_IPC) + is_semi_antagonist = TRUE + min_skill = list(SKILL_COMBAT = SKILL_BASIC, + SKILL_WEAPONS = SKILL_BASIC, + SKILL_HAULING = SKILL_TRAINED, + SKILL_MEDICAL = SKILL_EXPERIENCED, + SKILL_ANATOMY = SKILL_BASIC, + SKILL_CHEMISTRY = SKILL_BASIC, + SKILL_EVA = SKILL_BASIC) + + + + access = list(access_away_iccgn, access_engine_equip) + +/datum/job/submap/away_iccgn_farfleet/iccgn_gunner + title = "Pioneer Corps Technician" + total_positions = 1 + outfit_type = /singleton/hierarchy/outfit/job/iccgn/iccgn_gunner + allowed_branches = list(/datum/mil_branch/iccgn) + allowed_ranks = list( + /datum/mil_rank/iccgn/of1, + /datum/mil_rank/iccgn/of3 + ) + supervisors = "captain" + loadout_allowed = TRUE + info = "Вы просыпаетесь и выходите из криосна, ощущая прохладный воздух на своём лице, а также лёгкую тошноту. \ + Являясь одним из членов экипажа разведывательного корабля Пионерского Корпуса ГКК, ваша задача состоит в ведении огня из ракетных установок, пилотирования корабля, поддержании работоспособности судна и экипировки экипажа. \ + \ + Вам крайне нежелательно приближаться к кораблям и станциям с опозновательными знаками, или вступать в огневой контакт с кораблями или войсками ЦПСС без разрешения от командования группировкой. \ + Исключением являются те ситуации, когда вы атакованы противником, терпите бедствие или на вашем судне аварийная ситуация." + required_language = LANGUAGE_HUMAN_RUSSIAN + whitelisted_species = list(SPECIES_HUMAN, SPECIES_IPC) + is_semi_antagonist = TRUE + min_skill = list(SKILL_COMBAT = SKILL_BASIC, + SKILL_WEAPONS = SKILL_BASIC, + SKILL_HAULING = SKILL_TRAINED, + SKILL_MEDICAL = SKILL_BASIC, + SKILL_PILOT = SKILL_TRAINED, + SKILL_EVA = SKILL_TRAINED, + SKILL_CONSTRUCTION = SKILL_TRAINED, + SKILL_ELECTRICAL = SKILL_TRAINED, + SKILL_ATMOS = SKILL_BASIC, + SKILL_ENGINES = SKILL_TRAINED, + SKILL_DEVICES = SKILL_BASIC) + + access = list(access_away_iccgn, access_engine_equip) + +/datum/job/submap/away_iccgn_farfleet/iccgn_pawn + title = "CSS Field Operative" + total_positions = 1 + outfit_type = /singleton/hierarchy/outfit/job/iccgn/iccgn_pawn + allowed_branches = list(/datum/mil_branch/css) + allowed_ranks = list(/datum/mil_rank/css/fa7) + supervisors = "chief of 'P' Department, Confederate Security Service" + psi_faculties = list(PSI_COERCION = PSI_RANK_MASTER) + loadout_allowed = TRUE + info = "Вы просыпаетесь и выходите из криосна, ощущая прохладный воздух на своём лице, а также лёгкую тошноту. \ + Вы - сотрдник отдела 'П' Конфедеративной Службы Безопасности, приписанный к кораблю Пионерского Корпуса. \ + По данным бортового компьютера, в данном регионе могут потенциально находиться цели вашей разведывательной экседиции.\ + \ + Вашей первичной задачей является сбор разведданных об активности корпоративных судов, судов ЦПСС, а также иной активности, которая покажется вам подозрительной. \ + У вас нет права подниматься на борт судов NanoTrasen или ЦПСС. Помните об этом и не провоцируйте ненужные Конфедерации конфликты. \ + Исключением являются те ситуации, когда вы атакованы противником, терпите бедствие или на вашем судне аварийная ситуация." + required_language = LANGUAGE_HUMAN_RUSSIAN + whitelisted_species = list(SPECIES_HUMAN) + is_semi_antagonist = TRUE + min_skill = list(SKILL_BUREAUCRACY = SKILL_TRAINED, + SKILL_COMBAT = SKILL_BASIC, + SKILL_WEAPONS = SKILL_BASIC, + SKILL_HAULING = SKILL_BASIC, + SKILL_MEDICAL = SKILL_BASIC, + SKILL_PILOT = SKILL_TRAINED, + SKILL_EVA = SKILL_BASIC) + + access = list(access_away_iccgn, access_away_iccgn_droptroops, access_away_iccgn_sergeant, access_away_iccgn_captain, access_engine_equip) + + +/* OUTFITS + * ======= + */ + +#define ICCGN_OUTFIT_JOB_NAME(job_name) ("ICCGN Recon Craft - Job - " + job_name) + +/singleton/hierarchy/outfit/job/iccgn + hierarchy_type = /singleton/hierarchy/outfit/job/iccgn + uniform = /obj/item/clothing/under/iccgn/utility + shoes = /obj/item/clothing/shoes/iccgn/utility + l_ear = /obj/item/device/radio/headset/iccgn + l_pocket = /obj/item/device/radio + r_pocket = /obj/item/crowbar/prybar + suit_store = /obj/item/tank/oxygen + id_types = list(/obj/item/card/id/awayiccgn/fleet) + id_slot = slot_wear_id + pda_type = null + belt = null + back = /obj/item/storage/backpack/satchel/leather/navy + backpack_contents = null + flags = OUTFIT_EXTENDED_SURVIVAL + +/singleton/hierarchy/outfit/job/iccgn/iccgn_droptroops + name = ICCGN_OUTFIT_JOB_NAME("Droptrooper") + head = /obj/item/clothing/head/iccgn/beret + uniform = /obj/item/clothing/under/iccgn/pt + id_types = list(/obj/item/card/id/awayiccgn/droptroops) + belt = /obj/item/storage/belt/holster/security/tactical/farfleet + gloves = /obj/item/clothing/gloves/thick/combat + +/singleton/hierarchy/outfit/job/iccgn/iccgn_sergeant + name = ICCGN_OUTFIT_JOB_NAME("Droptroops Sergeant") + head = /obj/item/clothing/head/iccgn/beret + uniform = /obj/item/clothing/under/iccgn/pt + id_types = list(/obj/item/card/id/awayiccgn/droptroops/sergeant) + belt = /obj/item/storage/belt/holster/security/tactical/farfleet + gloves = /obj/item/clothing/gloves/thick/combat + +/singleton/hierarchy/outfit/job/iccgn/iccgn_gunner + name = ICCGN_OUTFIT_JOB_NAME("Senior Technican") + head = /obj/item/clothing/head/iccgn/service + uniform = /obj/item/clothing/under/iccgn/utility + belt = /obj/item/storage/belt/utility/full + gloves = /obj/item/clothing/gloves/insulated //black + +/singleton/hierarchy/outfit/job/iccgn/iccgn_medic + name = ICCGN_OUTFIT_JOB_NAME("Pioneer Corpsman") + head = /obj/item/clothing/head/iccgn/service + uniform = /obj/item/clothing/under/iccgn/utility + belt = /obj/item/storage/belt/medical/emt + gloves = /obj/item/clothing/gloves/latex/nitrile + +/singleton/hierarchy/outfit/job/iccgn/iccgn_captain + name = ICCGN_OUTFIT_JOB_NAME("Pioneer Corps Captain") + head = /obj/item/clothing/head/iccgn/service_command + uniform = /obj/item/clothing/under/iccgn/service_command + suit = /obj/item/clothing/suit/iccgn/service_command + id_types = list(/obj/item/card/id/awayiccgn/fleet/captain) + shoes = /obj/item/clothing/shoes/iccgn/service + gloves = /obj/item/clothing/gloves/iccgn/duty + belt = /obj/item/storage/belt/holster/security/tactical/farfleet + +/singleton/hierarchy/outfit/job/iccgn/iccgn_pawn + name = ICCGN_OUTFIT_JOB_NAME("Eighth Department's Consultant") + head = /obj/item/clothing/head/iccgn/service + uniform = /obj/item/clothing/under/suit_jacket/charcoal + suit = /obj/item/clothing/suit/iccgn/dress_officer + id_types = list(/obj/item/card/id/awayiccgn/fleet/iccgn_pawn) + shoes = /obj/item/clothing/shoes/dress + gloves = /obj/item/clothing/gloves/iccgn/duty + holster = /obj/item/clothing/accessory/storage/holster/armpit + belt = /obj/item/storage/belt/holster/security/farfleet/iccgn_pawn + +#undef ICCGN_OUTFIT_JOB_NAME +#undef WEBHOOK_SUBMAP_LOADED_ICCGN diff --git a/mods/_fd/_maps/farfleet_fd/code/farfleet_faction.dm b/mods/_fd/_maps/farfleet_fd/code/farfleet_faction.dm new file mode 100644 index 0000000000000..7035a6b841f5d --- /dev/null +++ b/mods/_fd/_maps/farfleet_fd/code/farfleet_faction.dm @@ -0,0 +1,43 @@ +/datum/mil_branch/css + name = "Confederate Security Service" + name_short = "ICCGCSS" + email_domain = "css.gcc" + assistant_job = null + min_skill = list( + SKILL_HAULING = SKILL_BASIC, + SKILL_WEAPONS = SKILL_BASIC, + SKILL_EVA = SKILL_BASIC + ) + + rank_types = list( + /datum/mil_rank/css/fa7, + /datum/mil_rank/css/ia6 + ) + + spawn_rank_types = list( + /datum/mil_rank/css/fa7, + /datum/mil_rank/css/ia6 + ) + + +/datum/mil_branch/css/New() + rank_types = subtypesof(/datum/mil_rank/css) + ..() + + +/datum/mil_rank/css/fa7 + name = "Ensign of Confederate Security" + name_short = "EnCS" + accessory = list( + /obj/item/clothing/accessory/iccgn_rank/or7 + ) + sort_order = 70 + + +/datum/mil_rank/css/ia6 + name = "Commissar of Confederate Security" + name_short = "ComCS" + accessory = list( + /obj/item/clothing/accessory/iccgn_rank/of5 + ) + sort_order = 150 diff --git a/mods/_fd/_maps/farfleet_fd/code/farfleet_items.dm b/mods/_fd/_maps/farfleet_fd/code/farfleet_items.dm new file mode 100644 index 0000000000000..ac1b11b822b54 --- /dev/null +++ b/mods/_fd/_maps/farfleet_fd/code/farfleet_items.dm @@ -0,0 +1,374 @@ + +/* CARDS + * ======== + */ + +/obj/item/card/id/farfleet/droptroops + desc = "An identification card issued to ICCG crewmembers aboard the Farfleet Recon Craft." + icon_state = "base" + access = list(access_away_iccgn, access_away_iccgn_droptroops) + +/obj/item/card/id/farfleet/droptroops/sergeant + desc = "An identification card issued to ICCG crewmembers aboard the Farfleet Recon Craft." + icon_state = "base" + access = list(access_away_iccgn, access_away_iccgn_droptroops, access_away_iccgn_sergeant) + +/obj/item/card/id/farfleet/fleet + desc = "An identification card issued to ICCG crewmembers aboard the Farfleet Recon Craft." + icon_state = "base" + access = list(access_away_iccgn) + +/obj/item/card/id/farfleet/fleet/captain + desc = "An identification card issued to ICCG crewmembers aboard the Farfleet Recon Craft." + icon_state = "base" + access = list(access_away_iccgn, access_away_iccgn_captain) + +/* CLOTHING + * ======== + */ + + +/obj/item/clothing/under/iccgn/service_command + accessories = list( + /obj/item/clothing/accessory/iccgn_patch/pioneer + ) + +/obj/item/clothing/under/iccgn/utility + accessories = list( + /obj/item/clothing/accessory/iccgn_patch/pioneer + ) + +/obj/item/clothing/under/iccgn/pt + accessories = list( + /obj/item/clothing/accessory/iccgn_patch/pioneer + ) + +/obj/item/storage/belt/holster/security/tactical/farfleet/New() + ..() + new /obj/item/gun/projectile/pistol/optimus(src) + new /obj/item/ammo_magazine/pistol/double(src) + new /obj/item/ammo_magazine/pistol/double(src) + +/obj/item/storage/belt/holster/security/farfleet/iccgn_pawn/New() + ..() + new /obj/item/gun/projectile/pistol/bobcat(src) + new /obj/item/ammo_magazine/pistol(src) + new /obj/item/ammo_magazine/pistol(src) + + +/* WEAPONARY - BALLISTICS + * ======== + */ + +/obj/item/gun/projectile/automatic/assault_rifle/heltek + name = "LA-700" + desc = "HelTek LA-700 is a standart equipment of ICCG Space-assault Forces. Looks very similiar to STS-35." + icon = 'mods/_maps/farfleet/icons/obj/iccg_rifle.dmi' + icon_state = "iccg_rifle" + +/obj/item/gun/projectile/automatic/assault_rifle/heltek/on_update_icon() + ..() + if(ammo_magazine) + icon_state = "iccg_rifle" + wielded_item_state = "arifle-wielded" + else + icon_state = "iccg_rifle-empty" + wielded_item_state = "arifle-wielded-empty" + +/obj/item/gun/projectile/automatic/mr735 + name = "MR-735" + desc = "A cheap rifle for close quarters combat, with an auto-firing mode available. HelTek MR-735 is a standard rifle for ICCG Space-assault Forces, designed without a stock for easier storage and combat in closed spaces. Perfect weapon for some ship's crew." + icon = 'mods/_maps/farfleet/icons/obj/mr735.dmi' + icon_state = "nostockrifle" + item_state = "nostockrifle" + item_icons = list( + slot_r_hand_str = 'mods/_maps/farfleet/icons/mob/righthand.dmi', + slot_l_hand_str = 'mods/_maps/farfleet/icons/mob/lefthand.dmi', + ) + wielded_item_state = "nostockrifle_wielded" + force = 10 + caliber = CALIBER_RIFLE + origin_tech = list(TECH_COMBAT = 6, TECH_MATERIAL = 1, TECH_ESOTERIC = 5) + slot_flags = SLOT_BACK + load_method = MAGAZINE + magazine_type = /obj/item/ammo_magazine/rifle + allowed_magazines = /obj/item/ammo_magazine/rifle + bulk = GUN_BULK_RIFLE + mag_insert_sound = 'sound/weapons/guns/interaction/ltrifle_magin.ogg' + mag_remove_sound = 'sound/weapons/guns/interaction/ltrifle_magout.ogg' + + //Assault rifle, burst fire degrades quicker than SMG, worse one-handing penalty, slightly increased move delay + firemodes = list( + list(mode_name="semi auto", burst=1, fire_delay=null, one_hand_penalty=8, burst_accuracy=null, dispersion=null), + list(mode_name="2-round bursts", burst=2, fire_delay=null, one_hand_penalty=9, burst_accuracy=list(0,-1,-1), dispersion=list(0.0, 0.6, 1.0)), + list(mode_name="full auto", burst=1, fire_delay=1.7, burst_delay=1.3, one_hand_penalty=7, burst_accuracy=list(0,-1,-1), dispersion=list(1.3, 1.5, 1.7, 1.9, 2.2), autofire_enabled=1) + ) + +/obj/item/gun/projectile/automatic/mr735/on_update_icon() + ..() + if(ammo_magazine) + icon_state = "nostockrifle" + wielded_item_state = "nostockrifle-wielded" + else + icon_state = "nostockrifle-empty" + wielded_item_state = "nostockrifle-wielded-empty" + + +/obj/item/gun/projectile/automatic/mbr + name = "MBR" + desc = "A shabby bullpup carbine. Despite its size, it looks a little uncomfortable, but it is robust. HelTek MBR is a standart equipment of ICCG Space-assault Forces, designed in a bullpup layout. Possesses autofire and is perfect for the ship's crew." + icon = 'mods/_maps/farfleet/icons/obj/mbr_bullpup.dmi' + icon_state = "mbr_bullpup" + item_state = "mbr_bullpup" + item_icons = list( + slot_r_hand_str = 'mods/_maps/farfleet/icons/mob/righthand.dmi', + slot_l_hand_str = 'mods/_maps/farfleet/icons/mob/lefthand.dmi', + ) + wielded_item_state = "mbr_bullpup-wielded" + force = 10 + caliber = CALIBER_RIFLE + origin_tech = list(TECH_COMBAT = 6, TECH_MATERIAL = 1, TECH_ESOTERIC = 5) + slot_flags = SLOT_BACK + load_method = MAGAZINE + magazine_type = /obj/item/ammo_magazine/rifle + allowed_magazines = /obj/item/ammo_magazine/rifle + bulk = GUN_BULK_RIFLE + 1 + mag_insert_sound = 'sound/weapons/guns/interaction/ltrifle_magin.ogg' + mag_remove_sound = 'sound/weapons/guns/interaction/ltrifle_magout.ogg' + + firemodes = list( + list(mode_name="semi auto", burst=1, fire_delay=null, one_hand_penalty=8, burst_accuracy=null, dispersion=null), + list(mode_name="2-round bursts", burst=2, fire_delay=null, one_hand_penalty=9, burst_accuracy=list(0,-1,-1), dispersion=list(0.0, 0.6, 1.0)), + list(mode_name="full auto", burst=1, fire_delay=1.7, burst_delay=1.3, one_hand_penalty=7, burst_accuracy=list(0,-1,-1), dispersion=list(1.3, 1.5, 1.7, 1.9, 2.2), autofire_enabled=1) + ) + +/obj/item/gun/projectile/automatic/mbr/on_update_icon() + ..() + if(ammo_magazine) + icon_state = "mbr_bullpup" + else + icon_state = "mbr_bullpup-empty" + + +/* WEAPONARY - ENERGY + * ======== + */ + +/obj/item/gun/energy/laser/bonfire + name = "Bonfire Carbine" + desc = "Strange construction: laser carbine with underslung grenade launcher and very capable internal battery. HelTek Bonfire-75 is a weapon designed for suppressive fire in close quarters, where usage of ballistic weaponry will be uneffective or simply hazardous." + icon = 'mods/_maps/farfleet/icons/obj/bonfire.dmi' + icon_state = "bonfire" + item_state = "bonfire" + item_icons = list( + slot_r_hand_str = 'mods/_maps/farfleet/icons/mob/righthand.dmi', + slot_l_hand_str = 'mods/_maps/farfleet/icons/mob/lefthand.dmi', + ) + slot_flags = SLOT_BELT|SLOT_BACK + w_class = ITEM_SIZE_LARGE + force = 10 + one_hand_penalty = 2 + fire_delay = 6 + burst_delay = 2 + max_shots = 30 + bulk = GUN_BULK_RIFLE + origin_tech = list(TECH_COMBAT = 5, TECH_MAGNET = 4) + matter = list(MATERIAL_STEEL = 2000) + projectile_type = /obj/item/projectile/beam/smalllaser + wielded_item_state = "bonfire-wielded" + + firemodes = list( + list(mode_name="semi auto", burst=1, fire_delay=null, one_hand_penalty=0, burst_accuracy=null, dispersion=null), + list(mode_name="3-ray bursts", burst=3, fire_delay=null, one_hand_penalty=1, burst_accuracy=list(0,0,-1,-1), dispersion=list(0.0, 0.0, 0.5, 0.6)), + list(mode_name="fire grenades", burst=null, fire_delay=null, use_launcher=1, one_hand_penalty=10, burst_accuracy=null, dispersion=null) + ) + + var/use_launcher = 0 + var/obj/item/gun/launcher/grenade/underslung/launcher + +/obj/item/gun/energy/laser/bonfire/Initialize() + . = ..() + launcher = new(src) + +/obj/item/gun/energy/laser/bonfire/use_tool(obj/item/tool, mob/user, list/click_params) + if(istype(tool, /obj/item/grenade)) + launcher.load(tool, user) + return TRUE + return ..() + +/obj/item/gun/energy/laser/bonfire/attack_hand(mob/user) + if(user.get_inactive_hand() == src && use_launcher) + launcher.unload(user) + else + ..() + +/obj/item/gun/energy/laser/bonfire/Fire(atom/target, mob/living/user, params, pointblank=0, reflex=0) + if(use_launcher) + launcher.Fire(target, user, params, pointblank, reflex) + if(!launcher.chambered) + switch_firemodes() //switch back automatically + else + ..() + +/obj/item/gun/energy/ionrifle/small/stupor + name = "Stupor ion pistol" + desc = "The HelTek Stupor-45 is a compact anti-drone weapon. Due to their small output of EMP, you need be marksman to disable human-sized synthetic. But it's still better, than nothing." + icon = 'mods/_maps/farfleet/icons/obj/stupor.dmi' + icon_state = "stupor" + item_state = "stupor" + item_icons = list( + slot_r_hand_str = 'mods/_maps/farfleet/icons/mob/righthand.dmi', + slot_l_hand_str = 'mods/_maps/farfleet/icons/mob/lefthand.dmi', + ) + fire_delay = 40 + one_hand_penalty = 0 + charge_cost = 40 + max_shots = 5 + +// CSS Anti-psionics stuff + +/obj/item/ammo_casing/pistol/nullglass + desc = "A 10mm bullet casing with a nullglass coating." + projectile_type = /obj/item/projectile/bullet/nullglass + +/obj/item/ammo_casing/pistol/nullglass/disrupts_psionics() + return src + +/obj/item/ammo_magazine/pistol/nullglass + ammo_type = /obj/item/ammo_casing/pistol/nullglass + +/* VOIDSUITS AND RIGS + * ======== + */ + +/obj/item/clothing/head/helmet/space/void/pioneer + name = "pioneer corps voidsuit helmet" + desc = "A somewhat old-fashioned helmet in bright colors. On the forehead you can see the inscription PC ICCG. This one has radiation shielding." + icon = 'mods/_maps/farfleet/icons/obj/obj_head.dmi' + icon_state = "pioneer" + item_state = "pioneer" + item_icons = list(slot_head_str = 'mods/_maps/farfleet/icons/mob/onmob_head.dmi') + armor = list( + melee = ARMOR_MELEE_RESISTANT, + bullet = ARMOR_BALLISTIC_MINOR, + laser = ARMOR_LASER_MINOR, + bomb = ARMOR_BOMB_PADDED, + bio = ARMOR_BIO_SHIELDED, + rad = ARMOR_RAD_RESISTANT + ) + max_pressure_protection = ENG_VOIDSUIT_MAX_PRESSURE + siemens_coefficient = 0.3 + +/obj/item/clothing/suit/space/void/pioneer + name = "pioneer corps voidsuit" + desc = "A somewhat old-fashioned voidsuit in bright colors. On the shoulder you can see the inscription PC ICCG. This one has radiation shielding." + icon = 'mods/_maps/farfleet/icons/obj/obj_suit.dmi' + icon_state = "pioneer" + item_state = "pioneer" + item_icons = list(slot_wear_suit_str = 'mods/_maps/farfleet/icons/mob/onmob_suit.dmi') + max_pressure_protection = ENG_VOIDSUIT_MAX_PRESSURE + siemens_coefficient = 0.3 + armor = list( + melee = ARMOR_MELEE_RESISTANT, + bullet = ARMOR_BALLISTIC_MINOR, + laser = ARMOR_LASER_MINOR, + bomb = ARMOR_BOMB_PADDED, + bio = ARMOR_BIO_SHIELDED, + rad = ARMOR_RAD_RESISTANT + ) + allowed = list(/obj/item/device/flashlight,/obj/item/tank,/obj/item/device/suit_cooling_unit,/obj/item/storage/briefcase/inflatable,/obj/item/rcd,/obj/item/rpd, /obj/item/gun) + +/obj/item/clothing/suit/space/void/pioneer/prepared + helmet = /obj/item/clothing/head/helmet/space/void/pioneer + boots = /obj/item/clothing/shoes/magboots + item_flags = ITEM_FLAG_THICKMATERIAL | ITEM_FLAG_INVALID_FOR_CHAMELEON + +/obj/item/rig/pioneer + name = "pioneer corps suit control module" + desc = "A ridiculously bulky military hardsuit with PC-13AA inscription and a small ICCG crest on its control module. This suit's armor plates mostly replaced with anomaly and radiation shielding." + suit_type = "heavy" + icon_state = "gcc_rig" + online_slowdown = 2 ///chunky + offline_slowdown = 4 + armor = list( + melee = ARMOR_MELEE_MAJOR, + bullet = ARMOR_BALLISTIC_RESISTANT, + laser = ARMOR_LASER_MAJOR, + energy = ARMOR_ENERGY_STRONG, + bomb = ARMOR_BOMB_PADDED, + bio = ARMOR_BIO_SHIELDED, + rad = ARMOR_RAD_SHIELDED + ) + initial_modules = list( + /obj/item/rig_module/vision/meson, + /obj/item/rig_module/chem_dispenser, + /obj/item/rig_module/ai_container, + /obj/item/rig_module/device/anomaly_scanner, + /obj/item/rig_module/power_sink, + /obj/item/rig_module/cooling_unit, + /obj/item/rig_module/maneuvering_jets + ) + + chest_type = /obj/item/clothing/suit/space/rig/pioneer + helm_type = /obj/item/clothing/head/helmet/space/rig/pioneer + boot_type = /obj/item/clothing/shoes/magboots/rig/pioneer + glove_type = /obj/item/clothing/gloves/rig/pioneer + +/obj/item/clothing/head/helmet/space/rig/pioneer + light_overlay = "helmet_light_dual_alt" + +/obj/item/clothing/suit/space/rig/pioneer + breach_threshold = 40 + species_restricted = list(SPECIES_HUMAN, SPECIES_IPC) + allowed = list( + /obj/item/gun, + /obj/item/ammo_magazine, + /obj/item/ammo_casing, + /obj/item/handcuffs, + /obj/item/device/flashlight, + /obj/item/tank, + /obj/item/device/suit_cooling_unit, + /obj/item/melee/baton + ) + +/obj/item/clothing/gloves/rig/pioneer + siemens_coefficient = 0 + +/obj/item/clothing/shoes/magboots/rig/pioneer + +/obj/item/rig/pioneer/sergeant + name = "pioneer corps sergeant suit control module" + desc = "A ridiculously bulky military hardsuit with PC-13AS inscription and a small ICCG crest on its control module. This suit's armor plates mostly replaced with anomaly and radiation shielding." + suit_type = "heavy" + + initial_modules = list( + /obj/item/rig_module/vision/meson, + /obj/item/rig_module/chem_dispenser, + /obj/item/rig_module/ai_container, + /obj/item/rig_module/mounted/ballistic/minigun, + /obj/item/rig_module/device/anomaly_scanner, + /obj/item/rig_module/power_sink, + /obj/item/rig_module/cooling_unit, + /obj/item/rig_module/maneuvering_jets + ) + +/* MISC + * ======== + */ + +/obj/item/paper/farfleet/turrets + name = "About Turrets" + info = {"
Вася, я не знаю, как ты настраивал эти чёртовы турели, но у них слетает проверка доступа каждый раз как весь экипаж уходит в криосон. Да, я знаю, что они не должны сбоить из-за того, что все спят, но вот они так делают. Наше счастье, что они просто начинают оглушающим лучом бить,а не летальным режимом.
+Я не буду сейчас долго расписывать как работает атмосфера на Гарибальди, которую гайцы ТОЧНО не утащили у клятых марсиан, но принцип работы примерно следующий:
+Основные маршевые двигатели - ионные. Да, не слишком быстро, но надёжно если после затухания реакции в токамаке сможете нормально его настроить. А газовые двигатели - УСКОРИТЕЛИ. Но летать на них постоянно не советую, углекислота не бесконечная.
+Ченков В.П.
+ "} diff --git a/mods/_fd/_maps/farfleet_fd/code/farfleet_presets.dm b/mods/_fd/_maps/farfleet_fd/code/farfleet_presets.dm new file mode 100644 index 0000000000000..5daa66a03fd49 --- /dev/null +++ b/mods/_fd/_maps/farfleet_fd/code/farfleet_presets.dm @@ -0,0 +1,38 @@ + //////// + //SMES// + //////// + +/obj/machinery/power/smes/buildable/preset/farfleet/engine_main + uncreated_component_parts = list(/obj/item/stock_parts/smes_coil/super_capacity = 1, + /obj/item/stock_parts/smes_coil = 1) + _input_maxed = TRUE + _output_maxed = TRUE + _input_on = TRUE + _output_on = TRUE + _fully_charged = TRUE + +/obj/machinery/power/smes/buildable/preset/farfleet/engine_gyrotron + uncreated_component_parts = list(/obj/item/stock_parts/smes_coil = 1, + /obj/item/stock_parts/smes_coil/super_io = 1) + _input_maxed = TRUE + _output_maxed = TRUE + _input_on = TRUE + _output_on = TRUE + _fully_charged = TRUE + +/obj/machinery/power/smes/buildable/preset/farfleet/shuttle + uncreated_component_parts = list(/obj/item/stock_parts/smes_coil = 1) + _input_maxed = TRUE + _output_maxed = TRUE + _input_on = TRUE + _output_on = TRUE + _fully_charged = TRUE + +/obj/machinery/power/smes/buildable/preset/farfleet/laser + uncreated_component_parts = list(/obj/item/stock_parts/smes_coil = 1, + /obj/item/stock_parts/smes_coil = 1) + _input_maxed = TRUE + _output_maxed = TRUE + _input_on = TRUE + _output_on = TRUE + _fully_charged = TRUE diff --git a/mods/_fd/_maps/farfleet_fd/code/farfleet_shuttle.dm b/mods/_fd/_maps/farfleet_fd/code/farfleet_shuttle.dm new file mode 100644 index 0000000000000..d91f64bd1350e --- /dev/null +++ b/mods/_fd/_maps/farfleet_fd/code/farfleet_shuttle.dm @@ -0,0 +1,51 @@ +/datum/shuttle/autodock/overmap/snz + name = "SNZ Speedboat" + warmup_time = 10 + dock_target = "snz_shuttle" + current_location = "nav_hangar_snz" + range = 1 + shuttle_area = /area/ship/snz + fuel_consumption = 4 + defer_initialisation = TRUE + flags = SHUTTLE_FLAGS_PROCESS + skill_needed = SKILL_MIN + ceiling_type = /turf/simulated/floor/shuttle_ceiling/merc + +/obj/machinery/computer/shuttle_control/explore/away_farfleet/snz + name = "SNZ Shuttle control console" + req_access = list(access_away_iccgn) + shuttle_tag = "SNZ Speedboat" + +/obj/overmap/visitable/ship/landable/snz + name = "SNZ Speedboat" + desc = "SNZ-350 Speedboat. Multipurpose shuttle, used for personnel and light venchles delivery. This one definetly belongs to ICCG." + shuttle = "SNZ Speedboat" + fore_dir = WEST + color = "#ff7300" + vessel_mass = 1000 + vessel_size = SHIP_SIZE_TINY + + +/area/ship/snz + name = "\improper ICCGN PC SNZ-350" + icon_state = "shuttlered" + requires_power = 1 + dynamic_lighting = 1 + area_flags = AREA_FLAG_RAD_SHIELDED + req_access = list(access_away_iccgn) + +/obj/shuttle_landmark/snz/start + name = "SNZ Hangar" + landmark_tag = "nav_hangar_snz" + base_area = /area/ship/farfleet/command/snz_hangar + base_turf = /turf/simulated/floor/plating + movable_flags = MOVABLE_FLAG_EFFECTMOVE + +/obj/shuttle_landmark/snz/altdock + name = "Docking Port" + landmark_tag = "nav_hangar_snzalt" + +/obj/shuttle_landmark/snz/dock + name = "NSV Sierra Restricted Dock" + landmark_tag = "nav_snz_dock" + docking_controller = "rescue_shuttle_dock_airlock" diff --git a/mods/_fd/_maps/farfleet_fd/code/farfleet_structures.dm b/mods/_fd/_maps/farfleet_fd/code/farfleet_structures.dm new file mode 100644 index 0000000000000..2205890ed7b23 --- /dev/null +++ b/mods/_fd/_maps/farfleet_fd/code/farfleet_structures.dm @@ -0,0 +1,339 @@ + /////////////// + //GUNCABINETS// + /////////////// + +/obj/structure/closet/secure_closet/guncabinet/farfleet + name = "heavy armory cabinet" + req_access = list(access_away_iccgn_droptroops) + +/obj/structure/closet/secure_closet/guncabinet/farfleet/antitank/WillContain() + return list( + /obj/item/gun/magnetic/railgun = 1, + /obj/item/gun/energy/ionrifle/small/stupor = 2, + /obj/item/rcd_ammo = 5 + ) + +/obj/structure/closet/secure_closet/guncabinet/farfleet/ballistics/WillContain() + return list( + /obj/item/ammo_magazine/rifle = 15, + /obj/item/gun/projectile/automatic/assault_rifle/heltek = 3, + /obj/item/gun/projectile/automatic/iccgn/precise = 3, + ) + + +/obj/structure/closet/secure_closet/guncabinet/farfleet/energy/WillContain() + return list( + /obj/item/gun/energy/laser/bonfire = 3, + /obj/item/storage/box/fragshells = 3 + ) + +/obj/structure/closet/secure_closet/guncabinet/farfleet/utility/WillContain() + return list( + /obj/item/storage/box/teargas = 1, + /obj/item/storage/box/frags = 1, + /obj/item/storage/box/smokes = 2, + /obj/item/storage/box/anti_photons = 1, + /obj/item/plastique = 6 + ) + + /////////// + //CLOSETS// + /////////// + +/singleton/closet_appearance/secure_closet/farfleet + extra_decals = list( + "stripe_vertical_left_full" = COLOR_DARK_BLUE_GRAY, + "stripe_vertical_right_full" = COLOR_DARK_BLUE_GRAY, + "security" = COLOR_RED_LIGHT + ) + +/singleton/closet_appearance/secure_closet/farfleet/two + color = COLOR_DARK_BLUE_GRAY + decals = list( + "lower_side_vent" + ) + extra_decals = list( + "stripe_vertical_mid_full" = COLOR_RED_LIGHT , + "security" = COLOR_RED_LIGHT + ) + +/obj/structure/closet/secure_closet/farfleet + name = "pioneer locker" + closet_appearance = /singleton/closet_appearance/secure_closet/farfleet/two + req_access = list(access_away_iccgn_droptroops) + +/obj/structure/closet/secure_closet/farfleet/WillContain() + return list( + /obj/item/storage/belt/holster/security/tactical, + /obj/item/melee/telebaton, + /obj/item/clothing/glasses/hud/security/prot/aviators, + /obj/item/clothing/glasses/tacgoggles, + /obj/item/clothing/accessory/storage/black_vest, + /obj/item/clothing/gloves/thick/combat, + /obj/item/device/flashlight/maglight, + /obj/item/storage/firstaid/sleekstab, + /obj/item/clothing/mask/balaclava, + /obj/item/gun/energy/gun, + /obj/item/clothing/accessory/storage/holster/thigh, + /obj/item/clothing/accessory/armor_plate/merc, + /obj/item/clothing/head/helmet/tactical, + /obj/item/storage/backpack/satchel/leather/black + ) + + +/obj/structure/closet/secure_closet/farfleet/sergeant + name = "pioneer sergeant locker" + closet_appearance = /singleton/closet_appearance/secure_closet/farfleet/two + req_access = list(access_away_iccgn_sergeant) + +/obj/structure/closet/secure_closet/farfleet/sergeant/WillContain() + return list( + /obj/item/storage/belt/holster/security/tactical, + /obj/item/melee/telebaton, + /obj/item/clothing/glasses/hud/security/prot/aviators, + /obj/item/clothing/glasses/tacgoggles, + /obj/item/clothing/accessory/storage/black_vest, + /obj/item/clothing/gloves/thick/combat, + /obj/item/device/flashlight/maglight, + /obj/item/storage/firstaid/sleekstab, + /obj/item/device/megaphone, + /obj/item/clothing/mask/balaclava, + /obj/item/storage/fancy/smokable/cigar, + /obj/item/flame/lighter/zippo/gunmetal, + /obj/item/clothing/mask/gas/swat, + /obj/item/clothing/gloves/wristwatch, + /obj/item/gun/energy/gun, + /obj/item/clothing/accessory/storage/holster/thigh, + /obj/item/clothing/accessory/armor_plate/merc, + /obj/item/clothing/head/helmet/tactical, + /obj/item/storage/backpack/satchel/leather/black + ) + +/obj/structure/closet/secure_closet/farfleet/fleet + name = "crew cabinet" + closet_appearance = /singleton/closet_appearance/secure_closet/farfleet + req_access = list(access_away_iccgn) + +/obj/structure/closet/secure_closet/farfleet/fleet/WillContain() + return list( + /obj/item/storage/firstaid/sleekstab, + /obj/item/clothing/mask/gas, + /obj/item/clothing/accessory/storage/black_drop, + /obj/item/clothing/gloves/thick, + /obj/item/clothing/under/iccgn/utility, + /obj/item/storage/backpack/satchel/leather/navy + ) + +/obj/structure/closet/secure_closet/farfleet/fleet/engi + name = "corps technician cabinet" + closet_appearance = /singleton/closet_appearance/secure_closet/farfleet + req_access = list(access_away_iccgn) + +/obj/structure/closet/secure_closet/farfleet/fleet/engi/WillContain() + return list( + /obj/item/storage/firstaid/sleekstab, + /obj/item/clothing/mask/gas, + /obj/item/storage/belt/utility/full, + /obj/item/device/multitool, + /obj/item/clothing/glasses/welding/superior, + /obj/item/clothing/head/hardhat/orange, + /obj/item/clothing/suit/storage/hazardvest, + /obj/item/clothing/under/iccgn/utility, + /obj/item/storage/backpack/satchel/leather/navy + ) + +/obj/structure/closet/secure_closet/farfleet/fleet/med + name = "pioneer corpsman cabinet" + closet_appearance = /singleton/closet_appearance/secure_closet/farfleet + req_access = list(access_away_iccgn) + +/obj/structure/closet/secure_closet/farfleet/fleet/med/WillContain() + return list( + /obj/item/storage/firstaid/sleekstab, + /obj/item/clothing/mask/gas, + /obj/item/storage/belt/medical, + /obj/item/storage/firstaid/adv, + /obj/item/clothing/accessory/stethoscope, + /obj/item/clothing/glasses/hud/health, + /obj/item/clothing/suit/storage/toggle/labcoat, + /obj/item/clothing/gloves/latex/nitrile, + /obj/item/clothing/under/rank/medical/scrubs/black, + /obj/item/clothing/head/surgery/black, + /obj/item/clothing/suit/storage/hazardvest/white, + /obj/item/clothing/under/iccgn/utility, + /obj/item/storage/backpack/satchel/leather/navy + ) + +/obj/structure/closet/secure_closet/farfleet/fleet_cpt + name = "captain cabinet" + closet_appearance = /singleton/closet_appearance/secure_closet/farfleet + req_access = list(access_away_iccgn, access_away_iccgn_captain) + +/obj/structure/closet/secure_closet/farfleet/fleet_cpt/WillContain() + return list( + /obj/item/melee/telebaton, + /obj/item/storage/firstaid/sleekstab, + /obj/item/device/megaphone, + /obj/item/clothing/accessory/storage/black_drop, + /obj/item/clothing/mask/gas, + /obj/item/storage/fancy/smokable/cigar, + /obj/item/flame/lighter/zippo/gunmetal, + /obj/item/gun/projectile/pistol/magnum_pistol, + /obj/item/clothing/gloves/wristwatch/gold, + /obj/item/clothing/under/iccgn/service_command, + /obj/item/storage/backpack/satchel/leather/navy + ) + +/obj/structure/closet/secure_closet/farfleet/css + name = "CSS cabinet" + closet_appearance = /singleton/closet_appearance/secure_closet/farfleet + req_access = list(access_away_iccgn, access_away_iccgn_captain) + +/obj/structure/closet/secure_closet/farfleet/css/WillContain() + return list( + /obj/item/melee/telebaton, + /obj/item/storage/firstaid/sleekstab, + /obj/item/device/megaphone, + /obj/item/clothing/accessory/storage/holster/armpit, + /obj/item/clothing/mask/gas, + /obj/item/storage/fancy/smokable/cigar, + /obj/item/flame/lighter/zippo/gunmetal, + /obj/item/gun/projectile/pistol/bobcat, + /obj/item/clothing/gloves/wristwatch/gold, + /obj/item/clothing/under/iccgn/service, + /obj/item/ammo_magazine/pistol/nullglass = 2, + /obj/item/device/flash/advanced, + /obj/item/implanter/psi = 2, + /obj/item/storage/backpack/satchel/leather/black + ) + + //////// + //MISC// + //////// + +/obj/machinery/computer/ship/sensors/farfleet + construct_state = /singleton/machine_construction/default/panel_closed/computer/no_deconstruct + base_type = /obj/machinery/computer/ship/sensors + print_language = LANGUAGE_HUMAN_RUSSIAN + +/obj/machinery/door/airlock/terran + door_color = COLOR_DARK_BLUE_GRAY + +/obj/machinery/door/airlock/glass/terran + door_color = COLOR_DARK_BLUE_GRAY + stripe_color = COLOR_NT_RED + +/obj/machinery/door/airlock/multi_tile/terran + door_color = COLOR_DARK_BLUE_GRAY + stripe_color = COLOR_NT_RED + +/obj/machinery/door/airlock/multi_tile/glass/terran + door_color = COLOR_DARK_BLUE_GRAY + stripe_color = COLOR_NT_RED + +/* Voidsuit Storage Unit + * ==== + */ + +/obj/machinery/suit_storage_unit/pioneer + name = "pioneer corps voidsuit storage unit" + suit= /obj/item/clothing/suit/space/void/pioneer + helmet = /obj/item/clothing/head/helmet/space/void/pioneer + boots = /obj/item/clothing/shoes/magboots + tank = /obj/item/tank/oxygen + mask = /obj/item/clothing/mask/breath + req_access = list(access_away_iccgn) + islocked = 1 + +/obj/structure/sign/farfleetplaque + name = "\improper Pioneer Corps Plaque" + desc = "Пионерский Корпус, сформированный в 2306 году является авангардом Конфедерации. Пионерский корпус не входит в состав Флота ГКК, выполняет ряд миротворческих и гуманитарных функций. На этой табличке - первые страницы приказа о создании Пионерского Корпуса." + icon = 'mods/_maps/farfleet/icons/iccg_flag.dmi' + icon_state = "pioneer_plaque" + +/obj/floor_decal/iccglogo + icon = 'mods/_maps/farfleet/icons/GCC-floor.dmi' + icon_state = "center" + +/obj/floor_decal/iccglogo/center_left + icon_state = "center_left" + +/obj/floor_decal/iccglogo/center_right + icon_state = "center_right" + +/obj/floor_decal/iccglogo/top_center + icon_state = "top_center" + +/obj/floor_decal/iccglogo/top_left + icon_state = "top_left" + +/obj/floor_decal/iccglogo/top_right + icon_state = "top_right" + +/obj/floor_decal/iccglogo/bottom_center + icon_state = "bottom_center" + +/obj/floor_decal/iccglogo/bottom_left + icon_state = "bottom_left" + +/obj/floor_decal/iccglogo/bottom_right + icon_state = "bottom_right" + +/obj/floor_decal/iccglogo/corner + icon_state = "gcc_corner" + +/obj/structure/sign/iccg + name = "\improper ICCG Seal" + desc = "A sign which signifies who this vessel belongs to." + icon = 'mods/_maps/farfleet/icons/iccg_flag.dmi' + icon_state = "iccg_seal" + +/obj/structure/sign/double/iccgflag + name = "ICCG Flag" + desc = "The flag of the Independent Colonial Confederation of Gilgamesh, a symbol of Motherland to many proud peoples." + icon = 'mods/_maps/farfleet/icons/iccg_flag.dmi' + +/obj/structure/sign/double/iccgflag/left + icon_state = "GCCflag-left" + +/obj/structure/sign/double/iccgflag/right + icon_state = "GCCflag-right" + + +// FD GUNS \\ + +#ifdef FD_GUNS + +/obj/structure/closet/secure_closet/farfleet/fleet_cpt/WillContain() + return list( + /obj/item/melee/telebaton, + /obj/item/storage/firstaid/sleekstab, + /obj/item/device/megaphone, + /obj/item/clothing/accessory/storage/black_drop, + /obj/item/clothing/mask/gas, + /obj/item/storage/fancy/smokable/cigar, + /obj/item/flame/lighter/zippo/gunmetal, + /obj/item/gun/projectile/automatic/pistol/iccgn, + /obj/item/clothing/gloves/wristwatch/gold, + /obj/item/clothing/under/iccgn/service_command, + /obj/item/storage/backpack/satchel/leather/navy + ) + +/obj/structure/closet/secure_closet/guncabinet/farfleet/ballistics/WillContain() + return list( + /obj/item/gun/projectile/automatic/assault_rifle/heltek = 3, + /obj/item/gun/projectile/automatic/iccgn/precise = 3, + /obj/item/gun/projectile/automatic/shotgun/iccgn = 3, + /obj/item/ammo_magazine/shotgun/iccgn/magnum = 2 + ) + +/obj/structure/closet/secure_closet/guncabinet/farfleet/antitank/WillContain() + return list( + /obj/item/gun/magnetic/railgun = 1, + /obj/item/gun/energy/ionrifle/small/stupor = 2, + /obj/item/rcd_ammo = 5, + /obj/item/gun/projectile/automatic/iccgn/bolter = 1, + /obj/item/ammo_magazine/rifle/bolter = 3 + ) + +#endif diff --git a/mods/_fd/_maps/farfleet_fd/code/farfleet_turbolift.dm b/mods/_fd/_maps/farfleet_fd/code/farfleet_turbolift.dm new file mode 100644 index 0000000000000..1573b12b5b649 --- /dev/null +++ b/mods/_fd/_maps/farfleet_fd/code/farfleet_turbolift.dm @@ -0,0 +1,25 @@ +/obj/turbolift_map_holder/farfleet + name = "Farfleet turbolift map placeholder" + icon = 'icons/obj/structures/turbolift_preview_2x2.dmi' + depth = 2 + lift_size_x = 3 + lift_size_y = 3 + + areas_to_use = list( + /area/turbolift/farfleet_first, + /area/turbolift/farfleet_second + ) + +/area/turbolift/farfleet_second + name = "lift (upper deck)" + lift_floor_label = "Deck 1" + lift_floor_name = "Hangar Deck" + lift_announce_str = "Arriving at Hangar Deck: Секция гаупвахты. Секция экипажа. Ангар шаттла. Оружейная десанта. Хранилище аномальных материалов." + base_turf = /turf/simulated/floor + +/area/turbolift/farfleet_first + name = "lift (lower deck)" + lift_floor_label = "Deck 2" + lift_floor_name = "Operating Deck" + lift_announce_str = "Arriving at Operating Deck: Мостик. Инженерный отсек. Атмосферный отсек. " + base_turf = /turf/simulated/floor diff --git a/mods/_fd/_maps/farfleet_fd/icons/GCC-floor.dmi b/mods/_fd/_maps/farfleet_fd/icons/GCC-floor.dmi new file mode 100644 index 0000000000000..0f9e485558366 Binary files /dev/null and b/mods/_fd/_maps/farfleet_fd/icons/GCC-floor.dmi differ diff --git a/mods/_fd/_maps/farfleet_fd/icons/iccg_flag.dmi b/mods/_fd/_maps/farfleet_fd/icons/iccg_flag.dmi new file mode 100644 index 0000000000000..724142d7bc85c Binary files /dev/null and b/mods/_fd/_maps/farfleet_fd/icons/iccg_flag.dmi differ diff --git a/mods/_fd/_maps/farfleet_fd/icons/mob/lefthand.dmi b/mods/_fd/_maps/farfleet_fd/icons/mob/lefthand.dmi new file mode 100644 index 0000000000000..4d23ea4ff1de9 Binary files /dev/null and b/mods/_fd/_maps/farfleet_fd/icons/mob/lefthand.dmi differ diff --git a/mods/_fd/_maps/farfleet_fd/icons/mob/onmob_head.dmi b/mods/_fd/_maps/farfleet_fd/icons/mob/onmob_head.dmi new file mode 100644 index 0000000000000..04e9342e0d471 Binary files /dev/null and b/mods/_fd/_maps/farfleet_fd/icons/mob/onmob_head.dmi differ diff --git a/mods/_fd/_maps/farfleet_fd/icons/mob/onmob_suit.dmi b/mods/_fd/_maps/farfleet_fd/icons/mob/onmob_suit.dmi new file mode 100644 index 0000000000000..8b292034c30f8 Binary files /dev/null and b/mods/_fd/_maps/farfleet_fd/icons/mob/onmob_suit.dmi differ diff --git a/mods/_fd/_maps/farfleet_fd/icons/mob/righthand.dmi b/mods/_fd/_maps/farfleet_fd/icons/mob/righthand.dmi new file mode 100644 index 0000000000000..1e6881d01d681 Binary files /dev/null and b/mods/_fd/_maps/farfleet_fd/icons/mob/righthand.dmi differ diff --git a/mods/_fd/_maps/farfleet_fd/icons/obj/bonfire.dmi b/mods/_fd/_maps/farfleet_fd/icons/obj/bonfire.dmi new file mode 100644 index 0000000000000..6dbbc65a4f84b Binary files /dev/null and b/mods/_fd/_maps/farfleet_fd/icons/obj/bonfire.dmi differ diff --git a/mods/_fd/_maps/farfleet_fd/icons/obj/iccg_rifle.dmi b/mods/_fd/_maps/farfleet_fd/icons/obj/iccg_rifle.dmi new file mode 100644 index 0000000000000..8ace36e956205 Binary files /dev/null and b/mods/_fd/_maps/farfleet_fd/icons/obj/iccg_rifle.dmi differ diff --git a/mods/_fd/_maps/farfleet_fd/icons/obj/mbr_bullpup.dmi b/mods/_fd/_maps/farfleet_fd/icons/obj/mbr_bullpup.dmi new file mode 100644 index 0000000000000..819e025474e5a Binary files /dev/null and b/mods/_fd/_maps/farfleet_fd/icons/obj/mbr_bullpup.dmi differ diff --git a/mods/_fd/_maps/farfleet_fd/icons/obj/mr735.dmi b/mods/_fd/_maps/farfleet_fd/icons/obj/mr735.dmi new file mode 100644 index 0000000000000..c4f76d7a0ece7 Binary files /dev/null and b/mods/_fd/_maps/farfleet_fd/icons/obj/mr735.dmi differ diff --git a/mods/_fd/_maps/farfleet_fd/icons/obj/obj_head.dmi b/mods/_fd/_maps/farfleet_fd/icons/obj/obj_head.dmi new file mode 100644 index 0000000000000..db0a1cee375b0 Binary files /dev/null and b/mods/_fd/_maps/farfleet_fd/icons/obj/obj_head.dmi differ diff --git a/mods/_fd/_maps/farfleet_fd/icons/obj/obj_suit.dmi b/mods/_fd/_maps/farfleet_fd/icons/obj/obj_suit.dmi new file mode 100644 index 0000000000000..c20150a6346b9 Binary files /dev/null and b/mods/_fd/_maps/farfleet_fd/icons/obj/obj_suit.dmi differ diff --git a/mods/_fd/_maps/farfleet_fd/icons/obj/stupor.dmi b/mods/_fd/_maps/farfleet_fd/icons/obj/stupor.dmi new file mode 100644 index 0000000000000..70443f6d2c9b7 Binary files /dev/null and b/mods/_fd/_maps/farfleet_fd/icons/obj/stupor.dmi differ diff --git a/mods/_fd/_maps/farfleet_fd/maps/farfleet-1.dmm b/mods/_fd/_maps/farfleet_fd/maps/farfleet-1.dmm new file mode 100644 index 0000000000000..5e424bda78f1a --- /dev/null +++ b/mods/_fd/_maps/farfleet_fd/maps/farfleet-1.dmm @@ -0,0 +1,23079 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/turf/space, +/area/space) +"ab" = ( +/obj/machinery/pointdefense{ + initial_id_tag = "farfleet_pd" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/space) +"ad" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance/engine) +"ae" = ( +/obj/structure/closet/hydrant{ + pixel_y = 28 + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/lower) +"af" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/fussion/control) +"ah" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + icon_state = "map-scrubbers"; + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/brig/emergency_armory) +"aj" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -25; + req_access = list("ACCESS_ICCGN") + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/farfleet/engineering/shield) +"ak" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/structure/sign/warning/high_voltage{ + pixel_x = -32 + }, +/obj/machinery/computer/air_control{ + dir = 4; + frequency = 1442; + input_tag = "patrol_rust"; + name = "RUST Injector Control Console"; + output_tag = null + }, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22; + req_access = list("ACCESS_ICCGN") + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/fussion/control) +"an" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"ap" = ( +/obj/machinery/fusion_fuel_injector/mapped{ + anchored = 0; + dir = 4; + id_tag = "fusion_injector_farfleet"; + req_access = list("ACCESS_ICCGN"); + initial_id_tag = "fusion_injector_farfleet" + }, +/turf/simulated/floor, +/area/ship/farfleet/engineering/fussion/control) +"aq" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/brig/emergency_armory) +"as" = ( +/obj/item/stool/bar/padded, +/turf/simulated/floor/wood/maple, +/area/ship/farfleet/maintenance) +"at" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/omni/mixer{ + tag_north = 1; + tag_east = 2 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"au" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/adv, +/obj/item/stack/nanopaste, +/obj/item/stack/nanopaste, +/obj/machinery/alarm{ + pixel_y = 24; + req_access = list("ACCESS_ICCGN") + }, +/obj/floor_decal/floordetail/edgedrain{ + dir = 9 + }, +/obj/floor_decal/corner/darkblue, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay/surgery) +"ax" = ( +/obj/structure/cable/green, +/obj/machinery/power/smes/buildable/preset/farfleet/engine_gyrotron, +/turf/simulated/floor/plating, +/area/ship/farfleet/engineering/fussion/control) +"ay" = ( +/obj/structure/cable, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/decal/cleanable/dirt, +/obj/paint/dark_gunmetal, +/obj/wallframe_spawn/reinforced/hull, +/turf/simulated/floor, +/area/ship/farfleet/dock) +"aH" = ( +/obj/structure/flora/pottedplant/large, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/lower) +"aI" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/extinguisher_cabinet{ + pixel_x = -24; + dir = 4 + }, +/obj/structure/closet/crate/secure/phoron, +/obj/item/stack/material/phoron/ten, +/obj/item/stack/material/phoron/ten, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/tiled/monotile, +/area/ship/farfleet/engineering/equipment) +"aK" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22; + req_access = list("ACCESS_ICCGN") + }, +/obj/machinery/power/port_gen/pacman, +/turf/simulated/floor/tiled/monotile, +/area/ship/farfleet/engineering/equipment) +"aL" = ( +/obj/structure/bed/chair/rounded/blue{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/ship/farfleet/crew/comms) +"aN" = ( +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 9 + }, +/obj/paint/hull, +/turf/simulated/wall/ocp_wall, +/area/ship/farfleet/engineering/atmospherics) +"aO" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/power/port_gen/pacman, +/obj/structure/table/rack, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance) +"aP" = ( +/obj/wallframe_spawn/reinforced, +/obj/paint/dark_gunmetal, +/obj/machinery/door/blast/regular/open{ + id_tag = "pcbridge"; + name = "Emergensy Blast Resistant Shutters" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/ship/farfleet/command/bridge) +"aR" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/floor_decal/floordetail/edgedrain{ + dir = 8 + }, +/obj/floor_decal/corner/darkblue/half{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay/surgery) +"aU" = ( +/obj/floor_decal/industrial/warning{ + dir = 1; + icon_state = "warning" + }, +/obj/floor_decal/industrial/warning, +/obj/machinery/light/small/red{ + name = "light fixture"; + dir = 2 + }, +/obj/machinery/ship_weapon/middle_part/autocannon{ + dir = 8 + }, +/obj/structure/window/boron_reinforced{ + dir = 1 + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/command/launcher) +"aV" = ( +/obj/floor_decal/techfloor, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"aW" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -25; + req_access = list("ACCESS_ICCGN") + }, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/dock) +"aX" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + icon_state = "map_vent_out"; + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/brig/emergency_armory) +"aZ" = ( +/obj/floor_decal/industrial/warning/half, +/obj/machinery/shield_diffuser, +/obj/machinery/door/blast/regular{ + id_tag = "recon_main_airlock_blast"; + name = "Protective Blast Doors" + }, +/obj/machinery/door/airlock/external/bolted/cycling{ + name = "Docking Port Airlock"; + id_tag = "recon_dock_airlock_outer" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/turf/simulated/floor, +/area/ship/farfleet/dock) +"ba" = ( +/obj/floor_decal/industrial/warning/corner{ + icon_state = "warningcorner"; + dir = 8 + }, +/obj/floor_decal/industrial/warning/corner, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/engineering/fussion/control) +"bb" = ( +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + pixel_y = 0 + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/hallway) +"bc" = ( +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 5 + }, +/obj/paint/hull, +/turf/simulated/wall/ocp_wall, +/area/ship/farfleet/engineering/atmospherics) +"be" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance) +"bh" = ( +/obj/machinery/computer/ship/engines{ + dir = 4 + }, +/obj/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/floor_decal/corner/darkblue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"bi" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/floor_decal/industrial/warning{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/atmos_equipment) +"bn" = ( +/obj/machinery/atmospherics/unary/outlet_injector{ + dir = 1; + icon_state = "map_injector"; + id = "h2_in"; + pixel_y = 1; + use_power = 1; + frequency = 1442 + }, +/turf/simulated/floor/reinforced/carbon_dioxide, +/area/ship/farfleet/engineering/atmospherics) +"bv" = ( +/obj/paint/dark_gunmetal, +/obj/wallframe_spawn/reinforced_phoron, +/obj/machinery/door/blast/regular{ + dir = 4; + id_tag = "fusion_observation_farfleet" + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/paint_stripe/yellow, +/turf/simulated/floor, +/area/ship/farfleet/engineering/fussion/control) +"bw" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/wood/maple, +/area/ship/farfleet/maintenance) +"bx" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/floor_decal/industrial/hatch/blue, +/obj/machinery/atmospherics/portables_connector{ + dir = 4; + icon_state = "map_connector" + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"by" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/floor_decal/corner/yellow{ + dir = 9 + }, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22; + req_access = list("ACCESS_ICCGN") + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/hallway) +"bz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + id_tag = "tokamak_controller_farfleet"; + name = "Fusion Maintenance Access Controller"; + pixel_x = 26; + pixel_y = 0; + req_access = list("ACCESS_ICCGN"); + tag_exterior_door = "tokamak_exterior_farfleet"; + tag_interior_door = "tokamak_interior_farfleet"; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/hallway) +"bA" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/table/rack, +/obj/machinery/power/apc/critical{ + dir = 8; + name = "west bump"; + pixel_x = -24; + req_access = list("ACCESS_ICCGN") + }, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -25; + req_access = list("ACCESS_ICCGN") + }, +/obj/structure/cable, +/obj/item/stack/material/glass/boron, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/storage) +"bC" = ( +/obj/paint/dark_gunmetal, +/obj/paint_stripe/white, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/maintenance) +"bE" = ( +/obj/structure/table/reinforced, +/obj/item/auto_cpr, +/obj/structure/cable{ + icon_state = "0-2"; + d2 = 2 + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24; + req_access = list("ACCESS_ICCGN") + }, +/obj/floor_decal/floordetail/edgedrain{ + dir = 1 + }, +/obj/floor_decal/corner/darkblue/half, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay/surgery) +"bF" = ( +/obj/structure/table/rack, +/obj/item/clothing/suit/armor/laserproof, +/obj/item/clothing/head/helmet/ablative, +/obj/item/clothing/suit/armor/laserproof, +/obj/item/clothing/head/helmet/ablative, +/obj/machinery/recharger/wallcharger{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/crew/brig/emergency_armory) +"bG" = ( +/obj/paint/dark_gunmetal, +/obj/paint_stripe/white, +/turf/simulated/wall, +/area/ship/farfleet/medbay/surgery) +"bK" = ( +/obj/floor_decal/industrial/warning{ + dir = 5 + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/engineering/fussion/control) +"bL" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/farfleet/command/launcher) +"bN" = ( +/obj/machinery/atmospherics/unary/outlet_injector{ + frequency = 1442; + icon_state = "map_injector"; + id = "patrol_rust"; + use_power = 1; + dir = 1 + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/engineering/fussion/control) +"bO" = ( +/obj/machinery/power/fusion_core/mapped{ + initial_id_tag = "fusion_core_farfleet" + }, +/obj/structure/cable/yellow{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/engineering/fussion/control) +"bQ" = ( +/obj/structure/sign/warning/compressed_gas, +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/engineering/atmospherics) +"bR" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/engineering/fussion/control) +"bS" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/fuel{ + dir = 8 + }, +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/maintenance/engine) +"bW" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "bsapc" + }, +/obj/random/ship_ammo_autocannon{ + spawn_nothing_percentage = 95 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"bX" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/floor_decal/industrial/warning{ + dir = 8; + pixel_x = 0 + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/atmos_equipment) +"bY" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/maintenance/engine) +"ca" = ( +/obj/machinery/light{ + icon_state = "tube1"; + dir = 8 + }, +/obj/floor_decal/corner/blue{ + dir = 8 + }, +/obj/floor_decal/corner/red{ + dir = 1 + }, +/obj/machinery/atmospherics/omni/mixer{ + active_power_usage = 7500; + tag_east_con = null; + tag_south = 1; + tag_south_con = 0.21; + use_power = 1; + tag_east = 2; + tag_north = 1; + tag_north_con = 0.79 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"cb" = ( +/obj/machinery/computer/modular/preset/security{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/brig/emergency_armory) +"cc" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/glass/engineering{ + name = "Engine Access" + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/farfleet/engineering/hallway) +"ce" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/storage) +"cf" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/storage) +"cg" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/obj/floor_decal/corner/paleblue/diagonal, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay) +"ch" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/storage) +"ci" = ( +/obj/machinery/bodyscanner, +/obj/floor_decal/corner/paleblue/diagonal, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay) +"cj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/helium{ + start_pressure = 14999 + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/engineering/fussion/control) +"cl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/engineering/atmospherics) +"cm" = ( +/obj/structure/closet/toolcloset, +/obj/floor_decal/industrial/outline/blue, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/ship/farfleet/crew/comms) +"cn" = ( +/obj/paint/silver, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/crew/brig/emergency_armory) +"cp" = ( +/obj/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/decal/cleanable/dirt, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/engineering/fussion/control) +"cq" = ( +/obj/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 6 + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/engineering/fussion/control) +"cr" = ( +/obj/floor_decal/industrial/warning, +/obj/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/ship_weapon/front_part/harpoon_cannon{ + dir = 8 + }, +/obj/structure/window/boron_reinforced{ + dir = 2 + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/command/launcher) +"cs" = ( +/obj/structure/closet/cabinet, +/obj/item/reagent_containers/food/drinks/bottle/premiumvodka, +/obj/item/reagent_containers/food/drinks/bottle/vodka, +/obj/item/reagent_containers/food/drinks/bottle/tomatojuice, +/obj/item/reagent_containers/food/drinks/bottle/small/beer, +/obj/item/reagent_containers/food/drinks/bottle/small/beer, +/turf/simulated/floor/wood/maple, +/area/ship/farfleet/maintenance) +"cw" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "Emergency Armory" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/crew/brig/emergency_armory) +"cx" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4 + }, +/obj/floor_decal/corner/paleblue/diagonal, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay) +"cB" = ( +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance/waste) +"cD" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/portable_atmospherics/canister/hydrogen, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"cE" = ( +/obj/structure/table/standard, +/obj/machinery/recharger, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/crew/hallway) +"cG" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/farfleet/command/launcher) +"cI" = ( +/obj/floor_decal/corner/red{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"cJ" = ( +/obj/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/structure/cable/yellow{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/engineering/fussion/control) +"cK" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/vending/tool{ + dir = 4 + }, +/turf/simulated/floor/tiled/monotile, +/area/ship/farfleet/engineering/equipment) +"cL" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/table/rack, +/obj/item/inflatable_dispenser, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/storage) +"cM" = ( +/obj/floor_decal/industrial/warning{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/storage) +"cN" = ( +/obj/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/storage) +"cP" = ( +/obj/floor_decal/industrial/warning{ + dir = 5; + icon_state = "warning" + }, +/obj/structure/catwalk, +/obj/machinery/atmospherics/unary/vent_pump/high_volume/airlock{ + id_tag = "recon_dock_airlock_pump" + }, +/turf/simulated/floor, +/area/ship/farfleet/dock) +"cQ" = ( +/obj/machinery/fabricator/hacked{ + desc = "Your typical Autolathe. It appears to have much more options than your regular one, however..."; + name = "Unlocked Autolathe" + }, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/atmos_equipment) +"cR" = ( +/obj/machinery/conveyor{ + id_tag = "pc_disposal" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance/waste) +"cS" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/engineering/fussion/control) +"cU" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall, +/area/ship/farfleet/maintenance) +"cX" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/lower) +"db" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/floor_decal/corner/yellow{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24; + pixel_y = 0 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + pixel_y = 0 + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/hallway) +"de" = ( +/obj/structure/curtain/medical, +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/floor_decal/industrial/hatch/blue, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay/storage) +"dg" = ( +/obj/structure/bed/chair/comfy/blue{ + name = "captain chair" + }, +/obj/floor_decal/iccglogo/center_left, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"dh" = ( +/obj/structure/plasticflaps/airtight, +/obj/machinery/conveyor{ + dir = 4; + id_tag = "pc_disposal" + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance/waste) +"di" = ( +/obj/floor_decal/techfloor/blood_red, +/obj/floor_decal/industrial/loading{ + dir = 8 + }, +/obj/floor_decal/techfloor/blood_red/corner{ + dir = 4 + }, +/obj/structure/railing/mapped{ + dir = 4; + icon_state = "railing0-1" + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"dk" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/command/equipment) +"dl" = ( +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/ship/farfleet/command/equipment) +"dm" = ( +/obj/structure/table/steel_reinforced, +/obj/structure/window/boron_reinforced{ + dir = 8 + }, +/obj/structure/window/boron_reinforced{ + dir = 1 + }, +/obj/machinery/conveyor_switch/oneway{ + id = "bsapc"; + pixel_x = 20; + pixel_y = -8 + }, +/obj/machinery/button/blast_door{ + dir = 4; + id_tag = "iccg_space"; + name = "Cannons Space Shield" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"dn" = ( +/obj/floor_decal/techfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"do" = ( +/obj/paint/silver, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/engineering/fussion/control) +"dp" = ( +/obj/structure/table/rack, +/obj/floor_decal/industrial/outline/blue, +/obj/item/storage/box/bodybags{ + pixel_y = 4 + }, +/obj/item/defibrillator/loaded, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay/storage) +"dr" = ( +/obj/machinery/vending/engivend{ + dir = 4; + req_access = list("ACCESS_ICCGN") + }, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/farfleet/engineering/equipment) +"ds" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/floor_decal/corner/yellow{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/equipment) +"dt" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24; + req_access = list("ACCESS_ICCGN") + }, +/obj/floor_decal/industrial/hatch/yellow, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/equipment) +"du" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass/engineering{ + name = "Engineering Storage" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/farfleet/engineering/storage) +"dv" = ( +/obj/floor_decal/industrial/warning{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/storage) +"dw" = ( +/obj/floor_decal/industrial/warning{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/storage) +"dx" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/paint/dark_gunmetal, +/obj/paint_stripe/yellow, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/engineering/storage) +"dz" = ( +/obj/structure/table/woodentable_reinforced/ebony, +/obj/structure/sign/iccg{ + pixel_y = 32 + }, +/obj/floor_decal/borderfloorblack{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"dA" = ( +/obj/structure/closet/crate/medical, +/obj/item/storage/firstaid/sleekstab, +/obj/item/storage/firstaid/sleekstab, +/obj/item/storage/firstaid/sleekstab, +/obj/item/storage/firstaid/sleekstab, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/brig/emergency_armory) +"dC" = ( +/obj/structure/ladder/up, +/obj/floor_decal/industrial/hatch/yellow, +/obj/floor_decal/industrial/warning/full, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/lower) +"dE" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"dG" = ( +/obj/paint/dark_gunmetal, +/obj/paint_stripe/yellow, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/engineering/equipment) +"dH" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/light{ + dir = 8; + icon_state = "tube1" + }, +/obj/item/storage/toolbox/mechanical, +/obj/item/storage/toolbox/electrical, +/obj/structure/table/rack, +/turf/simulated/floor/tiled/monotile, +/area/ship/farfleet/engineering/equipment) +"dI" = ( +/obj/floor_decal/corner/yellow{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/equipment) +"dM" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8; + icon_state = "tube_map" + }, +/obj/machinery/portable_atmospherics/canister/oxygen/prechilled, +/obj/floor_decal/corner/paleblue/diagonal, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay) +"dO" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"dQ" = ( +/obj/structure/table/rack, +/obj/item/storage/firstaid/regular{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/firstaid/regular, +/obj/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay/storage) +"dR" = ( +/obj/machinery/computer/modular/preset/civilian, +/obj/floor_decal/iccglogo/corner, +/obj/structure/sign/double/iccgflag/left{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"dS" = ( +/obj/item/tank/anesthetic, +/obj/item/clothing/mask/breath/anesthetic, +/obj/structure/closet/crate/medical, +/obj/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay/storage) +"dT" = ( +/obj/paint/hull, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/wall/ocp_wall, +/area/ship/farfleet/engineering/fussion/control) +"dU" = ( +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/brig/emergency_armory) +"dW" = ( +/obj/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 4 + }, +/obj/floor_decal/industrial/warning/corner{ + icon_state = "warningcorner"; + dir = 1 + }, +/obj/floor_decal/industrial/warning/corner{ + icon_state = "warningcorner"; + dir = 8 + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/engineering/fussion/control) +"dY" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/farfleet/crew/hallway/lower) +"eb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/lower) +"ec" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/sign/double/iccgflag/right{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/dock) +"eg" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/brig/emergency_armory) +"eh" = ( +/obj/structure/railing/mapped{ + dir = 1 + }, +/obj/machinery/conveyor_switch/oneway{ + id_tag = "pc_disposal" + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance/waste) +"ei" = ( +/obj/machinery/light{ + icon_state = "tube1" + }, +/obj/floor_decal/corner/black{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 9 + }, +/obj/floor_decal/corner/darkblue{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"ej" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/floor_decal/corner/yellow{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/equipment) +"ek" = ( +/obj/floor_decal/industrial/warning/half, +/obj/machinery/door/airlock/external/bolted/cycling{ + name = "Docking Port Airlock"; + id_tag = "recon_dock_airlock_inner" + }, +/turf/simulated/floor, +/area/ship/farfleet/dock) +"el" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/item/stack/material/glass/fifty{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/stack/material/steel/fifty, +/obj/item/stack/material/plastic/fifty, +/obj/structure/table/rack, +/obj/item/stack/material/aluminium/fifty, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/storage) +"em" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/atmos_equipment) +"ep" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/farfleet/crew/hallway/lower) +"eq" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance) +"eu" = ( +/obj/wallframe_spawn/reinforced, +/obj/floor_decal/iccglogo/corner{ + dir = 1 + }, +/obj/paint/dark_gunmetal, +/obj/machinery/door/blast/regular/open{ + id_tag = "pcbridge"; + name = "Emergensy Blast Resistant Shutters" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/ship/farfleet/command/bridge) +"ev" = ( +/obj/machinery/atmospherics/omni/filter{ + tag_east = 5; + tag_north = 2; + tag_south = 8; + tag_west = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"ew" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/glass/terran{ + name = "Docking Control" + }, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/dock) +"ey" = ( +/obj/machinery/door/airlock/multi_tile/terran{ + name = "Emergensy Storage" + }, +/obj/machinery/door/firedoor, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/farfleet/command/equipment) +"eB" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/wallframe_spawn/reinforced_phoron, +/obj/machinery/door/firedoor, +/obj/paint/dark_gunmetal, +/obj/paint_stripe/brown, +/turf/simulated/floor, +/area/ship/farfleet/engineering/atmospherics) +"eC" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/paint/dark_gunmetal, +/obj/paint_stripe/yellow, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/engineering/shield) +"eL" = ( +/obj/floor_decal/techfloor{ + dir = 6 + }, +/obj/floor_decal/industrial/hatch/red{ + color = "#940004" + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"eN" = ( +/obj/floor_decal/iccglogo/top_center, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"eP" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/portable_atmospherics/canister/air, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"eR" = ( +/obj/machinery/light{ + dir = 4; + icon_state = "tube1" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/dock) +"eT" = ( +/obj/machinery/atmospherics/binary/pump/high_power/on{ + target_pressure = 40 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"eV" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/command/bridge) +"fb" = ( +/obj/floor_decal/industrial/outline/red, +/obj/structure/closet/secure_closet/farfleet/fleet/med, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/crew/hallway) +"fc" = ( +/obj/machinery/door/firedoor, +/obj/wallframe_spawn/reinforced, +/obj/paint/dark_gunmetal, +/obj/paint_stripe/yellow, +/turf/simulated/floor/plating, +/area/ship/farfleet/engineering/equipment) +"fd" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/airlock/glass/terran, +/turf/simulated/floor/tiled/monotile, +/area/ship/farfleet/engineering/atmos_equipment) +"fi" = ( +/obj/structure/table/standard, +/obj/item/device/scanner/spectrometer/adv, +/obj/floor_decal/corner/paleblue/diagonal, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay) +"fj" = ( +/obj/structure/table/standard, +/obj/item/stack/material/steel/fifty, +/obj/item/stack/material/steel/fifty, +/obj/item/stack/material/glass/fifty{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/floor_decal/industrial/outline/yellow, +/obj/item/stack/material/aluminium/fifty, +/obj/item/stack/material/plastic/fifty, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/atmos_equipment) +"fn" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/engineering/atmos_equipment) +"fo" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24; + req_access = list("ACCESS_ICCGN") + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/brig/emergency_armory) +"fq" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/lower) +"fs" = ( +/obj/machinery/door/blast/regular{ + dir = 2; + id_tag = "farfleet_fusion" + }, +/obj/structure/grille, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/engineering/atmospherics) +"ft" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/blast/regular/open{ + id_tag = "pcbridge"; + name = "Emergensy Blast Resistant Shutters" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/command/bridge) +"fw" = ( +/obj/floor_decal/techfloor, +/obj/floor_decal/industrial/hatch/red{ + color = "#50a0d3" + }, +/obj/machinery/light, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"fx" = ( +/obj/machinery/shieldgen, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance) +"fy" = ( +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/structure/cable/yellow{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/fussion/control) +"fA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + icon_state = "intact"; + dir = 4 + }, +/obj/paint/silver, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + pixel_y = 0 + }, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/maintenance/engine) +"fB" = ( +/obj/machinery/radio_beacon, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"fD" = ( +/obj/machinery/chemical_dispenser/full, +/obj/structure/window/reinforced, +/obj/floor_decal/corner/paleblue{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay) +"fE" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/flora/pottedplant/bamboo, +/obj/structure/sign/warning/smoking{ + pixel_x = 29 + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/atmos_equipment) +"fG" = ( +/obj/paint/dark_gunmetal, +/obj/paint_stripe/brown, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/engineering/atmospherics) +"fH" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/lower) +"fN" = ( +/obj/paint/ocean, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/engineering/atmospherics) +"fP" = ( +/obj/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 6 + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/engineering/fussion/control) +"fS" = ( +/obj/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/engineering/fussion/control) +"fU" = ( +/obj/paint/dark_gunmetal, +/obj/paint_stripe/yellow, +/turf/simulated/wall, +/area/ship/farfleet/engineering/hallway) +"fW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/decal/cleanable/dirt, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/atmos_equipment) +"gb" = ( +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance) +"gc" = ( +/obj/item/stool/padded, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/hallway) +"gd" = ( +/obj/machinery/computer/telecomms/monitor{ + dir = 4 + }, +/obj/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/steel_grid, +/area/ship/farfleet/crew/comms) +"gg" = ( +/obj/machinery/optable, +/obj/machinery/button/windowtint{ + dir = 8; + pixel_y = -1; + pixel_x = 24; + id = "pcsurgery" + }, +/obj/machinery/button/holosign{ + pixel_y = 9; + pixel_x = 22; + id_tag = "pcsurgerysign" + }, +/obj/floor_decal/floordetail/edgedrain{ + dir = 4 + }, +/obj/floor_decal/corner/darkblue/half{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay/surgery) +"gh" = ( +/obj/wallframe_spawn/reinforced, +/obj/machinery/door/firedoor, +/obj/paint/dark_gunmetal, +/turf/simulated/floor/plating, +/area/ship/farfleet/dock) +"gk" = ( +/obj/wallframe_spawn/reinforced, +/obj/machinery/door/firedoor, +/obj/paint/dark_gunmetal, +/turf/simulated/floor/plating, +/area/ship/farfleet/crew/hallway) +"gl" = ( +/obj/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 4 + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/engineering/fussion/control) +"gp" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/dock) +"gs" = ( +/obj/machinery/door/blast/regular/open{ + density = 0; + dir = 4; + id_tag = "iccg_space"; + name = "Autocannon Interior Hatch"; + opacity = 0 + }, +/obj/machinery/conveyor{ + dir = 8; + id = "bsapc" + }, +/obj/item/ammo_magazine/ammobox/harpoon_cannon{ + layer = dddddd + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"gt" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/dock) +"gw" = ( +/obj/floor_decal/techfloor/corner{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"gy" = ( +/obj/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/engineering/fussion/control) +"gD" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/apc/critical{ + dir = 1; + name = "north bump"; + pixel_y = 23; + req_access = list("ACCESS_ICCGN") + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/farfleet/engineering/shield) +"gE" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/pointdefense{ + initial_id_tag = "farfleet_pd" + }, +/obj/structure/sign/iccg{ + pixel_x = 32 + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/space) +"gG" = ( +/obj/paint/dark_gunmetal, +/obj/paint_stripe/yellow, +/turf/simulated/wall, +/area/ship/farfleet/engineering/fussion/control) +"gI" = ( +/obj/machinery/conveyor{ + dir = 10; + id_tag = "pc_disposal" + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance/waste) +"gJ" = ( +/obj/structure/table/rack, +/obj/item/stack/material/ocp/fifty, +/obj/item/stack/material/plasteel/fifty, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/farfleet/command/equipment) +"gM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/engineering/atmospherics) +"gO" = ( +/obj/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/obj/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 5 + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/engineering/fussion/control) +"gR" = ( +/obj/floor_decal/industrial/warning{ + dir = 9 + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/engineering/fussion/control) +"gS" = ( +/obj/floor_decal/corner_steel_grid/diagonal, +/obj/floor_decal/industrial/warning{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/command/eva) +"gV" = ( +/obj/floor_decal/techfloor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"gX" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/command/launcher) +"hc" = ( +/obj/machinery/door/blast/regular/open{ + dir = 4; + icon_state = "pdoor0"; + id_tag = "prototype_chamber_blast_farfleet" + }, +/obj/wallframe_spawn/reinforced_phoron, +/obj/paint/hull, +/turf/simulated/floor, +/area/ship/farfleet/engineering/fussion/control) +"he" = ( +/obj/floor_decal/corner/red{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"hf" = ( +/obj/structure/closet/radiation, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/sign/warning/radioactive{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/hallway) +"hg" = ( +/obj/wallframe_spawn/reinforced/polarized/no_grille{ + id = "pcsurgery" + }, +/obj/paint_stripe/white, +/turf/simulated/floor/plating, +/area/ship/farfleet/medbay/surgery) +"hj" = ( +/obj/machinery/door/blast/regular{ + dir = 8; + id_tag = "prototype_exhaust_farfleet" + }, +/obj/machinery/shield_diffuser, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/engineering/fussion/control) +"hk" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/obj/structure/sign/bluecross_2{ + pixel_y = -32 + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/lower) +"hl" = ( +/obj/floor_decal/corner/yellow{ + dir = 9 + }, +/obj/machinery/power/apc/critical{ + dir = 8; + name = "west bump"; + pixel_x = -24; + req_access = list("ACCESS_ICCGN") + }, +/obj/machinery/light{ + dir = 8; + icon_state = "tube1"; + pixel_y = 0 + }, +/obj/structure/cable, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/hallway) +"hn" = ( +/obj/floor_decal/corner_steel_grid/diagonal, +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 26 + }, +/obj/machinery/suit_storage_unit/pioneer, +/turf/simulated/floor/tiled, +/area/ship/farfleet/command/eva) +"hp" = ( +/obj/structure/window/boron_reinforced{ + dir = 2 + }, +/obj/floor_decal/techfloor/blood_red, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"hu" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/airlock/command{ + name = "Communication Relay" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/monotile, +/area/ship/farfleet/crew/comms) +"hx" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/dock) +"hB" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/equipment) +"hC" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/dock) +"hD" = ( +/obj/structure/closet/secure_closet/guncabinet{ + req_access = list("ACCESS_ICCGN") + }, +/obj/item/gun/energy/ionrifle/small/stupor, +/obj/item/gun/energy/ionrifle/small/stupor, +/obj/item/gun/energy/laser/bonfire, +/obj/item/gun/energy/laser/bonfire, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/crew/brig/emergency_armory) +"hH" = ( +/turf/simulated/floor/wood/maple, +/area/ship/farfleet/maintenance) +"hJ" = ( +/obj/floor_decal/industrial/warning, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/engineering/fussion/control) +"hK" = ( +/obj/paint/hull, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/turf/simulated/wall/ocp_wall, +/area/ship/farfleet/engineering/atmospherics) +"hM" = ( +/obj/structure/table/steel_reinforced, +/obj/structure/window/boron_reinforced{ + dir = 8 + }, +/obj/structure/window/boron_reinforced{ + dir = 1 + }, +/obj/floor_decal/hull{ + dir = 9 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"hP" = ( +/obj/overmap/visitable/ship/farfleet, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/floor_decal/corner_steel_grid/diagonal, +/obj/floor_decal/industrial/warning/fulltile, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/lower) +"hS" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/paint/dark_gunmetal, +/obj/paint_stripe/yellow, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/engineering/shield) +"hU" = ( +/obj/machinery/pointdefense{ + initial_id_tag = "farfleet_pd" + }, +/obj/structure/cable, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/space) +"hW" = ( +/obj/floor_decal/industrial/hatch/yellow, +/obj/structure/cable{ + d1 = 16; + d2 = 0; + icon_state = "16-0" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/window/westleft{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/zpipe/up/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/zpipe/up/scrubbers{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/atmos_equipment) +"hY" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"ia" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/engineering/atmospherics) +"ib" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/structure/window/boron_reinforced{ + dir = 1 + }, +/obj/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"ic" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/floor_decal/corner_steel_grid/diagonal, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/farfleet/command/eva) +"ii" = ( +/obj/structure/table/standard, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/ship/farfleet/crew/comms) +"ik" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/plating, +/area/ship/farfleet/engineering/fussion/control) +"il" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/medbay/storage) +"iw" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/door/window/phoronreinforced{ + dir = 1; + name = "Missile Storage" + }, +/obj/floor_decal/techfloor/corner{ + dir = 8 + }, +/obj/floor_decal/techfloor/blood_red{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"iz" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/fuel{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/maintenance/engine) +"iG" = ( +/obj/floor_decal/corner_steel_grid/diagonal, +/obj/floor_decal/industrial/warning{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/command/eva) +"iK" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/engineering/fussion/control) +"iM" = ( +/obj/machinery/vending/wallmed1{ + dir = 1; + name = "Emergency NanoMed"; + pixel_y = -29 + }, +/obj/structure/table/reinforced, +/obj/item/clothing/suit/surgicalapron, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/reagent_containers/spray/sterilizine{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/floor_decal/floordetail/edgedrain{ + dir = 10 + }, +/obj/floor_decal/corner/darkblue{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay/surgery) +"iN" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/airlock/terran{ + name = "Officer's Locker" + }, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/crew/hallway) +"iO" = ( +/obj/machinery/door/airlock/multi_tile/glass/medical{ + name = "Infirmary" + }, +/obj/machinery/door/firedoor, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/white/monotile, +/area/ship/farfleet/medbay) +"iQ" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/pointdefense{ + initial_id_tag = "farfleet_pd" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/space) +"iR" = ( +/obj/structure/flora/pottedplant/stoutbush, +/obj/machinery/light{ + dir = 8 + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/lower) +"iU" = ( +/obj/floor_decal/industrial/outline/grey, +/obj/item/ammo_magazine/ammobox/autocannon/anti_hull, +/obj/floor_decal/techfloor/blood_red/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"iV" = ( +/obj/paint/dark_gunmetal, +/obj/paint_stripe/yellow, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/engineering/shield) +"jj" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 26 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/hallway) +"jn" = ( +/obj/machinery/door/blast/regular{ + dir = 8; + id_tag = "prototype_exhaust_farfleet" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/engineering/fussion/control) +"jq" = ( +/obj/machinery/power/emitter/gyrotron/anchored{ + dir = 4; + initial_id_tag = "fusion_gyrotron_farfleet"; + req_access = list("ACCESS_ICCGN"); + id_tag = "fusion_gyrotron_farfleet" + }, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/reinforced, +/area/ship/farfleet/engineering/fussion/control) +"jv" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24; + req_access = list("ACCESS_ICCGN") + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance/waste) +"jx" = ( +/obj/machinery/fusion_fuel_injector/mapped{ + dir = 4; + initial_id_tag = "fusion_injector_farfleet"; + id_tag = "fusion_injector_farfleet"; + req_access = list("ACCESS_ICCGN") + }, +/turf/simulated/floor/reinforced, +/area/ship/farfleet/engineering/fussion/control) +"jy" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/lower) +"jz" = ( +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/engineering/fussion/control) +"jD" = ( +/obj/floor_decal/industrial/hatch/yellow, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/equipment) +"jE" = ( +/obj/machinery/body_scanconsole{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay/surgery) +"jH" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/smes/buildable/preset/farfleet/engine_main, +/turf/simulated/floor, +/area/ship/farfleet/engineering/fussion/control) +"jJ" = ( +/obj/floor_decal/techfloor/corner{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"jO" = ( +/obj/machinery/sleeper{ + dir = 1 + }, +/obj/floor_decal/corner/paleblue/diagonal, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay) +"jR" = ( +/obj/machinery/computer/fusion/core_control{ + dir = 8; + initial_id_tag = "fusion_core_farfleet" + }, +/obj/floor_decal/corner/yellow{ + dir = 6 + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/fussion/control) +"jS" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"ka" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc/critical{ + dir = 8; + name = "west bump"; + pixel_x = -24; + req_access = list("ACCESS_ICCGN") + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/fussion/control) +"kc" = ( +/obj/paint/dark_gunmetal, +/obj/paint_stripe/yellow, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/engineering/storage) +"kh" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/machinery/atmospherics/binary/pump{ + dir = 8 + }, +/obj/floor_decal/corner/black{ + icon_state = "corner_white"; + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"ki" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24; + req_access = list("ACCESS_ICCGN") + }, +/obj/floor_decal/techfloor{ + dir = 4; + icon_state = "techfloor_edges" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"kj" = ( +/obj/shuttle_landmark/nav_farfleet/nav2, +/turf/space, +/area/space) +"ko" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance) +"kt" = ( +/obj/machinery/computer/ship/navigation, +/obj/structure/sign/double/iccgflag/right{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"ku" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/machinery/meter, +/obj/wallframe_spawn/reinforced_phoron, +/obj/machinery/door/firedoor, +/obj/paint/blue, +/turf/simulated/floor, +/area/ship/farfleet/engineering/atmospherics) +"kv" = ( +/obj/machinery/computer/ship/missiles, +/obj/structure/window/boron_reinforced{ + dir = 4 + }, +/obj/structure/window/boron_reinforced{ + dir = 1 + }, +/obj/floor_decal/hull{ + dir = 5 + }, +/obj/floor_decal/techfloor/blood_red/corner, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"ky" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/crew/brig/emergency_armory) +"kD" = ( +/obj/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4; + icon_state = "tube1" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/atmos_equipment) +"kE" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 4; + external_pressure_bound = 0; + external_pressure_bound_default = 0; + icon_state = "map_vent_in"; + id_tag = "o2_out"; + initialize_directions = 1; + internal_pressure_bound = 4000; + internal_pressure_bound_default = 4000; + pressure_checks = 2; + pressure_checks_default = 2; + pump_direction = 0; + use_power = 1 + }, +/obj/machinery/air_sensor{ + id_tag = "o2_sensor" + }, +/turf/simulated/floor/reinforced/nitrogen, +/area/ship/farfleet/engineering/atmospherics) +"kF" = ( +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/dock) +"kH" = ( +/obj/paint/silver, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/engineering/atmospherics) +"kK" = ( +/obj/machinery/uniform_vendor, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/crew/hallway) +"kO" = ( +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22; + req_access = list("ACCESS_ICCGN") + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/ship/farfleet/engineering/fussion/control) +"kP" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"kQ" = ( +/obj/wallframe_spawn/reinforced_phoron/hull, +/obj/machinery/atmospherics/pipe/simple/visible/black, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id_tag = "farfleet_engineview"; + name = "blast door"; + opacity = 0 + }, +/obj/machinery/door/firedoor, +/obj/paint/hull, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/engineering/atmospherics) +"kR" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/white/monotile, +/area/ship/farfleet/medbay) +"kT" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/window/boron_reinforced{ + dir = 4 + }, +/obj/structure/window/boron_reinforced, +/obj/floor_decal/hull{ + dir = 6 + }, +/obj/machinery/computer/ship/ship_weapon/autocannon{ + dir = 1; + link_range = 14 + }, +/obj/floor_decal/techfloor/blood_red/corner{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"kU" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/engineering/fussion/control) +"kX" = ( +/obj/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/engineering/fussion/control) +"kZ" = ( +/obj/structure/table/rack, +/obj/item/device/flashlight/upgraded, +/obj/item/device/flashlight/upgraded, +/obj/item/device/flashlight/upgraded, +/obj/item/device/flashlight/upgraded, +/obj/item/crowbar/prybar, +/obj/item/crowbar/prybar, +/obj/item/crowbar/prybar, +/obj/item/crowbar/prybar, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/crew/hallway) +"lb" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/brig/emergency_armory) +"lf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/lower) +"lg" = ( +/obj/structure/sign/poster/nyc/doctor_griefsey{ + pixel_y = 32 + }, +/turf/simulated/floor/wood/maple, +/area/ship/farfleet/maintenance) +"lh" = ( +/obj/machinery/light{ + icon_state = "tube1"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"li" = ( +/obj/structure/table/rack, +/obj/item/storage/firstaid/toxin{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/firstaid/adv, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24; + pixel_y = 0 + }, +/obj/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay/storage) +"lj" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/glass/engineering{ + name = "Engine Control Room" + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/farfleet/engineering/fussion/control) +"lm" = ( +/obj/machinery/power/apc/super/critical{ + dir = 4; + name = "east bump"; + pixel_x = 25; + req_access = list("ACCESS_ICCGN") + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/dock) +"lr" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10; + icon_state = "intact" + }, +/obj/machinery/igniter{ + id_tag = "farfleet_igniter" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/engineering/atmospherics) +"lu" = ( +/obj/structure/bed/chair/comfy/blue, +/obj/floor_decal/iccglogo/top_right, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"lv" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/command/launcher) +"lw" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/obj/machinery/alarm{ + pixel_y = 24; + req_access = list("ACCESS_ICCGN") + }, +/obj/floor_decal/corner/paleblue/diagonal, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay) +"lx" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/holosign/surgery{ + dir = 8; + id_tag = "pcsurgerysign" + }, +/obj/machinery/door/airlock/medical{ + name = "Surgery" + }, +/turf/simulated/floor/tiled/white/monotile, +/area/ship/farfleet/medbay/surgery) +"lC" = ( +/obj/structure/table/standard, +/obj/item/storage/box/beakers, +/obj/item/clothing/glasses/science, +/obj/item/clothing/gloves/latex, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/floor_decal/corner/paleblue/three_quarters, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay) +"lD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/dock) +"lE" = ( +/obj/paint/dark_gunmetal, +/obj/paint_stripe/yellow, +/turf/simulated/wall, +/area/ship/farfleet/engineering/shield) +"lI" = ( +/obj/machinery/atmospherics/valve{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"lM" = ( +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/monotile, +/area/ship/farfleet/maintenance/engine) +"lN" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/floor_decal/industrial/warning{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/atmos_equipment) +"lO" = ( +/obj/machinery/light, +/obj/machinery/pipedispenser, +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"lR" = ( +/obj/floor_decal/corner/red{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"lU" = ( +/obj/structure/table/steel_reinforced, +/obj/machinery/photocopier/faxmachine{ + department = "Pioneer Corps Craft" + }, +/obj/structure/sign/iccg{ + pixel_y = 32 + }, +/obj/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/floor_decal/corner/darkblue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"ma" = ( +/turf/simulated/floor/plating, +/area/ship/farfleet/crew/hallway/lower) +"mb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/equipment) +"me" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/table/rack, +/obj/structure/window/reinforced, +/obj/item/clothing/suit/space/emergency{ + pixel_x = 6 + }, +/obj/item/clothing/suit/space/emergency, +/obj/item/clothing/suit/space/emergency{ + pixel_x = -6 + }, +/obj/machinery/door/window{ + dir = 8 + }, +/obj/item/clothing/head/helmet/space/emergency{ + pixel_x = 7 + }, +/obj/item/clothing/head/helmet/space/emergency, +/obj/item/clothing/head/helmet/space/emergency{ + pixel_x = -7 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/dock) +"mf" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/dock) +"mg" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/wallframe_spawn/reinforced_phoron, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/paint/red, +/turf/simulated/floor, +/area/ship/farfleet/engineering/atmospherics) +"mj" = ( +/obj/machinery/door/firedoor, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/farfleet/crew/hallway/lower) +"mk" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/command/eva) +"ml" = ( +/obj/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 1 + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/engineering/fussion/control) +"mm" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/crew/hallway) +"mn" = ( +/obj/structure/table/rack, +/obj/machinery/light, +/obj/machinery/recharger/wallcharger{ + dir = 1; + pixel_y = -22 + }, +/obj/item/ammo_magazine/pistol/iccgn, +/obj/item/ammo_magazine/pistol/iccgn, +/obj/item/ammo_magazine/pistol/iccgn, +/obj/item/ammo_magazine/pistol/iccgn, +/obj/item/ammo_magazine/pistol/iccgn, +/obj/item/ammo_magazine/pistol/iccgn, +/obj/item/ammo_magazine/pistol/iccgn, +/obj/item/gun/projectile/pistol/iccgn{ + magazine_type = null + }, +/obj/item/gun/projectile/pistol/iccgn{ + magazine_type = null + }, +/obj/item/gun/projectile/pistol/iccgn{ + magazine_type = null + }, +/obj/item/gun/projectile/pistol/iccgn{ + magazine_type = null + }, +/obj/item/ammo_magazine/pistol/iccgn, +/obj/item/ammo_magazine/pistol/iccgn, +/obj/item/ammo_magazine/pistol/iccgn, +/obj/item/ammo_magazine/pistol/iccgn, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/crew/brig/emergency_armory) +"mo" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/command/launcher) +"mq" = ( +/obj/machinery/atmospherics/unary/engine{ + dir = 8 + }, +/turf/simulated/floor/airless, +/area/ship/farfleet/maintenance/engine) +"ms" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/hallway) +"mt" = ( +/obj/floor_decal/industrial/warning/corner{ + icon_state = "warningcorner"; + dir = 8 + }, +/obj/floor_decal/industrial/warning/corner{ + icon_state = "warningcorner"; + dir = 1 + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/engineering/fussion/control) +"mx" = ( +/obj/machinery/bodyscanner{ + dir = 4 + }, +/obj/floor_decal/floordetail/edgedrain{ + dir = 4 + }, +/obj/floor_decal/corner/darkblue/half{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay/surgery) +"mA" = ( +/obj/machinery/door/firedoor, +/obj/floor_decal/industrial/warning/half{ + icon_state = "warninghalf"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/hatch/maintenance{ + id_tag = "tokamak_interior_farfleet"; + frequency = 1379 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/hallway) +"mD" = ( +/obj/paint/silver, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/engineering/atmospherics) +"mE" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/paint/dark_gunmetal, +/obj/paint_stripe/white, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/medbay/storage) +"mF" = ( +/obj/paint/ocean, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/engineering/atmospherics) +"mG" = ( +/obj/wallframe_spawn/reinforced, +/obj/paint/dark_gunmetal, +/turf/simulated/floor, +/area/ship/farfleet/engineering/atmos_equipment) +"mO" = ( +/obj/machinery/power/shield_generator, +/obj/structure/cable/yellow{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/engineering/shield) +"mP" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"mQ" = ( +/obj/machinery/atmospherics/unary/outlet_injector{ + dir = 4; + icon_state = "map_injector"; + id = "n2_in"; + use_power = 1; + frequency = 1442 + }, +/turf/simulated/floor/reinforced/oxygen, +/area/ship/farfleet/engineering/atmospherics) +"mT" = ( +/obj/machinery/recharge_station, +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/atmos_equipment) +"mU" = ( +/obj/structure/railing/mapped{ + dir = 1 + }, +/obj/structure/closet/crate/trashcart, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance/waste) +"ne" = ( +/obj/paint/dark_gunmetal, +/obj/paint_stripe/white, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/medbay/storage) +"ng" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/dock) +"nl" = ( +/obj/machinery/atmospherics/pipe/simple/visible/fuel, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 26 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"nn" = ( +/obj/machinery/door/airlock/multi_tile/engineering{ + dir = 8 + }, +/obj/floor_decal/industrial/hatch/yellow, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/monotile, +/area/ship/farfleet/maintenance/engine) +"no" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/power/apc/critical{ + name = "south bump"; + pixel_y = -24; + req_access = list("ACCESS_ICCGN") + }, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = -32; + pixel_y = -21 + }, +/obj/structure/cable, +/turf/simulated/floor/tiled/steel_grid, +/area/ship/farfleet/crew/comms) +"nq" = ( +/obj/paint/ocean, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/crew/brig/emergency_armory) +"nr" = ( +/obj/machinery/shipsensors, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/command/bridge) +"nt" = ( +/obj/machinery/hologram/holopad/longrange, +/obj/floor_decal/iccglogo, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"nu" = ( +/obj/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"nv" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/engineering/atmospherics) +"nw" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/air, +/obj/machinery/atmospherics/portables_connector, +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/door/window/southright{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"nA" = ( +/obj/structure/closet/secure_closet/guncabinet{ + req_access = list("ACCESS_ICCGN") + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/gun/projectile/automatic/iccgn, +/obj/item/gun/projectile/automatic/iccgn, +/obj/item/gun/projectile/automatic/iccgn, +/obj/item/gun/projectile/automatic/iccgn, +/obj/item/gun/projectile/automatic/iccgn/smg, +/obj/item/gun/projectile/automatic/iccgn/smg, +/obj/item/gun/projectile/automatic/iccgn/smg, +/obj/item/gun/projectile/automatic/iccgn/smg, +/obj/item/ammo_magazine/rifle/iccgn, +/obj/item/ammo_magazine/rifle/iccgn, +/obj/item/ammo_magazine/rifle/iccgn, +/obj/item/ammo_magazine/rifle/iccgn, +/obj/item/ammo_magazine/rifle/iccgn, +/obj/item/ammo_magazine/rifle/iccgn, +/obj/item/ammo_magazine/rifle/iccgn, +/obj/item/ammo_magazine/rifle/iccgn, +/obj/item/ammo_magazine/smg/iccgn, +/obj/item/ammo_magazine/smg/iccgn, +/obj/item/ammo_magazine/smg/iccgn, +/obj/item/ammo_magazine/smg/iccgn, +/obj/item/ammo_magazine/smg/iccgn, +/obj/item/ammo_magazine/smg/iccgn, +/obj/item/ammo_magazine/smg/iccgn, +/obj/item/ammo_magazine/smg/iccgn, +/obj/item/ammo_magazine/smg/iccgn, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/crew/brig/emergency_armory) +"nC" = ( +/obj/machinery/disposal/deliveryChute{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance/waste) +"nE" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance) +"nH" = ( +/obj/structure/table/steel_reinforced, +/obj/machinery/button/alternate/door/bolts{ + pixel_y = 28; + name = "Fire Control Access"; + id_tag = "pcannon" + }, +/obj/machinery/button/blast_door{ + pixel_y = 28; + pixel_x = -10; + id_tag = "pcbridge"; + name = "Last Stand Shutters Control"; + desc = "Bridge blast door control panel. If you press this not at the drill, there is a bad news for you. Die as a man." + }, +/obj/machinery/button/blast_door{ + pixel_y = 28; + pixel_x = 10; + name = "Sensors Protection"; + id_tag = "pcsensors" + }, +/obj/item/paper/farfleet/engines{ + language = "Pan-Slavic" + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"nJ" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/multi_tile/maintenance, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance) +"nK" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/portable_atmospherics/canister/sleeping_agent, +/obj/machinery/power/apc/super/critical{ + dir = 1; + name = "north bump"; + pixel_y = 24 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"nM" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/atmos_equipment) +"nN" = ( +/obj/machinery/computer/operating{ + dir = 1 + }, +/obj/machinery/light, +/obj/floor_decal/floordetail/edgedrain{ + dir = 6 + }, +/obj/floor_decal/corner/darkblue{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay/surgery) +"nO" = ( +/obj/machinery/atmospherics/unary/outlet_injector{ + dir = 1; + icon_state = "map_injector"; + id = "co2_in"; + pixel_y = 1; + use_power = 1; + frequency = 1442 + }, +/turf/simulated/floor/reinforced/hydrogen, +/area/ship/farfleet/engineering/atmospherics) +"nS" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24; + req_access = list("ACCESS_ICCGN") + }, +/obj/floor_decal/industrial/hatch/yellow, +/obj/structure/sign/warning/secure_area{ + pixel_y = -32; + dir = 1 + }, +/obj/structure/table/standard, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/atmos_equipment) +"nT" = ( +/obj/floor_decal/iccglogo/bottom_left, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"nW" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/crew/hallway/lower) +"nY" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/floor_decal/techfloor/blood_red{ + dir = 9 + }, +/obj/floor_decal/industrial/outline/grey, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"nZ" = ( +/obj/machinery/atmospherics/pipe/manifold4w/visible/cyan, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"oa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood/maple, +/area/ship/farfleet/maintenance) +"ob" = ( +/obj/structure/missile/antispace, +/obj/structure/missile/antispace{ + pixel_y = 9 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/floor_decal/techfloor, +/obj/floor_decal/industrial/outline/orange, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"of" = ( +/obj/paint/hull, +/turf/simulated/wall/ocp_wall, +/area/ship/farfleet/engineering/fussion/control) +"oh" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10; + icon_state = "intact" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/engineering/atmospherics) +"oi" = ( +/obj/structure/window/boron_reinforced{ + dir = 8 + }, +/obj/structure/window/boron_reinforced, +/obj/floor_decal/hull{ + dir = 10 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/computer/ship/ship_weapon/harpoon_gun{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"on" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/surgery, +/obj/item/reagent_containers/syringe{ + pixel_y = -2 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/floor_decal/floordetail/edgedrain, +/obj/floor_decal/corner/darkblue/half{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay/surgery) +"oo" = ( +/obj/floor_decal/iccglogo/bottom_right, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"op" = ( +/obj/floor_decal/corner/blue{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"oq" = ( +/obj/paint/ocean, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/command/bridge) +"or" = ( +/obj/structure/missile/he{ + dir = 4 + }, +/obj/structure/missile/he{ + dir = 4; + pixel_y = 10 + }, +/obj/floor_decal/techfloor{ + dir = 1 + }, +/obj/floor_decal/industrial/outline/dark_red, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"ow" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/dock) +"ox" = ( +/obj/structure/table/steel_reinforced, +/obj/floor_decal/borderfloorblack{ + dir = 9 + }, +/obj/floor_decal/corner/darkblue/border{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"oz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance) +"oA" = ( +/obj/floor_decal/industrial/warning, +/obj/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/engineering/fussion/control) +"oI" = ( +/obj/structure/table/rack, +/obj/item/stack/material/glass/reinforced/fifty, +/obj/item/stack/material/glass/reinforced/fifty, +/obj/item/stack/material/glass/fifty, +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/tiled/monotile, +/area/ship/farfleet/command/equipment) +"oJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay) +"oM" = ( +/obj/floor_decal/industrial/warning/half, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/door/airlock/external/bolted/cycling{ + name = "Docking Port Airlock"; + id_tag = "recon_dock_airlock_inner" + }, +/turf/simulated/floor, +/area/ship/farfleet/dock) +"oQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/obj/machinery/atmospherics/portables_connector{ + dir = 8 + }, +/obj/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"oS" = ( +/obj/structure/table/standard, +/obj/machinery/recharger, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/atmos_equipment) +"oW" = ( +/obj/structure/curtain/medical, +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/floor_decal/industrial/hatch/blue, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay/storage) +"pb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/glass/engineering{ + name = "Engineering Bay" + }, +/obj/floor_decal/industrial/hatch/yellow, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/farfleet/engineering/equipment) +"pc" = ( +/obj/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/engineering/fussion/control) +"pf" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"pl" = ( +/obj/machinery/computer/telecomms/server{ + dir = 4; + network = "pioneertcommsat"; + req_access = list("ACCESS_ICCGN") + }, +/obj/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/steel_grid, +/area/ship/farfleet/crew/comms) +"pn" = ( +/obj/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 10 + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/engineering/fussion/control) +"pu" = ( +/obj/turbolift_map_holder/farfleet{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/crew/hallway/lower) +"pv" = ( +/obj/structure/table/rack, +/obj/item/airlock_brace, +/obj/item/airlock_brace, +/obj/item/airlock_brace, +/obj/item/airlock_brace, +/obj/item/material/twohanded/jack/titanium, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/crew/brig/emergency_armory) +"pw" = ( +/obj/floor_decal/industrial/outline/blue, +/obj/machinery/telecomms/allinone/iccgn, +/turf/simulated/floor/tiled/steel_grid, +/area/ship/farfleet/crew/comms) +"pH" = ( +/obj/machinery/organ_printer/robot/mapped, +/obj/machinery/light{ + dir = 1 + }, +/obj/floor_decal/floordetail/edgedrain{ + dir = 5 + }, +/obj/floor_decal/corner/darkblue{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay/surgery) +"pJ" = ( +/obj/machinery/portable_atmospherics/powered/pump, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance) +"pL" = ( +/obj/paint/dark_gunmetal, +/obj/paint_stripe/yellow, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/engineering/hallway) +"pO" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/floor_decal/corner/paleblue{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay) +"pP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/binary/pump{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"pR" = ( +/obj/structure/table/rack, +/obj/item/bodybag/cryobag, +/obj/item/bodybag/cryobag, +/obj/item/bodybag/cryobag, +/obj/floor_decal/industrial/outline/blue, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay/storage) +"pS" = ( +/obj/machinery/smartfridge/secure/medbay{ + req_access = list("ACCESS_ICCGN") + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/medbay) +"pV" = ( +/obj/structure/railing/mapped, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance) +"qd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/obj/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/command/eva) +"qg" = ( +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/glass/terran{ + name = "Bridge"; + dir = 8 + }, +/obj/machinery/door/blast/regular/open{ + id_tag = "pcbridge"; + name = "Emergensy Blast Resistant Shutters"; + dir = 4 + }, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/command/bridge) +"qh" = ( +/obj/structure/closet/walllocker{ + pixel_x = -32 + }, +/obj/item/melee/telebaton, +/obj/item/melee/telebaton, +/obj/item/melee/telebaton, +/obj/item/melee/telebaton, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/brig/emergency_armory) +"qr" = ( +/obj/structure/table/steel, +/obj/item/device/flashlight/maglight, +/obj/item/device/flashlight/maglight, +/obj/item/device/flashlight/maglight, +/obj/item/device/flashlight/maglight, +/obj/item/device/flashlight/maglight, +/obj/item/device/flashlight/maglight, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/crew/brig/emergency_armory) +"qD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/hallway) +"qF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/dock) +"qG" = ( +/obj/machinery/alarm{ + pixel_y = 24; + req_access = list("ACCESS_ICCGN") + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/lower) +"qM" = ( +/obj/structure/table/rack, +/obj/item/clothing/accessory/storage/holster/thigh, +/obj/item/clothing/accessory/storage/holster/thigh, +/obj/item/clothing/accessory/storage/holster/thigh, +/obj/item/clothing/accessory/storage/holster/thigh, +/obj/machinery/recharger/wallcharger{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/crew/brig/emergency_armory) +"qN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5; + icon_state = "intact" + }, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/dock) +"qQ" = ( +/obj/machinery/computer/ship/navigation{ + dir = 1 + }, +/obj/machinery/light, +/obj/structure/window/boron_reinforced, +/obj/floor_decal/hull, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"qS" = ( +/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/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/floor_decal/corner/paleblue/diagonal, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay) +"ra" = ( +/obj/floor_decal/industrial/warning{ + dir = 1; + icon_state = "warning" + }, +/obj/floor_decal/industrial/warning, +/obj/machinery/light/small/red{ + name = "light fixture"; + dir = 1 + }, +/obj/machinery/ship_weapon/middle_part/harpoon_cannon{ + dir = 8 + }, +/obj/structure/window/boron_reinforced{ + dir = 2 + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/command/launcher) +"rb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"rc" = ( +/obj/machinery/chem_master, +/obj/structure/window/reinforced, +/obj/floor_decal/corner/paleblue{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay) +"rg" = ( +/obj/structure/railing/mapped{ + dir = 8; + icon_state = "railing0-1" + }, +/obj/machinery/space_heater, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24; + req_access = list("ACCESS_ICCGN") + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance/engine) +"rn" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/window/brigdoor/northright{ + dir = 2 + }, +/obj/structure/wall_frame/hull, +/obj/structure/table/wallf/steel, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/crew/brig/emergency_armory) +"ru" = ( +/obj/floor_decal/industrial/outline/red, +/obj/structure/closet/secure_closet/farfleet/fleet_cpt, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/crew/hallway) +"rx" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics Maintenance"; + req_access = list("ACCESS_ICCGN"); + secured_wires = 1 + }, +/obj/floor_decal/industrial/warning/half, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"ry" = ( +/obj/machinery/conveyor{ + dir = 4; + id_tag = "pc_disposal" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance/waste) +"rF" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/table/rack, +/obj/item/stack/material/plasteel/fifty{ + pixel_x = -3; + pixel_y = 4 + }, +/obj/item/stack/material/ocp/fifty, +/obj/item/stack/material/wood/maple/twentyfive, +/obj/item/stack/material/wood/maple/twentyfive, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/storage) +"rM" = ( +/obj/structure/table/steel_reinforced, +/obj/machinery/light{ + dir = 8 + }, +/obj/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/floor_decal/corner/darkblue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"rQ" = ( +/obj/structure/dispenser/oxygen, +/obj/floor_decal/corner_steel_grid/diagonal, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/ship/farfleet/command/eva) +"rR" = ( +/obj/paint/dark_gunmetal, +/obj/paint_stripe/nt_red, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/command/launcher) +"rU" = ( +/obj/paint/red, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/engineering/atmospherics) +"sa" = ( +/obj/structure/table/standard, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/obj/floor_decal/corner/paleblue/diagonal, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay) +"sb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/lower) +"se" = ( +/obj/machinery/door/airlock/hatch/maintenance, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/ship/farfleet/medbay/storage) +"sg" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/ship/farfleet/crew/comms) +"si" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance/engine) +"sr" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5; + icon_state = "intact" + }, +/obj/machinery/atmospherics/pipe/vent/high_volume{ + icon_state = "intact" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/engineering/atmospherics) +"sv" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/maintenance/waste) +"sw" = ( +/obj/floor_decal/industrial/warning{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/ship/farfleet/dock) +"sA" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Disposal System Access" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance/waste) +"sC" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ + dir = 1 + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/engineering/atmospherics) +"sH" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/brig/emergency_armory) +"sI" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc/critical{ + dir = 4; + name = "east bump"; + pixel_x = 24; + req_access = list("ACCESS_ICCGN") + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"sN" = ( +/obj/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 8 + }, +/obj/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/floor_decal/industrial/warning/corner, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/engineering/fussion/control) +"sP" = ( +/obj/structure/missile/antispace, +/obj/structure/missile/antispace{ + pixel_y = 9 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/floor_decal/techfloor{ + dir = 1 + }, +/obj/floor_decal/industrial/outline/orange, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"sQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/maintenance/engine) +"sR" = ( +/obj/structure/window/boron_reinforced{ + dir = 8 + }, +/obj/floor_decal/techfloor, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"sS" = ( +/obj/floor_decal/industrial/outline/blue, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24; + req_access = list("ACCESS_ICCGN") + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/ship/farfleet/crew/comms) +"sW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22; + req_access = list("ACCESS_ICCGN") + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance) +"sY" = ( +/obj/paint/ocean, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/dock) +"te" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/structure/closet/emcloset, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/farfleet/command/launcher) +"tf" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24; + req_access = list("ACCESS_ICCGN") + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/hallway) +"th" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24; + req_access = list("ACCESS_ICCGN") + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/hallway) +"tj" = ( +/obj/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"to" = ( +/obj/machinery/door/firedoor, +/obj/wallframe_spawn/reinforced, +/obj/paint/dark_gunmetal, +/obj/paint_stripe/yellow, +/turf/simulated/floor/plating, +/area/ship/farfleet/engineering/hallway) +"tp" = ( +/obj/structure/bed/chair, +/obj/structure/window/boron_reinforced{ + dir = 1 + }, +/obj/floor_decal/industrial/outline/blood_red, +/obj/floor_decal/hull{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/item/device/radio/intercom/interrogation{ + dir = 1; + pixel_x = -33; + pixel_y = -48; + name = "intercom (Fire Control)"; + broadcasting = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"tr" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/hallway) +"ts" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance) +"tt" = ( +/obj/structure/bed/chair/comfy/blue, +/obj/floor_decal/borderfloorblack{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"tF" = ( +/obj/structure/table/woodentable/mahogany, +/turf/simulated/floor/wood/maple, +/area/ship/farfleet/maintenance) +"tN" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/floor_decal/corner/paleblue/diagonal, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay/storage) +"tV" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/brig/emergency_armory) +"tZ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/paint/dark_gunmetal, +/obj/paint_stripe/nt_red, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/command/launcher) +"ud" = ( +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/monotile, +/area/ship/farfleet/crew/hallway/lower) +"ui" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/internals/fuel, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"uk" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"un" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/hallway) +"uA" = ( +/obj/machinery/door/blast/regular/open{ + density = 0; + dir = 2; + id_tag = "iccg_space_missile"; + name = "Missile Hatch"; + opacity = 0 + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/command/launcher) +"uG" = ( +/turf/simulated/floor/reinforced/carbon_dioxide, +/area/ship/farfleet/engineering/atmospherics) +"uH" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/floor_decal/techfloor/blood_red{ + dir = 10 + }, +/obj/floor_decal/industrial/outline/grey, +/obj/random/ship_ammo_autocannon{ + spawn_nothing_percentage = 25 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"uI" = ( +/obj/floor_decal/industrial/warning/corner, +/obj/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/engineering/fussion/control) +"uJ" = ( +/obj/structure/railing/mapped{ + dir = 8; + icon_state = "railing0-1" + }, +/obj/machinery/power/port_gen/pacman, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance/engine) +"uL" = ( +/obj/structure/table/steel_reinforced, +/obj/item/folder/red, +/obj/machinery/light{ + dir = 4 + }, +/obj/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/floor_decal/corner/darkblue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"uM" = ( +/obj/machinery/light/small{ + dir = 4; + pixel_x = 6; + pixel_y = 18 + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance) +"uN" = ( +/obj/machinery/door/firedoor, +/obj/wallframe_spawn/reinforced, +/obj/paint/dark_gunmetal, +/obj/paint_stripe/yellow, +/turf/simulated/floor/plating, +/area/ship/farfleet/engineering/storage) +"uQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay/surgery) +"uY" = ( +/obj/machinery/button/ignition{ + id_tag = "farfleet_igniter"; + pixel_y = 25 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"va" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + icon_state = "intact"; + dir = 4 + }, +/obj/paint/silver, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/maintenance/engine) +"vg" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/structure/window/boron_reinforced, +/obj/machinery/door/window/phoronreinforced{ + dir = 4; + name = "Missile Control" + }, +/obj/floor_decal/hull/corner{ + dir = 8 + }, +/obj/floor_decal{ + color = "grey"; + icon = 'icons/turf/structures.dmi'; + icon_state = "rampbottom"; + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"vp" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10; + pixel_y = 0 + }, +/obj/machinery/atmospherics/portables_connector{ + dir = 8 + }, +/obj/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"vq" = ( +/obj/floor_decal/techfloor{ + dir = 1 + }, +/obj/floor_decal/techfloor{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/floor_decal/industrial/hatch/red{ + color = "#50a0d3" + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"vx" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay) +"vz" = ( +/obj/paint/blue, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/engineering/atmospherics) +"vF" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance) +"vG" = ( +/obj/paint/silver, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/crew/hallway) +"vK" = ( +/obj/floor_decal/corner/paleblue{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay) +"vV" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light, +/obj/floor_decal/corner_steel_grid/diagonal, +/obj/structure/sign/bluecross_2{ + pixel_y = -33 + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/lower) +"vW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/brig/emergency_armory) +"wg" = ( +/obj/structure/iv_stand, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22; + req_access = list("ACCESS_ICCGN") + }, +/obj/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay/storage) +"wl" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"wo" = ( +/obj/structure/flora/pottedplant/stoutbush, +/obj/machinery/light{ + dir = 4 + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/lower) +"ws" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/structure/window/boron_reinforced, +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/floor_decal/industrial/outline/blue, +/obj/floor_decal/hull, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/item/device/radio/intercom/interrogation{ + name = "intercom (Fire Control)"; + pixel_x = -32; + pixel_y = 32; + broadcasting = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"wu" = ( +/obj/machinery/fusion_fuel_injector/mapped{ + anchored = 0; + dir = 4; + id_tag = "fusion_injector_farfleet"; + req_access = list("ACCESS_ICCGN"); + initial_id_tag = "fusion_injector_farfleet" + }, +/turf/simulated/floor/reinforced, +/area/ship/farfleet/engineering/fussion/control) +"wx" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/wallframe_spawn/reinforced_phoron, +/obj/machinery/door/firedoor, +/obj/paint/blue, +/turf/simulated/floor, +/area/ship/farfleet/engineering/atmospherics) +"wA" = ( +/obj/machinery/portable_atmospherics/canister/hydrogen/engine_setup, +/obj/floor_decal/industrial/warning, +/turf/simulated/floor/plating, +/area/ship/farfleet/engineering/fussion/control) +"wB" = ( +/obj/machinery/computer/fusion/gyrotron{ + dir = 8; + id_tag = "fusion_gyrotron_farfleet"; + initial_id_tag = "fusion_gyrotron_farfleet" + }, +/obj/floor_decal/corner/yellow{ + dir = 6 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/fussion/control) +"wE" = ( +/obj/wallframe_spawn/reinforced, +/obj/paint/dark_gunmetal, +/obj/paint_stripe/white, +/turf/simulated/floor/plating, +/area/ship/farfleet/medbay) +"wI" = ( +/obj/floor_decal/corner/paleblue{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay) +"xc" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/floor_decal/corner/paleblue/diagonal, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay) +"xs" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"xu" = ( +/obj/paint/silver, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/maintenance/engine) +"xw" = ( +/obj/structure/roller_bed/nanoblood, +/obj/floor_decal/corner/paleblue{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay) +"xB" = ( +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/dock) +"xC" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance) +"xH" = ( +/obj/machinery/light{ + dir = 4; + icon_state = "tube1" + }, +/obj/machinery/atmospherics/binary/pump/high_power{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"xJ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/wood/maple, +/area/ship/farfleet/maintenance) +"xL" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/dock) +"xM" = ( +/obj/machinery/power/apc/critical{ + dir = 4; + name = "east bump"; + pixel_x = 24; + req_access = list("ACCESS_ICCGN") + }, +/obj/structure/cable, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/brig/emergency_armory) +"xO" = ( +/obj/machinery/fusion_fuel_compressor, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/engineering/fussion/control) +"xR" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/decal/cleanable/dirt, +/obj/paint/dark_gunmetal, +/obj/wallframe_spawn/reinforced/hull, +/turf/simulated/floor, +/area/ship/farfleet/dock) +"xT" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "bsapc" + }, +/obj/machinery/door/blast/regular/open{ + density = 0; + dir = 4; + id_tag = "iccg_space"; + name = "Autocannon Interior Hatch"; + opacity = 0 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"xU" = ( +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay/surgery) +"xW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/dock) +"yb" = ( +/obj/machinery/door/airlock/multi_tile/terran{ + name = "Bridge Hallway" + }, +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/blast/regular/open{ + id_tag = "pcbridge"; + name = "Emergensy Blast Resistant Shutters" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/command/bridge) +"yc" = ( +/obj/floor_decal/industrial/warning{ + dir = 9; + icon_state = "warning" + }, +/obj/item/device/radio/intercom{ + dir = 4; + pixel_x = -22 + }, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/ship/farfleet/dock) +"ym" = ( +/obj/machinery/light/small, +/turf/simulated/floor/wood/maple, +/area/ship/farfleet/maintenance) +"ys" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/floor_decal/techfloor/blood_red{ + dir = 1 + }, +/obj/floor_decal/industrial/loading{ + dir = 8 + }, +/obj/floor_decal/techfloor/blood_red/corner, +/obj/structure/railing/mapped{ + dir = 4; + icon_state = "railing0-1" + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"yF" = ( +/obj/floor_decal/industrial/outline/red, +/obj/structure/closet/secure_closet/farfleet/fleet/engi, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/crew/hallway) +"yG" = ( +/obj/paint/dark_gunmetal, +/obj/paint_stripe/yellow, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/engineering/fussion/control) +"yW" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/red, +/obj/machinery/meter, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"zh" = ( +/obj/machinery/pointdefense{ + initial_id_tag = "farfleet_pd" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/space) +"zi" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + icon_state = "map_universal"; + dir = 2 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"zj" = ( +/obj/machinery/conveyor{ + id_tag = "pc_disposal" + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance/waste) +"zl" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/floor_decal/corner_steel_grid/diagonal, +/obj/floor_decal/industrial/warning/fulltile, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/lower) +"zp" = ( +/obj/floor_decal/industrial/warning/fulltile, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/railing/mapped{ + dir = 1; + icon_state = "railing0-1" + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"zr" = ( +/obj/paint/silver, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/maintenance/waste) +"zt" = ( +/obj/wallframe_spawn/reinforced, +/obj/machinery/door/firedoor, +/obj/paint/dark_gunmetal, +/turf/simulated/floor/plating, +/area/ship/farfleet/command/eva) +"zw" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/brig/emergency_armory) +"zz" = ( +/obj/random/ship_ammo_autocannon, +/obj/floor_decal/techfloor, +/obj/floor_decal/industrial/outline/grey, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"zE" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24; + pixel_y = 0 + }, +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/sign/double/iccgflag/left{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/dock) +"zJ" = ( +/obj/structure/missile/he{ + dir = 4 + }, +/obj/structure/missile/he{ + dir = 4; + pixel_y = 10 + }, +/obj/floor_decal/techfloor, +/obj/floor_decal/industrial/outline/dark_red, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"zM" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/maintenance) +"zO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/floor_decal/corner_steel_grid/diagonal, +/obj/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/command/eva) +"zT" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 9 + }, +/obj/floor_decal/corner/darkblue/half{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"zZ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/atmospherics/binary/pump{ + dir = 1 + }, +/obj/floor_decal/corner/darkblue/half{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"Aa" = ( +/obj/paint/ocean, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/engineering/atmospherics) +"Ad" = ( +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"Aj" = ( +/obj/paint/silver, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/medbay/storage) +"Ak" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/lower) +"Al" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/command/launcher) +"Ar" = ( +/obj/machinery/power/apc/critical{ + dir = 4; + name = "east bump"; + pixel_x = 24; + req_access = list("ACCESS_ICCGN") + }, +/obj/structure/cable, +/obj/structure/window/boron_reinforced{ + dir = 2 + }, +/obj/floor_decal/techfloor/blood_red{ + dir = 6 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + icon_state = "map_vent_out"; + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"Az" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/engineering/fussion/control) +"AD" = ( +/obj/paint/silver, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/maintenance) +"AF" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/machinery/light{ + dir = 4 + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/lower) +"AY" = ( +/obj/paint/silver, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/maintenance/waste) +"AZ" = ( +/obj/machinery/power/apc/critical{ + dir = 1; + name = "north bump"; + pixel_y = 23; + req_access = list("ACCESS_ICCGN") + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance/engine) +"Bd" = ( +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 10 + }, +/obj/paint/hull, +/turf/simulated/wall/ocp_wall, +/area/ship/farfleet/engineering/atmospherics) +"Bf" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"Bu" = ( +/obj/machinery/pointdefense_control{ + initial_id_tag = "farfleet_pd" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"Bz" = ( +/obj/item/stack/material/plastic/fifty, +/obj/item/stack/material/aluminium/fifty, +/obj/structure/table/rack, +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/tiled/monotile, +/area/ship/farfleet/command/equipment) +"BH" = ( +/obj/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/engineering/fussion/control) +"BN" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/command/equipment) +"BS" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + icon_state = "map_vent_out"; + dir = 1 + }, +/obj/floor_decal/floordetail/edgedrain{ + dir = 8 + }, +/obj/floor_decal/corner/darkblue/half{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay/surgery) +"BT" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/dock) +"BV" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall, +/area/ship/farfleet/engineering/atmos_equipment) +"Cd" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/sign/warning/vacuum{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/dock) +"Cg" = ( +/obj/machinery/ion_engine{ + dir = 8 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/airless, +/area/ship/farfleet/maintenance/engine) +"Cl" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 1; + external_pressure_bound = 0; + external_pressure_bound_default = 0; + icon_state = "map_vent_in"; + id_tag = "h2_out"; + initialize_directions = 1; + internal_pressure_bound = 4000; + internal_pressure_bound_default = 4000; + pressure_checks = 2; + pressure_checks_default = 2; + pump_direction = 0; + use_power = 1 + }, +/obj/machinery/air_sensor{ + id_tag = "tox_sensor" + }, +/turf/simulated/floor/reinforced/carbon_dioxide, +/area/ship/farfleet/engineering/atmospherics) +"Cm" = ( +/obj/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/closet/crate/radiation, +/obj/item/stack/material/deuterium/fifty, +/obj/item/stack/material/deuterium/fifty, +/obj/item/stack/material/deuterium/fifty, +/obj/item/stack/material/tritium/fifty, +/obj/item/stack/material/tritium/fifty, +/obj/item/stack/material/tritium/fifty, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/engineering/fussion/control) +"Cp" = ( +/obj/paint/silver, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/command/bridge) +"Cq" = ( +/obj/machinery/atmospherics/unary/freezer{ + icon_state = "freezer"; + dir = 4 + }, +/obj/floor_decal/corner/paleblue/diagonal, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay) +"Cx" = ( +/obj/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/engineering/fussion/control) +"CD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/alarm{ + pixel_y = 24; + req_access = list("ACCESS_ICCGN") + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"CH" = ( +/obj/paint/silver, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/engineering/atmospherics) +"CJ" = ( +/obj/structure/closet/crate/internals, +/obj/item/clothing/mask/gas/half, +/obj/item/clothing/mask/gas/half, +/obj/item/clothing/mask/gas/half, +/obj/item/clothing/mask/gas/half, +/obj/item/tank/oxygen_emergency_extended, +/obj/item/tank/oxygen_emergency_extended, +/obj/item/tank/oxygen_emergency_extended, +/obj/item/tank/oxygen_emergency_extended, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/brig/emergency_armory) +"CK" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/maintenance/waste) +"CN" = ( +/obj/machinery/door/window/phoronreinforced{ + dir = 2; + name = "Missile Storage" + }, +/obj/floor_decal/techfloor/corner{ + dir = 1 + }, +/obj/floor_decal/techfloor/blood_red{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"CU" = ( +/obj/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/floor_decal/industrial/warning/corner, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/engineering/fussion/control) +"CX" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -25; + req_access = list("ACCESS_ICCGN") + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"Dc" = ( +/obj/floor_decal/industrial/warning/corner, +/obj/floor_decal/industrial/warning{ + dir = 9 + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/engineering/fussion/control) +"Dj" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9; + icon_state = "intact" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/engineering/atmospherics) +"Dl" = ( +/obj/structure/reagent_dispensers/water_cooler{ + dir = 4 + }, +/obj/floor_decal/borderfloorblack{ + dir = 10 + }, +/obj/floor_decal/borderfloorblack/corner2{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"Do" = ( +/obj/paint/silver, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/command/launcher) +"Du" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/portables_connector{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/air, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/dock) +"Dv" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/command/equipment) +"Dx" = ( +/obj/wallframe_spawn/reinforced_phoron, +/obj/machinery/door/firedoor, +/obj/paint/dark_gunmetal, +/obj/paint_stripe/brown, +/turf/simulated/floor, +/area/ship/farfleet/engineering/atmospherics) +"Dz" = ( +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/lower) +"DJ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/obj/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/command/eva) +"DO" = ( +/obj/paint/ocean, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/command/launcher) +"DS" = ( +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay) +"DX" = ( +/obj/structure/railing/mapped{ + dir = 8; + icon_state = "railing0-1" + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance/waste) +"Ei" = ( +/obj/machinery/atmospherics/unary/cryo_cell{ + dir = 4 + }, +/obj/floor_decal/corner/paleblue/diagonal, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay) +"En" = ( +/obj/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"Eq" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"Es" = ( +/obj/structure/flora/pottedplant/tropical, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/lower) +"Ev" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/lower) +"Ey" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/maintenance/waste) +"EC" = ( +/obj/paint/silver, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/dock) +"EE" = ( +/obj/floor_decal/industrial/warning/fulltile, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/railing/mapped, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"EH" = ( +/obj/machinery/door/blast/regular/open{ + dir = 2; + id_tag = "iccg_space_missile"; + name = "Missile Hatch"; + begins_closed = 1; + icon_state = "pdoor1" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/command/launcher) +"EJ" = ( +/obj/structure/table/reinforced, +/obj/machinery/embedded_controller/radio/airlock/docking_port{ + display_name = "Port Recon Dock"; + id_tag = "recon_dock_airlock"; + pixel_x = 1; + pixel_y = -5; + req_access = list("ACCESS_ICCGN"); + tag_chamber_sensor = "recon_dock_airlock_sensor"; + tag_exterior_door = "recon_dock_airlock_outer"; + tag_interior_door = "recon_dock_airlock_inner"; + tag_airpump = "recon_dock_airlock_pump" + }, +/obj/item/device/radio/intercom{ + pixel_x = -8; + pixel_y = 20 + }, +/obj/machinery/button/blast_door{ + desc = "A remote control-switch for the observation shutters"; + id_tag = "recon_main_airlock_blast"; + name = "Main Airlock Lockdown"; + pixel_x = 8; + pixel_y = 24 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/dock) +"ER" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/hallway) +"Fk" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/farfleet/crew/hallway/lower) +"Fl" = ( +/obj/floor_decal/ul_decals/outline/yellow{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"Fo" = ( +/obj/machinery/atmospherics/unary/outlet_injector{ + dir = 4; + icon_state = "map_injector"; + id = "o2_in"; + use_power = 1; + frequency = 1442 + }, +/turf/simulated/floor/reinforced/nitrogen, +/area/ship/farfleet/engineering/atmospherics) +"Fr" = ( +/obj/floor_decal/corner/paleblue/diagonal, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay/storage) +"FA" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/wallframe_spawn/reinforced_phoron, +/obj/machinery/meter, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/paint/ocean, +/turf/simulated/floor, +/area/ship/farfleet/engineering/atmospherics) +"FC" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/lower) +"FI" = ( +/obj/wallframe_spawn/reinforced, +/obj/machinery/door/firedoor, +/obj/paint/dark_gunmetal, +/turf/simulated/floor/plating, +/area/ship/farfleet/crew/hallway/lower) +"FN" = ( +/obj/structure/railing/mapped{ + dir = 1 + }, +/obj/structure/railing/mapped{ + dir = 8; + icon_state = "railing0-1" + }, +/obj/structure/table/standard, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance/waste) +"FP" = ( +/obj/floor_decal/industrial/warning/fulltile, +/obj/structure/railing/mapped, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"FW" = ( +/obj/structure/table/rack, +/obj/item/storage/box/freezer/blood/human, +/obj/item/storage/box/freezer/blood/human, +/obj/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay/storage) +"FZ" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/engineering/hallway) +"Gc" = ( +/obj/structure/missile/emp, +/obj/structure/missile/emp{ + pixel_y = 10 + }, +/obj/floor_decal/techfloor{ + dir = 9 + }, +/obj/floor_decal/industrial/outline/blue{ + color = "#50a0d3" + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"Ge" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/obj/floor_decal/industrial/warning/fulltile, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/lower) +"Gf" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_y = 30; + pixel_x = -10 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"Gj" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/brig/emergency_armory) +"Gq" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/sign/warning/nosmoking_1{ + pixel_y = -32; + dir = 1 + }, +/obj/machinery/light{ + icon_state = "tube1" + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/floor_decal/corner/darkblue{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"Gv" = ( +/obj/machinery/access_button/airlock_interior{ + master_tag = "prototype_controller_patrol"; + pixel_x = 24; + pixel_y = -24 + }, +/obj/structure/hygiene/shower{ + pixel_y = 22 + }, +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/access_button/airlock_exterior{ + master_tag = "prototype_controller_patrol"; + pixel_x = -24; + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/engineering/hallway) +"Gw" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"Gy" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/light, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/lower) +"GB" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/lower) +"GF" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/brig/emergency_armory) +"GG" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance/engine) +"GJ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/light, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/lower) +"GM" = ( +/obj/structure/sign/farfleetplaque{ + pixel_y = 32 + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/lower) +"GO" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/computer/ship/navigation, +/obj/structure/window/boron_reinforced{ + dir = 1 + }, +/obj/floor_decal/hull{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"Hd" = ( +/obj/paint/dark_gunmetal, +/obj/paint_stripe/white, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/medbay/surgery) +"He" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/lower) +"Hh" = ( +/obj/machinery/door/airlock/hatch{ + id_tag = "prototype_access_hatch"; + locked = 1; + req_access = list("ACCESS_ICCGN") + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/fussion/control) +"Hl" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/maintenance) +"Hu" = ( +/obj/paint/dark_gunmetal, +/obj/structure/sign/warning/docking_area, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/dock) +"Hv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 6 + }, +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/maintenance/engine) +"HG" = ( +/obj/floor_decal/industrial/warning/corner{ + icon_state = "warningcorner"; + dir = 1 + }, +/obj/floor_decal/industrial/warning/corner{ + icon_state = "warningcorner"; + dir = 8 + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/engineering/fussion/control) +"HI" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/floor_decal/borderfloorblack{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"HL" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/engineering/fussion/control) +"HP" = ( +/obj/structure/table/rack, +/obj/item/storage/firstaid/o2{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/firstaid/fire, +/obj/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay/storage) +"HQ" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/floor_decal/techfloor{ + dir = 4; + icon_state = "techfloor_edges" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"Ib" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/brig/emergency_armory) +"Ie" = ( +/obj/machinery/light, +/obj/floor_decal/corner/paleblue/diagonal, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay) +"If" = ( +/obj/paint/ocean, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/medbay/storage) +"Ig" = ( +/obj/paint/ocean, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/dock) +"Ih" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 4; + external_pressure_bound = 0; + external_pressure_bound_default = 0; + icon_state = "map_vent_in"; + id_tag = "n2_out"; + initialize_directions = 1; + internal_pressure_bound = 4000; + internal_pressure_bound_default = 4000; + pressure_checks = 2; + pressure_checks_default = 2; + pump_direction = 0; + use_power = 1 + }, +/obj/machinery/air_sensor{ + id_tag = "n2_sensor" + }, +/turf/simulated/floor/reinforced/oxygen, +/area/ship/farfleet/engineering/atmospherics) +"Io" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay) +"Iv" = ( +/obj/floor_decal/iccglogo/center_right, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"IJ" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/wallframe_spawn/reinforced_phoron, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/paint/red, +/turf/simulated/floor, +/area/ship/farfleet/engineering/atmospherics) +"IM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/obj/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/command/eva) +"IR" = ( +/obj/machinery/mass_driver, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/command/launcher) +"IV" = ( +/obj/floor_decal/iccglogo/bottom_center, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"IX" = ( +/obj/machinery/atmospherics/omni/filter{ + tag_east = 2; + tag_north = 3; + tag_south = 4; + tag_west = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"Ji" = ( +/obj/item/stack/material/phoron/ten, +/obj/structure/closet/crate/secure/phoron, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance) +"Jn" = ( +/obj/machinery/portable_atmospherics/powered/scrubber, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance) +"Jq" = ( +/obj/floor_decal/techfloor{ + dir = 1 + }, +/obj/floor_decal/industrial/hatch/orange, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"Jy" = ( +/obj/floor_decal/industrial/warning/fulltile, +/obj/structure/railing/mapped{ + dir = 1; + icon_state = "railing0-1" + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"JB" = ( +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/command/equipment) +"JF" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/closet/crate/trashcart, +/obj/floor_decal/corner/paleblue/diagonal, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay) +"JG" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/command/equipment) +"JH" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24; + req_access = list("ACCESS_ICCGN") + }, +/obj/machinery/light/small{ + dir = 4; + pixel_x = 6; + pixel_y = 18 + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/command/equipment) +"JJ" = ( +/obj/structure/table/standard, +/obj/machinery/light, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/crew/hallway) +"JQ" = ( +/obj/paint/silver, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/dock) +"JS" = ( +/obj/structure/iv_stand, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay/storage) +"JT" = ( +/obj/machinery/vending/security, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/brig/emergency_armory) +"JX" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/dispenser/oxygen, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/dock) +"JY" = ( +/obj/floor_decal/techfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"Kd" = ( +/obj/structure/barricade, +/obj/machinery/door/airlock/hatch/maintenance, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance) +"Kf" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/floor_decal/corner/paleblue{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay) +"Kp" = ( +/obj/floor_decal/techfloor, +/obj/floor_decal/industrial/hatch/orange, +/obj/machinery/light{ + dir = 2 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"KA" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light, +/obj/floor_decal/corner/paleblue/diagonal, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay/storage) +"KB" = ( +/obj/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/engineering/fussion/control) +"KE" = ( +/obj/floor_decal/industrial/warning/corner, +/obj/floor_decal/industrial/warning/corner{ + icon_state = "warningcorner"; + dir = 8 + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/engineering/fussion/control) +"KG" = ( +/obj/floor_decal/corner_steel_grid/diagonal, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/lower) +"KK" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/visible/fuel, +/obj/machinery/light{ + dir = 4; + icon_state = "tube1" + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"KO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/dock) +"KX" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/floor_decal/techfloor{ + dir = 1 + }, +/obj/floor_decal/industrial/outline/grey, +/obj/item/ammo_magazine/ammobox/harpoon_cannon, +/obj/item/device/radio/intercom/interrogation{ + name = "intercom (Fire Control)"; + pixel_y = 20 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"Lf" = ( +/obj/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/machinery/atmospherics/binary/pump{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"Li" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/window/boron_reinforced{ + dir = 1 + }, +/obj/floor_decal/techfloor/blood_red{ + dir = 5 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"Lp" = ( +/obj/machinery/conveyor{ + dir = 4; + id_tag = "pc_disposal" + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance/waste) +"Ls" = ( +/obj/floor_decal/corner_steel_grid/diagonal, +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/suit_storage_unit/pioneer, +/turf/simulated/floor/tiled, +/area/ship/farfleet/command/eva) +"Lu" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/floor_decal/borderfloorblack{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"LD" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/engineering/fussion/control) +"LM" = ( +/obj/structure/missile/emp, +/obj/structure/missile/emp{ + pixel_y = 10 + }, +/obj/floor_decal/techfloor{ + dir = 10 + }, +/obj/floor_decal/industrial/outline/blue{ + color = "#50a0d3" + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"Mp" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/binary/pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"Mr" = ( +/obj/item/gun/launcher/grenade, +/obj/item/storage/box/fragshells, +/obj/item/storage/box/fragshells, +/obj/structure/closet/secure_closet/guncabinet{ + req_access = list("ACCESS_ICCGN") + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/brig/emergency_armory) +"Ms" = ( +/obj/paint/silver, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/maintenance) +"Mu" = ( +/obj/paint/dark_gunmetal, +/obj/paint_stripe/white, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/engineering/atmospherics) +"Mv" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 4 + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/plating, +/area/ship/farfleet/engineering/fussion/control) +"MD" = ( +/obj/machinery/light, +/obj/structure/cable/yellow{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/port_gen/pacman/mrs, +/obj/item/stack/material/tritium/ten, +/obj/floor_decal/industrial/warning, +/turf/simulated/floor/plating, +/area/ship/farfleet/engineering/fussion/control) +"MG" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + icon_state = "map-scrubbers"; + dir = 1 + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/lower) +"MJ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/terran{ + name = "Pioneer Corps EVA" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/command/eva) +"MM" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/command/launcher) +"MO" = ( +/obj/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 5 + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/engineering/fussion/control) +"MP" = ( +/obj/structure/window/boron_reinforced{ + dir = 8 + }, +/obj/floor_decal/techfloor{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"MZ" = ( +/obj/paint/silver, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/maintenance/waste) +"Na" = ( +/obj/floor_decal/techfloor{ + dir = 1 + }, +/obj/floor_decal/industrial/hatch/red{ + color = "#940004" + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"Nk" = ( +/obj/machinery/door/airlock/engineering{ + name = "Shield Generator" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/farfleet/engineering/shield) +"Nl" = ( +/obj/structure/hygiene/sink{ + dir = 4; + pixel_x = 11; + pixel_y = 5 + }, +/obj/floor_decal/floordetail/edgedrain{ + dir = 4 + }, +/obj/floor_decal/corner/darkblue/half{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay/surgery) +"Nm" = ( +/obj/paint/silver, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/engineering/fussion/control) +"Np" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"NE" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6; + icon_state = "intact" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/engineering/atmospherics) +"NF" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/dock) +"NH" = ( +/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/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/floor_decal/corner/paleblue/diagonal, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay/storage) +"NJ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/light/small, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/farfleet/command/launcher) +"NK" = ( +/obj/paint/hull, +/turf/simulated/wall/ocp_wall, +/area/ship/farfleet/engineering/atmospherics) +"NO" = ( +/obj/paint/dark_gunmetal, +/obj/paint_stripe/yellow, +/turf/simulated/wall, +/area/ship/farfleet/engineering/storage) +"NU" = ( +/obj/machinery/body_scanconsole, +/obj/floor_decal/corner/paleblue{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay) +"Ob" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light/small, +/turf/simulated/floor/wood/maple, +/area/ship/farfleet/maintenance) +"Oe" = ( +/obj/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/floor_decal/corner/darkblue/border{ + dir = 8 + }, +/obj/machinery/computer/ship/sensors/farfleet{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"Of" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/farfleet/command/equipment) +"Oj" = ( +/obj/machinery/computer/ship/helm{ + dir = 4; + req_access = list("ACCESS_ICCGN") + }, +/obj/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/floor_decal/corner/darkblue/border{ + dir = 8 + }, +/obj/floor_decal/iccglogo/corner{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"Ok" = ( +/obj/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/engineering/fussion/control) +"On" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/engineering/fussion/control) +"Ou" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"Ov" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/medbay/storage) +"Ox" = ( +/obj/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 10 + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/engineering/fussion/control) +"Oy" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/airlock/highsecurity/bolted{ + id_tag = "pcannon"; + name = "Fire Control" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/farfleet/command/launcher) +"OD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay) +"OI" = ( +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/hallway) +"OJ" = ( +/obj/machinery/light_switch{ + pixel_y = 30; + pixel_x = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/brig/emergency_armory) +"OY" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/regular/open{ + id_tag = "pcbridge"; + name = "Emergensy Blast Resistant Shutters"; + dir = 4 + }, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/command/bridge) +"Pb" = ( +/obj/floor_decal/corner/blue{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"Pc" = ( +/obj/paint/dark_gunmetal, +/obj/paint_stripe/white, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/medbay) +"Pe" = ( +/obj/structure/table/woodentable_reinforced/ebony, +/obj/item/reagent_containers/food/drinks/teapot, +/obj/floor_decal/borderfloorblack{ + dir = 6 + }, +/obj/floor_decal/borderfloorblack/corner2, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"Pn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay) +"Pq" = ( +/obj/machinery/door/window/phoronreinforced{ + dir = 4; + name = "Impulse Cannon Control" + }, +/obj/structure/window/boron_reinforced{ + dir = 1 + }, +/obj/floor_decal/hull/corner{ + dir = 1 + }, +/obj/floor_decal/techfloor{ + dir = 4 + }, +/obj/floor_decal{ + color = "grey"; + icon = 'icons/turf/structures.dmi'; + icon_state = "rampbottom"; + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"Pr" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"Ps" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/engineering/fussion/control) +"Pv" = ( +/obj/paint/dark_gunmetal, +/obj/wallframe_spawn/reinforced_phoron, +/obj/machinery/door/blast/regular{ + dir = 4; + id_tag = "fusion_observation_farfleet" + }, +/obj/paint_stripe/yellow, +/turf/simulated/floor, +/area/ship/farfleet/engineering/fussion/control) +"PD" = ( +/obj/paint/silver, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/engineering/atmospherics) +"PH" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/obj/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/fussion/control) +"PI" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/obj/floor_decal/industrial/warning{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/command/eva) +"PK" = ( +/obj/machinery/door/airlock/multi_tile/terran{ + name = "Docknig Hall" + }, +/obj/machinery/door/firedoor, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/dock) +"PL" = ( +/obj/floor_decal/industrial/warning/fulltile, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/railing/mapped, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"PR" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance) +"PW" = ( +/obj/machinery/door/blast/regular{ + dir = 4; + id_tag = "iccg_space"; + name = "Unknown Compartament Hatch" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/command/launcher) +"PY" = ( +/obj/decal/cleanable/dirt, +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/engineering/fussion/control) +"Qb" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance) +"Qj" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/obj/item/device/radio/intercom/interrogation{ + dir = 1; + name = "intercom (Fire Control)"; + pixel_y = -25 + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/lower) +"Qk" = ( +/obj/structure/table/standard, +/obj/item/storage/toolbox/mechanical, +/obj/item/tape_roll, +/obj/item/tank/jetpack/oxygen, +/obj/item/tank/jetpack/oxygen, +/obj/item/tank/jetpack/oxygen, +/obj/item/tank/jetpack/oxygen, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/command/eva) +"Qu" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + icon_state = "map-scrubbers"; + dir = 1 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/lower) +"Qw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood/maple, +/area/ship/farfleet/maintenance) +"QO" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "Emergency Armory" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/crew/brig/emergency_armory) +"QP" = ( +/obj/machinery/door/blast/regular/open{ + id_tag = "pcsensors"; + name = "Sensors Protective Shutters" + }, +/obj/machinery/shield_diffuser, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/command/bridge) +"QW" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/lower) +"Ra" = ( +/obj/machinery/atmospherics/pipe/manifold4w/visible/cyan, +/obj/machinery/meter, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"Rb" = ( +/obj/structure/window/boron_reinforced{ + dir = 8 + }, +/obj/floor_decal/techfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"Rc" = ( +/obj/submap_landmark/joinable_submap/farfleet, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/floor_decal/corner_steel_grid/diagonal, +/obj/floor_decal/industrial/warning/fulltile, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/lower) +"Rf" = ( +/obj/structure/table/woodentable/mahogany, +/obj/structure/sign/poster/nyc/krotovuha{ + pixel_y = 32 + }, +/turf/simulated/floor/wood/maple, +/area/ship/farfleet/maintenance) +"Ri" = ( +/obj/wallframe_spawn/reinforced_phoron, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/meter, +/obj/paint/red, +/turf/simulated/floor, +/area/ship/farfleet/engineering/atmospherics) +"Rj" = ( +/obj/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/portables_connector{ + dir = 8 + }, +/obj/floor_decal/industrial/hatch/orange, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"Rk" = ( +/obj/floor_decal/industrial/warning/half{ + icon_state = "warninghalf"; + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/hatch/maintenance{ + id_tag = "tokamak_exterior_farfleet"; + frequency = 1379 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/hallway) +"Rx" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance) +"RC" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/lower) +"RG" = ( +/obj/floor_decal/corner/paleblue/diagonal, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay) +"RI" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/crew/comms) +"RO" = ( +/obj/paint/hull, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/turf/simulated/wall/ocp_wall, +/area/ship/farfleet/engineering/fussion/control) +"RZ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"Se" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/wallframe_spawn/reinforced, +/obj/paint/dark_gunmetal, +/obj/paint_stripe/yellow, +/turf/simulated/floor/plating, +/area/ship/farfleet/engineering/fussion/control) +"Sf" = ( +/obj/floor_decal/ul_decals/outline/yellow, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"Sj" = ( +/obj/paint/ocean, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/maintenance) +"Sq" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/wallframe_spawn/reinforced_phoron, +/obj/machinery/door/firedoor, +/obj/paint/dark_gunmetal, +/obj/paint_stripe/brown, +/turf/simulated/floor, +/area/ship/farfleet/engineering/atmospherics) +"Su" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/engineering/fussion/control) +"Sv" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 1; + external_pressure_bound = 0; + external_pressure_bound_default = 0; + icon_state = "map_vent_in"; + id_tag = "co2_out"; + initialize_directions = 1; + internal_pressure_bound = 4000; + internal_pressure_bound_default = 4000; + pressure_checks = 2; + pressure_checks_default = 2; + pump_direction = 0; + use_power = 1 + }, +/obj/machinery/air_sensor{ + id_tag = "co2_sensor" + }, +/turf/simulated/floor/reinforced/hydrogen, +/area/ship/farfleet/engineering/atmospherics) +"Sy" = ( +/obj/shuttle_landmark/nav_farfleet/nav1, +/turf/space, +/area/space) +"SB" = ( +/obj/structure/table/rack, +/obj/item/barrier, +/obj/item/barrier, +/obj/item/barrier, +/obj/item/barrier, +/obj/item/barrier, +/obj/item/barrier, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/crew/brig/emergency_armory) +"SI" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/wallframe_spawn/reinforced_phoron, +/obj/machinery/door/firedoor, +/obj/paint/dark_gunmetal, +/obj/paint_stripe/brown, +/turf/simulated/floor, +/area/ship/farfleet/engineering/atmospherics) +"SK" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24; + req_access = list("ACCESS_ICCGN") + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance/waste) +"SL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"SX" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + name = "Medical Storage" + }, +/turf/simulated/floor/tiled/white/monotile, +/area/ship/farfleet/medbay/storage) +"Te" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/structure/table/steel_reinforced, +/obj/structure/window/boron_reinforced{ + dir = 8 + }, +/obj/structure/window/boron_reinforced, +/obj/floor_decal/hull{ + dir = 10 + }, +/obj/machinery/button/mass_driver{ + pixel_x = 5; + name = "Starboart Launcher"; + dir = 4; + pixel_y = 9 + }, +/obj/machinery/button/mass_driver{ + pixel_x = 5; + name = "Port Launcher"; + dir = 4; + pixel_y = -1 + }, +/obj/machinery/button/blast_door{ + name = "Missile Hatch Control"; + id_tag = "iccgn_ship_missile"; + pixel_y = 4; + dir = 4; + pixel_x = -4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"Tg" = ( +/obj/machinery/atmospherics/pipe/simple/visible/fuel, +/obj/machinery/button/blast_door{ + id_tag = "farfleet_fusion"; + name = "Chamber Vent Control"; + pixel_y = 24; + pixel_x = 5 + }, +/obj/machinery/button/blast_door{ + id_tag = "farfleet_engineview"; + name = "Chamber viewing port control"; + pixel_x = -5; + pixel_y = 24 + }, +/obj/structure/closet/hydrant{ + pixel_x = 24 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"Ti" = ( +/obj/machinery/button/blast_door{ + desc = "A remote control-switch for the observation shutters"; + id_tag = "fusion_observation_farfleet"; + name = "Chamber Observation"; + pixel_y = 24; + pixel_x = 10 + }, +/obj/machinery/computer/fusion/fuel_control{ + dir = 8; + id_tag = "fusion_injector_farfleet"; + initial_id_tag = "fusion_injector_farfleet" + }, +/obj/floor_decal/corner/yellow{ + dir = 6 + }, +/obj/machinery/button/blast_door{ + desc = "A remote control-switch for the engine containment doors"; + id_tag = "prototype_chamber_blast_farfleet"; + name = "Chamber Containment"; + pixel_y = 24 + }, +/obj/machinery/button/blast_door{ + desc = "A remote control-switch for the prototype exhaust"; + id_tag = "prototype_exhaust_farfleet"; + name = "Chamber Exhaust"; + pixel_y = 32; + pixel_x = 5 + }, +/obj/machinery/light_switch{ + pixel_y = 30; + pixel_x = -10 + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/fussion/control) +"Tq" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/obj/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/command/eva) +"TA" = ( +/obj/paint/silver, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/engineering/fussion/control) +"TB" = ( +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"TD" = ( +/obj/structure/bed/chair/comfy/blue, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"TH" = ( +/obj/decal/cleanable/dirt, +/obj/structure/table/standard, +/obj/item/storage/toolbox/mechanical, +/obj/structure/extinguisher_cabinet{ + pixel_x = 24; + dir = 8 + }, +/obj/floor_decal/industrial/warning{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/atmos_equipment) +"TL" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"TM" = ( +/obj/machinery/door/blast/regular{ + dir = 2; + id_tag = "farfleet_fusion" + }, +/obj/structure/grille, +/obj/machinery/shield_diffuser, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/engineering/atmospherics) +"TU" = ( +/obj/floor_decal/industrial/warning{ + icon_state = "warning"; + dir = 1 + }, +/obj/floor_decal/industrial/warning/corner{ + icon_state = "warningcorner"; + dir = 8 + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/engineering/fussion/control) +"TW" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/wallframe_spawn/reinforced_phoron, +/obj/machinery/door/blast/regular{ + dir = 4; + id_tag = "fusion_observation_farfleet" + }, +/obj/paint_stripe/yellow, +/turf/simulated/floor, +/area/ship/farfleet/engineering/fussion/control) +"TY" = ( +/obj/machinery/light_switch{ + dir = 1; + pixel_x = -32; + pixel_y = -21 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/hallway) +"Ub" = ( +/obj/machinery/atmospherics/pipe/simple/visible/fuel, +/obj/paint/hull, +/turf/simulated/wall/ocp_wall, +/area/ship/farfleet/engineering/atmospherics) +"Uc" = ( +/obj/paint/dark_gunmetal, +/obj/paint_stripe/yellow, +/turf/simulated/wall, +/area/ship/farfleet/engineering/equipment) +"Uh" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 23 + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/command/equipment) +"Ul" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"Ut" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/unary/tank/air{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"UA" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/floor_decal/floordetail/edgedrain{ + dir = 8 + }, +/obj/floor_decal/corner/darkblue/half{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay/surgery) +"UK" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "bsapc" + }, +/obj/floor_decal/industrial/warning{ + dir = 1; + icon_state = "warning" + }, +/obj/floor_decal/industrial/warning, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/random/ship_ammo_autocannon, +/obj/machinery/ship_weapon/back_part/autocannon{ + dir = 8 + }, +/obj/structure/window/boron_reinforced{ + dir = 1 + }, +/turf/simulated/floor/reinforced, +/area/ship/farfleet/command/launcher) +"Vc" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/wallframe_spawn/reinforced_phoron, +/obj/machinery/meter, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/paint/ocean, +/turf/simulated/floor, +/area/ship/farfleet/engineering/atmospherics) +"Vh" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/lower) +"VD" = ( +/obj/floor_decal/industrial/outline/grey, +/obj/item/ammo_magazine/ammobox/autocannon/anti_hull, +/obj/floor_decal/techfloor/blood_red/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + icon_state = "map_vent_out"; + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"VF" = ( +/obj/machinery/floodlight, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance) +"VN" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/obj/floor_decal/corner/black{ + icon_state = "corner_white"; + dir = 5 + }, +/obj/floor_decal/industrial/outline/grey, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"VS" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"VT" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance/waste) +"VU" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "bsapc" + }, +/obj/floor_decal/industrial/warning{ + dir = 1; + icon_state = "warning" + }, +/obj/floor_decal/industrial/warning, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/ship_weapon/back_part/harpoon_cannon{ + dir = 8 + }, +/obj/structure/window/boron_reinforced{ + dir = 2 + }, +/turf/simulated/floor/reinforced, +/area/ship/farfleet/command/launcher) +"Wc" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + icon_state = "map-scrubbers"; + dir = 1 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay) +"Wh" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "bsapc" + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"Wi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/airlock/terran{ + name = "Meeting Room" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"Wt" = ( +/obj/paint/silver, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/engineering/fussion/control) +"Wz" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + icon_state = "intact"; + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"WA" = ( +/obj/floor_decal/industrial/hatch/yellow, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/sign/warning/high_voltage{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/engineering/equipment) +"WC" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/floor_decal/corner/paleblue{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay) +"WK" = ( +/obj/paint/ocean, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/medbay/storage) +"WN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance) +"WW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "0-2"; + d2 = 2 + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/command/equipment) +"WX" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay) +"Xc" = ( +/obj/decal/cleanable/dirt, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"Xd" = ( +/obj/structure/table/rack, +/obj/item/stack/material/steel/fifty, +/obj/item/stack/material/steel/fifty, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/farfleet/command/equipment) +"Xj" = ( +/obj/paint/silver, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/dock) +"Xm" = ( +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"Xn" = ( +/turf/simulated/floor/reinforced/nitrogen, +/area/ship/farfleet/engineering/atmospherics) +"Xp" = ( +/obj/paint/ocean, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/engineering/fussion/control) +"XD" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 4 + }, +/obj/floor_decal/corner/black{ + icon_state = "corner_white"; + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"XE" = ( +/obj/floor_decal/iccglogo/top_left, +/obj/item/device/radio/intercom/interrogation{ + name = "intercom (Fire Control)"; + pixel_x = -44; + pixel_y = 0; + broadcasting = 1; + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"XK" = ( +/obj/machinery/atmospherics/binary/pump/on{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"XM" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance) +"XN" = ( +/obj/floor_decal/corner/black{ + icon_state = "corner_white"; + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"XU" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"Ya" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/maintenance) +"Yc" = ( +/obj/floor_decal/techfloor{ + dir = 4 + }, +/obj/item/device/radio/intercom/interrogation{ + dir = 8; + name = "intercom (Fire Control)"; + pixel_x = 20 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"Ye" = ( +/obj/structure/table/steel_reinforced, +/obj/floor_decal/borderfloorblack{ + dir = 5 + }, +/obj/floor_decal/corner/darkblue/border{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"Yi" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/command/eva) +"Yq" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/disposaloutlet{ + dir = 4 + }, +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/shield_diffuser, +/turf/simulated/floor/airless, +/area/ship/farfleet/maintenance/waste) +"Ys" = ( +/obj/floor_decal/industrial/warning{ + dir = 10; + icon_state = "warning" + }, +/obj/machinery/airlock_sensor{ + id_tag = "recon_dock_airlock_sensor"; + pixel_x = -24; + master_tag = "patrol_dock_airlock" + }, +/obj/structure/catwalk, +/obj/machinery/atmospherics/unary/vent_pump/high_volume/airlock{ + id_tag = "recon_dock_airlock_pump"; + dir = 4 + }, +/turf/simulated/floor, +/area/ship/farfleet/dock) +"Yv" = ( +/obj/floor_decal/corner/paleblue{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay) +"Yw" = ( +/obj/item/ammo_magazine/ammobox/autocannon/aphe, +/obj/floor_decal/techfloor/blood_red{ + dir = 1 + }, +/obj/floor_decal/techfloor{ + dir = 1 + }, +/obj/floor_decal/industrial/outline/grey, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"YB" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/floor_decal/corner/paleblue/diagonal, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay/storage) +"YE" = ( +/obj/structure/bed/chair/comfy/blue, +/obj/floor_decal/corner/paleblue/diagonal, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay) +"YF" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/floor_decal/corner/paleblue/diagonal, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/medbay) +"YM" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/floor_decal/industrial/warning/fulltile, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance/waste) +"YS" = ( +/obj/paint/ocean, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/maintenance) +"YT" = ( +/obj/machinery/mass_driver{ + dir = 1; + icon_state = "mass_driver" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/command/launcher) +"YV" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/engineering/atmospherics) +"Zh" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/dock) +"Zi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/lower) +"Zk" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/hallway) +"Zn" = ( +/obj/floor_decal/iccglogo/corner{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"Zt" = ( +/obj/floor_decal/industrial/warning, +/obj/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/ship_weapon/front_part/autocannon{ + dir = 8 + }, +/obj/structure/window/boron_reinforced{ + dir = 1 + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/command/launcher) +"ZA" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"ZD" = ( +/obj/structure/bed/chair/comfy/blue, +/obj/floor_decal/borderfloorblack{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/bridge) +"ZH" = ( +/obj/item/ammo_magazine/ammobox/autocannon/aphe, +/obj/floor_decal/techfloor, +/obj/floor_decal/industrial/outline/grey, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/command/launcher) +"ZN" = ( +/obj/floor_decal/corner_steel_grid/diagonal, +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/table/rack, +/obj/item/device/suit_cooling_unit, +/obj/item/device/suit_cooling_unit, +/obj/item/device/suit_cooling_unit, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22; + req_access = list("ACCESS_ICCGN") + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/command/eva) +"ZO" = ( +/obj/floor_decal/corner_steel_grid/diagonal, +/obj/machinery/ship_map, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/lower) +"ZP" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/monotile, +/area/ship/farfleet/crew/hallway/lower) +"ZY" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24; + pixel_y = 0 + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/maintenance) + +(1,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(2,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(3,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(4,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(5,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(6,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(7,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(8,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(9,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(10,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(11,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(12,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(13,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(14,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Sy +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(15,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(16,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(17,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(18,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(19,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(20,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(21,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(22,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(23,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(24,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(25,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(26,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(27,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(28,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(29,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(30,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +gX +PW +PW +gX +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(31,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +gX +cr +Zt +gX +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(32,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +gE +gX +ra +aU +gX +gE +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(33,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +gX +MM +mo +VU +UK +lv +Al +gX +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(34,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +gX +rR +tZ +gs +xT +rR +rR +gX +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(35,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +gX +rR +nY +Wh +bW +uH +rR +gX +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(36,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Do +gX +rR +KX +Wh +Wh +zz +rR +gX +Do +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(37,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Do +rR +rR +ys +JY +JY +di +rR +rR +Do +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(38,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Do +rR +hM +Te +Jy +FP +dm +oi +rR +Do +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(39,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Do +Do +rR +GO +ws +zp +PL +tp +qQ +rR +Do +Do +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(40,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Do +rR +rR +kv +vg +Jy +EE +Pq +kT +rR +rR +Do +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(41,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Do +rR +MP +sR +iw +dn +gV +CN +Rb +sR +rR +Do +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(42,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +DO +rR +rR +tj +iU +ib +SL +ZA +hp +VD +aV +rR +rR +DO +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(43,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +DO +rR +Gc +jJ +ob +Li +ki +HQ +Ar +sP +gw +LM +rR +DO +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(44,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +DO +rR +vq +TB +Kp +rR +rR +Oy +rR +Jq +TB +fw +rR +DO +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(45,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +DO +DO +rR +Yw +TB +zJ +rR +cG +NJ +rR +or +TB +ZH +rR +DO +DO +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(46,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +EH +YT +uA +Sf +Yc +eL +rR +te +bL +rR +Na +Yc +Fl +uA +IR +EH +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(47,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +DO +gX +rR +rR +rR +rR +rR +rR +Oy +rR +rR +rR +rR +rR +gX +DO +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(48,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +vG +vG +mm +yF +fb +ru +JJ +mm +Ev +Qj +ky +nA +hD +Mr +qr +ky +cn +cn +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(49,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +vG +mm +mm +gc +gc +gc +TY +gk +Dz +He +ky +dU +dU +dU +dU +ky +ky +cn +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(50,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +vG +mm +mm +kK +un +Zk +qD +iN +eb +cX +rn +tV +Ib +aX +mn +ky +ky +cn +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(51,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +vG +vG +mm +mm +kZ +tr +ER +ms +gk +Dz +fq +ky +CJ +vW +dU +qM +ky +ky +cn +cn +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(52,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +vG +mm +mm +mm +cE +tf +th +jj +mm +qG +He +ky +dA +zw +xM +bF +ky +ky +ky +cn +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(53,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +vG +mm +mm +mm +mm +mm +mm +mm +mm +mj +dY +ky +ky +QO +ky +ky +ky +ky +ky +cn +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(54,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +oq +eV +eV +fB +Oe +Oj +bh +eV +aH +Ev +Dz +He +ky +JT +lb +qh +SB +ky +ky +ky +cn +nq +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(55,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +oq +eV +eV +nH +XE +dg +nT +aP +Dz +RC +lf +Gy +ky +OJ +ah +aq +pv +ky +ky +ky +ky +nq +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(56,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +gE +oq +eV +eV +dR +eN +nt +IV +eu +Dz +Dz +Dz +MG +cw +sH +Gj +GF +ky +zM +as +hH +zM +Sj +gE +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(57,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +oq +oq +eV +eV +kt +lu +Iv +oo +aP +Dz +Vh +Zi +GJ +ky +fo +eg +cb +ky +zM +tF +hH +zM +Sj +YS +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(58,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +oq +eV +eV +eV +Bu +Ad +Zn +Bf +eV +Es +GB +Dz +He +ky +ky +ky +ky +ky +zM +as +ym +zM +zM +YS +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(59,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +oq +eV +ox +rM +Ad +Ad +Ad +eV +eV +FI +nW +mj +dY +nW +ma +ma +ma +pu +zM +lg +hH +hH +zM +YS +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(60,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Cp +eV +eV +lU +TD +wl +rb +CX +eV +dC +RC +ep +hP +zl +mj +ma +ma +ma +ma +zM +as +as +bw +zM +AD +Ms +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(61,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +kj +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Cp +eV +eV +Ye +uL +sI +Ou +Pr +eV +dC +AF +Fk +Rc +Ge +mj +ma +ma +ma +ma +zM +Rf +tF +Ob +zM +Ya +Ms +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(62,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Cp +eV +eV +eV +eV +eV +OY +qg +eV +eV +eV +nW +mj +dY +nW +ma +ma +ma +ma +zM +xJ +oa +Qw +cs +Ya +Ms +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(63,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Cp +Cp +eV +ZD +Lu +Dl +eV +Gf +Ad +Ad +Ad +yb +Dz +Dz +fq +zM +zM +zM +zM +zM +zM +cU +cU +Kd +cU +Ya +Ms +Ms +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(64,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +QP +nr +eV +dz +Np +an +Wi +RZ +Gw +XU +XU +ft +eb +eb +jy +nJ +ko +nE +sW +PR +ZY +nE +ko +XM +oz +Hl +zM +Ms +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(65,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Cp +eV +eV +tt +HI +Pe +eV +eV +eV +eV +eV +eV +fH +Dz +He +eq +gb +gb +gb +gb +gb +gb +gb +ts +gb +VF +zM +Ms +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(66,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +JQ +JQ +ng +ng +ng +ng +ng +ng +oI +Xd +gJ +Bz +Dv +GM +Dz +fq +bC +bC +bC +bC +bC +bC +bC +fx +ts +gb +VF +zM +Ms +Ms +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(67,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +JQ +ng +ng +zE +ow +xB +xB +gh +dl +dl +dl +dl +Dv +ZO +Dz +hk +Pc +Ei +Cq +dM +sa +fi +Pc +fx +ts +gb +vF +zM +zM +Ms +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(68,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +gE +JQ +ng +ng +ec +hx +kF +kF +PK +JB +BN +dk +JB +ey +Dz +Dz +QW +Pc +lw +cx +cg +RG +JF +Pc +pJ +WN +Qb +pV +Rx +zM +Ms +gE +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(69,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +sY +Ig +ng +ng +Cd +qF +xL +xW +mf +JG +WW +JH +Uh +Of +eb +eb +cX +wE +Yv +pO +Kf +NU +ci +Pc +Jn +xC +gb +pV +aO +zM +Ms +YS +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(70,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aZ +yc +Ys +ek +kF +gp +aW +ng +ng +Dv +Dv +Dv +Dv +Dv +KG +Dz +He +iO +DS +Pn +oJ +xw +jO +Pc +be +uM +gb +pV +Ji +zM +zM +YS +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(71,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aZ +cP +sw +oM +qN +kF +Zh +mk +ZN +Qk +rQ +ic +mk +iR +Dz +Dz +MG +kR +OD +vx +WX +xw +jO +ne +ne +ne +se +ne +ne +ne +ne +WK +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(72,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Ig +sY +xR +ay +Hu +KO +kF +hC +MJ +PI +DJ +Tq +iG +zt +Dz +RC +lf +Ak +pS +vK +lC +Io +wI +Ie +ne +JS +wg +Fr +li +HP +dQ +ne +WK +If +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(73,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Xj +lD +EJ +gt +ew +NF +xW +BT +Yi +zO +qd +IM +gS +zt +Dz +Vh +Zi +FC +wE +YE +rc +Wc +WC +qS +SX +NH +tN +YB +YB +YB +KA +mE +il +Aj +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(74,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +EC +ng +eR +lm +ng +Du +JX +me +mk +hn +Ls +Ls +Ls +mk +wo +Dz +Dz +vV +Pc +YF +fD +Io +wI +xc +ne +oW +de +pR +dp +FW +dS +ne +Ov +Aj +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(75,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Nm +On +On +On +On +On +FZ +FZ +FZ +FZ +dG +dG +dG +dG +dG +dG +ud +ZP +Hd +Hd +hg +lx +hg +Hd +ne +ne +ne +ne +ne +ne +ne +ne +Ov +Aj +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(76,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Nm +gG +gG +gG +gG +gG +fU +fU +fU +pL +cK +dr +dH +aK +aI +Uc +qG +He +Hd +au +aR +UA +BS +iM +Mu +nv +nv +nv +nv +nv +nv +nv +nv +mD +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(77,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Nm +yG +jH +ak +ka +Se +db +hl +by +to +dI +ds +dI +ej +dI +fc +Dz +He +Hd +bE +uQ +jE +xU +on +Mu +Aa +Aa +nv +rU +rU +rU +rU +nv +mD +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(78,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Nm +yG +fy +PH +af +lj +OI +bb +bz +cc +mb +hB +dt +WA +jD +pb +eb +sb +Hd +pH +Nl +mx +gg +nN +Mu +mQ +Ih +nv +Xn +Fo +kE +Xn +nv +mD +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(79,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +Wt +yG +Ti +jR +wB +yG +Rk +pL +pL +NO +uN +du +kc +iV +Nk +iV +Dz +fq +bG +bG +bG +bG +bG +bG +Mu +Vc +FA +bQ +mg +IJ +Ri +nv +nv +mD +iQ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(80,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Xp +Nm +yG +Pv +TW +bv +yG +Gv +hf +pL +ce +cM +dv +bA +iV +aj +iV +Dz +He +BV +mT +oS +fj +cQ +hW +nv +op +Pb +ca +cI +he +lR +Ut +nv +mD +fN +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(81,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Xp +Nm +yG +MD +xO +Cm +yG +mA +pL +pL +cf +cN +dw +cL +iV +gD +iV +ae +Qu +fd +fW +bi +bX +lN +em +rx +kP +pP +Ul +Lf +eT +Ra +nw +nv +mD +fN +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(82,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Xp +Nm +ik +Su +cp +PY +kO +Ps +ax +yG +kc +ch +rF +el +iV +mO +iV +Dz +He +mG +fE +nM +kD +TH +nS +nv +lh +vp +nu +oQ +XK +nZ +nw +nv +mD +fN +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(83,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Xp +Nm +Mv +iK +pc +HL +LD +cS +cJ +KB +dx +dx +dx +dx +hS +eC +lE +lM +nn +BV +BV +BV +BV +fn +fn +nv +CD +zi +yW +Xm +VS +Ul +Ut +nv +mD +fN +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(84,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Xp +Nm +cj +wA +ap +wu +jq +jx +jx +bK +yG +sv +gI +zj +cR +YM +sv +AZ +GG +RI +pl +gd +pw +nv +mP +Eq +VS +TL +Mp +YV +Gq +ia +ia +ia +kH +mF +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(85,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Xp +Nm +dT +of +hc +hc +hc +hc +hc +Hh +of +sv +ry +FN +DX +VT +sA +si +ad +hu +sg +aL +no +nv +nK +hY +jS +uk +IX +xs +zT +ku +nO +vz +PD +Aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(86,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Xp +Nm +RO +bN +jz +jz +jz +jz +kX +kU +of +sv +Lp +eh +cB +jv +sv +uJ +rg +RI +cm +ii +sS +nv +cD +eP +Xm +dO +Wz +pf +zZ +wx +Sv +vz +PD +Aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(87,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Nm +of +jz +gR +HG +fS +mt +pn +bR +of +sv +Lp +mU +SK +Hv +bS +bS +iz +bS +bS +sQ +cl +gM +lO +ui +Xm +Xc +ev +xs +ei +bQ +nv +nv +PD +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(88,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Nm +of +Cx +BH +Dc +dW +Ox +ba +bR +of +sv +dh +sv +CK +fA +fA +fA +va +fA +fA +bY +hK +NK +Bd +bc +Xm +dO +VS +Xm +XN +SI +uG +fG +PD +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(89,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hj +jn +ml +ml +oA +bO +TU +hJ +Az +of +sv +nC +MZ +xu +mq +mq +mq +mq +mq +mq +xu +hK +NE +sC +aN +Xm +bx +VS +Xm +XN +SI +uG +fG +PD +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(90,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Nm +of +Ok +gy +gO +sN +fP +KE +jz +of +sv +Ey +MZ +Cg +aa +aa +aa +aa +aa +aa +Cg +hK +lr +sr +kQ +lI +at +En +Xm +VN +Dx +uG +fG +PD +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(91,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Nm +of +jz +MO +CU +gl +uI +cq +jz +of +sv +Ey +MZ +aa +aa +aa +aa +aa +aa +aa +aa +hK +NE +Dj +NK +uY +Rj +dE +xs +kh +eB +bn +fG +PD +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(92,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Nm +of +jz +jz +jz +jz +jz +jz +jz +of +sv +Ey +MZ +aa +aa +aa +aa +aa +aa +aa +aa +hK +oh +sC +Ub +Tg +KK +nl +xH +XD +Sq +Cl +fG +PD +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(93,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Nm +of +of +of +of +of +of +of +of +of +sv +Ey +MZ +aa +aa +aa +aa +aa +aa +aa +aa +hK +fs +NK +NK +nv +nv +nv +nv +nv +nv +nv +nv +PD +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(94,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +do +TA +TA +TA +TA +TA +TA +TA +TA +TA +AY +Yq +zr +aa +aa +aa +aa +aa +aa +aa +aa +PD +TM +mD +mD +mD +mD +mD +mD +mD +mD +mD +mD +CH +hU +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(95,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +zh +aa +aa +aa +aa +aa +aa +aa +aa +zh +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(96,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(97,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(98,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(99,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(100,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(101,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(102,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(103,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(104,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(105,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(106,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(107,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(108,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(109,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(110,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(111,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(112,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(113,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(114,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(115,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(116,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(117,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(118,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(119,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(120,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} diff --git a/mods/_fd/_maps/farfleet_fd/maps/farfleet-2.dmm b/mods/_fd/_maps/farfleet_fd/maps/farfleet-2.dmm new file mode 100644 index 0000000000000..9153688098384 --- /dev/null +++ b/mods/_fd/_maps/farfleet_fd/maps/farfleet-2.dmm @@ -0,0 +1,20148 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/turf/space, +/area/space) +"ab" = ( +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/space) +"aj" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/barracks) +"al" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/space) +"an" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/command/snz_hangar) +"aq" = ( +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/barracks/armory) +"aF" = ( +/obj/floor_decal/industrial/outline/red, +/obj/structure/closet/secure_closet/guncabinet/farfleet/energy, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/barracks/armory) +"aO" = ( +/obj/floor_decal/corner/red{ + dir = 6 + }, +/obj/floor_decal/corner/red{ + dir = 8 + }, +/obj/structure/filingcabinet{ + pixel_x = 10 + }, +/obj/structure/filingcabinet, +/obj/structure/filingcabinet{ + pixel_x = -10 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/crew/brig/css) +"aP" = ( +/obj/floor_decal/corner/grey_alt/diagonal{ + dir = 8 + }, +/obj/machinery/cooker/oven, +/obj/machinery/light, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/kitchen) +"aQ" = ( +/obj/structure/hygiene/urinal{ + pixel_y = 31 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24; + req_access = list("ACCESS_ICCGN") + }, +/turf/simulated/floor/tiled/freezer, +/area/ship/farfleet/crew/toilet) +"aT" = ( +/obj/structure/table/marble, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/kitchen) +"aW" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 1 + }, +/obj/machinery/door/airlock/external{ + id_tag = "snz_shuttle_outer"; + frequency = 1380 + }, +/obj/machinery/access_button/airlock_exterior{ + frequency = 1380; + master_tag = "snz_shuttle"; + pixel_x = -27; + pixel_y = 7; + req_access = list("ACCESS_ICCGN") + }, +/obj/machinery/door/blast/regular/open{ + id_tag = "snzblastdoor"; + name = "SNZ Blast Shutters" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"aX" = ( +/obj/floor_decal/corner/grey_alt/diagonal{ + dir = 8 + }, +/obj/structure/closet/walllocker{ + pixel_y = 32 + }, +/obj/item/stack/package_wrap/cargo_wrap, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/kitchen) +"bg" = ( +/obj/machinery/radio_beacon, +/turf/simulated/floor/tiled/steel_grid, +/area/ship/snz) +"bn" = ( +/obj/machinery/portable_atmospherics/hydroponics, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hydroponics) +"bo" = ( +/obj/machinery/atmospherics/unary/tank/hydrogen{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/farfleet/command/hangar_canisters) +"br" = ( +/obj/machinery/power/port_gen/pacman, +/obj/structure/cable/yellow{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"bv" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/floor_decal/corner_steel_grid/diagonal, +/obj/floor_decal/industrial/warning/fulltile, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/upper) +"bz" = ( +/obj/machinery/door/firedoor, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/farfleet/crew/hallway/upper) +"bD" = ( +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/farfleet/command/hangar_canisters) +"bF" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/floor_decal/corner/red{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/brig) +"bH" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hydroponics) +"bJ" = ( +/obj/machinery/vending/dinnerware, +/obj/floor_decal/corner/grey_alt/diagonal{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/kitchen) +"bO" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall, +/area/ship/farfleet/crew/hydroponics) +"bQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/barracks/armory) +"bT" = ( +/obj/structure/railing/mapped, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"bW" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/freezer, +/area/ship/farfleet/crew/toilet) +"bY" = ( +/obj/floor_decal/industrial/outline/red, +/obj/structure/closet/secure_closet/guncabinet/farfleet/ballistics, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/barracks/armory) +"ce" = ( +/obj/paint/silver, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/barracks/armory) +"cg" = ( +/obj/structure/janitorialcart, +/obj/item/mop, +/obj/machinery/light_switch{ + pixel_y = 30; + pixel_x = -10 + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/ship/farfleet/maintenance/storage) +"cj" = ( +/obj/floor_decal/corner/b_green/diagonal{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/canteen) +"cn" = ( +/obj/floor_decal/corner/b_green/diagonal{ + dir = 8 + }, +/obj/structure/table/standard, +/obj/machinery/fabricator/micro/bartender{ + pixel_y = 4; + pixel_x = 4 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/canteen) +"cz" = ( +/obj/machinery/vending/sovietsoda, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/upper) +"cD" = ( +/obj/structure/table/steel_reinforced, +/obj/floor_decal/corner/red{ + dir = 6 + }, +/obj/item/modular_computer/laptop{ + pixel_x = 0; + pixel_y = 5 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/crew/brig/css) +"cK" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/crew/hallway/upper) +"cO" = ( +/obj/paint/silver, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/crew/canteen) +"cW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/table/steel_reinforced, +/obj/item/paper_bin{ + pixel_y = 1 + }, +/obj/item/device/flashlight/lamp{ + pixel_y = 15; + pixel_x = 0 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/crew/brig/css) +"cZ" = ( +/obj/catwalk_plated, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/command/snz_hangar) +"dg" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/command/hangar_canisters) +"dq" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/barracks/armory) +"ds" = ( +/obj/item/device/flashlight/lantern, +/obj/item/device/flashlight/lantern, +/obj/structure/closet/crate, +/obj/item/device/flashlight/lantern, +/obj/floor_decal/industrial/outline/yellow, +/obj/random/contraband, +/obj/random/accessory, +/turf/simulated/floor/tiled/steel_ridged, +/area/ship/farfleet/maintenance/storage) +"dt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"dw" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24; + req_access = list("ACCESS_ICCGN") + }, +/obj/machinery/light{ + dir = 8; + icon_state = "tube_map" + }, +/obj/floor_decal/corner/red{ + dir = 9 + }, +/obj/floor_decal/corner/red{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/crew/brig/css) +"dy" = ( +/obj/paint/ocean, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/crew/freezer) +"dI" = ( +/obj/catwalk_plated, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/command/snz_hangar) +"dM" = ( +/obj/machinery/atmospherics/unary/tank/carbon_dioxide{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/farfleet/command/hangar_canisters) +"dY" = ( +/obj/structure/table/marble, +/obj/item/reagent_containers/food/snacks/mint, +/obj/item/reagent_containers/food/condiment/enzyme, +/obj/item/reagent_containers/spray/cleaner{ + pixel_y = 7 + }, +/obj/floor_decal/corner/grey_alt/diagonal{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/kitchen) +"dZ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/ship/farfleet/maintenance/storage) +"ec" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/paint/ocean, +/turf/simulated/wall/r_titanium, +/area/ship/snz) +"ed" = ( +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Security Wing"; + req_access = newlist(); + secured_wires = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/crew/brig) +"ef" = ( +/obj/machinery/gibber, +/turf/simulated/floor/tiled/freezer, +/area/ship/farfleet/crew/freezer) +"eg" = ( +/obj/machinery/artifact_analyser, +/turf/simulated/floor/tiled/techmaint, +/area/ship/farfleet/maintenance/anomaly) +"en" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/floor_decal/corner/red/three_quarters{ + dir = 8 + }, +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/brig) +"eo" = ( +/obj/structure/reagent_dispensers/coolanttank, +/turf/simulated/floor/tiled/techmaint, +/area/ship/farfleet/maintenance/anomaly) +"er" = ( +/obj/structure/closet/fridge, +/turf/simulated/floor/tiled/freezer, +/area/ship/farfleet/crew/freezer) +"et" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/crew/freezer) +"ev" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/pointdefense{ + initial_id_tag = "farfleet_pd" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/space) +"ey" = ( +/obj/floor_decal/corner/grey_alt/diagonal{ + dir = 8 + }, +/obj/structure/table/marble, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/kitchen) +"ez" = ( +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/terran{ + name = "Anomaly Storage" + }, +/turf/simulated/floor/tiled/techmaint, +/area/ship/farfleet/maintenance/anomaly) +"eB" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume/external_air{ + id_tag = "snz_shuttle_pump" + }, +/obj/machinery/airlock_sensor{ + frequency = 1380; + id_tag = "snz_shuttle_sensor"; + pixel_x = -24; + pixel_y = -7 + }, +/obj/machinery/embedded_controller/radio/airlock/docking_port{ + cycle_to_external_air = 1; + dir = 4; + frequency = 1380; + id_tag = "snz_shuttle"; + pixel_x = -25; + pixel_y = 4; + req_access = list("ACCESS_ICCGN"); + tag_exterior_door = "snz_shuttle_outer"; + tag_interior_door = "snz_shuttle_inner"; + tag_exterior_sensor = "snz_shuttle_exterior_sensor"; + tag_chamber_sensor = "snz_shuttle_sensor"; + tag_airpump = "snz_shuttle_pump"; + tag_interior_sensor = "snz_shuttle_interior_sensor" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"eC" = ( +/obj/paint/ocean, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/barracks/armory) +"eD" = ( +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hydroponics) +"eE" = ( +/obj/overmap/visitable/ship/landable/snz, +/turf/simulated/floor/tiled/steel_grid, +/area/ship/snz) +"eN" = ( +/obj/structure/bed/padded, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/brig) +"eS" = ( +/obj/wallframe_spawn/reinforced, +/turf/simulated/floor/plating, +/area/ship/farfleet/barracks) +"ff" = ( +/obj/structure/table/steel_reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/item/folder/yellow{ + pixel_x = -4 + }, +/obj/item/folder/yellow{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/pen/fancy{ + pixel_x = 4; + pixel_y = 2 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/crew/brig/css) +"fi" = ( +/obj/paint/ocean, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/command/hangar_canisters) +"fr" = ( +/obj/structure/bed/chair/comfy/red{ + dir = 1 + }, +/obj/floor_decal/corner/red{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/crew/brig/css) +"fu" = ( +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/barracks/armory) +"fN" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/tiled/techmaint, +/area/ship/farfleet/maintenance/anomaly) +"fS" = ( +/obj/structure/table/marble, +/obj/machinery/door/firedoor, +/obj/machinery/chemical_dispenser/bar_soft/full{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/kitchen) +"fZ" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/obj/floor_decal/industrial/warning/fulltile, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/upper) +"gc" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/fuel, +/obj/machinery/meter, +/obj/machinery/recharger/wallcharger{ + dir = 8; + pixel_x = 22 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"go" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/medical, +/obj/item/storage/firstaid/light, +/obj/item/storage/firstaid/light, +/obj/item/storage/firstaid/light, +/obj/item/storage/firstaid/light, +/obj/item/storage/firstaid/light, +/obj/item/storage/firstaid/light, +/obj/item/storage/firstaid/light, +/obj/item/storage/firstaid/light, +/turf/simulated/floor/tiled/steel_ridged, +/area/ship/farfleet/maintenance/storage) +"gs" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/command/hangar_canisters) +"gu" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/ship/farfleet/maintenance/storage) +"gz" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/fuel{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/farfleet/command/hangar_canisters) +"gI" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/floor_decal/industrial/outline/grey, +/obj/machinery/suspension_gen, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"gJ" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 4; + icon_state = "map_connector" + }, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/farfleet/command/hangar_canisters) +"gL" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/barracks) +"gR" = ( +/obj/paint/silver, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/crew/kitchen) +"hh" = ( +/obj/structure/closet/crate, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/powercell, +/obj/random/powercell, +/obj/random/junk, +/obj/random/junk, +/obj/random/technology_scanner, +/obj/random/technology_scanner, +/obj/random/bomb_supply, +/obj/random/bomb_supply, +/obj/random/bomb_supply, +/obj/random/bomb_supply, +/obj/random/advdevice, +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/ship/farfleet/maintenance/storage) +"hi" = ( +/obj/floor_decal/corner/grey_alt/diagonal{ + dir = 8 + }, +/obj/structure/hygiene/sink{ + dir = 8; + pixel_x = -15 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/kitchen) +"hj" = ( +/obj/structure/closet/radiation, +/turf/simulated/floor/tiled/techmaint, +/area/ship/farfleet/maintenance/anomaly) +"hn" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/barracks/armory) +"ht" = ( +/obj/wallframe_spawn/reinforced, +/turf/simulated/floor/plating, +/area/ship/farfleet/barracks/armory) +"hv" = ( +/obj/machinery/artifact_scanpad, +/turf/simulated/floor/tiled/techmaint, +/area/ship/farfleet/maintenance/anomaly) +"hw" = ( +/obj/floor_decal/corner/b_green/diagonal{ + dir = 8 + }, +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/canteen) +"hJ" = ( +/obj/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/submap_landmark/spawnpoint/away_iccgn_farfleet/iccgn_pawn, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/cryo) +"hL" = ( +/obj/paint/ocean, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/crew/toilet) +"hO" = ( +/obj/floor_decal/corner/b_green/diagonal{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/canteen) +"hX" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/light_switch{ + pixel_y = 30; + pixel_x = -10 + }, +/turf/simulated/floor/tiled/techmaint, +/area/ship/farfleet/maintenance/anomaly) +"hY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/railing/mapped{ + dir = 1; + icon_state = "railing0-1" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"if" = ( +/obj/machinery/computer/ship/helm{ + dir = 4 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/ship/snz) +"ig" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/button/blast_door{ + pixel_y = 30; + pixel_x = 2; + id_tag = "snzblastdoor"; + name = "Airlock Blast Door" + }, +/turf/simulated/floor/tiled/steel_grid, +/area/ship/snz) +"ih" = ( +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass/security{ + id_tag = "prisonentry"; + name = "Cell Two" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/crew/brig) +"il" = ( +/obj/machinery/door/airlock{ + name = "Head" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/freezer, +/area/ship/farfleet/crew/toilet) +"im" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/railing/mapped, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"in" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24; + req_access = list("ACCESS_ICCGN") + }, +/turf/simulated/floor/tiled/freezer, +/area/ship/farfleet/crew/toilet) +"iu" = ( +/obj/paint/silver, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/maintenance/anomaly) +"iv" = ( +/obj/floor_decal/corner/red/mono, +/obj/structure/backup_server{ + anchored = 1; + pixel_x = 3; + pixel_y = 0; + density = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/crew/brig/css) +"iG" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/cryopod{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/cryo) +"iR" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/chem_disp_cartridge/ethanol, +/obj/item/reagent_containers/chem_disp_cartridge/sodium, +/obj/item/reagent_containers/chem_disp_cartridge/potassium, +/obj/item/reagent_containers/chem_disp_cartridge/ammonia, +/obj/item/reagent_containers/chem_disp_cartridge/acetone, +/obj/item/reagent_containers/chem_disp_cartridge/silicon, +/turf/simulated/floor/tiled/steel_ridged, +/area/ship/farfleet/maintenance/storage) +"iU" = ( +/obj/catwalk_plated, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/command/snz_hangar) +"je" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/fuel{ + dir = 1 + }, +/obj/machinery/meter, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"jo" = ( +/obj/floor_decal/industrial/hatch/yellow, +/obj/floor_decal/industrial/warning/full, +/obj/structure/ladder, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/upper) +"jt" = ( +/obj/paint/black, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/command/snz_hangar) +"ju" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/barracks) +"jx" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/crew/kitchen) +"jE" = ( +/obj/structure/hygiene/sink{ + dir = 1; + pixel_y = 27 + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hydroponics) +"jG" = ( +/obj/floor_decal/corner/b_green/diagonal{ + dir = 8 + }, +/obj/structure/table/standard, +/obj/machinery/recharger, +/obj/item/music_tape/custom, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/canteen) +"jJ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/steel_grid, +/area/ship/snz) +"jK" = ( +/obj/machinery/light{ + dir = 8; + icon_state = "tube_map" + }, +/obj/structure/closet/crate, +/obj/item/stock_parts/circuitboard/helm, +/obj/item/stock_parts/circuitboard/engine, +/obj/item/stock_parts/circuitboard/nav, +/obj/item/stock_parts/circuitboard/nav, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/steel_ridged, +/area/ship/farfleet/maintenance/storage) +"kg" = ( +/obj/paint/ocean, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/crew/canteen) +"kl" = ( +/obj/wallframe_spawn/reinforced, +/turf/simulated/floor/plating, +/area/ship/farfleet/crew/brig) +"kp" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/upper) +"kz" = ( +/obj/floor_decal/industrial/outline/red, +/obj/structure/closet/secure_closet/guncabinet/farfleet/utility, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/barracks/armory) +"kH" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/barracks/armory) +"kI" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/zpipe/down/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/zpipe/down/supply{ + dir = 4 + }, +/obj/structure/lattice, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "32-8"; + d1 = 32 + }, +/obj/catwalk_plated, +/turf/simulated/open, +/area/ship/farfleet/command/snz_hangar) +"kJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/table/rack, +/obj/floor_decal/industrial/outline/grey, +/obj/item/barrier, +/obj/item/barrier, +/obj/item/barrier, +/obj/item/barrier, +/obj/item/barrier, +/obj/item/barrier, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"kL" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/crew/freezer) +"kM" = ( +/obj/floor_decal/corner/b_green/diagonal{ + dir = 8 + }, +/obj/structure/closet/crate/bin, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/canteen) +"kO" = ( +/obj/floor_decal/corner/b_green/diagonal{ + dir = 8 + }, +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/canteen) +"kP" = ( +/obj/structure/closet/secure_closet/hydroponics{ + req_access = list() + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hydroponics) +"kS" = ( +/obj/machinery/light, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hydroponics) +"kU" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/barracks) +"ln" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + icon_state = "map_vent_out"; + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/ship/snz) +"lp" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/barracks) +"lz" = ( +/obj/structure/bed/chair/shuttle/blue, +/obj/floor_decal/industrial/outline, +/obj/machinery/alarm{ + pixel_y = 24; + req_access = list("ACCESS_ICCGN") + }, +/turf/simulated/floor/tiled/steel_grid, +/area/ship/snz) +"lA" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/crew/toilet) +"lC" = ( +/obj/paint/ocean, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/maintenance/anomaly) +"lL" = ( +/obj/machinery/atmospherics/pipe/simple/visible/fuel, +/obj/structure/fuel_port{ + pixel_x = 32 + }, +/obj/structure/railing/mapped{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"lN" = ( +/obj/machinery/portable_atmospherics/hydroponics, +/obj/machinery/light{ + dir = 1 + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hydroponics) +"lP" = ( +/obj/machinery/porta_turret{ + req_access = list("ACCESS_ICCGN") + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/ship/snz) +"lS" = ( +/obj/machinery/sleeper/survival_pod{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/ship/snz) +"lT" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/crew/brig/css) +"mc" = ( +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/barracks) +"md" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall, +/area/ship/farfleet/crew/kitchen) +"mm" = ( +/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/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/barracks) +"mB" = ( +/obj/paint/silver, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/maintenance/storage) +"mJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light/small, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/brig) +"mM" = ( +/obj/floor_decal/corner/b_green/diagonal{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/canteen) +"mQ" = ( +/obj/structure/bed/chair/padded/red{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/barracks) +"mT" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/ship/farfleet/maintenance/storage) +"nc" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/ship/farfleet/maintenance/anomaly) +"nj" = ( +/obj/floor_decal/corner/grey_alt/diagonal{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/kitchen) +"ns" = ( +/turf/simulated/floor/tiled/monotile, +/area/ship/farfleet/command/snz_hangar) +"nt" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/freezer/rations, +/turf/simulated/floor/tiled/monotile, +/area/ship/farfleet/crew/hydroponics) +"nw" = ( +/obj/floor_decal/corner/grey_alt/diagonal{ + dir = 8 + }, +/obj/machinery/chem_master/condimaster{ + name = "CondiMaster Neo"; + pixel_x = -5 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/kitchen) +"nD" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/barracks) +"nG" = ( +/obj/machinery/portable_atmospherics/canister/hydrogen, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"nL" = ( +/obj/floor_decal/corner/grey_alt/diagonal{ + dir = 8 + }, +/obj/machinery/reagentgrinder, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 5 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/kitchen) +"nR" = ( +/obj/machinery/atmospherics/pipe/simple/visible/fuel, +/obj/structure/fuel_port{ + pixel_x = 32 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/railing/mapped{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"oq" = ( +/obj/machinery/fabricator/hacked{ + desc = "Your typical Special Forces Autolathe."; + name = "Autolathe" + }, +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/light, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/barracks/armory) +"ot" = ( +/obj/paint/silver, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/crew/freezer) +"ow" = ( +/obj/structure/table/standard, +/obj/item/towel/random, +/obj/item/towel/random{ + pixel_y = 3 + }, +/obj/item/towel/random{ + pixel_y = 6 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/freezer, +/area/ship/farfleet/crew/toilet) +"oA" = ( +/obj/structure/closet/crate/solar, +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24; + req_access = list("ACCESS_ICCGN") + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/ship/farfleet/maintenance/storage) +"oE" = ( +/obj/floor_decal/corner/b_green/diagonal{ + dir = 8 + }, +/obj/machinery/jukebox/custom_tape/old, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/canteen) +"oH" = ( +/obj/machinery/pointdefense{ + initial_id_tag = "farfleet_pd" + }, +/obj/structure/cable, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/space) +"oJ" = ( +/obj/floor_decal/corner/b_green/diagonal{ + dir = 8 + }, +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24; + req_access = list("ACCESS_ICCGN") + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/canteen) +"oV" = ( +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techmaint, +/area/ship/farfleet/maintenance/anomaly) +"oX" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/tiled/techmaint, +/area/ship/farfleet/maintenance/anomaly) +"oZ" = ( +/obj/structure/bed/chair/shuttle/blue{ + dir = 8; + icon_state = "shuttle_chair_preview" + }, +/obj/floor_decal/industrial/outline, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/steel_grid, +/area/ship/snz) +"pf" = ( +/obj/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/submap_landmark/spawnpoint/away_iccgn_farfleet/medic, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/cryo) +"pg" = ( +/obj/catwalk_plated, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/command/snz_hangar) +"po" = ( +/obj/machinery/porta_turret{ + req_access = list("ACCESS_ICCGN") + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/ship/snz) +"pr" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/brig) +"pw" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/barracks/armory) +"px" = ( +/obj/machinery/radiocarbon_spectrometer, +/turf/simulated/floor/tiled/techmaint, +/area/ship/farfleet/maintenance/anomaly) +"pD" = ( +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/steel_grid, +/area/ship/snz) +"pF" = ( +/obj/item/storage/mirror{ + pixel_y = 32 + }, +/obj/structure/hygiene/sink{ + pixel_y = 19 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/light{ + icon_state = "tube1"; + dir = 8 + }, +/turf/simulated/floor/tiled/freezer, +/area/ship/farfleet/crew/toilet) +"pL" = ( +/obj/wallframe_spawn/reinforced/titanium, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/paint/dark_gunmetal, +/obj/machinery/door/blast/regular/open{ + dir = 4; + name = "SNZ Blast Shutters"; + id_tag = "snzblast" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/ship/snz) +"pM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/floor_decal/corner/red{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/crew/brig/css) +"pN" = ( +/obj/machinery/pointdefense{ + initial_id_tag = "snz_pd" + }, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/ship/snz) +"pT" = ( +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/upper) +"qa" = ( +/turf/simulated/floor/tiled/freezer, +/area/ship/farfleet/crew/freezer) +"qh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/dummy_airlock_controller{ + id_tag = "snz_shuttle"; + pixel_x = 0; + anchored = 1; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/ship/snz) +"qi" = ( +/obj/machinery/power/terminal{ + dir = 1; + icon_state = "term" + }, +/obj/structure/cable/yellow{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"qj" = ( +/obj/machinery/door/airlock/highsecurity{ + req_access = list("ACCESS_ICCGN"); + name = "Armory" + }, +/obj/machinery/door/firedoor, +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/barracks/armory) +"qs" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/white/monotile, +/area/ship/farfleet/crew/cryo) +"qx" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/bed/chair/padded/red{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/barracks) +"qA" = ( +/obj/machinery/body_scanconsole{ + dir = 4 + }, +/obj/item/bodybag/cryobag, +/obj/structure/closet/medical_wall{ + pixel_y = -22 + }, +/obj/item/storage/firstaid/toxin, +/obj/item/storage/firstaid/fire, +/obj/item/storage/firstaid/trauma, +/obj/item/storage/firstaid/o2, +/obj/structure/hygiene/sink{ + dir = 8; + pixel_x = -15 + }, +/turf/simulated/floor/tiled/white, +/area/ship/snz) +"qG" = ( +/obj/catwalk_plated, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/command/snz_hangar) +"qJ" = ( +/obj/machinery/door/airlock, +/obj/machinery/door/firedoor, +/obj/floor_decal/industrial/hatch/yellow, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/freezer, +/area/ship/farfleet/crew/freezer) +"qX" = ( +/obj/machinery/power/smes/buildable/preset/farfleet/shuttle, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"rb" = ( +/obj/floor_decal/industrial/outline/red, +/obj/structure/closet/secure_closet/farfleet, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/barracks) +"rg" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/barracks) +"rh" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/steel_ridged, +/area/ship/farfleet/maintenance/storage) +"rk" = ( +/obj/machinery/door/firedoor, +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/monotile, +/area/ship/farfleet/crew/hallway/upper) +"rm" = ( +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/terran{ + name = "Droptroops Armory"; + dir = 8 + }, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/barracks/armory) +"rq" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + icon_state = "map_vent_out"; + dir = 1 + }, +/turf/simulated/floor/tiled/monotile, +/area/ship/farfleet/command/snz_hangar) +"ry" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/powered/scrubber, +/turf/simulated/floor/tiled/techmaint, +/area/ship/farfleet/maintenance/anomaly) +"rD" = ( +/obj/machinery/computer/ship/engines{ + dir = 1 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled/steel_grid, +/area/ship/snz) +"rH" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/steel_grid, +/area/ship/snz) +"rL" = ( +/obj/floor_decal/corner/grey_alt/diagonal{ + dir = 8 + }, +/obj/structure/table/marble, +/obj/machinery/microwave{ + pixel_y = 6 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/kitchen) +"rQ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + icon_state = "map-scrubbers"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/floor_decal/industrial/outline/grey, +/obj/machinery/stasis_cage, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"rS" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall, +/area/ship/farfleet/crew/toilet) +"rV" = ( +/obj/floor_decal/corner_steel_grid/diagonal, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hydroponics) +"sa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/railing/mapped, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"sg" = ( +/turf/simulated/floor/tiled/techmaint, +/area/ship/farfleet/maintenance/anomaly) +"sh" = ( +/obj/catwalk_plated, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/command/snz_hangar) +"st" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/crew/brig) +"sx" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/paint/red, +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 8 + }, +/turf/simulated/wall/r_titanium, +/area/ship/snz) +"sz" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24; + req_access = list("ACCESS_ICCGN") + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/farfleet/command/hangar_canisters) +"sO" = ( +/obj/floor_decal/corner/red/three_quarters{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/brig) +"sX" = ( +/obj/machinery/vending/hydronutrients{ + dir = 4 + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hydroponics) +"sY" = ( +/obj/machinery/atmospherics/pipe/simple/visible/fuel, +/obj/structure/closet/hydrant{ + pixel_x = 24 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"tc" = ( +/obj/item/device/lightreplacer, +/obj/item/storage/box/lights/mixed, +/obj/item/storage/box/lights/mixed, +/obj/item/storage/box/lights/bulbs, +/obj/item/storage/box/lights, +/obj/structure/closet/crate, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/steel_ridged, +/area/ship/farfleet/maintenance/storage) +"td" = ( +/obj/structure/sign/double/iccgflag/right{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/floor_decal/corner/red{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4; + pixel_y = 10 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/crew/brig/css) +"tf" = ( +/obj/structure/handrail{ + dir = 8; + icon_state = "handrail" + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume/external_air{ + dir = 1; + id_tag = "snz_shuttle_pump_out_internal" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"ty" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/command/snz_hangar) +"tB" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled/freezer, +/area/ship/farfleet/crew/toilet) +"tC" = ( +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/paint/red, +/turf/simulated/wall/r_titanium, +/area/ship/snz) +"tN" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 6; + icon_state = "intact" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"tP" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/upper) +"ub" = ( +/obj/machinery/atmospherics/binary/pump/high_power{ + dir = 1 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/farfleet/command/hangar_canisters) +"ue" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + icon_state = "map-scrubbers"; + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/barracks/armory) +"uf" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/crew/cryo) +"ui" = ( +/obj/machinery/pointdefense{ + initial_id_tag = "snz_pd" + }, +/obj/structure/cable/green, +/turf/simulated/floor/plating, +/area/ship/snz) +"uo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/floor_decal/industrial/warning{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/submap_landmark/spawnpoint/away_iccgn_farfleet, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/cryo) +"uq" = ( +/obj/floor_decal/corner/grey_alt/diagonal{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/kitchen) +"uv" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/space) +"uA" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/barracks) +"uL" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/tiled/freezer, +/area/ship/farfleet/crew/freezer) +"uO" = ( +/obj/machinery/atmospherics/binary/passive_gate{ + unlocked = 1; + dir = 4 + }, +/obj/structure/railing/mapped{ + dir = 1; + icon_state = "railing0-1" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"uQ" = ( +/obj/floor_decal/corner/grey_alt/diagonal{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/kitchen) +"uS" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/barracks/armory) +"uW" = ( +/obj/catwalk_plated, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable, +/obj/machinery/power/apc/critical{ + dir = 8; + name = "west bump"; + pixel_x = -24; + req_access = list("ACCESS_ICCGN") + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/command/snz_hangar) +"ve" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/monotile, +/area/ship/farfleet/command/snz_hangar) +"vj" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/command/snz_hangar) +"vp" = ( +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/glass/terran{ + name = "Droptroops Section" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/barracks) +"vt" = ( +/obj/floor_decal/corner/b_green/diagonal{ + dir = 8 + }, +/obj/structure/table/standard, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/canteen) +"vz" = ( +/obj/floor_decal/industrial/outline/red, +/obj/structure/closet/secure_closet/guncabinet/farfleet/antitank, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/barracks/armory) +"vH" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4; + icon_state = "map" + }, +/obj/machinery/door/airlock/external{ + id_tag = "snz_shuttle_inner"; + frequency = 1380 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"vM" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/tiled/freezer, +/area/ship/farfleet/crew/toilet) +"vN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/upper) +"vP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/brig) +"vV" = ( +/obj/floor_decal/industrial/outline, +/obj/machinery/pointdefense_control{ + initial_id_tag = "snz_pd" + }, +/turf/simulated/floor/tiled/steel_grid, +/area/ship/snz) +"wb" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/space) +"wd" = ( +/obj/machinery/smartfridge/foods, +/obj/floor_decal/corner/grey_alt/diagonal{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/kitchen) +"wg" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/floor_decal/industrial/hatch/yellow, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white/monotile, +/area/ship/farfleet/crew/cryo) +"wh" = ( +/obj/machinery/optable, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/ship/snz) +"wi" = ( +/obj/machinery/light{ + dir = 8; + icon_state = "tube_map" + }, +/obj/structure/bed/chair/padded/red{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/barracks) +"wj" = ( +/obj/machinery/mech_recharger, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"wr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/floor_decal/industrial/warning{ + dir = 6 + }, +/obj/submap_landmark/spawnpoint/away_iccgn_farfleet, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/cryo) +"wt" = ( +/obj/floor_decal/industrial/outline/red, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/closet/secure_closet/farfleet, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/barracks) +"wA" = ( +/obj/floor_decal/corner/red{ + dir = 6 + }, +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/brig) +"wB" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hydroponics) +"wD" = ( +/obj/structure/closet/secure_closet/farfleet/sergeant, +/obj/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/barracks) +"wG" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hydroponics) +"wJ" = ( +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/barracks) +"wK" = ( +/obj/machinery/anomaly_container, +/obj/floor_decal/industrial/outline, +/turf/simulated/floor/tiled/techmaint, +/area/ship/farfleet/maintenance/anomaly) +"wP" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/light, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/upper) +"wZ" = ( +/obj/paint/silver, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/crew/freezer) +"xb" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 26 + }, +/obj/floor_decal/corner/red{ + dir = 6 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/crew/brig/css) +"xc" = ( +/obj/machinery/atmospherics/unary/engine{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/ship/snz) +"xk" = ( +/obj/machinery/artifact_harvester, +/turf/simulated/floor/tiled/techmaint, +/area/ship/farfleet/maintenance/anomaly) +"xl" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/table/rack, +/obj/item/clothing/mask/gas/half, +/obj/item/clothing/mask/gas/half, +/obj/item/clothing/mask/gas/half, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/machinery/light{ + dir = 8; + icon_state = "tube1" + }, +/obj/structure/sign/double/iccgflag/right{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/barracks/armory) +"xp" = ( +/obj/floor_decal/corner/b_green/diagonal{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light{ + dir = 8; + icon_state = "tube_map" + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/canteen) +"xq" = ( +/obj/catwalk_plated, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/command/snz_hangar) +"xr" = ( +/obj/machinery/ion_engine{ + dir = 8 + }, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/ship/snz) +"xD" = ( +/turf/simulated/floor/tiled/steel_ridged, +/area/ship/farfleet/maintenance/storage) +"xE" = ( +/obj/machinery/atmospherics/binary/pump/high_power{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"xG" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + icon_state = "map_vent_out"; + dir = 1 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/floor_decal/industrial/outline/grey, +/obj/structure/closet/toolcloset/excavation/awaysite, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"xO" = ( +/obj/catwalk_plated, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/ship/farfleet/command/snz_hangar) +"xP" = ( +/obj/shuttle_landmark/nav_farfleet/nav3, +/turf/space, +/area/space) +"xQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/ship/farfleet/maintenance/storage) +"xR" = ( +/obj/landmark/map_data{ + height = 2 + }, +/turf/space, +/area/space) +"xS" = ( +/obj/catwalk_plated, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light{ + dir = 8; + icon_state = "tube_map" + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/command/snz_hangar) +"xW" = ( +/obj/structure/table/steel_reinforced, +/obj/machinery/light{ + dir = 8; + icon_state = "tube_map" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/farfleet/command/hangar_canisters) +"yf" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/brig) +"yp" = ( +/obj/floor_decal/corner/b_green/diagonal{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/airlock/multi_tile/glass/terran{ + name = "Canteen"; + dir = 8 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/canteen) +"ys" = ( +/obj/shuttle_landmark/nav_farfleet/nav4, +/turf/space, +/area/space) +"yA" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hydroponics) +"yB" = ( +/obj/structure/table/steel_reinforced, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/anodevice, +/obj/item/anobattery{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/anobattery{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/device/scanner/health, +/turf/simulated/floor/tiled/techmaint, +/area/ship/farfleet/maintenance/anomaly) +"yK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/floor_decal/corner_steel_grid/diagonal, +/obj/floor_decal/industrial/warning/fulltile, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/upper) +"yQ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable, +/obj/machinery/light, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/farfleet/command/hangar_canisters) +"yX" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/steel_grid, +/area/ship/snz) +"zg" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/barracks/armory) +"zi" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/barracks) +"zk" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"zp" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/barracks) +"zB" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"zR" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/maintenance/anomaly) +"zS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10; + icon_state = "intact" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"zV" = ( +/obj/structure/closet/crate, +/obj/random/voidhelmet, +/obj/random/voidsuit, +/obj/structure/extinguisher_cabinet{ + pixel_y = 0; + dir = 4; + pixel_x = -24 + }, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/steel_ridged, +/area/ship/farfleet/maintenance/storage) +"zW" = ( +/obj/machinery/pointdefense{ + initial_id_tag = "snz_pd" + }, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/light/small, +/obj/structure/sign/iccg{ + pixel_x = 32 + }, +/turf/simulated/floor/plating, +/area/ship/snz) +"Ab" = ( +/obj/paint/ocean, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/barracks) +"Ac" = ( +/obj/floor_decal/corner/b_green/diagonal{ + dir = 8 + }, +/obj/structure/table/standard, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/canteen) +"Ah" = ( +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/steel_ridged, +/area/ship/farfleet/maintenance/storage) +"Al" = ( +/obj/structure/hygiene/shower{ + dir = 4 + }, +/obj/structure/curtain/open/shower, +/turf/simulated/floor/tiled/freezer, +/area/ship/farfleet/crew/toilet) +"Am" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hydroponics) +"Ay" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/space) +"AC" = ( +/obj/floor_decal/corner/b_green/diagonal{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 23 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/canteen) +"AE" = ( +/obj/machinery/portable_atmospherics/powered/pump, +/turf/simulated/floor/tiled/steel_ridged, +/area/ship/farfleet/maintenance/storage) +"AJ" = ( +/obj/floor_decal/corner/grey_alt/diagonal{ + dir = 8 + }, +/obj/machinery/cooker/grill, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/kitchen) +"AK" = ( +/obj/structure/closet/crate/freezer/rations, +/obj/random/snack, +/obj/random/snack, +/obj/random/snack, +/obj/random/snack, +/obj/random/snack, +/obj/random/snack, +/obj/random/snack, +/obj/random/snack, +/obj/item/storage/box/latexgloves, +/obj/item/storage/box/nitrilegloves, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/farfleet/crew/hydroponics) +"AN" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/upper) +"AW" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"AY" = ( +/obj/paint/ocean, +/turf/simulated/wall/r_titanium, +/area/ship/snz) +"Ba" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + icon_state = "map-scrubbers"; + dir = 1 + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/upper) +"Bf" = ( +/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/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + icon_state = "map-scrubbers"; + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/brig) +"Bg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled/techmaint, +/area/ship/farfleet/maintenance/anomaly) +"Bh" = ( +/obj/paint/blue, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/command/snz_hangar) +"Bi" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/floor_decal/corner/red{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/brig) +"Bl" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/ship/snz) +"Bt" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall, +/area/ship/farfleet/crew/freezer) +"BA" = ( +/obj/floor_decal/corner/red{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/crew/brig/css) +"BI" = ( +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/multi_tile/terran{ + name = "Hangar"; + dir = 8 + }, +/turf/simulated/floor/tiled/monotile, +/area/ship/farfleet/command/snz_hangar) +"BP" = ( +/obj/structure/bed/chair, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/crew/brig/css) +"Cm" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/crew/cryo) +"Cs" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24; + req_access = list("ACCESS_ICCGN") + }, +/turf/simulated/floor/tiled/techmaint, +/area/ship/farfleet/maintenance/anomaly) +"CD" = ( +/obj/paint/silver, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/crew/freezer) +"CI" = ( +/obj/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/submap_landmark/spawnpoint/away_iccgn_farfleet/captain, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/cryo) +"CN" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/brig) +"CT" = ( +/obj/machinery/door/firedoor, +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/monotile, +/area/ship/farfleet/crew/hallway/upper) +"CW" = ( +/obj/structure/hygiene/toilet{ + dir = 1 + }, +/obj/machinery/button/alternate/door/bolts{ + dir = 8; + id_tag = "toiletpc"; + name = "Door Lock"; + pixel_x = 24; + pixel_y = -8 + }, +/obj/machinery/light/small, +/turf/simulated/floor/tiled/freezer, +/area/ship/farfleet/crew/toilet) +"CZ" = ( +/obj/paint/ocean, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/barracks) +"Db" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -25; + req_access = list("ACCESS_ICCGN") + }, +/obj/structure/bed/chair/padded/red{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/barracks) +"Dc" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/barracks/armory) +"Dh" = ( +/obj/machinery/sleeper{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/ship/snz) +"Dj" = ( +/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/simple/hidden/supply, +/turf/simulated/floor/tiled/steel_ridged, +/area/ship/farfleet/maintenance/storage) +"Dk" = ( +/obj/machinery/portable_atmospherics/canister/empty, +/obj/machinery/atmospherics/portables_connector, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"Dl" = ( +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/monotile, +/area/ship/farfleet/crew/hallway/upper) +"Dr" = ( +/obj/floor_decal/corner/b_green/diagonal{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/canteen) +"Dv" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/light, +/obj/structure/sign/hydro{ + dir = 1; + pixel_y = -35 + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/upper) +"Dz" = ( +/obj/machinery/power/apc/critical{ + dir = 1; + name = "north bump"; + pixel_y = 23; + req_access = list("ACCESS_ICCGN") + }, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"DA" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled/techmaint, +/area/ship/farfleet/maintenance/anomaly) +"DE" = ( +/obj/structure/table/marble, +/obj/machinery/door/firedoor, +/obj/item/reagent_containers/food/condiment/small/saltshaker{ + pixel_x = -3; + pixel_y = 0 + }, +/obj/item/reagent_containers/food/condiment/small/peppermill{ + pixel_x = 3 + }, +/obj/item/reagent_containers/food/condiment/small/sugar{ + pixel_y = 1; + pixel_x = -8 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/kitchen) +"DJ" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/standard, +/obj/item/storage/firstaid/surgery, +/obj/item/stack/nanopaste, +/turf/simulated/floor/tiled/white, +/area/ship/snz) +"DL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5; + icon_state = "intact" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/ship/snz) +"DT" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/crew/brig/css) +"DX" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/cryopod, +/obj/structure/sign/warning/nosmoking_1{ + dir = 8; + pixel_x = 32 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/cryo) +"DZ" = ( +/obj/catwalk_plated, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/command/snz_hangar) +"Eg" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/paint/black, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/command/snz_hangar) +"Eh" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/table/rack, +/obj/item/rig_module/electrowarfare_suite, +/obj/item/rig_module/electrowarfare_suite, +/obj/item/rig_module/electrowarfare_suite, +/obj/structure/sign/double/iccgflag/left{ + pixel_y = 32 + }, +/obj/item/rig_module/grenade_launcher/light, +/obj/item/rig_module/grenade_launcher/light, +/obj/item/rig_module/grenade_launcher/light, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/barracks/armory) +"En" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/ship/snz) +"Ep" = ( +/obj/floor_decal/corner/red{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/brig) +"Ez" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/space) +"EC" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -25; + req_access = list("ACCESS_ICCGN") + }, +/turf/simulated/floor/tiled/freezer, +/area/ship/farfleet/crew/freezer) +"EK" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 26 + }, +/obj/floor_decal/corner/red{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/brig) +"ES" = ( +/obj/catwalk_plated, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + icon_state = "map-scrubbers"; + dir = 1 + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/command/snz_hangar) +"EX" = ( +/obj/machinery/hologram/holopad/longrange, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/steel_grid, +/area/ship/snz) +"Fo" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/cryopod{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/cryo) +"Fr" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24; + req_access = list("ACCESS_ICCGN") + }, +/obj/structure/bed/chair/comfy/red, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/barracks) +"Fw" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24; + req_access = list("ACCESS_ICCGN") + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hydroponics) +"FI" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/crew/toilet) +"FM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/white, +/area/ship/snz) +"FO" = ( +/obj/machinery/alarm{ + pixel_y = 24; + req_access = list("ACCESS_ICCGN") + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/barracks/armory) +"Gb" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + icon_state = "map-scrubbers"; + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/barracks) +"Ge" = ( +/obj/structure/closet/crate/freezer, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/freezer, +/area/ship/farfleet/crew/freezer) +"Gg" = ( +/turf/simulated/floor/tiled/freezer, +/area/ship/farfleet/crew/toilet) +"Gj" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/table/rack, +/obj/item/rig_module/device/rcd, +/obj/item/rig_module/vision/multi, +/obj/item/rig_module/vision/nvg, +/obj/item/rig_module/vision/nvg, +/obj/item/rig_module/device/healthscanner, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/barracks/armory) +"Gq" = ( +/obj/machinery/door/firedoor, +/obj/floor_decal/industrial/hatch/yellow, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/farfleet/command/hangar_canisters) +"Gs" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/table/rack, +/obj/item/stack/material/steel/fifty, +/obj/item/stack/material/glass/fifty{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/stack/material/aluminium, +/obj/item/stack/material/plastic/fifty, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/barracks/armory) +"GK" = ( +/obj/paint/ocean, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/command/hangar_canisters) +"GP" = ( +/obj/structure/bed/chair/shuttle/blue{ + dir = 1; + icon_state = "shuttle_chair_preview" + }, +/obj/floor_decal/industrial/outline, +/obj/machinery/turretid/lethal{ + ailock = 1; + check_arrest = 0; + check_records = 0; + pixel_y = -32; + req_access = list("ACCESS_ICCGN") + }, +/turf/simulated/floor/tiled/steel_grid, +/area/ship/snz) +"Hg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hydroponics) +"Hj" = ( +/obj/paint/ocean, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/crew/cryo) +"Hq" = ( +/obj/structure/bed/chair/shuttle/blue, +/obj/floor_decal/industrial/outline, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = 32 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/steel_grid, +/area/ship/snz) +"Hv" = ( +/obj/machinery/computer/shuttle_control/explore/away_farfleet/snz{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/steel_grid, +/area/ship/snz) +"HA" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/space) +"HF" = ( +/obj/paint/silver, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/barracks/armory) +"HO" = ( +/obj/machinery/atmospherics/binary/pump/high_power{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"HT" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/barracks/armory) +"HX" = ( +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/monotile, +/area/ship/farfleet/command/snz_hangar) +"Ic" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/barracks/armory) +"Ig" = ( +/obj/floor_decal/corner/grey_alt/diagonal{ + dir = 8 + }, +/obj/machinery/cooker/fryer, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -25; + req_access = list("ACCESS_ICCGN") + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/kitchen) +"In" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/table/rack, +/obj/item/crowbar/prybar, +/obj/item/crowbar/prybar, +/obj/item/crowbar/prybar, +/obj/item/wrench, +/obj/item/wrench, +/obj/item/wrench, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/barracks/armory) +"Iu" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume/external_air{ + dir = 1; + id_tag = "snz_shuttle_pump_out_internal" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"ID" = ( +/obj/machinery/pointdefense{ + initial_id_tag = "farfleet_pd" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/space) +"IF" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/paint/red, +/turf/simulated/wall/r_titanium, +/area/ship/snz) +"II" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/steel_grid, +/area/ship/snz) +"IN" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techmaint, +/area/ship/farfleet/maintenance/anomaly) +"IP" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/brig) +"Je" = ( +/obj/floor_decal/corner/b_green/diagonal{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/canteen) +"Jh" = ( +/obj/machinery/atmospherics/pipe/simple/visible/fuel, +/obj/machinery/recharger/wallcharger{ + dir = 8; + pixel_x = 22 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"Jm" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/floor_decal/corner/red/three_quarters{ + dir = 1 + }, +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/brig) +"Jt" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_titanium, +/area/ship/snz) +"Jw" = ( +/obj/floor_decal/corner/b_green/diagonal{ + dir = 8 + }, +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/canteen) +"Jy" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/ship/farfleet/maintenance/storage) +"JW" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/paint/red, +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/wall/r_titanium, +/area/ship/snz) +"Kg" = ( +/obj/catwalk_plated, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/alarm{ + pixel_y = 24; + req_access = list("ACCESS_ICCGN") + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/command/snz_hangar) +"Kl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/floor_decal/corner_steel_grid/diagonal, +/obj/floor_decal/industrial/warning/fulltile, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/upper) +"Ko" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/floor_decal/industrial/outline/grey, +/obj/machinery/anomaly_container, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"Kr" = ( +/turf/unsimulated/mask, +/area/ship/farfleet/crew/hallway/upper) +"Kz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/brig) +"KA" = ( +/obj/machinery/atmospherics/unary/tank/air{ + start_pressure = 8000; + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"KE" = ( +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22; + req_access = list("ACCESS_ICCGN") + }, +/obj/structure/table/steel_reinforced, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/tiled/techmaint, +/area/ship/farfleet/maintenance/anomaly) +"KF" = ( +/obj/machinery/shipsensors, +/obj/structure/railing/mapped{ + dir = 4; + icon_state = "railing0-1" + }, +/obj/structure/railing/mapped{ + dir = 1; + icon_state = "railing0-1" + }, +/turf/simulated/floor/plating, +/area/ship/snz) +"KL" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24; + req_access = list("ACCESS_ICCGN") + }, +/obj/floor_decal/corner/red{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/brig) +"KM" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"KU" = ( +/obj/floor_decal/corner/b_green/diagonal{ + dir = 8 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24; + req_access = list("ACCESS_ICCGN") + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/canteen) +"KV" = ( +/obj/machinery/door/airlock{ + name = "Hydroponics" + }, +/obj/machinery/door/firedoor, +/obj/floor_decal/industrial/hatch/yellow, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/monotile, +/area/ship/farfleet/crew/hydroponics) +"Lf" = ( +/obj/machinery/papershredder{ + pixel_x = -8 + }, +/obj/floor_decal/corner/red/mono, +/obj/machinery/photocopier{ + pixel_y = -3; + pixel_x = 11 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/crew/brig/css) +"Ll" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/barracks) +"Lv" = ( +/obj/machinery/porta_turret{ + req_access = list("ACCESS_ICCGN") + }, +/obj/machinery/light, +/obj/structure/sign/iccg{ + pixel_x = 32 + }, +/turf/simulated/floor/plating, +/area/ship/snz) +"Ly" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/brig) +"LA" = ( +/obj/machinery/porta_turret{ + req_access = list("ACCESS_ICCGN") + }, +/obj/machinery/light, +/turf/simulated/floor/plating, +/area/ship/snz) +"LH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/paint/ocean, +/turf/simulated/wall/r_titanium, +/area/ship/snz) +"LI" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 4; + icon_state = "map_connector" + }, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"LS" = ( +/obj/structure/table/rack, +/obj/floor_decal/industrial/outline/yellow, +/obj/item/clothing/suit/armor/pcarrier, +/obj/item/clothing/suit/armor/pcarrier, +/obj/item/clothing/suit/armor/pcarrier, +/obj/item/clothing/accessory/storage/pouches, +/obj/item/clothing/accessory/storage/pouches, +/obj/item/clothing/accessory/storage/pouches, +/obj/item/clothing/accessory/storage/pouches/large, +/obj/item/clothing/accessory/storage/pouches/large, +/obj/item/clothing/accessory/storage/pouches/large, +/obj/machinery/light, +/obj/item/clothing/accessory/ubac, +/obj/item/clothing/accessory/ubac, +/obj/item/clothing/accessory/ubac, +/obj/item/clothing/accessory/arm_guards/tactical, +/obj/item/clothing/accessory/arm_guards/tactical, +/obj/item/clothing/accessory/arm_guards/tactical, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/barracks/armory) +"LT" = ( +/obj/structure/table/standard, +/obj/item/paper/farfleet/turrets{ + language = "Pan-Slavic" + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/upper) +"LZ" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/freezer/rations, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/monotile, +/area/ship/farfleet/crew/hydroponics) +"Ms" = ( +/obj/shuttle_landmark/snz/start, +/turf/simulated/floor/tiled/monotile, +/area/ship/farfleet/command/snz_hangar) +"Mt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/white, +/area/ship/snz) +"MC" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_titanium, +/area/ship/snz) +"ME" = ( +/obj/catwalk_plated, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/command/snz_hangar) +"MN" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + icon_state = "map-scrubbers"; + dir = 1 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/steel_grid, +/area/ship/snz) +"MT" = ( +/obj/floor_decal/corner/b_green/diagonal{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + icon_state = "map-scrubbers"; + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/canteen) +"MY" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/ship/farfleet/maintenance/storage) +"Nl" = ( +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass/security{ + id_tag = "prisonentry"; + name = "Cell One" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/crew/brig) +"Ny" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/space) +"NF" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24 + }, +/turf/simulated/floor/tiled/freezer, +/area/ship/farfleet/crew/freezer) +"NG" = ( +/obj/paint/silver, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/barracks) +"NN" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/paint/red, +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/wall/r_titanium, +/area/ship/snz) +"NO" = ( +/obj/structure/closet/crate/solar_assembly, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/steel_ridged, +/area/ship/farfleet/maintenance/storage) +"NR" = ( +/obj/structure/table/rack, +/obj/floor_decal/industrial/outline/yellow, +/obj/item/clothing/suit/armor/pcarrier/tan, +/obj/item/clothing/suit/armor/pcarrier/tan, +/obj/item/clothing/suit/armor/pcarrier/tan, +/obj/item/clothing/accessory/storage/pouches/tan, +/obj/item/clothing/accessory/storage/pouches/tan, +/obj/item/clothing/accessory/storage/pouches/tan, +/obj/item/clothing/accessory/storage/pouches/large/tan, +/obj/item/clothing/accessory/storage/pouches/large/tan, +/obj/item/clothing/accessory/storage/pouches/large/tan, +/obj/item/clothing/accessory/ubac/tan, +/obj/item/clothing/accessory/ubac/tan, +/obj/item/clothing/accessory/ubac/tan, +/obj/item/clothing/accessory/arm_guards/tan, +/obj/item/clothing/accessory/arm_guards/tan, +/obj/item/clothing/accessory/arm_guards/tan, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/barracks/armory) +"NV" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24; + req_access = list("ACCESS_ICCGN") + }, +/obj/floor_decal/industrial/warning{ + dir = 5 + }, +/obj/submap_landmark/spawnpoint/away_iccgn_farfleet/sergeant, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/cryo) +"NW" = ( +/obj/structure/closet/fridge/meat, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/tiled/freezer, +/area/ship/farfleet/crew/freezer) +"Oc" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/steel_grid, +/area/ship/snz) +"Of" = ( +/obj/structure/table/standard, +/obj/item/reagent_containers/glass/bucket, +/obj/structure/cable, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hydroponics) +"Ol" = ( +/obj/machinery/computer/ship/sensors, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/ship/snz) +"Oo" = ( +/obj/floor_decal/corner/b_green/diagonal{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/canteen) +"OB" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/barracks/armory) +"OQ" = ( +/obj/catwalk_plated, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/command/snz_hangar) +"OT" = ( +/obj/structure/kitchenspike, +/turf/simulated/floor/tiled/freezer, +/area/ship/farfleet/crew/freezer) +"Pc" = ( +/obj/machinery/light{ + dir = 4; + icon_state = "tube1" + }, +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/dispenser/oxygen, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/barracks/armory) +"Pg" = ( +/obj/paint/silver, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/crew/freezer) +"Po" = ( +/obj/floor_decal/corner/red{ + dir = 6 + }, +/obj/floor_decal/corner/red{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9; + pixel_y = 10 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/crew/brig/css) +"Pr" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 4 + }, +/obj/structure/railing/mapped{ + dir = 1; + icon_state = "railing0-1" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"Px" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/apc/critical{ + dir = 4; + name = "east bump"; + pixel_x = 24; + req_access = list("ACCESS_ICCGN") + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/barracks/armory) +"PA" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/light/small, +/turf/simulated/floor/tiled/freezer, +/area/ship/farfleet/crew/freezer) +"PD" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/barracks) +"PW" = ( +/obj/floor_decal/corner/b_green/diagonal{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/canteen) +"Qb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/barracks) +"Qd" = ( +/obj/structure/table/rack, +/obj/floor_decal/industrial/outline/yellow, +/obj/item/clothing/suit/armor/pcarrier/green, +/obj/item/clothing/suit/armor/pcarrier/green, +/obj/item/clothing/suit/armor/pcarrier/green, +/obj/item/clothing/accessory/storage/pouches/green, +/obj/item/clothing/accessory/storage/pouches/green, +/obj/item/clothing/accessory/storage/pouches/green, +/obj/item/clothing/accessory/storage/pouches/large/green, +/obj/item/clothing/accessory/storage/pouches/large/green, +/obj/item/clothing/accessory/storage/pouches/large/green, +/obj/item/clothing/accessory/ubac/green, +/obj/item/clothing/accessory/ubac/green, +/obj/item/clothing/accessory/ubac/green, +/obj/item/clothing/accessory/arm_guards/green, +/obj/item/clothing/accessory/arm_guards/green, +/obj/item/clothing/accessory/arm_guards/green, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/barracks/armory) +"Qk" = ( +/obj/machinery/ion_engine{ + dir = 8 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/farfleet/command/snz_hangar) +"Qs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/techmaint, +/area/ship/farfleet/maintenance/anomaly) +"QE" = ( +/obj/machinery/door/airlock{ + id_tag = "toiletpc"; + name = "Toilet" + }, +/turf/simulated/floor/tiled/freezer, +/area/ship/farfleet/crew/toilet) +"QQ" = ( +/obj/structure/sign/double/iccgflag/left{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/floor_decal/corner/red{ + dir = 9 + }, +/obj/floor_decal/corner/red{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5; + pixel_y = 10 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/crew/brig/css) +"QR" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/table/rack, +/obj/item/rig/pioneer{ + pixel_y = 6 + }, +/obj/item/rig/pioneer, +/obj/item/rig/pioneer/sergeant{ + pixel_y = -5 + }, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/barracks/armory) +"QU" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/barracks) +"QZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/ship/snz) +"Rs" = ( +/obj/floor_decal/corner/grey_alt/diagonal{ + dir = 8 + }, +/obj/structure/table/marble, +/obj/machinery/reagent_temperature{ + pixel_y = 12 + }, +/obj/machinery/reagent_temperature{ + pixel_y = -4 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_y = 4; + pixel_x = -11 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/kitchen) +"Rv" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/ship/farfleet/maintenance/storage) +"Rw" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume/external_air{ + id_tag = "snz_shuttle_pump_out_external"; + dir = 4 + }, +/obj/machinery/airlock_sensor/airlock_exterior{ + frequency = 1380; + id_tag = "snz_shuttle_exterior_sensor"; + pixel_x = 24; + pixel_y = -8 + }, +/obj/machinery/pointdefense{ + initial_id_tag = "snz_pd" + }, +/turf/simulated/floor/plating, +/area/ship/snz) +"Ry" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/paint/black, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/command/snz_hangar) +"RA" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled/freezer, +/area/ship/farfleet/crew/freezer) +"RC" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/computer/cryopod{ + pixel_x = -32 + }, +/obj/floor_decal/industrial/warning{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/alarm{ + pixel_y = 24; + req_access = list("ACCESS_ICCGN") + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/cryo) +"RH" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/machinery/atmospherics/portables_connector{ + dir = 8 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"RU" = ( +/obj/floor_decal/corner/b_green/diagonal{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/canteen) +"RV" = ( +/obj/machinery/door/airlock/highsecurity{ + req_access = list("ACCESS_ICCGN"); + name = "Armory" + }, +/obj/machinery/door/firedoor, +/obj/floor_decal/industrial/hatch/yellow, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/barracks/armory) +"RW" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/barracks) +"RX" = ( +/obj/catwalk_plated, +/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/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/ship/farfleet/command/snz_hangar) +"Sc" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/tiled/freezer, +/area/ship/farfleet/crew/freezer) +"Se" = ( +/obj/machinery/stasis_cage, +/obj/floor_decal/industrial/outline/green, +/turf/simulated/floor/tiled/techmaint, +/area/ship/farfleet/maintenance/anomaly) +"Sk" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/upper) +"Sp" = ( +/obj/floor_decal/corner/grey_alt/diagonal{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/kitchen) +"Su" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/crew/hydroponics) +"Sv" = ( +/obj/floor_decal/corner/grey_alt/diagonal{ + dir = 8 + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24; + req_access = list("ACCESS_ICCGN") + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/kitchen) +"Sx" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/paint/red, +/turf/simulated/wall/r_titanium, +/area/ship/snz) +"Sz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 8 + }, +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_titanium, +/area/ship/snz) +"SD" = ( +/obj/paint/ocean, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/crew/cryo) +"SV" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/maintenance/storage) +"Tb" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/table/rack, +/obj/item/clothing/accessory/storage/holster/machete, +/obj/item/clothing/accessory/storage/holster/machete, +/obj/item/clothing/accessory/storage/holster/machete, +/obj/item/clothing/accessory/storage/holster/knife/polymer, +/obj/item/clothing/accessory/storage/holster/knife/polymer, +/obj/item/clothing/accessory/storage/holster/knife/polymer, +/obj/item/clothing/accessory/storage/holster/armpit, +/obj/item/clothing/accessory/storage/holster/armpit, +/obj/item/clothing/accessory/storage/holster/armpit, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/barracks/armory) +"Tg" = ( +/obj/floor_decal/corner/b_green/diagonal{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/canteen) +"Tm" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/command/snz_hangar) +"Tr" = ( +/obj/machinery/vending/hydroseeds{ + dir = 4 + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hydroponics) +"Tz" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"TB" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/paint/red, +/turf/simulated/wall/r_titanium, +/area/ship/snz) +"TH" = ( +/obj/floor_decal/corner/grey_alt/diagonal{ + dir = 8 + }, +/obj/structure/table/marble, +/obj/item/material/kitchen/rollingpin, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/kitchen) +"TR" = ( +/obj/structure/handrail{ + dir = 8; + icon_state = "handrail" + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume/external_air{ + id_tag = "snz_shuttle_pump" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"TS" = ( +/obj/catwalk_plated, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/command/snz_hangar) +"TV" = ( +/obj/machinery/portable_atmospherics/canister/air/airlock, +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"TX" = ( +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/terran{ + name = "Interrogation room" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/crew/brig/css) +"Ua" = ( +/obj/machinery/smartfridge/drying_rack, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hydroponics) +"Ud" = ( +/obj/paint/silver, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/maintenance/storage) +"Ui" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/cryopod, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/cryo) +"Um" = ( +/obj/catwalk_plated, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/ship/farfleet/command/snz_hangar) +"Uu" = ( +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/barracks) +"Ux" = ( +/obj/machinery/bodyscanner{ + dir = 4; + icon_state = "body_scanner_0" + }, +/obj/machinery/light, +/turf/simulated/floor/tiled/white, +/area/ship/snz) +"UF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10; + icon_state = "intact" + }, +/obj/machinery/door/airlock/external{ + id_tag = "snz_shuttle_outer"; + frequency = 1380 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/blast/regular/open{ + id_tag = "snzblastdoor"; + name = "SNZ Blast Shutters" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"UH" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/floor_decal/corner/red{ + dir = 10 + }, +/obj/structure/closet/secure_closet{ + req_access = list("ACCESS_ICCGN"); + anchored = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/brig) +"UQ" = ( +/obj/catwalk_plated, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/command/snz_hangar) +"UU" = ( +/obj/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/submap_landmark/spawnpoint/away_iccgn_farfleet/gunner, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/cryo) +"UV" = ( +/obj/floor_decal/corner/grey_alt/diagonal{ + dir = 8 + }, +/obj/machinery/door/airlock/glass{ + name = "Galley"; + req_access = list("ACCESS_ICCGN") + }, +/obj/floor_decal/industrial/hatch/yellow, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/kitchen) +"Vg" = ( +/obj/wallframe_spawn/reinforced/titanium, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/paint/dark_gunmetal, +/obj/machinery/door/blast/regular/open{ + dir = 4; + name = "SNZ Blast Shutters"; + id_tag = "snzblast" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/ship/snz) +"Vi" = ( +/obj/catwalk_plated, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/command/snz_hangar) +"Vj" = ( +/obj/structure/table/rack, +/obj/floor_decal/industrial/outline/yellow, +/obj/item/shield/riot/metal, +/obj/item/shield/riot/metal, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/barracks/armory) +"Vv" = ( +/obj/catwalk_plated, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/command/snz_hangar) +"Vz" = ( +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/monotile, +/area/ship/farfleet/crew/hallway/upper) +"VA" = ( +/obj/floor_decal/corner/b_green/diagonal{ + dir = 8 + }, +/obj/structure/table/standard, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/canteen) +"VB" = ( +/obj/catwalk_plated, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light, +/turf/simulated/floor/plating, +/area/ship/farfleet/command/snz_hangar) +"VC" = ( +/obj/machinery/door/firedoor, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/farfleet/command/hangar_canisters) +"VE" = ( +/obj/machinery/pointdefense{ + initial_id_tag = "snz_pd" + }, +/obj/structure/cable/green, +/obj/structure/sign/iccg{ + pixel_x = 32 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/ship/snz) +"VN" = ( +/obj/floor_decal/corner/grey_alt/diagonal{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/kitchen) +"VP" = ( +/obj/catwalk_plated, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + icon_state = "map-scrubbers"; + dir = 1 + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/command/snz_hangar) +"VU" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/upper) +"VX" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/maintenance/storage) +"Wd" = ( +/obj/floor_decal/corner/b_green/diagonal{ + dir = 8 + }, +/obj/machinery/media/music_writer{ + pixel_y = -32 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/canteen) +"Wj" = ( +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22; + req_access = list("ACCESS_ICCGN") + }, +/obj/floor_decal/corner/red{ + dir = 10 + }, +/obj/floor_decal/corner/red{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/farfleet/crew/brig/css) +"Wx" = ( +/obj/floor_decal/corner/red{ + dir = 9 + }, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24; + req_access = list("ACCESS_ICCGN") + }, +/turf/simulated/floor/tiled/dark, +/area/ship/farfleet/crew/brig) +"Wy" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/upper) +"WH" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint, +/area/ship/farfleet/maintenance/anomaly) +"WI" = ( +/obj/paint/ocean, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/crew/toilet) +"WJ" = ( +/obj/machinery/pointdefense{ + initial_id_tag = "farfleet_pd" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/space) +"WK" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + icon_state = "map-scrubbers"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/table/rack, +/obj/floor_decal/industrial/outline/grey, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/shuttle_beacon, +/obj/item/shuttle_beacon, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"WY" = ( +/obj/catwalk_plated, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/command/snz_hangar) +"Xg" = ( +/obj/floor_decal/corner/b_green/diagonal{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/canteen) +"Xs" = ( +/obj/structure/bed/chair/shuttle/blue{ + dir = 1; + icon_state = "shuttle_chair_preview" + }, +/obj/floor_decal/industrial/outline, +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = -32 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/steel_grid, +/area/ship/snz) +"Xu" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/barracks/armory) +"Xv" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/medical, +/obj/random/medical/lite, +/obj/random/medical/lite, +/obj/random/medical/lite, +/obj/random/medical/lite, +/obj/random/medical/lite, +/obj/random/medical, +/obj/random/medical, +/obj/random/medical, +/obj/random/firstaid, +/obj/random/firstaid, +/obj/random/drinkbottle, +/turf/simulated/floor/tiled/steel_ridged, +/area/ship/farfleet/maintenance/storage) +"XD" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/freezer, +/area/ship/farfleet/crew/freezer) +"XG" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hydroponics) +"Yc" = ( +/obj/floor_decal/corner/b_green/diagonal{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/sign/poster/no_alcohol{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/white, +/area/ship/farfleet/crew/canteen) +"Ye" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/crew/canteen) +"Yi" = ( +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/terran{ + name = "Warehouse" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/steel_ridged, +/area/ship/farfleet/maintenance/storage) +"Yk" = ( +/obj/structure/closet/crate, +/obj/random/tank, +/obj/random/smokes, +/obj/random/smokes, +/obj/random/soap, +/obj/random/junk, +/obj/random/junk, +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24; + req_access = list("ACCESS_ICCGN") + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/ship/farfleet/maintenance/storage) +"Yn" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/machinery/portable_atmospherics/canister/hydrogen, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/farfleet/command/hangar_canisters) +"Ys" = ( +/obj/machinery/atmospherics/binary/pump/high_power{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/farfleet/command/hangar_canisters) +"Yy" = ( +/obj/paint/ocean, +/turf/simulated/wall/r_wall, +/area/ship/farfleet/maintenance/storage) +"YC" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/freezer, +/area/ship/farfleet/crew/toilet) +"YS" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/monotile, +/area/ship/farfleet/command/snz_hangar) +"YY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5; + icon_state = "intact" + }, +/obj/machinery/door/airlock/external{ + id_tag = "snz_shuttle_inner"; + frequency = 1380 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/snz) +"Za" = ( +/obj/machinery/pointdefense{ + initial_id_tag = "farfleet_pd" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/space) +"Zh" = ( +/obj/paint/red, +/turf/simulated/wall/r_titanium, +/area/ship/snz) +"Zj" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/ship/farfleet/maintenance/storage) +"Zs" = ( +/obj/machinery/porta_turret{ + req_access = list("ACCESS_ICCGN") + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/sign/iccg{ + pixel_x = 32 + }, +/turf/simulated/floor/plating, +/area/ship/snz) +"Zt" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + icon_state = "map-scrubbers"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/ship/farfleet/crew/hallway/upper) +"Zw" = ( +/obj/catwalk_plated, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8"; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/ship/farfleet/command/snz_hangar) +"Zz" = ( +/obj/structure/closet/kitchen{ + req_access = list() + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/tiled/freezer, +/area/ship/farfleet/crew/freezer) +"ZA" = ( +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/terran{ + name = "Droptroops Locker"; + dir = 8 + }, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/farfleet/barracks) +"ZS" = ( +/obj/structure/bed/chair/shuttle/blue{ + dir = 8; + icon_state = "shuttle_chair_preview" + }, +/obj/floor_decal/industrial/outline, +/obj/machinery/button/blast_door{ + pixel_y = 28; + pixel_x = -32; + id_tag = "snzblast"; + name = "Protective Window Shutters" + }, +/turf/simulated/floor/tiled/steel_grid, +/area/ship/snz) + +(1,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(2,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(3,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(4,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(5,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(6,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(7,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(8,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(9,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(10,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(11,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(12,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(13,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(14,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(15,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(16,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(17,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(18,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(19,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(20,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(21,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(22,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(23,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(24,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(25,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(26,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(27,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(28,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(29,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(30,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +aa +aa +aa +xR +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(31,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(32,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(33,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ev +ab +ab +ab +ab +ab +ab +ev +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(34,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +wb +ab +ab +dy +dy +ab +ab +wb +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(35,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +wb +ab +dy +dy +dy +dy +ab +wb +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(36,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +wb +dy +dy +dy +dy +dy +dy +wb +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(37,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +wb +wZ +kL +kL +kL +kL +wZ +wb +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(38,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +wb +wZ +kL +Zz +NF +kL +wZ +wb +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(39,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +CD +ot +et +Ge +EC +et +ot +Pg +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(40,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +wZ +kL +kL +er +PA +kL +kL +wZ +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(41,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +wZ +kL +NW +Sc +RA +uL +kL +wZ +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(42,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +wZ +wZ +kL +OT +qa +XD +ef +kL +wZ +wZ +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(43,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +wZ +kL +kL +Bt +Bt +qJ +Bt +kL +kL +wZ +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(44,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +gR +jx +nw +Rs +rL +VN +hi +aP +jx +gR +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(45,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +gR +jx +jx +aX +uq +uq +uq +nj +Ig +jx +gR +gR +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(46,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +gR +jx +jx +nL +uq +TH +ey +uQ +AJ +jx +jx +gR +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +xP +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(47,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +gR +jx +bJ +uq +uq +uq +uq +Sv +Sp +dY +jx +gR +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(48,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +gR +gR +jx +md +wd +aT +DE +fS +md +UV +md +jx +gR +gR +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(49,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +cO +Ye +Ye +jG +Tg +Tg +Tg +mM +xp +hO +cn +Ye +Ye +cO +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(50,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +cO +Ye +Tg +Jw +Jw +Jw +Tg +Oo +Jw +Jw +Jw +Xg +Ye +cO +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(51,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +cO +cO +Ye +Yc +Ac +Ac +vt +Je +MT +VA +Ac +Ac +Wd +Ye +cO +cO +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(52,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +cO +Ye +Ye +Tg +kO +kO +kO +Tg +Oo +kO +oJ +hw +Tg +Ye +Ye +cO +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(53,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +cO +Ye +kM +Tg +KU +AC +RU +cj +Dr +oE +Ye +Ye +Ye +Ye +Ye +cO +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(54,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ev +ab +kg +Ye +Ye +Ye +Ye +Ye +Ye +Ye +PW +yp +Ye +FI +Al +Al +Al +FI +FI +hL +ab +ev +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(55,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +wb +ab +Hj +uf +uf +Fo +iG +Fo +uf +cz +pT +tP +FI +pF +Gg +Gg +vM +FI +FI +hL +ab +wb +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(56,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Ny +HA +SD +Cm +RC +pf +CI +uo +wg +AN +AN +Zt +il +tB +YC +ow +rS +rS +lA +WI +HA +uv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(57,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +Hj +Hj +uf +NV +hJ +UU +wr +qs +vN +vN +wP +FI +aQ +in +bW +QE +CW +FI +hL +hL +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(58,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +Hj +uf +uf +Ui +Ui +DX +Ui +uf +LT +pT +tP +FI +FI +FI +FI +FI +FI +FI +FI +hL +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(59,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +Hj +uf +uf +uf +uf +uf +uf +uf +cK +Dl +Vz +cK +Kr +Kr +Kr +Kr +FI +FI +FI +hL +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(60,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +st +st +st +st +eN +vP +st +jo +kp +CT +Kl +bv +bz +Kr +Kr +Kr +Kr +FI +FI +FI +FI +FI +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(61,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +st +eN +vP +st +IP +mJ +st +jo +VU +rk +yK +fZ +bz +Kr +Kr +Kr +Kr +Su +Su +Su +Su +Su +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(62,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +st +IP +mJ +st +kl +Nl +st +st +st +st +Dl +Vz +cK +Kr +Kr +Kr +Kr +Su +Tr +sX +Su +Su +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(63,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +st +st +kl +ih +st +sO +Ly +Jm +wA +wA +kl +pT +Wy +Su +Su +Su +Su +Su +Su +jE +kS +Su +Su +Su +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(64,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +st +st +KL +Bf +Kz +CN +pr +CN +CN +CN +ed +Sk +Dv +bO +AK +LZ +nt +kP +Ua +eD +XG +Su +Su +Su +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(65,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +st +st +UH +yf +en +Wx +Bi +bF +EK +Ep +kl +pT +Ba +KV +wB +wB +wB +wB +wB +bH +Of +Su +Su +Su +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(66,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +DT +DT +DT +DT +TX +DT +DT +DT +st +st +st +st +HX +BI +Su +Su +Su +Su +Su +bn +Hg +Am +bn +Su +Su +Su +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(67,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +DT +DT +DT +dw +lT +Wj +Lf +DT +OQ +xO +xS +xO +xO +UQ +xO +xS +uW +WY +Su +lN +Hg +Am +bn +Su +Su +Su +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(68,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +DT +DT +QQ +pM +cW +BA +iv +DT +Kg +ns +ns +ns +ns +ns +ns +ns +ns +dI +Su +bn +wG +rV +eD +bn +Su +Su +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(69,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ev +ab +DT +DT +DT +td +BP +ff +fr +DT +DT +ME +ns +zW +MC +Vg +pL +Jt +VE +ns +ME +Su +Su +bn +Fw +yA +bn +Su +Su +Su +ab +ev +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(70,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +wb +ab +DT +DT +DT +Po +xb +cD +aO +DT +OQ +iU +ns +Jt +Jt +if +Hv +Jt +Jt +ns +pg +WY +Su +Su +Su +Su +Su +Su +Su +Su +ab +wb +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(71,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +wb +ab +DT +DT +DT +DT +DT +DT +DT +DT +ME +ns +ns +Jt +Ol +ZS +oZ +rD +Jt +ns +ns +pg +WY +VC +gJ +xW +dM +dM +dg +dg +ab +wb +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(72,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +wb +Ab +Ll +Ll +Uu +uA +wi +Db +Ll +cZ +iU +ns +LA +Jt +vV +eE +EX +bg +Jt +po +ns +ns +Vi +Gq +bD +Ys +gz +yQ +gs +gs +GK +uv +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(73,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +wb +Ab +Ll +Ll +Fr +uA +mQ +mQ +Ll +VP +ve +ns +Rw +MC +Hq +Oc +yX +Xs +MC +ui +ns +ns +ME +VC +Yn +ub +sz +bo +dg +dg +fi +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(74,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +Ny +CZ +gL +lp +rg +uA +mQ +qx +Ll +VP +ve +ns +Sz +Jt +lz +pD +II +GP +Jt +Jt +ns +ns +ME +zR +zR +zR +zR +zR +zR +zR +lC +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(75,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +Ab +Ll +QU +RW +mm +Qb +Qb +vp +Um +ns +LH +ec +Jt +Jt +ig +jJ +lS +Dh +AY +AY +ns +ME +zR +px +oX +yB +KE +fN +zR +lC +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(76,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +Ab +Ll +zi +aj +nD +Uu +Uu +wJ +ME +Ms +aW +Iu +eB +YY +QZ +MN +Mt +Bl +qA +AY +ns +ME +zR +eo +sg +sg +sg +DA +zR +lC +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(77,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +Ab +Ll +Ll +eS +mc +ZA +eS +Ll +Zw +YS +UF +tf +TR +vH +DL +En +FM +ln +Ux +AY +ns +VB +zR +hj +sg +sg +sg +hv +zR +lC +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(78,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +Ab +Ll +rb +Uu +ju +Uu +zp +eS +ME +ns +AY +AY +Jt +Jt +qh +rH +DJ +wh +AY +AY +ns +ME +ez +sg +sg +nc +sg +eg +zR +lC +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(79,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +Ab +Ll +wt +PD +Gb +kU +uA +eS +sh +rq +ns +Jt +qX +qi +zS +dt +TV +KA +Jt +ns +ns +Vv +oV +IN +Qs +Bg +sg +xk +zR +lC +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(80,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +NG +Ll +wD +Uu +ju +Uu +uA +eS +sh +rq +ns +Jt +Dz +AW +zB +KM +tN +Tz +Jt +ns +ns +kI +zR +hX +sg +WH +sg +hv +zR +iu +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(81,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ce +kH +kH +ht +aq +rm +ht +kH +qG +ns +Lv +Jt +br +im +rQ +gI +uO +RH +Jt +Zs +ns +VB +zR +Cs +sg +sg +sg +DA +zR +iu +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(82,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ce +kH +Vj +QR +zg +fu +Gs +kH +ME +ns +Jt +Jt +LI +bT +Ko +xG +Pr +LI +Jt +Jt +ns +ME +zR +Se +Se +ry +wK +wK +zR +iu +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(83,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ID +Ay +HA +HF +dq +bQ +pw +Dc +fu +oq +kH +ME +ns +Jt +Dk +HO +sa +WK +kJ +hY +xE +zk +Jt +ns +ME +zR +zR +zR +zR +zR +zR +zR +iu +ab +al +oH +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(84,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ys +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +wb +ab +ce +kH +Eh +Gj +zg +fu +In +kH +ME +ns +Jt +nG +je +sY +lL +nR +Jh +gc +wj +Jt +ns +ME +SV +zV +Xv +iR +jK +go +SV +Ud +ab +wb +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(85,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +wb +ab +ce +kH +xl +Tb +zg +fu +Qd +kH +ME +ns +tC +NN +sx +Sx +Sx +TB +Sx +sx +JW +IF +ns +ES +Yi +rh +xQ +Dj +Zj +gu +VX +mB +HA +Ez +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(86,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +wb +ab +ce +kH +FO +hn +ue +uS +LS +kH +ME +ns +pN +xr +xc +Zh +lP +KF +Zh +xc +xr +pN +ns +ME +Ah +xD +Rv +dZ +MY +AE +SV +Ud +ab +wb +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(87,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +wb +ab +ce +kH +Pc +Xu +zg +fu +NR +kH +TS +xO +RX +DZ +xO +xO +xO +xO +xO +xO +DZ +RX +xO +xq +SV +cg +xD +dZ +ds +SV +SV +Ud +ab +wb +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(88,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +wb +ab +ce +kH +kH +ht +RV +qj +ht +kH +kH +an +ty +jt +Bh +jt +Bh +Bh +jt +Bh +jt +ty +an +SV +SV +Jy +xD +dZ +tc +SV +SV +Ud +ab +wb +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(89,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +wb +ab +ce +kH +kH +vz +OB +Ic +aF +kH +kH +an +vj +Ry +Bh +jt +Bh +Bh +jt +Bh +Eg +Tm +an +SV +SV +xD +xD +dZ +mT +SV +SV +Ud +ab +wb +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(90,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +wb +ab +ab +ce +kH +bY +Px +HT +kz +kH +ce +ab +wb +Qk +aa +aa +aa +aa +aa +aa +Qk +wb +ab +Ud +SV +NO +oA +Yk +hh +SV +Ud +ab +ab +wb +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(91,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +wb +ab +ab +ce +kH +kH +kH +kH +kH +kH +ce +ab +wb +aa +aa +aa +aa +aa +aa +aa +aa +wb +ab +Ud +SV +SV +SV +SV +SV +SV +Ud +ab +ab +wb +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(92,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +wb +ab +ab +eC +eC +eC +eC +eC +eC +eC +eC +ab +wb +aa +aa +aa +aa +aa +aa +aa +aa +wb +ab +Yy +Yy +Yy +Yy +Yy +Yy +Yy +Yy +ab +ab +wb +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(93,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +wb +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +wb +aa +aa +aa +aa +aa +aa +aa +aa +wb +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +wb +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(94,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +WJ +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +Za +aa +aa +aa +aa +aa +aa +aa +aa +Za +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +WJ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(95,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(96,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(97,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(98,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(99,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(100,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(101,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(102,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(103,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(104,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(105,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(106,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(107,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(108,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(109,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(110,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(111,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(112,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(113,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(114,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(115,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(116,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(117,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(118,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(119,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(120,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} diff --git a/mods/_fd/_maps/gccv_ulyanovsk/code/gccv_ulyanovsk.dm b/mods/_fd/_maps/gccv_ulyanovsk/code/gccv_ulyanovsk.dm index 94ddb76fc5b49..b636e16826bef 100644 --- a/mods/_fd/_maps/gccv_ulyanovsk/code/gccv_ulyanovsk.dm +++ b/mods/_fd/_maps/gccv_ulyanovsk/code/gccv_ulyanovsk.dm @@ -1160,7 +1160,7 @@ /obj/floor_decal/corner/blood_red/bordercee icon_state = "bordercolorcee" - +/* /obj/floor_decal/hull name = "hull edges" icon = 'mods/_fd/_maps/gccv_ulyanovsk/icons/ulyanovsk.dmi' @@ -1170,7 +1170,7 @@ /obj/floor_decal/hull/corner name = "hull corner" icon_state = "hull_corners" - +*/ /obj/floor_decal/techfloor/blood_red name = "techfloor edges" icon = 'mods/_fd/_maps/gccv_ulyanovsk/icons/ulyanovsk.dmi' diff --git a/mods/_fd/_maps/sentinel_fd/_map_sentinel.dm b/mods/_fd/_maps/sentinel_fd/_map_sentinel.dm new file mode 100644 index 0000000000000..1e09a0be11a76 --- /dev/null +++ b/mods/_fd/_maps/sentinel_fd/_map_sentinel.dm @@ -0,0 +1,3 @@ +/singleton/modpack/map_sentinel + name = "Патрульный корабль КФ ЦПСС" + desc = "Авейка, включающая в себя патрульный корабль, принадлежащий к 5 флоту ЦПСС." diff --git a/mods/_fd/_maps/sentinel_fd/_map_sentinel.dme b/mods/_fd/_maps/sentinel_fd/_map_sentinel.dme new file mode 100644 index 0000000000000..9bd5db068da1e --- /dev/null +++ b/mods/_fd/_maps/sentinel_fd/_map_sentinel.dme @@ -0,0 +1,14 @@ +#ifndef MODPACK_MAP_SENTINEL +#define MODPACK_MAP_SENTINEL + +#include "_map_sentinel.dm" +#include "code/sentinel.dm" +#include "code/sentinel_areas.dm" +#include "code/sentinel_crew.dm" +#include "code/sentinel_items.dm" +#include "code/sentinel_presets.dm" +#include "code/sentinel_shuttle.dm" +#include "code/sentinel_structures.dm" +#include "code/sentinel_turbolift.dm" + +#endif diff --git a/mods/_fd/_maps/sentinel_fd/code/sentinel.dm b/mods/_fd/_maps/sentinel_fd/code/sentinel.dm new file mode 100644 index 0000000000000..8b56d874d1e9e --- /dev/null +++ b/mods/_fd/_maps/sentinel_fd/code/sentinel.dm @@ -0,0 +1,102 @@ + + /////////// + //OVERMAP// + /////////// + +/obj/overmap/visitable/ship/patrol + name = "SCGF Patrol Craft" + desc = "SCGF Cobra-class Patrol Craft. Seconded to Battlegroup Bravo of Fifth Fleet " + color = "#990000" + fore_dir = WEST + vessel_mass = 1000 + known_ships = list(/obj/overmap/visitable/ship/landable/reaper) + vessel_size = SHIP_SIZE_SMALL + start_x = 1 + start_y = 1 + + initial_generic_waypoints = list( + "nav_patrol_1", + "nav_patrol_2", + "nav_patrol_3", + "nav_patrol_4", + "nav_hangar_reaper" + ) + + initial_restricted_waypoints = list( + "Reaper" = list("nav_hangar_reaper") + ) + + +#define PATROL_SHIP_PREFIX pick("Sentinel","Cavalry","Scarabaeus","Heretic","Apocalypse","Calamatious","Terror","Pandemonium","Anubis","Hound","Stalker","Avatar","Ultimatum","Goliath","Tyrant","Nemesis","Hydra","Stormhawk","Manticore","Basilisk") +/obj/overmap/visitable/ship/patrol/New() + name = "SFV [PATROL_SHIP_PREFIX], \a [name]" + for(var/area/ship/patrol/A) + A.name = "\improper [name] - [A.name]" + GLOB.using_map.area_purity_test_exempt_areas += A.type + ..() +#undef PATROL_SHIP_PREFIX + + +/datum/map_template/ruin/away_site/patrol + name = "Sol Patrol Craft (SFV)" + id = "awaysite_patrol_ship" + description = "Cobra-class Patrol Craft." + prefix = "mods/_maps/sentinel/maps/" + suffixes = list("sentinel-1.dmm", "sentinel-2.dmm") + ban_ruins = list(/datum/map_template/ruin/away_site/farfleet) + spawn_cost = 0.5 + player_cost = 7 + spawn_weight = 1 + shuttles_to_initialise = list(/datum/shuttle/autodock/overmap/reaper) + + area_usage_test_exempted_areas = list( + /area/turbolift/sentinel_first, + /area/turbolift/sentinel_second + ) + +/obj/shuttle_landmark/nav_patrol/nav1 + name = "Patrol Ship Fore" + landmark_tag = "nav_patrol_1" + +/obj/shuttle_landmark/nav_patrol/nav2 + name = "Patrol Ship Aft" + landmark_tag = "nav_patrol_2" + +/obj/shuttle_landmark/nav_patrol/nav3 + name = "Patrol Ship Port" + landmark_tag = "nav_patrol_3" + +/obj/shuttle_landmark/nav_patrol/nav4 + name = "Patrol Ship Starboard" + landmark_tag = "nav_patrol_4" + +/obj/submap_landmark/joinable_submap/patrol + name = "Sol Patrol Ship" + archetype = /singleton/submap_archetype/away_scg_patrol + +/* TCOMMS + * ====== + */ + +/obj/machinery/telecomms/allinone/away_scg_patrol + listening_freqs = list(SFV_FREQ) + channel_color = COMMS_COLOR_CENTCOMM + channel_name = "SCG Patrol" + circuitboard = /obj/item/stock_parts/circuitboard/telecomms/allinone/away_scg_patrol + +/obj/item/stock_parts/circuitboard/telecomms/allinone/away_scg_patrol + build_path = /obj/machinery/telecomms/allinone/away_scg_patrol + +/obj/item/device/radio/headset/away_scg_patrol + name = "SCG Patrol headset" + icon_state = "nt_headset" + ks1type = /obj/item/device/encryptionkey/away_scg_patrol + +/obj/item/device/radio/headset/away_scg_patrol/Initialize() + . = ..() + set_frequency(SFV_FREQ) //Not going to be random or just set to the common frequency, but can be set later. + +/obj/item/device/encryptionkey/away_scg_patrol + name = "SCG Patrol radio encryption key" + icon_state = "nt_cypherkey" + channels = list("SCG Patrol" = 1) diff --git a/mods/_fd/_maps/sentinel_fd/code/sentinel_areas.dm b/mods/_fd/_maps/sentinel_fd/code/sentinel_areas.dm new file mode 100644 index 0000000000000..49859231a27b9 --- /dev/null +++ b/mods/_fd/_maps/sentinel_fd/code/sentinel_areas.dm @@ -0,0 +1,238 @@ +/area/ship/patrol + name = "\improper Patrol Ship" + icon_state = "shuttle2" + area_flags = AREA_FLAG_RAD_SHIELDED | AREA_FLAG_ION_SHIELDED + +/area/ship/patrol/crew + name = "\improper Crew Section" + icon_state = "crew_quarters" + req_access = list(access_away_cavalry) + +/area/ship/patrol/crew/hallway/lower + name = "\improper Lower Hallway - Center" + req_access = list(access_away_cavalry) + +/area/ship/patrol/crew/hallway/lower/fore + name = "\improper Lower Hallway - Fore" + req_access = list(access_away_cavalry) + +/area/ship/patrol/crew/hallway/lower/aft + name = "\improper Lower Hallway - Aft" + req_access = list(access_away_cavalry) + +/area/ship/patrol/crew/hallway/lower/port + name = "\improper Lower Hallway - Port" + req_access = list(access_away_cavalry) + +/area/ship/patrol/crew/hallway/lower/starboard + name = "\improper Lower Hallway - Starboard" + req_access = list(access_away_cavalry) + +/area/ship/patrol/crew/hallway/upper/starboard + name = "\improper Upper Hallway - Center" + req_access = list(access_away_cavalry) + +/area/ship/patrol/crew/hallway/upper/starboard + name = "\improper Upper Hallway - Starboard" + req_access = list(access_away_cavalry) + + +/area/ship/patrol/crew/kitchen + name = "\improper Galley" + icon_state = "kitchen" + req_access = list(access_away_cavalry) + +/area/ship/patrol/crew/cryo + name = "Cryo Storage" + icon_state = "cryo" + req_access = list(access_away_cavalry) + +/area/ship/patrol/crew/comms + name = "Communication Relay" + req_access = list(access_away_cavalry, access_away_cavalry_commander) + +/area/ship/patrol/crew/toilet + name = "\improper Head" + icon_state = "locker" + req_access = list(access_away_cavalry) + +/area/ship/patrol/crew/cargo + name = "\improper Cargo Hold" + icon_state = "quartstorage" + req_access = list(access_away_cavalry) + +/area/ship/patrol/crew/fitness + name = "\improper Fitness Bay" + icon_state = "green" + req_access = list(access_away_cavalry) + +/area/ship/patrol/crew/brig + name = "\improper Brig Section" + icon_state = "locker" + req_access = list(access_away_cavalry) + +/area/ship/patrol/crew/brig/office + name = "\improper Brig Office" + icon_state = "locker" + req_access = list(access_away_cavalry) + +/area/ship/patrol/crew/brig/emergency_armory + name = "Emergency Armory" + icon_state = "locker" + req_access = list(access_away_cavalry, access_away_cavalry_fleet_armory) + +/area/ship/patrol/engineering/hallway + name = "\improper Engineering Hallway" + icon_state = "green" + req_access = list(access_away_cavalry) + +/area/ship/patrol/engineering/equipment + name = "\improper Engineering Equipment" + icon_state = "green" + req_access = list(access_away_cavalry) + +/area/ship/patrol/engineering/storage + name = "\improper Engineering Storage" + icon_state = "green" + req_access = list(access_away_cavalry) + +/area/ship/patrol/engineering/shield + name = "\improper Shield Generator" + icon_state = "green" + req_access = list(access_away_cavalry) + +/area/ship/patrol/engineering/fussion + name = "\improper Fussion Zone" + icon_state = "red" + req_access = list(access_away_cavalry) + +/area/ship/patrol/engineering/fussion/control + name = "\improper Fussion Control" + icon_state = "green" + req_access = list(access_away_cavalry) + + + + +/area/ship/patrol/barracks + name = "\improper Troops Section" + icon_state = "locker" + req_access = list(access_away_cavalry, access_away_cavalry_ops) + +/area/ship/patrol/barracks/armory + name = "\improper Troops Armory" + icon_state = "locker" + req_access = list(access_away_cavalry, access_away_cavalry_ops, access_away_cavalry_captain) + + + + +/area/ship/patrol/medbay + name = "\improper Medical Bay" + icon_state = "medbay" + req_access = list(access_away_cavalry) + +/area/ship/patrol/medbay/lobby + name = "\improper Medical Bay Lobby" + icon_state = "medbay" + req_access = list(access_away_cavalry) + + + + + +/area/ship/patrol/maintenance/lower + name = "\improper Maintenance Lower Fore" + icon_state = "amaint" + req_access = list(access_away_cavalry) + +/area/ship/patrol/maintenance/lower/starboard + name = "\improper Maintenance Lower Starboard" + icon_state = "amaint" + req_access = list(access_away_cavalry) + +/area/ship/patrol/maintenance/lower/port + name = "\improper Maintenance Lower Port" + icon_state = "amaint" + req_access = list(access_away_cavalry) + +/area/ship/patrol/maintenance/upper + name = "\improper Maintenance Upper Fore" + icon_state = "amaint" + req_access = list(access_away_cavalry) + +/area/ship/patrol/maintenance/upper/aft + name = "\improper Maintenance Upper Aft" + icon_state = "amaint" + req_access = list(access_away_cavalry) + +/area/ship/patrol/maintenance/upper/port + name = "\improper Maintenance Upper Port" + icon_state = "amaint" + req_access = list(access_away_cavalry) + +/area/ship/patrol/maintenance/upper/starboard + name = "\improper Maintenance Upper Starboard" + icon_state = "amaint" + req_access = list(access_away_cavalry) + +/area/ship/patrol/maintenance/upper/munition + name = "\improper Ammunition Storage" + req_access = list(access_away_cavalry) + +/area/ship/patrol/maintenance/upper/waste + name = "\improper Waste Disposal" + req_access = list(access_away_cavalry) + +#define PATROL_ENG_AMBIENCE list('sound/ambience/ambigen3.ogg','sound/ambience/ambigen4.ogg','sound/ambience/ambigen5.ogg','sound/ambience/ambigen6.ogg','sound/ambience/ambigen7.ogg','sound/ambience/ambigen8.ogg','sound/ambience/ambigen9.ogg','sound/ambience/ambigen10.ogg','sound/ambience/ambigen11.ogg','sound/ambience/ambieng1.ogg') +/area/ship/patrol/maintenance/atmos + name = "\improper Atmospherics Comparment" + icon_state = "atmos" + ambience = PATROL_ENG_AMBIENCE + req_access = list(access_away_cavalry) + +/area/ship/patrol/maintenance/engine + icon_state = "engine" + ambience = PATROL_ENG_AMBIENCE + req_access = list(access_away_cavalry) +#undef PATROL_ENG_AMBIENCE + +/area/ship/patrol/maintenance/engine/port + name = "\improper Port Thruster" + req_access = list(access_away_cavalry) + +/area/ship/patrol/maintenance/engine/starboard + name = "\improper Starboard Thruster" + req_access = list(access_away_cavalry) + + + +/area/ship/patrol/command/bridge + name = "\improper Bridge" + icon_state = "bridge" + req_access = list(access_away_cavalry) + +/area/ship/patrol/command/eva + name = "\improper Fleet EVA" + req_access = list(access_away_cavalry) + +/area/ship/patrol/command/equipment + name = "\improper Fleet Equipment" + req_access = list(access_away_cavalry) + +/area/ship/patrol/command/hangar + name = "\improper Hangar" + icon_state = "purple" + req_access = list(access_away_cavalry) + +/area/ship/patrol/command/cannon + name = "\improper Impulse Cannon" + icon_state = "yellow" + req_access = list(access_away_cavalry) + + + +/area/ship/patrol/dock + name = "\improper Docking Bay" + icon_state = "entry_1" + req_access = list(access_away_cavalry) diff --git a/mods/_fd/_maps/sentinel_fd/code/sentinel_crew.dm b/mods/_fd/_maps/sentinel_fd/code/sentinel_crew.dm new file mode 100644 index 0000000000000..2c8f2900dcf43 --- /dev/null +++ b/mods/_fd/_maps/sentinel_fd/code/sentinel_crew.dm @@ -0,0 +1,476 @@ +#define WEBHOOK_SUBMAP_LOADED_SOL "webhook_submap_sol" + +/obj/submap_landmark/joinable_submap/away_scg_patrol + name = "Patrol Ship" + archetype = /singleton/submap_archetype/away_scg_patrol + +/singleton/submap_archetype/away_scg_patrol + descriptor = "SCGF Patrol Ship" + map = "Patrol Ship" + crew_jobs = list( + /datum/job/submap/patrol/commander, + /datum/job/submap/patrol/pilot1, + /datum/job/submap/patrol, + /datum/job/submap/patrol/captain, + /datum/job/submap/patrol/surgeon, + /datum/job/submap/patrol/engineer + ) + call_webhook = WEBHOOK_SUBMAP_LOADED_SOL + +/obj/submap_landmark/spawnpoint/away_patrol + name = "Army SCGSO Trooper" + movable_flags = MOVABLE_FLAG_EFFECTMOVE + +/obj/submap_landmark/spawnpoint/away_patrol/captain + name = "Army SCGSO Leader" + +/obj/submap_landmark/spawnpoint/away_patrol/commander + name = "Fleet Commander" + +/obj/submap_landmark/spawnpoint/away_patrol/pilot1 + name = "Fleet Pilot" + +/obj/submap_landmark/spawnpoint/away_patrol/surgeon + name = "Fleet Corpsman" + +/obj/submap_landmark/spawnpoint/away_patrol/engineer + name = "Fleet Technician" + +/* ACCESS + * ======= + */ + +var/global/const/access_away_cavalry = "ACCESS_CAVALRY" +var/global/const/access_away_cavalry_fleet_armory = "ACCESS_CAVALRY_EMERG_ARMORY" +var/global/const/access_away_cavalry_ops = "ACCESS_CAVALRY_OPS" +var/global/const/access_away_cavalry_pilot = "ACCESS_CAVALRY_PILOT" +var/global/const/access_away_cavalry_captain = "ACCESS_CAVALRY_CAPTAIN" +var/global/const/access_away_cavalry_commander = "ACCESS_CAVALRY_COMMANDER" + +/datum/access/access_away_cavalry_patrol + id = access_away_cavalry + desc = "SPS Main" + region = ACCESS_REGION_NONE + +/datum/access/access_away_cavalry_ops + id = access_away_cavalry_ops + desc = "SPS Army" + region = ACCESS_REGION_NONE + +/datum/access/access_away_cavalry_captain + id = access_away_cavalry_captain + desc = "SPS Captain" + region = ACCESS_REGION_NONE + +/datum/access/access_away_patrol_commander + id = access_away_cavalry_commander + desc = "SPS Commander" + region = ACCESS_REGION_NONE + +/* JOBS + * ======= + */ + +/datum/job/submap/patrol + title = "Army SCGSO Trooper" + total_positions = 2 + outfit_type = /singleton/hierarchy/outfit/job/patrol/army_ops + allowed_branches = list(/datum/mil_branch/scga) + allowed_ranks = list( + /datum/mil_rank/scga/e4, + /datum/mil_rank/scga/e5 + ) + supervisors = "Army Captain" + loadout_allowed = TRUE + is_semi_antagonist = TRUE + info = "Вы просыпаетесь и выходите из криосна, ощущая прохладный воздух на своём лице, а также лёгкую тошноту. \ + Являясь одним из членов экипажа патрульного корабля 5-го флота ЦПСС, вы - член группы 'Буря', разведовательных войск СОЦПСС. \ + По данным бортового компьютера, поступал сигнал о неизвестных нападениях в этом регионе.\ + \ + Вам крайне нежелательно приближаться к кораблям и станциям с опозновательными знаками без разрешения от командования группировкой. \ + Исключением являются те ситуации, когда вы терпите бедствие или на вашем судне аварийная ситуация." + required_language = LANGUAGE_HUMAN_EURO + whitelisted_species = list(SPECIES_HUMAN) + min_skill = list(SKILL_COMBAT = SKILL_BASIC, + SKILL_WEAPONS = SKILL_BASIC, + SKILL_HAULING = SKILL_BASIC, + SKILL_MEDICAL = SKILL_BASIC, + SKILL_EVA = SKILL_BASIC) + access = list(access_away_cavalry, access_away_cavalry_ops) + +/datum/job/submap/patrol/captain + title = "Army SCGSO Leader" + total_positions = 1 + outfit_type = /singleton/hierarchy/outfit/job/patrol/captain + minimum_character_age = list(SPECIES_HUMAN = 25) + ideal_character_age = 27 + allowed_branches = list(/datum/mil_branch/scga) + allowed_ranks = list( + /datum/mil_rank/scga/o2, + /datum/mil_rank/scga/o3 + ) + supervisors = "Lieutenant Commander, Command of the Battle Group Bravo of the 5th fleet, SCGDF" + loadout_allowed = TRUE + is_semi_antagonist = TRUE + info = "Вы просыпаетесь и выходите из криосна, ощущая прохладный воздух на своём лице, а также лёгкую тошноту. \ + Являясь одним из членов соединения, входящего в экипаж патрульного корабля 5-го флота ЦПСС, ваша задача состоит в руководстве группой 'Буря', разведовательных войск СОЦПСС. \ + По данным бортового компьютера, поступал сигнал о неизвестных нападениях в этом регионе.\ + \ + Вам крайне нежелательно приближаться к кораблям и станциям с опозновательными знаками без разрешения от командования группировкой. \ + Исключением являются те ситуации, когда вы терпите бедствие или на вашем судне аварийная ситуация." + required_language = LANGUAGE_HUMAN_EURO + whitelisted_species = list(SPECIES_HUMAN) + min_skill = list( + SKILL_COMBAT = SKILL_BASIC, + SKILL_WEAPONS = SKILL_BASIC, + SKILL_HAULING = SKILL_BASIC, + SKILL_MEDICAL = SKILL_BASIC, + SKILL_EVA = SKILL_BASIC + ) + access = list(access_away_cavalry, access_away_cavalry_ops, access_away_cavalry_fleet_armory, access_away_cavalry_captain) + +/datum/job/submap/patrol/commander + title = "Fleet Commander" + total_positions = 1 + outfit_type = /singleton/hierarchy/outfit/job/patrol/commander + allowed_branches = list(/datum/mil_branch/fleet) + allowed_ranks = list( + /datum/mil_rank/fleet/o3, + /datum/mil_rank/fleet/o4 + ) + supervisors = "Command of the Battle Group Bravo of the 5th fleet, SCGDF" + loadout_allowed = TRUE + info = "Вы просыпаетесь и выходите из криосна, ощущая прохладный воздух на своём лице, а также лёгкую тошноту. \ + Являясь одним из членов экипажа патрульного корабля 5-го флота ЦПСС, ваша задача состоит в патруле и разведке данного сектора. \ + По данным бортового компьютера, поступал сигнал о неизвестных нападениях в этом регионе.\ + \ + Вам крайне нежелательно приближаться к кораблям и станциям с опозновательными знаками без разрешения от командования группировкой. \ + Исключением являются те ситуации, когда вы терпите бедствие или на вашем судне аварийная ситуация." + min_skill = list( + SKILL_COMBAT = SKILL_BASIC, + SKILL_WEAPONS = SKILL_BASIC, + SKILL_HAULING = SKILL_BASIC, + SKILL_MEDICAL = SKILL_BASIC, + SKILL_PILOT = SKILL_TRAINED, + SKILL_EVA = SKILL_BASIC + ) + access = list(access_away_cavalry, access_away_cavalry_ops, access_away_cavalry_pilot, access_away_cavalry_fleet_armory, access_away_cavalry_commander) + +/datum/job/submap/patrol/pilot1 + title = "Fleet Pilot" + total_positions = 1 + outfit_type = /singleton/hierarchy/outfit/job/patrol/pilot1 + allowed_branches = list(/datum/mil_branch/fleet) + allowed_ranks = list( + /datum/mil_rank/fleet/o1, + /datum/mil_rank/fleet/o2 + ) + supervisors = "Lieutenant Commander" + loadout_allowed = TRUE + info = "Вы просыпаетесь и выходите из криосна, ощущая прохладный воздух на своём лице, а также лёгкую тошноту. \ + Являясь одним из членов экипажа патрульного корабля 5-го флота ЦПСС, ваша задача состоит в пилотировании и руководством экипажа. \ + По данным бортового компьютера, поступал сигнал о неизвестных нападениях в этом регионе.\ + \ + Вам крайне нежелательно приближаться к кораблям и станциям с опозновательными знаками без разрешения от командования группировкой. \ + Исключением являются те ситуации, когда вы терпите бедствие или на вашем судне аварийная ситуация." + min_skill = list( + SKILL_COMBAT = SKILL_BASIC, + SKILL_WEAPONS = SKILL_BASIC, + SKILL_HAULING = SKILL_BASIC, + SKILL_MEDICAL = SKILL_BASIC, + SKILL_PILOT = SKILL_TRAINED, + SKILL_EVA = SKILL_BASIC + ) + access = list(access_away_cavalry, access_away_cavalry_pilot, access_away_cavalry_fleet_armory) + +/datum/job/submap/patrol/surgeon + title = "Fleet Corpsman" + total_positions = 1 + outfit_type = /singleton/hierarchy/outfit/job/patrol/surgeon + allowed_branches = list(/datum/mil_branch/fleet) + allowed_ranks = list( + /datum/mil_rank/fleet/o1, + /datum/mil_rank/fleet/o2 + ) + supervisors = "Fleet Commander" + loadout_allowed = TRUE + info = "Вы просыпаетесь и выходите из криосна, ощущая прохладный воздух на своём лице, а также лёгкую тошноту. \ + Являясь одним из членов экипажа патрульного корабля 5-го флота ЦПСС, ваша задача состоит в медицинской поддержке экипажа. \ + \ + Хоть вы и являетесь офицером, в ваши обязанности НЕ входит командование экипажем - это всего лишь показатель вашего профессионализма в медицинской сфере. \ + \ + Вам крайне нежелательно приближаться к кораблям и станциям с опозновательными знаками без разрешения от командования группировкой. \ + Исключением являются те ситуации, когда вы терпите бедствие или на вашем судне аварийная ситуация." + min_skill = list( + SKILL_COMBAT = SKILL_BASIC, + SKILL_WEAPONS = SKILL_BASIC, + SKILL_HAULING = SKILL_TRAINED, + SKILL_MEDICAL = SKILL_EXPERIENCED, + SKILL_ANATOMY = SKILL_BASIC, + SKILL_CHEMISTRY = SKILL_BASIC, + SKILL_EVA = SKILL_BASIC + ) + access = list(access_away_cavalry) + +/datum/job/submap/patrol/engineer + title = "Fleet Technician" + total_positions = 1 + outfit_type = /singleton/hierarchy/outfit/job/patrol/engineer + allowed_branches = list(/datum/mil_branch/fleet) + allowed_ranks = list( + /datum/mil_rank/fleet/e4, + /datum/mil_rank/fleet/e5, + /datum/mil_rank/fleet/e6 + ) + supervisors = "Fleet Commander" + loadout_allowed = TRUE + info = "Вы просыпаетесь и выходите из криосна, ощущая прохладный воздух на своём лице, а также лёгкую тошноту. \ + Являясь одним из членов экипажа патрульного корабля 5-го флота ЦПСС, ваша задача состоит в поддержании работоспособности судна и экипировки экипажа. \ + \ + Вам крайне нежелательно приближаться к кораблям и станциям с опозновательными знаками без разрешения от командования группировкой. \ + Исключением являются те ситуации, когда вы терпите бедствие или на вашем судне аварийная ситуация." + min_skill = list( + SKILL_COMBAT = SKILL_BASIC, + SKILL_WEAPONS = SKILL_BASIC, + SKILL_HAULING = SKILL_TRAINED, + SKILL_MEDICAL = SKILL_BASIC, + SKILL_ATMOS = SKILL_BASIC, + SKILL_ENGINES = SKILL_TRAINED, + SKILL_DEVICES = SKILL_BASIC, + SKILL_EVA = SKILL_TRAINED, + SKILL_ELECTRICAL = SKILL_TRAINED, + SKILL_CONSTRUCTION = SKILL_TRAINED, + ) + access = list(access_away_cavalry) + + +/* BRANCH & RANKS + * ======= + */ +/* +/datum/mil_branch/fleet + name = "SCG Fleet" + name_short = "SCGF" + email_domain = "fleet.mil" + rank_types = list( + /datum/mil_rank/fleet/e4, + /datum/mil_rank/fleet/e5, + /datum/mil_rank/fleet/e6, + /datum/mil_rank/fleet/o1, + /datum/mil_rank/fleet/o2, + /datum/mil_rank/fleet/o3, + /datum/mil_rank/fleet/o4, + /datum/mil_rank/fleet/o6, + /datum/mil_rank/fleet/o7, + /datum/mil_rank/fleet/o8 + ) + spawn_rank_types = list( + /datum/mil_rank/fleet/e4, + /datum/mil_rank/fleet/e5, + /datum/mil_rank/fleet/e6, + /datum/mil_rank/fleet/o1, + /datum/mil_rank/fleet/o2, + /datum/mil_rank/fleet/o3, + /datum/mil_rank/fleet/o4, + /datum/mil_rank/fleet/o6, + /datum/mil_rank/fleet/o7, + /datum/mil_rank/fleet/o8 + ) + +/datum/mil_rank/grade() + . = ..() + if(!sort_order) + return "" + if(sort_order <= 10) + return "E[sort_order]" + return "O[sort_order - 10]" + +/datum/mil_rank/fleet/e4 + name = "Petty Officer Third Class" + name_short = "PO3" + accessory = list(/obj/item/clothing/accessory/solgov/rank/fleet/enlisted/e4, /obj/item/clothing/accessory/solgov/specialty/enlisted) + sort_order = 4 + +/datum/mil_rank/fleet/e5 + name = "Petty Officer Second Class" + name_short = "PO2" + accessory = list(/obj/item/clothing/accessory/solgov/rank/fleet/enlisted/e5, /obj/item/clothing/accessory/solgov/specialty/enlisted) + sort_order = 5 + +/datum/mil_rank/fleet/e6 + name = "Petty Officer First Class" + name_short = "PO1" + accessory = list(/obj/item/clothing/accessory/solgov/rank/fleet/enlisted/e6, /obj/item/clothing/accessory/solgov/specialty/enlisted) + sort_order = 6 + +/datum/mil_rank/fleet/o1 + name = "Ensign" + name_short = "ENS" + accessory = list(/obj/item/clothing/accessory/solgov/rank/fleet/officer, /obj/item/clothing/accessory/solgov/specialty/officer) + sort_order = 11 + +/datum/mil_rank/fleet/o2 + name = "Sub-lieutenant" + name_short = "SLT" + accessory = list(/obj/item/clothing/accessory/solgov/rank/fleet/officer/o2, /obj/item/clothing/accessory/solgov/specialty/officer) + sort_order = 12 + +/datum/mil_rank/fleet/o3 + name = "Lieutenant" + name_short = "LT" + accessory = list(/obj/item/clothing/accessory/solgov/rank/fleet/officer/o3, /obj/item/clothing/accessory/solgov/specialty/officer) + sort_order = 13 + +/datum/mil_rank/fleet/o4 + name = "Lieutenant Commander" + name_short = "LCDR" + accessory = list(/obj/item/clothing/accessory/solgov/rank/fleet/officer/o4, /obj/item/clothing/accessory/solgov/specialty/officer) + sort_order = 14 + +/datum/mil_rank/fleet/o6 + name = "Captain" + name_short = "CAPT" + accessory = list(/obj/item/clothing/accessory/solgov/rank/fleet/officer/o6, /obj/item/clothing/accessory/solgov/specialty/officer) + sort_order = 16 + +/datum/mil_rank/fleet/o7 + name = "Commodore" + name_short = "CDRE" + accessory = list(/obj/item/clothing/accessory/solgov/rank/fleet/flag, /obj/item/clothing/accessory/solgov/specialty/officer) + sort_order = 17 + +/datum/mil_rank/fleet/o8 + name = "Rear Admiral" + name_short = "RADM" + accessory = list(/obj/item/clothing/accessory/solgov/rank/fleet/flag/o8, /obj/item/clothing/accessory/solgov/specialty/officer) + sort_order = 18 + +/datum/mil_branch/scga + name = "SCG Army" + name_short = "SCGA" + email_domain = "army.mil" + rank_types = list( + /datum/mil_rank/scga/e4, + /datum/mil_rank/scga/e5, + /datum/mil_rank/scga/o2, + /datum/mil_rank/scga/o3 + ) + spawn_rank_types = list( + /datum/mil_rank/scga/e4, + /datum/mil_rank/scga/e5, + /datum/mil_rank/scga/o2, + /datum/mil_rank/scga/o3 + ) + +/datum/mil_rank/scga/e4 + name = "Corporal" + name_short = "Cpl" + accessory = list( + /obj/item/clothing/accessory/scga_rank/e4, + /obj/item/clothing/accessory/scga_badge/enlisted + ) + sort_order = 4 + +/datum/mil_rank/scga/e5 + name = "Sergeant" + name_short = "SGT" + accessory = list( + /obj/item/clothing/accessory/scga_rank/e5, + /obj/item/clothing/accessory/scga_badge/enlisted + ) + sort_order = 5 + +/datum/mil_rank/scga/o2 + name = "First Lieutenant" + name_short = "1Lt" + accessory = list( + /obj/item/clothing/accessory/scga_rank/o2, + /obj/item/clothing/accessory/scga_badge/officer + ) + sort_order = 12 + +/datum/mil_rank/scga/o3 + name = "Captain" + name_short = "CAPT" + accessory = list( + /obj/item/clothing/accessory/scga_rank/o3, + /obj/item/clothing/accessory/scga_badge/officer + ) + sort_order = 13 +*/ +/* OUTFITS + * ======= + */ + +#define PATROL_OUTFIT_JOB_NAME(job_name) ("SCG Patrol Ship - Job - " + job_name) + +/singleton/hierarchy/outfit/job/patrol + hierarchy_type = /singleton/hierarchy/outfit/job/patrol + uniform = /obj/item/clothing/under/solgov/utility/fleet/away_solpatrol + shoes = /obj/item/clothing/shoes/dutyboots + l_ear = /obj/item/device/radio/headset/away_scg_patrol + l_pocket = /obj/item/device/radio + r_pocket = /obj/item/crowbar/prybar + suit_store = /obj/item/tank/oxygen + id_types = list(/obj/item/card/id/awaycavalry/fleet) + id_slot = slot_wear_id + pda_type = null + belt = null + back = /obj/item/storage/backpack/satchel/leather/navy + backpack_contents = null + flags = OUTFIT_EXTENDED_SURVIVAL + +/singleton/hierarchy/outfit/job/patrol/army_ops + name = PATROL_OUTFIT_JOB_NAME("Ops") + head = /obj/item/clothing/head/scga/utility + uniform = /obj/item/clothing/under/scga/utility + id_types = list(/obj/item/card/id/awaycavalry/ops) + gloves = /obj/item/clothing/gloves/thick/combat + +/singleton/hierarchy/outfit/job/patrol/captain + name = PATROL_OUTFIT_JOB_NAME("Captain") + head = /obj/item/clothing/head/scga/utility + uniform = /obj/item/clothing/under/scga/utility + id_types = list(/obj/item/card/id/awaycavalry/ops/captain) + gloves = /obj/item/clothing/gloves/thick/combat + +/singleton/hierarchy/outfit/job/patrol/engineer + name = PATROL_OUTFIT_JOB_NAME("Technician") + uniform = /obj/item/clothing/under/solgov/utility/fleet/engineering/away_solpatrol + belt = /obj/item/storage/belt/holster/security/tactical/away_solpatrol + gloves = /obj/item/clothing/gloves/insulated + +/singleton/hierarchy/outfit/job/patrol/surgeon + name = PATROL_OUTFIT_JOB_NAME("Doctor") + uniform = /obj/item/clothing/under/solgov/utility/fleet/medical/away_solpatrol + belt = /obj/item/storage/belt/holster/security/tactical/away_solpatrol + gloves = /obj/item/clothing/gloves/latex/nitrile + +/singleton/hierarchy/outfit/job/patrol/commander + name = PATROL_OUTFIT_JOB_NAME("Lieutenant Commander") + head = /obj/item/clothing/head/beret/solgov/fleet/branch/fifth + uniform = /obj/item/clothing/under/solgov/utility/fleet/officer/command/commander/away_solpatrol + belt = /obj/item/storage/belt/holster/security/tactical/away_solpatrol + id_types = list(/obj/item/card/id/awaycavalry/fleet/commander) + gloves = /obj/item/clothing/gloves/thick/duty/solgov/cmd + +/singleton/hierarchy/outfit/job/patrol/pilot1 + name = PATROL_OUTFIT_JOB_NAME("Sub-Lieutenant") + head = /obj/item/clothing/head/beret/solgov/fleet/branch/fifth + uniform = /obj/item/clothing/under/solgov/utility/fleet/officer/pilot1/away_solpatrol + belt = /obj/item/storage/belt/holster/security/tactical/away_solpatrol + gloves = /obj/item/clothing/gloves/thick/duty + +/singleton/hierarchy/outfit/job/patrol/fleet_command + name = PATROL_OUTFIT_JOB_NAME("Senior Officer") + head = /obj/item/clothing/head/solgov/dress/fleet/command + uniform = /obj/item/clothing/under/solgov/service/fleet + belt = /obj/item/storage/belt/holster/general/away_solpatrol + shoes = /obj/item/clothing/shoes/dress + suit = /obj/item/clothing/suit/storage/solgov/service/fleet/command/away_solpatrol + r_pocket = /obj/item/card/id/syndicate + id_types = list(/obj/item/card/id/centcom/station) + id_pda_assignment = "5th Fleet Senior Officer" + +#undef PATROL_OUTFIT_JOB_NAME +#undef WEBHOOK_SUBMAP_LOADED_SOL diff --git a/mods/_fd/_maps/sentinel_fd/code/sentinel_items.dm b/mods/_fd/_maps/sentinel_fd/code/sentinel_items.dm new file mode 100644 index 0000000000000..86c5537b23ad1 --- /dev/null +++ b/mods/_fd/_maps/sentinel_fd/code/sentinel_items.dm @@ -0,0 +1,117 @@ + +/* CARDS + * ======== + */ + +/obj/item/card/id/awaycavalry/ops + desc = "An identification card issued to SolGov crewmembers aboard the Sol Patrol Craft." + icon_state = "base" + color = "#b10309c2" + detail_color = "#000000" + access = list(access_away_cavalry, access_away_cavalry_ops) + +/obj/item/card/id/awaycavalry/ops/captain + desc = "An identification card issued to SolGov crewmembers aboard the Sol Patrol Craft." + icon_state = "base" + access = list(access_away_cavalry, access_away_cavalry_ops, access_away_cavalry_fleet_armory, access_away_cavalry_captain) + extra_details = list("goldstripe") + +/obj/item/card/id/awaycavalry/fleet + desc = "An identification card issued to SolGov crewmembers aboard the Sol Patrol Craft." + icon_state = "base" + color = COLOR_GRAY40 + detail_color = "#447ab1" + access = list(access_away_cavalry) + +/obj/item/card/id/awaycavalry/fleet/pilot + access = list(access_away_cavalry, access_away_cavalry_pilot, access_away_cavalry_fleet_armory) + +/obj/item/card/id/awaycavalry/fleet/commander + desc = "An identification card issued to SolGov crewmembers aboard the Sol Patrol Craft." + icon_state = "base" + access = list(access_away_cavalry, access_away_cavalry_ops, access_away_cavalry_pilot, access_away_cavalry_fleet_armory, access_away_cavalry_commander) //TODO: беды с доступами + extra_details = list("goldstripe") + +/* RADIOHEADS + * ======== + */ + +/obj/item/device/radio/headset/rescue + name = "rescue team radio headset" + desc = "The headset of the rescue team member." + icon_state = "com_headset" + item_state = "headset" + ks2type = /obj/item/device/encryptionkey/rescue + +/obj/item/device/radio/headset/rescue/leader + name = "rescue team leader radio headset" + desc = "The headset of the rescue team member." + icon_state = "com_headset" + item_state = "headset" + ks2type = /obj/item/device/encryptionkey/rescue/leader + +/obj/item/device/encryptionkey/rescue //for events + name = "\improper rescue radio encryption key" + icon_state = "cargo_cypherkey" + channels = list("Response Team" = 1) + +/obj/item/device/encryptionkey/rescue/leader + name = "\improper rescue leader radio encryption key" + channels = list("Response Team" = 1, "Command" = 1, ) + +/* CLOTHING + * ======== + */ + +/obj/item/clothing/under/solgov/utility/fleet/officer/pilot1/away_solpatrol + accessories = list( + /obj/item/clothing/accessory/solgov/specialty/pilot, + /obj/item/clothing/accessory/solgov/fleet_patch/fifth + ) + +/obj/item/clothing/under/solgov/utility/fleet/officer/command/commander/away_solpatrol + accessories = list( + /obj/item/clothing/accessory/solgov/department/command/fleet, + /obj/item/clothing/accessory/solgov/specialty/pilot, + /obj/item/clothing/accessory/solgov/fleet_patch/fifth + ) + +/obj/item/clothing/under/solgov/utility/fleet/engineering/away_solpatrol + accessories = list( + /obj/item/clothing/accessory/solgov/department/engineering/fleet, + /obj/item/clothing/accessory/solgov/fleet_patch/fifth + ) + +/obj/item/clothing/under/solgov/utility/fleet/medical/away_solpatrol + accessories = list( + /obj/item/clothing/accessory/solgov/department/medical/fleet, + /obj/item/clothing/accessory/solgov/fleet_patch/fifth + ) + +/obj/item/clothing/under/solgov/utility/fleet/away_solpatrol + accessories = list( + /obj/item/clothing/accessory/solgov/department/command/fleet, + /obj/item/clothing/accessory/solgov/fleet_patch/fifth + ) + +/obj/item/clothing/suit/storage/solgov/service/fleet/command/away_solpatrol + accessories = list( + /obj/item/clothing/accessory/solgov/rank/fleet/officer/o6, + /obj/item/clothing/accessory/solgov/specialty/officer + ) + +/obj/item/storage/belt/holster/security/tactical/away_solpatrol/New() + ..() + new /obj/item/gun/projectile/pistol/m22f(src) + new /obj/item/ammo_magazine/pistol/double(src) + new /obj/item/ammo_magazine/pistol/double(src) + +/obj/item/storage/belt/holster/general/away_solpatrol/New() + ..() + new /obj/item/modular_computer/tablet/preset/custom_loadout/advanced(src) + new /obj/item/gun/projectile/revolver/medium(src) + +/obj/item/clothing/accessory/armband/bluegold/away_solpatrol + name = "SCG armband" + desc = "An armband, worn by the crew to display which country they represent. This one is blue and gold." + icon_state = "solblue" diff --git a/mods/_fd/_maps/sentinel_fd/code/sentinel_presets.dm b/mods/_fd/_maps/sentinel_fd/code/sentinel_presets.dm new file mode 100644 index 0000000000000..fd05172b34606 --- /dev/null +++ b/mods/_fd/_maps/sentinel_fd/code/sentinel_presets.dm @@ -0,0 +1,122 @@ + ////////// + //TCOMMS// + ////////// + +/obj/machinery/telecomms/hub/presetsent + id = "Patrol Hub" + network = "senttcommsat" + autolinkers = list("sentHub", "sentrelay", "albrelay", "senttroops", "sentmedical", "sentcommon", "sentcommand", + "receiverSent", "broadcasterSent") + +/obj/machinery/telecomms/relay/preset/sent + id = "Patrol Relay" + network = "senttcommsat" + autolinkers = list("sentrelay") + +/obj/machinery/telecomms/relay/preset/sentalb + id = "Albatross Relay" + network = "senttcommsat" + autolinkers = list("albrelay") + +/obj/machinery/telecomms/receiver/preset_sent + id = "Patrol Receiver" + network = "senttcommsat" + autolinkers = list("receiverSent") + freq_listening = list(ERT_FREQ, MED_FREQ, COMM_FREQ, PUB_FREQ) + +/obj/machinery/telecomms/bus/preset_sent1 + id = "Patrol Bus 1" + network = "senttcommsat" + freq_listening = list(ERT_FREQ, COMM_FREQ) + autolinkers = list("processorsent1", "senttroops", "sentcommand") + +/obj/machinery/telecomms/bus/preset_sent2 + id = "Patrol Bus 2" + network = "senttcommsat" + freq_listening = list(MED_FREQ, PUB_FREQ) + autolinkers = list("processorsent2", "sentmedical", "sentcommon") + +/obj/machinery/telecomms/bus/preset_sent2/New() + for(var/i = PUBLIC_LOW_FREQ, i < PUBLIC_HIGH_FREQ, i += 2) + if(i == PUB_FREQ) + continue + freq_listening |= i + ..() + +/obj/machinery/telecomms/processor/preset_sent1 + id = "Patrol Processor 1" + network = "senttcommsat" + autolinkers = list("processorsent1") + +/obj/machinery/telecomms/processor/preset_sent2 + id = "Patrol Processor 2" + network = "senttcommsat" + autolinkers = list("processorsent2") + +/obj/machinery/telecomms/broadcaster/preset_sent + id = "Patrol Broadcaster" + network = "senttcommsat" + autolinkers = list("broadcasterSent") + +/obj/machinery/telecomms/server/presets/sentinel/common + id = "Patrol Common Server" + freq_listening = list(PUB_FREQ) // AI Private and Common + network = "senttcommsat" + autolinkers = list("sentcommon") + +/obj/machinery/telecomms/server/presets/sentinel/command + id = "Patrol Command Server" + freq_listening = list(COMM_FREQ) + network = "senttcommsat" + autolinkers = list("sentcommand") + +/obj/machinery/telecomms/server/presets/sentinel/troops + id = "Patrol Troops Server" + freq_listening = list(ERT_FREQ) + network = "senttcommsat" + autolinkers = list("senttroops") + +/obj/machinery/telecomms/server/presets/sentinel/medical + id = "Patrol Medical Server" + freq_listening = list(MED_FREQ) + network = "senttcommsat" + autolinkers = list("sentmedical") + + //////// + //SMES// + //////// + +/obj/machinery/power/smes/buildable/preset/patrol/engine_main + uncreated_component_parts = list(/obj/item/stock_parts/smes_coil/super_capacity = 1, + /obj/item/stock_parts/smes_coil = 1) + _input_maxed = TRUE + _output_maxed = TRUE + _input_on = TRUE + _output_on = TRUE + _fully_charged = TRUE + +/obj/machinery/power/smes/buildable/preset/patrol/engine_gyrotron + uncreated_component_parts = list(/obj/item/stock_parts/smes_coil = 1, + /obj/item/stock_parts/smes_coil/super_io = 1) + _input_maxed = TRUE + _output_maxed = TRUE + _input_on = TRUE + _output_on = TRUE + _fully_charged = TRUE + +/obj/machinery/power/smes/buildable/preset/patrol/shuttle + uncreated_component_parts = list(/obj/item/stock_parts/smes_coil = 1) + _input_maxed = TRUE + _output_maxed = TRUE + _input_on = TRUE + _output_on = TRUE + _fully_charged = TRUE + +/obj/machinery/power/smes/buildable/preset/patrol/laser + uncreated_component_parts = list(/obj/item/stock_parts/smes_coil = 1, + /obj/item/stock_parts/smes_coil = 1) + _input_maxed = TRUE + _output_maxed = TRUE + _input_on = TRUE + _output_on = TRUE + _fully_charged = TRUE diff --git a/mods/_fd/_maps/sentinel_fd/code/sentinel_shuttle.dm b/mods/_fd/_maps/sentinel_fd/code/sentinel_shuttle.dm new file mode 100644 index 0000000000000..88f5ab9d6d98f --- /dev/null +++ b/mods/_fd/_maps/sentinel_fd/code/sentinel_shuttle.dm @@ -0,0 +1,49 @@ +/datum/shuttle/autodock/overmap/reaper + name = "Reaper Gunboat" + warmup_time = 15 + dock_target = "albatross_shuttle" + current_location = "nav_hangar_reaper" + range = 2 + shuttle_area = /area/ship/reaper + defer_initialisation = TRUE + flags = SHUTTLE_FLAGS_PROCESS + skill_needed = SKILL_UNSKILLED + ceiling_type = /turf/simulated/floor/shuttle_ceiling/merc + +/obj/machinery/computer/shuttle_control/explore/away_scg_patrol/reaper + name = "Reaper Shuttle control console" + req_access = list(access_away_cavalry) + shuttle_tag = "Reaper Gunboat" + +/obj/overmap/visitable/ship/landable/reaper + name = "Reaper-G" + desc = "A heavily modified military gunboat of particular design. More of the dropship now, scanner detects heavy alteration to the hull of the vessel and no designation" + shuttle = "Reaper Gunboat" + fore_dir = WEST + color = "#000000" + vessel_mass = 500 + vessel_size = SHIP_SIZE_TINY + +/area/ship/reaper + name = "\improper Reaper" + icon_state = "shuttlered" + base_turf = /turf/simulated/floor + requires_power = 1 + dynamic_lighting = 1 + area_flags = AREA_FLAG_RAD_SHIELDED + +/obj/shuttle_landmark/reaper/start + name = "Dock" + landmark_tag = "nav_hangar_reaper" + base_area = /area/ship/patrol/command/hangar + base_turf = /turf/simulated/floor/plating + movable_flags = MOVABLE_FLAG_EFFECTMOVE + +/obj/shuttle_landmark/reaper/altdock + name = "Docking Port" + landmark_tag = "nav_hangar_reaperalt" + +/obj/shuttle_landmark/reaper/dock + name = "NSV Sierra Dock" + landmark_tag = "nav_reaper_dock" + docking_controller = "nuke_shuttle_dock_airlock" diff --git a/mods/_fd/_maps/sentinel_fd/code/sentinel_structures.dm b/mods/_fd/_maps/sentinel_fd/code/sentinel_structures.dm new file mode 100644 index 0000000000000..c3a9c2b729d00 --- /dev/null +++ b/mods/_fd/_maps/sentinel_fd/code/sentinel_structures.dm @@ -0,0 +1,356 @@ + /////////////// + //GUNCABINETS// + /////////////// + +/obj/structure/closet/secure_closet/guncabinet/patrol + name = "tempest group cabinet" + req_access = list(access_away_cavalry_captain) + +/obj/structure/closet/secure_closet/guncabinet/patrol/energy/WillContain() + return list( + /obj/item/gun/energy/ionrifle/small = 1, + /obj/item/gun/energy/plasmastun = 1, + /obj/item/gun/energy/laser = 3, + /obj/item/gun/energy/sniperrifle = 1 + ) + +/obj/structure/closet/secure_closet/guncabinet/patrol/assault/WillContain() + return list( + /obj/item/ammo_magazine/mil_rifle/light = 15, + /obj/item/gun/projectile/automatic/bullpup_rifle/light = 3, + /obj/item/ammo_magazine/machine_pistol = 5, + /obj/item/gun/projectile/automatic/machine_pistol = 1 + ) + +/obj/structure/closet/secure_closet/guncabinet/patrol/carabine/WillContain() + return list( + /obj/item/ammo_magazine/mil_rifle/heavy = 5, + /obj/item/gun/projectile/automatic/bullpup_rifle = 1, + /obj/item/clothing/accessory/storage/bandolier = 1, + /obj/item/gun/projectile/shotgun/pump/combat = 1, + /obj/item/gun/projectile/pistol/m22f = 3 + ) + +/obj/structure/closet/secure_closet/guncabinet/patrol/utility/WillContain() + return list( + /obj/item/storage/box/teargas = 1, + /obj/item/storage/box/frags = 1, + /obj/item/storage/box/fragshells = 2, + /obj/item/storage/box/smokes = 2, + /obj/item/storage/box/ammo/flashshells = 2, + /obj/item/storage/box/ammo/shotgunshells = 2, + /obj/item/storage/box/ammo/shotgunammo = 2, + /obj/item/storage/box/ammo/stunshells = 2, + /obj/item/plastique = 6 + ) + + /////////// + //CLOSETS// + /////////// + +/obj/structure/closet/secure_closet/patrol + name = "trooper locker" + closet_appearance = /singleton/closet_appearance/secure_closet/sol/two/dark + req_access = list(access_away_cavalry_ops) + +/obj/structure/closet/secure_closet/patrol/WillContain() + return list( + /obj/item/storage/belt/holster/security/tactical, + /obj/item/melee/telebaton, + /obj/item/clothing/glasses/hud/security/prot/aviators, + /obj/item/clothing/glasses/tacgoggles, + /obj/item/clothing/accessory/storage/black_vest, + /obj/item/clothing/gloves/thick/combat, + /obj/item/device/flashlight/maglight, + /obj/item/storage/firstaid/sleekstab, + /obj/item/clothing/mask/balaclava, + /obj/item/gun/energy/gun, + /obj/item/clothing/accessory/storage/holster/thigh, + /obj/item/clothing/accessory/armor_plate/merc, + /obj/item/clothing/head/helmet/tactical, + /obj/item/storage/backpack/satchel/leather/black + ) + + +/obj/structure/closet/secure_closet/patrol/marine_lead + name = "squad leader locker" + closet_appearance = /singleton/closet_appearance/secure_closet/sol/two/dark + req_access = list(access_away_cavalry_captain) + + +/obj/structure/closet/secure_closet/patrol/marine_lead/WillContain() + return list( + /obj/item/storage/belt/holster/security/tactical, + /obj/item/melee/telebaton, + /obj/item/clothing/glasses/hud/security/prot/aviators, + /obj/item/clothing/glasses/tacgoggles, + /obj/item/clothing/accessory/storage/black_vest, + /obj/item/clothing/gloves/thick/combat, + /obj/item/device/flashlight/maglight, + /obj/item/storage/firstaid/sleekstab, + /obj/item/device/megaphone, + /obj/item/clothing/mask/balaclava, + //obj/item/clothing/accessory/armor/tag/solgov/com, + /obj/item/storage/fancy/smokable/cigar, + /obj/item/flame/lighter/zippo/gunmetal, + /obj/item/clothing/mask/gas/swat, + /obj/item/clothing/gloves/wristwatch, + /obj/item/gun/energy/gun, + /obj/item/clothing/accessory/storage/holster/thigh, + /obj/item/clothing/accessory/armor_plate/merc, + /obj/item/clothing/head/helmet/tactical, + /obj/item/storage/backpack/satchel/leather/black + ) + +/obj/structure/closet/secure_closet/patrol/fleet + name = "fleet pilot cabinet" + closet_appearance = /singleton/closet_appearance/secure_closet/sol + req_access = list(access_away_cavalry) + +/obj/structure/closet/secure_closet/patrol/fleet/WillContain() + return list( + /obj/item/storage/firstaid/sleekstab, + /obj/item/clothing/mask/gas, + /obj/item/clothing/under/solgov/utility/fleet/polopants/command, + /obj/item/clothing/head/solgov/dress/fleet, + /obj/item/clothing/head/beret/solgov/fleet/command, + /obj/item/clothing/accessory/solgov/department/command/fleet, + /obj/item/clothing/suit/storage/solgov/service/fleet/officer + ) + +/obj/structure/closet/secure_closet/patrol/fleet/engi + name = "fleet technician cabinet" + closet_appearance = /singleton/closet_appearance/secure_closet/sol + req_access = list(access_away_cavalry) + +/obj/structure/closet/secure_closet/patrol/fleet/engi/WillContain() + return list( + /obj/item/storage/firstaid/sleekstab, + /obj/item/clothing/mask/gas, + /obj/item/storage/belt/utility/full, + /obj/item/device/multitool, + /obj/item/clothing/glasses/welding/superior, + /obj/item/clothing/head/hardhat/orange, + /obj/item/clothing/suit/storage/hazardvest, + /obj/item/clothing/head/beret/solgov/fleet/engineering, + /obj/item/clothing/head/solgov/dress/fleet/garrison, + /obj/item/clothing/under/solgov/utility/fleet/polopants, + /obj/item/clothing/accessory/solgov/department/engineering/fleet, + /obj/item/clothing/suit/storage/solgov/service/fleet + ) + +/obj/structure/closet/secure_closet/patrol/fleet/med + name = "fleet corpsman cabinet" + closet_appearance = /singleton/closet_appearance/secure_closet/sol + req_access = list(access_away_cavalry) + +/obj/structure/closet/secure_closet/patrol/fleet/med/WillContain() + return list( + /obj/item/storage/firstaid/sleekstab, + /obj/item/clothing/mask/gas, + /obj/item/storage/belt/medical, + /obj/item/clothing/head/beret/solgov/fleet/medical, + /obj/item/storage/firstaid/adv, + /obj/item/clothing/accessory/stethoscope, + /obj/item/clothing/glasses/hud/health, + /obj/item/clothing/suit/storage/toggle/labcoat, + /obj/item/clothing/gloves/latex/nitrile, + /obj/item/clothing/under/rank/medical/scrubs/black, + /obj/item/clothing/head/surgery/black, + /obj/item/clothing/suit/storage/hazardvest/white, + /obj/item/clothing/head/solgov/dress/fleet, + /obj/item/clothing/under/solgov/utility/fleet/polopants/command, + /obj/item/clothing/accessory/solgov/department/medical/fleet, + /obj/item/clothing/suit/storage/solgov/service/fleet/officer + ) + +/obj/structure/closet/secure_closet/patrol/fleet_com + name = "fleet commander cabinet" + closet_appearance = /singleton/closet_appearance/secure_closet/sol + req_access = list(access_away_cavalry, access_away_cavalry_commander) + +/obj/structure/closet/secure_closet/patrol/fleet_com/WillContain() + return list( + /obj/item/melee/telebaton, + /obj/item/gun/projectile/pistol/m22f, + /obj/item/device/megaphone, + //obj/item/clothing/accessory/armor/tag/solgov/com, + /obj/item/clothing/mask/gas, + /obj/item/storage/chewables/rollable/rollingkit, + /obj/item/storage/fancy/smokable/cigar, + /obj/item/flame/lighter/zippo/gunmetal, + /obj/item/clothing/head/beret/solgov/fleet/command, + /obj/item/clothing/under/solgov/utility/fleet/polopants/command, + /obj/item/gun/projectile/revolver/medium, + /obj/item/clothing/gloves/wristwatch/gold, + /obj/item/clothing/head/solgov/dress/fleet, + /obj/item/clothing/accessory/solgov/department/command/fleet, + /obj/item/clothing/suit/storage/solgov/service/fleet/officer + ) + + +/obj/structure/closet/wardrobe/patrol + name = "military attire closet" + closet_appearance = /singleton/closet_appearance/tactical + + +/obj/structure/closet/wardrobe/patrol/desert + name = "desert attire closet" + closet_appearance = /singleton/closet_appearance/tactical + +/obj/structure/closet/wardrobe/patrol/desert/WillContain() + return list( + /obj/item/clothing/under/scga/utility/tan = 3, + /obj/item/clothing/head/scga/utility/tan = 3, + /obj/item/clothing/shoes/tactical = 3, + /obj/item/clothing/gloves/thick/combat = 3 + ) + +/obj/structure/closet/wardrobe/patrol/army + name = "woodland attire closet" + closet_appearance = /singleton/closet_appearance/tactical + +/obj/structure/closet/wardrobe/patrol/army/WillContain() + return list( + /obj/item/clothing/under/scga/utility = 3, + /obj/item/clothing/head/scga/utility = 3, + /obj/item/clothing/shoes/scga/utility = 3, + /obj/item/clothing/gloves/thick/combat = 3 + ) + +/obj/structure/closet/wardrobe/patrol/urban + name = "urban attire closet" + closet_appearance = /singleton/closet_appearance/tactical + +/obj/structure/closet/wardrobe/patrol/urban/WillContain() + return list( + /obj/item/clothing/under/solgov/utility = 3, + /obj/item/clothing/head/solgov/utility = 3, + /obj/item/clothing/shoes/dutyboots = 3, + /obj/item/clothing/gloves/thick/combat = 3 + ) + + //////// + //MISC// + //////// + +/obj/machinery/door/airlock/autoname/command + req_access = list(access_away_cavalry) + +/obj/machinery/door/airlock/autoname/engineering + req_access = list(access_away_cavalry) + +/obj/machinery/door/airlock/autoname/marine + req_access = list(access_away_cavalry) + +/obj/machinery/vending/away_solpatrol_uniform + name = "Fleet uniform dispenser" + desc = "A specialized vending machine with nice and fresh navy-blue clothing inside. For military personnel only." + icon = 'mods/_maps/sentinel/icons/fleet_vendomat.dmi' + icon_state = "uniform_fleet" + icon_deny = "uniform_fleet-deny" + icon_vend = "uniform_fleet-vend" + req_access = list(access_away_cavalry) + products = list(/obj/item/clothing/head/beret/solgov/fleet/branch/fifth = 5, + /obj/item/clothing/head/soft/solgov/fleet = 5, + /obj/item/clothing/head/ushanka/solgov/fleet = 5, + /obj/item/clothing/under/solgov/utility/fleet = 5, + /obj/item/clothing/under/solgov/utility/fleet/combat = 5, + /obj/item/clothing/under/solgov/service/fleet = 5, + /obj/item/clothing/under/solgov/pt/fleet = 5, + /obj/item/clothing/suit/storage/hooded/wintercoat/solgov/fleet = 5, + /obj/item/clothing/shoes/dutyboots = 5, + /obj/item/clothing/shoes/dress = 5, + /obj/item/clothing/shoes/black = 5, + /obj/item/clothing/gloves/thick = 5, + /obj/item/storage/belt/holster/security = 5, + /obj/item/storage/backpack/satchel/leather/navy = 5, + /obj/item/clothing/accessory/storage/black_drop = 5, + /obj/item/clothing/accessory/solgov/fleet_patch/fifth = 5, + ) +/* Voidsuit Storage Unit + * ==== + */ + +/obj/machinery/suit_storage_unit/away_cavalry_med + name = "Corpsman Voidsuit Storage Unit" + suit= /obj/item/clothing/suit/space/void/medical/alt/sol/prepared + boots = /obj/item/clothing/shoes/magboots + tank = /obj/item/tank/oxygen + req_access = list(access_away_cavalry) + islocked = 1 + +/obj/machinery/suit_storage_unit/away_cavalry_eng + name = "Technician Voidsuit Storage Unit" + suit= /obj/item/clothing/suit/space/void/engineering/alt/sol/prepared + boots = /obj/item/clothing/shoes/magboots + tank = /obj/item/tank/oxygen + req_access = list(access_away_cavalry) + islocked = 1 + +/obj/machinery/suit_storage_unit/away_cavalry_com + name = "Officer Voidsuit Storage Unit" + suit= /obj/item/clothing/suit/space/void/command/prepared + boots = /obj/item/clothing/shoes/magboots + tank = /obj/item/tank/oxygen + req_access = list(access_away_cavalry, access_away_cavalry_commander) + islocked = 1 + +/obj/machinery/suit_storage_unit/away_cavalry_fly + name = "Pilot Voidsuit Storage Unit" + suit= /obj/item/clothing/suit/space/void/pilot/sol/prepared + boots = /obj/item/clothing/shoes/magboots + tank = /obj/item/tank/oxygen + req_access = list(access_away_cavalry) + islocked = 1 + +// BOSNIAN ARTILLERY SECTION // + +/obj/machinery/computer/ship/disperser/military + name = "impulse cannon control" + +/obj/item/stock_parts/circuitboard/disperser/military + name = "circuit board (impulse cannon control)" + build_path = /obj/machinery/computer/ship/disperser/military + origin_tech = list(TECH_ENGINEERING = 6, TECH_COMBAT = 6, TECH_BLUESPACE = 6) + +/obj/structure/ship_munition/disperser_charge/fire/military + name = "M1050-NPLM" + desc = "A charge to power the military impulse gun. This charge is designed to release a localised fire on impact." + chargedesc = "NPLM" + +/obj/structure/ship_munition/disperser_charge/fire/military/fire(turf/target, strength, range, shield_active_EM, shield_active_KTC) + if(shield_active_EM && shield_active_KTC) + return + var/datum/reagent/napalm/napalm_liquid = new /datum/reagent/napalm + napalm_liquid.volume = 5 * strength + for(var/atom/A in view(range, target)) + if(ismob(A)) + napalm_liquid.touch_mob(A, 10 * strength) + if(isturf(A)) + napalm_liquid.touch_turf(A, TRUE) + var/datum/effect/spark_spread/s = new /datum/effect/spark_spread + s.set_up(3, 1, target) + addtimer(new Callback(s, TYPE_PROC_REF(/datum/effect, start)), 0.1 SECONDS | TIMER_STOPPABLE) + +/obj/structure/ship_munition/disperser_charge/emp/military + name = "M850-EM" + desc = "A charge to power the military impulse gun. This charge is designed to release a blast of electromagnetic pulse on impact." + chargedesc = "EMS" + +/obj/structure/ship_munition/disperser_charge/emp/military/fire(turf/target, strength, range, shield_active_EM, shield_active_KTC) + var/shield_mod = 1 + if(shield_active_EM) + shield_mod = 0.5 + empulse(target, strength * range / 2 * shield_mod , strength * range * 1.5 * shield_mod) + +/obj/structure/ship_munition/disperser_charge/explosive/military + name = "M950-HE" + desc = "A charge to power the military impulse gun. This charge is designed to explode on impact." + chargedesc = "HES" + +/obj/structure/ship_munition/disperser_charge/explosive/military/fire(turf/target, strength, range, shield_active_EM, shield_active_KTC) + var/shield_mod = 1 + if(shield_active_KTC) + shield_mod = 0.75 + explosion(target,max(1,strength * range / 8 * shield_mod),strength * range / 6 * shield_mod,strength * range / 4 * shield_mod) diff --git a/mods/_fd/_maps/sentinel_fd/code/sentinel_turbolift.dm b/mods/_fd/_maps/sentinel_fd/code/sentinel_turbolift.dm new file mode 100644 index 0000000000000..09adbd5777b33 --- /dev/null +++ b/mods/_fd/_maps/sentinel_fd/code/sentinel_turbolift.dm @@ -0,0 +1,25 @@ +/obj/turbolift_map_holder/sentinel + name = "Sentinel turbolift map placeholder" + icon = 'icons/obj/structures/turbolift_preview_2x2.dmi' + depth = 2 + lift_size_x = 3 + lift_size_y = 3 + + areas_to_use = list( + /area/turbolift/sentinel_first, + /area/turbolift/sentinel_second + ) + +/area/turbolift/sentinel_second + name = "lift (upper deck)" + lift_floor_label = "Deck 1" + lift_floor_name = "Crew Deck" + lift_announce_str = "Arriving at Crew Deck: Секция гаупвахты. Секция экипажа. Столовая. Капсулы криосна. Туалет." + base_turf = /turf/simulated/floor + +/area/turbolift/sentinel_first + name = "lift (lower deck)" + lift_floor_label = "Deck 2" + lift_floor_name = "Utility Deck" + lift_announce_str = "Arriving at Utility Deck: Мостик. Ангар. Атмосферный отсек. Реактор R-UST. Личное снаряжение. Отсек EVA. Секция Пехоты. Ракетный отсек. Медбей." + base_turf = /turf/simulated/floor diff --git a/mods/_fd/_maps/sentinel_fd/icons/fleet_vendomat.dmi b/mods/_fd/_maps/sentinel_fd/icons/fleet_vendomat.dmi new file mode 100644 index 0000000000000..65bccef0950f6 Binary files /dev/null and b/mods/_fd/_maps/sentinel_fd/icons/fleet_vendomat.dmi differ diff --git a/mods/_fd/_maps/sentinel_fd/maps/sentinel-1.dmm b/mods/_fd/_maps/sentinel_fd/maps/sentinel-1.dmm new file mode 100644 index 0000000000000..0bcef473cc9c2 --- /dev/null +++ b/mods/_fd/_maps/sentinel_fd/maps/sentinel-1.dmm @@ -0,0 +1,24537 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/turf/space, +/area/space) +"ab" = ( +/obj/shuttle_landmark/nav_patrol/nav4, +/turf/space, +/area/space) +"ae" = ( +/obj/shuttle_landmark/nav_patrol/nav2, +/turf/space, +/area/space) +"af" = ( +/obj/paint/meatstation/lab, +/turf/simulated/wall/r_wall, +/area/ship/patrol/crew/cargo) +"ag" = ( +/obj/paint/meatstation/lab, +/obj/structure/sign/fifthfleet, +/turf/simulated/wall/r_wall, +/area/ship/patrol/dock) +"ai" = ( +/obj/floor_decal/industrial/warning/half, +/obj/machinery/shield_diffuser, +/obj/machinery/door/blast/regular{ + id_tag = "patrol_main_airlock_blast"; + name = "Protective Blast Doors" + }, +/obj/machinery/door/airlock/external/bolted/cycling{ + name = "Docking Port Airlock"; + id_tag = "patrol_dock_airlock_outer" + }, +/turf/simulated/floor, +/area/ship/patrol/dock) +"aj" = ( +/obj/paint/meatstation/lab, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/atmos) +"ak" = ( +/obj/paint/meatstation/lab, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/engine/starboard) +"al" = ( +/obj/paint/meatstation/lab, +/turf/simulated/wall/r_wall, +/area/ship/patrol/command/eva) +"am" = ( +/obj/floor_decal/industrial/warning{ + dir = 9; + icon_state = "warning" + }, +/obj/structure/catwalk, +/obj/item/device/radio/intercom{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor, +/area/ship/patrol/dock) +"an" = ( +/obj/floor_decal/industrial/warning{ + dir = 5; + icon_state = "warning" + }, +/obj/structure/catwalk, +/obj/machinery/atmospherics/unary/vent_pump/high_volume/airlock{ + id_tag = "patrol_dock_airlock_pump" + }, +/turf/simulated/floor, +/area/ship/patrol/dock) +"ao" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/decal/cleanable/dirt, +/obj/wallframe_spawn/reinforced, +/obj/paint/dark_gunmetal, +/turf/simulated/floor, +/area/ship/patrol/dock) +"ap" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 4; + icon_state = "tube1" + }, +/obj/machinery/embedded_controller/radio/airlock/docking_port{ + display_name = "Port Patrol Dock"; + id_tag = "patrol_dock_airlock"; + pixel_x = 1; + pixel_y = -5; + req_access = list("ACCESS_CAVALRY"); + tag_chamber_sensor = "patrol_dock_airlock_sensor"; + tag_exterior_door = "patrol_dock_airlock_outer"; + tag_interior_door = "patrol_dock_airlock_inner"; + tag_airpump = "patrol_dock_airlock_pump" + }, +/obj/structure/sign/double/solgovflag/left{ + dir = 8; + pixel_x = 32 + }, +/obj/item/device/radio/intercom{ + pixel_x = -8; + pixel_y = 20 + }, +/obj/machinery/button/blast_door{ + desc = "A remote control-switch for the observation shutters"; + id_tag = "patrol_main_airlock_blast"; + name = "Main Airlock Lockdown"; + pixel_x = 8; + pixel_y = 24 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/dock) +"ar" = ( +/obj/floor_decal/industrial/warning{ + dir = 10; + icon_state = "warning" + }, +/obj/machinery/airlock_sensor{ + id_tag = "patrol_dock_airlock_sensor"; + pixel_x = -24; + master_tag = "patrol_dock_airlock" + }, +/obj/structure/catwalk, +/obj/machinery/atmospherics/unary/vent_pump/high_volume/airlock{ + id_tag = "patrol_dock_airlock_pump"; + dir = 4 + }, +/turf/simulated/floor, +/area/ship/patrol/dock) +"as" = ( +/obj/floor_decal/industrial/warning{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/ship/patrol/dock) +"at" = ( +/obj/structure/cable, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/decal/cleanable/dirt, +/obj/wallframe_spawn/reinforced, +/obj/paint/dark_gunmetal, +/turf/simulated/floor, +/area/ship/patrol/dock) +"au" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/sign/double/solgovflag/right{ + dir = 8; + pixel_x = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/dock) +"av" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 6 + }, +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/atmos) +"aw" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/portables_connector, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"ax" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/machinery/portable_atmospherics/canister/air, +/obj/machinery/door/window/southright, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"ay" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/machinery/portable_atmospherics/canister/air, +/obj/machinery/door/window/southleft, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"az" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/unary/tank/air, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/ship/patrol/maintenance/atmos) +"aA" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 10 + }, +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/atmos) +"aB" = ( +/obj/machinery/atmospherics/unary/outlet_injector{ + frequency = 1442; + icon_state = "map_injector"; + id = "co2_in"; + use_power = 1 + }, +/obj/floor_decal/corner/black/half{ + dir = 1 + }, +/turf/simulated/floor/reinforced/carbon_dioxide, +/area/ship/patrol/maintenance/atmos) +"aC" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + external_pressure_bound = 0; + external_pressure_bound_default = 0; + icon_state = "map_vent_in"; + id_tag = "co2_out"; + initialize_directions = 1; + internal_pressure_bound = 4000; + internal_pressure_bound_default = 4000; + pressure_checks = 2; + pressure_checks_default = 2; + pump_direction = 0; + use_power = 1 + }, +/obj/floor_decal/corner/black/half{ + dir = 1 + }, +/turf/simulated/floor/reinforced/carbon_dioxide, +/area/ship/patrol/maintenance/atmos) +"aD" = ( +/obj/floor_decal/corner/mauve/half{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/outlet_injector{ + frequency = 1442; + icon_state = "map_injector"; + id = "h2_in"; + use_power = 1 + }, +/turf/simulated/floor/reinforced/hydrogen, +/area/ship/patrol/maintenance/atmos) +"aF" = ( +/obj/floor_decal/corner/mauve/half{ + dir = 1 + }, +/turf/simulated/floor/reinforced/hydrogen, +/area/ship/patrol/maintenance/atmos) +"aG" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + external_pressure_bound = 0; + external_pressure_bound_default = 0; + icon_state = "map_vent_in"; + id_tag = "h2_out"; + initialize_directions = 1; + internal_pressure_bound = 4000; + internal_pressure_bound_default = 4000; + pressure_checks = 2; + pressure_checks_default = 2; + pump_direction = 0; + use_power = 1 + }, +/obj/floor_decal/corner/mauve/half{ + dir = 1 + }, +/turf/simulated/floor/reinforced/hydrogen, +/area/ship/patrol/maintenance/atmos) +"aH" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/freezer/rations, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/cargo) +"aI" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/closet/crate/freezer/rations, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/cargo) +"aJ" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate, +/obj/random/tank, +/obj/random/smokes, +/obj/random/smokes, +/obj/random/soap, +/obj/random/junk, +/obj/random/junk, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/cargo) +"aK" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/tech_supply, +/obj/random/powercell, +/obj/random/powercell, +/obj/random/junk, +/obj/random/junk, +/obj/random/technology_scanner, +/obj/random/technology_scanner, +/obj/random/bomb_supply, +/obj/random/bomb_supply, +/obj/random/bomb_supply, +/obj/random/bomb_supply, +/obj/random/advdevice, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/cargo) +"aL" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/freezer/rations, +/obj/random/snack, +/obj/random/snack, +/obj/random/snack, +/obj/random/snack, +/obj/random/snack, +/obj/random/snack, +/obj/random/snack, +/obj/random/snack, +/obj/item/storage/box/latexgloves, +/obj/item/storage/box/nitrilegloves, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/cargo) +"aM" = ( +/obj/floor_decal/industrial/hatch/yellow, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 23; + req_access = list("ACCESS_CAVALRY") + }, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/cargo) +"aN" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/medical, +/obj/random/medical/lite, +/obj/random/medical/lite, +/obj/random/medical/lite, +/obj/random/medical/lite, +/obj/random/medical/lite, +/obj/random/medical, +/obj/random/medical, +/obj/random/medical, +/obj/random/firstaid, +/obj/random/firstaid, +/obj/random/drinkbottle, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/cargo) +"aO" = ( +/obj/floor_decal/industrial/warning/half, +/obj/machinery/door/airlock/external/bolted/cycling{ + name = "Docking Port Airlock"; + id_tag = "patrol_dock_airlock_inner" + }, +/turf/simulated/floor, +/area/ship/patrol/dock) +"aP" = ( +/obj/floor_decal/industrial/warning/half, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/door/airlock/external/bolted/cycling{ + name = "Docking Port Airlock"; + id_tag = "patrol_dock_airlock_inner" + }, +/turf/simulated/floor, +/area/ship/patrol/dock) +"aQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/sign/warning/high_voltage{ + pixel_x = -32 + }, +/obj/machinery/door/airlock/glass/sol{ + name = "Primary Docking Port Control" + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/dock) +"aR" = ( +/obj/machinery/atmospherics/unary/outlet_injector{ + dir = 4; + frequency = 1442; + icon_state = "map_injector"; + id = "o2_in"; + use_power = 1 + }, +/obj/floor_decal/corner/blue/half{ + dir = 8 + }, +/turf/simulated/floor/reinforced/oxygen, +/area/ship/patrol/maintenance/atmos) +"aS" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 9 + }, +/obj/machinery/meter, +/obj/wallframe_spawn/reinforced_phoron, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"aT" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"aU" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"aV" = ( +/obj/machinery/atmospherics/pipe/manifold4w/visible/cyan, +/obj/machinery/meter, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"aW" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"aX" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 4 + }, +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/atmos) +"aY" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/meter, +/obj/wallframe_spawn/reinforced_phoron, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"aZ" = ( +/obj/machinery/meter, +/obj/wallframe_spawn/reinforced_phoron, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"ba" = ( +/obj/structure/sign/warning/compressed_gas, +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/atmos) +"bb" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/wallframe_spawn/reinforced_phoron, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"bc" = ( +/obj/wallframe_spawn/reinforced_phoron, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"bd" = ( +/obj/paint/dark_gunmetal, +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/atmos) +"be" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/visible/fuel, +/obj/wallframe_spawn/reinforced_phoron, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"bf" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/closet/crate/freezer/rations, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/cargo) +"bg" = ( +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/cargo) +"bh" = ( +/obj/floor_decal/industrial/hatch/yellow, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/cargo) +"bi" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/trashcart, +/obj/random/action_figure, +/obj/random/junk, +/obj/random/junk, +/obj/random/junk, +/obj/random/junk, +/obj/random/junk, +/obj/random/junk, +/obj/random/junk, +/obj/random/junk, +/obj/random/accessory, +/obj/random/contraband, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/cargo) +"bj" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall, +/area/ship/patrol/dock) +"bk" = ( +/obj/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/structure/sign/warning/airlock{ + dir = 4; + pixel_x = -32 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/dock) +"bl" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/floor_decal/industrial/warning{ + dir = 4; + icon_state = "warning" + }, +/obj/floor_decal/corner/brown{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/dock) +"bm" = ( +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/light{ + dir = 1; + icon_state = "tube1" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/dock) +"bn" = ( +/obj/floor_decal/industrial/hatch/yellow, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 24; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/dock) +"bo" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 4; + external_pressure_bound = 0; + external_pressure_bound_default = 0; + icon_state = "map_vent_in"; + id_tag = "o2_out"; + initialize_directions = 1; + internal_pressure_bound = 4000; + internal_pressure_bound_default = 4000; + pressure_checks = 2; + pressure_checks_default = 2; + pump_direction = 0; + use_power = 1 + }, +/obj/floor_decal/corner/blue/half{ + dir = 8 + }, +/turf/simulated/floor/reinforced/oxygen, +/area/ship/patrol/maintenance/atmos) +"bp" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/meter, +/obj/wallframe_spawn/reinforced_phoron, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"bq" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"br" = ( +/obj/machinery/atmospherics/binary/pump/high_power/on{ + dir = 1; + target_pressure = 40 + }, +/obj/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"bs" = ( +/obj/machinery/atmospherics/binary/pump/on, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"bt" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/floor_decal/corner/blue/diagonal, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"bu" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 5 + }, +/obj/paint/dark_gunmetal, +/turf/simulated/wall, +/area/ship/patrol/maintenance/atmos) +"bv" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"bw" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/binary/pump, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"bx" = ( +/obj/machinery/light{ + dir = 1; + icon_state = "tube1" + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"by" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/omni/filter{ + tag_east = 2; + tag_north = 8; + tag_south = 1; + tag_west = 5 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"bz" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"bA" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"bB" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"bC" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/fuel{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"bD" = ( +/obj/machinery/alarm/server{ + dir = 4; + pixel_x = -22; + req_access = list("ACCESS_CAVALRY") + }, +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/dispenser/oxygen, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/command/eva) +"bE" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/suit_storage_unit/away_cavalry_com, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/command/eva) +"bF" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/suit_storage_unit/away_cavalry_fly, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/command/eva) +"bG" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/suit_storage_unit/away_cavalry_med, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/command/eva) +"bH" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 22 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/suit_storage_unit/away_cavalry_eng, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/command/eva) +"bI" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate, +/obj/random/voidhelmet, +/obj/random/voidsuit, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 0; + dir = 4; + pixel_x = -24 + }, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/cargo) +"bJ" = ( +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/cargo) +"bK" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/paint/meatstation/lab, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/engine/port) +"bL" = ( +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/cargo) +"bM" = ( +/obj/floor_decal/industrial/hatch/yellow, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/cargo) +"bN" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/portable_atmospherics/canister/air, +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/cargo) +"bO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/paint/dark_gunmetal, +/turf/simulated/wall, +/area/ship/patrol/dock) +"bP" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/floor_decal/corner/brown{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/dock) +"bQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/floor_decal/industrial/warning{ + dir = 4; + icon_state = "warning" + }, +/obj/floor_decal/corner/brown{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/dock) +"bR" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/ship/patrol/dock) +"bS" = ( +/obj/structure/dispenser/oxygen, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/ship/patrol/dock) +"bT" = ( +/obj/machinery/atmospherics/omni/mixer{ + active_power_usage = 7500; + tag_east = 2; + tag_east_con = null; + tag_north = 1; + tag_north_con = 0.21; + tag_south = 1; + tag_south_con = 0.79; + tag_west_con = null + }, +/obj/machinery/light{ + dir = 8; + icon_state = "tube1" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"bU" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 4 + }, +/obj/machinery/meter, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"bV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/obj/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"bW" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/floor_decal/corner/red/diagonal{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"bX" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 6 + }, +/obj/machinery/door/firedoor, +/obj/structure/sign/warning/nosmoking_1{ + pixel_y = 32 + }, +/obj/wallframe_spawn/reinforced, +/obj/paint/dark_gunmetal, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"bY" = ( +/obj/machinery/atmospherics/omni/filter{ + tag_east = 2; + tag_north = 3; + tag_south = 1; + tag_west = 4 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"bZ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"ca" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"cb" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 9 + }, +/obj/structure/closet/crate/internals/fuel, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"cc" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"cd" = ( +/obj/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/obj/machinery/meter, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"ce" = ( +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"cf" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 26 + }, +/obj/machinery/atmospherics/binary/pump/high_power/on{ + target_pressure = 3500 + }, +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"cg" = ( +/obj/machinery/light/small{ + dir = 8; + icon_state = "bulb1" + }, +/obj/machinery/atmospherics/pipe/manifold/visible/black{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/engine/starboard) +"ch" = ( +/obj/structure/catwalk, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 6 + }, +/obj/machinery/power/apc/critical{ + dir = 1; + name = "north bump"; + pixel_y = 23; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/engine/starboard) +"ci" = ( +/obj/machinery/atmospherics/unary/engine{ + dir = 8 + }, +/obj/paint/red, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/engine/starboard) +"cj" = ( +/obj/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/airless, +/area/ship/patrol/maintenance/engine/starboard) +"cl" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/command/eva) +"cm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/command/eva) +"cq" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/command/eva) +"cr" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/airlock/sol{ + name = "Fleet EVA" + }, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/command/eva) +"cs" = ( +/obj/floor_decal/industrial/hatch/yellow, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/cargo) +"ct" = ( +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/cargo) +"cu" = ( +/obj/floor_decal/industrial/warning{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/cargo) +"cv" = ( +/obj/floor_decal/industrial/warning{ + dir = 1; + icon_state = "warning" + }, +/obj/floor_decal/corner/brown{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/cargo) +"cw" = ( +/obj/floor_decal/industrial/warning{ + dir = 1; + icon_state = "warning" + }, +/obj/floor_decal/corner/brown{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/cargo) +"cx" = ( +/obj/machinery/door/firedoor, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/dock) +"cy" = ( +/obj/floor_decal/corner/brown{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/dock) +"cz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/floor_decal/industrial/warning{ + dir = 4; + icon_state = "warning" + }, +/obj/floor_decal/corner/brown{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/dock) +"cA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/ship/patrol/dock) +"cB" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/ship/patrol/dock) +"cC" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 4; + external_pressure_bound = 0; + external_pressure_bound_default = 0; + icon_state = "map_vent_in"; + id_tag = "n2_out"; + initialize_directions = 1; + internal_pressure_bound = 4000; + internal_pressure_bound_default = 4000; + pressure_checks = 2; + pressure_checks_default = 2; + pump_direction = 0; + use_power = 1 + }, +/obj/floor_decal/corner/red/half{ + dir = 8 + }, +/turf/simulated/floor/reinforced/nitrogen, +/area/ship/patrol/maintenance/atmos) +"cD" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"cE" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 9 + }, +/obj/structure/catwalk, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"cF" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/catwalk, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"cG" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/structure/catwalk, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"cH" = ( +/obj/machinery/door/airlock/glass/atmos{ + name = "Atmospherics" + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/atmospherics/binary/pump/high_power/on{ + dir = 4; + target_pressure = 15000 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/maintenance/atmos) +"cI" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/manifold/visible/red{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"cJ" = ( +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"cK" = ( +/obj/decal/cleanable/dirt, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"cM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 6 + }, +/obj/decal/cleanable/dirt, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"cN" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/fuel, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"cO" = ( +/obj/machinery/door/airlock/atmos{ + name = "Starboard Engine"; + secured_wires = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/maintenance/atmos) +"cP" = ( +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/black, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/engine/starboard) +"cQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/fuel{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/engine/starboard) +"cR" = ( +/obj/structure/table/standard, +/obj/machinery/recharger/wallcharger{ + dir = 4; + pixel_x = -24; + pixel_y = -2 + }, +/obj/item/storage/toolbox/mechanical, +/obj/item/tape_roll, +/obj/item/tank/jetpack/oxygen, +/obj/item/tank/jetpack/oxygen, +/obj/item/tank/jetpack/oxygen, +/obj/item/tank/jetpack/oxygen, +/turf/simulated/floor/tiled, +/area/ship/patrol/command/eva) +"cS" = ( +/obj/item/stack/material/plastic/fifty, +/obj/item/stack/material/aluminium/fifty, +/obj/structure/table/rack, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/command/eva) +"cT" = ( +/obj/item/device/radio/intercom{ + dir = 1; + pixel_y = -28 + }, +/obj/structure/table/rack, +/obj/item/stack/material/ocp/fifty, +/obj/item/stack/material/glass/boron_reinforced/ten, +/obj/item/stack/material/plasteel/fifty, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/command/eva) +"cU" = ( +/obj/machinery/light, +/obj/structure/table/rack, +/obj/item/stack/material/steel/fifty, +/obj/item/stack/material/steel/fifty, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/command/eva) +"cV" = ( +/obj/machinery/power/apc/super/critical{ + dir = 4; + name = "east bump"; + pixel_x = 25; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/cable, +/obj/structure/extinguisher_cabinet{ + pixel_y = -21; + dir = 1 + }, +/obj/structure/table/rack, +/obj/item/stack/material/glass/reinforced/fifty, +/obj/item/stack/material/glass/reinforced/fifty, +/obj/item/stack/material/glass/fifty, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/command/eva) +"cW" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/chem_disp_cartridge/ethanol, +/obj/item/reagent_containers/chem_disp_cartridge/sodium, +/obj/item/reagent_containers/chem_disp_cartridge/potassium, +/obj/item/reagent_containers/chem_disp_cartridge/ammonia, +/obj/item/reagent_containers/chem_disp_cartridge/acetone, +/obj/item/reagent_containers/chem_disp_cartridge/silicon, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/cargo) +"cX" = ( +/obj/floor_decal/industrial/hatch/yellow, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/cargo) +"cY" = ( +/obj/floor_decal/industrial/hatch/yellow, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/cargo) +"cZ" = ( +/obj/floor_decal/industrial/hatch/yellow, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -25; + req_access = list("ACCESS_CAVALRY") + }, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/cargo) +"da" = ( +/obj/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/floor_decal/corner/brown{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/cargo) +"db" = ( +/obj/floor_decal/industrial/warning/corner, +/obj/floor_decal/corner/brown{ + dir = 4 + }, +/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/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/cargo) +"dc" = ( +/obj/floor_decal/industrial/warning, +/obj/floor_decal/corner/brown{ + 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/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/cargo) +"dd" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/floor_decal/industrial/warning{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/cargo) +"de" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/multi_tile/glass/sol{ + name = "Main Hallway"; + dir = 8 + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/dock) +"df" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -25; + req_access = list("ACCESS_CAVALRY") + }, +/obj/floor_decal/corner/brown{ + dir = 4 + }, +/obj/floor_decal/industrial/warning{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/dock) +"dg" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/floor_decal/industrial/warning{ + dir = 6; + icon_state = "warning" + }, +/obj/item/device/radio/intercom{ + dir = 1; + pixel_y = -28 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/dock) +"dh" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -25; + req_access = list("ACCESS_CAVALRY") + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/ship/patrol/dock) +"di" = ( +/obj/machinery/atmospherics/unary/outlet_injector{ + dir = 4; + frequency = 1442; + icon_state = "map_injector"; + id = "n2_in"; + use_power = 1 + }, +/obj/floor_decal/corner/red/half{ + dir = 8 + }, +/turf/simulated/floor/reinforced/nitrogen, +/area/ship/patrol/maintenance/atmos) +"dk" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/unary/tank/air{ + dir = 1 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/ship/patrol/maintenance/atmos) +"dl" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"dm" = ( +/obj/machinery/atmospherics/pipe/zpipe/up/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/zpipe/up/supply{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 16; + d2 = 0; + icon_state = "16-0" + }, +/obj/structure/cable, +/obj/floor_decal/industrial/warning/full, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/door/window/westleft, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"dn" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow, +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/atmos) +"do" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 9 + }, +/obj/paint/dark_gunmetal, +/turf/simulated/wall, +/area/ship/patrol/maintenance/atmos) +"dp" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/visible/red, +/obj/machinery/meter, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"dq" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/decal/cleanable/dirt, +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"dr" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/portable_atmospherics/canister/helium, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"dt" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall, +/area/ship/patrol/maintenance/atmos) +"du" = ( +/obj/wallframe_spawn/reinforced, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"dv" = ( +/obj/machinery/door/airlock/glass/atmos{ + name = "Atmospherics" + }, +/obj/machinery/door/firedoor, +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/maintenance/atmos) +"dw" = ( +/obj/machinery/door/firedoor, +/obj/wallframe_spawn/reinforced, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"dx" = ( +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22; + req_access = list("ACCESS_CAVALRY") + }, +/obj/decal/cleanable/dirt, +/obj/machinery/atmospherics/binary/pump, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/engine/starboard) +"dy" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/fuel{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/engine/starboard) +"dz" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall, +/area/ship/patrol/crew/cargo) +"dA" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/glass/sol{ + name = "Main Hallway" + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/cargo) +"dB" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/cargo) +"dC" = ( +/obj/machinery/light{ + dir = 4; + icon_state = "tube1" + }, +/obj/floor_decal/corner/blue{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/bridge) +"dD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass/atmos{ + name = "Atmospherics" + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/maintenance/atmos) +"dE" = ( +/obj/machinery/pipedispenser/disposal, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"dF" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"dG" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/railing/mapped{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"dH" = ( +/obj/machinery/portable_atmospherics/canister/sleeping_agent, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"dI" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"dJ" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/machinery/atmospherics/unary/heater{ + dir = 4 + }, +/obj/floor_decal/industrial/warning/full, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"dK" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"dL" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24; + req_access = list("ACCESS_CAVALRY") + }, +/obj/machinery/atmospherics/unary/heater{ + dir = 8 + }, +/obj/floor_decal/industrial/warning/full, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"dM" = ( +/obj/machinery/light/small{ + dir = 8; + icon_state = "bulb1" + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/engine/starboard) +"dN" = ( +/obj/structure/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/sign/warning/nosmoking_1{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/engine/starboard) +"dO" = ( +/obj/paint/red, +/turf/simulated/wall/r_wall, +/area/ship/patrol/command/hangar) +"dQ" = ( +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/lower) +"dS" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -25; + req_access = list("ACCESS_CAVALRY") + }, +/obj/decal/cleanable/dirt, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/lower) +"dT" = ( +/obj/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/lower) +"dU" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/maintenance/lower) +"dV" = ( +/obj/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/starboard) +"dW" = ( +/obj/floor_decal/industrial/warning{ + dir = 4; + icon_state = "warning" + }, +/obj/floor_decal/corner/brown{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/starboard) +"dX" = ( +/obj/wallframe_spawn/reinforced, +/obj/machinery/door/blast/regular/open{ + dir = 4; + id_tag = "bridgep_lock"; + name = "Bridge Lockdown blast doors" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/paint/dark_gunmetal, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/ship/patrol/command/bridge) +"dY" = ( +/obj/machinery/power/apc/critical{ + dir = 1; + name = "north bump"; + pixel_y = 23 + }, +/obj/structure/table/steel_reinforced, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/photocopier/faxmachine{ + send_access = list(); + department = "Sol 5th Fleet Patrol Craft" + }, +/obj/floor_decal/corner/blue{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/bridge) +"dZ" = ( +/obj/structure/table/steel_reinforced, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/machinery/button/blast_door{ + desc = "A remote control-switch for the observation shutters"; + id_tag = "bridgep_lock"; + name = "Bridge Lockdown"; + pixel_x = -6; + pixel_y = 24 + }, +/obj/machinery/button/blast_door{ + desc = "A remote control-switch for the observation shutters"; + id_tag = "sensorslockp"; + name = "Sensors Protection Switch"; + pixel_x = 6; + pixel_y = 24 + }, +/obj/machinery/button/alternate/door/bolts{ + id_tag = "cannon"; + name = "Impulse Cannon bolts"; + pixel_x = 6; + pixel_y = 34; + req_access = list("ACCESS_CAVALRY_PILOT") + }, +/obj/floor_decal/corner/blue{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/bridge) +"ea" = ( +/obj/structure/closet/crate/bin, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/command/bridge) +"eb" = ( +/obj/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/command/cannon) +"ec" = ( +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/maintenance/lower/starboard) +"ed" = ( +/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/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/ship/patrol/maintenance/lower/starboard) +"ee" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24; + req_access = list("ACCESS_CAVALRY") + }, +/obj/floor_decal/industrial/hatch/yellow, +/obj/structure/sign/warning/secure_area{ + pixel_y = 32 + }, +/obj/structure/table/standard, +/turf/simulated/floor/tiled, +/area/ship/patrol/maintenance/lower/starboard) +"ef" = ( +/obj/machinery/pipedispenser, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"eg" = ( +/obj/structure/cable, +/obj/machinery/power/apc/super/critical{ + name = "south bump"; + pixel_y = -24; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"eh" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/tank{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"ei" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/light, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"ej" = ( +/obj/machinery/portable_atmospherics/canister/hydrogen, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"ek" = ( +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/manifold/hidden, +/obj/structure/catwalk, +/obj/machinery/meter, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"el" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass/maintenance{ + name = "Starboard Engine" + }, +/obj/floor_decal/industrial/hatch/yellow, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/maintenance/engine/starboard) +"eo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/command/cannon) +"ep" = ( +/obj/structure/railing/mapped, +/obj/floor_decal/industrial/outline/blue, +/obj/structure/ship_munition/disperser_charge/emp/military, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/command/cannon) +"eq" = ( +/obj/structure/railing/mapped, +/obj/floor_decal/industrial/outline/blue, +/obj/floor_decal/industrial/outline/blue, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/ship_munition/disperser_charge/emp/military, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/command/cannon) +"es" = ( +/obj/structure/catwalk, +/obj/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/lower) +"et" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/patrol/crew/hallway/lower/starboard) +"eu" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall, +/area/ship/patrol/crew/hallway/lower/starboard) +"ev" = ( +/obj/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/floor_decal/corner/brown{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8; + icon_state = "tube1" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/starboard) +"ew" = ( +/obj/floor_decal/industrial/warning{ + dir = 4; + icon_state = "warning" + }, +/obj/floor_decal/corner/brown{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/starboard) +"ex" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/patrol/command/bridge) +"ey" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall, +/area/ship/patrol/command/bridge) +"ez" = ( +/obj/machinery/fabricator/hacked{ + desc = "Your typical Autolathe. It appears to have much more options than your regular one, however..."; + name = "Unlocked Autolathe" + }, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/ship/patrol/maintenance/lower/starboard) +"eA" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/floor_decal/industrial/warning{ + dir = 9; + icon_state = "warning" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/ship/patrol/maintenance/lower/starboard) +"eB" = ( +/obj/decal/cleanable/dirt, +/obj/floor_decal/industrial/warning{ + dir = 5 + }, +/obj/structure/table/standard, +/obj/item/storage/toolbox/mechanical, +/obj/structure/extinguisher_cabinet{ + pixel_x = 24; + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/maintenance/lower/starboard) +"eC" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/machinery/door/airlock/glass/maintenance{ + name = "Port Engine" + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/maintenance/engine/port) +"eD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/structure/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/command/hangar) +"eE" = ( +/obj/decal/cleanable/dirt, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/command/hangar) +"eF" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/pointdefense{ + initial_id_tag = "patrol_pd" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/space) +"eH" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 0; + dir = 4; + pixel_x = -24 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/command/cannon) +"eI" = ( +/obj/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/command/cannon) +"eJ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/table/steel_reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/storage/bible, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/command/cannon) +"eK" = ( +/obj/decal/cleanable/dirt, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/lower) +"eL" = ( +/turf/simulated/floor, +/area/ship/patrol/crew/hallway/lower/starboard) +"eM" = ( +/obj/structure/flora/pottedplant/decorative, +/obj/machinery/alarm{ + pixel_y = 24; + req_access = list("ACCESS_CAVALRY") + }, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/starboard) +"eN" = ( +/obj/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/floor_decal/corner/brown{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/starboard) +"eO" = ( +/obj/floor_decal/industrial/warning{ + dir = 4; + icon_state = "warning" + }, +/obj/floor_decal/corner/brown{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/starboard) +"eP" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/door/blast/regular/open{ + dir = 4; + id_tag = "bridgep_lock"; + name = "Bridge Lockdown blast doors" + }, +/obj/wallframe_spawn/reinforced, +/obj/paint/dark_gunmetal, +/obj/machinery/door/blast/regular/open{ + dir = 4; + id_tag = "bridgep_lock"; + name = "Bridge Lockdown blast doors" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/command/bridge) +"eQ" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/computer/ship/sensors{ + dir = 4 + }, +/obj/floor_decal/corner/blue{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/bridge) +"eR" = ( +/obj/floor_decal/icarus_scglogo{ + dir = 8; + icon_state = "top-right" + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/bridge) +"eS" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/bridge) +"eT" = ( +/obj/floor_decal/corner/blue{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/bridge) +"eU" = ( +/obj/floor_decal/icarus_scglogo{ + dir = 8; + icon_state = "bottom-left" + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/bridge) +"eV" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/regular/open{ + dir = 4; + id_tag = "bridgep_lock"; + name = "Bridge Lockdown blast doors" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + pixel_y = 0 + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/command/bridge) +"eW" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/patrol/engineering/fussion/control) +"eX" = ( +/obj/structure/table/standard, +/obj/item/stack/material/steel/fifty, +/obj/item/stack/material/steel/fifty, +/obj/item/stack/material/glass/fifty{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/floor_decal/industrial/outline/yellow, +/obj/item/stack/material/aluminium/fifty, +/obj/item/stack/material/plastic/fifty, +/turf/simulated/floor/tiled, +/area/ship/patrol/maintenance/lower/starboard) +"eY" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/decal/cleanable/dirt, +/obj/floor_decal/industrial/warning{ + dir = 8; + icon_state = "warning" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/maintenance/lower/starboard) +"eZ" = ( +/obj/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4; + icon_state = "tube1" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/maintenance/lower/starboard) +"fa" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall, +/area/ship/patrol/command/hangar) +"fb" = ( +/obj/structure/catwalk, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/command/hangar) +"fc" = ( +/obj/structure/catwalk, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/command/hangar) +"fd" = ( +/obj/structure/catwalk, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light/spot{ + dir = 1; + icon_state = "tube1" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/command/hangar) +"fe" = ( +/obj/structure/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/command/hangar) +"ff" = ( +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/command/hangar) +"fg" = ( +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 4 + }, +/obj/machinery/light/spot{ + dir = 1; + icon_state = "tube1" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/command/hangar) +"fh" = ( +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/command/hangar) +"fj" = ( +/obj/decal/cleanable/dirt, +/obj/structure/catwalk, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/lower) +"fk" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/starboard) +"fl" = ( +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/starboard) +"fm" = ( +/obj/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/floor_decal/corner/brown{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/starboard) +"fn" = ( +/obj/floor_decal/industrial/warning{ + dir = 4; + icon_state = "warning" + }, +/obj/floor_decal/corner/brown{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/starboard) +"fo" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/blast/regular/open{ + dir = 4; + id_tag = "bridgep_lock"; + name = "Bridge Lockdown blast doors" + }, +/obj/wallframe_spawn/reinforced, +/obj/paint/dark_gunmetal, +/turf/simulated/floor/plating, +/area/ship/patrol/command/bridge) +"fp" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/table/steel_reinforced, +/obj/item/folder/blue, +/obj/floor_decal/corner/blue{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/bridge) +"fq" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/floor_decal/icarus_scglogo{ + dir = 8; + icon_state = "bottom-center" + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/bridge) +"fr" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-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/hidden/supply{ + dir = 4 + }, +/obj/floor_decal/icarus_scglogo{ + dir = 8 + }, +/obj/overmap/visitable/ship/patrol, +/obj/machinery/hologram/holopad/longrange, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/bridge) +"fs" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/floor_decal/icarus_scglogo{ + dir = 8; + icon_state = "top-center" + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/bridge) +"ft" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/bridge) +"fu" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/blast/regular/open{ + dir = 4; + id_tag = "bridgep_lock"; + name = "Bridge Lockdown blast doors" + }, +/obj/floor_decal/industrial/hatch/yellow, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/door/airlock/multi_tile/glass/command{ + name = "Bridge"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/command/bridge) +"fv" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24; + req_access = list("ACCESS_CAVALRY") + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/table/steel, +/obj/floor_decal/corner/blue{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/bridge) +"fw" = ( +/obj/structure/table/standard, +/obj/machinery/recharger, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/ship/patrol/maintenance/lower/starboard) +"fx" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/floor_decal/industrial/warning{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/ship/patrol/maintenance/lower/starboard) +"fy" = ( +/obj/floor_decal/industrial/warning{ + dir = 6; + icon_state = "warning" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/maintenance/lower/starboard) +"fz" = ( +/obj/wallframe_spawn/reinforced, +/obj/paint/dark_gunmetal, +/turf/simulated/floor, +/area/ship/patrol/command/hangar) +"fA" = ( +/obj/structure/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/ship/patrol/command/hangar) +"fB" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/floor_decal/industrial/warning/full, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/command/hangar) +"fC" = ( +/obj/item/caution/cone, +/turf/simulated/floor/plating, +/area/ship/patrol/command/hangar) +"fD" = ( +/obj/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/ship/patrol/command/hangar) +"fE" = ( +/obj/paint/black, +/turf/simulated/wall/r_titanium, +/area/ship/reaper) +"fF" = ( +/obj/machinery/ion_engine{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/ship/reaper) +"fG" = ( +/obj/decal/cleanable/dirt, +/obj/floor_decal/industrial/warning{ + dir = 8; + icon_state = "warning" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/command/hangar) +"fH" = ( +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/turf/simulated/floor/plating, +/area/ship/patrol/command/hangar) +"fI" = ( +/obj/machinery/floodlight, +/turf/simulated/floor/plating, +/area/ship/patrol/command/hangar) +"fL" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/structure/catwalk, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/lower) +"fM" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 26 + }, +/obj/floor_decal/industrial/warning{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/starboard) +"fN" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/floor_decal/corner/blue/three_quarters, +/obj/machinery/radio_beacon, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/bridge) +"fO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/floor_decal/icarus_scglogo{ + dir = 8; + icon_state = "bottom-right" + }, +/obj/floor_decal/corner/blue{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/bridge) +"fP" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/floor_decal/icarus_scglogo{ + dir = 8; + icon_state = "center-right" + }, +/obj/structure/bed/chair/comfy/black, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/bridge) +"fQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/floor_decal/icarus_scglogo{ + dir = 8; + icon_state = "top-left" + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/bridge) +"fS" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/regular/open{ + dir = 4; + id_tag = "bridgep_lock"; + name = "Bridge Lockdown blast doors" + }, +/obj/wallframe_spawn/reinforced, +/obj/structure/cable, +/obj/paint/dark_gunmetal, +/turf/simulated/floor/plating, +/area/ship/patrol/command/bridge) +"fT" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light{ + dir = 4; + icon_state = "tube1" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/bed/chair/padded/black{ + dir = 1 + }, +/obj/floor_decal/corner/blue{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/bridge) +"fU" = ( +/obj/machinery/recharge_station, +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/maintenance/lower/starboard) +"fV" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/decal/cleanable/dirt, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/ship/patrol/maintenance/lower/starboard) +"fW" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/flora/pottedplant/bamboo, +/obj/structure/sign/warning/smoking{ + pixel_x = 29 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/maintenance/lower/starboard) +"fY" = ( +/obj/structure/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/ship/patrol/command/hangar) +"fZ" = ( +/obj/floor_decal/industrial/warning/full, +/obj/machinery/light/spot{ + dir = 4 + }, +/obj/machinery/porta_turret{ + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/ship/reaper) +"ga" = ( +/obj/machinery/sleeper, +/obj/floor_decal/corner/paleblue/diagonal{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/ship/reaper) +"gb" = ( +/obj/floor_decal/corner/paleblue{ + dir = 5 + }, +/obj/structure/roller_bed, +/turf/simulated/floor/tiled/white, +/area/ship/reaper) +"gc" = ( +/obj/item/storage/firstaid/fire{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/firstaid/regular, +/obj/floor_decal/corner/paleblue/diagonal, +/obj/structure/table/rack, +/obj/item/storage/firstaid/toxin, +/obj/item/storage/firstaid/o2{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/simulated/floor/tiled/white, +/area/ship/reaper) +"ge" = ( +/obj/floor_decal/industrial/warning{ + dir = 8; + icon_state = "warning" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/command/hangar) +"gf" = ( +/obj/floor_decal/industrial/warning{ + dir = 1; + icon_state = "warning" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/patrol/engineering/fussion/control) +"gg" = ( +/obj/structure/railing/mapped, +/obj/floor_decal/industrial/outline/red, +/obj/floor_decal/industrial/outline/red, +/obj/structure/ship_munition/disperser_charge/explosive/military, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/command/cannon) +"gh" = ( +/obj/paint/meatstation/lab, +/obj/paint/meatstation/lab, +/turf/simulated/wall/r_wall, +/area/ship/patrol/command/cannon) +"gi" = ( +/obj/structure/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + pixel_y = 0 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/lower) +"gj" = ( +/obj/turbolift_map_holder/sentinel{ + dir = 4; + icon_state = "" + }, +/turf/simulated/floor, +/area/ship/patrol/crew/hallway/lower/starboard) +"gk" = ( +/obj/machinery/door/firedoor, +/obj/structure/sign/deck/second{ + pixel_x = -32 + }, +/obj/machinery/door/airlock/multi_tile/glass/sol{ + name = "Main Hallway" + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/hallway/lower/starboard) +"gl" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/hallway/lower/starboard) +"gm" = ( +/obj/structure/table/steel_reinforced, +/obj/machinery/recharger, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -20 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/floor_decal/corner/blue/three_quarters, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/bridge) +"gn" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/computer/modular/preset/civilian{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/floor_decal/industrial/outline/yellow, +/obj/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/bridge) +"go" = ( +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/bridge) +"gp" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 24; + dir = 8 + }, +/obj/machinery/pointdefense_control{ + initial_id_tag = "patrol_pd" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/floor_decal/industrial/outline/yellow, +/obj/floor_decal/corner/blue/three_quarters{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/bridge) +"gr" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/floor_decal/corner/blue{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/bridge) +"gs" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall, +/area/ship/patrol/maintenance/lower/starboard) +"gt" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass/sol{ + name = "Technical Storage" + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/maintenance/lower/starboard) +"gu" = ( +/obj/wallframe_spawn/reinforced, +/obj/paint/dark_gunmetal, +/turf/simulated/floor, +/area/ship/patrol/maintenance/lower/starboard) +"gv" = ( +/obj/structure/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/command/hangar) +"gw" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/floor_decal/industrial/warning/full, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/command/hangar) +"gx" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/recharger/wallcharger{ + pixel_y = 24 + }, +/obj/structure/table/rack, +/obj/item/storage/briefcase/inflatable, +/turf/simulated/floor, +/area/ship/reaper) +"gy" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/recharger/wallcharger{ + pixel_y = 24 + }, +/obj/structure/table/rack, +/obj/item/barrier, +/obj/item/barrier, +/obj/item/barrier, +/obj/item/barrier, +/obj/item/barrier, +/obj/item/barrier, +/turf/simulated/floor, +/area/ship/reaper) +"gz" = ( +/obj/structure/hygiene/sink{ + dir = 8; + pixel_x = -15 + }, +/obj/floor_decal/industrial/warning, +/obj/floor_decal/corner/paleblue{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/ship/reaper) +"gA" = ( +/obj/floor_decal/industrial/warning, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/tiled/white, +/area/ship/reaper) +"gB" = ( +/obj/item/bodybag/cryobag, +/obj/floor_decal/industrial/warning, +/obj/floor_decal/corner/paleblue{ + dir = 4 + }, +/obj/structure/closet/crate/medical, +/turf/simulated/floor/tiled/white, +/area/ship/reaper) +"gD" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/floor_decal/corner/red, +/obj/structure/closet/bombcloset, +/obj/structure/sign/warning/bomb_range{ + pixel_x = -32 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/fore) +"gE" = ( +/obj/structure/ladder/up, +/obj/floor_decal/industrial/hatch/yellow, +/obj/floor_decal/industrial/warning/full, +/obj/structure/sign/warning/pods{ + dir = 1; + pixel_x = -32 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower) +"gF" = ( +/obj/floor_decal/corner/grey_alt, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower) +"gG" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower) +"gH" = ( +/obj/structure/flora/pottedplant/minitree, +/obj/floor_decal/industrial/hatch/yellow, +/obj/floor_decal/industrial/warning/full, +/obj/machinery/light{ + dir = 4; + icon_state = "tube1" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower) +"gI" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/door/blast/regular/open{ + dir = 2; + id_tag = "bridgep_lock"; + name = "Bridge Lockdown blast doors" + }, +/obj/wallframe_spawn/reinforced, +/obj/paint/dark_gunmetal, +/turf/simulated/floor/plating, +/area/ship/patrol/command/bridge) +"gJ" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/command/bridge) +"gK" = ( +/obj/structure/closet/emcloset, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/aft) +"gL" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/aft) +"gM" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/closet/hydrant, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/aft) +"gN" = ( +/obj/structure/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/sign/fifthfleet{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/command/hangar) +"gO" = ( +/obj/machinery/computer/ship/sensors, +/obj/machinery/button/blast_door{ + desc = "A remote control-switch for the observation shutters"; + dir = 4; + id_tag = "reaper_window_lock"; + name = "Window Blast Doors control"; + pixel_x = -24; + pixel_y = 6 + }, +/obj/machinery/button/blast_door{ + desc = "A remote control-switch for the observation shutters"; + dir = 4; + id_tag = "reaper_rear_hatch_lock"; + name = "Reaper Rear Hatch Lock"; + pixel_x = -24; + pixel_y = -6 + }, +/obj/machinery/turretid{ + check_access = 0; + check_anomalies = 0; + check_arrest = 0; + check_records = 0; + name = "Reaper turret control panel"; + pixel_y = 24; + req_access = list("ACCESS_CAVALRY") + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/reaper) +"gP" = ( +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/reaper) +"gQ" = ( +/obj/structure/catwalk, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/ship/reaper) +"gR" = ( +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/ship/reaper) +"gS" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Storage" + }, +/turf/simulated/floor/plating, +/area/ship/reaper) +"gT" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/plating, +/area/ship/reaper) +"gV" = ( +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/command/hangar) +"gW" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/command/hangar) +"gX" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/floor_decal/industrial/warning/half{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/highsecurity/bolted{ + id_tag = "cannon"; + name = "Impulse Cannon" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/command/cannon) +"gY" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -25; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/cable, +/obj/structure/cable, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/command/cannon) +"gZ" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/sign/warning/moving_parts{ + dir = 4; + pixel_x = -34 + }, +/obj/structure/ship_munition/disperser_charge/explosive/military, +/obj/structure/ship_munition/disperser_charge/explosive/military, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/command/cannon) +"ha" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/ship_munition/disperser_charge/explosive/military, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/command/cannon) +"hc" = ( +/obj/structure/ship_munition/disperser_charge/fire/military, +/obj/floor_decal/industrial/outline/orange, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/command/cannon) +"hd" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/command/cannon) +"hf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + pixel_y = 0 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/command/cannon) +"hg" = ( +/obj/floor_decal/corner/red, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + pixel_y = 0 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/fore) +"hh" = ( +/obj/floor_decal/corner/red, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/fore) +"hi" = ( +/obj/floor_decal/corner/red, +/obj/machinery/light{ + dir = 1; + icon_state = "tube1" + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/fore) +"hj" = ( +/obj/floor_decal/corner/red, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 23; + req_access = list("ACCESS_CAVALRY") + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/fore) +"hk" = ( +/obj/floor_decal/corner/red, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/fore) +"hl" = ( +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/fore) +"hm" = ( +/obj/machinery/door/firedoor, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/hallway/lower/fore) +"hn" = ( +/obj/floor_decal/corner/grey_alt, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower) +"ho" = ( +/obj/floor_decal/corner/grey_alt, +/obj/floor_decal/corner/grey_alt{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower) +"hp" = ( +/obj/structure/sign/directions/bridge{ + dir = 4; + pixel_x = 32; + pixel_y = 28 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower) +"hq" = ( +/obj/machinery/door/firedoor, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/hallway/lower/aft) +"hr" = ( +/obj/floor_decal/corner/blue, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/aft) +"hs" = ( +/obj/floor_decal/corner/blue, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/aft) +"ht" = ( +/obj/floor_decal/corner/blue, +/obj/machinery/alarm{ + pixel_y = 24; + req_access = list("ACCESS_CAVALRY") + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/aft) +"hu" = ( +/obj/floor_decal/corner/blue, +/obj/structure/sign/directions/bridge{ + dir = 1; + pixel_y = 28 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/aft) +"hv" = ( +/obj/floor_decal/corner/blue, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/aft) +"hw" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/aft) +"hy" = ( +/obj/floor_decal/corner/blue, +/obj/floor_decal/industrial/warning{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/aft) +"hz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/floor_decal/corner/blue, +/obj/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/aft) +"hA" = ( +/obj/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/aft) +"hB" = ( +/obj/machinery/door/firedoor, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/command/hangar) +"hC" = ( +/obj/structure/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/ship/patrol/command/hangar) +"hD" = ( +/obj/machinery/door/firedoor, +/obj/paint/black, +/obj/wallframe_spawn/reinforced/titanium, +/obj/machinery/door/blast/regular/open{ + dir = 4; + id_tag = "reaper_window_lock"; + name = "Reaper Window Blast Doors" + }, +/turf/simulated/floor/plating, +/area/ship/reaper) +"hE" = ( +/obj/machinery/computer/ship/helm{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/reaper) +"hF" = ( +/obj/structure/bed/chair/shuttle/black{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/reaper) +"hG" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/bed/chair/shuttle/black{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/reaper) +"hH" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/overmap/visitable/ship/landable/reaper, +/turf/simulated/floor/tiled/techfloor, +/area/ship/reaper) +"hI" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/tiled/techfloor, +/area/ship/reaper) +"hJ" = ( +/obj/structure/catwalk, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/apc/super/critical{ + dir = 4; + name = "east bump"; + pixel_x = 25; + req_access = list("ACCESS_CAVALRY") + }, +/turf/simulated/floor/plating, +/area/ship/reaper) +"hK" = ( +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/command/hangar) +"hL" = ( +/obj/floor_decal/industrial/warning{ + dir = 1; + icon_state = "warning" + }, +/obj/floor_decal/industrial/warning, +/obj/machinery/light/small/red{ + name = "light fixture"; + dir = 1 + }, +/obj/machinery/disperser/middle{ + dir = 8 + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/patrol/command/cannon) +"hM" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/patrol/command/cannon) +"hN" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "bsap" + }, +/obj/floor_decal/industrial/warning{ + dir = 1; + icon_state = "warning" + }, +/obj/floor_decal/industrial/warning, +/obj/machinery/disperser/back{ + dir = 8 + }, +/turf/simulated/floor/reinforced, +/area/ship/patrol/command/cannon) +"hO" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "bsap" + }, +/obj/structure/plasticflaps/airtight, +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id_tag = "bsap_space"; + name = "Cannon Compartment Hatch"; + opacity = 0 + }, +/obj/floor_decal/industrial/warning{ + dir = 1; + icon_state = "warning" + }, +/obj/floor_decal/industrial/warning, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/patrol/command/cannon) +"hP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/conveyor{ + dir = 8; + id = "bsap" + }, +/obj/floor_decal/industrial/warning{ + dir = 1; + icon_state = "warning" + }, +/obj/floor_decal/industrial/warning, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/patrol/command/cannon) +"hQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/command/cannon) +"hR" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/command/cannon) +"hS" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/floor_decal/industrial/warning/half{ + dir = 4 + }, +/obj/machinery/door/airlock/highsecurity/bolted{ + id_tag = "cannon"; + name = "Impulse Cannon" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/command/cannon) +"hT" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/command/cannon) +"hU" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/floor_decal/corner/paleblue{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/fore) +"hV" = ( +/obj/floor_decal/corner/paleblue{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/fore) +"hW" = ( +/obj/floor_decal/corner/paleblue{ + dir = 1 + }, +/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/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/fore) +"hX" = ( +/obj/floor_decal/corner/paleblue{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/sign/bluecross_2{ + pixel_x = 32; + pixel_y = -32 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/fore) +"hY" = ( +/obj/floor_decal/corner/paleblue{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/fore) +"hZ" = ( +/obj/floor_decal/corner/paleblue{ + dir = 1 + }, +/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/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -25; + req_access = list("ACCESS_CAVALRY") + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/fore) +"ia" = ( +/obj/floor_decal/corner/paleblue{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/fore) +"ib" = ( +/obj/floor_decal/corner/paleblue{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/fore) +"ic" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/multi_tile/glass/sol{ + name = "Main Hallway"; + dir = 8 + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/hallway/lower/fore) +"id" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower) +"ie" = ( +/obj/floor_decal/corner/grey_alt, +/obj/floor_decal/corner/grey_alt{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower) +"if" = ( +/obj/floor_decal/corner/grey_alt{ + dir = 1 + }, +/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/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower) +"ig" = ( +/obj/floor_decal/corner/grey_alt{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower) +"ih" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/multi_tile/glass/sol{ + name = "Main Hallway"; + dir = 8 + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/hallway/lower/aft) +"ii" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/aft) +"ij" = ( +/obj/floor_decal/corner/yellow{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/aft) +"ik" = ( +/obj/floor_decal/corner/yellow{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/aft) +"il" = ( +/obj/floor_decal/corner/yellow{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -25; + req_access = list("ACCESS_CAVALRY") + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/aft) +"im" = ( +/obj/floor_decal/corner/yellow{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/aft) +"in" = ( +/obj/floor_decal/corner/yellow{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/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/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/aft) +"io" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/hallway/lower/aft) +"ip" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/floor_decal/industrial/warning{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/aft) +"iq" = ( +/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/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/light, +/obj/floor_decal/corner/blue{ + dir = 1 + }, +/obj/floor_decal/industrial/warning, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/aft) +"ir" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/floor_decal/corner/blue{ + dir = 1 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/floor_decal/industrial/warning{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/aft) +"is" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/multi_tile/sol{ + name = "Dropship Hangar"; + dir = 8 + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/command/hangar) +"it" = ( +/obj/structure/catwalk, +/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/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/command/hangar) +"iu" = ( +/turf/simulated/floor/plating, +/area/ship/patrol/command/hangar) +"iv" = ( +/obj/machinery/computer/shuttle_control/explore/away_scg_patrol/reaper{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/reaper) +"ix" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/obj/structure/bed/chair/shuttle/black, +/turf/simulated/floor/tiled/techfloor, +/area/ship/reaper) +"iy" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/bed/chair/shuttle/black, +/turf/simulated/floor/tiled/techfloor, +/area/ship/reaper) +"iz" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/turf/simulated/floor/tiled/techfloor, +/area/ship/reaper) +"iA" = ( +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/ship/reaper) +"iB" = ( +/obj/structure/handrail, +/obj/item/device/radio/intercom{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/oxygen_pump{ + pixel_y = 32 + }, +/obj/structure/catwalk, +/obj/machinery/atmospherics/unary/vent_pump/high_volume/external_air{ + id_tag = "patrol_shuttle_pump" + }, +/turf/simulated/floor/plating, +/area/ship/reaper) +"iC" = ( +/obj/machinery/airlock_sensor{ + frequency = 1380; + id_tag = "patrol_shuttle_sensor"; + pixel_x = 27; + pixel_y = 6 + }, +/obj/structure/handrail, +/obj/machinery/oxygen_pump{ + pixel_y = 32 + }, +/obj/structure/catwalk, +/obj/machinery/atmospherics/unary/vent_pump/high_volume/external_air{ + id_tag = "patrol_shuttle_pump" + }, +/turf/simulated/floor/plating, +/area/ship/reaper) +"iD" = ( +/obj/paint/meatstation/lab, +/obj/paint/meatstation/lab, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/command/cannon) +"iE" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/sign/warning/vacuum{ + dir = 4; + pixel_x = -34 + }, +/obj/structure/ship_munition/disperser_charge/emp/military, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/command/cannon) +"iF" = ( +/obj/floor_decal/industrial/loading{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/command/cannon) +"iG" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall, +/area/ship/patrol/medbay) +"iH" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/glass/medical{ + name = "Infirmary" + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/white/monotile, +/area/ship/patrol/medbay) +"iI" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/white/monotile, +/area/ship/patrol/medbay) +"iJ" = ( +/obj/paint/dark_gunmetal, +/obj/wallframe_spawn/reinforced, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/ship/patrol/medbay) +"iK" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall, +/area/ship/patrol/crew/hallway/lower/fore) +"iL" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/patrol/crew/hallway/lower/fore) +"iM" = ( +/obj/structure/ladder/up, +/obj/floor_decal/industrial/hatch/yellow, +/obj/floor_decal/industrial/warning/full, +/obj/structure/sign/warning/pods{ + dir = 1; + pixel_x = -32 + }, +/obj/item/device/radio/intercom{ + dir = 1; + pixel_y = -28 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower) +"iN" = ( +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower) +"iO" = ( +/obj/floor_decal/corner/grey_alt{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower) +"iP" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-26" + }, +/obj/floor_decal/industrial/hatch/yellow, +/obj/floor_decal/industrial/warning/full, +/obj/machinery/light{ + dir = 4; + icon_state = "tube1" + }, +/obj/machinery/alarm{ + alarm_id = "xenobio3_alarm"; + dir = 8; + pixel_x = 24; + req_access = list("ACCESS_CAVALRY") + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower) +"iQ" = ( +/obj/paint/black, +/turf/simulated/wall/r_wall, +/area/ship/patrol/barracks) +"iR" = ( +/obj/paint/black, +/turf/simulated/wall/r_wall, +/area/ship/patrol/engineering/equipment) +"iS" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall, +/area/ship/patrol/engineering/equipment) +"iT" = ( +/obj/machinery/door/firedoor, +/obj/wallframe_spawn/reinforced, +/obj/paint/dark_gunmetal, +/turf/simulated/floor/plating, +/area/ship/patrol/engineering/equipment) +"iU" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/glass/engineering{ + name = "Engineering Bay" + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/engineering/equipment) +"iV" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/patrol/engineering/shield) +"iW" = ( +/obj/structure/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/sign/solgov{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/command/hangar) +"iX" = ( +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22; + req_access = list("ACCESS_CAVALRY") + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/computer/ship/engines{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/reaper) +"iY" = ( +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/ship/reaper) +"iZ" = ( +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/ship/reaper) +"ja" = ( +/obj/machinery/light, +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ship/reaper) +"jb" = ( +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ship/reaper) +"jc" = ( +/obj/structure/catwalk, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/ship/reaper) +"jd" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/access_button/airlock_interior{ + frequency = 1380; + master_tag = "albatross_shuttle"; + pixel_x = 24; + pixel_y = -24 + }, +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/ship/reaper) +"je" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/external{ + frequency = 1380; + id_tag = "patrol_shuttle_inner"; + name = "Reaper External Access" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/reaper) +"jf" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/obj/machinery/light/small, +/turf/simulated/floor/tiled/techfloor, +/area/ship/reaper) +"jg" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/embedded_controller/radio/airlock/docking_port{ + dir = 1; + frequency = 1380; + id_tag = "albatross_shuttle"; + pixel_y = -24; + req_access = list("ACCESS_CAVALRY"); + tag_airpump = "patrol_shuttle_pump"; + tag_chamber_sensor = "patrol_shuttle_sensor"; + tag_exterior_door = "patrol_shuttle_outer"; + tag_interior_door = "patrol_shuttle_inner" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/reaper) +"jh" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/external{ + frequency = 1380; + id_tag = "patrol_shuttle_outer"; + name = "Reaper External Access" + }, +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/blast/regular/open{ + dir = 4; + id_tag = "reaper_rear_hatch_lock"; + name = "Reaper Rear Hatch" + }, +/obj/machinery/access_button/airlock_exterior{ + frequency = 1380; + master_tag = "albatross_shuttle"; + pixel_x = 6; + pixel_y = 25 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/reaper) +"ji" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/catwalk, +/obj/shuttle_landmark/reaper/start, +/turf/simulated/floor/plating, +/area/ship/patrol/command/hangar) +"jj" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24; + req_access = list("ACCESS_CAVALRY") + }, +/turf/simulated/floor/plating, +/area/ship/patrol/command/hangar) +"jk" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/patrol/medbay) +"jl" = ( +/obj/floor_decal/industrial/warning/full, +/obj/machinery/atmospherics/portables_connector, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"jm" = ( +/obj/machinery/atmospherics/unary/cryo_cell, +/obj/floor_decal/industrial/warning/full, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"jn" = ( +/obj/floor_decal/industrial/warning/full, +/obj/machinery/atmospherics/unary/freezer{ + icon_state = "freezer" + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"jo" = ( +/obj/floor_decal/corner/pink{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"jq" = ( +/obj/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/floor_decal/corner/paleblue/diagonal, +/obj/structure/table/standard, +/obj/item/clothing/gloves/latex, +/obj/item/storage/box/beakers, +/obj/item/clothing/glasses/science, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"jr" = ( +/obj/floor_decal/corner/paleblue/diagonal, +/obj/machinery/chemical_dispenser/full, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"js" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/patrol/command/equipment) +"jt" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/vending/away_solpatrol_uniform, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/command/equipment) +"ju" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/patrol/crew/hallway/lower/port) +"jv" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/glass/sol{ + name = "Main Hallway" + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/hallway/lower/port) +"jw" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/hallway/lower/port) +"jx" = ( +/obj/structure/flora/pottedplant/aquatic, +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/light{ + dir = 1; + icon_state = "tube1" + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks) +"jy" = ( +/obj/structure/sign/double/solgovflag/left{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks) +"jz" = ( +/obj/structure/sign/double/solgovflag/right{ + pixel_y = 32 + }, +/obj/structure/table/standard, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24; + req_access = list("ACCESS_CAVALRY") + }, +/obj/floor_decal/industrial/outline/yellow, +/obj/item/folder/red, +/obj/item/storage/photo_album, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/barracks) +"jA" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -24; + dir = 4 + }, +/obj/structure/closet/crate/secure/phoron, +/obj/item/stack/material/phoron/ten, +/obj/item/stack/material/phoron/ten, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/engineering/equipment) +"jB" = ( +/obj/floor_decal/corner/yellow{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/engineering/equipment) +"jC" = ( +/obj/floor_decal/industrial/hatch/yellow, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/engineering/equipment) +"jD" = ( +/obj/machinery/door/airlock/engineering{ + name = "Shield Generator" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/engineering/shield) +"jE" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -25; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/engineering/shield) +"jF" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/apc/critical{ + dir = 1; + name = "north bump"; + pixel_y = 23; + req_access = list("ACCESS_CAVALRY") + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/engineering/shield) +"jG" = ( +/obj/machinery/power/shield_generator, +/obj/structure/cable/yellow{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/engineering/shield) +"jH" = ( +/obj/structure/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/extinguisher_cabinet{ + pixel_x = -24; + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/command/hangar) +"jI" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/portable_atmospherics/canister/empty, +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/item/device/radio/intercom{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor, +/area/ship/reaper) +"jJ" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/portable_atmospherics/canister/air, +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/turf/simulated/floor, +/area/ship/reaper) +"jK" = ( +/obj/structure/closet/crate/freezer/rations, +/turf/simulated/floor/tiled/techfloor, +/area/ship/reaper) +"jL" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/reaper) +"jM" = ( +/obj/machinery/power/terminal, +/obj/structure/cable, +/obj/structure/table/rack, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/item/shuttle_beacon, +/obj/item/shuttle_beacon, +/obj/item/clothing/head/helmet/solgov/pilot/fleet, +/turf/simulated/floor/tiled/techfloor, +/area/ship/reaper) +"jN" = ( +/obj/structure/sign/solgov, +/obj/paint/red, +/turf/simulated/wall/r_titanium, +/area/ship/reaper) +"jO" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/command/hangar) +"jP" = ( +/obj/floor_decal/corner/pink{ + dir = 9 + }, +/obj/structure/iv_stand, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"jQ" = ( +/obj/structure/table/standard, +/obj/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/item/storage/box/masks, +/obj/item/storage/box/freezer, +/obj/item/storage/box/latexgloves, +/obj/machinery/vending/wallmed1{ + dir = 4; + pixel_x = -24 + }, +/obj/floor_decal/corner/paleblue/diagonal, +/obj/machinery/atmospherics/binary/pump/on, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"jR" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/obj/floor_decal/corner/paleblue/diagonal, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"jS" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/obj/floor_decal/industrial/warning{ + dir = 4; + icon_state = "warning" + }, +/obj/floor_decal/corner/paleblue/diagonal, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"jT" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/floor_decal/corner/pink{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"jU" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/floor_decal/corner/pink{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"jV" = ( +/obj/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/floor_decal/corner/paleblue/diagonal, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"jW" = ( +/obj/floor_decal/corner/paleblue/diagonal, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 26 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/bed/chair/office/comfy/blue, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"jX" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/floor_decal/corner/paleblue/diagonal, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/command/equipment) +"jY" = ( +/obj/structure/table/rack, +/obj/item/device/flashlight/upgraded, +/obj/item/device/flashlight/upgraded, +/obj/item/device/flashlight/upgraded, +/obj/item/device/flashlight/upgraded, +/obj/item/crowbar/prybar, +/obj/item/crowbar/prybar, +/obj/item/crowbar/prybar, +/obj/item/crowbar/prybar, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/command/equipment) +"jZ" = ( +/obj/floor_decal/corner/paleblue/diagonal, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/equipment) +"ka" = ( +/obj/floor_decal/corner/red, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/port) +"kb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/port) +"kc" = ( +/obj/machinery/computer/cryopod{ + pixel_y = 32 + }, +/obj/item/device/radio/intercom{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/cryopod{ + dir = 4 + }, +/obj/floor_decal/corner/red/full, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks) +"kd" = ( +/obj/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/submap_landmark/spawnpoint/away_patrol/captain, +/obj/floor_decal/corner/black, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks) +"ke" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/floor_decal/corner/black{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks) +"kf" = ( +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/apc/critical{ + dir = 4; + name = "east bump"; + pixel_x = 24; + req_access = list("ACCESS_CAVALRY") + }, +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/closet/wardrobe/patrol/urban, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/barracks) +"kg" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22; + req_access = list("ACCESS_CAVALRY") + }, +/obj/machinery/power/port_gen/pacman, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/engineering/equipment) +"kh" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/floor_decal/corner/yellow{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/engineering/equipment) +"ki" = ( +/obj/floor_decal/industrial/hatch/yellow, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/sign/warning/high_voltage{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/engineering/equipment) +"kj" = ( +/obj/machinery/recharge_station, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/techfloor, +/area/ship/reaper) +"kk" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/mech_recharger, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/techfloor, +/area/ship/reaper) +"kl" = ( +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/power/smes/buildable/preset/patrol/shuttle, +/turf/simulated/floor/plating, +/area/ship/reaper) +"km" = ( +/obj/machinery/portable_atmospherics/powered/pump/filled, +/turf/simulated/floor/plating, +/area/ship/patrol/command/hangar) +"kn" = ( +/obj/structure/table/standard, +/obj/floor_decal/industrial/warning{ + dir = 10; + icon_state = "warning" + }, +/obj/machinery/cell_charger, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/obj/machinery/light{ + dir = 8; + icon_state = "tube1" + }, +/obj/floor_decal/corner/paleblue/diagonal, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"ko" = ( +/obj/floor_decal/industrial/warning, +/obj/floor_decal/corner/paleblue/diagonal, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"kp" = ( +/obj/floor_decal/industrial/warning{ + dir = 6; + icon_state = "warning" + }, +/obj/floor_decal/corner/paleblue/diagonal, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"kq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/floor_decal/corner/pink{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"kr" = ( +/obj/floor_decal/industrial/warning{ + dir = 10 + }, +/obj/floor_decal/corner/paleblue/diagonal, +/obj/machinery/smartfridge/secure/medbay{ + dir = 1; + req_access = list("ACCESS_CAVALRY") + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"ks" = ( +/obj/floor_decal/corner/paleblue/diagonal, +/obj/structure/window/reinforced, +/obj/floor_decal/industrial/warning, +/obj/machinery/chem_master, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"kt" = ( +/obj/structure/window/reinforced, +/obj/floor_decal/corner/paleblue/diagonal, +/obj/structure/table/standard, +/obj/item/hand_labeler, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/command/equipment) +"ku" = ( +/obj/item/stool/padded, +/obj/floor_decal/corner/paleblue/diagonal, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/equipment) +"kv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/power/apc/super/critical{ + dir = 4; + name = "east bump"; + pixel_x = 25; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/floor_decal/corner/paleblue/diagonal, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/equipment) +"kw" = ( +/obj/floor_decal/corner/red, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22; + req_access = list("ACCESS_CAVALRY") + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/port) +"kx" = ( +/obj/floor_decal/corner/red{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/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/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/port) +"ky" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/wallframe_spawn/reinforced, +/obj/paint/black, +/turf/simulated/floor/plating, +/area/ship/patrol/barracks) +"kz" = ( +/obj/machinery/cryopod{ + dir = 4 + }, +/obj/floor_decal/corner/green/full, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks) +"kA" = ( +/obj/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/submap_landmark/spawnpoint/away_patrol, +/obj/floor_decal/corner/black{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks) +"kB" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/floor_decal/corner/black{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks) +"kC" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/closet/wardrobe/patrol/desert, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/barracks) +"kD" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/light{ + dir = 8; + icon_state = "tube1" + }, +/obj/item/storage/toolbox/mechanical, +/obj/item/storage/toolbox/electrical, +/obj/structure/table/rack, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/engineering/equipment) +"kE" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24; + req_access = list("ACCESS_CAVALRY") + }, +/obj/floor_decal/industrial/hatch/yellow, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/ship/patrol/engineering/equipment) +"kF" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/patrol/engineering/storage) +"kG" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/table/rack, +/obj/machinery/power/apc/critical{ + dir = 8; + name = "west bump"; + pixel_x = -24; + req_access = list("ACCESS_CAVALRY") + }, +/obj/machinery/alarm{ + pixel_y = 24; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/engineering/storage) +"kH" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/table/rack, +/obj/item/inflatable_dispenser, +/obj/item/storage/briefcase/inflatable, +/obj/item/storage/briefcase/inflatable, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/engineering/storage) +"kI" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/item/stack/material/glass/fifty{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/stack/material/steel/fifty, +/obj/item/stack/material/plastic/fifty, +/obj/structure/table/rack, +/obj/item/stack/material/aluminium/fifty, +/turf/simulated/floor/tiled, +/area/ship/patrol/engineering/storage) +"kJ" = ( +/obj/structure/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/command/hangar) +"kL" = ( +/obj/machinery/portable_atmospherics/powered/scrubber, +/turf/simulated/floor/plating, +/area/ship/patrol/command/hangar) +"kM" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/floor_decal/corner/paleblue/diagonal, +/obj/structure/curtain/medical, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"kN" = ( +/obj/floor_decal/industrial/warning{ + dir = 4; + icon_state = "warning" + }, +/obj/floor_decal/corner/paleblue/diagonal, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"kO" = ( +/obj/machinery/bodyscanner{ + dir = 8 + }, +/obj/floor_decal/corner/pink/mono, +/turf/simulated/floor/tiled/white/monotile, +/area/ship/patrol/medbay) +"kP" = ( +/obj/machinery/body_scanconsole{ + dir = 8 + }, +/obj/floor_decal/corner/pink{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"kQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"kR" = ( +/obj/floor_decal/corner/pink{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"kS" = ( +/obj/structure/table/rack, +/obj/item/defibrillator/loaded, +/obj/floor_decal/corner/pink/mono, +/turf/simulated/floor/tiled/white/monotile, +/area/ship/patrol/medbay) +"kT" = ( +/obj/item/device/radio/intercom{ + dir = 4; + pixel_x = -22 + }, +/obj/floor_decal/industrial/outline/blue, +/obj/structure/closet/secure_closet/patrol/fleet/med, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/equipment) +"kU" = ( +/obj/floor_decal/corner/paleblue/diagonal, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/equipment) +"kV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/floor_decal/corner/paleblue/diagonal, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/equipment) +"kW" = ( +/obj/floor_decal/corner/red, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24; + req_access = list("ACCESS_CAVALRY") + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/port) +"kX" = ( +/obj/floor_decal/corner/red{ + dir = 1 + }, +/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/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light{ + dir = 4; + icon_state = "tube1" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/port) +"kY" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/cryopod{ + dir = 4 + }, +/obj/floor_decal/corner/green/full, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks) +"kZ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/submap_landmark/spawnpoint/away_patrol, +/obj/floor_decal/corner/black{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks) +"la" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/floor_decal/corner/black{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks) +"lb" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/closet/wardrobe/patrol/army, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/barracks) +"lc" = ( +/obj/machinery/vending/engivend{ + dir = 4; + req_access = list("ACCESS_CAVALRY") + }, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/engineering/equipment) +"ld" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/floor_decal/corner/yellow{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/engineering/equipment) +"le" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/engineering/equipment) +"lf" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass/engineering{ + name = "Engineering Storage" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/engineering/storage) +"lg" = ( +/obj/floor_decal/industrial/warning{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/engineering/storage) +"lh" = ( +/obj/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/engineering/storage) +"li" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/table/rack, +/obj/item/stack/material/plasteel/fifty{ + pixel_x = -3; + pixel_y = 4 + }, +/obj/item/stack/material/ocp/fifty, +/obj/item/stack/material/wood/maple/twentyfive, +/obj/item/stack/material/wood/maple/twentyfive, +/obj/item/stack/material/glass/boron_reinforced{ + amount = 30 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/engineering/storage) +"lj" = ( +/obj/structure/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/command/hangar) +"ll" = ( +/obj/structure/catwalk, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light/spot, +/turf/simulated/floor/plating, +/area/ship/patrol/command/hangar) +"lm" = ( +/obj/floor_decal/industrial/warning, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/patrol/engineering/fussion/control) +"ln" = ( +/obj/structure/catwalk, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/command/hangar) +"lo" = ( +/obj/structure/catwalk, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/command/hangar) +"lp" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 4 + }, +/obj/machinery/light/spot, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/command/hangar) +"lq" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 9 + }, +/obj/structure/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/command/hangar) +"lr" = ( +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"ls" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/floor_decal/corner/pink{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"lt" = ( +/obj/floor_decal/corner/pink/three_quarters{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"lu" = ( +/obj/machinery/light{ + dir = 4; + icon_state = "tube1" + }, +/obj/floor_decal/corner/pink/mono, +/obj/structure/table/rack, +/obj/item/storage/box/freezer/blood/human, +/obj/item/storage/box/freezer/blood/human, +/turf/simulated/floor/tiled/white/monotile, +/area/ship/patrol/medbay) +"lv" = ( +/obj/machinery/alarm/server{ + dir = 4; + pixel_x = -22; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/closet/secure_closet/patrol/fleet/engi, +/obj/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/equipment) +"lx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/floor_decal/corner/paleblue/diagonal, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/equipment) +"ly" = ( +/obj/floor_decal/corner/red, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/port) +"lz" = ( +/obj/floor_decal/corner/red{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/port) +"lA" = ( +/obj/machinery/door/firedoor, +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/airlock/multi_tile/glass/sol{ + name = "Troops Cryo" + }, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/barracks) +"lB" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/barracks) +"lC" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/vending/tool{ + dir = 4 + }, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/engineering/equipment) +"lD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/ship/patrol/engineering/equipment) +"lE" = ( +/obj/machinery/door/firedoor, +/obj/wallframe_spawn/reinforced, +/obj/paint/dark_gunmetal, +/turf/simulated/floor/plating, +/area/ship/patrol/engineering/storage) +"lF" = ( +/obj/floor_decal/industrial/warning{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/engineering/storage) +"lG" = ( +/obj/floor_decal/industrial/warning{ + dir = 6; + icon_state = "warning" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/engineering/storage) +"lH" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/ship/patrol/engineering/storage) +"lI" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/catwalk, +/obj/random/trash, +/turf/simulated/floor/plating, +/area/ship/patrol/command/hangar) +"lJ" = ( +/obj/structure/table/standard, +/obj/item/device/scanner/spectrometer/adv, +/obj/item/bodybag/cryobag, +/obj/item/bodybag/cryobag, +/obj/item/bodybag/cryobag, +/obj/floor_decal/industrial/warning{ + dir = 9; + icon_state = "warning" + }, +/obj/machinery/light{ + dir = 8; + icon_state = "tube1" + }, +/obj/floor_decal/corner/paleblue/diagonal, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"lK" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/floor_decal/industrial/warning{ + dir = 5; + icon_state = "warning" + }, +/obj/floor_decal/corner/paleblue/diagonal, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"lL" = ( +/obj/floor_decal/corner/pink{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"lM" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"lN" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"lO" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/floor_decal/corner/pink{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"lP" = ( +/obj/floor_decal/industrial/warning{ + dir = 9; + icon_state = "warning" + }, +/obj/floor_decal/industrial/hatch/yellow, +/obj/structure/roller_bed/nanoblood, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"lQ" = ( +/obj/floor_decal/industrial/outline/blue, +/obj/structure/closet/secure_closet/patrol/fleet, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/command/equipment) +"lR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/floor_decal/corner/paleblue/diagonal, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/equipment) +"lS" = ( +/obj/floor_decal/corner/red, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/port) +"lT" = ( +/obj/floor_decal/corner/red{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/port) +"lU" = ( +/obj/machinery/door/firedoor, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/barracks) +"lV" = ( +/obj/floor_decal/industrial/warning/corner{ + dir = 4; + icon_state = "warningcorner" + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/floor_decal/corner/black, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks) +"lW" = ( +/obj/floor_decal/industrial/warning{ + dir = 1; + icon_state = "warning" + }, +/obj/floor_decal/corner/black, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks) +"lX" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/floor_decal/industrial/warning{ + dir = 1; + icon_state = "warning" + }, +/obj/floor_decal/corner/black{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks) +"lY" = ( +/obj/structure/flora/pottedplant/flower, +/obj/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/machinery/light{ + dir = 4; + icon_state = "tube1" + }, +/obj/floor_decal/corner/black{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks) +"lZ" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/glass/engineering{ + name = "Engine Access" + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/engineering/equipment) +"ma" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall, +/area/ship/patrol/engineering/storage) +"mb" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/tiled, +/area/ship/patrol/engineering/storage) +"mc" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/tiled, +/area/ship/patrol/engineering/storage) +"md" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/patrol/engineering/fussion/control) +"me" = ( +/turf/simulated/wall/ocp_wall, +/area/ship/patrol/engineering/fussion/control) +"mf" = ( +/obj/machinery/power/fusion_core/mapped{ + id_tag = null; + initial_id_tag = "fusion_core_patrol" + }, +/obj/structure/cable/yellow, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/patrol/engineering/fussion/control) +"mg" = ( +/obj/structure/catwalk, +/obj/structure/cable, +/obj/machinery/light/small{ + dir = 8; + icon_state = "bulb1" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/power/apc/critical{ + name = "south bump"; + pixel_y = -24; + req_access = list("ACCESS_CAVALRY") + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/engine/port) +"mh" = ( +/obj/floor_decal/industrial/warning{ + dir = 1; + icon_state = "warning" + }, +/obj/floor_decal/industrial/warning/corner{ + dir = 8; + icon_state = "warningcorner" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/patrol/engineering/fussion/control) +"mi" = ( +/obj/floor_decal/industrial/warning, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/patrol/engineering/fussion/control) +"mj" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/engine/port) +"mk" = ( +/obj/structure/table/standard, +/obj/item/storage/firstaid/toxin{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/firstaid/adv, +/obj/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22; + req_access = list("ACCESS_CAVALRY") + }, +/obj/floor_decal/corner/paleblue/diagonal, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"ml" = ( +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -25; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/cable, +/obj/floor_decal/industrial/warning, +/obj/floor_decal/corner/pink{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/sleeper{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"mm" = ( +/obj/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"mn" = ( +/obj/floor_decal/industrial/warning, +/obj/floor_decal/corner/pink{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"mo" = ( +/obj/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/floor_decal/industrial/hatch/yellow, +/obj/structure/closet/crate/trashcart, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"mp" = ( +/obj/floor_decal/industrial/outline/blue, +/obj/structure/closet/secure_closet/patrol/fleet_com, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/command/equipment) +"mq" = ( +/obj/machinery/light, +/obj/item/stool/padded, +/obj/floor_decal/corner/paleblue/diagonal, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/equipment) +"mr" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 0; + pixel_x = 24; + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/floor_decal/corner/paleblue/diagonal, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/equipment) +"mt" = ( +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/port) +"mu" = ( +/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/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/floor_decal/corner/red{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/port) +"mv" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/multi_tile/glass/sol{ + name = "Troops Section"; + dir = 8 + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/barracks) +"mw" = ( +/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/unary/vent_scrubber/on, +/obj/floor_decal/corner/black{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks) +"mx" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/floor_decal/corner/black{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks) +"my" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/floor_decal/corner/black{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks) +"mz" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/floor_decal/corner/black{ + dir = 9 + }, +/obj/structure/reagent_dispensers/water_cooler{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks) +"mB" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/patrol/engineering/hallway) +"mC" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/floor_decal/corner/yellow{ + dir = 9 + }, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/flora/pottedplant/fern, +/turf/simulated/floor/tiled, +/area/ship/patrol/engineering/hallway) +"mD" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/embedded_controller/radio/airlock/access_controller{ + id_tag = "prototype_controller_patrol"; + name = "Fusion Maintenance Access Controller"; + pixel_x = 26; + req_access = list("ACCESS_CAVALRY"); + tag_exterior_door = "prototype_exterior_pat"; + tag_interior_door = "prototype_interior_pat" + }, +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/ship/patrol/engineering/hallway) +"mE" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall, +/area/ship/patrol/engineering/hallway) +"mF" = ( +/obj/floor_decal/industrial/warning/corner, +/obj/machinery/light{ + dir = 1; + icon_state = "tube1" + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/engineering/fussion/control) +"mG" = ( +/obj/floor_decal/industrial/warning{ + dir = 6 + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/engineering/fussion/control) +"mH" = ( +/obj/machinery/door/airlock/hatch{ + id_tag = "prototype_access_hatch"; + locked = 1 + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/engineering/fussion/control) +"mI" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/patrol/engineering/fussion/control) +"mJ" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/patrol/engineering/fussion/control) +"mK" = ( +/obj/machinery/door/blast/regular{ + dir = 4; + id_tag = "prototype_exhaust_patrol" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/patrol/engineering/fussion/control) +"mL" = ( +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/patrol/engineering/fussion/control) +"mM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/engine/port) +"mN" = ( +/obj/structure/table/standard, +/obj/item/storage/firstaid/o2{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/firstaid/fire, +/obj/floor_decal/industrial/warning{ + dir = 10; + icon_state = "warning" + }, +/obj/floor_decal/corner/paleblue/diagonal, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"mO" = ( +/obj/structure/table/standard, +/obj/item/storage/firstaid/regular{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/firstaid/regular, +/obj/floor_decal/industrial/warning{ + dir = 6; + icon_state = "warning" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/floor_decal/corner/paleblue/diagonal, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"mP" = ( +/obj/machinery/door/firedoor, +/obj/paint/dark_gunmetal, +/obj/wallframe_spawn/reinforced/polarized/no_grille{ + id = "surgery_windows_patrol" + }, +/turf/simulated/floor, +/area/ship/patrol/medbay) +"mQ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + name = "Operating Theatre" + }, +/obj/machinery/holosign/surgery{ + id_tag = "surgeryp" + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"mR" = ( +/obj/paint/black, +/turf/simulated/wall/r_wall, +/area/ship/patrol/barracks/armory) +"mS" = ( +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/wallframe_spawn/reinforced, +/obj/paint/black, +/turf/simulated/floor, +/area/ship/patrol/barracks) +"mT" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable, +/obj/wallframe_spawn/reinforced, +/obj/paint/black, +/turf/simulated/floor, +/area/ship/patrol/barracks) +"mU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/paint/black, +/turf/simulated/wall/r_wall, +/area/ship/patrol/barracks) +"mV" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/floor_decal/corner/black{ + dir = 4 + }, +/obj/structure/table/standard, +/obj/random/smokes, +/obj/item/flame/lighter, +/obj/machinery/recharger, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks) +"mW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/floor_decal/corner/black{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks) +"mX" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/floor_decal/corner/black{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks) +"mY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/floor_decal/corner/black{ + dir = 1 + }, +/obj/structure/table/standard, +/obj/item/storage/box/cups, +/obj/machinery/recharger, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks) +"na" = ( +/obj/floor_decal/corner/yellow{ + dir = 9 + }, +/obj/machinery/power/apc/critical{ + dir = 8; + name = "west bump"; + pixel_x = -24; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/engineering/hallway) +"nb" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/engineering/hallway) +"nd" = ( +/obj/structure/closet/radiation, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/sign/warning/radioactive{ + pixel_x = 32 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/engineering/hallway) +"ne" = ( +/obj/machinery/power/smes/buildable/preset/patrol/engine_gyrotron, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/engineering/fussion/control) +"nf" = ( +/obj/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/structure/cable/yellow{ + dir = 1 + }, +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/engineering/fussion/control) +"ng" = ( +/obj/machinery/fusion_fuel_injector/mapped{ + dir = 4; + initial_id_tag = "fusion_injector_patrol" + }, +/turf/simulated/floor, +/area/ship/patrol/engineering/fussion/control) +"nh" = ( +/obj/machinery/door/blast/regular/open{ + dir = 4; + id_tag = "prototype_chamber_blast_patrol" + }, +/obj/wallframe_spawn/reinforced_phoron, +/turf/simulated/floor, +/area/ship/patrol/engineering/fussion/control) +"ni" = ( +/obj/floor_decal/industrial/warning/corner{ + dir = 1; + icon_state = "warningcorner" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/patrol/engineering/fussion/control) +"nj" = ( +/obj/floor_decal/industrial/warning{ + dir = 9 + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/patrol/engineering/fussion/control) +"nk" = ( +/obj/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/patrol/engineering/fussion/control) +"nm" = ( +/obj/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/patrol/engineering/fussion/control) +"nn" = ( +/obj/floor_decal/industrial/warning{ + dir = 5; + icon_state = "warning" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/patrol/engineering/fussion/control) +"no" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/fuel{ + dir = 8 + }, +/obj/structure/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22; + req_access = list("ACCESS_CAVALRY") + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/engine/port) +"np" = ( +/obj/machinery/atmospherics/unary/engine{ + dir = 8 + }, +/obj/paint/red, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/engine/port) +"nq" = ( +/obj/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/airless, +/area/ship/patrol/maintenance/engine/port) +"nr" = ( +/obj/structure/table/reinforced, +/obj/machinery/vending/wallmed1{ + dir = 4; + pixel_x = -24 + }, +/obj/floor_decal/floordetail/edgedrain{ + dir = 9 + }, +/obj/floor_decal/corner/paleblue, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/reagent_containers/spray/sterilizine{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/clothing/suit/surgicalapron, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"ns" = ( +/obj/floor_decal/floordetail/edgedrain{ + dir = 1 + }, +/obj/floor_decal/corner/paleblue{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"nu" = ( +/obj/structure/closet/secure_closet/medical_wall{ + pixel_x = 26; + req_access = list("ACCESS_CAVALRY") + }, +/obj/floor_decal/floordetail/edgedrain{ + dir = 5 + }, +/obj/floor_decal/corner/paleblue{ + dir = 8 + }, +/obj/structure/hygiene/sink{ + dir = 1; + pixel_y = 16 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"nv" = ( +/obj/structure/closet/secure_closet/guncabinet/patrol/carabine, +/obj/floor_decal/industrial/warning/full, +/obj/machinery/light{ + dir = 8; + icon_state = "tube1" + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks/armory) +"nw" = ( +/obj/machinery/alarm{ + pixel_y = 24; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/closet/secure_closet/guncabinet/patrol/assault, +/obj/floor_decal/industrial/warning/full, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks/armory) +"nx" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/wallframe_spawn/reinforced, +/obj/paint/black, +/turf/simulated/floor/plating, +/area/ship/patrol/barracks/armory) +"ny" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/table/rack, +/obj/item/clothing/accessory/storage/black_drop, +/obj/item/clothing/accessory/storage/black_drop, +/obj/item/clothing/accessory/storage/black_drop, +/obj/item/clothing/accessory/storage/brown_drop, +/obj/item/clothing/accessory/storage/brown_drop, +/obj/item/clothing/accessory/storage/brown_drop, +/obj/item/clothing/accessory/storage/white_drop, +/obj/item/clothing/accessory/storage/white_drop, +/obj/item/clothing/accessory/storage/white_drop, +/obj/item/clothing/accessory/armband/bluegold/away_solpatrol, +/obj/item/clothing/accessory/armband/bluegold/away_solpatrol, +/obj/item/clothing/accessory/armband/bluegold/away_solpatrol, +/obj/item/clothing/head/beret/solgov/orbital, +/obj/item/clothing/head/beret/solgov/orbital, +/obj/item/clothing/head/beret/solgov/orbital, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/barracks) +"nz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/floor_decal/corner/red/full, +/obj/structure/closet/secure_closet/patrol/marine_lead, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks) +"nA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/floor_decal/corner/green/full, +/obj/structure/closet/secure_closet/patrol, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks) +"nB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/floor_decal/corner/green/full, +/obj/structure/closet/secure_closet/patrol, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks) +"nC" = ( +/obj/floor_decal/industrial/warning{ + dir = 9; + icon_state = "warning" + }, +/obj/floor_decal/industrial/warning/corner, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks) +"nD" = ( +/obj/floor_decal/industrial/warning/half, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks) +"nF" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/command/hangar) +"nG" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/floor_decal/corner/yellow{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/engineering/hallway) +"nH" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/turf/simulated/floor/tiled, +/area/ship/patrol/engineering/hallway) +"nI" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch/maintenance/bolted{ + frequency = 1379; + id_tag = "prototype_exterior_pat"; + name = "Fusion Maintenance" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/engineering/hallway) +"nJ" = ( +/obj/machinery/access_button/airlock_interior{ + master_tag = "prototype_controller_patrol"; + pixel_x = 24; + pixel_y = -24 + }, +/obj/structure/hygiene/shower{ + dir = 1 + }, +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/access_button/airlock_exterior{ + master_tag = "prototype_controller_patrol"; + pixel_x = -24; + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/engineering/hallway) +"nK" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch/maintenance/bolted{ + frequency = 1379; + id_tag = "prototype_interior_pat"; + name = "Fusion Maintenance" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/engineering/hallway) +"nL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/decal/cleanable/dirt, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/engineering/fussion/control) +"nM" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/engineering/fussion/control) +"nN" = ( +/obj/machinery/fusion_fuel_injector/mapped{ + dir = 4; + initial_id_tag = "fusion_injector_patrol" + }, +/turf/simulated/floor/reinforced, +/area/ship/patrol/engineering/fussion/control) +"nO" = ( +/obj/floor_decal/industrial/warning/corner{ + dir = 1; + icon_state = "warningcorner" + }, +/obj/floor_decal/industrial/warning/corner{ + dir = 8; + icon_state = "warningcorner" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/patrol/engineering/fussion/control) +"nP" = ( +/obj/floor_decal/industrial/warning/corner, +/obj/floor_decal/industrial/warning{ + dir = 9 + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/patrol/engineering/fussion/control) +"nR" = ( +/obj/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/obj/floor_decal/industrial/warning{ + dir = 5; + icon_state = "warning" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/patrol/engineering/fussion/control) +"nS" = ( +/obj/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/floor_decal/industrial/warning/corner, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/patrol/engineering/fussion/control) +"nT" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/engine/port) +"nU" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/adv, +/obj/floor_decal/floordetail/edgedrain{ + dir = 10 + }, +/obj/floor_decal/corner/paleblue{ + dir = 4 + }, +/obj/machinery/button/holosign{ + id_tag = "surgeryp"; + pixel_x = -24; + pixel_y = 5 + }, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -25; + req_access = list("ACCESS_CAVALRY") + }, +/obj/item/stack/nanopaste, +/obj/item/stack/nanopaste, +/obj/machinery/button/windowtint{ + id_tag = "surgery_windows_patrol"; + pixel_x = -24; + pixel_y = -5 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"nV" = ( +/obj/floor_decal/floordetail/edgedrain, +/obj/floor_decal/corner/paleblue{ + dir = 5 + }, +/obj/structure/table/reinforced, +/obj/item/reagent_containers/syringe{ + pixel_y = -2 + }, +/obj/machinery/light, +/obj/item/storage/firstaid/surgery, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"nW" = ( +/obj/machinery/optable, +/obj/floor_decal/floordetail/edgedrain, +/obj/floor_decal/corner/paleblue{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"nX" = ( +/obj/machinery/computer/operating{ + dir = 1 + }, +/obj/floor_decal/floordetail/edgedrain{ + dir = 6 + }, +/obj/floor_decal/corner/paleblue{ + dir = 1 + }, +/obj/item/device/radio/intercom/department/medbay{ + dir = 8; + pixel_x = 22 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"nY" = ( +/obj/floor_decal/corner/black{ + dir = 5 + }, +/obj/item/device/radio/intercom{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks/armory) +"nZ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/highsecurity{ + name = "Troops Armory" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/barracks/armory) +"oa" = ( +/obj/floor_decal/industrial/warning{ + dir = 1; + icon_state = "warning" + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks) +"ob" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/floor_decal/industrial/warning{ + dir = 1; + icon_state = "warning" + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks) +"od" = ( +/obj/floor_decal/industrial/warning{ + dir = 1; + icon_state = "warning" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks) +"oe" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks) +"of" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/table/rack, +/obj/item/rig/military, +/obj/item/rig/military, +/obj/item/rig/military, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/barracks) +"og" = ( +/obj/structure/table/rack, +/obj/floor_decal/industrial/outline/yellow, +/obj/item/shield/riot/metal, +/obj/item/shield/riot/metal, +/obj/structure/extinguisher_cabinet{ + pixel_x = 24; + dir = 8 + }, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/barracks) +"oh" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/floor_decal/corner/paleblue/diagonal, +/obj/structure/curtain/medical, +/obj/structure/extinguisher_cabinet{ + pixel_x = -24; + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"oi" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/engineering/fussion/control) +"oj" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/wallframe_spawn/reinforced, +/obj/paint/dark_gunmetal, +/turf/simulated/floor/plating, +/area/ship/patrol/engineering/fussion/control) +"ok" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/glass/engineering{ + name = "Engine Control Room" + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/engineering/fussion/control) +"ol" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall, +/area/ship/patrol/engineering/fussion/control) +"om" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/engineering/fussion/control) +"on" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/engineering/fussion/control) +"oo" = ( +/obj/machinery/power/emitter/gyrotron/anchored{ + dir = 4; + initial_id_tag = "fusion_gyrotron_patrol" + }, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/reinforced, +/area/ship/patrol/engineering/fussion/control) +"op" = ( +/obj/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/patrol/engineering/fussion/control) +"oq" = ( +/obj/floor_decal/industrial/warning{ + dir = 4; + icon_state = "warning" + }, +/obj/floor_decal/industrial/warning/corner{ + dir = 1; + icon_state = "warningcorner" + }, +/obj/floor_decal/industrial/warning/corner{ + dir = 8; + icon_state = "warningcorner" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/patrol/engineering/fussion/control) +"os" = ( +/obj/floor_decal/industrial/warning{ + dir = 8; + icon_state = "warning" + }, +/obj/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/floor_decal/industrial/warning/corner, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/patrol/engineering/fussion/control) +"ot" = ( +/obj/floor_decal/industrial/warning{ + dir = 4; + icon_state = "warning" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/patrol/engineering/fussion/control) +"ox" = ( +/obj/floor_decal/corner/black{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks/armory) +"oy" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/floor_decal/corner/black{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks/armory) +"oz" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/highsecurity{ + name = "Troops Armory" + }, +/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" + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/barracks/armory) +"oA" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks) +"oB" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks) +"oC" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks) +"oE" = ( +/obj/machinery/power/apc/critical{ + dir = 8; + name = "west bump"; + pixel_x = -24; + req_access = list("ACCESS_CAVALRY") + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/engineering/fussion/control) +"oF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/engineering/fussion/control) +"oG" = ( +/obj/machinery/button/blast_door{ + desc = "A remote control-switch for the observation shutters"; + id_tag = "fusion_observation_patrol"; + name = "Chamber Observation"; + pixel_y = 29 + }, +/obj/machinery/computer/fusion/fuel_control{ + dir = 8; + id_tag = null; + initial_id_tag = "fusion_injector_patrol" + }, +/obj/floor_decal/corner/yellow{ + dir = 6 + }, +/obj/machinery/button/blast_door{ + desc = "A remote control-switch for the prototype exhaust"; + id_tag = "prototype_exhaust_patrol"; + name = "Chamber Exhaust"; + pixel_y = 21 + }, +/obj/machinery/button/blast_door{ + desc = "A remote control-switch for the engine containment doors"; + id_tag = "prototype_chamber_blast_patrol"; + name = "Chamber Containment"; + pixel_y = 37 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/engineering/fussion/control) +"oI" = ( +/obj/floor_decal/industrial/warning, +/obj/structure/closet/crate/radiation, +/obj/item/stack/material/deuterium/fifty, +/obj/item/stack/material/deuterium/fifty, +/obj/item/stack/material/deuterium/fifty, +/obj/item/stack/material/tritium/fifty, +/obj/item/stack/material/tritium/fifty, +/obj/item/stack/material/tritium/fifty, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/engineering/fussion/control) +"oJ" = ( +/obj/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/engineering/fussion/control) +"oK" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/ship/patrol/engineering/fussion/control) +"oL" = ( +/obj/floor_decal/industrial/warning/corner{ + dir = 8; + icon_state = "warningcorner" + }, +/obj/floor_decal/industrial/warning/corner{ + dir = 1; + icon_state = "warningcorner" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/patrol/engineering/fussion/control) +"oM" = ( +/obj/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/floor_decal/industrial/warning{ + dir = 10; + icon_state = "warning" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/patrol/engineering/fussion/control) +"oO" = ( +/obj/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/floor_decal/industrial/warning{ + dir = 6; + icon_state = "warning" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/patrol/engineering/fussion/control) +"oP" = ( +/obj/floor_decal/industrial/warning/corner, +/obj/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/patrol/engineering/fussion/control) +"oR" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/engine/port) +"oS" = ( +/obj/structure/closet/secure_closet/guncabinet/patrol/utility, +/obj/floor_decal/industrial/warning/full, +/obj/machinery/light{ + dir = 8; + icon_state = "tube1" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks/armory) +"oT" = ( +/obj/structure/cable, +/obj/machinery/power/apc/critical{ + name = "south bump"; + pixel_y = -24; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/closet/secure_closet/guncabinet/patrol/energy, +/obj/floor_decal/industrial/warning/full, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks/armory) +"oU" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/wallframe_spawn/reinforced, +/obj/paint/black, +/turf/simulated/floor/plating, +/area/ship/patrol/barracks/armory) +"oW" = ( +/obj/floor_decal/industrial/warning, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks) +"oX" = ( +/obj/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks) +"oY" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/floor_decal/industrial/warning/corner{ + dir = 4; + icon_state = "warningcorner" + }, +/obj/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks) +"pa" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/floor_decal/industrial/warning, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/structure/sign/warning/high_voltage{ + pixel_x = -32 + }, +/obj/machinery/computer/air_control{ + dir = 4; + frequency = 1442; + input_tag = "patrol_rust"; + name = "RUST Injector Control Console"; + output_tag = null + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/engineering/fussion/control) +"pb" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/obj/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/engineering/fussion/control) +"pc" = ( +/obj/machinery/computer/fusion/core_control{ + dir = 8; + id_tag = null; + initial_id_tag = "fusion_core_patrol" + }, +/obj/floor_decal/corner/yellow{ + dir = 6 + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/engineering/fussion/control) +"pd" = ( +/obj/machinery/door/blast/regular{ + dir = 4; + id_tag = "fusion_observation_patrol" + }, +/obj/paint/dark_gunmetal, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor, +/area/ship/patrol/engineering/fussion/control) +"pe" = ( +/obj/machinery/fusion_fuel_compressor, +/obj/structure/cable/yellow{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable/yellow{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/engineering/fussion/control) +"pf" = ( +/obj/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/decal/cleanable/dirt, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/engineering/fussion/control) +"pg" = ( +/obj/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/engineering/fussion/control) +"ph" = ( +/obj/floor_decal/industrial/warning{ + dir = 10; + icon_state = "warning" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/patrol/engineering/fussion/control) +"pi" = ( +/obj/floor_decal/industrial/warning/corner{ + dir = 8; + icon_state = "warningcorner" + }, +/obj/floor_decal/industrial/warning/corner, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/patrol/engineering/fussion/control) +"pk" = ( +/obj/floor_decal/industrial/warning/corner, +/obj/floor_decal/industrial/warning/corner{ + dir = 8; + icon_state = "warningcorner" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/patrol/engineering/fussion/control) +"pl" = ( +/obj/floor_decal/industrial/warning{ + dir = 6; + icon_state = "warning" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/patrol/engineering/fussion/control) +"pp" = ( +/obj/structure/table/rack, +/obj/floor_decal/industrial/outline/yellow, +/obj/item/clothing/suit/armor/pcarrier, +/obj/item/clothing/suit/armor/pcarrier, +/obj/item/clothing/suit/armor/pcarrier, +/obj/item/clothing/accessory/storage/pouches, +/obj/item/clothing/accessory/storage/pouches, +/obj/item/clothing/accessory/storage/pouches, +/obj/item/clothing/accessory/storage/pouches/large, +/obj/item/clothing/accessory/storage/pouches/large, +/obj/item/clothing/accessory/storage/pouches/large, +/obj/machinery/light, +/obj/item/clothing/accessory/ubac, +/obj/item/clothing/accessory/ubac, +/obj/item/clothing/accessory/ubac, +/obj/item/clothing/accessory/arm_guards/tactical, +/obj/item/clothing/accessory/arm_guards/tactical, +/obj/item/clothing/accessory/arm_guards/tactical, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/barracks) +"pq" = ( +/obj/structure/table/rack, +/obj/floor_decal/industrial/outline/yellow, +/obj/item/clothing/suit/armor/pcarrier/tan, +/obj/item/clothing/suit/armor/pcarrier/tan, +/obj/item/clothing/suit/armor/pcarrier/tan, +/obj/item/clothing/accessory/storage/pouches/tan, +/obj/item/clothing/accessory/storage/pouches/tan, +/obj/item/clothing/accessory/storage/pouches/tan, +/obj/item/clothing/accessory/storage/pouches/large/tan, +/obj/item/clothing/accessory/storage/pouches/large/tan, +/obj/item/clothing/accessory/storage/pouches/large/tan, +/obj/item/clothing/accessory/ubac/tan, +/obj/item/clothing/accessory/ubac/tan, +/obj/item/clothing/accessory/ubac/tan, +/obj/item/clothing/accessory/arm_guards/tan, +/obj/item/clothing/accessory/arm_guards/tan, +/obj/item/clothing/accessory/arm_guards/tan, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/barracks) +"pr" = ( +/obj/structure/cable, +/obj/machinery/power/apc/critical{ + name = "south bump"; + pixel_y = -24; + req_access = list("ACCESS_CAVALRY") + }, +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/table/rack, +/obj/item/stack/material/steel/fifty, +/obj/item/stack/material/glass/fifty{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/stack/material/aluminium, +/obj/item/stack/material/plastic/fifty, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/barracks) +"ps" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/table/rack, +/obj/item/crowbar/prybar, +/obj/item/crowbar/prybar, +/obj/item/crowbar/prybar, +/obj/item/wrench, +/obj/item/wrench, +/obj/item/wrench, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/barracks) +"pt" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -25; + req_access = list("ACCESS_CAVALRY") + }, +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/barracks) +"pu" = ( +/obj/machinery/light{ + dir = 4; + icon_state = "tube1" + }, +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/dispenser/oxygen, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/barracks) +"pv" = ( +/obj/structure/cable, +/obj/machinery/power/smes/buildable/preset/patrol/engine_main, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/catwalk, +/turf/simulated/floor, +/area/ship/patrol/engineering/fussion/control) +"pw" = ( +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -25; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/cable/yellow, +/turf/simulated/floor/tiled, +/area/ship/patrol/engineering/fussion/control) +"px" = ( +/obj/machinery/computer/fusion/gyrotron{ + dir = 8; + id_tag = null; + initial_id_tag = "fusion_gyrotron_patrol" + }, +/obj/floor_decal/corner/yellow{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/engineering/fussion/control) +"py" = ( +/obj/machinery/door/blast/regular{ + dir = 4; + id_tag = "fusion_observation_patrol" + }, +/obj/paint/dark_gunmetal, +/turf/simulated/floor, +/area/ship/patrol/engineering/fussion/control) +"pz" = ( +/obj/floor_decal/industrial/warning{ + dir = 1; + icon_state = "warning" + }, +/obj/machinery/light, +/obj/structure/cable/yellow{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/port_gen/pacman/mrs, +/obj/item/stack/material/tritium/ten, +/turf/simulated/floor/plating, +/area/ship/patrol/engineering/fussion/control) +"pA" = ( +/obj/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/engineering/fussion/control) +"pB" = ( +/obj/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/engineering/fussion/control) +"pC" = ( +/obj/floor_decal/industrial/warning{ + dir = 1; + icon_state = "warning" + }, +/obj/machinery/portable_atmospherics/canister/hydrogen/engine_setup, +/turf/simulated/floor, +/area/ship/patrol/engineering/fussion/control) +"pD" = ( +/obj/floor_decal/industrial/warning/corner, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/patrol/engineering/fussion/control) +"pF" = ( +/obj/floor_decal/industrial/warning/corner{ + dir = 8; + icon_state = "warningcorner" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/patrol/engineering/fussion/control) +"pG" = ( +/obj/structure/cable, +/obj/machinery/shipsensors, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/patrol/maintenance/engine/port) +"pH" = ( +/obj/machinery/door/blast/regular/open{ + dir = 4; + id_tag = "sensorslockp"; + name = "Sensors Protective blast doors" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/patrol/maintenance/engine/port) +"pJ" = ( +/obj/paint/meatstation/lab, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/barracks/armory) +"pK" = ( +/obj/shuttle_landmark/nav_patrol/nav1, +/turf/space, +/area/space) +"pL" = ( +/obj/machinery/door/blast/regular{ + dir = 4; + id_tag = "prototype_exhaust_patrol" + }, +/obj/machinery/shield_diffuser, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/patrol/engineering/fussion/control) +"pM" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/command/cannon) +"pO" = ( +/obj/shuttle_landmark/nav_patrol/nav3, +/turf/space, +/area/space) +"qt" = ( +/obj/paint/meatstation/lab, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/command/cannon) +"qG" = ( +/obj/paint/meatstation/lab, +/turf/simulated/wall/r_wall, +/area/ship/patrol/command/cannon) +"rs" = ( +/obj/machinery/shield_diffuser, +/obj/floor_decal/industrial/warning, +/obj/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/door/blast/regular{ + dir = 4; + id_tag = "bsap_space"; + name = "Cannon Compartment Hatch" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/patrol/command/cannon) +"rt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/conveyor_switch{ + id = "bsap"; + name = "loading conveyor switch" + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/command/cannon) +"rx" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/computer/ship/navigation{ + dir = 1 + }, +/obj/floor_decal/industrial/outline/yellow, +/obj/floor_decal/industrial/outline/yellow, +/obj/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/bridge) +"rI" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/computer/ship/helm{ + dir = 4 + }, +/obj/floor_decal/corner/blue{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/bridge) +"rL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/command/cannon) +"rQ" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/medbay) +"rZ" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/patrol/engineering/equipment) +"sJ" = ( +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/command/hangar) +"sW" = ( +/obj/paint/meatstation/lab, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/medbay) +"sZ" = ( +/obj/structure/catwalk, +/obj/structure/lattice, +/turf/space, +/area/space) +"tb" = ( +/obj/paint/meatstation/lab, +/turf/simulated/wall/r_wall, +/area/ship/patrol/engineering/fussion/control) +"tn" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/patrol/command/eva) +"tu" = ( +/obj/paint/meatstation/lab, +/turf/simulated/wall/r_wall, +/area/ship/patrol/command/hangar) +"ty" = ( +/obj/structure/lattice, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/catwalk, +/turf/space, +/area/space) +"tR" = ( +/obj/paint/meatstation/lab, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/engine/port) +"tS" = ( +/obj/paint/meatstation/lab, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 9 + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/engine/starboard) +"uh" = ( +/obj/structure/table/rack, +/obj/floor_decal/industrial/outline/yellow, +/obj/item/clothing/suit/armor/pcarrier/green, +/obj/item/clothing/suit/armor/pcarrier/green, +/obj/item/clothing/suit/armor/pcarrier/green, +/obj/item/clothing/accessory/storage/pouches/green, +/obj/item/clothing/accessory/storage/pouches/green, +/obj/item/clothing/accessory/storage/pouches/green, +/obj/item/clothing/accessory/storage/pouches/large/green, +/obj/item/clothing/accessory/storage/pouches/large/green, +/obj/item/clothing/accessory/storage/pouches/large/green, +/obj/item/clothing/accessory/ubac/green, +/obj/item/clothing/accessory/ubac/green, +/obj/item/clothing/accessory/ubac/green, +/obj/item/clothing/accessory/arm_guards/green, +/obj/item/clothing/accessory/arm_guards/green, +/obj/item/clothing/accessory/arm_guards/green, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/barracks) +"uB" = ( +/obj/paint/meatstation/lab, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/crew/cargo) +"uW" = ( +/obj/floor_decal/industrial/warning/full, +/obj/machinery/porta_turret{ + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/ship/reaper) +"vd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/wall/ocp_wall, +/area/ship/patrol/engineering/fussion/control) +"vz" = ( +/obj/machinery/computer/ship/disperser/military{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/command/cannon) +"vR" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + pixel_y = 0 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/command/cannon) +"wa" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/patrol/crew/cargo) +"wf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/command/cannon) +"wk" = ( +/obj/machinery/atmospherics/unary/outlet_injector{ + frequency = 1442; + icon_state = "map_injector"; + id = "patrol_rust"; + use_power = 1 + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/patrol/engineering/fussion/control) +"wC" = ( +/obj/machinery/computer/ship/navigation/telescreen{ + pixel_y = 26 + }, +/obj/structure/bed/chair/padded/black, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/command/cannon) +"wN" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/patrol/dock) +"wO" = ( +/obj/floor_decal/industrial/outline/orange, +/obj/structure/ship_munition/disperser_charge/fire/military, +/obj/structure/sign/warning/nosmoking_1{ + dir = 4; + pixel_x = -34; + pixel_y = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/command/cannon) +"xr" = ( +/obj/machinery/shipsensors, +/turf/simulated/floor/plating, +/area/ship/reaper) +"xy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/window/brigdoor/northright, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/command/cannon) +"xR" = ( +/obj/floor_decal/corner/blue{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/bridge) +"ya" = ( +/obj/paint/meatstation/lab, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/command/hangar) +"ye" = ( +/obj/floor_decal/industrial/outline/orange, +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/structure/ship_munition/disperser_charge/fire/military, +/obj/structure/ship_munition/disperser_charge/fire/military, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/command/cannon) +"yr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/sign/warning/bomb_range{ + pixel_x = -32 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/command/cannon) +"zp" = ( +/obj/paint/meatstation/lab, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/engineering/fussion/control) +"zq" = ( +/obj/floor_decal/corner/blue{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/bridge) +"zJ" = ( +/obj/paint/meatstation/lab, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/atmos) +"zW" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/command/hangar) +"Al" = ( +/obj/paint/black, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/barracks/armory) +"AU" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/engine/starboard) +"Bl" = ( +/obj/random/trash, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/lower) +"Bz" = ( +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/structure/ship_munition/disperser_charge/fire/military, +/obj/floor_decal/industrial/outline/orange, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/command/cannon) +"BI" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/command/cannon) +"BY" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/ship_munition/disperser_charge/emp/military, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/command/cannon) +"Cb" = ( +/obj/structure/lattice, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/catwalk, +/turf/space, +/area/space) +"Cp" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/command/eva) +"Cr" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/table/rack, +/obj/item/clothing/mask/gas/half, +/obj/item/clothing/mask/gas/half, +/obj/item/clothing/mask/gas/half, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/barracks) +"Ct" = ( +/obj/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/command/cannon) +"Cy" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/sign/warning/secure_area{ + dir = 4; + pixel_x = -34 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/command/cannon) +"CI" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/engineering/fussion/control) +"CT" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/table/rack, +/obj/item/clothing/accessory/storage/holster/machete, +/obj/item/clothing/accessory/storage/holster/machete, +/obj/item/clothing/accessory/storage/holster/machete, +/obj/item/clothing/accessory/storage/holster/knife/polymer, +/obj/item/clothing/accessory/storage/holster/knife/polymer, +/obj/item/clothing/accessory/storage/holster/knife/polymer, +/obj/item/clothing/accessory/storage/holster/armpit, +/obj/item/clothing/accessory/storage/holster/armpit, +/obj/item/clothing/accessory/storage/holster/armpit, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/barracks) +"CW" = ( +/obj/paint/red, +/obj/structure/sign/warning/hot_exhaust, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/engine/port) +"DJ" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "bsap" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/floor_decal/industrial/warning{ + dir = 1; + icon_state = "warning" + }, +/obj/floor_decal/industrial/warning, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/patrol/command/cannon) +"DU" = ( +/obj/paint/meatstation/lab, +/obj/structure/sign/solgov, +/turf/simulated/wall/r_wall, +/area/ship/patrol/dock) +"DV" = ( +/obj/floor_decal/industrial/warning{ + dir = 4; + icon_state = "warning" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/floor_decal/corner/paleblue/diagonal, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"DW" = ( +/obj/structure/catwalk, +/obj/machinery/atmospherics/unary/outlet_injector{ + use_power = 1; + icon_state = "map_injector" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/engine/starboard) +"DY" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/plating, +/area/ship/patrol/engineering/fussion/control) +"Ex" = ( +/obj/paint/meatstation/lab, +/turf/simulated/wall/r_wall, +/area/ship/patrol/barracks) +"Fo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/wall/ocp_wall, +/area/ship/patrol/engineering/fussion/control) +"FA" = ( +/obj/paint/meatstation/lab, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/engine/port) +"FI" = ( +/obj/structure/lattice, +/obj/structure/catwalk, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/space, +/area/space) +"FP" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/command/cannon) +"FU" = ( +/obj/paint/black, +/obj/structure/sign/fifthfleet/small, +/turf/simulated/wall/r_titanium, +/area/ship/reaper) +"FW" = ( +/obj/paint/meatstation/lab, +/turf/simulated/wall/r_wall, +/area/ship/patrol/medbay) +"Gb" = ( +/obj/machinery/door/firedoor, +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/airlock/multi_tile/glass/command{ + name = "Bridge" + }, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/command/bridge) +"Gj" = ( +/obj/machinery/atmospherics/unary/heater{ + dir = 8 + }, +/obj/floor_decal/industrial/warning/full, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"GD" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + pixel_y = 0 + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/command/cannon) +"GF" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/computer/ship/engines{ + dir = 4 + }, +/obj/floor_decal/corner/blue/three_quarters{ + dir = 8 + }, +/obj/machinery/alarm{ + pixel_y = 24; + req_access = list("ACCESS_CAVALRY") + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/bridge) +"GP" = ( +/obj/floor_decal/industrial/warning, +/obj/machinery/sleeper{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/medbay) +"Hi" = ( +/obj/machinery/door/airlock/maintenance, +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + pixel_y = 0 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/maintenance/lower) +"Hl" = ( +/obj/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/command/cannon) +"HY" = ( +/obj/floor_decal/corner/brown{ + dir = 8 + }, +/obj/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/cargo) +"ID" = ( +/obj/paint/red, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/engine/starboard) +"IG" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/command/cannon) +"IW" = ( +/obj/paint/meatstation/lab, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/command/eva) +"Jl" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/door/blast/regular/open{ + dir = 2; + id_tag = "bridgep_lock"; + name = "Bridge Lockdown blast doors" + }, +/obj/wallframe_spawn/reinforced, +/obj/paint/dark_gunmetal, +/turf/simulated/floor/plating, +/area/ship/patrol/command/bridge) +"JF" = ( +/obj/machinery/fabricator/hacked{ + desc = "Your typical Special Forces Autolathe."; + name = "Autolathe" + }, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/barracks) +"JU" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/crew/cargo) +"JZ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + pixel_y = 0 + }, +/obj/structure/table/steel_reinforced, +/obj/item/folder/blue, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/bridge) +"Ks" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + pixel_y = 0 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/command/cannon) +"Kv" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/command/eva) +"KF" = ( +/obj/paint/meatstation/lab, +/obj/machinery/atmospherics/pipe/simple/visible/black{ + dir = 6 + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/engine/starboard) +"KL" = ( +/obj/floor_decal/corner/paleblue/diagonal, +/obj/item/stool/padded, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/equipment) +"KP" = ( +/obj/paint/meatstation/lab, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/engine/starboard) +"KQ" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + pixel_y = 0 + }, +/obj/floor_decal/icarus_scglogo{ + dir = 8; + icon_state = "center-left" + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/bridge) +"Lm" = ( +/obj/paint/red, +/turf/simulated/wall/r_titanium, +/area/ship/reaper) +"Lt" = ( +/obj/paint/red, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/engine/port) +"Lv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/structure/bed/chair/office/comfy/blue{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/command/cannon) +"LN" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 4 + }, +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/engineering/fussion/control) +"LP" = ( +/obj/paint/meatstation/lab, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/command/hangar) +"LU" = ( +/obj/structure/railing/mapped, +/obj/floor_decal/industrial/outline/red, +/obj/floor_decal/industrial/outline/red, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/ship_munition/disperser_charge/explosive/military, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/command/cannon) +"Mm" = ( +/obj/machinery/pointdefense{ + initial_id_tag = "patrol_pd" + }, +/obj/structure/cable, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/space) +"MC" = ( +/obj/machinery/pointdefense{ + initial_id_tag = "patrol_pd" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/space) +"MF" = ( +/obj/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/command/cannon) +"MR" = ( +/obj/paint/dark_gunmetal, +/obj/machinery/atmospherics/binary/pump/on{ + dir = 1; + target_pressure = 15000; + name = "Waste to Space" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/engine/starboard) +"Ne" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/patrol/command/hangar) +"No" = ( +/obj/machinery/hologram/holopad/longrange, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/reaper) +"Nt" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/command/hangar) +"NY" = ( +/obj/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/ion_engine{ + dir = 8 + }, +/turf/simulated/floor/airless, +/area/ship/patrol/maintenance/engine/port) +"Ol" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/command/cannon) +"Op" = ( +/obj/paint/meatstation/lab, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/medbay) +"Ow" = ( +/obj/paint/black, +/turf/simulated/wall/titanium, +/area/ship/reaper) +"OK" = ( +/obj/decal/cleanable/dirt, +/obj/machinery/light/spot{ + dir = 4 + }, +/obj/floor_decal/industrial/warning/full, +/obj/machinery/porta_turret{ + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plating, +/area/ship/reaper) +"Pn" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/engineering/fussion/control) +"PD" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/engine/starboard) +"PF" = ( +/obj/structure/lattice, +/obj/structure/catwalk, +/turf/space, +/area/space) +"PV" = ( +/obj/machinery/alarm{ + pixel_y = 24; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/command/cannon) +"PX" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/railing/mapped{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/reaper) +"Qa" = ( +/obj/submap_landmark/joinable_submap/away_scg_patrol, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower) +"Qe" = ( +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/command/cannon) +"QH" = ( +/obj/paint/red, +/obj/structure/sign/warning/hot_exhaust, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/engine/starboard) +"QL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2"; + pixel_y = 0 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/command/cannon) +"QP" = ( +/obj/structure/railing/mapped, +/obj/floor_decal/industrial/outline/red, +/obj/structure/ship_munition/disperser_charge/explosive/military, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/command/cannon) +"Rb" = ( +/obj/machinery/door/blast/regular{ + dir = 4; + id_tag = "fusion_observation_patrol" + }, +/obj/paint/dark_gunmetal, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor, +/area/ship/patrol/engineering/fussion/control) +"Rk" = ( +/obj/machinery/button/blast_door{ + pixel_x = 8; + pixel_y = 25; + id_tag = "bsap_space"; + name = "Fire-ready Blast Door" + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/structure/table/steel_reinforced, +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/item/hand_labeler, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/command/cannon) +"Rs" = ( +/obj/machinery/atmospherics/unary/heater{ + dir = 4 + }, +/obj/floor_decal/industrial/warning/full, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/atmos) +"RA" = ( +/obj/structure/table/steel_reinforced, +/obj/floor_decal/corner/blue{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/bridge) +"RG" = ( +/obj/floor_decal/industrial/warning/full, +/obj/machinery/porta_turret{ + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/ship/reaper) +"Sl" = ( +/obj/paint/meatstation/lab, +/turf/simulated/wall/r_wall, +/area/ship/patrol/barracks/armory) +"SC" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/engine/starboard) +"SG" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/light{ + dir = 4; + icon_state = "tube1" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/dock) +"SM" = ( +/obj/structure/lattice, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/catwalk, +/turf/space, +/area/space) +"SV" = ( +/obj/floor_decal/industrial/warning, +/obj/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/disperser/front{ + dir = 8 + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/ship/patrol/command/cannon) +"TX" = ( +/obj/paint/dark_gunmetal, +/obj/structure/sign/fifthfleet/small, +/turf/simulated/wall/r_wall, +/area/ship/patrol/command/bridge) +"Uk" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/atmos) +"UL" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 26 + }, +/obj/structure/bed/chair/padded/black, +/obj/floor_decal/corner/blue{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/bridge) +"Vb" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/engineering/fussion/control) +"Vf" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/command/cannon) +"Vm" = ( +/obj/machinery/computer/ship/navigation{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/command/cannon) +"Vq" = ( +/obj/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/ion_engine{ + dir = 8 + }, +/turf/simulated/floor/airless, +/area/ship/patrol/maintenance/engine/starboard) +"Vr" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/sol{ + name = "Fleet Equipment Room" + }, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/crew/hallway/lower/port) +"VB" = ( +/obj/paint/dark_gunmetal, +/obj/structure/sign/fifthfleet/small, +/turf/simulated/wall/r_wall, +/area/ship/patrol/dock) +"VH" = ( +/obj/paint/meatstation/lab, +/turf/simulated/wall/r_wall, +/area/ship/patrol/dock) +"VI" = ( +/obj/paint/meatstation/lab, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/command/eva) +"Wd" = ( +/obj/floor_decal/corner/yellow{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/aft) +"Wn" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/atmos) +"Wq" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/command/hangar) +"Ww" = ( +/obj/paint/dark_gunmetal, +/obj/wallframe_spawn/reinforced, +/obj/machinery/door/blast/regular/open{ + dir = 4; + id_tag = "bridgep_lock"; + name = "Bridge Lockdown blast doors" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 0 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/command/bridge) +"WX" = ( +/obj/paint/meatstation/lab, +/obj/structure/sign/warning/vent_port, +/turf/simulated/wall/r_wall, +/area/ship/patrol/engineering/fussion/control) +"Xc" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/command/cannon) +"Xg" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/command/cannon) +"Xj" = ( +/obj/floor_decal/corner/black{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/barracks/armory) +"Xv" = ( +/obj/structure/table/steel_reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/item/pen/fancy{ + pixel_x = 3; + pixel_y = -1 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/storage/secure/safe{ + pixel_y = 24; + pixel_x = 3 + }, +/obj/floor_decal/corner/blue/three_quarters{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/bridge) +"Xx" = ( +/obj/floor_decal/corner/brown{ + dir = 4 + }, +/obj/floor_decal/industrial/warning{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/lower/starboard) +"XC" = ( +/obj/paint/dark_gunmetal, +/obj/machinery/atmospherics/pipe/simple/visible/black, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/engine/starboard) +"XG" = ( +/obj/item/device/radio/intercom{ + dir = 1; + pixel_y = -28 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/command/cannon) +"XJ" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/table/rack, +/obj/item/rig_module/maneuvering_jets, +/obj/item/rig_module/maneuvering_jets, +/obj/item/rig_module/maneuvering_jets, +/obj/item/rig_module/electrowarfare_suite, +/obj/item/rig_module/electrowarfare_suite, +/obj/item/rig_module/electrowarfare_suite, +/obj/item/rig_module/device/healthscanner, +/obj/item/rig_module/chem_dispenser/combat, +/obj/item/rig_module/chem_dispenser/combat, +/obj/item/rig_module/chem_dispenser/combat, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/barracks) +"Yr" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/table/rack, +/obj/item/rig_module/device/rcd, +/obj/item/rig_module/grenade_launcher/light, +/obj/item/rig_module/grenade_launcher/light, +/obj/item/rig_module/grenade_launcher/light, +/obj/item/rig_module/power_sink, +/obj/item/rig_module/power_sink, +/obj/item/rig_module/power_sink, +/obj/item/rig_module/self_destruct/small, +/obj/item/rig_module/self_destruct/small, +/obj/item/rig_module/self_destruct/small, +/obj/item/rig_module/vision/multi, +/obj/item/rig_module/vision/nvg, +/obj/item/rig_module/vision/nvg, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/barracks) +"YJ" = ( +/obj/machinery/pointdefense{ + initial_id_tag = "patrol_pd" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/space) +"YP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/bed/chair/comfy/black{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/bridge) +"YU" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/floor_decal/corner/blue{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/command/bridge) +"Zl" = ( +/obj/structure/catwalk, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/random/trash, +/turf/simulated/floor/plating, +/area/ship/patrol/command/hangar) +"Zn" = ( +/obj/paint/meatstation/lab, +/obj/structure/sign/warning/hot_exhaust, +/turf/simulated/wall/r_wall, +/area/ship/patrol/engineering/fussion/control) +"Zr" = ( +/obj/machinery/vending/coffee{ + name = "Better Hot Drinks machine"; + prices = list() + }, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/command/bridge) +"ZG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/helium{ + start_pressure = 14999 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/engineering/fussion/control) +"ZX" = ( +/obj/machinery/pointdefense{ + initial_id_tag = "patrol_pd" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/space) + +(1,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(2,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(3,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(4,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(5,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(6,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(7,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(8,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(9,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(10,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(11,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(12,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(13,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(14,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(15,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(16,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(17,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(18,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(19,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(20,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(21,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +pK +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(22,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(23,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(24,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(25,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(26,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(27,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(28,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(29,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(30,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(31,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(32,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(33,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(34,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(35,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +qG +qG +rs +qG +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(36,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +eF +PF +PF +qG +qG +hM +SV +qG +qG +sZ +PF +YJ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(37,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ty +qG +gh +gh +hM +hM +hL +hM +qG +qG +qG +FI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(38,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +qt +qG +hM +hM +hM +hM +hN +hM +hM +hM +qG +qt +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(39,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +qG +iD +GD +IG +hM +hM +hM +hO +hM +hM +hM +hM +qt +qG +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(40,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +qG +qG +hM +hM +Rk +rt +yr +gZ +DJ +iE +wf +Cy +hM +FP +gh +FW +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(41,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +qG +qG +qG +hM +hM +hM +wC +Qe +Qe +ha +hP +BY +Xg +gY +GD +hd +hM +FW +FW +FW +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(42,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +YJ +aa +aa +al +qG +hM +hM +hM +hM +hM +PV +Qe +Qe +iF +hQ +iF +BI +eJ +Vm +vz +hM +jk +jk +FW +FW +aa +aa +YJ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(43,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ty +PF +al +al +hM +hM +hM +hM +hM +hM +Xc +vR +hf +QL +hR +Ks +rL +xy +Lv +XG +hM +jk +jk +jk +FW +FW +PF +ty +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(44,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ty +al +al +tn +hM +hc +wO +Vf +eH +pM +Qe +Qe +Ol +hM +gX +hM +hM +hM +hM +hM +hM +jk +jk +jk +jk +FW +FW +ty +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(45,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +VI +IW +Cp +Kv +hM +Bz +ye +eo +eI +eb +Ct +MF +Hl +hM +hT +hM +jl +jQ +kn +oh +kM +lJ +mk +mN +jk +jk +FW +Op +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(46,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +al +tn +tn +cl +tn +tn +hM +ep +ep +QP +QP +QP +hM +hM +hS +hM +jm +jR +ko +kN +kN +lK +DV +mO +rQ +rQ +rQ +sW +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(47,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +al +tn +bD +cm +cR +tn +hM +eq +ep +gg +LU +gg +hM +gD +hU +jk +jn +jS +kp +kO +jP +lL +ml +jk +jk +jk +jk +FW +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(48,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +al +tn +bE +cm +cS +tn +hM +hM +hM +hM +hM +hM +hM +hh +hY +iH +jo +jT +jo +kP +lr +lM +GP +mP +nr +nU +jk +FW +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(49,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +al +tn +bF +cm +cT +tn +dQ +es +eK +fj +fL +gi +Hi +hg +hW +iI +kq +jU +kq +ls +kQ +lN +mm +mQ +ns +nV +jk +FW +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(50,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +al +al +tn +bG +cm +cU +tn +dQ +et +et +et +et +et +et +hh +hX +iJ +jq +jV +kr +lt +kR +lO +mn +mP +ns +nW +jk +FW +FW +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(51,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +al +al +tn +tn +bH +cq +cV +tn +dS +et +eL +eL +eL +gj +et +hi +hV +iG +jr +jW +ks +kS +lu +lP +mo +jk +nu +nX +jk +jk +FW +FW +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(52,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +al +tn +tn +tn +tn +cr +tn +tn +Bl +et +eL +eL +eL +eL +et +hj +hZ +iK +js +js +jk +jk +jk +jk +jk +mR +mR +mR +mR +mR +mR +Sl +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(53,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ZX +SM +SM +uB +JU +JU +bf +bI +cs +cW +dz +dT +et +eL +eL +eL +eL +et +hk +ia +iL +jY +jX +kt +kT +lv +lQ +mp +mR +nv +nY +ox +oS +Al +pJ +SM +SM +Mm +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(54,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +af +af +wa +aH +bg +bJ +ct +cX +dz +dQ +et +eL +eL +eL +eL +et +hl +ib +iL +jt +kU +kU +KL +KL +ku +mq +mR +nw +Xj +oy +oT +mR +Sl +Sl +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(55,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +af +wa +wa +aI +bg +bL +bL +cY +dz +eK +et +et +fk +fk +et +et +hm +ic +iL +iL +jZ +kv +kV +lx +lR +mr +mR +nx +nZ +oz +oU +mR +mR +Sl +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(56,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +af +wa +wa +aJ +bg +bL +bL +cZ +dz +dU +eu +eM +fl +fl +eu +gE +hn +id +iM +ju +ju +ju +ju +Vr +ju +js +iQ +ny +oa +oA +oX +uh +iQ +Ex +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(57,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +af +wa +wa +aK +bg +bL +cu +da +dA +dV +ev +eN +fm +Xx +gk +gF +Qa +ie +iN +jv +ka +kw +kW +ly +lS +mt +mS +nz +ob +oB +oW +pp +iQ +Ex +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(58,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +af +wa +wa +aL +bg +bL +cv +db +dB +dW +ew +eO +fn +fM +gl +gG +ho +if +iO +jw +kb +kx +kX +lz +lT +mu +mT +nA +oa +oA +oX +pq +iQ +Ex +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(59,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +af +wa +wa +aM +bh +bM +cw +dc +wa +ex +dX +eP +fo +ex +ex +gH +hp +ig +iP +iQ +iQ +ky +iQ +iQ +lU +mv +mU +nB +od +oA +oX +JF +iQ +Ex +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(60,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +af +wa +wa +aN +bi +bN +HY +dd +wa +GF +rI +eQ +fp +fN +ex +ex +hq +ih +iQ +iQ +kc +kz +kY +iQ +lV +mw +mV +nC +oe +oC +oY +pr +iQ +Ex +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(61,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ag +wN +wN +wN +bj +bO +cx +de +VB +xR +eS +eU +fq +fO +gm +TX +hr +ii +iQ +jx +kd +kA +kZ +lA +lW +mx +mW +nD +of +XJ +nD +ps +iQ +Ex +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(62,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ai +am +ar +aO +bk +bP +cy +df +wN +dY +JZ +KQ +fr +fP +gn +Jl +hs +ij +iQ +jy +ke +kB +la +lB +lX +my +mX +nD +CT +Yr +nD +pt +iQ +Ex +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(63,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ai +an +as +aP +bl +bQ +cz +dg +wN +dZ +YP +fQ +fs +eR +rx +gI +hr +ik +iQ +jz +kf +kC +lb +iQ +lY +mz +mY +nD +og +Cr +nD +pu +iQ +Ex +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(64,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +DU +ao +at +wN +bm +bR +cA +dh +wN +Xv +RA +go +ft +zq +gp +ex +ht +il +iR +iR +iR +iR +iR +iR +iR +iQ +iQ +iQ +iQ +iQ +iQ +iQ +iQ +Ex +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(65,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +VH +ap +au +aQ +bn +bS +SG +cB +wN +ex +Ww +eV +fu +fS +ex +ex +hu +Wd +iS +jA +kg +kD +lc +lC +rZ +mB +mB +mB +md +md +md +md +md +tb +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(66,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +VH +wN +wN +wN +wN +wN +wN +wN +wN +Zr +eT +eT +YU +eT +eT +Gb +hv +im +iT +jB +kh +jB +ld +jB +iT +mC +na +nG +oj +oE +pa +pv +oi +tb +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(67,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aj +Uk +Uk +aR +bo +Uk +cC +di +Uk +ea +dC +UL +fv +fT +gr +gJ +hw +in +iU +jC +ki +kE +le +lD +lZ +mD +nb +nH +ok +oF +pb +pw +Vb +tb +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(68,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aj +Uk +av +aS +bp +ba +bp +bp +Uk +ey +ey +ey +ey +ey +ey +ey +hq +io +iV +jD +iV +kF +lf +lE +ma +mE +mB +nI +ol +oG +pc +px +Vb +tb +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(69,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ZX +SM +zJ +Wn +aw +aT +bq +bT +cD +dk +Uk +ec +ez +eX +fw +fU +gs +gK +hy +ip +iV +jE +iV +kG +lg +lF +mb +mE +nd +nJ +md +Rb +pd +py +CI +zp +zp +SM +Mm +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(70,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aj +Uk +ax +aU +br +bU +cE +dl +dD +ed +eA +eY +fx +fV +gt +gL +hz +iq +iV +jF +iV +kH +lh +lG +mc +mB +mB +nK +mB +oI +pe +pz +md +md +tb +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(71,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aj +Uk +ay +aV +bs +bV +cF +dm +Uk +ee +eB +eZ +fy +fW +gu +gM +hA +ir +iV +jG +iV +kI +li +lH +kF +md +ne +nL +om +oJ +pf +pA +DY +md +tb +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(72,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aj +Uk +az +aW +bt +bW +cG +dn +Uk +Uk +Uk +fa +fz +fa +fa +fa +hB +is +fa +Nt +nF +nF +nF +nF +Pn +mF +nf +nM +on +oK +pg +pB +LN +md +tb +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(73,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aj +Uk +aA +aX +bu +bX +cH +do +dE +ef +Uk +fb +fA +fY +gv +gN +hC +it +iW +jH +fY +kJ +lj +Ne +md +mG +ng +nN +oo +nN +nN +pC +ZG +md +tb +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(74,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aj +Uk +aB +aY +bv +bY +cI +dp +dF +eg +Uk +fc +fB +iu +gw +fE +fD +iu +fE +gw +fC +fB +fc +Ne +me +mH +nh +nh +nh +nh +nh +me +vd +tb +tb +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +pO +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(75,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aj +Uk +aC +aZ +bw +bZ +cJ +dq +dG +eh +Uk +fc +fC +iu +fE +fE +hD +hD +fE +fE +iu +fC +fc +Ne +me +mI +ni +mL +mL +mL +mL +wk +Fo +tb +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(76,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aj +Uk +Uk +ba +bx +ca +cK +dr +dH +ei +Uk +fd +iu +fZ +fE +fE +hE +iv +fE +fE +OK +iu +ll +Ne +me +mJ +nj +nO +op +oL +ph +mL +me +tb +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(77,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aj +Uk +aD +bb +by +cb +cJ +dr +dI +ej +Uk +fc +fD +fE +fE +gO +hF +hF +iX +fE +fE +fD +fc +Ne +me +mJ +nk +nP +oq +oM +pi +pD +me +Zn +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(78,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aj +Uk +aF +bc +bz +cc +cJ +dt +dt +dt +Uk +fc +uW +fE +gx +gP +gP +No +iY +jI +fE +RG +fc +Ne +me +eW +gf +lm +mf +mh +mi +mi +mK +pL +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(79,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aj +Uk +aF +bc +bA +cd +cJ +du +dJ +Rs +Uk +Zl +fE +fE +gy +gP +hG +ix +iZ +jJ +fE +fE +fc +Ne +me +mL +nm +nR +os +oO +pk +pF +me +WX +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(80,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aj +Uk +aF +bc +bB +ce +cM +dv +dK +ek +Uk +fc +fE +fE +fE +gQ +hG +iy +ja +fE +fE +fE +fc +Ne +me +mL +nn +nS +ot +oP +pl +mL +me +tb +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(81,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aj +Uk +aG +be +bC +cf +cN +dw +dL +Gj +Uk +fc +fE +ga +gz +gP +hH +PX +jb +jK +kj +fE +fc +Ne +me +mL +mL +mL +mL +mL +mL +mL +me +tb +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(82,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aj +Uk +Uk +Uk +Uk +bd +cO +Uk +Uk +Uk +Uk +fc +FU +gb +gA +gR +hI +iz +jc +jL +kk +FU +fc +Ne +me +me +me +me +me +me +me +me +me +tb +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(83,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ak +KF +XC +XC +MR +cg +cP +dx +dM +AU +iu +fc +fE +gc +gB +gP +hJ +iA +jd +jM +kl +fE +fc +sJ +mj +mj +mj +mj +mj +mj +tR +tR +tR +tR +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(84,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +DW +tS +KP +PD +PD +ch +cQ +dy +dN +el +eD +fe +fE +fE +fE +gS +Ow +Ow +je +fE +fE +fE +ln +jO +eC +mM +no +nT +mg +oR +bK +pG +tR +tR +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(85,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ZX +SM +Cb +ak +ak +ID +ci +ID +ci +ID +SC +eE +ff +Lm +Lm +Lm +gT +Ow +iB +jf +Lm +Lm +Lm +lo +lI +mj +Lt +np +Lt +np +Lt +tR +pH +FA +SM +SM +Mm +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(86,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ak +QH +cj +Vq +cj +dO +zW +iu +ff +fF +fF +Lm +fE +Ow +iC +jg +Lm +fF +fF +lo +sJ +Ne +dO +nq +NY +nq +CW +tR +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(87,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +dO +zW +Ne +fg +fG +ge +Lm +xr +fE +fE +jh +jN +ge +fG +lp +Ne +Ne +dO +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(88,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +tu +LP +Ne +fh +fH +fH +fH +gV +hK +hK +ji +jO +jO +jO +lq +Wq +ya +tu +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(89,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +LP +Ne +Ne +fI +fI +fI +gW +iu +fD +jj +iu +km +kL +Ne +Ne +LP +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(90,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +LP +tu +Ne +Ne +Ne +Ne +Ne +Ne +Ne +Ne +Ne +Ne +Ne +Ne +tu +LP +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(91,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ty +tu +tu +tu +tu +tu +tu +tu +tu +tu +tu +tu +tu +tu +tu +ty +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(92,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ty +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ty +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(93,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +MC +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +MC +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(94,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(95,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(96,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(97,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(98,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(99,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(100,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(101,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(102,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(103,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ae +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(104,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(105,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(106,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(107,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(108,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(109,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(110,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(111,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(112,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(113,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(114,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(115,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(116,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(117,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(118,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(119,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(120,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} diff --git a/mods/_fd/_maps/sentinel_fd/maps/sentinel-2.dmm b/mods/_fd/_maps/sentinel_fd/maps/sentinel-2.dmm new file mode 100644 index 0000000000000..84fc8e52da42e --- /dev/null +++ b/mods/_fd/_maps/sentinel_fd/maps/sentinel-2.dmm @@ -0,0 +1,20288 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/turf/space, +/area/space) +"ab" = ( +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/space) +"ac" = ( +/obj/paint/meatstation/lab, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/upper/starboard) +"ad" = ( +/obj/paint/meatstation/lab, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/upper/aft) +"ae" = ( +/obj/paint/meatstation/lab, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/upper) +"af" = ( +/obj/machinery/alarm{ + pixel_y = 24; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/starboard) +"ag" = ( +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/starboard) +"ah" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch/maintenance, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/maintenance/upper/starboard) +"ai" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/starboard) +"aj" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/starboard) +"ak" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/hatch/maintenance, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/starboard) +"al" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/starboard) +"am" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall, +/area/ship/patrol/maintenance/upper/starboard) +"an" = ( +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -25; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/cable, +/obj/structure/railing/mapped{ + dir = 1 + }, +/obj/structure/railing/mapped{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/starboard) +"ao" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/starboard) +"ap" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/starboard) +"aq" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/hatch/maintenance, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/maintenance/upper/aft) +"ar" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"as" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + 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/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"at" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"au" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall, +/area/ship/patrol/crew/hallway/upper/starboard) +"av" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/patrol/crew/cryo) +"aw" = ( +/obj/structure/cable{ + d1 = 32; + icon_state = "32-1" + }, +/obj/machinery/atmospherics/pipe/zpipe/down/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/zpipe/down/supply{ + dir = 1 + }, +/obj/structure/lattice, +/obj/structure/railing/mapped{ + dir = 1 + }, +/turf/simulated/open, +/area/ship/patrol/maintenance/upper/starboard) +"ax" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall, +/area/ship/patrol/maintenance/upper/aft) +"ay" = ( +/obj/structure/railing/mapped{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"az" = ( +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/cable, +/obj/structure/railing/mapped{ + dir = 1 + }, +/obj/structure/railing/mapped{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"aA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"aB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"aD" = ( +/obj/structure/bed/padded, +/obj/item/bedsheet/yellow, +/turf/simulated/floor/wood, +/area/ship/patrol/crew/hallway/upper/starboard) +"aE" = ( +/obj/structure/closet/cabinet, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/wood, +/area/ship/patrol/crew/hallway/upper/starboard) +"aF" = ( +/obj/structure/bed/padded, +/obj/item/bedsheet/blue, +/turf/simulated/floor/wood, +/area/ship/patrol/crew/hallway/upper/starboard) +"aG" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/cryopod{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/cryo) +"aH" = ( +/obj/floor_decal/industrial/warning{ + dir = 8; + icon_state = "warning" + }, +/obj/machinery/computer/cryopod{ + pixel_y = 32 + }, +/obj/submap_landmark/spawnpoint/away_patrol/pilot1, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/cryo) +"aI" = ( +/obj/floor_decal/industrial/warning{ + dir = 4; + icon_state = "warning" + }, +/obj/submap_landmark/spawnpoint/away_patrol/commander, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 24; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/cryo) +"aJ" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/cryopod, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/cryo) +"aK" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/patrol/crew/brig) +"aL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/catwalk, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"aM" = ( +/mob/living/exosuit/premade/powerloader/old, +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/mech_recharger, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/maintenance/upper/aft) +"aN" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -24; + req_access = list("ACCESS_CAVALRY") + }, +/obj/item/stool, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/starboard) +"aO" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall, +/area/ship/patrol/crew/hallway/upper) +"aP" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance, +/obj/floor_decal/industrial/hatch/yellow, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/crew/hallway/upper) +"aQ" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/carpet/green, +/area/ship/patrol/crew/hallway/upper/starboard) +"aR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/bed/chair/rounded/brown{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/ship/patrol/crew/hallway/upper/starboard) +"aT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/bed/chair/rounded/brown{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/ship/patrol/crew/hallway/upper/starboard) +"aU" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/carpet/green, +/area/ship/patrol/crew/hallway/upper/starboard) +"aV" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/cryopod{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/cryo) +"aW" = ( +/obj/floor_decal/industrial/warning{ + dir = 8; + icon_state = "warning" + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/cryo) +"aX" = ( +/obj/floor_decal/industrial/warning{ + dir = 4; + icon_state = "warning" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/cryo) +"aY" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/cryopod, +/obj/structure/sign/warning/nosmoking_1{ + dir = 8; + pixel_x = 32 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/cryo) +"aZ" = ( +/obj/floor_decal/corner/red{ + dir = 5 + }, +/obj/structure/bed/padded, +/obj/item/bedsheet/orange, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/brig) +"ba" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 1p"; + name = "Cell Locker" + }, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/brig) +"bb" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall, +/area/ship/patrol/crew/brig) +"bc" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 2p"; + name = "Cell Locker" + }, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/brig) +"bd" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/patrol/crew/hallway/upper) +"be" = ( +/obj/structure/closet/emcloset, +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper) +"bf" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper) +"bg" = ( +/obj/structure/closet/emcloset, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper) +"bh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/button/alternate/door/bolts{ + desc = "A remote control-switch for the engine core airlock hatch bolts."; + dir = 4; + id_tag = "cabinp_1"; + name = "Privacy Control"; + pixel_x = -24 + }, +/turf/simulated/floor/wood, +/area/ship/patrol/crew/hallway/upper/starboard) +"bi" = ( +/obj/structure/table/woodentable, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/item/music_player/boombox, +/turf/simulated/floor/wood, +/area/ship/patrol/crew/hallway/upper/starboard) +"bj" = ( +/obj/structure/table/woodentable, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/item/device/synthesized_instrument/guitar, +/turf/simulated/floor/wood, +/area/ship/patrol/crew/hallway/upper/starboard) +"bk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/button/alternate/door/bolts{ + desc = "A remote control-switch for the engine core airlock hatch bolts."; + dir = 8; + id_tag = "cabinp_2"; + name = "Privacy Control"; + pixel_x = 24 + }, +/turf/simulated/floor/wood, +/area/ship/patrol/crew/hallway/upper/starboard) +"bm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/floor_decal/industrial/warning{ + dir = 10 + }, +/obj/submap_landmark/spawnpoint/away_patrol/surgeon, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/cryo) +"bn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/floor_decal/industrial/warning{ + dir = 6 + }, +/obj/submap_landmark/spawnpoint/away_patrol/engineer, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/cryo) +"bo" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/cryopod, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24; + req_access = list("ACCESS_CAVALRY") + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/cryo) +"bp" = ( +/obj/floor_decal/corner/red{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/machinery/light/small{ + dir = 8; + icon_state = "bulb1" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/brig) +"bq" = ( +/obj/floor_decal/corner/red, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/structure/hygiene/sink{ + dir = 4; + pixel_x = 12; + pixel_y = 2 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/brig) +"br" = ( +/obj/floor_decal/corner/red{ + dir = 8 + }, +/obj/structure/hygiene/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/brig) +"bs" = ( +/obj/floor_decal/corner/red, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/brig) +"bt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch/maintenance, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/maintenance/upper/aft) +"bu" = ( +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper) +"bv" = ( +/turf/unsimulated/mask, +/area/ship/patrol/crew/hallway/upper) +"bw" = ( +/obj/floor_decal/corner/grey_alt, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper) +"bx" = ( +/obj/floor_decal/corner/grey_alt, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper) +"by" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24; + req_access = list("ACCESS_CAVALRY") + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper) +"bz" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/civilian{ + id_tag = "cabinp_1"; + name = "Cabin One" + }, +/turf/simulated/floor/wood, +/area/ship/patrol/crew/hallway/upper/starboard) +"bA" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/civilian{ + id_tag = "cabinp_2"; + name = "Cabin Two" + }, +/turf/simulated/floor/wood, +/area/ship/patrol/crew/hallway/upper/starboard) +"bB" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/multi_tile/glass/sol{ + name = "Cryogenic Storage" + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/white/monotile, +/area/ship/patrol/crew/cryo) +"bC" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/floor_decal/industrial/hatch/yellow, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white/monotile, +/area/ship/patrol/crew/cryo) +"bD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/glass/security{ + id_tag = "prisonentry"; + name = "Cell One" + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/brig) +"bE" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/wallframe_spawn/reinforced, +/obj/paint/dark_gunmetal, +/turf/simulated/floor/plating, +/area/ship/patrol/crew/brig) +"bF" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/wallframe_spawn/reinforced, +/obj/paint/dark_gunmetal, +/turf/simulated/floor/plating, +/area/ship/patrol/crew/brig) +"bG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/door/airlock/glass/security{ + id_tag = "prisonentry"; + name = "Cell Two" + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/brig) +"bH" = ( +/obj/machinery/portable_atmospherics/powered/scrubber, +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/maintenance/upper/aft) +"bI" = ( +/obj/paint/dark_gunmetal, +/turf/space, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/upper/munition) +"bJ" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/upper/munition) +"bK" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/space, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/upper/munition) +"bL" = ( +/obj/machinery/door/firedoor, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/hallway/upper) +"bM" = ( +/obj/floor_decal/corner/grey_alt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper) +"bN" = ( +/obj/floor_decal/corner/grey_alt, +/obj/floor_decal/corner/grey_alt{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper) +"bO" = ( +/obj/floor_decal/corner/grey_alt{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper) +"bP" = ( +/obj/machinery/door/firedoor, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/hallway/upper/starboard) +"bQ" = ( +/obj/floor_decal/corner/grey_alt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper/starboard) +"bR" = ( +/obj/floor_decal/corner/grey_alt, +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/machinery/alarm{ + pixel_y = 24; + req_access = list("ACCESS_CAVALRY") + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper/starboard) +"bS" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/floor_decal/corner/grey_alt, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper/starboard) +"bT" = ( +/obj/floor_decal/corner/grey_alt, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 23; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper/starboard) +"bU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper/starboard) +"bX" = ( +/obj/floor_decal/corner/grey_alt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper/starboard) +"bY" = ( +/obj/floor_decal/corner/grey_alt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper/starboard) +"bZ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper/starboard) +"ca" = ( +/obj/machinery/door/firedoor, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/brig) +"cb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/brig) +"cc" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/brig) +"cd" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/alarm{ + pixel_y = 24; + req_access = list("ACCESS_CAVALRY") + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/brig) +"ce" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/brig) +"cf" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/brig) +"cg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/brig) +"ch" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/maintenance/upper/aft) +"ci" = ( +/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/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/catwalk, +/obj/random/junk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"cj" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"ck" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch/maintenance, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/maintenance/upper/aft) +"cl" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"cm" = ( +/obj/machinery/button/blast_door{ + id_tag = "ofd_storagep"; + name = "Ammunition Storage Shutters"; + pixel_x = -6; + pixel_y = 24; + req_access = list("access_away_cavalry") + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/railing/mapped, +/obj/floor_decal/industrial/warning/half, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/maintenance/upper/munition) +"co" = ( +/obj/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/floor_decal/industrial/warning/corner{ + dir = 8; + icon_state = "warningcorner" + }, +/obj/floor_decal/industrial/warning/corner, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/maintenance/upper/munition) +"cp" = ( +/obj/floor_decal/industrial/warning/corner{ + dir = 8; + icon_state = "warningcorner" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/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/hidden/supply{ + dir = 10 + }, +/obj/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/maintenance/upper/munition) +"cr" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper) +"cs" = ( +/obj/floor_decal/corner/grey_alt{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper) +"ct" = ( +/obj/floor_decal/corner/grey_alt{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper) +"cu" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/multi_tile/sol{ + name = "Crew Section"; + dir = 8 + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/hallway/upper/starboard) +"cv" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper/starboard) +"cw" = ( +/obj/floor_decal/corner/grey_alt{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper/starboard) +"cx" = ( +/obj/floor_decal/corner/grey_alt{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper/starboard) +"cy" = ( +/obj/floor_decal/corner/grey_alt{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper/starboard) +"cz" = ( +/obj/floor_decal/corner/grey_alt{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper/starboard) +"cA" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/hallway/upper/starboard) +"cB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper/starboard) +"cC" = ( +/obj/floor_decal/corner/grey_alt{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper/starboard) +"cD" = ( +/obj/floor_decal/corner/grey_alt{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper/starboard) +"cE" = ( +/obj/floor_decal/corner/grey_alt{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper/starboard) +"cF" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/airlock/multi_tile/glass/security{ + dir = 8; + name = "Brig Airlock" + }, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/brig) +"cG" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/brig) +"cH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/floor_decal/corner/red, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/brig) +"cI" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/floor_decal/corner/red{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/brig) +"cJ" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -25; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/brig) +"cK" = ( +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/brig) +"cL" = ( +/obj/structure/flora/pottedplant/smelly, +/obj/structure/sign/warning/secure_area/armory{ + pixel_y = -32 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 22 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/brig) +"cM" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"cN" = ( +/obj/machinery/door/blast/shutters{ + dir = 4; + id_tag = "ofd_storagep"; + name = "Missile Storage Shutters" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/maintenance/upper/munition) +"cO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/floor_decal/industrial/warning/half{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/maintenance/upper/munition) +"cP" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall, +/area/ship/patrol/maintenance/upper) +"cQ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch/maintenance, +/obj/floor_decal/industrial/hatch/yellow, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/maintenance/upper) +"cR" = ( +/obj/machinery/door/firedoor, +/obj/structure/sign/deck/first{ + pixel_x = -32 + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/hallway/upper) +"cS" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/hallway/upper) +"cT" = ( +/obj/structure/table/woodentable, +/obj/floor_decal/spline/fancy/wood{ + dir = 9 + }, +/obj/item/device/flashlight/lamp/green, +/turf/simulated/floor/wood, +/area/ship/patrol/crew/hallway/upper/starboard) +"cU" = ( +/obj/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/structure/bed/sofa/l/brown, +/turf/simulated/floor/wood, +/area/ship/patrol/crew/hallway/upper/starboard) +"cV" = ( +/obj/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/obj/structure/bed/sofa/r/brown, +/turf/simulated/floor/wood, +/area/ship/patrol/crew/hallway/upper/starboard) +"cW" = ( +/obj/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/ship/patrol/crew/hallway/upper/starboard) +"cX" = ( +/obj/floor_decal/spline/fancy/wood{ + dir = 5 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 24; + dir = 8 + }, +/obj/structure/closet/crate/trashcart, +/turf/simulated/floor/wood, +/area/ship/patrol/crew/hallway/upper/starboard) +"cY" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/wallframe_spawn/reinforced, +/obj/paint/dark_gunmetal, +/turf/simulated/floor/plating, +/area/ship/patrol/crew/brig/office) +"cZ" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/wallframe_spawn/reinforced, +/obj/paint/dark_gunmetal, +/turf/simulated/floor/plating, +/area/ship/patrol/crew/brig/office) +"da" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/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/hidden/supply, +/obj/machinery/door/airlock/glass/security{ + id_tag = "prisonentry"; + name = "Brig Entry" + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/brig/office) +"db" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/patrol/crew/brig/office) +"dc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/shutters{ + dir = 2; + id_tag = "parmory"; + name = "Armory Shutters" + }, +/obj/structure/table/wallf{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/crew/brig/emergency_armory) +"dd" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/patrol/crew/brig/emergency_armory) +"de" = ( +/obj/structure/closet/crate/medical, +/obj/floor_decal/industrial/outline/grey, +/obj/item/storage/firstaid/stab, +/obj/item/storage/firstaid/stab, +/obj/item/storage/firstaid/sleekstab, +/obj/item/storage/firstaid/sleekstab, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/crew/brig/emergency_armory) +"df" = ( +/obj/structure/closet/crate/internals, +/obj/item/clothing/mask/gas/half, +/obj/item/clothing/mask/gas/half, +/obj/item/clothing/mask/gas/half, +/obj/item/clothing/mask/gas/half, +/obj/floor_decal/industrial/outline/grey, +/obj/item/tank/oxygen_emergency_extended, +/obj/item/tank/oxygen_emergency_extended, +/obj/item/tank/oxygen_emergency_extended, +/obj/item/tank/oxygen_emergency_extended, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/crew/brig/emergency_armory) +"dg" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"dh" = ( +/obj/structure/catwalk, +/obj/floor_decal/industrial/danger{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"di" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/floor_decal/industrial/warning/half{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/maintenance/upper/munition) +"dj" = ( +/obj/paint/meatstation/lab, +/obj/wallframe_spawn/reinforced, +/obj/machinery/door/blast/regular{ + id_tag = "abandoned_bar" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper) +"dk" = ( +/obj/random/trash, +/turf/simulated/floor/wood, +/area/ship/patrol/maintenance/upper) +"dl" = ( +/obj/item/stool, +/turf/simulated/floor/wood, +/area/ship/patrol/maintenance/upper) +"dm" = ( +/obj/floor_decal/corner/black{ + dir = 5 + }, +/obj/structure/ladder{ + pixel_y = 6 + }, +/obj/floor_decal/industrial/warning/full, +/turf/simulated/floor, +/area/ship/patrol/crew/hallway/upper) +"dn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper) +"do" = ( +/obj/structure/bed/sofa/r/brown{ + dir = 4 + }, +/obj/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/obj/machinery/media/music_writer{ + pixel_x = -31 + }, +/turf/simulated/floor/wood, +/area/ship/patrol/crew/hallway/upper/starboard) +"dp" = ( +/turf/simulated/floor/carpet, +/area/ship/patrol/crew/hallway/upper/starboard) +"dq" = ( +/turf/simulated/floor/wood, +/area/ship/patrol/crew/hallway/upper/starboard) +"dr" = ( +/obj/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/ship/patrol/crew/hallway/upper/starboard) +"ds" = ( +/obj/machinery/vending/coffee{ + dir = 8; + name = "Better Hot Drinks machine"; + prices = list() + }, +/turf/simulated/floor/carpet/blue2, +/area/ship/patrol/crew/hallway/upper/starboard) +"dt" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/computer/telecomms/server{ + dir = 8 + }, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/comms) +"du" = ( +/obj/structure/table/standard, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/floor_decal/corner/red/three_quarters{ + dir = 8 + }, +/obj/machinery/recharger/wallcharger{ + dir = 4; + pixel_x = -24; + pixel_y = -2 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/brig/office) +"dv" = ( +/obj/floor_decal/corner/red{ + dir = 5 + }, +/obj/floor_decal/industrial/warning/corner{ + dir = 4; + icon_state = "warningcorner" + }, +/obj/machinery/computer/modular/preset/security, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/brig/office) +"dw" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 26 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/light{ + dir = 4; + pixel_y = -16 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/brig/office) +"dx" = ( +/obj/machinery/button/blast_door{ + dir = 4; + id_tag = "parmory"; + name = "Desk Shutters Control"; + pixel_x = -24; + pixel_y = 11; + req_access = list("ACCESS_CAVALRY_EMERG_ARMORY") + }, +/obj/item/device/radio/intercom{ + dir = 4; + pixel_x = -22; + pixel_y = -6 + }, +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/crew/brig/emergency_armory) +"dy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/crew/brig/emergency_armory) +"dz" = ( +/obj/structure/sign/solgov{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/crew/brig/emergency_armory) +"dA" = ( +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/crew/brig/emergency_armory) +"dD" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/space, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/upper/aft) +"dE" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/ship/patrol/maintenance/upper) +"dF" = ( +/obj/structure/bed/chair/wood/maple{ + dir = 8 + }, +/obj/machinery/button/blast_door{ + id_tag = "abandoned_bar"; + pixel_y = 24 + }, +/turf/simulated/floor/wood, +/area/ship/patrol/maintenance/upper) +"dG" = ( +/turf/simulated/floor/wood, +/area/ship/patrol/maintenance/upper) +"dH" = ( +/obj/structure/table/standard, +/obj/random/drinkbottle, +/turf/simulated/floor, +/area/ship/patrol/maintenance/upper) +"dI" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/random/trash, +/turf/simulated/floor, +/area/ship/patrol/maintenance/upper) +"dL" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper) +"dM" = ( +/obj/floor_decal/corner/grey_alt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper) +"dN" = ( +/obj/floor_decal/corner/grey_alt{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper) +"dO" = ( +/obj/structure/bed/sofa/l/brown{ + dir = 4 + }, +/obj/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/wood, +/area/ship/patrol/crew/hallway/upper/starboard) +"dQ" = ( +/obj/machinery/vending/cigarette{ + dir = 8; + name = "Better Cigarette machine"; + prices = list() + }, +/turf/simulated/floor/carpet/blue2, +/area/ship/patrol/crew/hallway/upper/starboard) +"dR" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/ship/patrol/crew/comms) +"dS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/structure/bed/chair/rounded/blue{ + dir = 4 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/ship/patrol/crew/comms) +"dT" = ( +/obj/structure/sign/warning/nosmoking_1{ + dir = 8; + pixel_x = 32 + }, +/obj/machinery/computer/telecomms/monitor{ + dir = 8 + }, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/comms) +"dU" = ( +/obj/structure/table/standard, +/obj/item/folder/red, +/obj/item/folder/red, +/obj/floor_decal/corner/red{ + dir = 9 + }, +/obj/item/device/flashlight/lamp, +/obj/structure/filingcabinet/wallcabinet{ + pixel_x = -24 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/brig/office) +"dV" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/brig/office) +"dW" = ( +/obj/machinery/alarm{ + alarm_id = "xenobio3_alarm"; + dir = 8; + pixel_x = 24; + req_access = list("ACCESS_CAVALRY") + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/floor_decal/industrial/warning/corner, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/brig/office) +"dX" = ( +/obj/structure/table/steel, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/stamp, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22; + req_access = list("ACCESS_CAVALRY") + }, +/obj/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/obj/floor_decal/industrial/outline/grey, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/crew/brig/emergency_armory) +"dY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/crew/brig/emergency_armory) +"dZ" = ( +/obj/structure/table/rack, +/obj/floor_decal/industrial/outline/grey, +/obj/item/clothing/suit/armor/bulletproof, +/obj/item/clothing/suit/armor/laserproof, +/obj/item/clothing/head/helmet/ballistic, +/obj/item/clothing/head/helmet/ablative, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/crew/brig/emergency_armory) +"ea" = ( +/obj/structure/table/rack, +/obj/floor_decal/industrial/outline/grey, +/obj/item/clothing/accessory/armband/bluegold/away_solpatrol, +/obj/item/clothing/accessory/armband/bluegold/away_solpatrol, +/obj/item/clothing/accessory/armband/bluegold/away_solpatrol, +/obj/item/clothing/accessory/armband/bluegold/away_solpatrol, +/obj/item/clothing/accessory/storage/holster/thigh, +/obj/item/clothing/accessory/storage/holster/thigh, +/obj/item/clothing/accessory/storage/holster/thigh, +/obj/item/clothing/accessory/storage/holster/thigh, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/crew/brig/emergency_armory) +"eb" = ( +/obj/structure/table/rack, +/obj/floor_decal/industrial/outline/grey, +/obj/machinery/light{ + dir = 4; + icon_state = "tube1" + }, +/obj/item/clothing/suit/armor/pcarrier/navy, +/obj/item/clothing/suit/armor/pcarrier/navy, +/obj/item/clothing/suit/armor/pcarrier/navy, +/obj/item/clothing/suit/armor/pcarrier/navy, +/obj/item/clothing/accessory/storage/pouches/navy, +/obj/item/clothing/accessory/storage/pouches/navy, +/obj/item/clothing/accessory/storage/pouches/navy, +/obj/item/clothing/accessory/storage/pouches/navy, +/obj/item/clothing/accessory/ubac/blue, +/obj/item/clothing/accessory/ubac/blue, +/obj/item/clothing/accessory/ubac/blue, +/obj/item/clothing/accessory/ubac/blue, +/obj/structure/extinguisher_cabinet{ + pixel_y = 0; + pixel_x = 24; + dir = 8 + }, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/crew/brig/emergency_armory) +"ec" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/cable, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"ed" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"ee" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/ship/patrol/maintenance/upper) +"eg" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/wood, +/area/ship/patrol/maintenance/upper) +"eh" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance, +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/maintenance/upper) +"ei" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper) +"ej" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/crew/hallway/upper) +"ek" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper) +"el" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/floor_decal/corner/grey_alt{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper) +"em" = ( +/obj/machinery/light{ + dir = 4; + icon_state = "tube1"; + pixel_y = 16 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/floor_decal/corner/grey_alt{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper) +"en" = ( +/obj/structure/bookcase, +/obj/item/book/manual/solgov_law, +/obj/item/book/manual/sol_sop, +/obj/item/book/manual/military_law, +/obj/item/book/manual/chef_recipes, +/obj/floor_decal/spline/fancy/wood{ + dir = 10 + }, +/turf/simulated/floor/wood, +/area/ship/patrol/crew/hallway/upper/starboard) +"eo" = ( +/obj/structure/bed/sofa/r/brown{ + dir = 1 + }, +/obj/floor_decal/spline/fancy/wood, +/turf/simulated/floor/wood, +/area/ship/patrol/crew/hallway/upper/starboard) +"ep" = ( +/obj/structure/bed/sofa/l/brown{ + dir = 1 + }, +/obj/machinery/light, +/obj/floor_decal/spline/fancy/wood, +/turf/simulated/floor/wood, +/area/ship/patrol/crew/hallway/upper/starboard) +"eq" = ( +/obj/structure/flora/pottedplant/fern, +/obj/floor_decal/spline/fancy/wood, +/turf/simulated/floor/wood, +/area/ship/patrol/crew/hallway/upper/starboard) +"er" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 4 + }, +/obj/floor_decal/spline/fancy/wood{ + dir = 6 + }, +/turf/simulated/floor/wood, +/area/ship/patrol/crew/hallway/upper/starboard) +"es" = ( +/obj/machinery/computer/modular/preset/civilian{ + dir = 8 + }, +/turf/simulated/floor/carpet/blue2, +/area/ship/patrol/crew/hallway/upper/starboard) +"et" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -25; + req_access = list("ACCESS_CAVALRY") + }, +/obj/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/ship/patrol/crew/comms) +"eu" = ( +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/comms) +"ev" = ( +/obj/floor_decal/corner/red{ + dir = 9 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -24; + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/brig/office) +"ew" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/brig/office) +"ex" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/floor_decal/industrial/warning{ + dir = 4; + icon_state = "warning" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/brig/office) +"ey" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/highsecurity{ + name = "Emergency Armory" + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/crew/brig/emergency_armory) +"ez" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/crew/brig/emergency_armory) +"eA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/crew/brig/emergency_armory) +"eB" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/crew/brig/emergency_armory) +"eD" = ( +/obj/item/mop, +/turf/simulated/floor, +/area/ship/patrol/maintenance/upper) +"eE" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/alarm{ + alarm_id = "misc_research"; + dir = 8; + pixel_x = 24; + req_access = list("ACCESS_CAVALRY") + }, +/turf/simulated/floor/wood, +/area/ship/patrol/maintenance/upper) +"eF" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall, +/area/ship/patrol/crew/toilet) +"eG" = ( +/obj/floor_decal/corner/black{ + dir = 5 + }, +/obj/structure/ladder{ + pixel_y = 6 + }, +/obj/floor_decal/industrial/warning/full, +/obj/structure/extinguisher_cabinet{ + pixel_x = -24; + dir = 4 + }, +/turf/simulated/floor, +/area/ship/patrol/crew/hallway/upper) +"eH" = ( +/obj/floor_decal/corner/grey_alt{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper) +"eJ" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/table/rack, +/obj/item/airlock_brace, +/obj/item/airlock_brace, +/obj/item/airlock_brace, +/obj/item/airlock_brace, +/obj/item/material/twohanded/jack/titanium, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/brig/office) +"eK" = ( +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -25; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/cable, +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/table/rack, +/obj/item/barrier, +/obj/item/barrier, +/obj/item/barrier, +/obj/item/barrier, +/obj/item/barrier, +/obj/item/barrier, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/brig/office) +"eL" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/vending/security{ + dir = 1; + req_access = list("ACCESS_CAVALRY") + }, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/brig/office) +"eM" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/structure/table/steel, +/obj/item/device/flashlight/maglight, +/obj/item/device/flashlight/maglight, +/obj/item/device/flashlight/maglight, +/obj/item/device/flashlight/maglight, +/obj/item/device/flashlight/maglight, +/obj/item/device/flashlight/maglight, +/obj/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/floor_decal/industrial/outline/grey, +/obj/machinery/recharger, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/crew/brig/emergency_armory) +"eN" = ( +/obj/machinery/power/apc/critical{ + name = "south bump"; + pixel_y = -24; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/cable, +/obj/structure/table/steel, +/obj/item/melee/telebaton, +/obj/item/melee/telebaton, +/obj/item/melee/telebaton, +/obj/floor_decal/industrial/outline/grey, +/obj/item/melee/telebaton, +/obj/machinery/recharger, +/turf/simulated/floor/tiled/dark, +/area/ship/patrol/crew/brig/emergency_armory) +"eO" = ( +/obj/floor_decal/industrial/outline/grey, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/gun/energy/gun, +/obj/item/gun/energy/gun, +/obj/item/gun/energy/gun, +/obj/item/gun/energy/gun, +/obj/structure/closet/secure_closet/guncabinet{ + req_access = list("ACCESS_CAVALRY") + }, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/crew/brig/emergency_armory) +"eP" = ( +/obj/floor_decal/industrial/outline/grey, +/obj/item/gun/energy/ionrifle, +/obj/item/gun/energy/ionrifle, +/obj/structure/closet/secure_closet/guncabinet{ + req_access = list("ACCESS_CAVALRY") + }, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/crew/brig/emergency_armory) +"eQ" = ( +/obj/floor_decal/industrial/outline/grey, +/obj/item/gun/energy/stunrevolver/rifle, +/obj/item/gun/energy/stunrevolver/rifle, +/obj/item/gun/energy/stunrevolver/rifle, +/obj/item/gun/energy/stunrevolver/rifle, +/obj/structure/closet/secure_closet/guncabinet{ + req_access = list("ACCESS_CAVALRY") + }, +/obj/item/gun/energy/laser, +/obj/item/gun/energy/laser, +/obj/item/gun/energy/laser, +/obj/item/gun/energy/laser, +/turf/simulated/floor/tiled/dark/monotile, +/area/ship/patrol/crew/brig/emergency_armory) +"eS" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/floor_decal/industrial/warning/half{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/maintenance/upper/munition) +"eV" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/ship/patrol/maintenance/upper) +"eW" = ( +/obj/structure/hygiene/shower{ + dir = 4 + }, +/obj/machinery/button/alternate/door/bolts{ + dir = 8; + id_tag = "showerp"; + name = "Door Lock"; + pixel_x = 24; + pixel_y = -8 + }, +/obj/structure/curtain/open/shower, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/tiled/freezer, +/area/ship/patrol/crew/toilet) +"eX" = ( +/obj/structure/hygiene/toilet{ + pixel_y = 14 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/button/alternate/door/bolts{ + dir = 8; + id_tag = "toiletp"; + name = "Door Lock"; + pixel_x = 24; + pixel_y = -8 + }, +/turf/simulated/floor/tiled/freezer, +/area/ship/patrol/crew/toilet) +"eZ" = ( +/obj/structure/flora/pottedplant/minitree, +/obj/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"fa" = ( +/obj/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/machinery/vending/cola{ + name = "Better Robust Softdrinks"; + prices = list() + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"fb" = ( +/obj/machinery/vending/snack{ + name = "Better Getmore Chocolate Corp"; + prices = list() + }, +/obj/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"fc" = ( +/obj/structure/sign/double/solgovflag/left{ + pixel_y = 32 + }, +/obj/structure/table/standard, +/obj/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/machinery/recharger, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"fd" = ( +/obj/structure/sign/double/solgovflag/right{ + pixel_y = 32 + }, +/obj/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"fe" = ( +/obj/machinery/vending/coffee{ + dir = 2; + name = "Better Hot Drinks machine"; + prices = list() + }, +/obj/floor_decal/corner/blue/diagonal, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"ff" = ( +/obj/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/machinery/vending/cigarette{ + name = "Better Cigarette machine"; + prices = list() + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"fg" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall, +/area/ship/patrol/crew/kitchen) +"fh" = ( +/obj/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/cooker/grill, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"fi" = ( +/obj/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/cooker/fryer, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"fj" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/patrol/crew/kitchen) +"fk" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/airlock/hatch/maintenance, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/maintenance/upper) +"fl" = ( +/obj/machinery/door/airlock{ + id_tag = "showerp"; + name = "Shower" + }, +/turf/simulated/floor/tiled/freezer, +/area/ship/patrol/crew/toilet) +"fm" = ( +/obj/machinery/door/airlock{ + id_tag = "toiletp"; + name = "Toilet" + }, +/turf/simulated/floor/tiled/freezer, +/area/ship/patrol/crew/toilet) +"fn" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper) +"fo" = ( +/obj/floor_decal/corner/grey_alt{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper) +"fp" = ( +/obj/floor_decal/corner/grey_alt{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper) +"fq" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/white/monotile, +/area/ship/patrol/crew/kitchen) +"fr" = ( +/obj/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"fs" = ( +/obj/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"ft" = ( +/obj/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"fu" = ( +/obj/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"fv" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/glass/sol{ + name = "Galley" + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/white/monotile, +/area/ship/patrol/crew/kitchen) +"fw" = ( +/obj/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"fx" = ( +/obj/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"fy" = ( +/obj/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/alarm{ + pixel_y = 24; + req_access = list("ACCESS_CAVALRY") + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"fz" = ( +/obj/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/requests_console{ + department = "Kitchen"; + departmentType = 2; + name = "Galley RC"; + pixel_y = 32 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"fA" = ( +/obj/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"fB" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Galley Maintenance" + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/crew/kitchen) +"fC" = ( +/obj/machinery/door/airlock/hatch/maintenance, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/maintenance/upper/aft) +"fD" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch/maintenance, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/maintenance/upper/aft) +"fE" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -25; + req_access = list("ACCESS_CAVALRY") + }, +/obj/floor_decal/industrial/outline/blue, +/obj/structure/ship_munition/disperser_charge/emp/military, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/maintenance/upper/munition) +"fF" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper) +"fG" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/railing/mapped{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper) +"fH" = ( +/obj/structure/hygiene/sink{ + dir = 8; + pixel_x = -15 + }, +/obj/item/storage/mirror{ + pixel_x = -32 + }, +/turf/simulated/floor/tiled/freezer, +/area/ship/patrol/crew/toilet) +"fI" = ( +/obj/structure/hygiene/urinal{ + pixel_y = 28 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled/freezer, +/area/ship/patrol/crew/toilet) +"fJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/freezer, +/area/ship/patrol/crew/toilet) +"fK" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Head" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/freezer, +/area/ship/patrol/crew/toilet) +"fL" = ( +/obj/floor_decal/corner/grey_alt{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper) +"fM" = ( +/obj/floor_decal/corner/grey_alt{ + dir = 4 + }, +/obj/floor_decal/corner/grey_alt{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper) +"fN" = ( +/obj/floor_decal/corner/grey_alt{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper) +"fO" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/glass/sol{ + name = "Mess Hall"; + dir = 8 + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/white/monotile, +/area/ship/patrol/crew/kitchen) +"fP" = ( +/obj/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"fQ" = ( +/obj/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"fR" = ( +/obj/structure/bed/chair, +/obj/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"fS" = ( +/obj/structure/bed/chair, +/obj/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"fT" = ( +/obj/structure/hygiene/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 25; + req_access = list("ACCESS_CAVALRY") + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"fU" = ( +/obj/structure/hygiene/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/item/device/radio/intercom{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"fV" = ( +/obj/structure/table/marble, +/obj/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/item/material/kitchen/rollingpin, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"fW" = ( +/obj/structure/table/marble, +/obj/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/item/reagent_containers/food/condiment/small/peppermill{ + pixel_x = 3 + }, +/obj/item/reagent_containers/food/condiment/small/saltshaker{ + pixel_x = -3 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"fX" = ( +/obj/structure/table/marble, +/obj/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"fY" = ( +/obj/structure/hygiene/sink{ + dir = 8; + pixel_x = -15 + }, +/obj/item/storage/mirror{ + pixel_x = -32 + }, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -25; + req_access = list("ACCESS_CAVALRY") + }, +/turf/simulated/floor/tiled/freezer, +/area/ship/patrol/crew/toilet) +"fZ" = ( +/obj/machinery/light/small, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/freezer, +/area/ship/patrol/crew/toilet) +"ga" = ( +/obj/structure/flora/pottedplant/large, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/cable, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/tiled/freezer, +/area/ship/patrol/crew/toilet) +"gb" = ( +/obj/floor_decal/corner/grey_alt{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22; + req_access = list("ACCESS_CAVALRY") + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper) +"gc" = ( +/obj/floor_decal/corner/grey_alt{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper) +"gd" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper) +"ge" = ( +/obj/machinery/door/firedoor, +/obj/wallframe_spawn/reinforced, +/obj/paint/dark_gunmetal, +/turf/simulated/floor/plating, +/area/ship/patrol/crew/kitchen) +"gf" = ( +/obj/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/closet/crate/freezer/rations, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"gg" = ( +/obj/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"gh" = ( +/obj/structure/table/standard, +/obj/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"gi" = ( +/obj/structure/table/standard, +/obj/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/item/music_tape/custom{ + pixel_x = 5; + pixel_y = 3 + }, +/obj/item/music_tape/custom{ + pixel_x = -1; + pixel_y = -3 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"gk" = ( +/obj/structure/table/standard, +/obj/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/item/material/kitchen/utensil/spoon{ + pixel_x = -3; + pixel_y = 2 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"gl" = ( +/obj/structure/noticeboard{ + dir = 8; + pixel_x = 32 + }, +/obj/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"gm" = ( +/obj/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"gn" = ( +/obj/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/floor_decal/industrial/hatch/yellow, +/obj/structure/closet/crate/trashcart, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"go" = ( +/obj/structure/table/marble, +/obj/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/chemical_dispenser/bar_soft{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"gp" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/chem_master/condimaster{ + name = "CondiMaster Neo"; + pixel_x = -5 + }, +/turf/simulated/floor/tiled/freezer, +/area/ship/patrol/crew/kitchen) +"gq" = ( +/obj/item/device/radio/intercom{ + pixel_y = 26 + }, +/turf/simulated/floor/tiled/freezer, +/area/ship/patrol/crew/kitchen) +"gr" = ( +/obj/machinery/gibber, +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/tiled/freezer, +/area/ship/patrol/crew/kitchen) +"gt" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall, +/area/ship/patrol/maintenance/upper/port) +"gv" = ( +/obj/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -24; + dir = 4 + }, +/obj/item/trash/popcorn, +/obj/item/trash/liquidfood, +/obj/item/trash/liquidfood, +/obj/item/trash/tastybread, +/obj/structure/closet/crate/trashcart, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"gw" = ( +/obj/structure/table/standard, +/obj/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/item/trash/liquidfood, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"gx" = ( +/obj/structure/table/standard, +/obj/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"gy" = ( +/obj/structure/table/standard, +/obj/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/item/reagent_containers/food/snacks/liquidfood, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"gz" = ( +/obj/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/item/trash/proteinbar, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"gA" = ( +/obj/structure/table/marble, +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/shutters{ + dir = 4; + id_tag = "kitchenshowp"; + name = "Kitchen Shutters" + }, +/obj/machinery/fabricator/micro/bartender{ + pixel_x = 4 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"gB" = ( +/obj/structure/table/marble, +/obj/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/item/reagent_containers/food/snacks/mint, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"gC" = ( +/obj/structure/table/marble, +/obj/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/item/reagent_containers/food/condiment/enzyme, +/obj/item/stack/package_wrap/cargo_wrap, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"gD" = ( +/obj/structure/table/marble, +/obj/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4; + icon_state = "tube1" + }, +/obj/machinery/cooker/cereal, +/obj/structure/extinguisher_cabinet{ + pixel_y = 0; + pixel_x = 24; + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"gE" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/closet/kitchen{ + req_access = list() + }, +/turf/simulated/floor/tiled/freezer, +/area/ship/patrol/crew/kitchen) +"gF" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/tiled/freezer, +/area/ship/patrol/crew/kitchen) +"gG" = ( +/obj/structure/kitchenspike, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/freezer, +/area/ship/patrol/crew/kitchen) +"gH" = ( +/obj/machinery/portable_atmospherics/hydroponics, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/port) +"gI" = ( +/obj/machinery/alarm{ + dir = 0; + pixel_y = 24; + req_access = list("ACCESS_CAVALRY") + }, +/obj/machinery/portable_atmospherics/hydroponics, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/port) +"gJ" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/crew/hallway/upper) +"gK" = ( +/obj/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/machinery/computer/modular/preset/civilian{ + dir = 4 + }, +/obj/item/device/radio/intercom/entertainment{ + dir = 4; + pixel_x = -22 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"gL" = ( +/obj/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"gM" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"gN" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"gO" = ( +/obj/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"gP" = ( +/obj/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"gQ" = ( +/obj/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"gR" = ( +/obj/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"gS" = ( +/obj/structure/table/marble, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 22 + }, +/obj/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/item/reagent_containers/spray/cleaner, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"gT" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/closet/crate/freezer, +/turf/simulated/floor/tiled/freezer, +/area/ship/patrol/crew/kitchen) +"gU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled/freezer, +/area/ship/patrol/crew/kitchen) +"gV" = ( +/obj/structure/closet/fridge, +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24; + req_access = list("ACCESS_CAVALRY") + }, +/turf/simulated/floor/tiled/freezer, +/area/ship/patrol/crew/kitchen) +"gW" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch/maintenance, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/maintenance/upper/port) +"gX" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/port) +"ha" = ( +/obj/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"hb" = ( +/obj/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"hc" = ( +/obj/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"hd" = ( +/obj/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"he" = ( +/obj/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"hf" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/freezer{ + name = "Galley Cold Room" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/freezer, +/area/ship/patrol/crew/kitchen) +"hg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled/freezer, +/area/ship/patrol/crew/kitchen) +"hh" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/freezer, +/area/ship/patrol/crew/kitchen) +"hi" = ( +/obj/structure/closet/fridge/meat, +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -24; + req_access = list("ACCESS_CAVALRY") + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/tiled/freezer, +/area/ship/patrol/crew/kitchen) +"hj" = ( +/obj/landmark/map_data{ + height = 2 + }, +/turf/space, +/area/space) +"hk" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/upper/port) +"hl" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -24; + req_access = list("ACCESS_CAVALRY") + }, +/obj/machinery/vending/hydroseeds{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/port) +"hm" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/catwalk, +/obj/random/trash, +/obj/random/junk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/port) +"hn" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/catwalk, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/port) +"ho" = ( +/obj/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/structure/bookcase, +/obj/item/book/manual/sol_sop, +/obj/item/book/manual/solgov_law, +/obj/item/book/manual/military_law, +/obj/item/book/manual/nt_regs, +/obj/item/book/manual/chef_recipes, +/obj/item/book/manual/barman_recipes, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"hp" = ( +/obj/structure/table/standard, +/obj/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/item/tray, +/obj/item/material/kitchen/utensil/fork{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/material/kitchen/utensil/fork{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/material/kitchen/utensil/fork{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/material/kitchen/utensil/spoon{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/item/material/kitchen/utensil/spoon{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/item/material/kitchen/utensil/spoon{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -25; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/cable, +/obj/item/material/kitchen/utensil/spoon{ + pixel_x = -4 + }, +/obj/item/material/kitchen/utensil/fork{ + pixel_x = 4; + pixel_y = 2 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"hq" = ( +/obj/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/machinery/vending/fitness{ + dir = 1; + prices = list() + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"hr" = ( +/obj/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -25; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/table/standard, +/obj/item/storage/box/cups, +/obj/machinery/light, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"hs" = ( +/obj/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 22 + }, +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"ht" = ( +/obj/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/vending/dinnerware{ + dir = 1 + }, +/obj/machinery/button/blast_door{ + id_tag = "kitchenshowp"; + name = "Kitchen Showcase"; + pixel_x = -26 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"hu" = ( +/obj/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/structure/table/marble, +/obj/machinery/reagent_temperature, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"hv" = ( +/obj/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/light, +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -24; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/cable, +/obj/structure/table/marble, +/obj/machinery/reagent_temperature, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"hw" = ( +/obj/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/reagentgrinder, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 5 + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"hx" = ( +/obj/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/cooker/oven, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"hy" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + name = "Galley Maintenance" + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/crew/kitchen) +"hB" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -25; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/port) +"hC" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/port) +"hD" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/hatch/maintenance, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/maintenance/upper/port) +"hE" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 23; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/port) +"hG" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -25; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/catwalk, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/port) +"hH" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch/maintenance, +/obj/floor_decal/industrial/hatch/yellow, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/maintenance/upper/aft) +"hI" = ( +/obj/structure/table/rack, +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/structure/railing/mapped{ + dir = 1 + }, +/obj/random/maintenance/solgov/clean, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"hJ" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/table/rack, +/obj/structure/railing/mapped{ + dir = 1 + }, +/obj/random/accessory, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"if" = ( +/obj/structure/lattice, +/turf/space, +/area/space) +"ij" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/floor_decal/corner_techfloor_grid{ + dir = 1 + }, +/obj/floor_decal/industrial/danger/corner{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/maintenance/upper/waste) +"jg" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/upper/waste) +"jx" = ( +/obj/structure/table/standard, +/obj/random/junk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/starboard) +"jS" = ( +/obj/machinery/pointdefense{ + initial_id_tag = "patrol_pd" + }, +/obj/structure/cable, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/space) +"ka" = ( +/obj/structure/catwalk, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"km" = ( +/obj/structure/lattice, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/catwalk, +/turf/space, +/area/space) +"kr" = ( +/obj/machinery/computer/arcade, +/turf/simulated/floor/wood, +/area/ship/patrol/maintenance/upper) +"kP" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "wdisposalp" + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/maintenance/upper/waste) +"lD" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/space) +"lE" = ( +/obj/structure/closet/secure_closet/hydroponics{ + req_access = list() + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/port) +"ma" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"mn" = ( +/obj/machinery/portable_atmospherics/powered/scrubber, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/maintenance/upper/aft) +"ms" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 23; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/railing/mapped, +/obj/floor_decal/industrial/warning/half, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/maintenance/upper/munition) +"mv" = ( +/obj/structure/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper) +"mG" = ( +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/port) +"nc" = ( +/obj/floor_decal/corner/grey_alt, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/ship/patrol/crew/hallway/upper) +"nd" = ( +/obj/structure/janitorialcart, +/turf/simulated/floor, +/area/ship/patrol/maintenance/upper) +"np" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/maintenance/upper/waste) +"nP" = ( +/obj/machinery/conveyor{ + dir = 10; + id = "wdisposalp" + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/maintenance/upper/waste) +"nS" = ( +/obj/item/stack/material/phoron/ten, +/obj/structure/closet/crate/secure/phoron, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/starboard) +"ok" = ( +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/structure/railing/mapped{ + dir = 1 + }, +/obj/floor_decal/corner_techfloor_grid/full{ + dir = 8 + }, +/obj/structure/table/standard, +/obj/floor_decal/industrial/danger{ + dir = 9 + }, +/obj/random/cash, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/maintenance/upper/waste) +"os" = ( +/obj/structure/table/standard, +/obj/random/junk, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/starboard) +"ou" = ( +/obj/structure/table/woodentable, +/obj/item/material/ashtray/plastic, +/turf/simulated/floor/wood, +/area/ship/patrol/maintenance/upper) +"oA" = ( +/obj/structure/railing/mapped{ + dir = 1 + }, +/obj/structure/railing/mapped{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/starboard) +"oM" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall, +/area/ship/patrol/maintenance/upper/munition) +"pk" = ( +/obj/machinery/door/firedoor, +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/blast/shutters{ + dir = 4; + id_tag = "ofd_storagep"; + name = "Missile Storage Shutters" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/maintenance/upper/munition) +"pl" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/portable_atmospherics/powered/pump/filled, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/maintenance/upper/aft) +"pm" = ( +/obj/machinery/light/small, +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/maintenance/upper/aft) +"pp" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/structure/railing/mapped{ + dir = 4 + }, +/obj/random/junk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper) +"pu" = ( +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/shutters{ + dir = 4; + id_tag = "ofd_storagep"; + name = "Missile Storage Shutters" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/maintenance/upper/munition) +"qe" = ( +/obj/structure/catwalk, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/port) +"qG" = ( +/obj/floor_decal/industrial/outline/blue, +/obj/structure/ship_munition/disperser_charge/emp/military, +/obj/structure/railing/mapped, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/maintenance/upper/munition) +"qJ" = ( +/obj/structure/table/rack, +/obj/structure/railing/mapped{ + dir = 1 + }, +/obj/random/coin, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/starboard) +"qM" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/upper/port) +"rw" = ( +/obj/machinery/portable_atmospherics/powered/pump/filled, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/maintenance/upper) +"rC" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "wdisposalp" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/light{ + dir = 4 + }, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/maintenance/upper/waste) +"rG" = ( +/obj/paint/meatstation/lab, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/upper/starboard) +"rH" = ( +/obj/paint/dark_gunmetal, +/turf/space, +/turf/simulated/wall, +/area/ship/patrol/maintenance/upper/aft) +"rJ" = ( +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"rS" = ( +/obj/machinery/floodlight{ + dir = 4 + }, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/maintenance/upper) +"rV" = ( +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22; + req_access = list("ACCESS_CAVALRY") + }, +/obj/random/junk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper) +"rZ" = ( +/obj/structure/table/woodentable, +/obj/item/reagent_containers/food/drinks/shaker, +/turf/simulated/floor/wood, +/area/ship/patrol/maintenance/upper) +"ss" = ( +/obj/structure/catwalk, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"st" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/floor_decal/industrial/warning/half{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/maintenance/upper/munition) +"sD" = ( +/obj/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"sL" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/upper/munition) +"th" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/upper/waste) +"ti" = ( +/obj/structure/catwalk, +/obj/random/trash, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper) +"tw" = ( +/obj/structure/catwalk, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/starboard) +"tE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/floor_decal/industrial/warning/half{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/maintenance/upper/munition) +"tL" = ( +/obj/structure/railing/mapped{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"ub" = ( +/obj/structure/catwalk, +/obj/random/trash, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/port) +"ue" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/structure/table/rack, +/obj/structure/railing/mapped, +/obj/structure/railing/mapped{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/starboard) +"ul" = ( +/obj/machinery/smartfridge/drying_rack, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/port) +"uV" = ( +/obj/machinery/power/apc{ + name = "south bump"; + pixel_y = -25; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/cable, +/obj/structure/closet/crate/trashcart, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/maintenance/upper/waste) +"vg" = ( +/obj/paint/meatstation/lab, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/upper/port) +"vi" = ( +/obj/structure/railing/mapped{ + dir = 4 + }, +/obj/structure/railing/mapped, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"vz" = ( +/obj/structure/table/marble, +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/shutters{ + dir = 4; + id_tag = "kitchenshowp"; + name = "Kitchen Shutters" + }, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"vF" = ( +/obj/machinery/vending/boozeomat{ + req_access = list() + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper) +"vK" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Disposal System Access" + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/maintenance/upper/waste) +"vY" = ( +/obj/structure/lattice, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/space) +"wd" = ( +/obj/machinery/pointdefense{ + initial_id_tag = "patrol_pd" + }, +/obj/machinery/pointdefense{ + initial_id_tag = "patrol_pd" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/space) +"wv" = ( +/obj/structure/table/marble, +/obj/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/cooker/candy, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"wx" = ( +/obj/structure/railing/mapped{ + dir = 1 + }, +/obj/structure/table/rack, +/obj/random/maintenance/solgov/clean, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"wB" = ( +/obj/structure/table/rack, +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/structure/railing/mapped, +/obj/random/contraband, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/port) +"xs" = ( +/obj/machinery/portable_atmospherics/powered/scrubber, +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/railing/mapped{ + dir = 1 + }, +/obj/machinery/light/small{ + dir = 8; + icon_state = "bulb1" + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/maintenance/upper) +"xK" = ( +/obj/machinery/disposal/deliveryChute{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/waste) +"xT" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/catwalk, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/turf/simulated/floor, +/area/ship/patrol/maintenance/upper/aft) +"xY" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/structure/skele_stand, +/obj/structure/railing/mapped, +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"zg" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/upper/munition) +"zz" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"zO" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/upper/starboard) +"zP" = ( +/obj/structure/ship_munition/disperser_charge/explosive/military, +/obj/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/maintenance/upper/munition) +"zX" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/floor_decal/industrial/outline/blue, +/obj/floor_decal/industrial/outline/blue, +/obj/structure/ship_munition/disperser_charge/emp/military, +/obj/structure/railing/mapped, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/maintenance/upper/munition) +"Ae" = ( +/obj/structure/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/starboard) +"Ao" = ( +/obj/paint/meatstation/lab, +/obj/wallframe_spawn/reinforced, +/obj/machinery/door/blast/regular{ + dir = 4; + id_tag = "abandoned_bar" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper) +"Aq" = ( +/obj/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"AF" = ( +/obj/paint/meatstation/lab, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/upper/aft) +"AI" = ( +/obj/random/closet, +/obj/structure/railing/mapped{ + dir = 1 + }, +/obj/random/junk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"AQ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/command{ + name = "Communication Relay" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/comms) +"AX" = ( +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper) +"Bi" = ( +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/starboard) +"Bt" = ( +/obj/item/stack/cable_coil/yellow, +/obj/floor_decal/industrial/outline/yellow, +/obj/item/mech_component/manipulators, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/maintenance/upper/aft) +"Bx" = ( +/obj/machinery/vending/hydronutrients{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/port) +"CA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/railing/mapped, +/obj/floor_decal/industrial/warning/half, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/maintenance/upper/munition) +"CW" = ( +/obj/structure/table/rack, +/obj/item/storage/toolbox/mechanical, +/obj/random/junk, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/maintenance/upper/aft) +"Dj" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/upper) +"Du" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/ship_munition/disperser_charge/fire/military, +/obj/floor_decal/industrial/outline/orange, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/maintenance/upper/munition) +"Dx" = ( +/obj/machinery/pointdefense{ + initial_id_tag = "patrol_pd" + }, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/space) +"Dz" = ( +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/maintenance/upper/aft) +"ET" = ( +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22; + req_access = list("ACCESS_CAVALRY") + }, +/obj/floor_decal/industrial/outline/yellow, +/obj/machinery/power/port_gen/pacman, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/maintenance/upper) +"Ff" = ( +/obj/structure/table/standard, +/obj/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"Fk" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/railing/mapped{ + dir = 1 + }, +/obj/structure/railing/mapped{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/starboard) +"Fp" = ( +/obj/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/machinery/computer/modular/preset/civilian{ + dir = 4 + }, +/obj/item/device/radio/intercom/entertainment{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled/white, +/area/ship/patrol/crew/kitchen) +"FT" = ( +/obj/machinery/pointdefense{ + initial_id_tag = "patrol_pd" + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/space) +"Gf" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/machinery/power/port_gen/pacman, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/starboard) +"GH" = ( +/obj/machinery/door/firedoor, +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/blast/shutters{ + dir = 4; + id_tag = "ofd_storagep"; + name = "Missile Storage Shutters" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/maintenance/upper/munition) +"GS" = ( +/obj/structure/ship_munition/disperser_charge/explosive/military, +/obj/floor_decal/industrial/outline/red, +/obj/structure/railing/mapped, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/maintenance/upper/munition) +"GW" = ( +/obj/structure/ship_munition/disperser_charge/fire/military, +/obj/floor_decal/industrial/outline/orange, +/obj/structure/railing/mapped, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/maintenance/upper/munition) +"Hm" = ( +/obj/structure/bed/chair/wood/maple{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/ship/patrol/maintenance/upper) +"Hw" = ( +/obj/paint/meatstation/lab, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/upper/aft) +"In" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/maintenance/upper/aft) +"IB" = ( +/obj/structure/table/woodentable, +/obj/random/cash, +/turf/simulated/floor/wood, +/area/ship/patrol/maintenance/upper) +"IT" = ( +/obj/structure/closet/crate/trashcart, +/obj/random/junk, +/obj/random/junk, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/maintenance/upper/waste) +"IW" = ( +/obj/structure/mattress, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"Jd" = ( +/obj/structure/catwalk, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -25; + req_access = list("ACCESS_CAVALRY") + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"Jj" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/paint/meatstation/lab, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/upper/waste) +"Jp" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/patrol/crew/hallway/upper/starboard) +"JD" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/upper/aft) +"JX" = ( +/obj/paint/meatstation/lab, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/upper) +"Km" = ( +/obj/paint/dark_gunmetal, +/obj/structure/sign/warning/server_room{ + dir = 1 + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/crew/comms) +"Kr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"Kz" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/floor_decal/corner_techfloor_grid{ + dir = 5 + }, +/obj/floor_decal/industrial/danger{ + dir = 1 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/maintenance/upper/waste) +"Lf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/steel_grid, +/area/ship/patrol/crew/comms) +"Lt" = ( +/obj/structure/table/rack, +/obj/structure/railing/mapped{ + dir = 1 + }, +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/random/junk, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"LU" = ( +/obj/floor_decal/industrial/outline/yellow, +/obj/structure/closet/toolcloset, +/obj/item/tape_roll, +/obj/random/tech_supply, +/obj/item/storage/toolbox/syndicate, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_y = 23; + req_access = list("ACCESS_CAVALRY") + }, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/comms) +"LZ" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/upper/port) +"Mb" = ( +/obj/structure/table/rack, +/obj/structure/railing/mapped, +/obj/random/maintenance/solgov/clean, +/obj/random/maintenance/solgov/clean, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/port) +"Mj" = ( +/obj/floor_decal/corner_techfloor_grid{ + dir = 5 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/floor_decal/industrial/danger{ + dir = 1 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/maintenance/upper/waste) +"Mn" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall, +/area/ship/patrol/maintenance/upper/waste) +"Mw" = ( +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/floor_decal/corner_techfloor_grid{ + dir = 9 + }, +/obj/floor_decal/industrial/danger{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/maintenance/upper/waste) +"NR" = ( +/obj/paint/meatstation/lab, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/upper/waste) +"NU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 24; + req_access = list("ACCESS_CAVALRY") + }, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/maintenance/upper/waste) +"NY" = ( +/obj/random/closet, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/port) +"OL" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/upper/aft) +"Pb" = ( +/obj/structure/railing/mapped{ + dir = 4 + }, +/obj/structure/railing/mapped{ + dir = 1 + }, +/obj/random/trash, +/obj/machinery/light/small{ + dir = 8; + icon_state = "bulb1" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"PE" = ( +/obj/structure/table/standard, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/random/maintenance/solgov/clean, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/starboard) +"PF" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/railing/mapped{ + dir = 1 + }, +/obj/structure/table/rack, +/obj/random/maintenance/solgov/clean, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"PK" = ( +/obj/machinery/portable_atmospherics/hydroponics, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/port) +"PT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/catwalk, +/obj/machinery/alarm{ + dir = 4; + pixel_x = -22; + req_access = list("ACCESS_CAVALRY") + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"QF" = ( +/obj/structure/catwalk, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"Rp" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/catwalk, +/obj/random/trash, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/starboard) +"RI" = ( +/obj/structure/railing/mapped{ + dir = 1 + }, +/obj/structure/table/rack, +/obj/random/junk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"RL" = ( +/obj/structure/table/rack, +/obj/structure/railing/mapped{ + dir = 1 + }, +/obj/random/maintenance/solgov/clean, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/starboard) +"RT" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/upper) +"RX" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/space) +"Sj" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/disposaloutlet{ + dir = 4 + }, +/obj/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/airless, +/area/ship/patrol/maintenance/upper/waste) +"Tm" = ( +/obj/structure/table/rack, +/obj/structure/railing/mapped, +/obj/random/maintenance/solgov/clean, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/starboard) +"Tq" = ( +/obj/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/highsecurity{ + name = "Missile Storage" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/maintenance/upper/munition) +"TK" = ( +/obj/random/closet, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/starboard) +"TN" = ( +/obj/floor_decal/industrial/danger{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"TP" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/upper) +"TQ" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/upper/aft) +"TS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"TX" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/upper/aft) +"Ua" = ( +/obj/paint/meatstation/lab, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/upper/port) +"Uq" = ( +/obj/paint/dark_gunmetal, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/upper/starboard) +"Us" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/catwalk, +/obj/machinery/light/small{ + dir = 8; + icon_state = "bulb1" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"Uu" = ( +/obj/structure/catwalk, +/obj/random/trash, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"UE" = ( +/obj/structure/catwalk, +/obj/machinery/alarm{ + pixel_y = 24; + req_access = list("ACCESS_CAVALRY") + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/starboard) +"UV" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/starboard) +"Vd" = ( +/obj/structure/catwalk, +/obj/random/trash, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/starboard) +"Vr" = ( +/obj/structure/railing/mapped{ + dir = 4 + }, +/obj/structure/railing/mapped, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper) +"VA" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/catwalk, +/obj/machinery/light/small, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/port) +"VV" = ( +/obj/structure/catwalk, +/obj/structure/cable{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"Wa" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/patrol/crew/comms) +"Wd" = ( +/obj/structure/railing/mapped{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/starboard) +"Wi" = ( +/obj/machinery/telecomms/allinone/away_scg_patrol, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/monotile, +/area/ship/patrol/crew/comms) +"Wu" = ( +/obj/structure/disposalpipe/segment, +/obj/paint/meatstation/lab, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/upper/waste) +"Wx" = ( +/obj/random/junk, +/turf/simulated/floor/wood, +/area/ship/patrol/maintenance/upper) +"Xb" = ( +/obj/paint/meatstation/lab, +/obj/wallframe_spawn/reinforced, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/blast/regular{ + dir = 4; + id_tag = "abandoned_bar" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper) +"Xn" = ( +/obj/structure/catwalk, +/obj/random/maintenance/solgov/clean, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper) +"Xp" = ( +/obj/machinery/pointdefense{ + initial_id_tag = "patrol_pd" + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/reinforced{ + map_airless = 1 + }, +/area/space) +"XL" = ( +/obj/structure/railing/mapped{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper) +"XY" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "wdisposalp" + }, +/obj/structure/plasticflaps/airtight, +/turf/simulated/floor/tiled/techfloor, +/area/ship/patrol/maintenance/upper/waste) +"Ym" = ( +/obj/structure/catwalk, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper) +"Yr" = ( +/obj/paint/dark_gunmetal, +/turf/simulated/wall/r_wall, +/area/ship/patrol/maintenance/upper) +"YI" = ( +/obj/machinery/door/airlock/multi_tile/glass/maintenance{ + dir = 8 + }, +/obj/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/techfloor/grid, +/area/ship/patrol/maintenance/upper/aft) +"YP" = ( +/obj/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/aft) +"YZ" = ( +/obj/structure/lattice, +/obj/structure/catwalk, +/turf/space, +/area/space) +"Zf" = ( +/obj/item/stool/bar/padded, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/ship/patrol/maintenance/upper) +"Zq" = ( +/obj/structure/railing/mapped{ + dir = 4 + }, +/obj/structure/railing/mapped, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/ship/patrol/maintenance/upper/starboard) + +(1,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(2,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(3,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(4,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(5,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(6,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(7,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(8,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(9,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(10,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(11,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(12,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(13,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(14,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(15,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(16,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(17,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(18,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(19,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(20,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(21,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(22,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(23,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(24,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(25,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(26,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(27,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(28,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(29,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(30,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(31,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(32,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(33,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(34,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(35,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(36,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +wd +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(37,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +lD +ab +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(38,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +lD +ab +ab +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(39,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +ab +lD +ab +ab +ab +ab +ab +ab +aa +aa +aa +aa +aa +aa +hj +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(40,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +ab +ab +lD +ab +ab +ab +ab +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(41,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +lD +ab +ab +ab +ab +ab +ab +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(42,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +FT +ab +ab +ab +vY +vY +vY +ab +ab +ae +Ao +Xb +Ao +ae +ab +ab +ab +ab +ab +ab +ab +FT +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(43,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +lD +ab +ab +ab +vY +vY +vY +ab +ab +dj +ou +Hm +dG +dj +ab +ab +ab +ab +ab +ab +ab +lD +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(44,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +lD +ab +ab +ab +ab +ab +ab +ab +ae +ae +dF +ee +dG +ae +ae +ab +ab +ab +ab +ab +ab +lD +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(45,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +lD +ab +ab +ae +ae +ae +ae +ae +ae +dG +dG +Zf +dE +dk +ae +ae +ae +ae +ae +ab +ab +lD +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(46,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +lD +ae +ae +ae +Yr +Yr +Yr +Yr +Yr +dl +dG +Zf +dE +dG +vF +Yr +Yr +Yr +ae +ae +ae +lD +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(47,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +JX +ae +Yr +Yr +Yr +ET +rS +rS +Yr +kr +dG +Zf +IB +dG +rZ +Yr +rV +Yr +Yr +Yr +ae +JX +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(48,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ae +JX +Yr +Yr +pp +Vr +bu +ti +bu +cP +dG +Wx +Zf +dE +dG +cP +Yr +AX +xs +rw +Yr +Yr +JX +ae +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(49,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ae +RT +Dj +Ym +Ym +Ym +Ym +mv +Ym +cQ +eV +eV +eg +eE +eV +fk +fF +Xn +Ym +Ym +Ym +Dj +TP +ae +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(50,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ac +zO +zO +ah +am +bd +bd +bd +bd +bd +bd +Yr +eh +cP +cP +cP +fG +XL +gt +gt +gW +hk +hk +Ua +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(51,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ac +zO +Tm +ag +Bi +bd +bv +bv +bv +bv +bd +dH +ei +eF +eF +eF +eF +eF +eF +gH +mG +ul +hk +Ua +ab +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(52,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ac +zO +ue +ag +Bi +bd +bv +bv +bv +bv +bd +dI +ei +eF +eW +fl +fH +fY +eF +PK +mG +Bx +hk +Ua +ab +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(53,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ac +zO +UV +ag +aN +bd +bv +bv +bv +bv +bd +eD +ei +eF +eF +eF +fI +fZ +eF +gI +mG +hl +hk +Ua +ab +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(54,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ac +zO +TK +ag +jx +bd +bv +bv +bv +bv +bd +nd +ei +eF +eX +fm +fJ +ga +eF +gH +mG +lE +hk +Ua +ab +ab +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(55,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ac +ac +zO +am +ah +aO +bd +bd +bL +bL +bd +bd +aO +ej +aO +aO +aO +fK +aO +aO +aO +gW +hk +hk +Ua +Ua +ab +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(56,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Dx +RX +RX +rG +rG +Uq +Uq +Zq +Ae +aO +be +bw +bM +cr +aO +dm +dL +ek +eG +aO +fn +fL +gb +be +aO +mG +mG +hk +LZ +vg +vg +RX +RX +jS +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(57,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ac +zO +zO +ag +ag +tw +aP +bf +nc +bN +cs +cR +bx +dM +el +eH +bL +fo +fM +gc +bf +gJ +gX +hm +mG +qM +hk +Ua +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(58,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ac +zO +af +ag +Vd +ag +aO +bg +by +bO +ct +cS +dn +dN +em +dn +cS +fp +fN +gd +bg +aO +NY +hn +gX +hB +hk +Ua +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(59,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ac +zO +ag +Gf +au +au +au +au +au +bP +cu +au +au +au +au +au +aO +fq +fO +ge +aO +aO +fg +fg +wB +hC +hk +Ua +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(60,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ac +zO +ag +nS +au +aD +aQ +bh +bz +bQ +cv +cT +do +dO +en +au +eZ +fr +fP +gf +gv +gK +Fp +fg +Mb +hC +hk +Ua +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(61,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ac +zO +ah +am +au +aE +aR +bi +au +bR +cw +cU +dp +dp +eo +au +fa +fs +fQ +gg +fP +gL +gO +fg +fg +hD +hk +Ua +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(62,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ac +zO +ag +oA +au +au +au +au +au +bS +cx +cV +dp +dp +ep +au +fb +ft +fR +Ff +gw +gM +gO +ho +fg +hC +hk +Ua +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(63,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ac +zO +ag +PE +au +aE +aT +bj +au +bT +cy +cW +dq +dq +eq +au +fc +fu +fS +gi +gx +gN +ha +hp +fg +hC +hk +Ua +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(64,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ac +zO +UE +os +au +aF +aU +bk +bA +bU +cz +cX +dr +dr +er +au +fd +ft +fR +gh +gh +gM +gO +hq +fg +VA +hk +Ua +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(65,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ac +zO +ai +an +av +av +av +av +av +bP +cA +Jp +ds +dQ +es +Jp +fe +ft +fR +gk +gy +gM +gO +hr +fg +hE +hk +Ua +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(66,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ac +zO +aj +Wd +av +aG +aV +aG +av +bR +cB +Wa +Wa +Wa +Wa +Wa +ff +ft +fT +gl +gz +gO +gO +hs +fg +hC +hk +Ua +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(67,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ac +zO +ak +am +av +aH +aW +bm +bB +bX +cC +Km +LU +dR +Wi +Wa +fg +fv +fg +fg +gA +vz +vz +fg +fg +hC +hk +Ua +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(68,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ac +zO +aj +RL +av +aI +aX +bn +bC +bY +cD +AQ +Lf +dS +et +Wa +fh +fw +fU +gm +gm +gP +hb +ht +fg +hC +hk +Ua +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(69,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ac +zO +aj +qJ +av +aJ +aY +bo +av +bZ +cE +Wa +dt +dT +eu +Wa +fi +fx +fV +wv +gB +gQ +hc +hu +fg +qe +hk +Ua +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(70,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ac +zO +Rp +Fk +av +av +av +av +av +ca +cF +Wa +Wa +Wa +Wa +Wa +fj +fy +fW +gn +gC +gR +hd +hv +fg +ub +hk +Ua +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(71,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ac +zO +al +ao +aw +aK +aZ +bp +bD +cb +cG +cY +du +dU +ev +eJ +fj +fz +fA +fA +fA +fA +he +hw +fg +qe +hk +Ua +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(72,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ac +zO +af +ap +Wd +aK +ba +bq +bE +cc +cH +cZ +dv +dV +ew +eK +fj +fA +fX +go +gD +gS +he +hx +fg +hG +hk +Ua +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(73,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ad +TX +TX +aq +ax +aK +bb +bb +bb +cd +cI +da +dw +dW +ex +eL +fj +fB +fg +fg +fg +fg +hf +fg +fg +hH +TX +ad +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(74,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Dx +RX +RX +AF +OL +OL +ar +ay +aK +bc +br +bF +ce +cJ +db +db +db +ey +db +TX +QF +fg +gp +gE +gT +hg +fg +vi +VV +OL +AF +RX +RX +jS +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(75,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ad +TX +TX +Kr +AI +aK +aZ +bs +bG +cf +cK +dc +dx +dX +ez +eM +TX +ss +fg +gq +gF +gU +hh +hy +rJ +rJ +TX +ad +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(76,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ad +TX +TX +as +az +aK +aK +aK +aK +cg +cL +dd +dy +dY +eA +eN +TX +Jd +fg +gr +gG +gV +hi +fg +rJ +hI +TX +ad +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(77,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ad +ad +TX +at +aA +Pb +tL +ax +TX +ch +TX +dd +dz +dZ +eB +eO +TX +fC +fg +fg +fg +fg +fg +fg +rJ +hJ +TX +ad +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(78,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ad +TX +TX +aB +aL +TS +bt +PT +ci +TX +de +dA +ea +dA +eP +TX +rJ +rJ +fD +rJ +rJ +rJ +rJ +rJ +TX +TX +ad +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(79,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ad +ad +TX +TX +TX +TX +TX +xY +cj +TX +df +dA +eb +dA +eQ +TX +rJ +Lt +TX +TX +TX +TX +TX +TX +TX +ad +ad +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(80,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ad +ad +ad +TX +TX +TX +TX +ck +TX +TX +TX +TX +TX +TX +TX +fD +TX +TX +TX +TX +ad +ad +ad +ad +ad +ab +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(81,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +ab +ad +ad +TX +TX +bH +cl +cM +dg +Us +ec +rJ +rJ +rJ +rJ +wx +TX +TX +ad +ad +ab +ab +ab +ab +ab +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(82,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +ab +ab +ad +TX +TX +mn +dh +TN +TN +TN +ed +pl +Uu +rJ +ka +RI +TX +TX +ad +ab +ab +ab +ab +ab +ab +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(83,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +ab +ab +ad +TX +TX +bI +GH +cN +pk +pu +oM +rH +Dz +YI +ax +rH +TX +TX +ad +ab +ab +ab +ab +ab +ab +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(84,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +ab +ad +ad +TX +bJ +cm +GS +GS +zP +bJ +CW +Aq +rJ +wx +ax +TX +ad +ad +ab +ab +ab +ab +ab +ab +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(85,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +ab +ad +TX +bJ +co +st +tE +eS +bJ +aM +Aq +rJ +IW +TX +TX +ad +ab +ab +ab +ab +ab +ab +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(86,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +if +if +if +ab +ad +TX +bJ +CA +GS +GS +zP +bJ +Bt +Aq +rJ +wx +TX +TX +ad +ab +ab +if +if +if +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(87,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ad +ad +bJ +ms +GW +GW +Du +bJ +YP +sD +rJ +PF +TX +ad +ad +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(88,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Dx +RX +AF +sL +cp +cO +di +di +Tq +zz +rJ +rJ +pm +JD +AF +RX +RX +jS +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(89,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ad +bK +qG +zX +qG +fE +bJ +xT +ma +dg +In +dD +ad +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(90,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ad +zg +bJ +bJ +bJ +bJ +oM +vK +Mn +Mn +ax +TQ +ad +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(91,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ad +TQ +TX +th +nP +kP +kP +Kz +np +Mn +TX +TQ +ad +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(92,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +Hw +TX +th +XY +ok +Mw +ij +uV +th +TX +Hw +ad +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(93,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Hw +ad +th +xK +Mj +rC +NU +IT +th +ad +Hw +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(94,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +km +ad +th +jg +Wu +Jj +NR +th +th +ad +km +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(95,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +km +ad +ad +ad +ad +Sj +ad +ad +ad +ad +km +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(96,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +km +YZ +aa +aa +if +aa +if +aa +aa +YZ +km +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(97,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +km +aa +aa +aa +aa +aa +aa +aa +aa +aa +km +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(98,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Xp +aa +aa +aa +aa +aa +aa +aa +aa +aa +Xp +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(99,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(100,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(101,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(102,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(103,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(104,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(105,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(106,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(107,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(108,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(109,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(110,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(111,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(112,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(113,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(114,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(115,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(116,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(117,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(118,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(119,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(120,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} diff --git a/mods/_fd/_maps/sfv_dropship/delman.dm b/mods/_fd/_maps/sfv_dropship/delman.dm index 551bece033b42..9ecf3036c29aa 100644 --- a/mods/_fd/_maps/sfv_dropship/delman.dm +++ b/mods/_fd/_maps/sfv_dropship/delman.dm @@ -5,15 +5,8 @@ name = "PM-23 \"Delman\" Dropship" id = "awaysite_delman" description = "Army dropship that can bring to planet up to Platoon(42) and 4 Vehicle." - mappaths = list("mods/_fd/_maps/sfv_dropship/delman.dm") - area_usage_test_exempted_areas = list( - /area/ship/delman, - /area/ship/delman/central, - /area/ship/delman/rightwing, - /area/ship/delman/leftwing, - /area/ship/delman/cockpit, - /area/ship/delman/engibay - ) + mappaths = list("mods/_fd/_maps/sfv_dropship/delman.dmm") + area_usage_test_exempted_areas = list(/area/ship/delman) spawn_cost = 1000 player_cost = 4 shuttles_to_initialise = list(/datum/shuttle/autodock/overmap/delman) diff --git a/mods/_fd/_maps/snow_cage/code/snow_cage.dm b/mods/_fd/_maps/snow_cage/code/snow_cage.dm index bc0c4c70acb1f..d9dd293322d7c 100644 --- a/mods/_fd/_maps/snow_cage/code/snow_cage.dm +++ b/mods/_fd/_maps/snow_cage/code/snow_cage.dm @@ -32,7 +32,7 @@ description = "An arctic planet with a small number of signatures on the surface. Scans indicate artificial structures under the planet's surface." prefix = "mods/_fd/_maps/snow_cage/maps/" suffixes = list("snow_cage-1.dmm","snow_cage-2.dmm","snow_cage-3.dmm","snow_cage-4.dmm") - area_usage_test_exempted_root_areas = list(/area/splanet/) + area_usage_test_exempted_root_areas = list(/area/splanet) apc_test_exempt_areas = list( /area/splanet/outdoors = NO_SCRUBBER|NO_VENT|NO_APC, /area/splanet/underground = NO_SCRUBBER|NO_VENT|NO_APC diff --git a/mods/_fd/combat_stances/code/item.dm b/mods/_fd/combat_stances/code/item.dm index 02955f819d673..e988f2ec68d82 100644 --- a/mods/_fd/combat_stances/code/item.dm +++ b/mods/_fd/combat_stances/code/item.dm @@ -21,7 +21,7 @@ var/obj/item/melee/I - if(melee_strikes && !istype(I, /obj/item/melee/energy/)) + if(melee_strikes && !istype(I, /obj/item/melee/energy)) swap_stances(user) /obj/item/proc/swap_stances(mob/user) diff --git a/mods/_fd/expanded_traders/_expanded_traders.dme b/mods/_fd/expanded_traders/_expanded_traders.dme index 8433bd2cc38be..9f0ef67e2b300 100644 --- a/mods/_fd/expanded_traders/_expanded_traders.dme +++ b/mods/_fd/expanded_traders/_expanded_traders.dme @@ -4,6 +4,7 @@ #include "_expanded_traders.dm" #include "code/ai.dm" +#include "code/trading_locations.dm" #include "code/preset_console.dm" diff --git a/mods/_fd/expanded_traders/code/trading_locations.dm b/mods/_fd/expanded_traders/code/trading_locations.dm new file mode 100644 index 0000000000000..f9aafa5714cbf --- /dev/null +++ b/mods/_fd/expanded_traders/code/trading_locations.dm @@ -0,0 +1,19 @@ +/obj/overmap/trading + name = "station" + desc = "A trading station." + icon = 'mods/_fd/fd_assets/icons/overmap.dmi' + icon_state = "trading_sector" + scannable = TRUE + requires_contact = TRUE // Whether or not the effect must be identified by ship sensors before being seen. + instant_contact = TRUE // Do we instantly identify ourselves to any ship in sensors range? + plane = 4 + + var/datum/trader/trader_merchant_datum + +/obj/overmap/trading/on_update_icon() + return + +/obj/overmap/trading/ship + name = "ship" + desc = "A trading ship." + icon_state = "trading_ship" diff --git a/mods/_fd/fd_assets/_fd_assets.dme b/mods/_fd/fd_assets/_fd_assets.dme index 69f2f7e23aaa2..90594d62c3afe 100644 --- a/mods/_fd/fd_assets/_fd_assets.dme +++ b/mods/_fd/fd_assets/_fd_assets.dme @@ -19,6 +19,7 @@ #include "code/machinery/turret.dm" #include "code/mobs/mobs.dm" +#include "code/mobs/pureevil.dm" #include "code/obj/items/encryption_key_boxes.dm" #include "code/obj/items/firstaid_indiv.dm" diff --git a/mods/_fd/fd_assets/code/mobs/pureevil.dm b/mods/_fd/fd_assets/code/mobs/pureevil.dm new file mode 100644 index 0000000000000..1f3fa4ce2d510 --- /dev/null +++ b/mods/_fd/fd_assets/code/mobs/pureevil.dm @@ -0,0 +1,401 @@ +/mob/living/simple_animal/hostile/boss/prime_soul + name = "Andrey Surov" + desc = "run" + icon = 'mods/_fd/fd_assets/icons/animals/prime_soul.dmi' + icon_state = "body" + icon_living = "body" + icon_dead = "body" + response_help = "tries to poke" + response_disarm = "shoves" + response_harm = "hits" + speed = 4 + movement_cooldown = 0 + maxHealth = 1000 + health = 1000 + harm_intent_damage = 5 + can_escape = TRUE + a_intent = I_HURT + natural_weapon = /obj/item/natural_weapon/punch/minos + pry_time = 4 SECONDS + taser_kill = 0 + melee_attack_delay = 2.5 + unsuitable_atmos_damage = 0 + faction = "boss" + status_flags = CANPUSH + does_spin = FALSE + + ai_holder = /datum/ai_holder/simple_animal/prime_soul + + var/seen = FALSE + var/attacking = TRUE + + var/stamina = 6 + var/max_stamina = 6 + + var/phase_two = FALSE + var/attack_cooldown = 0 + var/stamina_recharge = 0 + + var/datum/sound_token/boss_theme + var/sound_id = "minos" + +/mob/living/simple_animal/hostile/boss/prime_soul/proc/meet_player(mob/player) + face_atom(player) + anchored = TRUE + playsound(src, 'mods/_fd/fd_assets/sounds/prime_soul/Mp_intro2.ogg', 60, 0, extrarange = 13, falloff = 4) + playsound(src, 'mods/_fd/fd_assets/sounds/prime_soul/intro_music.ogg', 60, 0, extrarange = 13, falloff = 4) + ISay("Ah... Free... At last.") + sleep(52) + dir = turn(dir,90) + sleep(15) + ISay("O Gabriel... Now dawns thy reckoning") + sleep(50) + dir = turn(dir,-180) + sleep(17) + ISay("And thy gore shall GLISTEN before the temples of MAN!") + sleep(70) + face_atom(player) + sleep(14) + ISay("Creature of steel? My gratitude upon thee for my freedom.") + sleep(86) + face_atom(player) + ISay("But the crimes thy kind have committed against humanity are NOT forgotten!") + sleep(100) + face_atom(player) + ISay("And thy punishment... IS DEATH!") + sleep(54) + anchored = FALSE + face_atom(player) + boss_theme = GLOB.sound_player.PlayLoopingSound(src, sound_id, 'mods/_fd/fd_assets/sounds/prime_soul/Heaven_Pierce_Her-ORDER.ogg', volume = 60, range = 20, falloff = 4, prefer_mute = TRUE) + ai_holder.hostile = TRUE + attacking = FALSE + +///////////////////////* ATTACK TYPES START */////////////////////// + +/mob/living/simple_animal/hostile/boss/prime_soul/proc/PREPARE_THYSELF(atom/movable/target) + playsound(src, pick('mods/_fd/fd_assets/sounds/prime_soul/Mp_prepare.ogg', 'mods/_fd/fd_assets/sounds/prime_soul/Mp_prepare2.ogg'), 80, 0, extrarange = 13, falloff = 4) + ai_holder.set_busy(TRUE) + natural_weapon = /obj/item/natural_weapon/kick + do_windup_animation(target,10) + sleep(10) + forceMove(get_step(target,get_dir(target,src))) + IAttack(target) + do_windup_animation(target,8) + sleep(8) + forceMove(get_step(target,get_dir(target,src))) + IAttack(target) + do_windup_animation(target,8) + sleep(8) + switch(rand(1,2)) + if(1) + natural_weapon = /obj/item/natural_weapon/punch/minos/uppercut + forceMove(get_step(target,get_dir(target,src))) + if(IAttack(target)) + sleep(4) + if(get_dist(src,target) < 2) + target.throw_at(get_step(target,get_dir(src,target)), 3, 1) + if(2) + if(get_dist(src,target) > 2) + DIE(target) + else + CRUSH(target) + natural_weapon = initial(natural_weapon) + ai_holder.forget_path() + ai_holder.set_busy(FALSE) + attacking = FALSE + +/mob/living/simple_animal/hostile/boss/prime_soul/proc/THY_END_IS_NOW(atom/movable/target) + playsound(src, pick('mods/_fd/fd_assets/sounds/prime_soul/Mp_thyend.ogg', 'mods/_fd/fd_assets/sounds/prime_soul/Mp_thyend2.ogg'), 80, 0, extrarange = 13, falloff = 4) + ai_holder.set_busy(TRUE) + natural_weapon = /obj/item/natural_weapon/punch/minos/snake + do_windup_animation(target,7) + sleep(7) + forceMove(get_step(target,get_dir(target,src))) + IAttack(target) + do_windup_animation(target,7) + sleep(7) + forceMove(get_step(target,get_dir(target,src))) + IAttack(target) + do_windup_animation(target,7) + sleep(7) + forceMove(get_step(target,get_dir(target,src))) + IAttack(target) + do_windup_animation(target,7) + sleep(7) + forceMove(get_step(target,get_dir(target,src))) + IAttack(target) + natural_weapon = initial(natural_weapon) + sleep(10) + ai_holder.forget_path() + ai_holder.set_busy(FALSE) + attacking = FALSE + +/mob/living/simple_animal/hostile/boss/prime_soul/proc/DIE(atom/movable/target) + ai_holder.set_busy(TRUE) + sleep(5) + density = FALSE + forceMove(get_step(target,get_dir(target,src))) + do_crush_animation(10, 160) + sleep(6) + playsound(src, pick('mods/_fd/fd_assets/sounds/prime_soul/Mp_die.ogg', 'mods/_fd/fd_assets/sounds/prime_soul/Mp_die2.ogg'), 80, 0, extrarange = 13, falloff = 4) + ISay("DIE!") + sleep(4) + explosion(get_turf(src), 3, EX_ACT_LIGHT) + density = TRUE + sleep(10) + ai_holder.forget_path() + ai_holder.set_busy(FALSE) + attacking = FALSE + +/mob/living/simple_animal/hostile/boss/prime_soul/proc/CRUSH(atom/movable/target) + ai_holder.set_busy(TRUE) + density = FALSE + do_crush_animation(10, 160) + sleep(6) + playsound(src, 'mods/_fd/fd_assets/sounds/prime_soul/Mp_crush.ogg', 80, 0, extrarange = 17, falloff = 4) + ISay("CRUSH!") + sleep(4) + explosion(get_turf(src), 3, EX_ACT_LIGHT) + density = TRUE + sleep(10) + ai_holder.forget_path() + ai_holder.set_busy(FALSE) + attacking = FALSE + +/mob/living/simple_animal/hostile/boss/prime_soul/proc/JUDGEMENT(atom/movable/target) + playsound(src, pick('mods/_fd/fd_assets/sounds/prime_soul/Mp_judgement.ogg', 'mods/_fd/fd_assets/sounds/prime_soul/Mp_judgement2.ogg'), 80, 0, extrarange = 13, falloff = 4) + ai_holder.set_busy(TRUE) + do_windup_animation(target,10) + sleep(10) + var/rotation_angle + switch(get_dir(src, target)) + if(WEST) + rotation_angle = 90 + if(NORTHWEST) + rotation_angle = 90 + if(SOUTHWEST) + rotation_angle = 90 + if(EAST) + rotation_angle = -90 + if(NORTHEAST) + rotation_angle = -90 + if(SOUTHEAST) + rotation_angle = -90 + if(NORTH) + rotation_angle = 180 + else + rotation_angle = 0 + var/matrix/dropckick = matrix(transform).Update(rotation = rotation_angle) + animate(src, transform = dropckick, time = 2) + throw_at(target, get_dist(src,target), get_dist(src,target) / 6) + face_atom(target) + sleep(6) + anchored = TRUE + explosion(get_step(src,dir), 3, EX_ACT_LIGHT) + anchored = FALSE + sleep(2) + dropckick = matrix(transform).Update(rotation = -rotation_angle) + animate(src, transform = dropckick, time = 2) + sleep(8) + ai_holder.forget_path() + ai_holder.set_busy(FALSE) + attacking = FALSE + +///////////////////////* ATTACK TYPES END */////////////////////// + +/mob/living/simple_animal/hostile/boss/prime_soul/Life() + ..() +// var/datum/ai_holder/simple_animal/prime_soul/minos_holder = ai_holder + var/target = ai_holder.target + + if(!seen) + for(var/mob/living/L in orange(5,src)) + if(L.key && L.client) + seen = TRUE + meet_player(L) + break + + if(!attacking) +// if(attack_cooldown >= 1) + var/i = 0 + while(i < 20) + if(stamina <= 0 || !target || i >= 19) + attacking = FALSE + break + i++ + attack_cooldown = 0 + attacking = TRUE + var/pick_attack = pick("PREPARE THYSELF!", "THY END IS NOW!", "DIE!", "JUDGEMENT!") + switch(pick_attack) + if("PREPARE THYSELF!") + if(stamina - 3 < 0) + continue + stamina-=3 + ISay(pick_attack) + PREPARE_THYSELF(target) + break + if("THY END IS NOW!") + if(stamina - 2 < 0) + continue + stamina-=2 + ISay(pick_attack) + THY_END_IS_NOW(target) + break + if("DIE!") + if(stamina - 1 < 0) + continue + stamina-=1 + if(get_dist(src, target) > 2) + DIE(target) + else + CRUSH(target) + break + if("JUDGEMENT!") + if(stamina - 2 < 0) + continue + stamina-=2 + ISay(pick_attack) + JUDGEMENT(target) + break + else + ISay("Huh?..") + continue // huh??? +// else +// attack_cooldown++ + + if(stamina <= 0) + if(health < maxHealth / 2 && !phase_two) + playsound(src, 'mods/_fd/fd_assets/sounds/prime_soul/Mp_weak.ogg', 90, 0, extrarange = 13, falloff = 4) + ISay("WEAK!") + max_stamina = 12 + phase_two = TRUE + + if(stamina_recharge >= 3) + stamina = max_stamina + stamina_recharge = 0 + + else + stamina_recharge++ + +/mob/living/simple_animal/hostile/boss/prime_soul/New() + ..() + +/mob/living/simple_animal/hostile/boss/prime_soul/death(gibbed, deathmessage, show_dead_message) + if(gibbed) + return + anchored = TRUE + deathscene() + ..(gibbed, deathmessage, show_dead_message) + set_light(0) + qdel(src) + +/mob/living/simple_animal/hostile/boss/prime_soul/proc/deathscene() + ai_holder.set_busy(TRUE) + attacking = TRUE + QDEL_NULL(boss_theme) + visible_emote("screams") + playsound(src, 'mods/_fd/fd_assets/sounds/prime_soul/Mp_outro.ogg', 75, 0, extrarange = 13, falloff = 4) + sleep(40) + ISay("Forgive me, my children, for I have failed to bring you salvation") + sleep(70) + ISay("From this cold, dark world...") + sleep(50) + visible_emote("screams even louder") + do_crush_animation(80, 60) + playsound(src, 'mods/_fd/fd_assets/sounds/prime_soul/Pinos_death_scream.ogg', 100, 0, extrarange = 13, falloff = 4) + set_light(1, 20, 25, 2, l_color = "#f2feff") + sleep(55) + explosion(get_turf(src), 8, EX_ACT_HEAVY) + +// Это - костыль который спасает от кучи жалоб и, технически(?) проблем с смертью +// С чем связано? DEATH имеет should_not_sleep из-за очереди в удалении. +// В случае если не сработает и это вызовет кучу багов - вы знаете что резать :3 + +/mob/living/simple_animal/hostile/boss/prime_soul/Destroy() + QDEL_NULL(boss_theme) + . = ..() + +/mob/living/simple_animal/hostile/boss/prime_soul/Process_Spacemove() + return 1 + + +/mob/living/simple_animal/hostile/boss/prime_soul/do_attack(atom/A, turf/T) + face_atom(A) + var/missed = FALSE + if (get_dist(src, A) > 1 || (get_dir(src,A) != 0 && get_dir(src,A) != src.dir && get_dir(src,A) != turn(src.dir,45) && get_dir(src,A) != turn(src.dir,-45))) + missed = TRUE + + if(missed) // Most likely we have a slow attack and they dodged it or we somehow got moved. + playsound(src, 'sound/weapons/punchmiss.ogg', 75, 1) + visible_message(SPAN_WARNING("\The [src] misses their attack.")) + return FALSE + + var/obj/item/natural_weapon/weapon = get_natural_weapon() + + if (weapon.resolve_attackby(A, src)) + apply_melee_effects(A) + else if(istype(A,/mob/living/simple_animal)) //костыль куз я так и не смог разобраться почему оно не хочет резолвить атаку на симплмобов :P + apply_melee_effects(A) + + return TRUE + +/mob/living/simple_animal/hostile/boss/prime_soul/melee_pre_animation(atom/A) + if(attacking) + return + ..() + +/mob/living/simple_animal/hostile/boss/prime_soul/ex_act() + return + +/datum/ai_holder/simple_animal/prime_soul + intelligence_level = AI_SMART + retaliate = TRUE // The majority of smart mobs will fight back. + hostile = FALSE + use_astar = TRUE + returns_home = TRUE + home_low_priority = TRUE + wander = FALSE + vision_range = 20 + destructive = FALSE + mauling = TRUE + can_breakthrough = TRUE + violent_breakthrough = TRUE + +/datum/ai_holder/simple_animal/prime_soul/lose_target_position() + playsound(holder, 'mods/_fd/fd_assets/sounds/prime_soul/Mp_useless.ogg', 100, 0, extrarange = 13, falloff = 4) + ..() + +// ANIM + +/atom/movable/proc/do_crush_animation(windup_time, fly_alpha) + var/default_pixel_x = initial(pixel_x) + var/default_pixel_y = initial(pixel_y) + var/mob/mob = src + if(istype(mob)) + default_pixel_x = mob.default_pixel_x + default_pixel_y = mob.default_pixel_y + + animate(src, pixel_x = pixel_x, pixel_y = pixel_y + 20, alpha = fly_alpha, time = windup_time - windup_time/5) + animate(pixel_x = default_pixel_x, pixel_y = default_pixel_y, alpha = 255, time = windup_time/5) + + +// KICK + + +/obj/item/natural_weapon/punch/minos + attack_cooldown = 20 + force = 20 + +/obj/item/natural_weapon/punch/minos/snake + attack_cooldown = 5 + force = 30 + +/obj/item/natural_weapon/punch/minos/uppercut + attack_cooldown = 5 + attack_verb = list("uppercutted") + force = 45 + +/obj/item/natural_weapon/kick + attack_cooldown = 5 + attack_verb = list("kicked", "kicked", "kicked", "kneed") + force = 30 diff --git a/mods/_fd/fd_assets/eventstuff/admintools.dm b/mods/_fd/fd_assets/eventstuff/admintools.dm index c76a68324aa81..57726ce29678f 100644 --- a/mods/_fd/fd_assets/eventstuff/admintools.dm +++ b/mods/_fd/fd_assets/eventstuff/admintools.dm @@ -1,6 +1,7 @@ + /datum/controller/subsystem/jobs/check_general_join_blockers(mob/new_player/joining, datum/job/job) - ..() - if(check_rights(R_ADMIN) || joining.client.enter_lock_bypass) + . = ..() + if(check_rights(, show_msg = FALSE) || joining.client.enter_lock_bypass) return TRUE /client @@ -15,13 +16,13 @@ var/client/player = input("Select mob.", "Allow Bypass Entering Lock") as null|anything in GLOB.clients if(!player.enter_lock_bypass) player.enter_lock_bypass = 1 - to_chat(player, SPAN_MFAUNA("Высшие силы даровали возможность тебе зайти!")) + to_chat(player, FONT_LARGE(SPAN_NOTICE("Высшие силы даровали возможность тебе зайти!"))) if(player.get_preference_value(/datum/client_preference/staff/play_adminhelp_ping) == GLOB.PREF_HEAR) sound_to(player, sound('sound/ui/pm-notify.ogg', volume = 70)) log_and_message_admins("Игроку [player.ckey] дали возможность зайти в игру.") else player.enter_lock_bypass = 0 - to_chat(player, FONT_LARGE(SPAN_MFAUNA("Высшие силы изъяли у тебя возможность зайти!"))) + to_chat(player, FONT_LARGE(SPAN_NOTICE("Высшие силы изъяли у тебя возможность зайти!"))) log_and_message_admins("У игрока [player.ckey] забрали возможность зайти в игру.") /client/proc/remove_slot_crew_full() // fully close job slot diff --git a/mods/_fd/fd_assets/icons/animals/prime_soul.dmi b/mods/_fd/fd_assets/icons/animals/prime_soul.dmi new file mode 100644 index 0000000000000..6edf1b0879eea Binary files /dev/null and b/mods/_fd/fd_assets/icons/animals/prime_soul.dmi differ diff --git a/mods/_fd/fd_assets/icons/overmap.dmi b/mods/_fd/fd_assets/icons/overmap.dmi new file mode 100644 index 0000000000000..c802d623cd5a2 Binary files /dev/null and b/mods/_fd/fd_assets/icons/overmap.dmi differ diff --git a/mods/_fd/fd_assets/sounds/prime_soul/Heaven_Pierce_Her-ORDER.ogg b/mods/_fd/fd_assets/sounds/prime_soul/Heaven_Pierce_Her-ORDER.ogg new file mode 100644 index 0000000000000..b4b6b3c7e59aa Binary files /dev/null and b/mods/_fd/fd_assets/sounds/prime_soul/Heaven_Pierce_Her-ORDER.ogg differ diff --git a/mods/_fd/fd_assets/sounds/prime_soul/Mp_crush.ogg b/mods/_fd/fd_assets/sounds/prime_soul/Mp_crush.ogg new file mode 100644 index 0000000000000..992be9a84e6e3 Binary files /dev/null and b/mods/_fd/fd_assets/sounds/prime_soul/Mp_crush.ogg differ diff --git a/mods/_fd/fd_assets/sounds/prime_soul/Mp_die.ogg b/mods/_fd/fd_assets/sounds/prime_soul/Mp_die.ogg new file mode 100644 index 0000000000000..6c9635faf8294 Binary files /dev/null and b/mods/_fd/fd_assets/sounds/prime_soul/Mp_die.ogg differ diff --git a/mods/_fd/fd_assets/sounds/prime_soul/Mp_die2.ogg b/mods/_fd/fd_assets/sounds/prime_soul/Mp_die2.ogg new file mode 100644 index 0000000000000..b190db8d39ab1 Binary files /dev/null and b/mods/_fd/fd_assets/sounds/prime_soul/Mp_die2.ogg differ diff --git a/mods/_fd/fd_assets/sounds/prime_soul/Mp_intro2.ogg b/mods/_fd/fd_assets/sounds/prime_soul/Mp_intro2.ogg new file mode 100644 index 0000000000000..0a6f862140224 Binary files /dev/null and b/mods/_fd/fd_assets/sounds/prime_soul/Mp_intro2.ogg differ diff --git a/mods/_fd/fd_assets/sounds/prime_soul/Mp_judgement.ogg b/mods/_fd/fd_assets/sounds/prime_soul/Mp_judgement.ogg new file mode 100644 index 0000000000000..b78e1d96231ef Binary files /dev/null and b/mods/_fd/fd_assets/sounds/prime_soul/Mp_judgement.ogg differ diff --git a/mods/_fd/fd_assets/sounds/prime_soul/Mp_judgement2.ogg b/mods/_fd/fd_assets/sounds/prime_soul/Mp_judgement2.ogg new file mode 100644 index 0000000000000..309b79a26f015 Binary files /dev/null and b/mods/_fd/fd_assets/sounds/prime_soul/Mp_judgement2.ogg differ diff --git a/mods/_fd/fd_assets/sounds/prime_soul/Mp_outro.ogg b/mods/_fd/fd_assets/sounds/prime_soul/Mp_outro.ogg new file mode 100644 index 0000000000000..1425915cd18f5 Binary files /dev/null and b/mods/_fd/fd_assets/sounds/prime_soul/Mp_outro.ogg differ diff --git a/mods/_fd/fd_assets/sounds/prime_soul/Mp_prepare.ogg b/mods/_fd/fd_assets/sounds/prime_soul/Mp_prepare.ogg new file mode 100644 index 0000000000000..f3191bd3cd932 Binary files /dev/null and b/mods/_fd/fd_assets/sounds/prime_soul/Mp_prepare.ogg differ diff --git a/mods/_fd/fd_assets/sounds/prime_soul/Mp_prepare2.ogg b/mods/_fd/fd_assets/sounds/prime_soul/Mp_prepare2.ogg new file mode 100644 index 0000000000000..a2d704524ab7f Binary files /dev/null and b/mods/_fd/fd_assets/sounds/prime_soul/Mp_prepare2.ogg differ diff --git a/mods/_fd/fd_assets/sounds/prime_soul/Mp_thyend.ogg b/mods/_fd/fd_assets/sounds/prime_soul/Mp_thyend.ogg new file mode 100644 index 0000000000000..62050e92b361f Binary files /dev/null and b/mods/_fd/fd_assets/sounds/prime_soul/Mp_thyend.ogg differ diff --git a/mods/_fd/fd_assets/sounds/prime_soul/Mp_thyend2.ogg b/mods/_fd/fd_assets/sounds/prime_soul/Mp_thyend2.ogg new file mode 100644 index 0000000000000..bd797bdc5f580 Binary files /dev/null and b/mods/_fd/fd_assets/sounds/prime_soul/Mp_thyend2.ogg differ diff --git a/mods/_fd/fd_assets/sounds/prime_soul/Mp_useless.ogg b/mods/_fd/fd_assets/sounds/prime_soul/Mp_useless.ogg new file mode 100644 index 0000000000000..e6f5c11eeaa2a Binary files /dev/null and b/mods/_fd/fd_assets/sounds/prime_soul/Mp_useless.ogg differ diff --git a/mods/_fd/fd_assets/sounds/prime_soul/Mp_weak.ogg b/mods/_fd/fd_assets/sounds/prime_soul/Mp_weak.ogg new file mode 100644 index 0000000000000..58eb0059e23ac Binary files /dev/null and b/mods/_fd/fd_assets/sounds/prime_soul/Mp_weak.ogg differ diff --git a/mods/_fd/fd_assets/sounds/prime_soul/Pinos_death_scream.ogg b/mods/_fd/fd_assets/sounds/prime_soul/Pinos_death_scream.ogg new file mode 100644 index 0000000000000..527e1d8ffbbbb Binary files /dev/null and b/mods/_fd/fd_assets/sounds/prime_soul/Pinos_death_scream.ogg differ diff --git a/mods/_fd/fd_assets/sounds/prime_soul/intro_music.ogg b/mods/_fd/fd_assets/sounds/prime_soul/intro_music.ogg new file mode 100644 index 0000000000000..bf908f2aaffca Binary files /dev/null and b/mods/_fd/fd_assets/sounds/prime_soul/intro_music.ogg differ diff --git a/mods/_fd/fd_guns/code/ammo/boxes.dm b/mods/_fd/fd_guns/code/ammo/boxes.dm index b9612f91ed847..f968e6e488065 100644 --- a/mods/_fd/fd_guns/code/ammo/boxes.dm +++ b/mods/_fd/fd_guns/code/ammo/boxes.dm @@ -141,8 +141,8 @@ ammo_type = /obj/item/ammo_casing/pistol/rubber /obj/item/ammo_magazine/smg/iccgn - name = "magazine" - icon = 'mods/_fd/fd_guns/icons/weapon_cpss_icon.dmi' + name = "smg magazine" + icon = 'mods/_fd/fd_guns/icons/weapon_gkk_icon.dmi' icon_state = "gsmg3M" max_ammo = 45 multiple_sprites = 0 diff --git a/mods/_fd/junk_heaven/code/intel_gathering/old_terminal.dm b/mods/_fd/junk_heaven/code/intel_gathering/old_terminal.dm index c07c5a2e9db1f..ae28fd7810dbe 100644 --- a/mods/_fd/junk_heaven/code/intel_gathering/old_terminal.dm +++ b/mods/_fd/junk_heaven/code/intel_gathering/old_terminal.dm @@ -60,7 +60,7 @@ /obj/structure/intel_console/use_tool(obj/item/I, mob/living/user) SHOULD_CALL_PARENT(FALSE) - if(state == 3 && istype(I, /obj/item/stack/material/glass/)) + if(state == 3 && istype(I, /obj/item/stack/material/glass)) var/obj/item/stack/material/glass/guass = I if(guass.amount <= 5) to_chat(user, "У вас недостаточно материалов! Для починки экрана понадобится минимум 5 единиц стекла!") @@ -82,7 +82,7 @@ state = 1 update_icon() if(state == 1) - if(powerless == TRUE && istype(I, /obj/item/cell/)) + if(powerless == TRUE && istype(I, /obj/item/cell)) if(do_after(user, 30)) powerless = FALSE to_chat(user, "Вы аккуратно вставляете внутрь батарею...") diff --git a/mods/_fd/old_space_cannons/code/overmap_projectile.dm b/mods/_fd/old_space_cannons/code/overmap_projectile.dm index 0b44fbefab27f..005e1b4f020f6 100644 --- a/mods/_fd/old_space_cannons/code/overmap_projectile.dm +++ b/mods/_fd/old_space_cannons/code/overmap_projectile.dm @@ -1,5 +1,6 @@ /obj/overmap/projectile name = "projectile" + icon = 'mods/_fd/fd_assets/icons/overmap.dmi' icon_state = "projectile_danger" scannable = FALSE diff --git a/mods/_fd/sentinel_onfd/README.md b/mods/_fd/sentinel_onfd/README.md new file mode 100644 index 0000000000000..0216ebdd24ce4 --- /dev/null +++ b/mods/_fd/sentinel_onfd/README.md @@ -0,0 +1,79 @@ + +#### Список PRов: + +- https://github.com/SierraBay/SierraBay12/pull/##### + + + +## Мод-пример + +ID мода: SENTINEL_ONFD + + +### Описание мода + +Этот мод служит примером для разработчиков и существует лишь для того, +чтобы его можно было легко скопировать и вставить в другое место. + + +### Изменения *кор кода* + +- `code/modules/mob/living.dm`: `proc/overriden_proc`, `var/overriden_var` + + +### Оверрайды + +- `mods/_master_files/sound/my_cool_sound.ogg` +- `mods/_master_files/code/my_modular_override.dm`: `proc/overriden_proc`, `var/overriden_var` + + +### Дефайны + +- `code/__defines/~mods/sentinel_onfd.dm`: `SENTINEL_ONFD_SPEED_MULTIPLIER`, `SENTINEL_ONFD_SPEED_BASE` + + +### Используемые файлы, не содержащиеся в модпаке + +- `mods/_master_files/icons/obj/alien.dmi` + + +### Авторы: + +Твой никнейм + diff --git a/mods/_fd/sentinel_onfd/_sentinel_onfd.dm b/mods/_fd/sentinel_onfd/_sentinel_onfd.dm new file mode 100644 index 0000000000000..70be083ec04fb --- /dev/null +++ b/mods/_fd/sentinel_onfd/_sentinel_onfd.dm @@ -0,0 +1,4 @@ +/singleton/modpack/sentinel_onfd + name = "Мод-пример" + desc = "Мод, который является примером и ни в коем случае не должен быть использован." + author = "Твой никнейм" diff --git a/mods/_fd/sentinel_onfd/_sentinel_onfd.dme b/mods/_fd/sentinel_onfd/_sentinel_onfd.dme new file mode 100644 index 0000000000000..fc55e1b062070 --- /dev/null +++ b/mods/_fd/sentinel_onfd/_sentinel_onfd.dme @@ -0,0 +1,10 @@ +#ifndef MODPACK_SENTINEL_ONFD +#define MODPACK_SENTINEL_ONFD + +#include "_sentinel_onfd.dm" + +#include "assets.dm" +// Далее просто включай свой код +// #include "code/something.dm" + +#endif