diff --git a/aurorastation.dme b/aurorastation.dme index cdb7ff30917..51391d85bf6 100644 --- a/aurorastation.dme +++ b/aurorastation.dme @@ -2145,6 +2145,7 @@ #include "code\modules\maps\planet_types\jungle.dm" #include "code\modules\maps\planet_types\lava.dm" #include "code\modules\maps\planet_types\snow.dm" +#include "code\modules\maps\planet_types\lore\burzsia.dm" #include "code\modules\maps\planet_types\lore\srandmarr.dm" #include "code\modules\martial_arts\gunkata.dm" #include "code\modules\martial_arts\martial.dm" @@ -3484,6 +3485,8 @@ #include "maps\random_ruins\exoplanets\asteroid\asteroid.dm" #include "maps\random_ruins\exoplanets\asteroid\mystery_ship\mystery_ship_areas.dm" #include "maps\random_ruins\exoplanets\asteroid\old_outpost\old_outpost.dm" +#include "maps\random_ruins\exoplanets\burzsia\burzsia_dead_ipc.dm" +#include "maps\random_ruins\exoplanets\burzsia\burzsia_mining.dm" #include "maps\random_ruins\exoplanets\crashed_pod\crashed_pod.dm" #include "maps\random_ruins\exoplanets\desert\desert.dm" #include "maps\random_ruins\exoplanets\grove\grove.dm" diff --git a/code/__defines/space_sectors.dm b/code/__defines/space_sectors.dm index 527321db828..dfb9d679fc3 100644 --- a/code/__defines/space_sectors.dm +++ b/code/__defines/space_sectors.dm @@ -24,7 +24,8 @@ #define SECTOR_WEEPING_STARS "Weeping Stars"//Generic sector #define SECTOR_ARUSHA "Arusha"//Generic sector #define SECTOR_LIBERTYS_CRADLE "Liberty's Cradle"//Generic sector -#define ALL_COALITION_SECTORS list(SECTOR_COALITION, SECTOR_WEEPING_STARS, SECTOR_LIBERTYS_CRADLE, SECTOR_ARUSHA) +#define SECTOR_BURZSIA "Burzsia" //Burzsia I and II are here +#define ALL_COALITION_SECTORS list(SECTOR_COALITION, SECTOR_WEEPING_STARS, SECTOR_LIBERTYS_CRADLE, SECTOR_ARUSHA, SECTOR_BURZSIA) //Light's edge, which should have unique properties all around #define SECTOR_LIGHTS_EDGE "Light's Edge"//For the area of Light's Edge that is somewhat inhabited @@ -39,4 +40,4 @@ //For sectors where corporate entities can or should appear. Corporate ships having this tag can be seen more reliably #define ALL_CORPORATE_SECTORS list(ALL_TAU_CETI_SECTORS, SECTOR_SRANDMARR, SECTOR_UUEOAESA, ALL_COALITION_SECTORS, ALL_GENERIC_SECTORS, SECTOR_GAKAL, SECTOR_NRRAHRAHUL, SECTOR_BADLANDS)//Currently excludes Elyran sectors and Light's Edge -#define ALL_POSSIBLE_SECTORS list(SECTOR_ROMANOVICH, SECTOR_TAU_CETI, SECTOR_CORP_ZONE, SECTOR_VALLEY_HALE, SECTOR_BADLANDS, SECTOR_NEW_ANKARA, SECTOR_AEMAQ, SECTOR_SRANDMARR, SECTOR_NRRAHRAHUL, SECTOR_GAKAL, SECTOR_UUEOAESA, SECTOR_COALITION, SECTOR_WEEPING_STARS, SECTOR_ARUSHA, SECTOR_LIBERTYS_CRADLE, SECTOR_LIGHTS_EDGE, SECTOR_LEMURIAN_SEA, SECTOR_STAR_NURSERY, SECTOR_GENERIC) +#define ALL_POSSIBLE_SECTORS list(SECTOR_ROMANOVICH, SECTOR_TAU_CETI, SECTOR_CORP_ZONE, SECTOR_VALLEY_HALE, SECTOR_BADLANDS, SECTOR_NEW_ANKARA, SECTOR_AEMAQ, SECTOR_SRANDMARR, SECTOR_NRRAHRAHUL, SECTOR_GAKAL, SECTOR_UUEOAESA, SECTOR_COALITION, SECTOR_WEEPING_STARS, SECTOR_ARUSHA, SECTOR_BURZSIA, SECTOR_LIBERTYS_CRADLE, SECTOR_LIGHTS_EDGE, SECTOR_LEMURIAN_SEA, SECTOR_STAR_NURSERY, SECTOR_GENERIC) diff --git a/code/modules/background/space_sectors/coalition.dm b/code/modules/background/space_sectors/coalition.dm index 52eaccdbe06..099cc334ee1 100644 --- a/code/modules/background/space_sectors/coalition.dm +++ b/code/modules/background/space_sectors/coalition.dm @@ -42,3 +42,16 @@ starlight_color = "#962d96" starlight_power = 2 starlight_range = 4 + +/datum/space_sector/burzsia + name = SECTOR_BURZSIA + description = "The system of Burzsia serves as a resource hub solely for the corporate interests of Hephaestus Industries, with vast mining infrastructure and sprawling supply ports dotted all over the system. Hephaestus ships, enormous freighters and personnel transportation vessels dominate the area, with corporate security being extremely tight. Private vessels are allowed transit and rest if needed, though always under the close surveillance of Hephaestus security and local executives. A population of local off-worlders has also been present before corporate domination, but mostly leave any external relations to the company that has, at this point, taken upon it to represent virtually all interests of the natives." + skybox_icon = "weeping_stars" + possible_exoplanets = list(/obj/effect/overmap/visitable/sector/exoplanet/barren/asteroid/burzsia, /obj/effect/overmap/visitable/sector/exoplanet/burzsia) + cargo_price_coef = list("nt" = 1.2, "hpi" = 0.4, "zhu" = 0.8, "een" = 1.2, "get" = 1.2, "arz" = 1.2, "blm" = 1.2, "iac" = 1.2, "zsc" = 0.8, "vfc" = 1.2, "bis" = 0.8, "xmg" = 0.8, "npi" = 0.8) + starlight_color = "#615bff" + starlight_power = 2 + starlight_range = 4 + sector_welcome_message = 'sound/AI/welcome_weeping.ogg' + sector_hud_menu = 'icons/misc/hudmenu/coalition_hud.dmi' + sector_hud_arrow = "menu_arrow" \ No newline at end of file diff --git a/code/modules/maps/planet_types/lore/burzsia.dm b/code/modules/maps/planet_types/lore/burzsia.dm new file mode 100644 index 00000000000..8007d82e15a --- /dev/null +++ b/code/modules/maps/planet_types/lore/burzsia.dm @@ -0,0 +1,61 @@ +//burzsia +/obj/effect/overmap/visitable/sector/exoplanet/burzsia + name = "Burzsia I" + desc = "An important Hephaestus Industries mining planet. Burzsia is inhospitable, toxic and dangerous to life." + icon_state = "globe1" + color = "#b7410e" + planetary_area = /area/exoplanet/barren/burzsia + scanimage = "adhomai.png" + massvolume = "4.24/2.33" + surfacegravity = "4.14" + charted = "Charted 2199CE, Solarian Alliance" + geology = "Extreme volcanic activity with surface minerals in abundance" + weather = "Tidally locked day/night split, extreme weather conditions with a toxic atmosphere and lightning storms" + surfacewater = "No presence of water. Large bodies of liquid ammonia and molten metal" + rock_colors = list(COLOR_DARK_BROWN) + plant_colors = null + possible_themes = list(/datum/exoplanet_theme/barren) + features_budget = 1 + surface_color = "#b7410e" + generated_name = FALSE + ruin_planet_type = PLANET_LORE + ruin_type_whitelist = list (/datum/map_template/ruin/exoplanet/burzsia_mining, /datum/map_template/ruin/exoplanet/burzsia_dead_ipc) + place_near_main = list(2, 2) + var/bright_side = TRUE + +/obj/effect/overmap/visitable/sector/exoplanet/burzsia/pre_ruin_preparation() + if(prob(50)) + bright_side = FALSE + +/obj/effect/overmap/visitable/sector/exoplanet/burzsia/generate_habitability() + return HABITABILITY_BAD + +/obj/effect/overmap/visitable/sector/exoplanet/burzsia/get_surface_color() + return "#b7410e" + +/obj/effect/overmap/visitable/sector/exoplanet/burzsia/generate_atmosphere() + ..() + atmosphere.remove_ratio(1) + atmosphere.adjust_gas(GAS_CO2, MOLES_N2STANDARD) + atmosphere.adjust_gas(GAS_NO2, MOLES_O2STANDARD) + if(bright_side) + atmosphere.temperature = T0C + 546 + else + atmosphere.temperature = T0C - 113 + atmosphere.update_values() + +/obj/effect/overmap/visitable/sector/exoplanet/burzsia/generate_map() + if(bright_side) + lightlevel = 10 + else + lightlevel = 0 + ..() + +/obj/effect/overmap/visitable/sector/exoplanet/burzsia/generate_planet_image() + skybox_image = image('icons/skybox/lore_planets.dmi', "burzsia") + skybox_image.pixel_x = rand(0,64) + skybox_image.pixel_y = rand(128,256) + +/obj/effect/overmap/visitable/sector/exoplanet/barren/asteroid/burzsia + name = "Burzsia II" + generated_name = FALSE \ No newline at end of file diff --git a/code/modules/overmap/exoplanets/decor/_areas.dm b/code/modules/overmap/exoplanets/decor/_areas.dm index cccddf65756..5b8dcb4d680 100644 --- a/code/modules/overmap/exoplanets/decor/_areas.dm +++ b/code/modules/overmap/exoplanets/decor/_areas.dm @@ -22,6 +22,9 @@ ambience = AMBIENCE_OTHERWORLDLY base_turf = /turf/simulated/floor/exoplanet/barren/raskara +/area/exoplanet/barren/burzsia + name = "Burzsia Surface" + /area/exoplanet/crystal name = "\improper Planetary surface" ambience = AMBIENCE_SPACE diff --git a/html/changelogs/alberyk-burzsia.yml b/html/changelogs/alberyk-burzsia.yml new file mode 100644 index 00000000000..d2f32bd9047 --- /dev/null +++ b/html/changelogs/alberyk-burzsia.yml @@ -0,0 +1,6 @@ +author: Alberyk + +delete-after: True + +changes: + - rscadd: "Added the Burzsia space sector." diff --git a/icons/skybox/lore_planets.dmi b/icons/skybox/lore_planets.dmi index 34f4b10025a..47066978062 100644 Binary files a/icons/skybox/lore_planets.dmi and b/icons/skybox/lore_planets.dmi differ diff --git a/maps/random_ruins/exoplanets/burzsia/burzsia_dead_ipc.dm b/maps/random_ruins/exoplanets/burzsia/burzsia_dead_ipc.dm new file mode 100644 index 00000000000..04195a119eb --- /dev/null +++ b/maps/random_ruins/exoplanets/burzsia/burzsia_dead_ipc.dm @@ -0,0 +1,10 @@ +/datum/map_template/ruin/exoplanet/burzsia_dead_ipc + name = "Burzsia Robotic Worker Remains" + id = "burzsia_dead_ipc" + description = "The remains of an unfortunate robotic worker." + + spawn_weight = 1 + spawn_cost = 1 + template_flags = TEMPLATE_FLAG_NO_RUINS|TEMPLATE_FLAG_RUIN_STARTS_DISALLOWED + sectors = list(SECTOR_BURZSIA) + suffixes = list("burzsia/burzsia_dead_ipc.dmm") \ No newline at end of file diff --git a/maps/random_ruins/exoplanets/burzsia/burzsia_dead_ipc.dmm b/maps/random_ruins/exoplanets/burzsia/burzsia_dead_ipc.dmm new file mode 100644 index 00000000000..2b7918d86c6 --- /dev/null +++ b/maps/random_ruins/exoplanets/burzsia/burzsia_dead_ipc.dmm @@ -0,0 +1,174 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"b" = ( +/obj/item/pickaxe/drill, +/turf/simulated/floor/exoplanet/barren{ + color = "#b7410e" + }, +/area/exoplanet/barren/burzsia) +"c" = ( +/obj/item/ore/iron, +/turf/simulated/floor/exoplanet/barren{ + color = "#b7410e" + }, +/area/exoplanet/barren/burzsia) +"m" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/exoplanet/barren{ + color = "#b7410e" + }, +/area/exoplanet/barren/burzsia) +"x" = ( +/turf/simulated/floor/exoplanet/barren{ + color = "#b7410e" + }, +/area/exoplanet/barren/burzsia) +"C" = ( +/obj/effect/decal/remains/robot, +/obj/effect/gibspawner/robot, +/obj/item/clothing/head/helmet/space/void/mining{ + pixel_x = 10; + pixel_y = 12 + }, +/turf/simulated/floor/exoplanet/barren{ + color = "#b7410e" + }, +/area/exoplanet/barren/burzsia) +"F" = ( +/obj/item/organ/internal/ipc_tag, +/turf/simulated/floor/exoplanet/barren{ + color = "#b7410e" + }, +/area/exoplanet/barren/burzsia) +"O" = ( +/obj/item/ore/diamond, +/turf/simulated/floor/exoplanet/barren{ + color = "#b7410e" + }, +/area/exoplanet/barren/burzsia) +"X" = ( +/obj/item/material/shard/shrapnel, +/turf/simulated/floor/exoplanet/barren{ + color = "#b7410e" + }, +/area/exoplanet/barren/burzsia) + +(1,1,1) = {" +x +x +x +x +x +x +x +x +x +x +"} +(2,1,1) = {" +x +x +m +x +x +X +x +x +x +x +"} +(3,1,1) = {" +x +X +x +x +x +x +O +x +x +x +"} +(4,1,1) = {" +x +x +c +x +x +x +x +x +x +x +"} +(5,1,1) = {" +x +x +x +x +C +b +x +x +x +x +"} +(6,1,1) = {" +x +x +O +x +x +F +x +x +x +x +"} +(7,1,1) = {" +x +x +x +x +x +x +x +x +m +x +"} +(8,1,1) = {" +x +X +x +x +x +x +c +x +x +x +"} +(9,1,1) = {" +x +x +x +m +x +x +x +x +X +x +"} +(10,1,1) = {" +x +x +x +x +x +x +x +x +x +x +"} diff --git a/maps/random_ruins/exoplanets/burzsia/burzsia_mining.dm b/maps/random_ruins/exoplanets/burzsia/burzsia_mining.dm new file mode 100644 index 00000000000..65c50a08db1 --- /dev/null +++ b/maps/random_ruins/exoplanets/burzsia/burzsia_mining.dm @@ -0,0 +1,99 @@ +/datum/map_template/ruin/exoplanet/burzsia_mining + name = "Hephaestus Burzsia Mining Outpost" + id = "burzsia_mining" + description = "A mining outpost operated by Hephaestus Industries." + + spawn_weight = 1 + spawn_cost = 1 + template_flags = TEMPLATE_FLAG_NO_RUINS|TEMPLATE_FLAG_RUIN_STARTS_DISALLOWED + sectors = list(SECTOR_BURZSIA) + suffixes = list("burzsia/burzsia_mining.dmm") + +/area/burzsia_mining + name = "Hephaestus Burzsia Mining Outpost" + icon_state = "bluenew" + requires_power = TRUE + dynamic_lighting = TRUE + no_light_control = FALSE + base_turf = /turf/simulated/floor/exoplanet/barren + flags = RAD_SHIELDED + +/area/burzsia_mining/mess_hall + name = "Hephaestus Burzsia Mining Outpost Mess Hall" + icon_state = "bridge" + +/area/burzsia_mining/dormitories + name = "Hephaestus Burzsia Mining Outpost Dormitories" + icon_state = "crew_quarters" + +/area/burzsia_mining/mining + name = "Hephaestus Burzsia Mining Outpost Mining" + icon_state = "mining" + +/area/burzsia_mining/engineering + name = "Hephaestus Burzsia Mining Outpost Engineering" + icon_state = "outpost_engine" + +/area/burzsia_mining/foreman + name = "Hephaestus Burzsia Mining Outpost Foreman Office" + icon_state = "anolab" + +//ghost roles + +/datum/ghostspawner/human/burzsia_miner + short_name = "burzsia_miner" + name = "Hephaestus Burzsia Miner" + desc = "Extract and process minerals in Burzsia for Hephaestus Industries." + tags = list("External") + + spawnpoints = list("burzsia_miner") + max_count = 3 + + outfit = /datum/outfit/admin/burzsia_miner + possible_species = list(SPECIES_HUMAN, SPECIES_HUMAN_OFFWORLD, SPECIES_TAJARA, SPECIES_TAJARA_MSAI, SPECIES_TAJARA_ZHAN, SPECIES_SKRELL, SPECIES_SKRELL_AXIORI, SPECIES_DIONA, SPECIES_UNATHI, SPECIES_VAURCA_WARRIOR, SPECIES_VAURCA_WORKER, SPECIES_IPC, SPECIES_IPC_G1, SPECIES_IPC_G2, SPECIES_IPC_XION) + allow_appearance_change = APPEARANCE_PLASTICSURGERY + + assigned_role = "Hephaestus Burzsia Miner" + special_role = "Hephaestus Burzsia Miner" + respawn_flag = null + +/datum/outfit/admin/burzsia_miner + name = "Hephaestus Burzsia Miner" + + id = /obj/item/card/id/hephaestus + shoes = /obj/item/clothing/shoes/workboots + + uniform = /obj/item/clothing/under/rank/miner/heph + head = /obj/item/clothing/head/wool/heph + l_ear = null + back = /obj/item/storage/backpack/duffel/heph + + r_pocket = /obj/item/storage/wallet/random + accessory = /obj/item/clothing/accessory/badge/passcard/burzsia + +/datum/outfit/admin/burzsia_miner/get_id_access() + return list(access_generic_away_site, access_external_airlocks) + +/datum/ghostspawner/human/burzsia_miner/foreman + short_name = "burzsia_foreman" + name = "Hephaestus Burzsia Foreman" + desc = "Overseer the mining operations in Burzsia for Hephaestus Industries." + + spawnpoints = list("burzsia_foreman") + max_count = 1 + + outfit = /datum/outfit/admin/burzsia_miner/foreman + possible_species = list(SPECIES_HUMAN, SPECIES_HUMAN_OFFWORLD, SPECIES_TAJARA, SPECIES_TAJARA_MSAI, SPECIES_TAJARA_ZHAN, SPECIES_SKRELL, SPECIES_SKRELL_AXIORI, SPECIES_UNATHI) + + assigned_role = "Hephaestus Burzsia Foreman" + special_role = "Hephaestus Burzsia Foreman" + +/datum/outfit/admin/burzsia_miner/foreman + name = "Hephaestus Burzsia foreman" + + head = /obj/item/clothing/head/beret/corporate/heph + + uniform = /obj/item/clothing/under/rank/miner/heph + suit = /obj/item/clothing/suit/storage/toggle/corp/heph + + back = /obj/item/storage/backpack/satchel/heph diff --git a/maps/random_ruins/exoplanets/burzsia/burzsia_mining.dmm b/maps/random_ruins/exoplanets/burzsia/burzsia_mining.dmm new file mode 100644 index 00000000000..9dcda21fe9f --- /dev/null +++ b/maps/random_ruins/exoplanets/burzsia/burzsia_mining.dmm @@ -0,0 +1,3056 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ab" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/tiled/freezer, +/area/burzsia_mining) +"aB" = ( +/obj/structure/toilet{ + dir = 1 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled/freezer, +/area/burzsia_mining) +"bk" = ( +/obj/structure/table/steel, +/obj/item/device/flashlight/lamp/lava/yellow, +/obj/effect/floor_decal/corner/orange/diagonal, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/foreman) +"bx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -32; + req_one_access = list(202) + }, +/turf/simulated/floor/tiled/freezer, +/area/burzsia_mining) +"bB" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/air, +/turf/simulated/floor, +/area/burzsia_mining/engineering) +"bH" = ( +/obj/structure/closet/secure_closet/personal, +/obj/item/clothing/suit/storage/hooded/wintercoat/heph, +/obj/item/clothing/under/rank/miner/heph, +/obj/effect/floor_decal/corner/green/full{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/dormitories) +"bL" = ( +/obj/structure/bed/stool/padded/brown, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/mess_hall) +"cw" = ( +/obj/effect/floor_decal/corner/green{ + dir = 9 + }, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 8; + name = "west bump"; + pixel_x = -24; + req_access = list(202) + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/foreman) +"cE" = ( +/obj/machinery/door/airlock/freezer{ + name = "Restroom" + }, +/turf/simulated/floor/tiled/freezer, +/area/burzsia_mining) +"de" = ( +/obj/machinery/cryopod, +/obj/effect/floor_decal/corner/green/full{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/dormitories) +"dp" = ( +/obj/machinery/meter, +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor, +/area/burzsia_mining/engineering) +"dK" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/steel, +/area/burzsia_mining/mining) +"dS" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 9 + }, +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/mess_hall) +"ev" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 9 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining) +"eP" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor, +/area/burzsia_mining/engineering) +"eQ" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled/steel, +/area/burzsia_mining/mining) +"eU" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining) +"fy" = ( +/obj/structure/closet/toolcloset/empty, +/obj/item/pickaxe/drill, +/obj/item/gun/energy/plasmacutter, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/storage/belt/mining, +/obj/item/plastique/seismic, +/obj/item/plastique/seismic, +/obj/item/gun/custom_ka/frame01/prebuilt, +/obj/item/ore_detector, +/obj/item/device/flashlight/lantern, +/obj/item/device/radio, +/obj/item/stack/flag/yellow, +/obj/item/stack/flag/yellow, +/turf/simulated/floor/tiled/steel, +/area/burzsia_mining/mining) +"fM" = ( +/obj/structure/table/steel, +/obj/item/reagent_containers/food/drinks/drinkingglass/newglass/coffeecup/metal/hepht, +/obj/effect/floor_decal/corner/orange/diagonal, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/mess_hall) +"ga" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 9 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining) +"gs" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining) +"gz" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 6 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining) +"hi" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 6 + }, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24; + req_access = list(202) + }, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining) +"hj" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining) +"ht" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 10 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/mess_hall) +"hJ" = ( +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/dormitories) +"is" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/burzsia_mining/engineering) +"iN" = ( +/obj/machinery/mineral/unloading_machine{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning/cee, +/turf/simulated/floor/airless, +/area/burzsia_mining/mining) +"jg" = ( +/obj/machinery/door/airlock/mining{ + req_access = list(202); + name = "Foreman Office" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/foreman) +"jk" = ( +/obj/effect/floor_decal/corner/orange/diagonal, +/obj/structure/bed/stool/chair/plastic{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/foreman) +"jr" = ( +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/machinery/conveyor{ + dir = 1; + id = "burzsia_mining" + }, +/turf/simulated/floor/plating, +/area/burzsia_mining/mining) +"ju" = ( +/turf/simulated/floor/plating, +/area/burzsia_mining/engineering) +"jP" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 6 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining) +"jV" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor, +/area/burzsia_mining/engineering) +"jX" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining) +"jY" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/window{ + dir = 8; + req_access = list(209) + }, +/obj/structure/curtain/open/shower, +/turf/simulated/floor/tiled/freezer, +/area/burzsia_mining) +"kd" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 6 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/mess_hall) +"kJ" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/dormitories) +"kS" = ( +/obj/effect/floor_decal/corner/green{ + dir = 10 + }, +/obj/structure/cable/green, +/obj/machinery/power/apc{ + dir = 2; + is_critical = 1; + name = "south bump"; + pixel_y = -24; + req_access = list(202) + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/dormitories) +"lm" = ( +/obj/structure/bed/padded, +/obj/structure/curtain/open/bed, +/obj/effect/floor_decal/corner/green/full{ + dir = 8 + }, +/obj/effect/ghostspawpoint{ + identifier = "burzsia_miner"; + name = "igs - burzsia_miner" + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/dormitories) +"lr" = ( +/obj/machinery/door/airlock/mining{ + req_access = list(202); + name = "Engine" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor, +/area/burzsia_mining/engineering) +"lO" = ( +/obj/effect/map_effect/airlock/long/square/three, +/turf/simulated/wall/r_wall, +/area/burzsia_mining/mining) +"lR" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/window{ + dir = 8; + req_access = list(209) + }, +/obj/structure/curtain/open/shower, +/obj/item/soap/brown_soap, +/turf/simulated/floor/tiled/freezer, +/area/burzsia_mining) +"mc" = ( +/turf/simulated/wall/r_wall, +/area/burzsia_mining/mining) +"md" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining) +"mf" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor, +/area/burzsia_mining/engineering) +"mk" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = -32 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/foreman) +"ms" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8; + name = "pump to waste" + }, +/turf/simulated/floor/plating, +/area/burzsia_mining/engineering) +"mF" = ( +/obj/structure/table/steel, +/obj/effect/floor_decal/corner/lime/diagonal, +/obj/item/paper_bin{ + pixel_x = 10 + }, +/obj/item/pen/fountain/head, +/obj/item/stamp/hephaestus{ + pixel_x = -8 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/foreman) +"mL" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining) +"mS" = ( +/obj/machinery/mineral/processing_unit_console{ + pixel_y = 28 + }, +/turf/simulated/floor/tiled/steel, +/area/burzsia_mining/mining) +"nP" = ( +/turf/simulated/wall/r_wall, +/area/burzsia_mining/mess_hall) +"nR" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "burzsia_mining" + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/light/small{ + brightness_color = "#FA8282"; + dir = 1 + }, +/obj/structure/sign/flag/heph/unmovable{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/burzsia_mining/mining) +"ov" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/mess_hall) +"oL" = ( +/obj/structure/table/rack, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/window{ + dir = 1; + req_access = list(202) + }, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/suit/space/void/mining, +/obj/item/clothing/head/helmet/space/void/mining, +/obj/item/device/gps/mining, +/turf/simulated/floor/tiled/steel, +/area/burzsia_mining/mining) +"po" = ( +/obj/structure/closet/toolcloset/empty, +/obj/item/pickaxe/drill, +/obj/item/gun/energy/plasmacutter, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/storage/belt/mining, +/obj/item/plastique/seismic, +/obj/item/plastique/seismic, +/obj/item/gun/custom_ka/frame01/prebuilt, +/obj/item/ore_detector, +/obj/item/device/flashlight/lantern, +/obj/machinery/alarm{ + req_one_access = list(202); + pixel_x = -32; + dir = 4 + }, +/obj/item/device/radio, +/obj/item/stack/flag/yellow, +/obj/item/stack/flag/yellow, +/turf/simulated/floor/tiled/steel, +/area/burzsia_mining/mining) +"pD" = ( +/obj/structure/table/steel, +/obj/effect/floor_decal/corner/orange/diagonal, +/obj/item/material/ashtray, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/mess_hall) +"pH" = ( +/obj/structure/bed/stool/padded/brown, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/mess_hall) +"pL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/burzsia_mining/engineering) +"pP" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining) +"pT" = ( +/obj/machinery/door/airlock/mining{ + req_access = list(202); + name = "Atmospherics" + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/burzsia_mining/engineering) +"pY" = ( +/obj/effect/floor_decal/corner/green{ + dir = 9 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/foreman) +"qg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/steel, +/area/burzsia_mining/mining) +"qm" = ( +/turf/simulated/floor/tiled/steel, +/area/burzsia_mining/mining) +"qY" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 10 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining) +"rf" = ( +/obj/machinery/power/portgen/basic/fusion, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating{ + temperature = 278.15 + }, +/area/burzsia_mining/engineering) +"rX" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 9 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/mess_hall) +"sd" = ( +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/mess_hall) +"so" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/foreman) +"sI" = ( +/obj/machinery/vending/tool, +/turf/simulated/floor/tiled/steel, +/area/burzsia_mining/mining) +"sS" = ( +/obj/machinery/power/smes/buildable/third_party_shuttle, +/obj/structure/cable/green, +/turf/simulated/floor, +/area/burzsia_mining/engineering) +"tF" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor, +/area/burzsia_mining/engineering) +"tP" = ( +/obj/structure/table/steel, +/obj/item/device/flashlight/lamp, +/obj/effect/floor_decal/corner/green{ + dir = 9 + }, +/obj/machinery/alarm{ + req_one_access = list(202); + pixel_x = -32; + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/dormitories) +"uc" = ( +/obj/machinery/mineral/processing_unit{ + dir = 1 + }, +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/machinery/conveyor{ + dir = 1; + id = "burzsia_mining" + }, +/turf/simulated/floor/plating, +/area/burzsia_mining/mining) +"uN" = ( +/obj/machinery/atmospherics/pipe/tank/air{ + dir = 4 + }, +/turf/simulated/floor, +/area/burzsia_mining/engineering) +"uT" = ( +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/steel, +/area/burzsia_mining/mining) +"uU" = ( +/obj/machinery/door/airlock/glass_mining{ + req_access = list(202); + name = "Mess Room" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining) +"vh" = ( +/obj/machinery/atmospherics/binary/pump/on{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/burzsia_mining/engineering) +"vp" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/window{ + dir = 4; + req_access = list(209) + }, +/obj/structure/curtain/open/shower, +/turf/simulated/floor/tiled/freezer, +/area/burzsia_mining) +"vD" = ( +/obj/machinery/atmospherics/portables_connector, +/turf/simulated/floor/plating, +/area/burzsia_mining/engineering) +"vU" = ( +/obj/structure/reagent_dispensers/coolanttank, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/plating{ + temperature = 278.15 + }, +/area/burzsia_mining/engineering) +"wk" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 6 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/foreman) +"wx" = ( +/obj/structure/bed/padded, +/obj/structure/curtain/open/bed, +/obj/effect/floor_decal/corner/green{ + dir = 9 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/ghostspawpoint{ + identifier = "burzsia_miner"; + name = "igs - burzsia_miner" + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/dormitories) +"xc" = ( +/obj/effect/floor_decal/corner/orange/full{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining) +"xY" = ( +/obj/structure/table/standard, +/obj/item/reagent_containers/toothbrush{ + pixel_y = -2 + }, +/obj/item/reagent_containers/toothbrush/green{ + pixel_y = 1 + }, +/obj/item/reagent_containers/toothbrush/red{ + pixel_y = 4 + }, +/obj/item/reagent_containers/toothpaste{ + pixel_y = 10 + }, +/obj/item/reagent_containers/toothbrush/red{ + pixel_y = -6 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/freezer, +/area/burzsia_mining) +"yB" = ( +/obj/machinery/atmospherics/pipe/tank{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/burzsia_mining/engineering) +"yV" = ( +/turf/simulated/wall/r_wall, +/area/burzsia_mining/foreman) +"zh" = ( +/obj/machinery/door/airlock/freezer{ + name = "Restroom" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/freezer, +/area/burzsia_mining) +"zj" = ( +/obj/structure/closet/secure_closet/personal, +/obj/item/clothing/suit/storage/hooded/wintercoat/heph, +/obj/item/clothing/under/rank/miner/heph, +/obj/effect/floor_decal/corner/green{ + dir = 6 + }, +/obj/structure/sign/flag/heph/large/east{ + dir = 1; + pixel_x = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/dormitories) +"zn" = ( +/obj/effect/floor_decal/industrial/loading/yellow{ + dir = 8 + }, +/turf/simulated/floor/tiled/steel, +/area/burzsia_mining/mining) +"zt" = ( +/obj/structure/closet/toolcloset/empty, +/obj/item/pickaxe/drill, +/obj/item/gun/energy/plasmacutter, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/storage/belt/mining, +/obj/item/plastique/seismic, +/obj/item/plastique/seismic, +/obj/item/gun/custom_ka/frame01/prebuilt, +/obj/item/ore_detector, +/obj/item/device/flashlight/lantern, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/device/radio, +/obj/item/stack/flag/yellow, +/obj/item/stack/flag/yellow, +/turf/simulated/floor/tiled/steel, +/area/burzsia_mining/mining) +"zA" = ( +/obj/machinery/conveyor{ + dir = 9; + id = "burzsia_mining"; + layer = 2.9; + reversed = 1 + }, +/turf/simulated/floor/plating, +/area/burzsia_mining/mining) +"zB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6; + pixel_y = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/tiled/steel, +/area/burzsia_mining/mining) +"zG" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "burzsia_mining" + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/steel, +/area/burzsia_mining/mining) +"zJ" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/ore_box, +/obj/structure/extinguisher_cabinet{ + pixel_y = -32 + }, +/turf/simulated/floor/tiled/steel, +/area/burzsia_mining/mining) +"zM" = ( +/obj/structure/bed/padded, +/obj/structure/curtain/open/bed, +/obj/effect/floor_decal/corner/green/full, +/obj/effect/ghostspawpoint{ + identifier = "burzsia_miner"; + name = "igs - burzsia_miner" + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/dormitories) +"Ac" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/air/airlock, +/obj/machinery/door/window{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark{ + temperature = 278.15 + }, +/area/burzsia_mining/mining) +"Ag" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/red{ + dir = 5 + }, +/obj/machinery/meter, +/turf/simulated/floor/plating, +/area/burzsia_mining/engineering) +"Aq" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/mess_hall) +"Av" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/freezer, +/area/burzsia_mining) +"AH" = ( +/obj/structure/bed/stool/padded/brown, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/mess_hall) +"AI" = ( +/turf/simulated/floor/exoplanet/barren{ + color = "#b7410e" + }, +/area/exoplanet/barren/burzsia) +"AK" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/mining/brace{ + dir = 8 + }, +/turf/simulated/floor/airless, +/area/burzsia_mining/mining) +"AS" = ( +/obj/effect/floor_decal/corner/orange, +/obj/effect/floor_decal/corner/green{ + dir = 8 + }, +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/foreman) +"Bp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor, +/area/burzsia_mining/engineering) +"BQ" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 5 + }, +/obj/machinery/alarm{ + pixel_y = 32; + req_one_access = list(202) + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/mess_hall) +"Ch" = ( +/obj/structure/closet/secure_closet/personal, +/obj/item/clothing/suit/storage/hooded/wintercoat/heph, +/obj/item/clothing/under/rank/miner/heph, +/obj/effect/floor_decal/corner/green{ + dir = 6 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/dormitories) +"Co" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/freezer, +/area/burzsia_mining) +"Cp" = ( +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor, +/area/burzsia_mining/engineering) +"CW" = ( +/obj/machinery/computer/cryopod{ + pixel_y = 32 + }, +/obj/effect/floor_decal/corner/green{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/dormitories) +"De" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/mech_recharger/hephaestus, +/mob/living/heavy_vehicle/premade/miner, +/turf/simulated/floor/tiled/steel, +/area/burzsia_mining/mining) +"Dm" = ( +/obj/machinery/vending/snack, +/obj/effect/floor_decal/corner/orange/full{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/mess_hall) +"Dy" = ( +/obj/effect/floor_decal/corner/green/full{ + dir = 8 + }, +/obj/structure/filingcabinet, +/obj/structure/sign/flag/heph/unmovable{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/foreman) +"DP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor, +/area/burzsia_mining/engineering) +"DS" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled/freezer, +/area/burzsia_mining) +"Ea" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/light, +/turf/simulated/floor, +/area/burzsia_mining/engineering) +"Ef" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining) +"Ew" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/steel, +/area/burzsia_mining/mining) +"EF" = ( +/obj/structure/table/steel, +/obj/item/device/flashlight/lamp, +/obj/effect/floor_decal/corner/green{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/dormitories) +"EL" = ( +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/mess_hall) +"EM" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/mess_hall) +"FM" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining) +"Gh" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/ore_box, +/turf/simulated/floor/tiled/steel, +/area/burzsia_mining/mining) +"Gn" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 9 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining) +"Gu" = ( +/obj/machinery/vending/coffee, +/obj/effect/floor_decal/corner/orange{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/mess_hall) +"GR" = ( +/obj/machinery/vending/cola, +/obj/effect/floor_decal/corner/orange{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/mess_hall) +"GW" = ( +/obj/machinery/door/airlock/glass_mining{ + req_access = list(202); + name = "Mining Bay" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/mess_hall) +"Ht" = ( +/obj/machinery/door/airlock/mining{ + req_access = list(202); + name = "Dormitories" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/dormitories) +"Hv" = ( +/obj/structure/closet/crate/secure/large, +/obj/item/stack/material/tritium/full, +/obj/item/stack/material/tritium/full, +/obj/item/stack/material/tritium/full, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plating{ + temperature = 278.15 + }, +/area/burzsia_mining/engineering) +"HB" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/tiled/steel, +/area/burzsia_mining/mining) +"HJ" = ( +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + dir = 1; + is_critical = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 24; + req_access = list(202) + }, +/turf/simulated/floor, +/area/burzsia_mining/engineering) +"IM" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/mining/drill, +/obj/machinery/light/small{ + brightness_color = "#FA8282"; + dir = 1 + }, +/obj/structure/sign/flag/heph/unmovable{ + pixel_y = 32 + }, +/turf/simulated/floor/airless, +/area/burzsia_mining/mining) +"IZ" = ( +/turf/simulated/wall/r_wall, +/area/burzsia_mining) +"Jb" = ( +/obj/effect/floor_decal/corner/orange/full, +/obj/structure/closet/emcloset, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining) +"Jw" = ( +/obj/effect/floor_decal/corner/orange/full{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining) +"JA" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 6 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/mess_hall) +"JD" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining) +"JM" = ( +/obj/structure/table/steel, +/obj/item/storage/toolbox/mechanical, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/steel, +/area/burzsia_mining/mining) +"JQ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/red{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/burzsia_mining/engineering) +"Ld" = ( +/obj/structure/bed/stool/chair/office/bridge, +/obj/effect/floor_decal/corner/orange{ + dir = 4 + }, +/obj/effect/floor_decal/corner/green{ + dir = 1 + }, +/obj/effect/ghostspawpoint{ + identifier = "burzsia_foreman"; + name = "igs - burzsia_foreman" + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/foreman) +"Lu" = ( +/obj/structure/mirror{ + pixel_y = 32 + }, +/obj/structure/sink{ + pixel_y = 21 + }, +/turf/simulated/floor/tiled/freezer, +/area/burzsia_mining) +"LD" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 9 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/mess_hall) +"LR" = ( +/obj/machinery/vending/cigarette, +/obj/effect/floor_decal/corner/orange/full{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/mess_hall) +"Me" = ( +/obj/effect/floor_decal/corner/orange/full{ + dir = 1 + }, +/obj/item/storage/secure/safe{ + pixel_x = 32 + }, +/obj/structure/sign/flag/heph/unmovable{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/foreman) +"Mf" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 9 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/mess_hall) +"Mq" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/tiled/steel, +/area/burzsia_mining/mining) +"MG" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 1 + }, +/turf/simulated/floor, +/area/burzsia_mining/engineering) +"MS" = ( +/obj/machinery/mineral/stacking_machine{ + dir = 8 + }, +/obj/machinery/conveyor{ + dir = 8; + id = "burzsia_mining"; + layer = 2.9; + backwards = 1 + }, +/turf/simulated/floor/plating, +/area/burzsia_mining/mining) +"Nk" = ( +/turf/simulated/wall/r_wall, +/area/burzsia_mining/engineering) +"Nv" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 9 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/vending/wallmed1{ + pixel_x = -32; + req_access = null + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/mess_hall) +"NC" = ( +/obj/structure/table/rack, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/window{ + req_access = list(202) + }, +/obj/item/rig/industrial/equipped, +/turf/simulated/floor/tiled/steel, +/area/burzsia_mining/mining) +"NG" = ( +/obj/item/pickaxe, +/obj/item/pickaxe, +/obj/structure/closet/toolcloset/empty, +/obj/item/wrench, +/obj/item/wrench, +/obj/item/wrench, +/obj/item/crowbar/red, +/obj/item/crowbar/red, +/obj/item/crowbar/red, +/obj/item/device/analyzer, +/obj/item/device/analyzer, +/obj/item/device/analyzer, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled/steel{ + temperature = 278.15 + }, +/area/burzsia_mining/mining) +"Oc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/mess_hall) +"Of" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/ore_box, +/obj/machinery/light, +/turf/simulated/floor/tiled/steel, +/area/burzsia_mining/mining) +"Ol" = ( +/obj/machinery/portable_atmospherics/canister/air/airlock, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/plating, +/area/burzsia_mining/engineering) +"Os" = ( +/obj/effect/map_effect/window_spawner/full/reinforced/firedoor, +/turf/simulated/floor/plating, +/area/burzsia_mining/foreman) +"OA" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor, +/area/burzsia_mining/engineering) +"OV" = ( +/obj/effect/floor_decal/corner/orange/full{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/mess_hall) +"OZ" = ( +/obj/structure/closet/crate, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/light, +/turf/simulated/floor/tiled/steel, +/area/burzsia_mining/mining) +"Ph" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 5 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining) +"PM" = ( +/obj/machinery/atmospherics/binary/passive_gate/supply{ + dir = 4; + target_pressure = 250 + }, +/turf/simulated/floor, +/area/burzsia_mining/engineering) +"Qe" = ( +/obj/structure/cable/green, +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/item/reagent_containers/glass/bucket{ + pixel_x = -13 + }, +/turf/simulated/floor, +/area/burzsia_mining/engineering) +"Qs" = ( +/obj/effect/floor_decal/corner/orange/full{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining) +"QI" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 6 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining) +"Re" = ( +/turf/simulated/floor, +/area/burzsia_mining/engineering) +"Rh" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 10 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/mess_hall) +"Rv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled/freezer, +/area/burzsia_mining) +"Rw" = ( +/obj/effect/floor_decal/corner/green{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/foreman) +"RA" = ( +/obj/structure/table/steel, +/obj/effect/floor_decal/corner/orange/diagonal, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/mess_hall) +"RF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled/steel, +/area/burzsia_mining/mining) +"RJ" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/burzsia_mining/engineering) +"Sg" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/steel, +/area/burzsia_mining/mining) +"Sz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/turf/simulated/floor, +/area/burzsia_mining/engineering) +"TB" = ( +/turf/simulated/wall/r_wall, +/area/burzsia_mining/dormitories) +"TC" = ( +/obj/effect/floor_decal/corner/orange/full, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/mess_hall) +"TD" = ( +/obj/effect/floor_decal/corner/green/full, +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4; + icon_state = "map_scrubber_on" + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/foreman) +"TF" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 10 + }, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -32; + req_one_access = list(202) + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining) +"TG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/turf/simulated/floor/tiled/steel, +/area/burzsia_mining/mining) +"TS" = ( +/obj/structure/closet/toolcloset/empty, +/obj/item/pickaxe/drill, +/obj/item/gun/energy/plasmacutter, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/storage/belt/mining, +/obj/item/plastique/seismic, +/obj/item/plastique/seismic, +/obj/item/gun/custom_ka/frame01/prebuilt, +/obj/item/ore_detector, +/obj/item/device/flashlight/lantern, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4; + icon_state = "map_scrubber_on" + }, +/obj/item/device/radio, +/obj/item/stack/flag/yellow, +/obj/item/stack/flag/yellow, +/turf/simulated/floor/tiled/steel, +/area/burzsia_mining/mining) +"TX" = ( +/obj/structure/cable/green, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24; + req_access = list(202) + }, +/turf/simulated/floor/tiled/steel, +/area/burzsia_mining/mining) +"Ub" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 6 + }, +/obj/machinery/alarm{ + req_one_access = list(202); + pixel_x = 32; + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/foreman) +"Ud" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "burzsia_mining"; + layer = 2.9; + backwards = 1 + }, +/obj/structure/railing/mapped, +/turf/simulated/floor/plating, +/area/burzsia_mining/mining) +"UQ" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 10 + }, +/obj/machinery/power/apc{ + dir = 2; + is_critical = 1; + name = "south bump"; + pixel_y = -24; + req_access = list(202) + }, +/obj/structure/cable/green, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/mess_hall) +"UR" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 5 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/mess_hall) +"VH" = ( +/obj/effect/floor_decal/corner/orange/full{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8; + level = 2 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/foreman) +"VV" = ( +/obj/effect/floor_decal/corner/lime/diagonal, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/foreman) +"VY" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 5 + }, +/obj/structure/sign/flag/heph/large/north{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/mess_hall) +"Wd" = ( +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/structure/plasticflaps/mining, +/obj/machinery/conveyor{ + dir = 1; + id = "burzsia_mining" + }, +/turf/simulated/floor/plating, +/area/burzsia_mining/mining) +"Wh" = ( +/obj/structure/bed/stool/padded/brown, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/mess_hall) +"Wt" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/steel, +/area/burzsia_mining/mining) +"WE" = ( +/obj/structure/table/steel, +/obj/item/reagent_containers/food/drinks/drinkingglass/newglass/coffeecup/metal/hepht, +/obj/effect/floor_decal/corner/orange/diagonal, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/foreman) +"WI" = ( +/obj/structure/bed/stool/padded/brown, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/mess_hall) +"WK" = ( +/turf/simulated/floor/tiled/freezer, +/area/burzsia_mining) +"Xe" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/steel, +/area/burzsia_mining/mining) +"Xk" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/mining/brace{ + dir = 4 + }, +/turf/simulated/floor/airless, +/area/burzsia_mining/mining) +"Xq" = ( +/obj/machinery/mineral/stacking_unit_console{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/steel, +/area/burzsia_mining/mining) +"Xv" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "burzsia_mining"; + layer = 2.9; + backwards = 1 + }, +/obj/effect/floor_decal/industrial/warning/cee{ + dir = 8 + }, +/obj/structure/railing/mapped, +/obj/structure/plasticflaps/mining, +/turf/simulated/floor/plating, +/area/burzsia_mining/mining) +"Yn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/freezer, +/area/burzsia_mining) +"Yr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/steel, +/area/burzsia_mining/mining) +"Yw" = ( +/obj/machinery/mech_recharger/hephaestus, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/airless, +/area/burzsia_mining/mining) +"Yy" = ( +/obj/effect/floor_decal/corner/green{ + dir = 6 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/dormitories) +"YQ" = ( +/obj/item/pickaxe, +/obj/item/pickaxe, +/obj/structure/closet/toolcloset/empty, +/obj/item/wrench, +/obj/item/wrench, +/obj/item/wrench, +/obj/item/crowbar/red, +/obj/item/crowbar/red, +/obj/item/crowbar/red, +/obj/item/device/analyzer, +/obj/item/device/analyzer, +/obj/item/device/analyzer, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/steel, +/area/burzsia_mining/mining) +"YT" = ( +/obj/structure/bed/stool/padded/brown, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/mess_hall) +"YV" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/burzsia_mining/engineering) +"YY" = ( +/obj/effect/floor_decal/corner/green{ + dir = 10 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/burzsia_mining/foreman) +"Zd" = ( +/obj/machinery/suit_cycler/mining{ + req_access = list(202) + }, +/obj/structure/sign/flag/heph/large/north{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/steel, +/area/burzsia_mining/mining) +"Zy" = ( +/obj/structure/closet/crate, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/steel, +/area/burzsia_mining/mining) +"ZC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled/steel, +/area/burzsia_mining/mining) + +(1,1,1) = {" +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +"} +(2,1,1) = {" +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +"} +(3,1,1) = {" +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +"} +(4,1,1) = {" +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +"} +(5,1,1) = {" +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +"} +(6,1,1) = {" +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +Nk +Nk +Nk +Nk +Nk +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +"} +(7,1,1) = {" +AI +AI +AI +AI +AI +AI +Nk +Nk +Nk +Nk +Nk +Nk +Nk +Nk +rf +Hv +vU +Nk +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +"} +(8,1,1) = {" +AI +AI +AI +AI +AI +AI +Nk +Ol +yB +RJ +uN +bB +Nk +HJ +Cp +eP +Qe +Nk +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +"} +(9,1,1) = {" +AI +AI +AI +AI +AI +AI +Nk +Ol +JQ +is +MG +DP +lr +jV +eP +eP +sS +Nk +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +"} +(10,1,1) = {" +AI +AI +AI +AI +AI +AI +Nk +ju +JQ +Ag +Sz +OA +Nk +Nk +Nk +Nk +Nk +Nk +TB +mc +mc +mc +mc +mc +mc +mc +mc +AI +AI +AI +AI +AI +"} +(11,1,1) = {" +AI +AI +AI +AI +AI +AI +Nk +YV +ms +vh +PM +Ea +Nk +lm +EF +wx +tP +zM +TB +NC +Sg +oL +TS +zt +po +fy +mc +AI +AI +AI +AI +AI +"} +(12,1,1) = {" +AI +AI +AI +AI +AI +AI +Nk +vD +is +pL +Bp +OA +Nk +CW +hJ +kJ +kJ +kS +TB +Zd +qm +oL +qg +qm +qm +qm +mc +mc +mc +mc +lO +AI +"} +(13,1,1) = {" +AI +yV +yV +yV +yV +yV +yV +Re +Re +dp +tF +mf +Nk +de +Yy +Ch +zj +bH +TB +HB +qm +oL +qg +qm +qm +Ac +mc +qm +Mq +qm +mc +AI +"} +(14,1,1) = {" +AI +yV +Dy +cw +pY +TD +yV +Nk +Nk +pT +Nk +Nk +Nk +TB +Ht +TB +TB +TB +TB +YQ +qm +oL +qg +qm +qm +TG +qm +qm +qm +qm +qm +AI +"} +(15,1,1) = {" +AI +Os +Rw +WE +VV +YY +yV +Qs +gs +Gn +ga +gs +ev +ga +Gn +Jb +IZ +De +qm +qm +qm +qm +qg +qm +qm +qm +mc +qm +qm +qm +mc +AI +"} +(16,1,1) = {" +AI +Os +Ld +mF +jk +AS +jg +Ph +pP +md +pP +eU +hj +pP +JD +TF +IZ +JM +zB +Yr +Yr +Yr +RF +qm +qm +NG +mc +mc +mc +mc +mc +AI +"} +(17,1,1) = {" +AI +Os +so +bk +VV +mk +yV +Jw +QI +FM +jX +hi +jP +Ef +mL +qY +IZ +eQ +Ew +qm +qm +qm +ZC +qm +qm +Gh +mc +Xk +AI +AI +AI +AI +"} +(18,1,1) = {" +AI +yV +Me +Ub +wk +VH +yV +IZ +IZ +zh +IZ +IZ +nP +Jw +gz +xc +IZ +sI +uT +Wt +TX +qm +ZC +qm +qm +Gh +mc +IM +AI +AI +AI +AI +"} +(19,1,1) = {" +AI +yV +yV +yV +yV +yV +yV +IZ +ab +Yn +vp +vp +nP +IZ +uU +IZ +IZ +nP +GW +nP +nP +qm +ZC +qm +qm +Of +mc +AK +AI +AI +AI +AI +"} +(20,1,1) = {" +AI +AI +AI +AI +AI +AI +AI +IZ +Lu +Co +WK +DS +nP +OV +dS +Nv +rX +LD +Mf +TC +nP +zn +dK +qm +qm +zJ +mc +AI +AI +AI +AI +AI +"} +(21,1,1) = {" +AI +AI +AI +AI +AI +AI +AI +IZ +xY +Co +jY +lR +nP +BQ +Oc +pH +pH +pH +sd +UQ +nP +Xv +mc +Xe +qm +Zy +mc +AI +AI +AI +AI +AI +"} +(22,1,1) = {" +AI +AI +AI +AI +AI +AI +AI +IZ +Lu +bx +IZ +IZ +nP +VY +WI +RA +fM +pD +Wh +ht +nP +Ud +qm +qm +qm +OZ +mc +Yw +AI +AI +AI +AI +"} +(23,1,1) = {" +AI +AI +AI +AI +AI +AI +AI +IZ +Av +Rv +cE +aB +nP +Aq +WI +RA +RA +RA +Wh +ov +nP +MS +mc +Xq +qm +Zy +mc +Yw +AI +AI +AI +AI +"} +(24,1,1) = {" +AI +AI +AI +AI +AI +AI +AI +IZ +IZ +IZ +IZ +IZ +nP +UR +bL +pD +RA +fM +YT +Rh +nP +Ud +mc +mS +qm +zG +mc +mc +nR +AI +AI +AI +"} +(25,1,1) = {" +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +nP +Gu +EL +AH +AH +AH +EL +GR +nP +zA +uc +jr +jr +jr +jr +Wd +iN +AI +AI +AI +"} +(26,1,1) = {" +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +nP +LR +EM +JA +kd +EM +EM +Dm +nP +mc +mc +mc +mc +mc +mc +mc +AI +AI +AI +AI +"} +(27,1,1) = {" +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +nP +nP +nP +nP +nP +nP +nP +nP +nP +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +"} +(28,1,1) = {" +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +"} +(29,1,1) = {" +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +"} +(30,1,1) = {" +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +"} +(31,1,1) = {" +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +"} +(32,1,1) = {" +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +AI +"}