diff --git a/aurorastation.dme b/aurorastation.dme index 0f7cec43c83..378950e5298 100644 --- a/aurorastation.dme +++ b/aurorastation.dme @@ -3520,8 +3520,11 @@ #include "maps\away\away_site\wrecked_nt_ship\wrecked_nt_ship.dm" #include "maps\away\ships\casino\casino.dm" #include "maps\away\ships\casino\casino_areas.dm" -#include "maps\away\ships\coc_ranger\coc_ship.dm" -#include "maps\away\ships\coc_ranger\coc_ship_ghostroles.dm" +#include "maps\away\ships\coc\coc_ranger\coc_ship.dm" +#include "maps\away\ships\coc\coc_ranger\coc_ship_ghostroles.dm" +#include "maps\away\ships\coc\coc_surveyor\coc_surveyor.dm" +#include "maps\away\ships\coc\coc_surveyor\coc_surveyor_areas.dm" +#include "maps\away\ships\coc\coc_surveyor\coc_surveyor_ghostroles.dm" #include "maps\away\ships\dionae\diona_rokz_ship\diona_rokz_ship.dm" #include "maps\away\ships\dionae\diona_rokz_ship\diona_rokz_ship_ghostroles.dm" #include "maps\away\ships\dionae\diona_serz_ship\diona_serz_ship.dm" diff --git a/html/changelogs/RustingWithYou - forscience.yml b/html/changelogs/RustingWithYou - forscience.yml new file mode 100644 index 00000000000..8f828748003 --- /dev/null +++ b/html/changelogs/RustingWithYou - forscience.yml @@ -0,0 +1,41 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# wip (For works in progress) +# tweak +# soundadd +# sounddel +# rscadd (general adding of nice things) +# rscdel (general deleting of nice things) +# imageadd +# imagedel +# maptweak +# spellcheck (typo fixes) +# experiment +# balance +# admin +# backend +# security +# refactor +################################# + +# Your name. +author: RustingWithYou + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. +# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. +changes: + - rscadd: "Adds a Coalition of Colonies survey ship." diff --git a/maps/away/ships/coc_ranger/coc_ship.dm b/maps/away/ships/coc/coc_ranger/coc_ship.dm similarity index 99% rename from maps/away/ships/coc_ranger/coc_ship.dm rename to maps/away/ships/coc/coc_ranger/coc_ship.dm index 8dcd08e7e3c..61ae9d1501a 100644 --- a/maps/away/ships/coc_ranger/coc_ship.dm +++ b/maps/away/ships/coc/coc_ranger/coc_ship.dm @@ -1,7 +1,7 @@ /datum/map_template/ruin/away_site/ranger_corvette name = "Ranger Gunboat" description = "The Xansan-class is not, in fact, a distinct design in of itself. It is instead Xanu Prime’s variant of the Lagos-class gunboat, a Solarian light attack ship design. While the Lagos-class has been out of service with the Alliance’s navy for centuries, the blueprints were captured during the Interstellar war by Xanu Prime militiamen from a regional naval shipyard during the opening stages of the conflict, and were immediately used to construct ships of the class for use by Xanu Prime’s burgeoning military. While the Xansan-class has been retired from Xanu service, the leftover ships were donated en masse to the Frontier Marshal Bureau, and the Rangers make use of the craft to this day, in spite of their advanced age." - suffixes = list("ships/coc_ranger/coc_ship.dmm") + suffixes = list("ships/coc/coc_ranger/coc_ship.dmm") sectors = list(SECTOR_BADLANDS, ALL_COALITION_SECTORS) spawn_weight = 1 ship_cost = 1 diff --git a/maps/away/ships/coc_ranger/coc_ship.dmm b/maps/away/ships/coc/coc_ranger/coc_ship.dmm similarity index 100% rename from maps/away/ships/coc_ranger/coc_ship.dmm rename to maps/away/ships/coc/coc_ranger/coc_ship.dmm diff --git a/maps/away/ships/coc_ranger/coc_ship_ghostroles.dm b/maps/away/ships/coc/coc_ranger/coc_ship_ghostroles.dm similarity index 100% rename from maps/away/ships/coc_ranger/coc_ship_ghostroles.dm rename to maps/away/ships/coc/coc_ranger/coc_ship_ghostroles.dm diff --git a/maps/away/ships/coc/coc_surveyor/coc_surveyor.dm b/maps/away/ships/coc/coc_surveyor/coc_surveyor.dm new file mode 100644 index 00000000000..0905db025be --- /dev/null +++ b/maps/away/ships/coc/coc_surveyor/coc_surveyor.dm @@ -0,0 +1,110 @@ +/datum/map_template/ruin/away_site/coc_surveyor + name = "COC Survey Ship" + description = "Coalition science ship." + suffixes = list("ships/coc/coc_surveyor/coc_surveyor.dmm") + sectors = list(ALL_COALITION_SECTORS, ALL_VOID_SECTORS) + spawn_weight = 1 + ship_cost = 1 + id = "coc_surveyor" + shuttles_to_initialise = list(/datum/shuttle/autodock/overmap/coc_survey_shuttle) + +/singleton/submap_archetype/coc_surveyor + map = "COC Survey Ship" + descriptor = "Coalition science ship." + +/obj/effect/overmap/visitable/ship/coc_surveyor + name = "COC Survey Ship" + class = "CCV" + desc = "The Galga-class Surveyor is a very recent design, created as apart of a joint venture between Xanu and Himeo, in an effort to better map out the Weeping Stars. Created to be largely self sufficient, its on board refinery allows it to create products for market between ventures into the uncharted areas of the Spur. While the ship is armed, its thin hull, powerful thrusters, and large fuel tanks encourage retreat." + icon_state = "tramp" + moving_state = "tramp_moving" + colors = list("#8492fd", "#4d61fc") + designer = "Coalition of Colonies, Xanu Prime" + volume = "60 meters length, 58 meters beam/width, 12 meters vertical height" + drive = "Low-Speed Warp Acceleration FTL Drive" + weapons = "Dual extruding port fore and starboard fore-mounted medium caliber armament, aft obscured flight craft bay" + sizeclass = "Galga-class Surveyor" + shiptype = "Exploration, mineral and artifact recovery" + max_speed = 1/(2 SECONDS) + burn_delay = 1 SECONDS + vessel_mass = 5000 + fore_dir = SOUTH + vessel_size = SHIP_SIZE_SMALL + invisible_until_ghostrole_spawn = TRUE + initial_generic_waypoints = list( + "nav_surveyor_1", + "nav_surveyor_2", + "nav_surveyor_3", + "nav_surveyor_4" + ) + initial_restricted_waypoints = list( + "COC Survey Shuttle" = list("nav_hangar_survey") + ) + +/obj/effect/overmap/visitable/ship/coc_surveyor/New() + designation = "[pick("Truffle Pig", "Sapphire", "Unto The Unknown", "Unto The Somewhat Known", "Carbon Hound", "Minerals For Days", "The Not-So-Final Frontier", "Phoron Hunter")]" + ..() + +/obj/effect/shuttle_landmark/coc_survey_ship + base_turf = /turf/space/dynamic + base_area = /area/space + +/obj/effect/shuttle_landmark/coc_survey_ship/nav1 + name = "Coalition Survey Ship - Port" + landmark_tag = "nav_surveyor_1" + +/obj/effect/shuttle_landmark/coc_survey_ship/nav2 + name = "Coalition Survey Ship - Starboard" + landmark_tag = "nav_surveyor_2" + +/obj/effect/shuttle_landmark/coc_survey_ship/nav3 + name = "Coalition Survey Ship - Aft" + landmark_tag = "nav_surveyor_3" + +/obj/effect/shuttle_landmark/coc_survey_ship/nav4 + name = "Coalition Survey Ship - Fore" + landmark_tag = "nav_surveyor_4" + +/obj/effect/overmap/visitable/ship/landable/coc_survey_shuttle + name = "COC Survey Shuttle" + desc = "The Minnow-class is a civilian transport shuttle, often used in the Coalition of Colonies." + class = "CCV" + designation = "Workhorse" + icon_state = "shuttle" + moving_state = "shuttle_moving" + shuttle = "COC Survey Shuttle" + colors = list("#8492fd", "#4d61fc") + max_speed = 1/(3 SECONDS) + burn_delay = 2 SECONDS + vessel_mass = 3000 //very inefficient pod + fore_dir = WEST + vessel_size = SHIP_SIZE_TINY + +/obj/machinery/computer/shuttle_control/explore/coc_survey_shuttle + name = "shuttle control console" + shuttle_tag = "COC Survey Shuttle" + +/datum/shuttle/autodock/overmap/coc_survey_shuttle + name = "COC Survey Shuttle" + move_time = 20 + shuttle_area = list(/area/shuttle/coc_survey_shuttle) + current_location = "nav_hangar_survey" + landmark_transition = "nav_transit_survey_shuttle" + range = 1 + fuel_consumption = 2 + logging_home_tag = "nav_hangar_survey" + dock_target = "surveyor_shuttle" + defer_initialisation = TRUE + +/obj/effect/shuttle_landmark/coc_survey_shuttle/hangar + name = "COC Survey Ship - Hangar" + landmark_tag = "nav_hangar_survey" + base_area = /area/coc_survey_ship/hangar + base_turf = /turf/simulated/floor/plating + docking_controller = "surveyor_shuttle_dock" + movable_flags = MOVABLE_FLAG_EFFECTMOVE + +/obj/effect/shuttle_landmark/coc_survey_shuttle/transit + name = "In transit" + landmark_tag = "nav_transit_survey_shuttle" + base_turf = /turf/space/transit/north diff --git a/maps/away/ships/coc/coc_surveyor/coc_surveyor.dmm b/maps/away/ships/coc/coc_surveyor/coc_surveyor.dmm new file mode 100644 index 00000000000..8ce1014ca57 --- /dev/null +++ b/maps/away/ships/coc/coc_surveyor/coc_surveyor.dmm @@ -0,0 +1,16299 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ae" = ( +/obj/effect/shuttle_landmark/coc_survey_ship/nav3, +/turf/template_noop, +/area/space) +"ak" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/mech_recharger, +/mob/living/heavy_vehicle/premade/ripley/loader, +/turf/simulated/floor/reinforced, +/area/coc_survey_ship/blaster) +"am" = ( +/obj/item/ship_ammunition/grauwolf_bundle/ap, +/obj/item/ship_ammunition/grauwolf_bundle/ap, +/obj/item/ship_ammunition/grauwolf_bundle/ap, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/reinforced, +/area/coc_survey_ship/grauwolf) +"at" = ( +/obj/effect/floor_decal/corner_wide/red{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/quarters) +"aA" = ( +/turf/simulated/floor, +/area/coc_survey_ship/starboard_propulsion) +"aH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black, +/turf/simulated/floor, +/area/coc_survey_ship/starboard_propulsion) +"aP" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plating/cooled, +/area/coc_survey_ship/atmos) +"aS" = ( +/obj/effect/floor_decal/corner_wide/grey/diagonal, +/obj/structure/table/stone/marble, +/obj/item/material/hatchet/butch, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/kitchen) +"aW" = ( +/obj/machinery/door/airlock/hatch{ + name = "Medical" + }, +/obj/effect/floor_decal/corner_wide/paleblue/diagonal, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/cryo) +"bb" = ( +/obj/machinery/door/airlock/external{ + frequency = 1389; + icon_state = "door_locked"; + id_tag = "surveyor_shuttle_out"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/coc_survey_shuttle) +"bd" = ( +/obj/effect/landmark/entry_point/aft{ + name = "starboard" + }, +/turf/simulated/wall/shuttle/dark/cardinal/khaki, +/area/shuttle/coc_survey_shuttle) +"bs" = ( +/obj/effect/floor_decal/corner/lime/diagonal, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/cryo) +"bx" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 1 + }, +/turf/simulated/floor/carpet/rubber, +/area/coc_survey_ship/engineering) +"bB" = ( +/obj/machinery/computer/ship/sensors{ + dir = 1 + }, +/obj/effect/floor_decal/corner_wide/paleblue/full{ + dir = 4 + }, +/obj/effect/floor_decal/corner_wide/paleblue{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/bridge) +"bD" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/reinforced, +/area/coc_survey_ship/grauwolf) +"bE" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 1 + }, +/turf/simulated/floor/carpet/rubber, +/area/coc_survey_ship/engineering) +"bF" = ( +/turf/space, +/area/space) +"bG" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plating/cooled, +/area/coc_survey_ship/atmos) +"bM" = ( +/obj/structure/table/steel, +/obj/machinery/cell_charger, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/mining_scanner, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"bN" = ( +/obj/effect/floor_decal/corner/purple/diagonal, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/research) +"bU" = ( +/turf/simulated/wall/shuttle/dark/cardinal/blue, +/area/coc_survey_ship/anomaly) +"bV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 10 + }, +/turf/simulated/floor, +/area/coc_survey_ship/hangar) +"cn" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/shuttle/black{ + name = "tile floor" + }, +/area/coc_survey_ship/cargo) +"cr" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"cv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor{ + dir = 4 + }, +/obj/machinery/door/airlock/multi_tile/glass{ + name = "Hanger" + }, +/turf/simulated/floor, +/area/coc_survey_ship/research) +"cx" = ( +/obj/machinery/atmospherics/pipe/tank/carbon_dioxide{ + dir = 1; + start_pressure = 5000 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/coc_survey_shuttle) +"cF" = ( +/obj/machinery/vending/cigarette/merchant, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/quarters) +"cG" = ( +/obj/machinery/mining/drill, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"cL" = ( +/obj/effect/floor_decal/corner_wide/paleblue/diagonal, +/obj/structure/curtain/open/medical, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/medical) +"cM" = ( +/turf/simulated/wall, +/area/coc_survey_ship/research) +"cP" = ( +/obj/machinery/atmospherics/unary/engine, +/obj/structure/window/reinforced, +/obj/effect/landmark/entry_point/aft{ + name = "port thrusters" + }, +/turf/simulated/floor/airless, +/area/coc_survey_ship/port_propulsion) +"cY" = ( +/obj/structure/table/steel, +/obj/item/storage/toolbox/mechanical{ + pixel_y = -1 + }, +/obj/item/storage/belt/utility, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"dc" = ( +/obj/effect/shuttle_landmark/coc_survey_shuttle/hangar{ + dir = 4 + }, +/turf/simulated/floor, +/area/coc_survey_ship/hangar) +"df" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/shuttle/black{ + name = "tile floor" + }, +/area/coc_survey_ship/cargo) +"do" = ( +/obj/machinery/computer/ship/targeting{ + dir = 8 + }, +/obj/effect/floor_decal/corner_wide/paleblue/full{ + dir = 4 + }, +/obj/effect/floor_decal/corner_wide/paleblue{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/bridge) +"dB" = ( +/obj/effect/floor_decal/corner_wide/paleblue/diagonal, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/medical) +"dH" = ( +/turf/simulated/floor/shuttle/black{ + name = "tile floor" + }, +/area/coc_survey_ship/cargo) +"dJ" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate{ + name = "DANGER - FLAMMABLE" + }, +/turf/simulated/floor/shuttle/black{ + name = "tile floor" + }, +/area/coc_survey_ship/cargo) +"dL" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor, +/area/coc_survey_ship/port_propulsion) +"dM" = ( +/obj/effect/floor_decal/corner_wide/orange{ + dir = 10 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/suit_cycler/mining{ + req_access = null + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"dP" = ( +/obj/effect/map_effect/window_spawner/full/reinforced/firedoor, +/turf/simulated/floor, +/area/coc_survey_ship/miningeva) +"dS" = ( +/obj/item/reagent_containers/food/snacks/monkeycube/wrapped{ + name = "garn cube"; + desc = "add a monkey named garnascus. a monkey cube if it has to be subtle -geeves " + }, +/turf/simulated/floor, +/area/coc_survey_ship/hangar) +"dT" = ( +/turf/simulated/floor, +/area/coc_survey_ship/hangar) +"dV" = ( +/obj/effect/floor_decal/corner_wide/paleblue/full{ + dir = 4 + }, +/obj/effect/floor_decal/corner_wide/paleblue{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/bridge) +"dW" = ( +/obj/effect/floor_decal/corner_wide/yellow/full, +/obj/effect/floor_decal/corner_wide/white{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/tank/air{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"ec" = ( +/obj/machinery/light, +/obj/machinery/portable_atmospherics/powered/scrubber, +/turf/simulated/floor/tiled/dark, +/area/shuttle/coc_survey_shuttle) +"ee" = ( +/obj/structure/bed/stool/chair/shuttle, +/obj/effect/floor_decal/corner_wide/paleblue{ + dir = 5 + }, +/obj/effect/floor_decal/corner_wide/paleblue, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/bridge) +"em" = ( +/turf/simulated/wall, +/area/coc_survey_ship/quarters) +"en" = ( +/obj/machinery/computer/ship/navigation{ + dir = 1 + }, +/obj/effect/floor_decal/corner_wide/paleblue{ + dir = 10 + }, +/obj/effect/floor_decal/corner_wide/paleblue{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/bridge) +"eo" = ( +/obj/effect/floor_decal/corner_wide/white/diagonal, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/mess_hall) +"ep" = ( +/obj/effect/floor_decal/corner_wide/orange{ + dir = 6 + }, +/obj/structure/sign/flag/coalition{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"eq" = ( +/obj/machinery/door/airlock/hatch{ + dir = 4; + name = "Telecomms" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/structure/plasticflaps/airtight, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/atmos) +"et" = ( +/obj/effect/floor_decal/corner_wide/black/diagonal, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/toilet{ + dir = 8; + icon_state = "toilet01" + }, +/obj/structure/sink{ + layer = 3; + pixel_x = -7; + pixel_y = 23 + }, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/miningeva) +"ev" = ( +/obj/effect/floor_decal/corner_wide/grey/diagonal, +/obj/structure/table/stone/marble, +/obj/machinery/reagentgrinder, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/kitchen) +"eN" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor, +/area/coc_survey_ship/hangar) +"eO" = ( +/obj/effect/map_effect/window_spawner/full/reinforced/grille/firedoor, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/cryo) +"eZ" = ( +/obj/machinery/computer/ship/helm{ + req_access = list(203); + dir = 1 + }, +/obj/effect/floor_decal/corner_wide/paleblue{ + dir = 10 + }, +/obj/effect/floor_decal/corner_wide/paleblue{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/bridge) +"fc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/machinery/portable_atmospherics/powered/pump/filled, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor, +/area/coc_survey_ship/port_propulsion) +"fo" = ( +/obj/structure/ship_weapon_dummy/barrel, +/turf/simulated/floor/airless, +/area/coc_survey_ship/blaster) +"fp" = ( +/obj/machinery/door/airlock/command{ + name = "Bridge" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/mess_hall) +"fr" = ( +/obj/effect/floor_decal/corner_wide/yellow/full{ + dir = 1 + }, +/obj/effect/floor_decal/corner_wide/white{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + dir = 1; + pixel_y = 24; + req_access = null + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"fB" = ( +/obj/effect/floor_decal/corner_wide/yellow{ + dir = 9 + }, +/obj/effect/floor_decal/corner_wide/yellow, +/obj/effect/floor_decal/corner_wide/white{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/air{ + start_pressure = 8000 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"fC" = ( +/obj/machinery/ammunition_loader/blaster{ + weapon_id = "Survey Ship Blaster" + }, +/turf/simulated/floor, +/area/coc_survey_ship/blaster) +"fG" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/railing/mapped{ + dir = 8 + }, +/turf/simulated/floor/reinforced, +/area/shuttle/coc_survey_shuttle) +"fH" = ( +/obj/machinery/light/small/emergency{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/powered/pump/filled, +/turf/simulated/floor, +/area/coc_survey_ship/port_propulsion) +"fK" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/effect/floor_decal/industrial/loading/yellow, +/obj/structure/closet/crate{ + name = "DANGER - FLAMMABLE" + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"fL" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"fU" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden, +/obj/machinery/meter, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor, +/area/coc_survey_ship/port_propulsion) +"fX" = ( +/obj/effect/floor_decal/corner/purple/diagonal, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8; + icon_state = "warning" + }, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/research) +"fY" = ( +/obj/structure/viewport, +/turf/simulated/floor, +/area/coc_survey_ship/blaster) +"gm" = ( +/turf/simulated/wall, +/area/coc_survey_ship/grauwolf) +"gr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 5 + }, +/turf/simulated/wall/shuttle/dark/cardinal/khaki, +/area/shuttle/coc_survey_shuttle) +"gu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/quarters) +"gw" = ( +/obj/item/ship_ammunition/grauwolf_bundle, +/obj/item/ship_ammunition/grauwolf_bundle, +/obj/item/ship_ammunition/grauwolf_bundle, +/obj/item/ship_ammunition/grauwolf_bundle, +/obj/item/ship_ammunition/grauwolf_bundle, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/reinforced, +/area/coc_survey_ship/grauwolf) +"gx" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/reinforced, +/area/shuttle/coc_survey_shuttle) +"gD" = ( +/obj/effect/floor_decal/corner_wide/yellow/diagonal, +/obj/effect/floor_decal/corner_wide/white/diagonal{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"gK" = ( +/obj/effect/floor_decal/corner_wide/grey/diagonal, +/obj/structure/sink{ + dir = 4; + pixel_x = 12 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/kitchen) +"gO" = ( +/obj/machinery/cryopod{ + dir = 4 + }, +/obj/effect/floor_decal/corner/lime/diagonal, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/cryo) +"gQ" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/loading/yellow{ + dir = 4 + }, +/turf/simulated/floor/carpet/rubber, +/area/coc_survey_ship/engineering) +"gX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6; + pixel_y = 0 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"ha" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 1 + }, +/turf/simulated/floor, +/area/coc_survey_ship/hangar) +"hg" = ( +/obj/effect/floor_decal/corner_wide/paleblue/diagonal, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/bridge) +"hw" = ( +/obj/machinery/computer/cryopod{ + pixel_y = -1; + pixel_x = 29 + }, +/obj/effect/floor_decal/corner/lime/diagonal, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/cryo) +"hF" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide{ + start_pressure = 8000.63 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/coc_survey_shuttle) +"hH" = ( +/obj/effect/floor_decal/corner_wide/yellow/diagonal, +/obj/effect/floor_decal/corner_wide/white/diagonal{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"hI" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/light, +/obj/structure/anomaly_container, +/turf/simulated/floor/shuttle/black{ + name = "tile floor" + }, +/area/coc_survey_ship/cargo) +"hJ" = ( +/obj/effect/map_effect/window_spawner/borosilicate/reinforced/firedoor, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 8 + }, +/turf/simulated/floor, +/area/coc_survey_ship/starboard_propulsion) +"hL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black, +/turf/simulated/floor/shuttle/black{ + name = "tile floor" + }, +/area/coc_survey_ship/cargo) +"hS" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/floor_decal/corner_wide/paleblue/diagonal, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/bridge) +"hX" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/turf/simulated/floor, +/area/coc_survey_ship/starboard_propulsion) +"ia" = ( +/obj/machinery/door/airlock/hatch{ + dir = 4; + name = "Anomalous Materials" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/research) +"ib" = ( +/obj/effect/map_effect/window_spawner/full/reinforced/grille/firedoor, +/turf/simulated/floor, +/area/coc_survey_ship/captain) +"id" = ( +/obj/machinery/door/airlock/hatch{ + name = "starboard thrusters" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/starboard_propulsion) +"ie" = ( +/obj/structure/table/stone/marble, +/obj/item/modular_computer/laptop/preset/civilian{ + pixel_y = 13 + }, +/obj/effect/floor_decal/corner_wide/paleblue/full{ + dir = 6 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/bridge) +"im" = ( +/obj/structure/table/steel, +/obj/item/storage/firstaid/large, +/obj/item/storage/firstaid/large/adv, +/obj/item/storage/firstaid/large/o2, +/obj/item/storage/firstaid/large/stab, +/obj/item/storage/firstaid/large/trauma, +/obj/machinery/embedded_controller/radio/simple_docking_controller{ + frequency = 1385; + id_tag = "surveyor_shuttle_dock"; + tag_door = "hegemony_dock_doors"; + pixel_y = 25 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/coc_survey_shuttle) +"iu" = ( +/obj/effect/floor_decal/corner_wide/grey/diagonal, +/obj/structure/table/stone/marble, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/kitchen) +"iB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9; + icon_state = "intact" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/shuttle/black{ + name = "tile floor" + }, +/area/coc_survey_ship/cargo) +"iD" = ( +/obj/effect/floor_decal/corner_wide/paleblue/diagonal, +/obj/machinery/body_scanconsole{ + dir = 1; + layer = 3.01; + pixel_y = 6 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/medical) +"iN" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/autolathe, +/turf/simulated/floor/carpet/rubber, +/area/coc_survey_ship/engineering) +"iR" = ( +/turf/simulated/wall, +/area/coc_survey_ship/kitchen) +"iY" = ( +/obj/effect/floor_decal/corner/purple/diagonal, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8; + icon_state = "warning" + }, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/research) +"jf" = ( +/obj/effect/floor_decal/corner_wide/paleblue{ + dir = 5 + }, +/obj/effect/floor_decal/corner_wide/paleblue, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/bridge) +"jj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/machinery/portable_atmospherics/powered/pump/filled, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor, +/area/coc_survey_ship/starboard_propulsion) +"jk" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/quarters) +"jn" = ( +/turf/simulated/wall/shuttle/dark/cardinal/blue, +/area/coc_survey_ship/cargo) +"jt" = ( +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/firedoor/noid, +/obj/machinery/door/airlock/highsecurity{ + name = "Reactor Room"; + dir = 4 + }, +/turf/simulated/floor/reinforced, +/area/coc_survey_ship/engineering) +"jz" = ( +/turf/simulated/wall/shuttle/dark/cardinal/blue, +/area/coc_survey_ship/medical) +"jE" = ( +/obj/effect/floor_decal/corner/purple/diagonal, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/anomaly) +"jI" = ( +/obj/machinery/atmospherics/binary/pump/high_power{ + dir = 1; + layer = 2.8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor, +/area/coc_survey_ship/starboard_propulsion) +"jN" = ( +/obj/item/storage/firstaid/adv{ + pixel_x = 4 + }, +/obj/item/storage/firstaid/toxin{ + pixel_x = -1 + }, +/obj/structure/table/steel, +/obj/item/storage/firstaid/combat{ + pixel_x = -4 + }, +/obj/item/reagent_containers/hypospray/autoinjector/hyronalin, +/obj/item/reagent_containers/hypospray/autoinjector/hyronalin, +/obj/effect/floor_decal/corner_wide/paleblue/diagonal, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/medical) +"jV" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate{ + name = "DANGER - FLAMMABLE" + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/shuttle/black{ + name = "tile floor" + }, +/area/coc_survey_ship/cargo) +"kj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/reinforced, +/area/coc_survey_ship/grauwolf) +"kt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/rubber, +/area/coc_survey_ship/engineering) +"ku" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/portable_atmospherics/powered/pump/filled, +/turf/simulated/floor, +/area/coc_survey_ship/port_propulsion) +"kw" = ( +/obj/machinery/atmospherics/unary/engine, +/obj/structure/window/reinforced, +/turf/simulated/floor/airless, +/area/coc_survey_ship/starboard_propulsion) +"ky" = ( +/obj/effect/floor_decal/corner_wide/yellow{ + dir = 10 + }, +/obj/effect/floor_decal/corner_wide/yellow{ + dir = 1 + }, +/obj/effect/floor_decal/corner_wide/white{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/table/steel, +/obj/item/storage/toolbox/emergency{ + pixel_y = 6 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_y = -6 + }, +/obj/item/device/multitool, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"kA" = ( +/obj/effect/floor_decal/corner/purple/diagonal, +/obj/machinery/chem_master, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/research) +"kD" = ( +/turf/simulated/floor/carpet/lightblue, +/area/coc_survey_ship/captain) +"kG" = ( +/obj/machinery/door/firedoor{ + dir = 4 + }, +/turf/simulated/floor, +/area/coc_survey_ship/miningeva) +"kH" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor, +/area/coc_survey_ship/starboard_propulsion) +"kL" = ( +/obj/effect/floor_decal/corner_wide/orange/full{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 1; + pixel_y = 24; + req_access = null + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"kN" = ( +/obj/structure/table/steel, +/obj/item/storage/firstaid/fire{ + pixel_x = 1 + }, +/obj/item/storage/firstaid/regular{ + pixel_y = -1 + }, +/obj/item/storage/firstaid/o2{ + pixel_x = -2 + }, +/obj/effect/floor_decal/corner_wide/paleblue/diagonal, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/medical) +"kO" = ( +/obj/effect/floor_decal/corner_wide/yellow/diagonal, +/obj/effect/floor_decal/corner_wide/white/diagonal{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/cyan, +/obj/machinery/meter, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"kT" = ( +/obj/machinery/door/airlock/hatch{ + name = "Flak Battery"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/reinforced, +/area/coc_survey_ship/miningeva) +"lb" = ( +/obj/effect/floor_decal/corner_wide/yellow{ + dir = 5 + }, +/obj/effect/floor_decal/corner_wide/yellow, +/obj/effect/floor_decal/corner_wide/white{ + dir = 8 + }, +/obj/machinery/pipedispenser, +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"lc" = ( +/obj/effect/landmark/entry_point/starboard{ + name = "starboard flak" + }, +/turf/simulated/wall/shuttle/dark/cardinal/blue, +/area/coc_survey_ship/grauwolf) +"le" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 8 + }, +/turf/simulated/floor/shuttle/black{ + name = "tile floor" + }, +/area/coc_survey_ship/cargo) +"lh" = ( +/turf/simulated/wall/shuttle/dark/cardinal/blue, +/area/coc_survey_ship/blaster) +"lm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor, +/area/coc_survey_ship/hangar) +"lr" = ( +/turf/simulated/floor, +/area/coc_survey_ship/atmos) +"lx" = ( +/obj/effect/landmark/entry_point/port{ + name = "engines" + }, +/turf/simulated/wall/shuttle/dark/cardinal/khaki, +/area/shuttle/coc_survey_shuttle) +"lB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/freezer, +/obj/item/storage/box/fancy/mre/random, +/obj/item/storage/box/fancy/mre/random, +/obj/item/storage/box/fancy/mre/random, +/obj/item/storage/box/fancy/mre/random, +/obj/item/storage/box/fancy/mre/random, +/obj/item/storage/box/fancy/mre/random, +/obj/item/storage/box/fancy/mre/random, +/obj/item/storage/box/fancy/mre/random, +/obj/item/storage/box/fancy/mre/random, +/obj/item/storage/box/fancy/mre/random, +/obj/item/storage/box/fancy/mre/random, +/obj/item/storage/box/fancy/mre/random, +/obj/item/reagent_containers/food/drinks/waterbottle, +/obj/item/reagent_containers/food/drinks/waterbottle, +/obj/item/reagent_containers/food/drinks/waterbottle, +/obj/item/reagent_containers/food/drinks/waterbottle, +/obj/item/reagent_containers/food/drinks/waterbottle, +/obj/item/reagent_containers/food/drinks/waterbottle, +/obj/item/reagent_containers/food/drinks/waterbottle, +/obj/item/reagent_containers/food/drinks/waterbottle, +/obj/item/reagent_containers/food/drinks/waterbottle, +/obj/item/reagent_containers/food/drinks/waterbottle, +/obj/item/reagent_containers/food/drinks/waterbottle, +/obj/item/reagent_containers/food/drinks/waterbottle, +/turf/simulated/floor/shuttle/black{ + name = "tile floor" + }, +/area/coc_survey_ship/cargo) +"lE" = ( +/obj/effect/floor_decal/corner_wide/orange{ + dir = 6 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"lK" = ( +/obj/effect/floor_decal/corner_wide/yellow{ + dir = 10 + }, +/obj/effect/floor_decal/corner_wide/yellow{ + dir = 1 + }, +/obj/effect/floor_decal/corner_wide/white{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/obj/machinery/portable_atmospherics/powered/pump/filled, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"lM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/floor_decal/corner_wide/paleblue/diagonal, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/bridge) +"lO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner_wide/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/mess_hall) +"lY" = ( +/obj/machinery/door/airlock/hatch{ + dir = 4; + name = "Captains Quarters" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/mess_hall) +"lZ" = ( +/obj/machinery/alarm/north, +/turf/simulated/floor/carpet/rubber, +/area/coc_survey_ship/engineering) +"md" = ( +/obj/structure/table/stone/marble, +/obj/item/material/knife/butterfly{ + pixel_x = 8; + pixel_y = 10 + }, +/obj/effect/floor_decal/corner_wide/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/mess_hall) +"me" = ( +/obj/effect/floor_decal/corner_wide/white/diagonal, +/obj/machinery/recharge_station, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/mess_hall) +"mg" = ( +/obj/effect/floor_decal/corner_wide/yellow/diagonal, +/obj/effect/floor_decal/corner_wide/white/diagonal{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"mi" = ( +/obj/effect/floor_decal/corner/purple/diagonal, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/closet/excavation, +/obj/item/clothing/suit/storage/toggle/labcoat, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/research) +"mo" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/window, +/obj/machinery/artifact_harvester{ + pixel_y = 1 + }, +/turf/simulated/floor/bluegrid, +/area/coc_survey_ship/anomaly) +"mt" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/low/east, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/quarters) +"mv" = ( +/obj/machinery/door/airlock/hatch{ + dir = 4; + name = "Restroom" + }, +/obj/effect/floor_decal/corner_wide/black/diagonal, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/miningeva) +"my" = ( +/obj/effect/floor_decal/corner_wide/yellow/diagonal, +/obj/effect/floor_decal/corner_wide/white/diagonal{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"mG" = ( +/obj/structure/bed/stool/chair/shuttle, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/coc_survey_shuttle) +"mK" = ( +/obj/structure/sign/flag/coalition, +/turf/simulated/wall, +/area/coc_survey_ship/mess_hall) +"mL" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/carpet/rubber, +/area/coc_survey_ship/engineering) +"mM" = ( +/obj/structure/table/stone/marble, +/obj/effect/floor_decal/corner_wide/paleblue/full{ + dir = 6 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/bridge) +"mV" = ( +/obj/machinery/conveyor{ + dir = 10; + id = "Coallit_Mining_1"; + layer = 2.9; + reversed = 1 + }, +/turf/simulated/floor, +/area/coc_survey_ship/miningeva) +"mX" = ( +/obj/machinery/atmospherics/unary/engine, +/obj/structure/window/reinforced, +/obj/effect/landmark/entry_point/aft{ + name = "starboard thrusters" + }, +/turf/simulated/floor/airless, +/area/coc_survey_ship/starboard_propulsion) +"ne" = ( +/obj/effect/floor_decal/corner/purple/diagonal, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/research) +"nf" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor, +/area/coc_survey_ship/starboard_propulsion) +"ni" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + dir = 1; + pixel_y = 24; + req_access = null + }, +/turf/simulated/floor/reinforced, +/area/coc_survey_ship/blaster) +"no" = ( +/obj/machinery/computer/shuttle_control/explore/coc_survey_shuttle{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/coc_survey_shuttle) +"nr" = ( +/turf/simulated/wall/shuttle/dark/cardinal/blue, +/area/coc_survey_ship/mess_hall) +"nx" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/shuttle/black{ + name = "tile floor" + }, +/area/coc_survey_ship/cargo) +"nB" = ( +/obj/item/clothing/under/suit_jacket/burgundy, +/obj/item/clothing/under/suit_jacket/burgundy, +/obj/item/clothing/under/suit_jacket/charcoal, +/obj/item/clothing/under/suit_jacket/charcoal, +/obj/item/clothing/under/suit_jacket/navy, +/obj/item/clothing/under/suit_jacket/navy, +/obj/item/clothing/under/suit_jacket/tan, +/obj/item/clothing/under/suit_jacket/tan, +/obj/item/clothing/under/suit_jacket/white, +/obj/item/clothing/under/suit_jacket/white, +/obj/item/clothing/under/librarian, +/obj/item/clothing/under/librarian, +/obj/item/clothing/under/overalls, +/obj/item/clothing/under/overalls, +/obj/item/clothing/under/overalls, +/obj/item/clothing/under/overalls, +/obj/item/clothing/under/service_overalls, +/obj/item/clothing/under/service_overalls, +/obj/item/clothing/under/service_overalls, +/obj/item/clothing/under/service_overalls, +/obj/item/clothing/under/syndicate/combat, +/obj/item/clothing/under/syndicate/combat, +/obj/item/clothing/under/syndicate/tacticool, +/obj/item/clothing/under/syndicate/tacticool, +/obj/item/clothing/under/syndicate/tracksuit, +/obj/item/clothing/under/syndicate/tracksuit, +/obj/item/clothing/under/vysoka, +/obj/item/clothing/under/vysoka, +/obj/structure/closet/cabinet{ + name = "Clothes" + }, +/obj/item/clothing/suit/storage/toggle/himeo, +/obj/item/clothing/suit/storage/toggle/himeo, +/obj/item/clothing/suit/storage/toggle/himeo, +/obj/item/clothing/suit/storage/toggle/himeo, +/obj/item/clothing/suit/storage/toggle/himeo/grey, +/obj/item/clothing/suit/storage/toggle/himeo/grey, +/obj/item/clothing/suit/storage/toggle/himeo/grey, +/obj/item/clothing/suit/storage/toggle/himeo/grey, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/clothing/accessory/offworlder/bracer, +/obj/item/clothing/accessory/offworlder/bracer, +/obj/item/clothing/accessory/offworlder/bracer/neckbrace, +/obj/item/clothing/accessory/offworlder/bracer/neckbrace, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/quarters) +"nI" = ( +/turf/simulated/wall, +/area/coc_survey_ship/cryo) +"nK" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/light/floor{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/coc_survey_shuttle) +"nQ" = ( +/obj/effect/map_effect/window_spawner/full/reinforced/grille/firedoor, +/obj/effect/landmark/entry_point/fore, +/turf/simulated/floor, +/area/coc_survey_ship/bridge) +"nS" = ( +/obj/item/clothing/shoes/workboots/dark, +/obj/item/clothing/shoes/workboots/dark, +/obj/item/clothing/shoes/workboots/dark, +/obj/item/clothing/shoes/workboots/dark, +/obj/item/clothing/shoes/workboots, +/obj/item/clothing/shoes/workboots, +/obj/item/clothing/shoes/workboots/toeless, +/obj/item/clothing/shoes/workboots/toeless, +/obj/item/clothing/shoes/workboots/toeless/dark, +/obj/item/clothing/shoes/workboots/toeless/dark, +/obj/item/clothing/shoes/workboots/toeless/grey, +/obj/item/clothing/shoes/workboots/toeless/grey, +/obj/structure/closet/cabinet{ + name = "Boots" + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/quarters) +"nX" = ( +/turf/template_noop, +/area/coc_survey_ship/grauwolf) +"ol" = ( +/obj/effect/landmark/entry_point/starboard{ + name = "starboard aft wing" + }, +/turf/simulated/wall/shuttle/dark/cardinal/blue, +/area/coc_survey_ship/cargo) +"oo" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"oq" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/carpet/lightblue, +/area/coc_survey_ship/captain) +"oF" = ( +/obj/machinery/light/small/emergency{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/powered/pump/filled, +/turf/simulated/floor, +/area/coc_survey_ship/starboard_propulsion) +"oH" = ( +/obj/effect/floor_decal/corner_wide/paleblue/full, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/bridge) +"oJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate{ + name = "DANGER - FLAMMABLE" + }, +/turf/simulated/floor/shuttle/black{ + name = "tile floor" + }, +/area/coc_survey_ship/cargo) +"oQ" = ( +/obj/machinery/air_sensor{ + frequency = 451; + id_tag = "survey_sensor" + }, +/turf/simulated/floor/reinforced/carbon_dioxide, +/area/coc_survey_ship/starboard_propulsion) +"oS" = ( +/obj/effect/floor_decal/corner_wide/orange{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"oX" = ( +/obj/structure/table/steel, +/obj/item/modular_computer/laptop/preset/civilian{ + pixel_y = 13 + }, +/turf/simulated/floor/carpet/lightblue, +/area/coc_survey_ship/captain) +"oY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/shuttle/black{ + name = "tile floor" + }, +/area/coc_survey_ship/cargo) +"pa" = ( +/obj/machinery/mineral/stacking_machine{ + id = "coalit_stacker_1" + }, +/turf/simulated/floor, +/area/coc_survey_ship/miningeva) +"pc" = ( +/obj/effect/floor_decal/corner_wide/yellow{ + dir = 9 + }, +/obj/effect/floor_decal/corner_wide/yellow, +/obj/effect/floor_decal/corner_wide/white{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/powered/scrubber, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"pl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 10 + }, +/turf/simulated/floor/shuttle/black{ + name = "tile floor" + }, +/area/coc_survey_ship/cargo) +"pp" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/effect/map_effect/window_spawner/full/reinforced/grille/firedoor, +/turf/simulated/floor/reinforced, +/area/coc_survey_ship/engineering) +"ps" = ( +/obj/effect/floor_decal/corner_wide/orange/full{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"pt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/alarm/east, +/turf/simulated/floor/shuttle/black{ + name = "tile floor" + }, +/area/coc_survey_ship/cargo) +"pw" = ( +/obj/structure/railing/mapped, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/greengrid, +/area/coc_survey_ship/engineering) +"pA" = ( +/obj/structure/sign/flag/assunzione, +/turf/simulated/wall, +/area/coc_survey_ship/mess_hall) +"pJ" = ( +/obj/machinery/alarm/west, +/turf/simulated/floor, +/area/coc_survey_ship/port_propulsion) +"pK" = ( +/obj/effect/floor_decal/corner_wide/orange{ + dir = 5 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"pQ" = ( +/obj/machinery/door/airlock/hatch{ + dir = 4; + name = "Kitchen" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/kitchen) +"pV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"qc" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 1; + pixel_y = 24; + req_access = null + }, +/turf/simulated/floor/carpet/rubber, +/area/coc_survey_ship/engineering) +"qe" = ( +/obj/effect/landmark/entry_point/port{ + name = "port blaster" + }, +/turf/simulated/wall/shuttle/dark/cardinal/blue, +/area/coc_survey_ship/blaster) +"qm" = ( +/obj/effect/floor_decal/corner_wide/grey/diagonal, +/obj/machinery/appliance/cooker/oven, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/kitchen) +"qn" = ( +/obj/structure/table/rack, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/suit/space/void/mining/himeo, +/obj/item/clothing/head/helmet/space/void/mining/himeo, +/obj/item/pickaxe/diamonddrill, +/obj/item/gun/energy/blaster/carbine, +/obj/item/device/gps, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/device/suit_cooling_unit, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"qp" = ( +/obj/effect/floor_decal/corner/purple/diagonal, +/obj/structure/table/reinforced/steel, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/research) +"qy" = ( +/turf/simulated/wall, +/area/coc_survey_ship/medical) +"qA" = ( +/obj/effect/floor_decal/industrial/loading/yellow{ + dir = 8 + }, +/turf/simulated/floor, +/area/coc_survey_ship/blaster) +"qE" = ( +/obj/effect/floor_decal/industrial/loading/yellow{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"qK" = ( +/obj/effect/landmark/entry_point/fore{ + name = "port wing" + }, +/turf/simulated/wall/shuttle/dark/cardinal/blue, +/area/coc_survey_ship/quarters) +"qM" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 1 + }, +/turf/simulated/floor, +/area/coc_survey_ship/hangar) +"qR" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/alarm/north, +/turf/simulated/floor/shuttle/black{ + name = "tile floor" + }, +/area/coc_survey_ship/cargo) +"qY" = ( +/obj/effect/floor_decal/corner_wide/yellow{ + dir = 10 + }, +/obj/effect/floor_decal/corner_wide/yellow{ + dir = 1 + }, +/obj/effect/floor_decal/corner_wide/white{ + dir = 4 + }, +/obj/structure/table/steel, +/obj/item/book/manual/wiki/engineering_construction{ + desc = "Blueprints for a vessel."; + icon = 'icons/obj/items.dmi'; + icon_state = "blueprints"; + item_icons = null; + item_state = null; + name = "ship blueprints" + }, +/obj/item/pen/drafting/blue{ + pixel_y = 5 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"ra" = ( +/obj/machinery/door/airlock/hatch{ + name = "Port Thrusters" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 1 + }, +/turf/simulated/floor, +/area/coc_survey_ship/engineering) +"rb" = ( +/turf/simulated/wall/shuttle/dark/cardinal/blue, +/area/coc_survey_ship/port_propulsion) +"ri" = ( +/obj/effect/map_effect/airlock/e_to_w/long/square, +/turf/simulated/wall/shuttle/dark/cardinal/blue, +/area/coc_survey_ship/cargo) +"rk" = ( +/obj/machinery/door/airlock/hatch{ + name = "Dorms" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/quarters) +"rn" = ( +/obj/structure/table/stone/marble, +/obj/item/reagent_containers/food/snacks/soup/beet{ + pixel_y = 3 + }, +/obj/item/material/kitchen/utensil/spoon{ + pixel_x = 13 + }, +/obj/item/reagent_containers/food/drinks/cans/peach_soda{ + pixel_x = -4; + pixel_y = 15 + }, +/obj/effect/floor_decal/corner_wide/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/mess_hall) +"ro" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor, +/area/coc_survey_ship/hangar) +"rp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plating/cooled, +/area/coc_survey_ship/atmos) +"rq" = ( +/obj/effect/floor_decal/corner_wide/white/diagonal, +/obj/structure/cable{ + dir = 8 + }, +/obj/machinery/power/apc{ + dir = 8; + pixel_x = -12; + req_access = null + }, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/mess_hall) +"rt" = ( +/obj/machinery/mineral/equipment_vendor, +/obj/effect/floor_decal/corner_wide/orange{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"rG" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/alarm/west, +/turf/simulated/floor, +/area/coc_survey_ship/hangar) +"rR" = ( +/obj/machinery/atmospherics/binary/pump/high_power{ + dir = 8 + }, +/turf/simulated/floor, +/area/coc_survey_ship/starboard_propulsion) +"rS" = ( +/obj/machinery/door/airlock/hatch{ + name = "Cryo and Medical" + }, +/obj/effect/floor_decal/corner/lime/diagonal, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/cargo) +"rX" = ( +/obj/effect/floor_decal/corner_wide/yellow/full{ + dir = 8 + }, +/obj/effect/floor_decal/corner_wide/yellow, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"sc" = ( +/obj/effect/map_effect/window_spawner/full/reinforced/grille/firedoor, +/turf/simulated/floor/reinforced, +/area/coc_survey_ship/engineering) +"sd" = ( +/obj/structure/bed/stool/chair/shuttle{ + dir = 8 + }, +/obj/effect/floor_decal/corner_wide/paleblue/full{ + dir = 8 + }, +/obj/effect/floor_decal/corner_wide/paleblue, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/bridge) +"sf" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8; + icon_state = "warning" + }, +/obj/effect/floor_decal/industrial/warning, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/shipsensors/weak, +/obj/structure/lattice/catwalk/indoor, +/turf/simulated/floor, +/area/shuttle/coc_survey_shuttle) +"sh" = ( +/obj/effect/landmark/entry_point/fore{ + name = "starboard wing" + }, +/turf/simulated/wall/shuttle/dark/cardinal/blue, +/area/coc_survey_ship/cargo) +"sn" = ( +/turf/simulated/floor, +/area/coc_survey_ship/cargo) +"so" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/floor_decal/corner/purple/diagonal, +/obj/machinery/alarm/east, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/anomaly) +"su" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/loot, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/shuttle/black{ + name = "tile floor" + }, +/area/coc_survey_ship/cargo) +"sx" = ( +/turf/simulated/floor/carpet/rubber, +/area/coc_survey_ship/engineering) +"sz" = ( +/turf/simulated/floor/reinforced, +/area/coc_survey_ship/grauwolf) +"sH" = ( +/obj/structure/cable, +/obj/machinery/power/apc/low/east, +/turf/simulated/floor, +/area/coc_survey_ship/grauwolf) +"sK" = ( +/obj/effect/floor_decal/corner/purple/diagonal, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/clothing/suit/hazmat/anomaly, +/obj/item/clothing/head/hazmat/anomaly, +/obj/item/storage/box/gloves, +/obj/item/clothing/glasses/science, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/research) +"sL" = ( +/obj/machinery/iv_drip, +/obj/effect/floor_decal/corner_wide/paleblue/diagonal, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/medical) +"sQ" = ( +/obj/structure/closet/secure_closet/freezer/kitchen{ + req_access = null + }, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/storage/box/produce{ + layer = 2.99; + pixel_x = 3; + pixel_y = -11 + }, +/obj/item/storage/box/fancy/egg_box, +/obj/item/storage/box/fancy/egg_box, +/obj/item/reagent_containers/food/condiment/enzyme{ + pixel_x = -9; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/condiment/enzyme{ + pixel_x = -9; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/condiment/enzyme{ + pixel_x = -9; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/condiment/enzyme{ + pixel_x = -9; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/condiment/enzyme{ + pixel_x = -9; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/condiment/enzyme{ + pixel_x = -9; + pixel_y = 5 + }, +/obj/effect/floor_decal/corner_wide/grey/diagonal, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/kitchen) +"sV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/corner/purple/diagonal, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/anomaly) +"te" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/portable_atmospherics/powered/pump/filled, +/turf/simulated/floor, +/area/coc_survey_ship/starboard_propulsion) +"th" = ( +/obj/effect/floor_decal/corner_wide/grey/diagonal, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/kitchen) +"ti" = ( +/turf/simulated/wall/shuttle/dark/cardinal/blue, +/area/coc_survey_ship/bridge) +"tm" = ( +/obj/structure/sign/flag/konyang, +/turf/simulated/wall/shuttle/dark/cardinal/blue, +/area/coc_survey_ship/captain) +"tr" = ( +/obj/machinery/artifact_scanpad, +/turf/simulated/floor/bluegrid, +/area/coc_survey_ship/anomaly) +"tt" = ( +/obj/structure/bed/stool/chair/shuttle{ + dir = 4 + }, +/obj/effect/floor_decal/corner_wide/paleblue/full{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/bridge) +"ty" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/reinforced, +/area/coc_survey_ship/grauwolf) +"tI" = ( +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/terminal{ + dir = 1 + }, +/turf/simulated/floor/carpet/rubber, +/area/coc_survey_ship/engineering) +"tK" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/closet/radiation, +/obj/machinery/light, +/turf/simulated/floor/carpet/rubber, +/area/coc_survey_ship/engineering) +"tR" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/air/airlock, +/turf/simulated/floor/shuttle/black{ + name = "tile floor" + }, +/area/coc_survey_ship/cargo) +"tY" = ( +/turf/simulated/wall/shuttle/dark/cardinal/blue, +/area/coc_survey_ship/research) +"ug" = ( +/obj/machinery/radiocarbon_spectrometer, +/turf/simulated/floor/carpet/rubber, +/area/coc_survey_ship/research) +"ui" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/loot, +/turf/simulated/floor/shuttle/black{ + name = "tile floor" + }, +/area/coc_survey_ship/cargo) +"ul" = ( +/turf/simulated/wall/shuttle/dark/cardinal/khaki, +/area/shuttle/coc_survey_shuttle) +"uq" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/effect/floor_decal/industrial/loading/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 9 + }, +/turf/simulated/floor/carpet/rubber, +/area/coc_survey_ship/engineering) +"ut" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/hologram/holopad/long_range, +/obj/effect/overmap/visitable/ship/landable/coc_survey_shuttle, +/turf/simulated/floor/tiled/dark, +/area/shuttle/coc_survey_shuttle) +"uv" = ( +/obj/structure/sign/flag/coalition/unmovable{ + pixel_y = -32 + }, +/obj/effect/floor_decal/corner_wide/orange{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"ux" = ( +/obj/effect/floor_decal/corner_wide/orange{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"uC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 1 + }, +/turf/simulated/floor/carpet/rubber, +/area/coc_survey_ship/engineering) +"uF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10; + pixel_y = 0 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor, +/area/coc_survey_ship/hangar) +"uK" = ( +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/effect/floor_decal/industrial/hatch/red, +/obj/structure/closet/walllocker/medical{ + pixel_x = 32; + name = "Blood Locker" + }, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/medical) +"uO" = ( +/obj/effect/floor_decal/corner_wide/paleblue{ + dir = 10 + }, +/obj/effect/floor_decal/corner_wide/paleblue{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/bridge) +"uR" = ( +/obj/effect/floor_decal/corner_wide/orange{ + dir = 5 + }, +/obj/machinery/light{ + dir = 1 + }, +/mob/living/heavy_vehicle/premade/miner, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"uU" = ( +/obj/machinery/computer/ship/sensors, +/turf/simulated/floor/tiled/dark, +/area/shuttle/coc_survey_shuttle) +"uV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/effect/floor_decal/corner_wide/yellow/full{ + dir = 4 + }, +/obj/effect/floor_decal/corner_wide/yellow{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"uW" = ( +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/machinery/door/firedoor/noid, +/obj/machinery/door/airlock/highsecurity{ + name = "Reactor Room" + }, +/turf/simulated/floor/reinforced, +/area/coc_survey_ship/engineering) +"vd" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner_wide/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/mess_hall) +"vk" = ( +/turf/simulated/wall/shuttle/dark/cardinal/blue, +/area/coc_survey_ship/cryo) +"vp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/quarters) +"vs" = ( +/obj/structure/table/steel, +/obj/machinery/recharger, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"vI" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide{ + start_pressure = 8000.63 + }, +/turf/simulated/floor, +/area/coc_survey_ship/starboard_propulsion) +"vM" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/light, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor, +/area/coc_survey_ship/hangar) +"vU" = ( +/obj/effect/floor_decal/corner_wide/yellow/diagonal, +/obj/effect/floor_decal/corner_wide/white/diagonal{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"vZ" = ( +/obj/machinery/door/firedoor{ + dir = 4 + }, +/turf/simulated/floor, +/area/coc_survey_ship/research) +"wd" = ( +/obj/machinery/mineral/processing_unit{ + dir = 8; + id = "coalition_miner" + }, +/turf/simulated/floor, +/area/coc_survey_ship/miningeva) +"wn" = ( +/obj/structure/sign/flag/vysoka, +/turf/simulated/wall, +/area/coc_survey_ship/captain) +"wu" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + dir = 1; + pixel_y = 24; + req_access = null + }, +/obj/effect/floor_decal/corner_wide/paleblue{ + dir = 5 + }, +/obj/effect/floor_decal/corner_wide/paleblue, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/bridge) +"wB" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/rubber, +/area/coc_survey_ship/engineering) +"wF" = ( +/obj/item/flame/lighter/zippo/coalition, +/obj/item/flame/lighter/zippo/coalition, +/obj/item/flame/lighter/zippo/coalition, +/obj/item/flame/lighter/zippo/coalition, +/obj/item/flame/lighter/zippo/himeo, +/obj/item/flame/lighter/zippo/himeo, +/obj/item/flame/lighter/zippo/himeo, +/obj/item/flame/lighter/zippo/himeo, +/obj/item/flame/lighter/zippo/luceian, +/obj/item/flame/lighter/zippo/luceian, +/obj/item/flame/lighter/zippo/luceian, +/obj/item/flame/lighter/zippo/luceian, +/obj/item/flame/lighter/zippo, +/obj/item/flame/lighter/zippo, +/obj/item/flame/lighter/zippo, +/obj/item/flame/lighter/zippo, +/obj/item/flame/lighter/zippo/black, +/obj/item/flame/lighter/zippo/black, +/obj/item/flame/lighter/zippo/black, +/obj/item/flame/lighter/zippo/black, +/obj/structure/closet/cabinet{ + name = "Lighers" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/quarters) +"wH" = ( +/obj/machinery/power/smes/buildable/horizon_shuttle{ + name = "SMES" + }, +/obj/structure/cable{ + dir = 8 + }, +/turf/simulated/floor/carpet/rubber, +/area/coc_survey_ship/engineering) +"wK" = ( +/obj/effect/floor_decal/corner_wide/yellow{ + dir = 4 + }, +/obj/effect/floor_decal/corner_wide/yellow{ + dir = 5 + }, +/obj/effect/floor_decal/corner_wide/yellow, +/obj/effect/floor_decal/corner_wide/white{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"wM" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 4; + frequency = 1413; + id_tag = "surveyor_out_internal" + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/coc_survey_shuttle) +"wQ" = ( +/obj/structure/dispenser/oxygen, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/window/westleft{ + name = "Oxygen Supplies Access"; + req_access = list(48) + }, +/turf/simulated/floor/tiled/dark/full, +/area/coc_survey_ship/miningeva) +"wS" = ( +/obj/effect/floor_decal/corner_wide/paleblue/diagonal, +/obj/structure/bed/roller, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/medical) +"wT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/alarm/north, +/turf/simulated/floor/reinforced, +/area/coc_survey_ship/grauwolf) +"wU" = ( +/obj/structure/ship_weapon_dummy, +/turf/simulated/floor, +/area/coc_survey_ship/blaster) +"wV" = ( +/obj/effect/floor_decal/corner_wide/yellow/diagonal, +/obj/effect/floor_decal/corner_wide/white/diagonal{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/obj/machinery/meter, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"wX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 1 + }, +/turf/simulated/floor, +/area/coc_survey_ship/starboard_propulsion) +"xe" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/floor_decal/corner_wide/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/mess_hall) +"xj" = ( +/obj/structure/table/steel, +/obj/item/rig/light/offworlder, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"xu" = ( +/obj/effect/floor_decal/corner_wide/red{ + dir = 9 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/quarters) +"xw" = ( +/obj/effect/floor_decal/corner_wide/orange/full{ + dir = 8 + }, +/obj/machinery/mineral/equipment_vendor, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"xB" = ( +/turf/simulated/floor/tiled/dark, +/area/shuttle/coc_survey_shuttle) +"xC" = ( +/turf/simulated/wall/shuttle/dark/cardinal/blue, +/area/coc_survey_ship/grauwolf) +"xE" = ( +/obj/effect/floor_decal/corner_wide/paleblue/diagonal, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/medical) +"xI" = ( +/obj/effect/floor_decal/corner_wide/yellow{ + dir = 9 + }, +/obj/effect/floor_decal/corner_wide/yellow, +/obj/effect/floor_decal/corner_wide/white{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/empty{ + name = "waste canister" + }, +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"xQ" = ( +/obj/machinery/alarm/north, +/turf/simulated/floor, +/area/coc_survey_ship/starboard_propulsion) +"xS" = ( +/obj/effect/floor_decal/corner_wide/yellow/diagonal, +/obj/effect/floor_decal/corner_wide/white/diagonal{ + dir = 8 + }, +/obj/machinery/atmospherics/binary/pump/on{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"xU" = ( +/obj/effect/floor_decal/corner_wide/paleblue/diagonal, +/obj/machinery/bodyscanner, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/medical) +"xX" = ( +/obj/structure/bed/stool/chair/office/bridge/pilot, +/obj/effect/floor_decal/corner_wide/paleblue/diagonal, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/bridge) +"yj" = ( +/obj/machinery/computer/ship/helm{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/coc_survey_shuttle) +"yn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"yv" = ( +/obj/effect/floor_decal/corner/purple/diagonal, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/alarm/west, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/research) +"yw" = ( +/obj/item/clothing/under/color/aqua, +/obj/item/clothing/under/color/black, +/obj/item/clothing/under/color/blue, +/obj/item/clothing/under/color/brown, +/obj/item/clothing/under/color/darkblue, +/obj/item/clothing/under/color/darkred, +/obj/item/clothing/under/color/green, +/obj/item/clothing/under/color/grey, +/obj/item/clothing/under/color/lightbrown, +/obj/item/clothing/under/color/lightblue, +/obj/item/clothing/under/color/lightgreen, +/obj/item/clothing/under/color/lightred, +/obj/item/clothing/under/color/white, +/obj/structure/closet/cabinet{ + name = "Jumpsuits" + }, +/obj/random/colored_jumpsuit, +/obj/random/colored_jumpsuit, +/obj/random/colored_jumpsuit, +/obj/random/colored_jumpsuit, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/quarters) +"yA" = ( +/obj/effect/floor_decal/corner_wide/grey/diagonal, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/kitchen) +"yK" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/turf/simulated/floor/carpet/rubber, +/area/coc_survey_ship/engineering) +"yQ" = ( +/obj/effect/floor_decal/corner_wide/orange{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"yV" = ( +/turf/simulated/wall/r_wall, +/area/coc_survey_ship/starboard_propulsion) +"yW" = ( +/obj/effect/floor_decal/corner_wide/yellow{ + dir = 6 + }, +/obj/effect/floor_decal/corner_wide/yellow{ + dir = 5 + }, +/obj/effect/floor_decal/corner_wide/white{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"yX" = ( +/obj/effect/floor_decal/corner_wide/red{ + dir = 10 + }, +/obj/structure/bed/stool/bar/padded/brown{ + dir = 4; + pixel_x = 8 + }, +/obj/structure/coatrack{ + pixel_y = 1; + pixel_x = -7 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/quarters) +"yY" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/shuttle/black{ + name = "tile floor" + }, +/area/coc_survey_ship/cargo) +"yZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 9 + }, +/turf/simulated/floor, +/area/coc_survey_ship/hangar) +"za" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/coc_survey_shuttle) +"zc" = ( +/obj/effect/landmark/entry_point/fore{ + name = "port" + }, +/turf/simulated/wall/shuttle/dark/cardinal/khaki, +/area/shuttle/coc_survey_shuttle) +"zf" = ( +/obj/machinery/iff_beacon/name_change, +/obj/structure/railing/mapped, +/obj/structure/railing/mapped{ + dir = 4 + }, +/turf/simulated/floor/airless, +/area/coc_survey_ship/bridge) +"zg" = ( +/obj/structure/closet/cabinet, +/obj/item/gun/energy/plasmacutter, +/obj/item/gun/projectile/shotgun/pump/combat, +/obj/item/storage/box/shotgunshells, +/obj/item/storage/box/shotgunshells, +/obj/item/storage/box/shotgunshells, +/obj/item/storage/box/shotgunshells, +/obj/item/clothing/head/softcap/himeo, +/obj/item/clothing/accessory/badge/passcard/himeo, +/obj/item/flame/lighter/zippo/himeo, +/obj/item/clothing/suit/storage/toggle/himeo, +/obj/item/clothing/suit/storage/toggle/himeo/grey, +/obj/item/flame/lighter/zippo/coalition, +/obj/item/clothing/accessory/badge/passcard/coalition, +/obj/item/clothing/accessory/flagpatch/coalition, +/obj/item/clothing/accessory/flagpatch/himeo, +/obj/item/clothing/under/overalls, +/obj/item/clothing/under/service_overalls, +/obj/item/clothing/shoes/workboots/dark, +/obj/item/clothing/shoes/workboots/grey, +/obj/item/clothing/shoes/workboots, +/obj/item/clothing/accessory/badge/passcard/assu, +/obj/item/clothing/accessory/badge/passcard/konyang, +/obj/item/clothing/accessory/badge/passcard/scarab, +/obj/item/clothing/accessory/badge/passcard/vysoka, +/obj/random/colored_jumpsuit, +/obj/item/material/knife/tacknife, +/obj/random/spacecash, +/obj/random/spacecash, +/obj/random/spacecash, +/obj/random/spacecash, +/obj/random/spacecash, +/turf/simulated/floor/carpet/lightblue, +/area/coc_survey_ship/captain) +"zj" = ( +/obj/structure/bed/stool/bar/padded/brown{ + dir = 1 + }, +/obj/effect/floor_decal/corner_wide/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/mess_hall) +"zo" = ( +/obj/effect/floor_decal/corner_wide/paleblue/diagonal, +/obj/machinery/power/apc{ + dir = 8; + pixel_x = -12; + req_access = null + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/medical) +"zr" = ( +/obj/structure/reagent_dispensers/coolanttank{ + pixel_x = 5 + }, +/obj/item/reagent_containers/glass/bucket{ + pixel_x = -10; + pixel_y = -7 + }, +/obj/effect/floor_decal/industrial/outline/emergency_closet, +/turf/simulated/floor/carpet/rubber, +/area/coc_survey_ship/engineering) +"zA" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/stack/material/tritium/full, +/obj/item/stack/material/tritium/full, +/obj/structure/closet/crate{ + name = "DANGER - RADIOACTIVE MATERIAL" + }, +/turf/simulated/floor/carpet/rubber, +/area/coc_survey_ship/engineering) +"zJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor, +/area/coc_survey_ship/hangar) +"zM" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"zP" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"zS" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"Ac" = ( +/obj/effect/floor_decal/corner_wide/yellow{ + dir = 9 + }, +/obj/effect/floor_decal/corner_wide/yellow, +/obj/effect/floor_decal/corner_wide/white{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/tank/air{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"Ag" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/low/south, +/turf/simulated/floor, +/area/coc_survey_ship/starboard_propulsion) +"Ai" = ( +/obj/effect/floor_decal/corner/purple/diagonal, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light, +/obj/structure/closet/excavation, +/obj/item/clothing/suit/storage/toggle/labcoat, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/research) +"Ak" = ( +/obj/effect/floor_decal/corner/purple/diagonal, +/obj/structure/table/steel, +/obj/item/anodevice{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/anodevice{ + pixel_x = -4 + }, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/anomaly) +"Am" = ( +/obj/effect/floor_decal/corner_wide/yellow{ + dir = 9 + }, +/obj/effect/floor_decal/corner_wide/yellow, +/obj/effect/floor_decal/corner_wide/white{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/tank{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"Ap" = ( +/obj/effect/floor_decal/corner_wide/grey/diagonal, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/kitchen) +"Aw" = ( +/obj/machinery/atmospherics/binary/pump/high_power{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/coc_survey_shuttle) +"AM" = ( +/obj/effect/floor_decal/corner_wide/paleblue/diagonal, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/medical) +"AO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/loot, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 1 + }, +/turf/simulated/floor/shuttle/black{ + name = "tile floor" + }, +/area/coc_survey_ship/cargo) +"AY" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "Coallit_Mining_1" + }, +/obj/effect/floor_decal/corner_wide/orange{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"Bi" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 8; + pixel_x = -12; + req_access = null + }, +/turf/simulated/floor/carpet/lightblue, +/area/coc_survey_ship/captain) +"Bm" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/alarm/north, +/turf/simulated/floor/reinforced, +/area/coc_survey_ship/blaster) +"Bn" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/corner/purple/diagonal, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/anomaly) +"Bo" = ( +/turf/space/transit/east, +/area/space) +"Bq" = ( +/obj/machinery/door/window{ + dir = 4 + }, +/turf/simulated/floor/carpet/rubber, +/area/coc_survey_ship/research) +"Bv" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/sign/radiation{ + pixel_x = 32; + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/turf/simulated/floor/carpet/rubber, +/area/coc_survey_ship/engineering) +"BC" = ( +/obj/machinery/door/window{ + dir = 4 + }, +/obj/machinery/artifact_scanpad, +/turf/simulated/floor/bluegrid, +/area/coc_survey_ship/anomaly) +"BJ" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/anomaly_container, +/turf/simulated/floor/shuttle/black{ + name = "tile floor" + }, +/area/coc_survey_ship/cargo) +"BK" = ( +/obj/effect/floor_decal/corner_wide/red/diagonal, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/quarters) +"BM" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"BR" = ( +/obj/effect/map_effect/airlock/w_to_e/long/square, +/turf/simulated/wall/shuttle/dark/cardinal/blue, +/area/coc_survey_ship/atmos) +"BS" = ( +/obj/machinery/door/airlock/external{ + frequency = 1389; + icon_state = "door_locked"; + id_tag = "surveyor_shuttle_in"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/simulated/floor/tiled/dark, +/area/shuttle/coc_survey_shuttle) +"BU" = ( +/obj/effect/floor_decal/corner_wide/red/diagonal, +/obj/structure/bed/stool/bar/padded/brown, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/quarters) +"BV" = ( +/obj/machinery/computer/general_air_control/large_tank_control{ + frequency = 451; + name = "Carbon Dioxide Supply Monitor"; + output_tag = "survey_out"; + sensors = list("survey_sensor"="Tank"); + dir = 8 + }, +/turf/simulated/floor, +/area/coc_survey_ship/starboard_propulsion) +"BW" = ( +/obj/structure/railing/mapped{ + dir = 4 + }, +/obj/structure/railing/mapped{ + dir = 1 + }, +/turf/simulated/floor/reinforced, +/area/shuttle/coc_survey_shuttle) +"Ca" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/floor_decal/corner/purple/diagonal, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/anomaly) +"Cc" = ( +/obj/machinery/computer/ship/targeting{ + dir = 4 + }, +/obj/effect/floor_decal/corner_wide/paleblue/full, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/bridge) +"Cd" = ( +/obj/structure/table/rack, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/suit/space/void/mining/himeo, +/obj/item/clothing/head/helmet/space/void/mining/himeo, +/obj/item/pickaxe/diamonddrill, +/obj/item/gun/projectile/shotgun/doublebarrel, +/obj/item/storage/box/shotgunshells, +/obj/item/storage/box/shotgunshells, +/obj/item/device/gps, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/device/suit_cooling_unit, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"Cm" = ( +/obj/effect/floor_decal/corner_wide/red/diagonal, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/quarters) +"Cn" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor, +/area/coc_survey_ship/hangar) +"Cx" = ( +/obj/structure/ship_weapon_dummy, +/obj/machinery/ship_weapon/grauwolf{ + pixel_x = -32; + pixel_y = -192; + weapon_id = "Survey Ship Flak Cannon" + }, +/turf/simulated/floor/reinforced, +/area/coc_survey_ship/grauwolf) +"CA" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/corner_wide/white/diagonal, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/mess_hall) +"CC" = ( +/obj/effect/floor_decal/corner/purple/diagonal, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/research) +"CF" = ( +/obj/effect/floor_decal/corner_wide/grey/diagonal, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/kitchen) +"CL" = ( +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/structure/railing/mapped{ + dir = 1 + }, +/turf/simulated/floor/reinforced, +/area/shuttle/coc_survey_shuttle) +"CQ" = ( +/obj/machinery/computer/ship/engines{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor, +/area/coc_survey_ship/starboard_propulsion) +"CT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/corner_wide/paleblue/diagonal, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/bridge) +"CV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 1 + }, +/turf/simulated/floor/shuttle/black{ + name = "tile floor" + }, +/area/coc_survey_ship/cargo) +"CW" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 2; + id_tag = "surveyor_out_external"; + frequency = 1413 + }, +/obj/structure/lattice/catwalk, +/obj/structure/bed/handrail{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/shuttle/coc_survey_shuttle) +"CZ" = ( +/obj/effect/shuttle_landmark/coc_survey_ship/nav4, +/turf/template_noop, +/area/space) +"Df" = ( +/obj/effect/floor_decal/corner_wide/paleblue{ + dir = 10 + }, +/obj/effect/floor_decal/corner_wide/paleblue{ + dir = 1 + }, +/obj/machinery/light/floor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/bridge) +"Dh" = ( +/obj/effect/landmark/entry_point/fore{ + name = "fore flak" + }, +/turf/simulated/wall/shuttle/dark/cardinal/blue, +/area/coc_survey_ship/grauwolf) +"Di" = ( +/obj/effect/floor_decal/corner_wide/paleblue/diagonal, +/obj/structure/table/steel, +/obj/item/storage/box/gloves, +/obj/item/storage/box/masks{ + pixel_y = 7 + }, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/medical) +"Dp" = ( +/obj/effect/floor_decal/corner_wide/red{ + dir = 9 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/quarters) +"Ds" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden, +/obj/machinery/meter, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor, +/area/coc_survey_ship/starboard_propulsion) +"Dy" = ( +/obj/effect/floor_decal/corner/purple/diagonal, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 1; + pixel_y = 24; + req_access = null + }, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/research) +"Dz" = ( +/obj/structure/bed/stool/chair/padded/black{ + dir = 1 + }, +/turf/simulated/floor/carpet/lightblue, +/area/coc_survey_ship/captain) +"DB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 1 + }, +/turf/simulated/floor/carpet/rubber, +/area/coc_survey_ship/engineering) +"DD" = ( +/obj/structure/ore_box, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"DE" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/reinforced, +/area/coc_survey_ship/blaster) +"DH" = ( +/turf/simulated/wall/shuttle/dark/cardinal/blue, +/area/coc_survey_ship/atmos) +"DN" = ( +/obj/effect/floor_decal/corner/purple/diagonal, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/research) +"DR" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/low/east, +/turf/simulated/floor, +/area/coc_survey_ship/port_propulsion) +"DT" = ( +/obj/machinery/computer/ship/sensors{ + dir = 1 + }, +/obj/effect/floor_decal/corner_wide/paleblue{ + dir = 10 + }, +/obj/effect/floor_decal/corner_wide/paleblue{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/bridge) +"Eb" = ( +/obj/effect/landmark/entry_point/port{ + name = "port aft wing" + }, +/turf/simulated/wall/shuttle/dark/cardinal/blue, +/area/coc_survey_ship/engineering) +"Ee" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/reinforced, +/area/coc_survey_ship/grauwolf) +"Ef" = ( +/obj/effect/floor_decal/corner_wide/orange{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"Eo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 5 + }, +/turf/simulated/floor/shuttle/black{ + name = "tile floor" + }, +/area/coc_survey_ship/cargo) +"Es" = ( +/obj/effect/floor_decal/corner_wide/yellow/diagonal, +/obj/effect/floor_decal/corner_wide/white/diagonal{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"EC" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/portables_connector, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide{ + start_pressure = 8000.63 + }, +/turf/simulated/floor, +/area/coc_survey_ship/starboard_propulsion) +"EI" = ( +/obj/effect/floor_decal/corner_wide/yellow{ + dir = 5 + }, +/obj/effect/floor_decal/corner_wide/yellow, +/obj/effect/floor_decal/corner_wide/white{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"EJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/turf/simulated/floor/carpet/rubber, +/area/coc_survey_ship/engineering) +"ER" = ( +/obj/effect/floor_decal/corner/purple/diagonal, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/research) +"EU" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 1 + }, +/turf/simulated/floor, +/area/coc_survey_ship/hangar) +"EX" = ( +/obj/effect/floor_decal/corner_wide/paleblue{ + dir = 5 + }, +/obj/effect/floor_decal/corner_wide/paleblue, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/bridge) +"Fb" = ( +/obj/structure/ore_box, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"Ff" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 10 + }, +/turf/simulated/wall/shuttle/dark/cardinal/khaki, +/area/shuttle/coc_survey_shuttle) +"Fr" = ( +/obj/machinery/mineral/processing_unit_console{ + id = "coalition_miner"; + layer = 3.3; + pixel_y = 28 + }, +/obj/effect/floor_decal/corner_wide/orange{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"Fs" = ( +/obj/structure/bed/stool/bar/padded/brown{ + dir = 1 + }, +/obj/effect/floor_decal/corner_wide/white/diagonal, +/obj/machinery/alarm/east, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/mess_hall) +"Fw" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6; + pixel_y = 0 + }, +/turf/simulated/floor/carpet/rubber, +/area/coc_survey_ship/engineering) +"FB" = ( +/obj/machinery/mining/brace{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"FC" = ( +/obj/effect/floor_decal/corner_wide/orange{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"FF" = ( +/obj/structure/sign/flag/himeo, +/turf/simulated/wall/shuttle/dark/cardinal/blue, +/area/coc_survey_ship/mess_hall) +"FK" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "Coallit_Mining_1"; + layer = 2.9 + }, +/turf/simulated/floor, +/area/coc_survey_ship/miningeva) +"FM" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 0 + }, +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled/dark, +/area/shuttle/coc_survey_shuttle) +"FO" = ( +/obj/effect/floor_decal/corner_wide/yellow/diagonal, +/obj/effect/floor_decal/corner_wide/white/diagonal{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/table/steel, +/obj/item/clothing/gloves/yellow, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"FU" = ( +/obj/structure/sign/flag/himeo{ + pixel_y = -32 + }, +/obj/machinery/mining/brace{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"FZ" = ( +/obj/effect/floor_decal/corner/purple/diagonal, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/clothing/suit/hazmat/anomaly, +/obj/item/clothing/head/hazmat/anomaly, +/obj/item/storage/box/gloves, +/obj/item/clothing/glasses/science, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/research) +"Ga" = ( +/obj/effect/map_effect/window_spawner/full/reinforced/grille/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor, +/area/shuttle/coc_survey_shuttle) +"Gc" = ( +/obj/effect/step_trigger/teleporter, +/turf/space/transit/east, +/area/space) +"Gm" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/carpet/lightblue, +/area/coc_survey_ship/captain) +"Gn" = ( +/obj/effect/floor_decal/corner_wide/orange{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"Go" = ( +/obj/structure/closet/crate{ + name = "DANGER - FLAMMABLE" + }, +/obj/item/tank/hydrogen, +/obj/item/tank/hydrogen, +/obj/item/tank/hydrogen, +/obj/item/tank/hydrogen, +/obj/item/tank/hydrogen, +/turf/simulated/floor, +/area/coc_survey_ship/starboard_propulsion) +"Gw" = ( +/obj/effect/floor_decal/corner_wide/red/full, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6; + pixel_y = 0 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/alarm/west, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/quarters) +"GG" = ( +/obj/machinery/artifact_analyser{ + pixel_y = 5 + }, +/obj/structure/table/reinforced/steel, +/obj/machinery/door/window, +/turf/simulated/floor/bluegrid, +/area/coc_survey_ship/anomaly) +"GH" = ( +/obj/effect/floor_decal/corner/purple/diagonal, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/research) +"GQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/floor_decal/corner_wide/paleblue{ + dir = 5 + }, +/obj/effect/floor_decal/corner_wide/paleblue, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/bridge) +"GR" = ( +/obj/structure/table/rack, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/suit/space/void/mining/himeo, +/obj/item/clothing/head/helmet/space/void/mining/himeo, +/obj/item/pickaxe/diamonddrill, +/obj/item/gun/projectile/shotgun/doublebarrel, +/obj/item/storage/box/shotgunshells, +/obj/item/storage/box/shotgunshells, +/obj/item/device/gps, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/device/suit_cooling_unit, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"GS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 4 + }, +/turf/simulated/wall/shuttle/dark/cardinal/khaki, +/area/shuttle/coc_survey_shuttle) +"GY" = ( +/obj/effect/floor_decal/corner_wide/yellow{ + dir = 5 + }, +/obj/effect/floor_decal/corner_wide/yellow, +/obj/effect/floor_decal/corner_wide/white{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/vending/tool, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"Hm" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"Hp" = ( +/obj/machinery/door/airlock/hatch{ + name = "Common Area" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/miningeva) +"Ht" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/reinforced, +/area/coc_survey_ship/grauwolf) +"Hx" = ( +/obj/machinery/ammunition_loader/grauwolf{ + weapon_id = "Survey Ship Flak Cannon"ssssssssss + }, +/turf/simulated/floor, +/area/coc_survey_ship/grauwolf) +"Hy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"HF" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/ore_box, +/turf/simulated/floor/shuttle/black{ + name = "tile floor" + }, +/area/coc_survey_ship/cargo) +"HG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/reinforced, +/area/coc_survey_ship/blaster) +"HH" = ( +/obj/machinery/embedded_controller/radio/airlock/docking_port_multi{ + id_tag = "surveyor_shuttle"; + master_tag = "surveyor_shuttle"; + pixel_y = 25; + tag_interior_door = "surveyor_shuttle_in"; + tag_exterior_door = "surveyor_shuttle_out"; + tag_interior_sensor = "surveyor_shuttle_interior_sensor"; + tag_exterior_sensor = "surveyor_shuttle_exterior_sensor"; + tag_chamber_sensor = "surveyor_shuttle_chamber_sensor"; + tag_airpump = "hegemony_shuttle_pump_in"; + frequency = 1389 + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 8; + frequency = 1389; + id_tag = "surveyor_shuttle_pump_in" + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/coc_survey_shuttle) +"HI" = ( +/obj/machinery/mineral/rigpress, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"HL" = ( +/obj/effect/floor_decal/corner_wide/yellow{ + dir = 10 + }, +/obj/effect/floor_decal/corner_wide/yellow{ + dir = 1 + }, +/obj/effect/floor_decal/corner_wide/white{ + dir = 4 + }, +/obj/machinery/alarm/south, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"HN" = ( +/obj/structure/ship_weapon_dummy, +/obj/structure/ship_weapon_dummy/barrel, +/turf/simulated/floor/airless, +/area/coc_survey_ship/grauwolf) +"HP" = ( +/obj/effect/map_effect/window_spawner/full/reinforced/grille/firedoor, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/cargo) +"HS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor, +/area/coc_survey_ship/hangar) +"Id" = ( +/obj/machinery/telecomms/allinone/ship, +/turf/simulated/floor/plating/cooled, +/area/coc_survey_ship/atmos) +"Ig" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/hatch{ + name = "Atmospherics" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black, +/obj/machinery/door/firedoor{ + dir = 4 + }, +/turf/simulated/floor, +/area/coc_survey_ship/cargo) +"Ih" = ( +/obj/machinery/atmospherics/unary/vent_pump/siphon/on/atmos{ + frequency = 451; + id_tag = "survey_out"; + dir = 8 + }, +/turf/simulated/floor/reinforced/carbon_dioxide, +/area/coc_survey_ship/starboard_propulsion) +"Ii" = ( +/obj/effect/floor_decal/industrial/loading/yellow{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"Iv" = ( +/obj/effect/floor_decal/corner_wide/paleblue/diagonal, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/medical) +"Iy" = ( +/obj/effect/floor_decal/corner/lime/diagonal, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/cryo) +"IA" = ( +/turf/simulated/wall/shuttle/dark/cardinal/blue, +/area/coc_survey_ship/captain) +"IC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/effect/floor_decal/corner/purple/diagonal, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/anomaly) +"ID" = ( +/obj/effect/floor_decal/corner_wide/orange/full, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"IG" = ( +/obj/effect/map_effect/window_spawner/borosilicate/reinforced/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/turf/simulated/floor, +/area/coc_survey_ship/starboard_propulsion) +"IN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor, +/area/coc_survey_ship/grauwolf) +"IP" = ( +/obj/effect/floor_decal/corner/purple/diagonal, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/east{ + req_access = null + }, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/anomaly) +"IR" = ( +/obj/machinery/vending/cola{ + name = "hacked Robust Softdrinks"; + prices = list() + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"IS" = ( +/obj/structure/table/steel, +/turf/simulated/floor/carpet/lightblue, +/area/coc_survey_ship/captain) +"Jg" = ( +/obj/machinery/embedded_controller/radio/simple_docking_controller{ + frequency = 1385; + id_tag = "surveyor_shuttle_dock"; + tag_door = "hegemony_dock_doors"; + pixel_y = -25 + }, +/turf/simulated/floor, +/area/coc_survey_ship/hangar) +"Jl" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/coc_survey_shuttle) +"Jm" = ( +/turf/simulated/floor/reinforced, +/area/shuttle/coc_survey_shuttle) +"Jt" = ( +/obj/structure/ship_weapon_dummy, +/turf/simulated/floor/reinforced, +/area/coc_survey_ship/grauwolf) +"Jw" = ( +/obj/effect/floor_decal/corner_wide/paleblue{ + dir = 5 + }, +/obj/effect/floor_decal/corner_wide/paleblue, +/obj/machinery/alarm/north, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/bridge) +"JD" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + name = "Hanger" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor{ + dir = 4 + }, +/turf/simulated/floor, +/area/coc_survey_ship/miningeva) +"JI" = ( +/obj/effect/floor_decal/corner_wide/yellow{ + dir = 5 + }, +/obj/effect/floor_decal/corner_wide/yellow, +/obj/effect/floor_decal/corner_wide/white{ + dir = 8 + }, +/obj/structure/table/rack, +/obj/item/inflatable_dispenser, +/obj/item/pipewrench, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"JK" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor, +/area/coc_survey_ship/hangar) +"JM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 1 + }, +/turf/simulated/floor, +/area/coc_survey_ship/port_propulsion) +"JN" = ( +/obj/effect/floor_decal/corner_wide/yellow/diagonal, +/obj/effect/floor_decal/corner_wide/white/diagonal{ + dir = 8 + }, +/obj/structure/table/steel, +/obj/item/gun/energy/plasmacutter, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"JP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"JR" = ( +/obj/machinery/optable, +/obj/effect/floor_decal/corner_wide/paleblue/diagonal, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/medical) +"JW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"Kc" = ( +/obj/structure/fuel_port/hydrogen{ + pixel_y = -31 + }, +/obj/machinery/computer/ship/engines{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/coc_survey_shuttle) +"Kf" = ( +/obj/effect/shuttle_landmark/coc_survey_ship/nav2, +/turf/template_noop, +/area/space) +"Ko" = ( +/obj/machinery/door/airlock/hatch{ + dir = 4; + name = "Hanger" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor, +/area/coc_survey_ship/quarters) +"Kq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/coc_survey_shuttle) +"Kr" = ( +/turf/simulated/floor/greengrid, +/area/coc_survey_ship/engineering) +"Ku" = ( +/obj/effect/floor_decal/corner_wide/yellow/diagonal, +/obj/effect/floor_decal/corner_wide/white/diagonal{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"KC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/carpet/lightblue, +/area/coc_survey_ship/captain) +"KD" = ( +/obj/machinery/airlock_sensor/airlock_interior{ + dir = 8; + pixel_x = 23; + pixel_y = 5; + id_tag = "surveyor_shuttle_interior_sensor"; + frequency = 1389 + }, +/obj/machinery/access_button{ + command = "cycle_interior"; + frequency = 1389; + master_tag = "surveyor_shuttle"; + name = "interior access button"; + pixel_x = 23; + pixel_y = -6; + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/coc_survey_shuttle) +"KH" = ( +/obj/machinery/door/airlock/hatch{ + name = "Mining Laser" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor{ + dir = 4 + }, +/turf/simulated/floor, +/area/coc_survey_ship/miningeva) +"KL" = ( +/obj/structure/bed/stool/chair/shuttle{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/coc_survey_shuttle) +"KO" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/floor_decal/corner/purple/diagonal, +/obj/structure/table/steel, +/obj/item/anobattery{ + pixel_x = -5; + pixel_y = -5 + }, +/obj/item/anobattery{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/anobattery{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/anobattery{ + pixel_x = 5; + pixel_y = -5 + }, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/anomaly) +"KQ" = ( +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/carpet/rubber, +/area/coc_survey_ship/engineering) +"KX" = ( +/obj/machinery/conveyor{ + id = "Coallit_Mining_1"; + layer = 2.9 + }, +/obj/structure/plasticflaps/mining, +/turf/simulated/floor, +/area/coc_survey_ship/miningeva) +"KZ" = ( +/obj/effect/landmark/entry_point/fore{ + name = "fore blaster" + }, +/turf/simulated/wall/shuttle/dark/cardinal/blue, +/area/coc_survey_ship/blaster) +"Lk" = ( +/obj/machinery/airlock_sensor{ + frequency = 1385; + id_tag = "surveyor_shuttle_chamber_sensor"; + pixel_y = -23; + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 8; + frequency = 1389; + id_tag = "surveyor_shuttle_pump_in" + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/coc_survey_shuttle) +"Ln" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor, +/area/coc_survey_ship/starboard_propulsion) +"Lo" = ( +/obj/machinery/door/airlock/hatch{ + dir = 4; + name = "Employee Clothing" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/quarters) +"Lq" = ( +/obj/machinery/light, +/turf/simulated/floor, +/area/coc_survey_ship/blaster) +"Lr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"Lu" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/black{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor, +/area/coc_survey_ship/starboard_propulsion) +"Lx" = ( +/obj/effect/floor_decal/corner_wide/grey/diagonal, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/kitchen) +"LE" = ( +/turf/simulated/wall/shuttle/dark/cardinal/blue, +/area/coc_survey_ship/starboard_propulsion) +"LG" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/shuttle/black{ + name = "tile floor" + }, +/area/coc_survey_ship/cargo) +"LL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"LM" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/floor_decal/corner_wide/white/diagonal, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/mess_hall) +"LQ" = ( +/obj/effect/map_effect/window_spawner/full/reinforced/grille/firedoor, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/bridge) +"LR" = ( +/obj/machinery/door/airlock/hatch{ + name = "Engineering" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"LX" = ( +/obj/effect/floor_decal/corner_wide/red{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/quarters) +"Mj" = ( +/obj/machinery/alarm/east, +/turf/simulated/floor, +/area/coc_survey_ship/hangar) +"Ms" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/hatch{ + name = "Anomalous Materials" + }, +/turf/simulated/floor/shuttle/black{ + name = "tile floor" + }, +/area/coc_survey_ship/anomaly) +"Mt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"Mx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 6 + }, +/turf/simulated/floor/carpet/rubber, +/area/coc_survey_ship/engineering) +"MC" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/turf/simulated/floor/shuttle/black{ + name = "tile floor" + }, +/area/coc_survey_ship/cargo) +"MD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/wall/shuttle/dark/cardinal/khaki, +/area/shuttle/coc_survey_shuttle) +"MF" = ( +/obj/machinery/door/airlock/hatch{ + name = "Power" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 1 + }, +/turf/simulated/floor, +/area/coc_survey_ship/engineering) +"MH" = ( +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"MJ" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/carpet/rubber, +/area/coc_survey_ship/engineering) +"MR" = ( +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + dir = 1; + pixel_y = 24; + req_access = null + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/coc_survey_shuttle) +"MY" = ( +/turf/simulated/wall/shuttle/dark/cardinal/blue, +/area/coc_survey_ship/engineering) +"Nc" = ( +/obj/effect/floor_decal/corner_wide/grey/diagonal, +/obj/machinery/appliance/cooker/stove, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/kitchen) +"Nf" = ( +/obj/effect/floor_decal/corner_wide/orange{ + dir = 9 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"Nk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 5 + }, +/turf/simulated/floor, +/area/coc_survey_ship/hangar) +"Nm" = ( +/obj/item/clothing/accessory/badge/passcard/konyang, +/obj/item/clothing/accessory/badge/passcard/konyang, +/obj/item/clothing/accessory/badge/passcard/konyang, +/obj/item/clothing/accessory/badge/passcard/konyang, +/obj/item/clothing/accessory/badge/passcard/burzsia, +/obj/item/clothing/accessory/badge/passcard/burzsia, +/obj/item/clothing/accessory/badge/passcard/burzsia, +/obj/item/clothing/accessory/badge/passcard/burzsia, +/obj/item/clothing/accessory/badge/passcard/coalition, +/obj/item/clothing/accessory/badge/passcard/coalition, +/obj/item/clothing/accessory/badge/passcard/coalition, +/obj/item/clothing/accessory/badge/passcard/coalition, +/obj/item/clothing/accessory/badge/passcard/himeo, +/obj/item/clothing/accessory/badge/passcard/himeo, +/obj/item/clothing/accessory/badge/passcard/himeo, +/obj/item/clothing/accessory/badge/passcard/himeo, +/obj/item/clothing/accessory/badge/passcard/scarab, +/obj/item/clothing/accessory/badge/passcard/scarab, +/obj/item/clothing/accessory/badge/passcard/scarab, +/obj/item/clothing/accessory/badge/passcard/scarab, +/obj/item/clothing/accessory/badge/passcard/vysoka, +/obj/item/clothing/accessory/badge/passcard/vysoka, +/obj/item/clothing/accessory/badge/passcard/vysoka, +/obj/item/clothing/accessory/badge/passcard/vysoka, +/obj/item/clothing/accessory/badge/passcard/assu, +/obj/item/clothing/accessory/badge/passcard/assu, +/obj/item/clothing/accessory/badge/passcard/assu, +/obj/item/clothing/accessory/badge/passcard/assu, +/obj/structure/closet/cabinet{ + name = "Passcards" + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/quarters) +"No" = ( +/obj/structure/table/rack, +/obj/item/rig/industrial/himeo, +/obj/item/rig_module/cooling_unit, +/obj/item/rig_module/actuators, +/obj/item/rig_module/maneuvering_jets, +/obj/item/device/gps, +/turf/simulated/floor/carpet/lightblue, +/area/coc_survey_ship/captain) +"Nq" = ( +/obj/effect/floor_decal/corner/purple/diagonal, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/research) +"Ny" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/turf/simulated/floor, +/area/coc_survey_ship/hangar) +"Nz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/ore_box, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 1 + }, +/turf/simulated/floor/shuttle/black{ + name = "tile floor" + }, +/area/coc_survey_ship/cargo) +"NL" = ( +/turf/simulated/wall, +/area/coc_survey_ship/starboard_propulsion) +"NO" = ( +/obj/machinery/door/airlock/hatch{ + name = "Artifact Storage"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor{ + dir = 4 + }, +/turf/simulated/floor/reinforced, +/area/coc_survey_ship/grauwolf) +"NR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/effect/floor_decal/corner_wide/yellow{ + dir = 6 + }, +/obj/effect/floor_decal/corner_wide/yellow{ + dir = 5 + }, +/obj/effect/floor_decal/corner_wide/white{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"NT" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor, +/area/coc_survey_ship/port_propulsion) +"Oa" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/shuttle/black{ + name = "tile floor" + }, +/area/coc_survey_ship/cargo) +"Oi" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/coc_survey_shuttle) +"Ol" = ( +/turf/simulated/wall/shuttle/dark/cardinal/blue, +/area/coc_survey_ship/quarters) +"Os" = ( +/obj/machinery/ship_weapon/blaster{ + pixel_y = -195; + pixel_x = -24; + weapon_id = "Survey Ship Blaster" + }, +/obj/structure/ship_weapon_dummy, +/turf/simulated/floor, +/area/coc_survey_ship/blaster) +"Oz" = ( +/turf/simulated/wall, +/area/coc_survey_ship/blaster) +"OE" = ( +/obj/effect/floor_decal/corner_wide/yellow{ + dir = 6 + }, +/obj/effect/floor_decal/corner_wide/yellow{ + dir = 5 + }, +/obj/effect/floor_decal/corner_wide/white{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"OH" = ( +/obj/machinery/alarm/west, +/turf/simulated/floor, +/area/coc_survey_ship/starboard_propulsion) +"OL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch{ + dir = 4; + name = "Hanger" + }, +/turf/simulated/floor, +/area/coc_survey_ship/cargo) +"ON" = ( +/obj/structure/table/stone/marble, +/obj/item/toy/comic/inspector, +/obj/effect/floor_decal/corner_wide/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/mess_hall) +"OT" = ( +/obj/structure/reagent_dispensers/coolanttank, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/carpet/rubber, +/area/coc_survey_ship/research) +"OX" = ( +/obj/structure/bed/stool/chair/office/bridge/pilot{ + dir = 4 + }, +/obj/effect/floor_decal/corner_wide/paleblue/diagonal, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/bridge) +"OY" = ( +/obj/effect/floor_decal/industrial/outline/red, +/obj/machinery/power/portgen/basic/fusion, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/greengrid, +/area/coc_survey_ship/engineering) +"Pa" = ( +/obj/effect/floor_decal/corner_wide/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/mess_hall) +"Pd" = ( +/turf/simulated/wall, +/area/coc_survey_ship/mess_hall) +"Pf" = ( +/obj/effect/floor_decal/corner_wide/grey/diagonal, +/obj/machinery/vending/dinnerware, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/kitchen) +"Pg" = ( +/obj/machinery/shipsensors/strong, +/obj/structure/railing/mapped, +/obj/structure/railing/mapped{ + dir = 8 + }, +/turf/simulated/floor/airless, +/area/coc_survey_ship/bridge) +"Pk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 1 + }, +/turf/simulated/floor, +/area/coc_survey_ship/starboard_propulsion) +"Po" = ( +/obj/effect/floor_decal/corner_wide/paleblue/diagonal, +/obj/structure/curtain/open/medical, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/medical) +"Pq" = ( +/turf/simulated/floor/reinforced, +/area/coc_survey_ship/blaster) +"Pr" = ( +/obj/effect/shuttle_landmark/coc_survey_ship/nav1, +/turf/template_noop, +/area/space) +"Pt" = ( +/turf/simulated/wall, +/area/coc_survey_ship/cargo) +"PG" = ( +/turf/template_noop, +/area/space) +"PU" = ( +/turf/simulated/floor, +/area/coc_survey_ship/blaster) +"PV" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/black{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor, +/area/coc_survey_ship/starboard_propulsion) +"Qb" = ( +/obj/effect/floor_decal/corner_wide/yellow/diagonal, +/obj/effect/floor_decal/corner_wide/white/diagonal{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/meter, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"Qc" = ( +/obj/effect/floor_decal/corner_wide/red/full{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/quarters) +"Qe" = ( +/obj/effect/floor_decal/industrial/hatch/red, +/obj/machinery/mass_driver{ + dir = 4; + id = "pirate_core_driver"; + _wifi_id = "pirate_core_driver" + }, +/turf/simulated/floor/greengrid, +/area/coc_survey_ship/engineering) +"Qh" = ( +/obj/effect/floor_decal/corner_wide/orange{ + dir = 10 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"Ql" = ( +/obj/structure/ship_weapon_dummy{ + is_barrel = 1 + }, +/turf/simulated/floor/airless, +/area/coc_survey_ship/blaster) +"Qt" = ( +/obj/machinery/portable_atmospherics/powered/pump/filled, +/turf/simulated/floor/tiled/dark, +/area/shuttle/coc_survey_shuttle) +"Qv" = ( +/obj/machinery/door/airlock/external{ + frequency = 1389; + icon_state = "door_locked"; + id_tag = "surveyor_shuttle_out"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/red{ + dir = 4 + }, +/obj/machinery/access_button{ + command = "cycle_exterior"; + frequency = 1389; + master_tag = "surveyor_shuttle"; + name = "exterior access button"; + pixel_x = 8; + pixel_y = 27; + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/coc_survey_shuttle) +"Qx" = ( +/obj/machinery/conveyor{ + id = "Coallit_Mining_1"; + layer = 2.9 + }, +/turf/simulated/floor, +/area/coc_survey_ship/miningeva) +"QI" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 8; + layer = 2.8 + }, +/obj/machinery/portable_atmospherics/canister/air/airlock, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"QJ" = ( +/turf/simulated/floor, +/area/coc_survey_ship/grauwolf) +"QK" = ( +/obj/effect/floor_decal/corner/purple/diagonal, +/obj/structure/table/reinforced/steel, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/melee/baton/loaded, +/obj/item/reagent_containers/dropper{ + pixel_y = -4 + }, +/obj/machinery/recharger, +/obj/item/storage/box/beakers, +/obj/item/stack/nanopaste, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/research) +"QL" = ( +/obj/machinery/atmospherics/unary/engine, +/obj/structure/window/reinforced, +/turf/simulated/floor/airless, +/area/coc_survey_ship/port_propulsion) +"QP" = ( +/obj/machinery/light, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor, +/area/coc_survey_ship/hangar) +"QT" = ( +/obj/structure/table/stone/marble, +/obj/item/toy/comic/outlandish_tales, +/obj/effect/floor_decal/corner_wide/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/mess_hall) +"QV" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 + }, +/turf/simulated/wall/shuttle/dark/cardinal/khaki, +/area/shuttle/coc_survey_shuttle) +"QY" = ( +/obj/effect/landmark/entry_point/aft{ + name = "hangar" + }, +/turf/unsimulated/wall/fakepdoor{ + dir = 4; + name = "shuttle bay blast door" + }, +/area/coc_survey_ship/hangar) +"Rh" = ( +/obj/machinery/suspension_gen{ + dir = 1 + }, +/obj/structure/railing/mapped{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/reinforced, +/area/shuttle/coc_survey_shuttle) +"Rv" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/low/east, +/turf/simulated/floor, +/area/coc_survey_ship/hangar) +"RH" = ( +/obj/effect/floor_decal/corner_wide/yellow/diagonal, +/obj/effect/floor_decal/corner_wide/white/diagonal{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"RJ" = ( +/obj/effect/floor_decal/corner_wide/orange{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"RM" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor, +/area/coc_survey_ship/starboard_propulsion) +"RP" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/floor_decal/corner_wide/paleblue/diagonal, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/bridge) +"RT" = ( +/obj/item/ship_ammunition/grauwolf_probe, +/obj/item/ship_ammunition/grauwolf_probe, +/obj/item/ship_ammunition/grauwolf_probe, +/obj/item/ship_ammunition/grauwolf_probe, +/obj/item/ship_ammunition/grauwolf_probe, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/reinforced, +/area/coc_survey_ship/grauwolf) +"RV" = ( +/obj/machinery/power/smes/buildable/third_party_shuttle, +/obj/structure/cable/green, +/turf/simulated/floor/tiled/dark, +/area/shuttle/coc_survey_shuttle) +"RW" = ( +/obj/item/ship_ammunition/blaster, +/obj/item/ship_ammunition/blaster, +/obj/item/ship_ammunition/blaster, +/obj/item/ship_ammunition/blaster, +/obj/item/ship_ammunition/blaster, +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/reinforced, +/area/coc_survey_ship/blaster) +"RY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 5 + }, +/turf/simulated/floor/shuttle/black{ + name = "tile floor" + }, +/area/coc_survey_ship/cargo) +"Sk" = ( +/obj/machinery/atmospherics/unary/engine{ + dir = 8 + }, +/turf/simulated/floor, +/area/shuttle/coc_survey_shuttle) +"Sl" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor, +/area/coc_survey_ship/starboard_propulsion) +"Sn" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/mech_recharger, +/turf/simulated/floor/tiled/dark, +/area/shuttle/coc_survey_shuttle) +"Sq" = ( +/obj/machinery/atmospherics/binary/pump/high_power{ + dir = 1; + layer = 2.8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor, +/area/coc_survey_ship/port_propulsion) +"Ss" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/turf/simulated/floor, +/area/coc_survey_ship/hangar) +"Sy" = ( +/obj/structure/table/steel, +/obj/item/clothing/under/rank/medical/surgeon, +/obj/item/clothing/gloves/latex/nitrile, +/obj/item/clothing/mask/surgical, +/obj/item/storage/firstaid/surgery, +/obj/effect/floor_decal/corner_wide/paleblue/diagonal, +/obj/item/storage/firstaid/surgery, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/medical) +"Sz" = ( +/obj/effect/floor_decal/corner_wide/red/diagonal, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/quarters) +"SC" = ( +/obj/structure/bed/roller, +/obj/effect/floor_decal/corner_wide/paleblue/diagonal, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/medical) +"SH" = ( +/obj/effect/floor_decal/corner_wide/paleblue/diagonal, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10; + pixel_y = 0 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/medical) +"SJ" = ( +/obj/effect/floor_decal/corner/lime/diagonal, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/cryo) +"SO" = ( +/obj/effect/floor_decal/corner_wide/orange{ + dir = 5 + }, +/obj/machinery/mineral/stacking_unit_console{ + id = "coalit_stacker_1"; + pixel_y = 28 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"ST" = ( +/obj/item/bedsheet, +/obj/structure/bed/padded, +/obj/structure/curtain/open/bed, +/obj/effect/ghostspawpoint{ + name = "igs - coc_surveyor_captain"; + identifier = "coc_surveyor_captain" + }, +/turf/simulated/floor/carpet/lightblue, +/area/coc_survey_ship/captain) +"SU" = ( +/obj/effect/floor_decal/corner_wide/paleblue/diagonal, +/obj/structure/sink{ + dir = 4; + pixel_x = 12 + }, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/medical) +"SW" = ( +/obj/effect/floor_decal/corner_wide/orange{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"SZ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/reinforced, +/area/coc_survey_ship/grauwolf) +"Tc" = ( +/obj/machinery/atmospherics/binary/pump/high_power{ + dir = 4 + }, +/turf/simulated/floor, +/area/coc_survey_ship/starboard_propulsion) +"Tf" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/vending/engineering{ + req_access = null + }, +/turf/simulated/floor/carpet/rubber, +/area/coc_survey_ship/engineering) +"To" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/shuttle/black{ + name = "tile floor" + }, +/area/coc_survey_ship/cargo) +"Tp" = ( +/obj/structure/table/wood, +/obj/machinery/media/jukebox/audioconsole{ + pixel_y = 13 + }, +/obj/effect/floor_decal/corner_wide/red{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/quarters) +"Tq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/turf/simulated/floor/shuttle/black{ + name = "tile floor" + }, +/area/coc_survey_ship/cargo) +"TF" = ( +/obj/structure/table/steel, +/obj/item/device/hand_labeler, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"TI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 1 + }, +/turf/simulated/floor, +/area/coc_survey_ship/port_propulsion) +"TL" = ( +/obj/effect/floor_decal/corner_wide/red{ + dir = 10 + }, +/obj/structure/table/stone/marble, +/obj/item/storage/box/fancy/mre/random, +/obj/item/storage/box/fancy/mre/random, +/obj/item/storage/box/fancy/mre/random, +/obj/item/storage/box/fancy/mre/random, +/obj/item/storage/box/fancy/mre/random, +/obj/item/storage/box/fancy/mre/random, +/obj/item/storage/box/fancy/mre/random, +/obj/item/storage/box/fancy/mre/random, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/quarters) +"Ud" = ( +/obj/machinery/portable_atmospherics/canister/hydrogen, +/turf/simulated/floor, +/area/coc_survey_ship/starboard_propulsion) +"Uf" = ( +/obj/effect/map_effect/window_spawner/full/reinforced/grille/firedoor, +/obj/effect/landmark/entry_point/starboard{ + name = "fore" + }, +/turf/simulated/floor, +/area/shuttle/coc_survey_shuttle) +"Uk" = ( +/obj/effect/floor_decal/corner_wide/grey/diagonal, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + dir = 1; + pixel_y = 24; + req_access = null + }, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/kitchen) +"Ul" = ( +/obj/effect/map_effect/window_spawner/full/reinforced/grille/firedoor, +/turf/simulated/floor/tiled/dark, +/area/shuttle/coc_survey_shuttle) +"Un" = ( +/obj/structure/bed/stool/chair/office/bridge/pilot{ + dir = 8 + }, +/obj/effect/floor_decal/corner_wide/paleblue/diagonal, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/bridge) +"Uq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/shuttle/black{ + name = "tile floor" + }, +/area/coc_survey_ship/cargo) +"Uv" = ( +/obj/effect/floor_decal/corner_wide/grey/diagonal, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/kitchen) +"Uw" = ( +/obj/machinery/alarm/north, +/obj/machinery/portable_atmospherics/canister/air/airlock, +/obj/machinery/atmospherics/portables_connector, +/turf/simulated/floor/tiled/dark, +/area/shuttle/coc_survey_shuttle) +"Uy" = ( +/turf/simulated/wall, +/area/coc_survey_ship/engineering) +"Uz" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/coc_survey_shuttle) +"UA" = ( +/obj/structure/ship_weapon_dummy, +/turf/simulated/floor/airless, +/area/coc_survey_ship/blaster) +"UF" = ( +/turf/simulated/wall, +/area/coc_survey_ship/anomaly) +"UI" = ( +/obj/effect/floor_decal/corner_wide/yellow{ + dir = 10 + }, +/obj/effect/floor_decal/corner_wide/yellow{ + dir = 1 + }, +/obj/effect/floor_decal/corner_wide/white{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"UL" = ( +/obj/effect/floor_decal/corner_wide/yellow{ + dir = 10 + }, +/obj/effect/floor_decal/corner_wide/yellow{ + dir = 1 + }, +/obj/effect/floor_decal/corner_wide/white{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/table/steel, +/obj/item/stack/material/glass/full, +/obj/item/stack/material/steel/full, +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"UN" = ( +/obj/effect/floor_decal/corner_wide/red{ + dir = 5 + }, +/obj/structure/closet/walllocker{ + pixel_y = 31; + name = "stab locker" + }, +/obj/item/material/knife/tacknife, +/obj/item/material/knife/tacknife, +/obj/item/material/knife/tacknife, +/obj/item/material/knife/tacknife, +/obj/item/clothing/accessory/storage/pouches/black, +/obj/item/clothing/accessory/storage/pouches/black, +/obj/item/clothing/accessory/storage/pouches/black, +/obj/item/clothing/accessory/storage/pouches/black, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/quarters) +"UR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/corner_wide/paleblue/diagonal, +/obj/machinery/hologram/holopad/long_range, +/obj/effect/overmap/visitable/ship/coc_surveyor, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/bridge) +"UY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 5 + }, +/turf/simulated/floor/shuttle/black{ + name = "tile floor" + }, +/area/coc_survey_ship/cargo) +"Vh" = ( +/turf/simulated/wall, +/area/coc_survey_ship/miningeva) +"Vr" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/window/westright{ + name = "Oxygen Supplies Access" + }, +/turf/simulated/floor/tiled/dark/full, +/area/coc_survey_ship/miningeva) +"Vy" = ( +/obj/effect/floor_decal/corner/lime/diagonal, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/cryo) +"VI" = ( +/obj/effect/floor_decal/corner/purple/diagonal, +/obj/machinery/chemical_dispenser/full, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/research) +"VM" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/mop, +/obj/structure/janitorialcart/full, +/turf/simulated/floor/shuttle/black{ + name = "tile floor" + }, +/area/coc_survey_ship/cargo) +"VP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/effect/floor_decal/corner_wide/yellow/full{ + dir = 1 + }, +/obj/effect/floor_decal/corner_wide/white{ + dir = 8 + }, +/obj/machinery/vending/engivend{ + req_access = null + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"VX" = ( +/obj/structure/ship_weapon_dummy, +/turf/simulated/floor/airless, +/area/coc_survey_ship/grauwolf) +"Wb" = ( +/obj/structure/lattice/catwalk, +/obj/structure/bed/handrail{ + dir = 1 + }, +/obj/machinery/airlock_sensor/airlock_exterior{ + frequency = 1389; + id_tag = "surveyor_shuttle_exterior_sensor"; + pixel_y = -25; + pixel_x = 41; + dir = 4 + }, +/turf/simulated/floor/plating, +/area/shuttle/coc_survey_shuttle) +"Wd" = ( +/turf/simulated/wall/shuttle/dark/cardinal/blue, +/area/coc_survey_ship/miningeva) +"We" = ( +/obj/effect/floor_decal/corner_wide/yellow/diagonal, +/obj/effect/floor_decal/corner_wide/white/diagonal{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"Wg" = ( +/obj/machinery/door/blast/regular{ + id = "pirate_core_shunt" + }, +/turf/simulated/floor/reinforced, +/area/coc_survey_ship/engineering) +"Wn" = ( +/obj/effect/floor_decal/corner_wide/yellow/diagonal, +/obj/effect/floor_decal/corner_wide/white/diagonal{ + dir = 8 + }, +/obj/machinery/atmospherics/portables_connector{ + dir = 8; + layer = 2.8 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"Wq" = ( +/obj/effect/map_effect/window_spawner/full/reinforced/grille/firedoor, +/turf/simulated/floor, +/area/coc_survey_ship/engineering) +"Wv" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/coc_survey_shuttle) +"WC" = ( +/obj/machinery/atmospherics/unary/outlet_injector{ + dir = 8; + frequency = 451 + }, +/turf/simulated/floor/reinforced/carbon_dioxide, +/area/coc_survey_ship/starboard_propulsion) +"WM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/turf/simulated/floor/shuttle/black{ + name = "tile floor" + }, +/area/coc_survey_ship/cargo) +"WN" = ( +/obj/structure/table/rack, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/suit/space/void/mining/himeo, +/obj/item/clothing/head/helmet/space/void/mining/himeo, +/obj/item/pickaxe/diamonddrill, +/obj/item/gun/energy/blaster/carbine, +/obj/item/device/gps, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/device/suit_cooling_unit, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"WO" = ( +/obj/machinery/light, +/turf/simulated/floor, +/area/coc_survey_ship/hangar) +"WQ" = ( +/obj/effect/floor_decal/industrial/loading/yellow{ + dir = 8 + }, +/turf/simulated/floor, +/area/coc_survey_ship/grauwolf) +"WR" = ( +/obj/machinery/door/airlock/external{ + frequency = 1389; + icon_state = "door_locked"; + id_tag = "surveyor_shuttle_in"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/coc_survey_shuttle) +"WY" = ( +/obj/effect/floor_decal/corner_wide/orange, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"WZ" = ( +/obj/machinery/light, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor, +/area/coc_survey_ship/hangar) +"Xc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/black, +/turf/simulated/floor, +/area/coc_survey_ship/starboard_propulsion) +"Xh" = ( +/obj/machinery/mineral/unloading_machine, +/turf/simulated/floor, +/area/coc_survey_ship/miningeva) +"Xj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/coc_survey_shuttle) +"Xl" = ( +/obj/effect/map_effect/window_spawner/full/reinforced/grille/firedoor, +/turf/simulated/floor, +/area/coc_survey_ship/bridge) +"Xq" = ( +/obj/item/clothing/accessory/flagpatch/konyang, +/obj/item/clothing/accessory/flagpatch/konyang, +/obj/item/clothing/accessory/flagpatch/konyang, +/obj/item/clothing/accessory/flagpatch/konyang, +/obj/item/clothing/accessory/flagpatch/assunzione, +/obj/item/clothing/accessory/flagpatch/assunzione, +/obj/item/clothing/accessory/flagpatch/assunzione, +/obj/item/clothing/accessory/flagpatch/assunzione, +/obj/item/clothing/accessory/flagpatch/coalition, +/obj/item/clothing/accessory/flagpatch/coalition, +/obj/item/clothing/accessory/flagpatch/coalition, +/obj/item/clothing/accessory/flagpatch/coalition, +/obj/item/clothing/accessory/flagpatch/himeo, +/obj/item/clothing/accessory/flagpatch/himeo, +/obj/item/clothing/accessory/flagpatch/himeo, +/obj/item/clothing/accessory/flagpatch/himeo, +/obj/item/clothing/accessory/flagpatch/vysoka, +/obj/item/clothing/accessory/flagpatch/vysoka, +/obj/item/clothing/accessory/flagpatch/vysoka, +/obj/item/clothing/accessory/flagpatch/vysoka, +/obj/structure/closet/cabinet{ + name = "Flagpatches" + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/quarters) +"Xu" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor, +/area/coc_survey_ship/hangar) +"Xx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/corner_wide/white/diagonal, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/mess_hall) +"XC" = ( +/obj/effect/floor_decal/corner_wide/orange{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"XD" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/carpet/rubber, +/area/coc_survey_ship/engineering) +"XL" = ( +/obj/effect/floor_decal/corner_wide/yellow{ + dir = 5 + }, +/obj/effect/floor_decal/corner_wide/yellow, +/obj/effect/floor_decal/corner_wide/white{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/tank/carbon_dioxide{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"XO" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/corner/purple/diagonal, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/anomaly) +"XP" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"XR" = ( +/turf/simulated/wall, +/area/coc_survey_ship/atmos) +"XT" = ( +/obj/item/clothing/head/vysoka/blue, +/obj/item/clothing/head/vysoka/blue, +/obj/item/clothing/head/vysoka/purple, +/obj/item/clothing/head/vysoka/purple, +/obj/item/clothing/head/vysoka/red, +/obj/item/clothing/head/vysoka/red, +/obj/item/clothing/head/vysoka/joku/blue, +/obj/item/clothing/head/vysoka/joku/purple, +/obj/item/clothing/head/vysoka/joku/red, +/obj/item/clothing/head/softcap, +/obj/item/clothing/head/softcap, +/obj/item/clothing/head/nonla, +/obj/item/clothing/head/nonla, +/obj/item/clothing/head/hijab/black, +/obj/item/clothing/head/hijab/blue, +/obj/item/clothing/head/hijab/brown, +/obj/item/clothing/head/hijab/green, +/obj/item/clothing/head/hijab/grey, +/obj/item/clothing/head/hijab/red, +/obj/item/clothing/head/festive/santa, +/obj/item/clothing/head/bunny_hat, +/obj/item/clothing/head/bandana/miner, +/obj/item/clothing/head/bandana/miner, +/obj/item/clothing/head/bandana/miner, +/obj/item/clothing/head/bandana/miner, +/obj/item/clothing/head/bandana/red, +/obj/structure/closet/cabinet{ + name = "Hats" + }, +/obj/item/clothing/head/softcap/himeo, +/obj/item/clothing/head/softcap/himeo, +/obj/item/clothing/head/softcap/himeo, +/obj/item/clothing/head/softcap/himeo, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/quarters) +"XU" = ( +/obj/item/bedsheet/black, +/obj/item/bedsheet/black{ + layer = 4.2; + pixel_y = 13 + }, +/obj/structure/railing/mapped{ + dir = 4; + pixel_x = 4 + }, +/obj/structure/railing/mapped{ + dir = 8; + pixel_x = -5 + }, +/obj/structure/bed{ + name = "bottom bunk" + }, +/obj/effect/decal/fake_object{ + icon = 'icons/obj/structure/beds.dmi'; + icon_state = "bed"; + pixel_y = 13; + name = "top bunk"; + desc = "This is used to lie in, sleep in or strap on. This one is just out of reach." + }, +/obj/effect/floor_decal/corner{ + dir = 5 + }, +/obj/effect/floor_decal/corner_wide/red/full{ + dir = 4 + }, +/obj/effect/ghostspawpoint{ + name = "igs - coc_surveyor"; + identifier = "coc_surveyor" + }, +/obj/effect/ghostspawpoint{ + name = "igs - coc_surveyor"; + identifier = "coc_surveyor" + }, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/quarters) +"Yd" = ( +/obj/effect/floor_decal/corner_wide/orange{ + dir = 5 + }, +/obj/machinery/alarm/north, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"Yf" = ( +/obj/effect/floor_decal/corner_wide/grey/diagonal, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/alarm/north, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/kitchen) +"Yg" = ( +/obj/effect/floor_decal/corner_wide/yellow/diagonal, +/obj/effect/floor_decal/corner_wide/white/diagonal{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"Yq" = ( +/turf/simulated/wall, +/area/coc_survey_ship/captain) +"Ys" = ( +/obj/machinery/computer/ship/sensors{ + dir = 1 + }, +/obj/effect/floor_decal/corner_wide/paleblue/full, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/bridge) +"Yv" = ( +/obj/effect/floor_decal/corner_wide/yellow/diagonal, +/obj/effect/floor_decal/corner_wide/white/diagonal{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"Yw" = ( +/obj/structure/ship_weapon_dummy, +/turf/simulated/floor, +/area/coc_survey_ship/grauwolf) +"Yx" = ( +/obj/machinery/computer/ship/engines{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor, +/area/coc_survey_ship/port_propulsion) +"YA" = ( +/obj/structure/viewport, +/turf/simulated/floor, +/area/coc_survey_ship/grauwolf) +"YC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"YJ" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8; + icon_state = "warning" + }, +/obj/effect/floor_decal/industrial/warning, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/iff_beacon/name_change, +/obj/structure/lattice/catwalk/indoor, +/turf/simulated/floor, +/area/shuttle/coc_survey_shuttle) +"YU" = ( +/obj/effect/map_effect/window_spawner/borosilicate/reinforced/firedoor, +/turf/simulated/floor, +/area/coc_survey_ship/starboard_propulsion) +"YW" = ( +/obj/effect/floor_decal/corner_wide/orange{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/miningeva) +"Zc" = ( +/obj/structure/table/steel, +/obj/effect/floor_decal/corner/lime/diagonal, +/obj/machinery/power/apc{ + dir = 1; + pixel_y = 24; + req_access = null + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/coc_survey_ship/cryo) +"Zd" = ( +/obj/effect/map_effect/window_spawner/full/reinforced/grille/firedoor, +/turf/simulated/floor, +/area/shuttle/coc_survey_shuttle) +"Zg" = ( +/obj/effect/floor_decal/corner_wide/yellow/diagonal, +/obj/effect/floor_decal/corner_wide/white/diagonal{ + dir = 8 + }, +/obj/machinery/atmospherics/binary/passive_gate/supply{ + target_pressure = 250 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/coc_survey_ship/atmos) +"Zh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 6 + }, +/turf/simulated/floor, +/area/coc_survey_ship/hangar) +"Zk" = ( +/turf/simulated/wall/shuttle/dark/cardinal/blue, +/area/coc_survey_ship/kitchen) +"Zn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/shuttle/black{ + name = "tile floor" + }, +/area/coc_survey_ship/cargo) +"Zo" = ( +/obj/item/bedsheet/black, +/obj/item/bedsheet/black{ + layer = 4.2; + pixel_y = 13 + }, +/obj/structure/railing/mapped{ + dir = 4; + pixel_x = 4 + }, +/obj/structure/railing/mapped{ + dir = 8; + pixel_x = -5 + }, +/obj/structure/bed{ + name = "bottom bunk" + }, +/obj/effect/floor_decal/corner{ + dir = 5 + }, +/obj/effect/floor_decal/corner_wide/red/full{ + dir = 8 + }, +/obj/effect/decal/fake_object{ + icon = 'icons/obj/structure/beds.dmi'; + icon_state = "bed"; + pixel_y = 13; + name = "top bunk"; + desc = "This is used to lie in, sleep in or strap on. This one is just out of reach." + }, +/obj/effect/ghostspawpoint{ + name = "igs - coc_surveyor"; + identifier = "coc_surveyor" + }, +/obj/effect/ghostspawpoint{ + name = "igs - coc_surveyor"; + identifier = "coc_surveyor" + }, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/quarters) +"Zp" = ( +/obj/structure/table/stone/marble, +/obj/effect/floor_decal/corner_wide/paleblue{ + dir = 5 + }, +/obj/effect/floor_decal/corner_wide/paleblue, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/coc_survey_ship/bridge) +"Zw" = ( +/obj/structure/bed/stool/chair/shuttle, +/turf/simulated/floor/tiled/dark, +/area/shuttle/coc_survey_shuttle) +"Zy" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/shuttle/coc_survey_shuttle) +"Zz" = ( +/obj/structure/table/steel, +/obj/machinery/alarm/south, +/turf/simulated/floor/carpet/lightblue, +/area/coc_survey_ship/captain) +"ZB" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/mech_recharger, +/mob/living/heavy_vehicle/premade/ripley/loader, +/turf/simulated/floor/reinforced, +/area/coc_survey_ship/grauwolf) +"ZE" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 10 + }, +/turf/simulated/floor/shuttle/black{ + name = "tile floor" + }, +/area/coc_survey_ship/cargo) +"ZL" = ( +/obj/effect/shuttle_landmark/coc_survey_shuttle/transit{ + dir = 4 + }, +/turf/space/transit/east, +/area/space) +"ZM" = ( +/turf/unsimulated/wall/fakepdoor{ + dir = 4; + name = "shuttle bay blast door" + }, +/area/coc_survey_ship/hangar) +"ZP" = ( +/turf/simulated/wall, +/area/coc_survey_ship/hangar) +"ZZ" = ( +/obj/item/reagent_containers/glass/bucket{ + pixel_x = -11; + pixel_y = -5 + }, +/obj/machinery/door/window{ + dir = 4 + }, +/turf/simulated/floor/carpet/rubber, +/area/coc_survey_ship/research) + +(1,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +Gc +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +bF +bF +bF +bF +bF +bF +"} +(2,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +Gc +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +bF +bF +bF +bF +bF +bF +"} +(3,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +Gc +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +bF +bF +bF +bF +bF +bF +"} +(4,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +Gc +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +bF +bF +bF +bF +bF +bF +"} +(5,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +Gc +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +bF +bF +bF +bF +bF +bF +"} +(6,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +Gc +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +bF +bF +bF +"} +(7,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +Gc +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +bF +bF +bF +"} +(8,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +Gc +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +bF +bF +bF +"} +(9,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +Gc +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +bF +bF +bF +"} +(10,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +Gc +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +bF +bF +bF +"} +(11,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +Kf +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +Gc +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +bF +bF +bF +"} +(12,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +Gc +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +bF +bF +bF +"} +(13,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +Gc +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +bF +bF +bF +"} +(14,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +Gc +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +bF +bF +bF +"} +(15,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +Gc +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +bF +bF +bF +"} +(16,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +Gc +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +bF +bF +bF +"} +(17,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +Gc +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +bF +bF +bF +"} +(18,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +Gc +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +bF +bF +bF +"} +(19,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +Gc +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +bF +bF +bF +"} +(20,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +Gc +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +bF +bF +bF +"} +(21,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +Gc +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +bF +bF +bF +"} +(22,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +Gc +Bo +Bo +Bo +Bo +Bo +ZL +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +"} +(23,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +Gc +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +"} +(24,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +Gc +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +"} +(25,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +Gc +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +"} +(26,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +Gc +Gc +Gc +Gc +Gc +Gc +Gc +Gc +Gc +Gc +Gc +Gc +Gc +Gc +Gc +Gc +Gc +Gc +"} +(27,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +jn +sn +sn +ri +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(28,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +LE +LE +LE +LE +LE +LE +LE +PG +PG +PG +PG +PG +jn +jn +jn +sn +sn +jn +jn +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(29,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +LE +LE +LE +LE +LE +LE +vI +Go +Ud +LE +jn +jn +ol +jn +jn +jn +tR +jn +sn +sn +jn +jn +jn +jn +jn +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(30,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +kw +jj +CQ +OH +Ln +NL +rR +aA +aA +RM +Pt +dJ +dJ +Oa +Oa +HF +le +jn +sn +sn +jn +ui +ui +BJ +sh +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(31,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +mX +Ds +jI +wX +Pk +id +PV +Xc +aH +Lu +Ig +hL +hL +hL +hL +Eo +Uq +Zn +Zn +iB +cn +yY +dH +BJ +jn +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(32,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +kw +te +oF +nf +Sl +NL +EC +hX +nf +kH +Pt +qR +nx +dH +dH +WM +dH +dH +dH +dH +dH +To +dH +hI +jn +jn +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(33,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +LE +LE +LE +LE +LE +LE +xQ +Tc +BV +Ag +Pt +jV +df +oJ +oJ +ZE +AO +CV +CV +Nz +CV +UY +dH +dH +BJ +jn +jn +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(34,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +LE +LE +yV +hJ +YU +IG +qy +qy +qy +qy +qy +qy +qy +nI +nI +nI +Pt +Tq +dH +dH +dH +VM +bU +bU +bU +bU +bU +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(35,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +LE +LE +WC +oQ +Ih +qy +JR +zo +cL +Sy +kN +jN +nI +gO +gO +Pt +Tq +HF +dH +dH +dH +UF +tr +GG +jE +bU +tY +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(36,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +LE +LE +LE +LE +jz +sL +SU +Po +AM +xE +Iv +eO +Iy +Vy +HP +Tq +dH +HF +dH +dH +UF +BC +mo +jE +Ak +tY +tY +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(37,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +jz +jz +qy +xU +iD +dB +SH +aW +SJ +bs +rS +MC +LG +LG +LG +oY +Ms +Ca +IC +XO +KO +cM +tY +tY +xC +xC +lc +xC +xC +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(38,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +jz +jz +SC +wS +uK +Di +nI +Zc +hw +Pt +pl +RY +pt +lB +su +UF +IP +so +Bn +sV +cM +OT +ug +gm +gw +sz +sz +YA +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(39,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +jz +jz +jz +jz +jz +vk +nI +nI +Pt +Pt +OL +Pt +Pt +Pt +ZP +ZP +ZP +cM +ia +cM +ZZ +Bq +gm +am +sz +ZB +Dh +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(40,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +ZM +dS +ZM +Zh +ha +qM +ha +yZ +JK +dT +dT +JK +dT +rG +cM +CC +yv +iY +fX +gm +RT +sz +sz +Yw +Yw +VX +VX +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(41,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +ZM +dT +ZM +Ss +dT +dT +dT +dT +dT +dT +dT +dT +dT +lm +cv +ER +bN +Nq +sK +gm +wT +bD +Cx +Yw +Yw +VX +HN +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(42,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +ZM +dT +ZM +Ss +dT +dT +dT +dT +dT +dT +dT +dT +dT +Xu +vZ +bN +bN +bN +FZ +gm +Ee +Ht +Jt +Yw +Yw +VX +VX +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(43,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +ZM +dT +ZM +Ny +dT +dT +YJ +Zd +Uf +Zd +sf +dT +dT +WO +cM +mi +bN +ne +Ai +gm +kj +QJ +Hx +QJ +YA +nX +PG +PG +PG +PG +ti +ti +ti +Pg +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(44,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +ZM +dT +ZM +Ss +dT +dT +Zd +Ul +yj +Ul +Zd +dT +dT +dT +cM +Dy +DN +DN +GH +NO +SZ +QJ +WQ +QJ +xC +PG +PG +PG +PG +PG +ti +mM +LQ +Xl +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(45,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +ZM +dT +ZM +Ss +dT +ul +ul +uU +KL +no +ul +ul +dT +Jg +cM +VI +kA +QK +qp +gm +ty +IN +sH +QJ +xC +xC +PG +PG +PG +PG +ti +sd +oH +Xl +Xl +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(46,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +ZM +dT +ZM +Ss +dT +ul +im +xB +nK +Wv +RV +ul +dT +dT +Vh +Vh +Vh +Vh +Vh +Vh +kT +Vh +Vh +Vh +Vh +nr +nr +nr +nr +nr +FF +jf +hg +Cc +Xl +Xl +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(47,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +ZM +dT +ZM +Ny +dT +Zd +mG +xB +ut +xB +FM +Ga +HS +WZ +Vh +mV +Qx +pa +KX +fK +ux +Nf +FC +ID +Vh +Pa +Pa +LM +rq +me +Pd +jf +RP +Un +Ys +Xl +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(48,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +ZM +dT +ZM +Ss +dT +Zd +Zw +xB +Zy +CL +fG +Zd +dT +Cn +Vh +FK +dP +dP +Vh +SO +Hm +zS +BM +yQ +Hp +lO +lO +vd +CA +lO +fp +GQ +lM +hg +uO +Xl +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(49,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +ZM +dT +ZM +Ss +dT +ul +Zw +xB +Zy +Jm +gx +ul +dT +Cn +Vh +wd +dP +xw +FC +YW +cr +oo +Lr +Qh +Vh +rn +zj +xe +Xx +Pa +Pd +wu +CT +hg +Df +ti +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(50,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +ZM +dT +ZM +Ss +dT +bd +Zw +xB +Zy +Jm +gx +zc +dT +Cn +Vh +FK +dP +rt +MH +MH +Vh +Cd +Lr +FU +Vh +md +zj +Pa +Xx +Pa +mK +ee +CT +hg +en +Xl +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +CZ +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(51,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +ae +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +QY +dT +ZM +Ny +dT +ul +Uw +za +Zy +BW +Rh +ul +dT +QP +Vh +Xh +dP +pK +MH +HI +Vh +GR +Lr +cG +Vh +QT +Fs +eo +Xx +ON +Pd +Zp +UR +xX +eZ +nQ +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(52,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +ZM +dT +ZM +Ss +dT +ul +Sn +Jl +Oi +xB +ec +ul +dT +Cn +Vh +Ii +Vh +Fr +MH +cY +Vh +IR +Lr +FB +Vh +Pd +Pd +Pd +lY +Pd +pA +ee +CT +hg +DT +Xl +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(53,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +ZM +dT +ZM +Ss +dT +ul +MR +Xj +xB +xB +Qt +ul +dT +Cn +Vh +qE +AY +YW +TF +xj +Vh +qn +Lr +uv +Vh +No +Bi +Gm +KC +zg +Yq +EX +CT +hg +Df +ti +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(54,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +ZM +dT +ZM +Ss +dT +ul +xB +Xj +KD +Kq +hF +ul +dT +Cn +Vh +Yd +MH +MH +Vh +Vh +Vh +WN +Lr +oS +Vh +oX +Dz +kD +oq +Zz +wn +jf +CT +hg +uO +Xl +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(55,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +ZM +dT +ZM +Ny +ul +ul +WR +BS +ul +Aw +Kc +ul +ul +QP +Vh +Fb +MH +MH +bM +TF +vs +MH +Lr +Qh +Vh +ST +kD +kD +IS +Zz +Yq +Jw +hS +OX +bB +Xl +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(56,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +ZM +dT +ZM +Ss +CW +gr +HH +Lk +ul +Uz +cx +ul +ul +Cn +Vh +DD +gX +YC +YC +YC +YC +YC +pV +dM +Vh +IA +ib +ib +IA +IA +tm +jf +hg +do +Xl +Xl +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(57,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +ZM +dT +ZM +Ss +Wb +GS +wM +wM +ul +QV +MD +ul +ul +Cn +Vh +DD +JW +XP +MH +MH +MH +MH +MH +oS +Wd +IA +PG +PG +PG +PG +ti +tt +dV +Xl +Xl +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(58,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +ZM +dT +ZM +Ss +ul +Ff +Qv +bb +lx +Sk +Sk +dT +ul +Cn +Vh +DD +yn +zP +WY +XC +XC +lE +Vr +wQ +Wd +PG +PG +PG +PG +PG +ti +ie +Xl +Xl +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(59,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +ZM +dT +ZM +Ny +dT +dT +dT +dc +dT +dT +dT +dT +dT +vM +Vh +uR +LL +MH +oS +Vh +Oz +Oz +Oz +Oz +lh +lh +PG +PG +PG +PG +ti +ti +ti +zf +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(60,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +ZM +dT +ZM +Ss +dT +dT +dT +dT +dT +dT +dT +dT +eN +uF +JD +Ef +fL +Mt +oS +Vh +Bm +PU +fC +wU +Os +wU +UA +Ql +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(61,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +ZM +dT +ZM +Ss +dT +dT +dT +dT +dT +dT +dT +dT +zJ +Xu +kG +Gn +zM +JP +RJ +KH +HG +PU +qA +wU +wU +wU +UA +fo +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(62,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +ZM +dT +ZM +bV +ha +EU +ha +Nk +ro +dT +dT +ro +Rv +Mj +Vh +kL +SW +ep +ps +Vh +DE +PU +Lq +lh +lh +lh +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(63,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +MY +DH +DH +DH +DH +DH +XR +XR +XR +em +Ko +em +em +em +iR +iR +iR +iR +iR +pQ +Vh +mv +Vh +ni +Pq +Pq +KZ +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(64,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +MY +MY +rX +fB +Am +xI +pc +Ac +dW +XR +Zo +xu +Dp +Gw +rk +yA +th +th +th +Uv +Ap +Vh +et +Vh +RW +ak +Pq +fY +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(65,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +MY +MY +MY +XL +hH +Qb +Yg +We +kO +lK +XR +UN +Cm +Sz +yX +em +Yf +iu +aS +iu +Lx +Pf +Wd +Wd +Wd +lh +qe +lh +lh +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(66,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +MY +MY +MY +MY +MY +Uy +Uy +JI +hH +Ku +JN +Ku +Wn +qY +XR +Tp +BK +BU +TL +em +Uk +CF +CF +CF +gK +Zk +Wd +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(67,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +MY +MY +wH +tI +iN +Tf +tK +Uy +lb +Es +xS +FO +wV +Zg +UI +LR +Qc +at +LX +XU +em +Nc +qm +sQ +ev +Zk +Zk +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(68,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +rb +MY +mL +Fw +Mx +DB +DB +bE +MF +EI +my +Yv +gD +gD +gD +UL +XR +em +Lo +em +em +em +Zk +Zk +Zk +Zk +Zk +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(69,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +rb +rb +rb +rb +rb +MY +qc +XD +Bv +MJ +gQ +wB +Uy +fr +OE +yW +wK +mg +RH +ky +XR +nB +vp +XT +em +Ol +Zk +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(70,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +QL +fc +Yx +pJ +NT +Uy +lZ +EJ +yK +Uy +jt +pp +Uy +XR +eq +XR +GY +vU +hH +HL +XR +nS +gu +Nm +Ol +Ol +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(71,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +cP +fU +Sq +JM +TI +ra +bx +uC +uq +uW +Kr +OY +Wq +aP +rp +XR +VP +NR +NR +uV +XR +yw +jk +Xq +Ol +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(72,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +QL +ku +fH +dL +DR +Uy +kt +sx +KQ +sc +pw +Qe +Uy +Id +bG +XR +Hy +DH +lr +lr +BR +wF +mt +cF +qK +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(73,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +rb +rb +rb +rb +rb +MY +zA +zr +zr +MY +MY +Wg +Eb +DH +DH +DH +QI +DH +lr +lr +DH +Ol +Ol +Ol +Ol +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(74,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +rb +rb +MY +MY +MY +MY +MY +PG +PG +PG +PG +PG +DH +DH +DH +lr +lr +DH +Ol +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(75,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +DH +lr +lr +DH +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(76,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(77,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(78,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(79,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(80,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(81,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(82,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(83,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(84,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(85,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(86,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(87,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(88,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +Pr +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(89,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(90,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(91,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(92,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(93,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(94,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(95,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(96,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(97,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(98,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(99,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} +(100,1,1) = {" +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +PG +"} diff --git a/maps/away/ships/coc/coc_surveyor/coc_surveyor_areas.dm b/maps/away/ships/coc/coc_surveyor/coc_surveyor_areas.dm new file mode 100644 index 00000000000..ddb72c610e3 --- /dev/null +++ b/maps/away/ships/coc/coc_surveyor/coc_surveyor_areas.dm @@ -0,0 +1,89 @@ +/area/coc_survey_ship + name = "Coalition Survey Ship" + icon_state = "blue" + requires_power = 1 + dynamic_lighting = 1 + no_light_control = 1 + base_turf = /turf/space + flags = RAD_SHIELDED + +/area/coc_survey_ship/bridge + name = "Coalition Survey Ship - Bridge" + icon_state = "bridge" + ambience = AMBIENCE_HIGHSEC + +/area/coc_survey_ship/engineering + name = "Coalition Survey Ship - Engineering" + icon_state = "engineering_workshop" + ambience = AMBIENCE_ENGINEERING + +/area/coc_survey_ship/atmos + name = "Coalition Survey Ship - Atmospherics" + icon_state = "atmos" + ambience = AMBIENCE_ATMOS + +/area/coc_survey_ship/port_propulsion + name = "Coalition Survey Ship - Port Propulsion" + icon_state = "engine" + +/area/coc_survey_ship/starboard_propulsion + name = "Coalition Survey Ship - Starboard Propulsion" + icon_state = "engine" + +/area/coc_survey_ship/quarters + name = "Coalition Survey Ship - Crew Quarters" + icon_state = "crew_quarters" + +/area/coc_survey_ship/kitchen + name = "Coalition Survey Ship - Kitchen" + icon_state = "kitchen" + +/area/coc_survey_ship/hangar + name = "Coalition Survey Ship - Hangar" + icon_state = "exit" + +/area/coc_survey_ship/miningeva + name = "Coalition Survey Ship - Mining & EVA Storage" + icon_state = "mining_eva" + +/area/coc_survey_ship/mess_hall + name = "Coalition Survey Ship - Mess Hall" + icon_state = "cafeteria" + +/area/coc_survey_ship/captain + name = "Coalition Survey Ship - Captain's Office" + icon_state = "captain" + +/area/coc_survey_ship/blaster + name = "Coalition Survey Ship - Mining Blaster" + icon_state = "Tactical" + +/area/coc_survey_ship/grauwolf + name = "Coalition Survey Ship - Grauwolf" + icon_state = "Tactical" + +/area/coc_survey_ship/research + name = "Coalition Survey Ship - Xenoarchaeology" + icon_state = "xeno_lab" + +/area/coc_survey_ship/anomaly + name = "Coalition Survey Ship - Anomalous Materials" + icon_state = "xeno_lab" + +/area/coc_survey_ship/cargo + name = "Coalition Survey Ship - Cargo Bay" + icon_state = "storage" + +/area/coc_survey_ship/cryo + name = "Coalition Survey Ship - Cryogenics" + icon_state = "green" + +/area/coc_survey_ship/medical + name = "Coalition Survey Ship - Infirmary" + icon_state = "medbay" + + +//Shuttle + +/area/shuttle/coc_survey_shuttle + name = "Coalition Survey Shuttle" diff --git a/maps/away/ships/coc/coc_surveyor/coc_surveyor_ghostroles.dm b/maps/away/ships/coc/coc_surveyor/coc_surveyor_ghostroles.dm new file mode 100644 index 00000000000..1f4e0504e19 --- /dev/null +++ b/maps/away/ships/coc/coc_surveyor/coc_surveyor_ghostroles.dm @@ -0,0 +1,56 @@ +/datum/ghostspawner/human/coc_surveyor + short_name = "coc_surveyor" + name = "Coalition Surveyor" + desc = "Crew a Coalition of Colonies survey vessel and survey nearby planets and objects of interest." + tags = list("External") + spawnpoints = list("coc_surveyor") + welcome_message = "You are a crewmember on a pan-Coalition survey vessel. Analyse objects in the sector for potential scientific or mineral significance to the COC, and your member state. Characters should have backgrounds consistent with the Coalition of Colonies." + + max_count = 4 + uses_species_whitelist = TRUE + respawn_flag = null + outfit = /datum/outfit/admin/coc_surveyor_crew + + possible_species = list(SPECIES_HUMAN, SPECIES_HUMAN_OFFWORLD, SPECIES_TAJARA, SPECIES_TAJARA_MSAI, SPECIES_TAJARA_ZHAN, SPECIES_IPC, SPECIES_IPC_BISHOP, SPECIES_IPC_G1, SPECIES_IPC_G2, SPECIES_IPC_SHELL, SPECIES_IPC_XION, SPECIES_IPC_ZENGHU) + allow_appearance_change = APPEARANCE_PLASTICSURGERY + + assigned_role = "Coalition Surveyor" + special_role = "Coalition Surveyor" + respawn_flag = null + +/datum/outfit/admin/coc_surveyor_crew + name = "Coalition Surveyor" + + uniform = /obj/item/clothing/under/tactical + shoes = /obj/item/clothing/shoes/workboots/dark + back = /obj/item/storage/backpack/satchel + + id = /obj/item/card/id + + l_ear = /obj/item/device/radio/headset/ship + + backpack_contents = list(/obj/item/storage/box/survival = 1) + species_shoes = list( + SPECIES_TAJARA = /obj/item/clothing/shoes/workboots/toeless/dark, + SPECIES_TAJARA_MSAI = /obj/item/clothing/shoes/workboots/toeless/dark, + SPECIES_TAJARA_ZHAN = /obj/item/clothing/shoes/workboots/toeless/dark + ) + +/datum/outfit/admin/coc_surveyor_crew/post_equip(mob/living/carbon/human/H) + if(!istype(H)) + return + if(istajara(H)) + H.equip_to_slot_or_del(new /obj/item/voidsuit_modkit/himeo/tajara, slot_r_hand) + + +/datum/outfit/admin/coc_surveyor_crew/get_id_access() + return list(access_external_airlocks, access_generic_away_site) + +/datum/ghostspawner/human/coc_surveyor/captain + name = "Coalition Head Surveyor" + short_name = "coc_surveyor_captain" + desc = "Command a Coalition of Colonies survey vessel and survey nearby planets and objects of interest." + spawnpoints = list("coc_surveyor_captain") + max_count = 1 + possible_species = list(SPECIES_HUMAN, SPECIES_HUMAN_OFFWORLD) + welcome_message = "You are in command of a Coalition of Colonies survey vessel. Survey the sector for planets and sites of potential interest to the COC and your member-state. Characters should have backgrounds from the Coalition of Colonies."