From 36c37c477684f970e9715c9290f5d9e9e9d1cac7 Mon Sep 17 00:00:00 2001 From: Yobrocharlie Date: Tue, 30 Jul 2024 19:33:23 -0700 Subject: [PATCH 01/15] Re adds chaplin stuff --- .../lavaland_surface_lava_canyon.dmm | 2 +- _maps/RandomRuins/SpaceRuins/spacemall.dmm | 3 +- .../WasteRuins/wasteplanet_pandora.dmm | 6 +- _maps/shuttles/roumain/srm_elder.dmm | 2 +- check_regex.yaml | 2 +- code/__DEFINES/misc.dm | 5 + code/datums/mind.dm | 1 + code/game/gamemodes/cult/cult.dm | 2 + code/game/objects/items/holy_weapons.dm | 207 ++++++++++++++- code/game/objects/items/storage/book.dm | 248 +++++++++++++++++- .../crates_lockers/closets/job_closets.dm | 2 +- code/modules/antagonists/cult/runes.dm | 7 + code/modules/antagonists/revenant/revenant.dm | 11 + .../antagonists/wizard/equipment/artefact.dm | 8 + code/modules/clothing/head/jobs.dm | 9 - code/modules/clothing/head/misc_special.dm | 7 + code/modules/clothing/spacesuits/hardsuit.dm | 5 + .../clothing/spacesuits/miscellaneous.dm | 13 + code/modules/clothing/suits/jobs.dm | 7 - code/modules/holiday/halloween.dm | 11 + code/modules/hydroponics/grown/melon.dm | 16 ++ code/modules/jobs/job_types/chaplain.dm | 4 + .../mining/lavaland/necropolis_chests.dm | 4 + .../mob/living/carbon/human/examine.dm | 4 + .../simple_animal/hostile/human/skeleton.dm | 4 +- .../chemistry/reagents/alcohol_reagents.dm | 7 + code/modules/religion/religion_sects.dm | 2 + code/modules/religion/religion_structures.dm | 60 +++++ code/modules/vending/wardrobes.dm | 2 +- icons/mob/clothing/head/armor.dmi | Bin 34870 -> 38707 bytes icons/obj/clothing/head/armor.dmi | Bin 16897 -> 19060 bytes 31 files changed, 623 insertions(+), 38 deletions(-) diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_lava_canyon.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_lava_canyon.dmm index 3efc7429d803..15350793fad4 100644 --- a/_maps/RandomRuins/LavaRuins/lavaland_surface_lava_canyon.dmm +++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_lava_canyon.dmm @@ -150,7 +150,7 @@ pixel_x = -5; pixel_y = 12 }, -/obj/item/clothing/head/witchunter{ +/obj/item/clothing/head/helmet/chaplain/ancient{ pixel_y = 13; pixel_x = -5 }, diff --git a/_maps/RandomRuins/SpaceRuins/spacemall.dmm b/_maps/RandomRuins/SpaceRuins/spacemall.dmm index 3010d828b041..ee94fddd9230 100644 --- a/_maps/RandomRuins/SpaceRuins/spacemall.dmm +++ b/_maps/RandomRuins/SpaceRuins/spacemall.dmm @@ -2809,9 +2809,10 @@ /obj/item/clothing/head/collectable/chef, /obj/item/clothing/head/collectable/HoP, /obj/item/clothing/head/collectable/rabbitears, -/obj/item/clothing/head/witchunter, +/obj/item/clothing/head/helmet/chaplain, /obj/item/clothing/neck/cloak/trans, /obj/item/clothing/neck/cloak/cap, +/obj/item/clothing/head/helmet/chaplain/witchunter_hat, /obj/item/clothing/neck/beads, /obj/item/clothing/neck/necklace/dope, /obj/item/clothing/neck/stripedredscarf, diff --git a/_maps/RandomRuins/WasteRuins/wasteplanet_pandora.dmm b/_maps/RandomRuins/WasteRuins/wasteplanet_pandora.dmm index 207d91d4219a..a880d2947ae2 100644 --- a/_maps/RandomRuins/WasteRuins/wasteplanet_pandora.dmm +++ b/_maps/RandomRuins/WasteRuins/wasteplanet_pandora.dmm @@ -424,7 +424,7 @@ "qo" = ( /obj/structure/closet/cabinet, /obj/item/spear/bonespear, -/obj/item/clothing/suit/armor/witchhunter, +/obj/item/clothing/suit/armor/riot/chaplain/studentuni, /obj/item/reagent_containers/food/snacks/grown/berries/death, /turf/open/floor/wood/waste, /area/ruin/wasteplanet) @@ -461,7 +461,7 @@ /area/ruin/wasteplanet) "qU" = ( /obj/structure/closet/cabinet, -/obj/item/clothing/suit/armor/witchhunter, +/obj/item/clothing/suit/armor/riot/chaplain/studentuni, /turf/open/floor/wood/waste, /area/ruin/wasteplanet) "rh" = ( @@ -492,7 +492,7 @@ "sV" = ( /obj/structure/closet/cabinet, /obj/item/claymore/bone, -/obj/item/clothing/suit/armor/witchhunter, +/obj/item/clothing/suit/armor/riot/chaplain/studentuni, /turf/open/floor/wood/waste, /area/ruin/wasteplanet) "tB" = ( diff --git a/_maps/shuttles/roumain/srm_elder.dmm b/_maps/shuttles/roumain/srm_elder.dmm index 81a53975e097..55fd28d958e4 100644 --- a/_maps/shuttles/roumain/srm_elder.dmm +++ b/_maps/shuttles/roumain/srm_elder.dmm @@ -2638,7 +2638,7 @@ /obj/item/clothing/under/suit/roumain, /obj/item/clothing/suit/armor/roumain, /obj/item/clothing/head/cowboy/sec/roumain, -/obj/item/clothing/suit/armor/witchhunter, +/obj/item/clothing/suit/armor/riot/chaplain/witchhunter, /obj/item/flashlight/lantern, /obj/structure/closet/secure_closet/hunter, /obj/item/lighter, diff --git a/check_regex.yaml b/check_regex.yaml index d03e15391975..e01c41995e8e 100644 --- a/check_regex.yaml +++ b/check_regex.yaml @@ -38,7 +38,7 @@ standards: - exactly: [ - 265, + 268, "non-bitwise << uses", '(?A selection has already been made. Self-Destructing...") + return + + /obj/item/storage/box/holy - name = "Witchhunter Kit" + name = "Templar Kit" /obj/item/storage/box/holy/PopulateContents() - new /obj/item/clothing/head/witchunter(src) - new /obj/item/clothing/suit/armor/witchhunter(src) + new /obj/item/clothing/head/helmet/chaplain(src) + new /obj/item/clothing/suit/armor/riot/chaplain(src) + +/obj/item/storage/box/holy/student + name = "Profane Scholar Kit" + +/obj/item/storage/box/holy/student/PopulateContents() + new /obj/item/clothing/suit/armor/riot/chaplain/studentuni(src) + new /obj/item/clothing/head/helmet/chaplain/cage(src) + +/obj/item/clothing/suit/armor/riot/chaplain/studentuni + name = "student robe" + desc = "The uniform of a bygone institute of learning." + icon_state = "chaplain_studentuni" + item_state = "studentuni" + body_parts_covered = ARMS|CHEST + allowed = list(/obj/item/storage/book/bible, /obj/item/nullrod, /obj/item/reagent_containers/food/drinks/bottle/holywater, /obj/item/storage/fancy/candle_box, /obj/item/candle, /obj/item/tank/internals/emergency_oxygen, /obj/item/tank/internals/plasmaman) + +/obj/item/clothing/head/helmet/chaplain/cage + name = "cage" + desc = "A cage that restrains the will of the self, allowing one to see the profane world for what it is." + flags_inv = HIDEHAIR //bald + mob_overlay_icon = 'icons/mob/large-worn-icons/64x64/head.dmi' + icon_state = "cage" + item_state = "cage" + worn_x_dimension = 64 + worn_y_dimension = 64 + +/obj/item/storage/box/holy/sentinel + name = "Stone Sentinel Kit" + +/obj/item/storage/box/holy/sentinel/PopulateContents() + new /obj/item/clothing/suit/armor/riot/chaplain/ancient(src) + new /obj/item/clothing/head/helmet/chaplain/ancient(src) + +/obj/item/clothing/head/helmet/chaplain/ancient + name = "ancient helmet" + desc = "None may pass!" + icon_state = "knight_ancient" + item_state = "knight_ancient" + +/obj/item/clothing/suit/armor/riot/chaplain/ancient + name = "ancient armour" + desc = "Defend the treasure..." + icon_state = "chaplain_ancient" + item_state = "knight_ancient" + +/obj/item/storage/box/holy/witchhunter + name = "Witchhunter Kit" +/obj/item/storage/box/holy/witchhunter/PopulateContents() + new /obj/item/clothing/suit/armor/riot/chaplain/witchhunter(src) + new /obj/item/clothing/head/helmet/chaplain/witchunter_hat(src) + +/obj/item/clothing/suit/armor/riot/chaplain/witchhunter + name = "witchunter garb" + desc = "This worn outfit saw much use back in the day." + icon_state = "chaplain_witchhunter" + item_state = "witchhunter" + body_parts_covered = CHEST|GROIN|LEGS|ARMS + +/obj/item/clothing/head/helmet/chaplain/witchunter_hat + name = "witchunter hat" + desc = "This hat saw much use back in the day." + icon_state = "witchhunterhat" + item_state = "witchhunterhat" + flags_cover = HEADCOVERSEYES + flags_inv = HIDEEYES|HIDEHAIR + +/obj/item/storage/box/holy/adept + name = "Divine Adept Kit" + +/obj/item/storage/box/holy/adept/PopulateContents() + new /obj/item/clothing/suit/armor/riot/chaplain/adept(src) + new /obj/item/clothing/head/helmet/chaplain/adept(src) + +/obj/item/clothing/head/helmet/chaplain/adept + name = "adept hood" + desc = "Its only heretical when others do it." + icon_state = "crusader" + item_state = "crusader" + flags_cover = HEADCOVERSEYES + flags_inv = HIDEHAIR|HIDEFACE|HIDEEARS + +/obj/item/clothing/suit/armor/riot/chaplain/adept + name = "adept robes" + desc = "The ideal outfit for burning the unfaithful." + icon_state = "chaplain_crusader" + item_state = "crusader" /obj/item/storage/box/holy/follower name = "Followers of the Chaplain Kit" @@ -65,6 +203,62 @@ var/reskinned = FALSE var/chaplain_spawnable = TRUE +/obj/item/nullrod/Initialize() + . = ..() + AddComponent(/datum/component/anti_magic, TRUE, TRUE, FALSE, null, null, FALSE) + +/obj/item/nullrod/attack_self(mob/user) + if(user.mind && (user.mind.holy_role) && !reskinned) + reskin_holy_weapon(user) + +/** + * reskin_holy_weapon: Shows a user a list of all available nullrod reskins and based on his choice replaces the nullrod with the reskinned version + * + * Arguments: + * * M The mob choosing a nullrod reskin + */ +/obj/item/nullrod/proc/reskin_holy_weapon(mob/M) + if(GLOB.holy_weapon_type) + return + var/list/display_names = list() + var/list/nullrod_icons = list() + for(var/V in typesof(/obj/item/nullrod)) + var/obj/item/nullrod/rodtype = V + if(initial(rodtype.chaplain_spawnable)) + display_names[initial(rodtype.name)] = rodtype + nullrod_icons += list(initial(rodtype.name) = image(icon = initial(rodtype.icon), icon_state = initial(rodtype.icon_state))) + + nullrod_icons = sortList(nullrod_icons) + var/choice = show_radial_menu(M, src , nullrod_icons, custom_check = CALLBACK(src, PROC_REF(check_menu), M), radius = 42, require_near = TRUE) + if(!choice || !check_menu(M)) + return + + var/A = display_names[choice] // This needs to be on a separate var as list member access is not allowed for new + var/obj/item/nullrod/holy_weapon = new A + GLOB.holy_weapon_type = holy_weapon.type + + SSblackbox.record_feedback("tally", "chaplain_weapon", 1, "[choice]") + + if(holy_weapon) + holy_weapon.reskinned = TRUE + qdel(src) + M.put_in_active_hand(holy_weapon) + +/** + * check_menu: Checks if we are allowed to interact with a radial menu + * + * Arguments: + * * user The mob interacting with a menu + */ +/obj/item/nullrod/proc/check_menu(mob/user) + if(!istype(user)) + return FALSE + if(QDELETED(src) || reskinned) + return FALSE + if(user.incapacitated() || !user.is_holding(src)) + return FALSE + return TRUE + /obj/item/nullrod/godhand icon_state = "disintegrate" item_state = "disintegrate" @@ -454,6 +648,13 @@ hitsound = 'sound/weapons/bite.ogg' var/used_blessing = FALSE +/obj/item/nullrod/carp/attack_self(mob/living/user) + if(used_blessing) + else if(user.mind && (user.mind.holy_role)) + to_chat(user, "You are blessed by Carp-Sie. Wild space carp will no longer attack you.") + user.faction |= "carp" + used_blessing = TRUE + /obj/item/nullrod/claymore/bostaff //May as well make it a "claymore" and inherit the blocking name = "monk's staff" desc = "A long, tall staff made of polished wood. Traditionally used in ancient old-Earth martial arts, it is now used to harass the clown." diff --git a/code/game/objects/items/storage/book.dm b/code/game/objects/items/storage/book.dm index 67dba503642d..45fee1d67660 100644 --- a/code/game/objects/items/storage/book.dm +++ b/code/game/objects/items/storage/book.dm @@ -1,10 +1,3 @@ -//need to refactor this. -GLOBAL_LIST_INIT(biblenames, list("Bible", "Quran", "Scrapbook", "Burning Bible", "Clown Bible", "Banana Bible", "Creeper Bible", "White Bible", "Holy Light", "The God Delusion", "Tome", "The King in Yellow", "Ithaqua", "Scientology", "Melted Bible", "Necronomicon", "Insulationism", "Guru Granth Sahib")) -//If you get these two lists not matching in size, there will be runtimes and I will hurt you in ways you couldn't even begin to imagine -// if your bible has no custom itemstate, use one of the existing ones -GLOBAL_LIST_INIT(biblestates, list("bible", "koran", "scrapbook", "burning", "honk1", "honk2", "creeper", "white", "holylight", "atheist", "tome", "kingyellow", "ithaqua", "scientology", "melted", "necronomicon", "insuls", "gurugranthsahib")) -GLOBAL_LIST_INIT(bibleitemstates, list("bible", "koran", "scrapbook", "burning", "honk1", "honk2", "creeper", "white", "holylight", "atheist", "tome", "kingyellow", "ithaqua", "scientology", "melted", "necronomicon", "kingyellow", "gurugranthsahib")) - /obj/item/storage/book name = "hollowed book" desc = "I guess someone didn't like it." @@ -24,6 +17,18 @@ GLOBAL_LIST_INIT(bibleitemstates, list("bible", "koran", "scrapbook", "burning", /obj/item/storage/book/attack_self(mob/user) to_chat(user, "The pages of [title] have been cut out!") +GLOBAL_LIST_INIT(biblenames, list("Bible", "Quran", "Scrapbook", "Burning Bible", "Clown Bible", "Banana Bible", "Creeper Bible", "White Bible", "Holy Light", "The God Delusion", "Tome", "The King in Yellow", "Ithaqua", "Scientology", "Melted Bible", "Necronomicon", "Insulationism", "Guru Granth Sahib")) +//If you get these two lists not matching in size, there will be runtimes and I will hurt you in ways you couldn't even begin to imagine +// if your bible has no custom itemstate, use one of the existing ones +GLOBAL_LIST_INIT(biblestates, list("bible", "koran", "scrapbook", "burning", "honk1", "honk2", "creeper", "white", "holylight", "atheist", "tome", "kingyellow", "ithaqua", "scientology", "melted", "necronomicon", "insuls", "gurugranthsahib")) +GLOBAL_LIST_INIT(bibleitemstates, list("bible", "koran", "scrapbook", "burning", "honk1", "honk2", "creeper", "white", "holylight", "atheist", "tome", "kingyellow", "ithaqua", "scientology", "melted", "necronomicon", "kingyellow", "gurugranthsahib")) + +/mob/proc/bible_check() //The bible, if held, might protect against certain things + var/obj/item/storage/book/bible/B = locate() in src + if(is_holding(B)) + return B + return 0 + /obj/item/storage/book/bible name = "bible" desc = "Apply to head repeatedly." @@ -36,6 +41,205 @@ GLOBAL_LIST_INIT(bibleitemstates, list("bible", "koran", "scrapbook", "burning", var/deity_name = "Christ" force_string = "holy" +/obj/item/storage/book/bible/Initialize() + . = ..() + AddComponent(/datum/component/anti_magic, FALSE, TRUE) + +/obj/item/storage/book/bible/attack_self(mob/living/carbon/human/H) + if(!istype(H)) + return + if(!H.can_read(src)) + return FALSE + // If H is the Chaplain, we can set the icon_state of the bible (but only once!) + if(!GLOB.bible_icon_state && H.mind.holy_role == HOLY_ROLE_HIGHPRIEST) + var/dat = "Pick Bible Style

Pick a bible style

" + for(var/i in 1 to GLOB.biblestates.len) + var/icon/bibleicon = icon('icons/obj/storage.dmi', GLOB.biblestates[i]) + var/nicename = GLOB.biblenames[i] + H << browse_rsc(bibleicon, nicename) + dat += {""} + dat += "
[nicename]
" + H << browse(dat, "window=editicon;can_close=0;can_minimize=0;size=250x650") + +/obj/item/storage/book/bible/Topic(href, href_list) + if(!usr.canUseTopic(src, BE_CLOSE)) + return + if(href_list["seticon"] && !GLOB.bible_icon_state) + var/iconi = text2num(href_list["seticon"]) + var/biblename = GLOB.biblenames[iconi] + icon_state = GLOB.biblestates[iconi] + item_state = GLOB.bibleitemstates[iconi] + + if(icon_state == "honk1" || icon_state == "honk2") + var/mob/living/carbon/human/H = usr + H.dna.add_mutation(CLOWNMUT) + H.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/clown_hat(H), ITEM_SLOT_MASK) + if(icon_state == "insuls") + var/mob/living/carbon/human/H =usr + var/obj/item/clothing/gloves/color/fyellow/insuls = new + insuls.name = "insuls" + insuls.desc = "A mere copy of the true insuls." + insuls.siemens_coefficient = 0.99999 + H.equip_to_slot(insuls, ITEM_SLOT_GLOVES) + GLOB.bible_icon_state = icon_state + GLOB.bible_item_state = item_state + + SSblackbox.record_feedback("text", "religion_book", 1, "[biblename]") + usr << browse(null, "window=editicon") + +/obj/item/storage/book/bible/proc/bless(mob/living/L, mob/living/user) + if(GLOB.religious_sect) + return GLOB.religious_sect.sect_bless(L,user) + if(!ishuman(L)) + return + var/mob/living/carbon/human/H = L + for(var/X in H.bodyparts) + var/obj/item/bodypart/BP = X + if(!IS_ORGANIC_LIMB(BP)) + to_chat(user, "[src.deity_name] refuses to heal this metallic taint!") + return 0 + + var/heal_amt = 10 + var/list/hurt_limbs = H.get_damaged_bodyparts(1, 1, null, BODYTYPE_ORGANIC) + + if(hurt_limbs.len) + for(var/X in hurt_limbs) + var/obj/item/bodypart/affecting = X + if(affecting.heal_damage(heal_amt, heal_amt, null, BODYTYPE_ORGANIC)) + H.update_damage_overlays() + H.visible_message("[user] heals [H] with the power of [deity_name]!") + to_chat(H, "May the power of [deity_name] compel you to be healed!") + playsound(src.loc, "punch", 25, TRUE, -1) + SEND_SIGNAL(H, COMSIG_ADD_MOOD_EVENT, "blessing", /datum/mood_event/blessing) + return 1 + +/obj/item/storage/book/bible/attack(mob/living/M, mob/living/carbon/human/user, heal_mode = TRUE) + + if (!user.IsAdvancedToolUser()) + to_chat(user, "You don't have the dexterity to do this!") + return + + if (HAS_TRAIT(user, TRAIT_CLUMSY) && prob(50)) + to_chat(user, "[src] slips out of your hand and hits your head.") + user.take_bodypart_damage(10) + user.Unconscious(400) + return + + var/chaplain = 0 + if(user.mind && (user.mind.holy_role)) + chaplain = 1 + + if(!chaplain) + to_chat(user, "The book sizzles in your hands.") + user.take_bodypart_damage(0,10) + return + + if (!heal_mode) + return ..() + + var/smack = 1 + + if (M.stat != DEAD) + if(chaplain && user == M) + to_chat(user, "You can't heal yourself!") + return + + if(prob(60) && bless(M, user)) + smack = 0 + else if(iscarbon(M)) + var/mob/living/carbon/C = M + if(!istype(C.head, /obj/item/clothing/head/helmet)) + C.adjustOrganLoss(ORGAN_SLOT_BRAIN, 5, 60) + to_chat(C, "You feel dumber.") + + if(smack) + M.visible_message("[user] beats [M] over the head with [src]!", \ + "[user] beats [M] over the head with [src]!") + playsound(src.loc, "punch", 25, TRUE, -1) + log_combat(user, M, "attacked", src) + + else + M.visible_message("[user] smacks [M]'s lifeless corpse with [src].") + playsound(src.loc, "punch", 25, TRUE, -1) + +/obj/item/storage/book/bible/afterattack(atom/A, mob/user, proximity) + . = ..() + if(!proximity) + return + if(isfloorturf(A)) + to_chat(user, "You hit the floor with the bible.") + if(user.mind && (user.mind.holy_role)) + for(var/obj/effect/rune/R in orange(2,user)) + R.invisibility = 0 + if(user?.mind?.holy_role) + if(A.reagents && A.reagents.has_reagent(/datum/reagent/water)) // blesses all the water in the holder + to_chat(user, "You bless [A].") + var/water2holy = A.reagents.get_reagent_amount(/datum/reagent/water) + A.reagents.del_reagent(/datum/reagent/water) + A.reagents.add_reagent(/datum/reagent/water/holywater,water2holy) + if(A.reagents && A.reagents.has_reagent(/datum/reagent/fuel/unholywater)) // yeah yeah, copy pasted code - sue me + to_chat(user, "You purify [A].") + var/unholy2clean = A.reagents.get_reagent_amount(/datum/reagent/fuel/unholywater) + A.reagents.del_reagent(/datum/reagent/fuel/unholywater) + A.reagents.add_reagent(/datum/reagent/water/holywater,unholy2clean) + if(istype(A, /obj/item/storage/book/bible) && !istype(A, /obj/item/storage/book/bible/syndicate)) + to_chat(user, "You purify [A], conforming it to your belief.") + var/obj/item/storage/book/bible/B = A + B.name = name + B.icon_state = icon_state + B.item_state = item_state + if(istype(A, /obj/item/cult_bastard) && !iscultist(user)) + var/obj/item/cult_bastard/sword = A + to_chat(user, "You begin to exorcise [sword].") + playsound(src,'sound/hallucinations/veryfar_noise.ogg',40,TRUE) + if(do_after(user, 40, target = sword)) + playsound(src,'sound/effects/pray_chaplain.ogg',60,TRUE) + for(var/obj/item/soulstone/SS in sword.contents) + SS.usability = TRUE + for(var/mob/living/simple_animal/shade/EX in SS) + SSticker.mode.remove_cultist(EX.mind, 1, 0) + EX.icon_state = "ghost1" + EX.name = "Purified [EX.name]" + SS.release_shades(user) + qdel(SS) + new /obj/item/nullrod/claymore(get_turf(sword)) + user.visible_message("[user] purifies [sword]!") + qdel(sword) + else if(istype(A, /obj/item/soulstone) && !iscultist(user)) + var/obj/item/soulstone/SS = A + if(SS.purified) + return + to_chat(user, "You begin to exorcise [SS].") + playsound(src,'sound/hallucinations/veryfar_noise.ogg',40,TRUE) + if(do_after(user, 40, target = SS)) + playsound(src,'sound/effects/pray_chaplain.ogg',60,TRUE) + SS.usability = TRUE + SS.purified = TRUE + SS.icon_state = "purified_soulstone" + for(var/mob/M in SS.contents) + if(M.mind) + SS.icon_state = "purified_soulstone2" + if(iscultist(M)) + SSticker.mode.remove_cultist(M.mind, FALSE, FALSE) + for(var/mob/living/simple_animal/shade/EX in SS) + EX.icon_state = "ghost1" + EX.name = "Purified [initial(EX.name)]" + user.visible_message("[user] purifies [SS]!") + else if(istype(A, /obj/item/nullrod/scythe/talking)) + var/obj/item/nullrod/scythe/talking/sword = A + to_chat(user, "You begin to exorcise [sword]...") + playsound(src,'sound/hallucinations/veryfar_noise.ogg',40,TRUE) + if(do_after(user, 40, target = sword)) + playsound(src,'sound/effects/pray_chaplain.ogg',60,TRUE) + for(var/mob/living/simple_animal/shade/S in sword.contents) + to_chat(S, "You were destroyed by the exorcism!") + qdel(S) + sword.possessed = FALSE //allows the chaplain (or someone else) to reroll a new spirit for their sword + sword.name = initial(sword.name) + REMOVE_TRAIT(sword, TRAIT_NODROP, HAND_REPLACEMENT_TRAIT) //in case the "sword" is a possessed dummy + user.visible_message("[user] exorcises [sword]!", \ + "You successfully exorcise [sword]!") + /obj/item/storage/book/bible/koran name = "Koran" icon_state = "koran" @@ -49,6 +253,34 @@ GLOBAL_LIST_INIT(bibleitemstates, list("bible", "koran", "scrapbook", "burning", new /obj/item/reagent_containers/food/drinks/bottle/whiskey(src) /obj/item/storage/book/bible/syndicate - name = "Syndicate Tome" icon_state ="ebook" deity_name = "The Syndicate" + throw_speed = 2 + throwforce = 18 + throw_range = 7 + force = 18 + hitsound = 'sound/weapons/sear.ogg' + damtype = BURN + name = "Syndicate Tome" + attack_verb = list("attacked", "burned", "blessed", "damned", "scorched") + var/uses = 1 + +/obj/item/storage/book/bible/syndicate/attack_self(mob/living/carbon/human/H) + if (uses) + H.mind.holy_role = HOLY_ROLE_PRIEST + uses -= 1 + to_chat(H, "You try to open the book AND IT BITES YOU!") + playsound(src.loc, 'sound/effects/snap.ogg', 50, TRUE) + H.apply_damage(5, BRUTE, pick(BODY_ZONE_L_ARM, BODY_ZONE_R_ARM)) + to_chat(H, "Your name appears on the inside cover, in blood.") + var/ownername = H.real_name + desc += "The name [ownername] is written in blood inside the cover." + +/obj/item/storage/book/bible/syndicate/attack(mob/living/M, mob/living/carbon/human/user, heal_mode = TRUE) + if (user.a_intent == INTENT_HELP) + return ..() + else + return ..(M,user,heal_mode = FALSE) + +/obj/item/storage/book/bible/syndicate/add_blood_DNA(list/blood_dna) + return FALSE diff --git a/code/game/objects/structures/crates_lockers/closets/job_closets.dm b/code/game/objects/structures/crates_lockers/closets/job_closets.dm index dac919bb428c..0e65a5aeb760 100644 --- a/code/game/objects/structures/crates_lockers/closets/job_closets.dm +++ b/code/game/objects/structures/crates_lockers/closets/job_closets.dm @@ -98,7 +98,7 @@ icon_door = "black" /obj/structure/closet/wardrobe/chaplain_black/PopulateContents() - new /obj/item/storage/box/holy(src) + new /obj/item/choice_beacon/holy(src) new /obj/item/clothing/accessory/pocketprotector/cosmetology(src) new /obj/item/clothing/under/rank/civilian/chaplain(src) new /obj/item/clothing/shoes/sneakers/black(src) diff --git a/code/modules/antagonists/cult/runes.dm b/code/modules/antagonists/cult/runes.dm index 5058dc73f081..7355880e6da1 100644 --- a/code/modules/antagonists/cult/runes.dm +++ b/code/modules/antagonists/cult/runes.dm @@ -61,6 +61,10 @@ Runes can either be invoked by one's self or with many different cultists. Each if(do_after(user, 15, target = src)) to_chat(user, "You carefully erase the [lowertext(cultist_name)] rune.") qdel(src) + else if(istype(I, /obj/item/nullrod)) + user.say("BEGONE FOUL MAGIKS!!", forced = "nullrod") + to_chat(user, "You disrupt the magic of [src] with [I].") + qdel(src) /obj/effect/rune/attack_hand(mob/living/user) . = ..() @@ -498,6 +502,9 @@ structure_check() searches for nearby cultist structures required for the invoca if(do_after(user, 50, target = src)) //Prevents accidental erasures. log_game("Summon Narsie rune erased by [key_name(user)] with [I.name]") message_admins("[ADMIN_LOOKUPFLW(user)] erased a Narsie rune with [I.name]") + else if(istype(I, /obj/item/nullrod)) //Begone foul magiks. You cannot hinder me. + log_game("Summon Narsie rune erased by [key_name(user)] using a null rod") + message_admins("[ADMIN_LOOKUPFLW(user)] erased a Narsie rune with a null rod") else ..() diff --git a/code/modules/antagonists/revenant/revenant.dm b/code/modules/antagonists/revenant/revenant.dm index 084176f4b8c4..76da8304df09 100644 --- a/code/modules/antagonists/revenant/revenant.dm +++ b/code/modules/antagonists/revenant/revenant.dm @@ -190,6 +190,17 @@ return BULLET_ACT_FORCE_PIERCE return ..() +//damage, gibbing, and dying +/mob/living/simple_animal/revenant/attackby(obj/item/W, mob/living/user, params) + . = ..() + if(istype(W, /obj/item/nullrod)) + visible_message("[src] violently flinches!", \ + "As \the [W] passes through you, you feel your essence draining away!") + adjustBruteLoss(25) //hella effective + inhibited = TRUE + update_action_buttons_icon() + addtimer(CALLBACK(src, PROC_REF(reset_inhibit)), 30) + /mob/living/simple_animal/revenant/proc/reset_inhibit() inhibited = FALSE update_action_buttons_icon() diff --git a/code/modules/antagonists/wizard/equipment/artefact.dm b/code/modules/antagonists/wizard/equipment/artefact.dm index a20b905b590d..a95ef0d1b579 100644 --- a/code/modules/antagonists/wizard/equipment/artefact.dm +++ b/code/modules/antagonists/wizard/equipment/artefact.dm @@ -58,6 +58,14 @@ if(spawn_amt_left <= 0) qdel(src) +/obj/effect/rend/attackby(obj/item/I, mob/user, params) + if(istype(I, /obj/item/nullrod)) + user.visible_message("[user] seals \the [src] with \the [I].") + qdel(src) + return + else + return ..() + /obj/effect/rend/singularity_pull() return diff --git a/code/modules/clothing/head/jobs.dm b/code/modules/clothing/head/jobs.dm index 3e04245e1a14..3aedbac93e4d 100644 --- a/code/modules/clothing/head/jobs.dm +++ b/code/modules/clothing/head/jobs.dm @@ -252,12 +252,3 @@ #undef DRILL_SHOUTING #undef DRILL_YELLING #undef DRILL_CANADIAN - -/obj/item/clothing/head/witchunter - name = "witchunter hat" - desc = "This hat saw much use back in the day." - icon_state = "witchhunterhat" - item_state = "witchhunterhat" - flags_cover = HEADCOVERSEYES - flags_inv = HIDEEYES|HIDEHAIR - armor = list("melee" = 30, "bullet" = 10, "laser" = 10, "energy" = 10, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 80, "acid" = 80) diff --git a/code/modules/clothing/head/misc_special.dm b/code/modules/clothing/head/misc_special.dm index c04b61563f53..b9e828ab3974 100644 --- a/code/modules/clothing/head/misc_special.dm +++ b/code/modules/clothing/head/misc_special.dm @@ -315,6 +315,13 @@ var/datum/brain_trauma/mild/phobia/conspiracies/paranoia var/warped = FALSE +/obj/item/clothing/head/foilhat/Initialize(mapload) + . = ..() + if(!warped) + AddComponent(/datum/component/anti_magic, FALSE, FALSE, TRUE, ITEM_SLOT_HEAD, 6, TRUE, null, CALLBACK(src, PROC_REF(warp_up))) + else + warp_up() + /obj/item/clothing/head/foilhat/equipped(mob/living/carbon/human/user, slot) . = ..() if(slot != ITEM_SLOT_HEAD || warped) diff --git a/code/modules/clothing/spacesuits/hardsuit.dm b/code/modules/clothing/spacesuits/hardsuit.dm index cfea52d999a2..eb7f884f74d9 100644 --- a/code/modules/clothing/spacesuits/hardsuit.dm +++ b/code/modules/clothing/spacesuits/hardsuit.dm @@ -564,6 +564,11 @@ max_heat_protection_temperature = FIRE_IMMUNITY_MAX_TEMP_PROTECT helmettype = /obj/item/clothing/head/helmet/space/hardsuit/wizard +/obj/item/clothing/suit/space/hardsuit/wizard/Initialize() + . = ..() + AddComponent(/datum/component/anti_magic, TRUE, FALSE, FALSE, ITEM_SLOT_OCLOTHING, INFINITY, FALSE) + + //Medical hardsuit /obj/item/clothing/head/helmet/space/hardsuit/medical name = "medical hardsuit helmet" diff --git a/code/modules/clothing/spacesuits/miscellaneous.dm b/code/modules/clothing/spacesuits/miscellaneous.dm index 893ba2ccd0bc..b563fe54f499 100644 --- a/code/modules/clothing/spacesuits/miscellaneous.dm +++ b/code/modules/clothing/spacesuits/miscellaneous.dm @@ -332,6 +332,10 @@ Contains: actions_types = list() resistance_flags = FIRE_PROOF +/obj/item/clothing/suit/space/hardsuit/ert/paranormal/Initialize() + . = ..() + AddComponent(/datum/component/anti_magic, FALSE, FALSE, TRUE, ITEM_SLOT_OCLOTHING) + /obj/item/clothing/suit/space/hardsuit/ert/paranormal name = "paranormal response team hardsuit" desc = "Powerful wards are built into this hardsuit, protecting the user from all manner of paranormal threats." @@ -341,6 +345,10 @@ Contains: max_heat_protection_temperature = FIRE_IMMUNITY_MAX_TEMP_PROTECT resistance_flags = FIRE_PROOF +/obj/item/clothing/suit/space/hardsuit/ert/paranormal/Initialize() + . = ..() + AddComponent(/datum/component/anti_magic, TRUE, TRUE, TRUE, ITEM_SLOT_OCLOTHING) + /obj/item/clothing/suit/space/hardsuit/ert/paranormal/inquisitor name = "inquisitor's hardsuit" icon_state = "hardsuit-inq" @@ -365,6 +373,11 @@ Contains: resistance_flags = FIRE_PROOF allowed = list(/obj/item/flashlight, /obj/item/tank/internals, /obj/item/pickaxe, /obj/item/spear, /obj/item/organ/regenerative_core/legion, /obj/item/kitchen/knife, /obj/item/kinetic_crusher, /obj/item/resonator, /obj/item/melee/transforming/cleaving_saw) + +/obj/item/clothing/suit/space/hardsuit/berserker/Initialize() + . = ..() + AddComponent(/datum/component/anti_magic, TRUE, TRUE, TRUE, ITEM_SLOT_OCLOTHING) + /obj/item/clothing/suit/space/hardsuit/berserker/RemoveHelmet() var/obj/item/clothing/head/helmet/space/hardsuit/berserker/helm = helmet if(helm?.berserk_active) diff --git a/code/modules/clothing/suits/jobs.dm b/code/modules/clothing/suits/jobs.dm index afe6af479923..3c01844f1591 100644 --- a/code/modules/clothing/suits/jobs.dm +++ b/code/modules/clothing/suits/jobs.dm @@ -286,10 +286,3 @@ body_parts_covered = HEAD flags_inv = HIDEHAIR|HIDEEARS|HIDEFACE|HIDEFACIALHAIR -/obj/item/clothing/suit/armor/witchhunter - name = "witchunter garb" - desc = "This worn outfit saw much use back in the day." - icon_state = "chaplain_witchhunter" - item_state = "witchhunter" - body_parts_covered = CHEST|GROIN|LEGS|ARMS - allowed = list(/obj/item/storage/book/bible, /obj/item/reagent_containers/food/drinks/bottle/holywater, /obj/item/storage/fancy/candle_box, /obj/item/candle, /obj/item/tank/internals/emergency_oxygen, /obj/item/tank/internals/plasmaman) diff --git a/code/modules/holiday/halloween.dm b/code/modules/holiday/halloween.dm index d5b0c0ff6638..e95bdb2063a8 100644 --- a/code/modules/holiday/halloween.dm +++ b/code/modules/holiday/halloween.dm @@ -243,6 +243,17 @@ if(prob(5)) playsound(loc, 'sound/spookoween/insane_low_laugh.ogg', 300, TRUE) +/mob/living/simple_animal/hostile/clown_insane/attackby(obj/item/O, mob/user) + if(istype(O, /obj/item/nullrod)) + if(prob(5)) + visible_message("[src] finally found the peace it deserves. You hear honks echoing off into the distance.") + playsound(loc, 'sound/spookoween/insane_low_laugh.ogg', 300, TRUE) + qdel(src) + else + visible_message("[src] seems to be resisting the effect!") + return + return ..() + /mob/living/simple_animal/hostile/clown_insane/handle_temperature_damage() return diff --git a/code/modules/hydroponics/grown/melon.dm b/code/modules/hydroponics/grown/melon.dm index 1c6b19313ee4..1378fb0253fc 100644 --- a/code/modules/hydroponics/grown/melon.dm +++ b/code/modules/hydroponics/grown/melon.dm @@ -52,3 +52,19 @@ dried_type = null wine_power = 70 //Water to wine, baby. wine_flavor = "divinity" + +/obj/item/reagent_containers/food/snacks/grown/holymelon/Initialize() + . = ..() + var/uses = 1 + if(seed) + uses = round(seed.potency / 20) + AddComponent(/datum/component/anti_magic, TRUE, TRUE, FALSE, ITEM_SLOT_HANDS, uses, TRUE, CALLBACK(src, PROC_REF(block_magic)), CALLBACK(src, PROC_REF(expire))) //deliver us from evil o melon god + +/obj/item/reagent_containers/food/snacks/grown/holymelon/proc/block_magic(mob/user, major) + if(major) + to_chat(user, "[src] hums slightly, and seems to decay a bit.") + +/obj/item/reagent_containers/food/snacks/grown/holymelon/proc/expire(mob/user) + to_chat(user, "[src] rapidly turns into ash!") + qdel(src) + new /obj/effect/decal/cleanable/ash(drop_location()) diff --git a/code/modules/jobs/job_types/chaplain.dm b/code/modules/jobs/job_types/chaplain.dm index ab4ceb6968c0..870697476794 100644 --- a/code/modules/jobs/job_types/chaplain.dm +++ b/code/modules/jobs/job_types/chaplain.dm @@ -16,6 +16,8 @@ var/obj/item/storage/book/bible/booze/B = new if(GLOB.religion) + if(H.mind) + H.mind.holy_role = HOLY_ROLE_PRIEST B.deity_name = GLOB.deity B.name = GLOB.bible_name B.icon_state = GLOB.bible_icon_state @@ -28,6 +30,8 @@ if(GLOB.religious_sect) GLOB.religious_sect.on_conversion(H) return + if(H.mind) + H.mind.holy_role = HOLY_ROLE_HIGHPRIEST var/new_religion = DEFAULT_RELIGION if(M.client && M.client.prefs.custom_names["religion"]) diff --git a/code/modules/mining/lavaland/necropolis_chests.dm b/code/modules/mining/lavaland/necropolis_chests.dm index 268413ef203c..7b80559d2691 100644 --- a/code/modules/mining/lavaland/necropolis_chests.dm +++ b/code/modules/mining/lavaland/necropolis_chests.dm @@ -501,6 +501,10 @@ if(input) src.warcry = input +/obj/item/immortality_talisman/Initialize() + . = ..() + AddComponent(/datum/component/anti_magic, TRUE, TRUE, TRUE) + /datum/action/item_action/hands_free/immortality name = "Immortality" diff --git a/code/modules/mob/living/carbon/human/examine.dm b/code/modules/mob/living/carbon/human/examine.dm index f92e8d762f2d..4430fc1da300 100644 --- a/code/modules/mob/living/carbon/human/examine.dm +++ b/code/modules/mob/living/carbon/human/examine.dm @@ -314,6 +314,10 @@ msg += "" + if(HAS_TRAIT(user, TRAIT_SPIRITUAL) && mind?.holy_role) + msg += "[t_He] [t_has] a holy aura about [t_him].\n" + SEND_SIGNAL(user, COMSIG_ADD_MOOD_EVENT, "religious_comfort", /datum/mood_event/religiously_comforted) + switch(stat) if(UNCONSCIOUS, HARD_CRIT) msg += "[t_He] [t_is]n't responding to anything around [t_him] and seem[p_s()] to be asleep.\n" diff --git a/code/modules/mob/living/simple_animal/hostile/human/skeleton.dm b/code/modules/mob/living/simple_animal/hostile/human/skeleton.dm index b251dda91e48..675c6fc99342 100644 --- a/code/modules/mob/living/simple_animal/hostile/human/skeleton.dm +++ b/code/modules/mob/living/simple_animal/hostile/human/skeleton.dm @@ -47,8 +47,8 @@ melee_damage_upper = 30 deathmessage = "collapses into a pile of bones, its gear clanging as it hits the ground!" loot = list(/obj/effect/decal/remains/human, - /obj/item/clothing/suit/armor/witchhunter, - /obj/item/clothing/head/witchunter, + /obj/item/clothing/suit/armor/riot/chaplain, + /obj/item/clothing/head/helmet/chaplain, /obj/item/claymore/weak{name = "holy sword"}) /mob/living/simple_animal/hostile/human/skeleton/ice diff --git a/code/modules/reagents/chemistry/reagents/alcohol_reagents.dm b/code/modules/reagents/chemistry/reagents/alcohol_reagents.dm index 5902665e85c9..123afbcf387c 100644 --- a/code/modules/reagents/chemistry/reagents/alcohol_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/alcohol_reagents.dm @@ -2162,6 +2162,13 @@ All effects don't start immediately, but rather get worse over time; the rate is glass_name = "Trappist Beer" glass_desc = "boozy Catholicism in a glass." +/datum/reagent/consumable/ethanol/trappist/on_mob_life(mob/living/carbon/M) + if(M.mind.holy_role) + M.adjustFireLoss(-2.5, 0) + M.jitteriness = max(0, M.jitteriness-1) + M.stuttering = max(0, M.stuttering-1) + return ..() + /datum/reagent/consumable/ethanol/blazaam name = "Blazaam" description = "A strange drink that few people seem to remember existing. Doubles as a Berenstain remover." diff --git a/code/modules/religion/religion_sects.dm b/code/modules/religion/religion_sects.dm index 3ddce78ae6e5..92327a2ed689 100644 --- a/code/modules/religion/religion_sects.dm +++ b/code/modules/religion/religion_sects.dm @@ -135,6 +135,8 @@ if(iscyborg(L)) var/mob/living/silicon/robot/R = L var/charge_amt = 50 + if(L.mind?.holy_role == HOLY_ROLE_HIGHPRIEST) + charge_amt *= 2 R.cell?.charge += charge_amt R.visible_message("[user] charges [R] with the power of [GLOB.deity]!") to_chat(R, "You are charged by the power of [GLOB.deity]!") diff --git a/code/modules/religion/religion_structures.dm b/code/modules/religion/religion_structures.dm index e9d76ca8bf5a..f9c449c56e9b 100644 --- a/code/modules/religion/religion_structures.dm +++ b/code/modules/religion/religion_structures.dm @@ -18,6 +18,10 @@ var/can_i_see = FALSE if(isobserver(user)) can_i_see = TRUE + else if(isliving(user)) + var/mob/living/L = user + if(L.mind?.holy_role) + can_i_see = TRUE if(!can_i_see || !sect_to_altar) return @@ -53,6 +57,62 @@ pushed_mob.forceMove(loc) return ..() +/obj/structure/altar_of_gods/attackby(obj/item/C, mob/user, params) + //If we can sac, we do nothing but the sacrifice instead of typical attackby behavior (IE damage the structure) + if(sect_to_altar?.can_sacrifice(C,user)) + sect_to_altar.on_sacrifice(C,user) + return TRUE + . = ..() + //everything below is assumed you're bibling it up + if(!istype(C, /obj/item/storage/book/bible)) + return + if(sect_to_altar) + if(!sect_to_altar.rites_list) + to_chat(user, "Your sect doesn't have any rites to perform!") + return + var/rite_select = input(user,"Select a rite to perform!","Select a rite",null) in sect_to_altar.rites_list + if(!rite_select || !user.canUseTopic(src, BE_CLOSE, FALSE, NO_TK)) + to_chat(user,"You cannot perform the rite at this time.") + return + var/selection2type = sect_to_altar.rites_list[rite_select] + performing_rite = new selection2type(src) + if(!performing_rite.perform_rite(user, src)) + QDEL_NULL(performing_rite) + else + performing_rite.invoke_effect(user, src) + sect_to_altar.adjust_favor(-performing_rite.favor_cost) + QDEL_NULL(performing_rite) + return + + if(user.mind.holy_role != HOLY_ROLE_HIGHPRIEST) + to_chat(user, "You are not the high priest, and therefore cannot select a religious sect.") + return + + var/list/available_options = generate_available_sects(user) + if(!available_options) + return + + var/sect_select = input(user,"Select a sect (You CANNOT revert this decision!)","Select a Sect",null) in available_options + if(!sect_select || !user.canUseTopic(src, BE_CLOSE, FALSE, NO_TK)) + to_chat(user,"You cannot select a sect at this time.") + return + var/type_selected = available_options[sect_select] + GLOB.religious_sect = new type_selected() + for(var/i in GLOB.player_list) + if(!isliving(i)) + continue + var/mob/living/am_i_holy_living = i + if(!am_i_holy_living.mind?.holy_role) + continue + GLOB.religious_sect.on_conversion(am_i_holy_living) + sect_to_altar = GLOB.religious_sect + if(sect_to_altar.altar_icon) + icon = sect_to_altar.altar_icon + if(sect_to_altar.altar_icon_state) + icon_state = sect_to_altar.altar_icon_state + + + /obj/structure/altar_of_gods/proc/generate_available_sects(mob/user) //eventually want to add sects you get from unlocking certain achievements . = list() for(var/i in subtypesof(/datum/religion_sect)) diff --git a/code/modules/vending/wardrobes.dm b/code/modules/vending/wardrobes.dm index da3fdb134010..bbc53154aac6 100644 --- a/code/modules/vending/wardrobes.dm +++ b/code/modules/vending/wardrobes.dm @@ -375,7 +375,7 @@ icon_state = "chapdrobe" product_ads = "Are you being bothered by cultists or pesky revenants? Then come and dress like the holy man!;Clothes for men of the cloth!" vend_reply = "Thank you for using the ChapDrobe!" - products = list(/obj/item/storage/box/holy = 1, + products = list(/obj/item/choice_beacon/holy = 1, /obj/item/storage/backpack/cultpack = 1, /obj/item/clothing/head/beret/service = 1, //WS edit - berets /obj/item/clothing/accessory/pocketprotector/cosmetology = 1, diff --git a/icons/mob/clothing/head/armor.dmi b/icons/mob/clothing/head/armor.dmi index 38adc74f33179e82ee37dfe5a447b79580246b92..4cec91ad01103c2d0469083796db7b0d9a136f7c 100644 GIT binary patch literal 38707 zcmc$FcQ{<%_wGToB)Sk?2q9YZZU`cJkf=crz4vYif`}eO?;1N-M{X=KhI;%oOAZsbI#gpul4SCy(jFAiX7g3%KHES;K{$1Q3n8Y$-93X zEC2vZlV=6M9RaVm+AcDt&L&Ql4lb7Vb^zd!nwBu^^ydX($nd#_MJ$`ki;W${5Ty|5 zll$qNy2Z9wk{OI()mn3rUij;MzA5*`2SG0ppQH@Wc&6?Et{nNvp zC>{2sMeC0=)SDp>@qNboezEfd)@RARf7s_f8_{)Xyc8-Y+WU$T{lRs3uo zLN?_3dtqnIW1s4@l*$ncqqj9b$tJUPZ`0z3jv*TUOlR$55g55bUdjX!_es>nKIdA! zD)y&)UfzPGP{Q4;+7mluS09zhjlzEB zz{(n>s{Piz!Tj}Sq7#fbNVGEhpHl}Jif#X1lX0xA)-4)jM4R z<2l|uM^4E2A+vxqp|2b*X1vSqVbZ3sK|+^8R;a7tZ{EpLUSh5jT&O@c`2_AGS~S}u z?luDl(NruOl|JQ5$=c|$^2Q&p%9n@TKjd&T40{L(NaOrbXgDPfGjN#uWyREBHI(|+ zr@ix!hU8O3(NCE%bCu`fE5?6WU&u8GI~;}G+mbQfrU@nUnmtRu_>_2YR%d$l5vh8u z)7)e`dG4x(#A0hfd{U<5j0OODKwd`btw-wKf~NAApi!ILL?=1dO)B*|V>a(!aR z9{Kt;ln{&b{bNZ?OkKR^JwEu6b1w=RSIM|pQWzjG@uOI#;jMra4$(_8dNv(V z(KkzU%8w?~{F%@69u;o2l)ld`N_5^4*MC>A^b?;sWe|%2{9`<}I3OvB8j4+CiX(^F zI;o0iy}BLEA^tXFRt2lPHAEq`bPwht$(DQ{)jE+_4d<8ft#FRf4y&}H|{8$#^#sfmu*>Dz%m~` zxX*G+?{O$j!US(HH>bq{zL7q%o2s~wGR?u&BduLaWm-mE~wfD{O#?qvx*!6Z!@_M<)u`!dMu5NPW`yy@&+_l5f z%fV!{9nx_;#YIm{xhPsppy_;*2fRc3Aw_;g2aCeWwM6?O2(C4eVM3axwlL1YOg$dh zE?!JrJh+KsXLmP`Mzqdo(?pf6Vp7Qbt#(0ZJ_{Ht*N6^miUpg}@ul65Zghu?I8Nf1dLpX#$7% zg)Y$~6%_9K%{M4-UpERs$Qgg)st@13|JpPA{q9P6)y2@=8&^w*rD2rlmr47*rq!LL zTnhRt`ouU->b0)Lzb+X~@1Hg{XO9Yz>mAtb1ZG^5Wcu7Uo1YQg=ze`5f%Ai)#fj4w zYkrmQ!Lru}H$hi~es?k)_9hYZ+@MKA13B>>uCg3!5(YuKZ1c>$^ZTaf!~88G5RSqW zyXj*>ZjyD8(;QmoX@YwUSB9cMk!H!KT~-{FH8vnx6x5xldR0j9iItW0wW6YQ@D>NT zce38cZ!Xwl_*vG|rF|lYOFF^e)4yEnnQ0H{R+_Xd8q z3%qo_T^@PE=f)A#bGajQQgDC=z5)JBrfLEMRpZYsB4gzeovz&Y3 z>y)9Hv{0R~iAfwv&om92oJrKYvb(4_v*nJ}S0A&==u3GGEk?)AryJ+>DFq`@@6Yn#6q)_?OAFPJ?iJM47Pq>eK$i}EAmK6^*t|U(1rE0YK1a;>N7;LRJnH(^IQd7CV>b zL;9Da&s(hV!65F`r{VHm>tru#{??)f>7`EhkyoLC4RT^T8X>Q)9@`6-R9R9$f?zr(_TelCtAa9fD{_dgDZqxfR zM`Fi84aKeNy3Dgn%9bf8hSl+E=UAesZW?5N&F8rpoJ!QOJJY!xc0c|5cNTs(LNebY zcYZ7N%6ovX-I=X}_<&;60@u?h&qE)U`mR4vWCPpiV91|B`QBKO^j+JSd3_XHB^m>R z?++>-MHzGQ@&`h#lTe(-ZjCwu*kC2Fnh+^ol1uGQ% z+qP=^XZtYZU&ryO=)si7LoFaFBO~)s$i^RR)8jA$fY-#Vl!HIR!0_7$13V}5`S<_z z3kTm`Cc@;sx>UW5OG}T#LQ6k_IXK@Pe?msH=-tWbv6`KhrWT{H@NBM$Lf6Tj&yVt2 zG9v?nXcQ(e0M$&PEL`osZ*5I=<&2j3iLuKe)$3bpc{f7S2Zp5FCq7$#s-gCLh?uVWD6Bh8UxdOau%7^?UrO&t%KK?|u~2#3&$ zd%cF;o`jE3d!22sOx*r}+7CVE^TcA|=2lY|6o1CV>xH+ofA)QX1{(ml#NA+eSSE|2 zbP51v#CY3BtvjrMYyXLJ%74a2U;tSF93TO zqPCpbVsjvAtXQXtvSZ@o?YqJ5&u9yTM5FlT!&8i6V(6Hdn7=kp2g%KX?(s?cp0I(+=fk( zDT`6BL8u`6rd%Oqc4%fb%xY>eD(_?$kz{xvee7t&dO8aC=XcN=;48Yh`8GGK1#mQ`5tt)5dc4j($Ro#iHX8amw&zG&!imYRF@Q`q}o`x zxTMV?(1O%zAspmZm1=HZ-wqZWwONEW78+y1XDJr&YNxDirY?wj0&Y(?OY7(7*E2jk zo{OXr!*DeG;QgNN9eT08zqB>^2YP>~+|BY9$^Nl?kwVN$+M4vEe$}W;hasbVbf3%3 z#>?DydDRv*-+hl#h9*vuTpVl{;!l35>`JE+`)o7tnfF10P)Wq z@i%&U;d&uaq-4;oNV>d%fi;{X+X&|^7|a2`#Nl91=ew?Fc78s7uVR8*^{maavp%Ua zsqIs^_0zxa#dT}!A~c1t0gGT~mNJp>@87lOg|^A0r%~zND0Y|I2u)NYh;Yy(=T56= z(u^DQ&njk^J<<78py{9FnCExU>|QAU3LcVSFhnM2CCttW%O zI0u4QP~%5`kwGW4Ws2S!Cl;nJyME{bjKQ4*KQGG|{XPOi3MIg63(VG>ntM^2trc-K zgtNErpJT()RV{dK=;=PN5wx%h<3pLN1=4_xMms?uYq*eS=`P;f|W#+iCd+#*0MD-7I?384pQ|N@rmVLNud!M?|`Bc{m zuCA^g!D5N$b9Gz9>qNn|4gly=LVxPr>W)8fbab3?V#j-t1jv6%G$aHvTS{pGLarCc zJf}-()wTfry*?OOO?;jLe%dN~Pfw5J^pcO+X$7*Y7^;E4$-pTyCF-YPaG?;slncZ7 z_U+rp*c5u;WlF@7;*gY`pNzph4#CF@jqZYIy;hc5 z(f!xgKgP}9KdNTs>gY8_SeG`G8hkzy%Ix_MJ;G8Qbj-+IsOf$@K1UEVH=tlZ0K{(b%{+WiZKG z6;qIS;;ERFi3|Otom26+Z|_G2JIyDhm_^1$=~VcHy)`fhdzPNMcK-e@PfV2RKW%W^ z|B{&r6j;NWhM*jNV;P4kVUdwoz!Q^-{er{1lau@N9%~UQ{oe2${N>QlX!6M-E%)4f zgG*ql##(D{zFuP{7<`Bd@EHpFkPF3|pf^4X8I-V>`mAhY*z)5W&*SWQeo-#%l#>GukcB(u4U z#pCX0Ut^FntkeMgR+cG#L*b z`?3zq6R%?Ur%D%mx9jr-197mR)RdgLd?`0t_cexb3jNjcT-$hAoA0w-wqQYEXHzaM zkXp}$WJ3ECQ?gg~?D4NiRPVJy!A;HMz++sK+-@ub48Q}Kg!FK1qXk+;8~rBNf#S%r zeA8Qq+x?IRv>0)e64ZuUnKb$Lo4+RVw9fn-DVfJ>-HHLWbZ_hu(~tm|Aty`GCWVn5 zVI)j+s4$iOpKKCc-E`1md3>*KLlGXSo&B|vd5Jgrfgvzr=-wkDm`*{fNT-Vi{_W0E zO}4vF>!<@r5*eWm=;BS8WM$jeewyqpAsE30)wfN#>LyCj$TW$FICwmZ-+}4F+hc4} z$VH_F2E!O4rG@v0b2PL%6%9Sr+`#`qL{FNiMv#C%qlBJ$gR}V;je+our|rcz2k}66 zo12Sy_l<+g76WxJhjW8r_@$L@w>>+yr&#qerD9t6HuqzQU(-`py6~TuDt%ECzU*C5 zbXK)$5jTC< zE`K=8<>Mz8>qeZ8kRTRFU2S;lSPX9RR}}a;c8R}FL`VEdGz3rD=QU23yT#JpB}^E@ z<&H0FY(~Fh0VqM2^m=lndxvL$?H0>t_z?|6z|m>gho(1fGM=d*K7=A}PDIBPJGI6| zC6*sY&3qTC+gzqZd6<3X*({Zb2uSw1j|2Qsfsz$0Wt7bq$YPuDNuG3Z~reyO{j>F(pXna7t+3XCw93-0vc1Hh+~ zz@XuduXGRtt4Tp3VC2s;Z5_YbKNS#(IxcyOe>b;9_ZIxM^qULayiS7EhS_YjBTRkw ziT$#YsbAm?*bO}kOztf`-vBWi@h~n}efeN|?_au|TmjNuFUJFQIo4 z;MAH((B&TC4dkHsWa6-1M{>kDk7T2H9R>U#1`4#JhP~9)1*JeUbm`f{R;J$5X25fE zX%9hr6+DjE*uX#e`Z9{Jn_o2|?K-BHmk35GYKFdqTsKTi3tv1=iTyoEX((XZMLyOe zC$d`PPUQ#0ByvIRtIKVVO1Cr>0ZLnm^;dgUFjZnQ=%24#PhC$L1!=$$Y^$a) zl?%4@;m@~jq`^*jB$P|-7`p44ax%ll)KV08^=_;OV(>lqdZ#h1-Aw#7bd99zHQ+Z5 zXHxduizkM$mU-87VN+u-<2tVrkxbXO`6f|xmz$|IFyoEnSxf@GgI)8TjA^vaM~Q)t zmkOeysizK>xZr!E3a`anMnKDz6XbfD6$5iwd zv@#Eb**h#H%l=JHMUUh1;}k^%RK9OkI%6&W!|4wAJ2l_}>3VP?pkgpeY2hBix9=n1 z@1u(kG)4Nc?vc(+6AVYIOiW~6e@4SQIF+A`V6nHKZ#fgsDrj8~&med^&C);FpX_zN zSjRB%83Tg}#T*yTF6shpirp)-&DXR5(mLaZr-~gGO3?aaG=|Hcj0Uw91rcB+r@T?^ zfYbPAs2W(vR9})!T}t>W?S!Y59Rk$s?tBv2&e5emBqz#{LNS$%ZN6%Yi{QS+y3PR! z{{S7fpF_tRL6H;85w+j9DYwa~AmNa`WD5Tjk}E&Vck3-juIE?NIW3yMDC`5@k+EDi zq!iF0*IOK0tNN$qAUt!9m=djdyZ*qd)6G_(+R9Jn!yQ|p9GjlbNh9V#DDHhOkp(lR!~@~|8KaC|1`b+uk1>< z^x?hIw`Sq8vCz6X8|EDF;jx>iA$`U%gcM<8^Y5j*{yAV688!bt^~DFDX6F%a#2{HX z>Br?uudU_MnN+lfhX@P|JQ~A8>a#E66UG#~b2V%tax#y3S{8-3n~^)0E&7edg`GT8 zuaDtFSxm(c;CDCJse6Z=CPp=-$FknViq`^^z5jWkR4e!k#~A#CK6_@B#w3 z&_J8l`fs2hOMZx2P=m$|n%yiA82l>@4$C?5ySOq*0zBBniUS7W4sa&^2-Po8xT|p5$Cjo zho@)O3kaQfgDVN;5`2&g_V=S4KHaO_)?FS3Muzh9an-bh-Yc-x6J|~oZ5v^U-Qnvh zWHF3w3e{H(t%6}P3qn|be-`2x?(J)D-E7&mzhvj6q{+!iOIQFS)G{%z`T-e8-t?ZL zvgC`ySqFxv`6V1y1|iVD>IECar5>{HN2JoYp*!P4$FzQz*%_~8J|Jkcp@?$iPmf|4 zXKBK<;9ts2j7feVRaNjRcTe-+?w5+nnwf3xA52ag@NRrGWv%m7cUzNm#rx9VujaD( zRU?vNeRInMiO~2qR|?y@?`MK^x_t2^JY4Pl`>%%hbeet>{W7uBs^SYmo*g)(-?TC_ zo6zIrzP36uGCwFnfuAYw*ETk{7`4=Ui9Vbd&r zp`0f24xM^DIxuI48(jFbuVFZd46_>EGKsW^XnvHrcgr>&V@KdZNf1+Ey2BkMn3&bh zW#G9ME`~jHXMG4b2!`T!^CkCuvWO%v270BP2x-sN!Y?8hd&+;#+&FVm#L=?I4Ih#^ zyqjSE`)>8QpgVH^#@BMQxROELz^aJj$i1G2Qmwiw!*VNLCHq^ufQRee+!uT>H zi}?QsWBi{+(Yu;$4m%lcOpK%*r^<{CvpcgZQ^!BC5(V-_Ojj4v2GE5!$8dv-gy?YV z_x)#CCX*L)i%XRT{g=`lWCfRcHUdwMLv-0qwmLdX<|s*XJIIK(E|LYT1MdNCw6#UG z$cScvIw*EM5^yLs8xIw*NHC$VM1rjK)cP~L8ttx4xBUjru{o-Ge*RD;MXG03 zA>+hryJ>+_6=00cZ4n2<7g(%)UKbY|>+tJ@v0!UPb9SLtO*{X4+N%3$%ER!^PX^6i zPx$#C38diB(Mar_Q8#Ah|HF7Od0(Id33?@$p3|HQZl6>K(>e4Z4)n2t${4^yoHWj- ziAz7BCqJdPg>BNuoh7c=$81H{z(czcRNTWhZeEe0ws%qA&9c#L_Z2o~*3W9v@UDpQ z8sxZ{ZS9(Nfmm3QudI&}@k!k3u=EcMkkMH)(inP=8kHif+A6&r;QR~Zn zLwzW~(*GxP{`#+-?Wc8<2(MX1H_?XS#y9pcH_$uN9ya#ZBe9_lhKLl``|STcSu9L_ zSv)S$EXp;jI>LaOC3WIzDm57Jo$P>kQ#j4yrxr~jb^ zp#Mel=Te5@MKLrmP}5l_|9f6*InrW{UrM%z4>t?2Wj$%oNVddb8N zWJv81jLpqN6ck^UqX}iayw|ip=FZi13p+aAS?-C@(|c{Sv<=g!Wb0M6zm7C7Uk0v> zGHY8POhnyeY`P=2m+E=_Kf^E1!(|e!=dw*)UNj*XMw`REcb1y_D_j@-VzwXCeC3?3 z4X!i%m=m?TRDT*wjcJEMiMZacP*V$y_|l&0x~r>%kbW6R^f=9bXwiB8x&=Z;Q4hM- zT!p^uX9m#4B-d`BaDkmt1PaeLs^s(}LMHL@!`b!%nL!Kr4=C>iO4-i8ShL7Q;0ap6 z*w_)s6bi*Be6GU99ofMfAzsyECv(XVB&bVP`c;~H58NbgfFc7Cw+qkH4;9*cVN1=v z-rDSB1*T--nEOQy;rRQc1i#9U>o*yb6BEe?eo}<&V&hNP+-_Vf!7;F(_YWY=z%&wu zkC%CTeX%!7a?_$Z^;BY{90?+@33dUX+G_ItqJ%`BZS(HZpB#QM@f2VF-%OaYuh1(h zj`nAWp6F*E+v!lyMn$@L4GbcN7}%JI=IUlE%vB$qoCHW?D=rYDM%vWZH!!@<-x}Qr zh@PC#9Q!|jL&ZcWk1ph1Ct6&(?csEEiJZ7qJ;}>E!n^-Tm>CNRc8+)dW!YM{YZ27u z((n75U|#sv8x4JIlAnZoMkJJ|1(Ii!Huky)sPHeGHiri@D8V0Sm0&go!?cyPb;Z2Z zJ3nwsL_zfA7VkriZk|*i7C$9)BvUH6BXJr6PE@jR*()^vjt-eDVeJx4`E)PMZWU$a zN17OogJyp;G(XQbh|JGtJpgM2Aldw2xt*#Uga&>R65DSsf$OcQyO^ytxL&9BG( zC7K{5Q4FiJnQ$T{zy0!MOi76b$@#pfXn|5gAGMMuDyWOPzV`C)^7ycS)9=XFe6QwR z{p;Cj&s5P>RQmPw^t1_v|NK0|H&SxOx_qoOXXgcC!;<_`e2BOAnu{8d6WeoL83bZz zPu9qQ=qKBQ;0c(s-NCQUgwS@^ju;rN@^HdK z9dr*iHiFx4ea^P0lr3(1LUB4eI$1Mnt*xzNl47#vq3cIRG7amS2bb0m#Dry1Y82?j z#;dDA9q~&_epTj*B1pX>>KGaf$+1Flb2?%u+nL` z(NTwG&_`|(i-)%bepjtpU;zOvK(Jn*nyeE~9;+Q|vFmMC7rQUDlt=3NNzmbhq2}OA z!EFRBfwtCDt8v2&-Dn5RIOlacP! zvs>{q6JTKh99->CUeinG$OL%8U+HeN){^O#U!|0i-Gx2{-S3Bxu-?=Bl@+4zVkkOg z-(iEN4xp(q4 zxK7%JUD+kBo$|`RqcL6^ozM`7aOmA$vV&EdI?M?ab!|yCF6x|o!~?-Q3_T)5$Oie2 zjvk$ySUJM6J0=Zj$2qFZbIjWxizUB!rCq!f2!~0A?;9Ro_uqVjwlrY?(SN%Zpm8bz zAW-`sP|r@uPuS;iXJ;o1CubK|2mu>p$CROW_n9E1{_5(xnDM>)eQa;u7zFe(zFMv) ziVGf;6caSA?BzGG^ONA=<@si56vGb|23kHM7Q_)d&v`|uf`fxu*x6;w+-gs9447k^ z{7#0-Dvk;DQC(fPtu4L^2-&HBqa{O{C4TZ4nF*LYuOx`sW4KRQx!An66Izlm57vx7v}1nye= zKll%wXr{s>BsQmTh9d_VxdbnTWkf}(L*X7c$^c%s*y8)oapu0-&~l_xWVSH~5mA$x zC}tE*=D#TQs^T_!L!0`>zu=*%Z&io_@h7;NmeI;KLl}Pe=Nr#|iO}E+6S!I#BkKou{pfLgGm!_{bIMWOw9{_g+$4!%EN>~N8YzK{1#n&_v z@;a541@#?*Z4GP&o`iQrn)0Rn`ASLIvn_Imms%v?y3u-!Bt2PN?|S-&2AF%=4ImI7 zL-p)Asee!$m^6bptnr^-X0ux}I_(xT*5Fct{SNN`aZUR-ib^S%S5Z)CU+IfVO*hvw zb)Wlw2M-sI7H*k;8&_m%l^NXCnEwOTseIJ^Bjhe9CC!mgp*UBgCn&;#1Ay2e?%%j@ zh&hxmM$E6tg+5!{Yb)cE>%Q*bk~1p-guTROEf9P6r{nLjyyUJsK7W=jX%N|W0+OUA z$|t`r(!&&dK!u_XvNJ!TeXUHlMxg<5K6kw6eQ0#LIrvz@N62j8dq5cssT;>E13r5S zGr!~=D&?4MBnM&4(f$N3Q)j0(9ZBFLOiXany#g1)%$VRxH#Q@RU_H>VY}a^&ZaI84 zn|LC_1FwIHcCA({`=C*EhngsW($LVuy9Qlh?=}1Lc5vaIhgLCbbF}M>DR-&1F=|G`ABgDa`Mlqn~HuqutVscNnCZ5z-L~#{yck| zB7lRBi{?+J2GyIQ_Nd0i0#bjl1sE+~F^~%U8M8SH)F$BpDS4X~y5^IpYV* zN?xQ(0eguwFz;dd>Tsa_rEg5ElS&x&o}87{b3o|i>PVWj&h`OtWH;UwQCK))J7=E*1FQ(YH)VJ|) z;CFa|+)_wFITEaZqnRtD+1(Xm82A8sP}Xw8!xO#Gg?+R06D%U_@R2b5*#jWOHfuTa z2kS&ZdgB-97hvENo|G=K*`0hMn^{h|G^YNQGWUqLHjPy zV&86LyE6oADeYhgH`96_Jr|#(UG|A9>Zc{inRinaG%U75*46tOt9Mnaf`p4r{na)E+0OtGeQ;Az}}F$niST(@PKlaQ0mPA-dCu%ds;Yqh&GPdRQ^ zm2^%m`gu)Q_}8pW*U*u}#MBhJ|Cs;8^z`rX-x#8>_mQc^#1n5fS4T#N*5-*&cN?qc z&M|TCKJ|q1ba*reg0QTh8@$Z;PxHm9hYEh=*7}Fx3X}3V8#^ekrl!_fp6EeqS$EXh zQ5np5RA}qnL=Mu={5<XZ z3`BmGalr>Q5T`jC*LrkmOlXpzZq@YM$nX_bB`<;K0@oLxor2uL9!t`Ps%c_HwU(zZ)&@!{(4V zdl=2>*08%UJDqx6ryugs8`|%6#h-V3p{DLbY19&uO1lQ4$N9Kt$9thf3Z)03`wFG|PDPJE zcnuDaNJQWioJ#~L@yREWvCBMgDWYSlyjRMu0+mA`Y!OfkGZK{03U>SYRx}32K1_6=W73Fhm zTnkW|eYz9wPF@QUkh1k0|V z>Nk7cNZ`gq!<7RZlX_7;{|5ybEy!zYcEc9x-ysCuLAWF@d@ddCb`7BjelTv276&?L zto7sJ02|9(A}s^1WJ>A2eSLlH`*lm4)wr?d>Fe4~KJ`S_Ll3p9R07ai56<`Rq$Fb3 zQ*$c)kZUJXXTuXg%&*%az3yV$)i%d#RU@GMrsMOW95^)i>o^Yx033oSi}E4-t#aEu zJcgEFX4odga1jku8~j@T&9A1XHMi#$Q&r>6&QE)L}~Bz%u%%`?z|gN9ws zjSC6i>klX-0*8P=EB$mx^zgkKupD0;E)iUDZ)|KF;Oxry4SxEBUI1T&K_Orjo`{eTXjOaWUItnIu1{f8 zk1=OsxLSX{KO)G94}43?gqhQJf9R)aS3&!+mNJNJofVP$y|#u4j)X8}hv6g)QoE-p z>tMkGbpL>OiV-dse3eguAt(2b|B=65ob(fCQaaBiJ_dURXHk4=K760)a^8W}y| zsj7;ngY(3E)ke85dUl_ICj5T?{{7|s{SrO^NHu%ucsoKU-WxDRGEHBo~~zrr6sETf|mCU)OzXkfV79T-4cxo=|A zJZJvusrFy&sriAjfEZBGJH!4}#1FJmJ}A9xOAvig0)?7l$$a!#ez_I{N`JvrS}}NT z8c0D7|Nbjw*E;ItxLsf_Q9)vdTGsQh`QpxFO}jRB%V1qcE5G9@C`Qk|9*R7OkB`q= z&q@y?l27-HJ&iUGOcuqMS}$wspY{MFM5gqvSneD~eBki?h!%Wt*PXYx4yo5+f{82Z zvu=F>s_U}9?nqQy(Urf|Ej#Z)$Zj&md$4dUKt|_apjywI4VD%tDv$)?XVJOowr|+D zxa5?TBlOH^ILTo7`LB{JadB|`=c&UY%ZAYW$L^syP{y5{IMogK{SZH&F^RQ)I87~6 zhPq2ypQNQnMNyaM zNx$C?3VJ>Sa8PkTX~nwzMm*`GHt-D-mGLm7!1rqxMeuzEv!#|X(H1W<1>~lVi%Yc= z#{@WEBae<8p45|)lDs@8LSGCo4fm!CeL3Brx zj+1pYp;zA9F^OLJQvI6+c^z78EG*IM8XDvI$|UFU9#?aQCx5xz`E(N}0kmt{d+;y& zlyyve=w95$2s9ym8@3&PD610*`nLPB))pW{$uMeiJYy0i@AR9IS7A+B=D_uT=AsXR z&O-lEqL$kNw`Z%KoektLy)Z_Eg>Lt4CSdgxdJr-*Ff{NSLjz$CZTvvZa;eh)U+MDy zk%)#|uWQI7eNTMdQ|9A_;zo5(BXkCCIBaFJC~hpXc!B)_3jOCKYc82m%mOL<~n zU64xQ{WyQjqd(1*nkIA zdo%Xg`?%f?6tj!noV_1hRedaob^hqET?|eHmdCViv)v67@inKGyEzFzKp^lz0@EyTTFgpkFLKVD;7}OF6pXN^Oh2+fIdKVqN3I zsi6)_a7ZvZz`Vza1q6iz8zb2sq~(4VQOI)W1sj-67aezJ(Y3Lmw{--C~M|q z+|B07QndZ|OKzk2$I4wF?k>Sy>*5QAT!hICcsWHfA5&35b0%Qh3)4)e6LN3n4qutx zTHh?--0hql?6y0DEZ&wW}U*iKK?QZph3)+oO7Ing5z;oaPp>yianGT=g$gZoYc z!)cCH*o*hZ$d6Xt?XWFqp|emlJ_NThJf_l{;Qr}p^0oS4Y*IWXaCd8@q+~|@s&i=x z;e5Nj!efPMIpt;xSm04sh?4}XAWCQZ)eBU7uzKGhRC7uv?RT;()eEZ$mKCai_fX*w za73n?kUI_ihZr0?_Ij7G)z4ZEWp}w6aAQ(3!Y84sK873B-&umMJTE1@Q^qf$8O;%M zDAhS`@X1%^Q1j1-^*YWE9W6Ll#q)o!jl4fV4R4)J&sC289UwJYTLM4-merZ=YC`ML zdWDa8%?45<5;tLi6ujn)Tdl)`c9O}@*~{^r@K01h=V?dZO@@0ZTlud?G`@fkxE7qe z5X~h8H{S$d+xXg?rMLNUy>+tox9{TJZ2naDTAK6^^u6pm5clYAWZO{*Tf&`4>-#Ob zs1MpnHBd~z_D|4Hg~sxko$G?V#lXOLeiczj$qtvG6gHc6YBC*%1e#$n@%a!FFKtO>MTb z99~~PSsr5L7!ZJat)}8Hw%=I}MUplBu)gG9Voljhwy3`EHdqZ07LiqkiWtj}4|gWi zmFu9uFXZQdOQ*FhmVx2ld$(>Z1MW5`_ouh=<6hOd*BEck1Cw-okM~@SjbXR8&!|O~ zXOO=c{-F79!s!qNPxAc)@uOcMk6)S2YAx-{fO;q8Qm8JdiK^?eRL6MxJtIW7?7i3v z*W?qdCh&J~2p)9y|ENz^3hd)H&d!N9P14ax?l_0@=KLJPH-zxEGyHkNEJCU0cgba? zDiRg;`tC+34nc!|#&3M50~HojJCD~|%T>*+ETyo-{^sL1-;5o+G1+ch%)?JnEubRmWA1>E2^0v!ThYqvIA#&Clgd)OZKlpeyX@Il(+%U>`yIjvv{T)>1 zGj6ycc&jg}o%uw4(N60YkCLeG?O_aHE`DA>{=U!o6}RP4igZCi!}B#?-L-u~+O@88 zlx`Z9br?JUlG5g@RV>8y4B48*n815S`80v-2QQD-}J*$w|pp zwn&dfA=A|NPidxUE#aGq^(}4bzFwuQBBc*%Z;zI+w(@0JSlHDiT=^2hw=Z|D`>(d& zp?o(ci&0EYBmr}Gm2J@_0d+)~z~Hs0q`xzH=>}DKUNWlhrMv_eyOr3T<$nIG7QEh^ zrrbUJ3KtXrOU++3QAM&<|A=F=*&d;|UVuuS|DrdR{=;USx0(o+gy31CJdl{3%Y zSL*pJDweta+a6S2Vd?tQ#~X)+gI$%bs6ZE0lA-}$Jy-MR12E_2Mm{SV7{&&CD(u2W zE_qzRS6ar4_`_z$R_pMN+8M{a7z%BLZbe+%j!lAD3TZgl6CKL9a%YB&3I`;Cybl%DDd2+J=KllAb#I#(jYm&uyBeo`jYJ7R(S2bU@+DZv4iM zDFGz@X)%@;sQRP>lDlkhj}J5Wlk69ml=>T^cbOKYa2zE{I1H;j$ zA@$A~ZdP7g=7^LDAc9s<;{<#tN?IKy8&J4=>hXDm`L&(j#PP(J(<-&346bTi-K)N* ztodnN`N}XN#ihA0T*g1E5K$&-RY+EEfOgqsFPBnmQ*%Hqnn9tc$;)~KJ9DI6__EuI z#S%BQkx|x*E6kOTy}}>KA3A!|rnT28(0tO9`pGV9WJIL0L7Mrr44{KLQlf26S*$%- zaq;A^vI2G=tacf-eZm}57F@UocpOA=t-@&@5IuezIxwI#NJ%g3mm*+0lCMmqyhb%S zHcgyofYDC>j%;<=sJjyU8r{%H2#i!weK>KRCv%jX5^b^OjNq95Ni@pa;Y?1K);IF6Rb5?O8#?r1e!e-_nSy4yCW=VIph(n6s8-&yrEvSRmI{;Z`(YfzO+ABh zWoYCQSADR815TM?yI>sr;||cAOzyN__1CaNJQ$vHz7B&j* zskUf2`^rUkxe+J<^k9GFP0!w{Y9d3e*guGSuDzs>z^9yt< ze-mp>P6CVg!y%h78~OG21#3C>m2aF&X`g-B{V-=3_GQ(1=4g=H=i(|V`b`w0Ub_3P z_i|6d785S~^5B%NVkO0-kVOJ}4ylmJQYt-I@8xr*Ot#sQ7RenIYU@V^&eD>k8=CZ+ zweUL!MF-L;5g4>Brs8Buiy`2fd79gBoCjp=(Owq^`_;vzrTC_%rlDbBM6`xOS;fT< z0|EkY9zK)_!KWF?lE!v9T%=KiQio>|mEG?*vgjxp8>8#a_P#h!crP4PS;@0;mWku^ z8x45IqmXu>v7`x6d3%db1Q&`?`+4gUT4;afc#v<`k=xgfb#XyS=r%e_;ohkwn871V zSARwF2!)g%f10@xumndI@wXJErfT3NJX#mE5i(ui4_ko5yMbTbO)WRsO;Da=uqXmM3a;}ZX#C8#~Y}IXjTKTVAh3nEIog!d} z5qVHa@%U-=s}CQnmC~#4sSaNUmS66O`84}P8|sDIyT`Zgtp%(-Q*@}Le|&sQ#PXx) zWx6<(EkZn|1&+z;*YhATP5OF@Jhv8^KGVcc#dP(qXXrxG%S!^EhD*vOdBvK&`iYQQ{Y&iXHI~VfSnJ|tLe=lLoa=AZ*$;rdUAl-* z^X#PSWG{UY;XWVE;ZbB{bNmTj%rX*~%ztukkPJ0;`%Oxb98n>=u2Ki2v=sS#Vx|0V zwtij5X+bZzGkfu(8;)b@8)q#C>^m*kx!iSreQdTo7^oPFjnFwdu?i&d-0(2p@EX_P z?NTUPsG6yMc13H6YSB2duzeXl8)SJpKj+hPY-pJB`Dj_-dpsfd+FaoHVwR*b5iQ*u zT9x4~B~2h=Wo@o+|9EhtKhMcq9C?*URelW-7D~~_g=9<}S&iQ>(Z$UARZJ`j9co=T zEE60|;?~qXTlCT>Ofl|Pp6K5)ycqv$!USy3bK^*v*h?y$h)7n*J~)| z0#(oU(8hzB>C&M{PgAVdf95c`e30g9S(IQg8OtAQ@Uua|Z(zB%jf>&Mi{;yrl;AEe zs~#UfQb$L4apt^fL_0z_=`d_qK(xidary|SU@72QQEXg%oq`tr@M|yELp4W2ucO4? zh|f7sinJ(SdQu}D^g~B3caGio(%=B+`cqwxkJ>rY^#f@))lVC^F5ppJ{!-Ev@VR#? z{STZTaIe?0&NQ2Z&)fqZ*4rusUh3+5uZtX%@)}6nrF{Bt%)Mt+RL!?Oc*rOyq9Qq| zh=K@+>Mi`@8o)Yu2na z-{#&Atiy?Ys%r1&d1}|LI_ymoLtjT1MrYx9Axa~u6JF5r+B)sE1rmrs_%;^XSlll( z67{+D{PWbBXPv2La~}?JL1ou|H{qDZ-o0Yv^Y*%E%~e`8A}`ysr&w=Qm4#2WumFNp zv-z9%7wIreRP8D74vIfg^x>!|rk6rOXf>G?PkVzX8Q3-Hm%n<5J4+>fRK-q=kk`PO z9Xpao)d%u!Un%sH|9ml$G}&LH3k6S#10KUE^u~o`_h>s^(Vg#eN(Kmz(Q-2P{&c7j zO*#i=;1`KjOVbRtxFnG$kSxO9QEB2nURLa0TAs`M@O;hDNLuDhe^OYAnDzP^p^~M* z?xGCs%rA9>%9K&~6~-I^Oo;dyuL;eKlT=eRXSpX+Ml1V#4`y4F!j~kb1I^PkJn7F% zpHV<`IUZx1P0`a1Rs#W0%PSMMUw3ba!m>~#vRm(-gW5hHIw?Xn z>c*b+``c*y@rfcTW$WQ5KNl4X5sYw(J8h-f*}*V8IpJ>QGfp-u2x?>VnjwW)+x(oq zEwD@*@*M6fA!Sv*E)CCPYDQA0efrSLl-di!rhi}~Niw=(YHQa}%ZEwmhsFYDdzjS^ zH;HIuhS+oH;=MLPhI2=kUcC2lLo0Or)<5Iii;jnvss1V8NOKgf0bb<6ue(GKar$(2^eV0l~cU>u1{qgu;T@ zH{62OAb^p-D-=Z$>XIogYl|-P_?_WfZkxjo_0khgB3+uVp%;+j`e4aI!y zR0s3Vaeo&CU+>Nk-LJ37_@Pt3d2;cIxaOM`4|@o2I@y1NVJ7G5%btahR!{jzoQPb? zUaW8~{%9rRt6U>-`Hd=Sydk!36)%0ly_yjTqi2FI@_xK|P^G~9Ax~+5wPC0Efn-N) z1frnF&`yc(n#^J>)S$7)DEAS_K6K&YL$$ z`KQY%scIx%U3YPDakH1L%rb^2*E9Of#fX;W_yor}Gpq?cRu_e>F_z8Gzx*ubOx!26 z7q!E5*Pl;qZG5xUew3vA+7SKe+JUFnP#tNQSJuNvjs4|uh%<|(ye0TvevX>x^(^L$ zgsaG@x-uf0P=&p%_vy9#*GL>!!-O{HcV-v3ys(U$%>jI(5A_jR$oejxgOw{mO`?X8 zBzF+BlUC_ve$Nh@Zyq#pUOQEfnN2*yFx=zN4@;*SHD8nL59QJD)-39kfoWK`yDMJ@1||##R+8#RQ6N4~Mqf}BD)#E;A(Ayj z$m(tlE%BRHYtG#D)s5Kt%Vxy)5`SI{`Z}JTSP_%n8XlIwC)8dBj19U$QnTCnl$!FclXxWc?(Q%92 z&)?r4UHX-2GIb@ou#o2}J-zLHk}nQE;JBKW78#U+I664cN&s5GtZi5OHd?pfw+MsZ zlALuGwUU)DGdoO@XJJ|59$uIp)*Zqs>ERL>@VKlqXP?m9F#qZQH+paE}QbbF&Hl zdOv*VYJi17!oAM6v6;q#N}7cb!mN{M4Gr3lnL z^#!7jw_aR+_wF4SZ6k%GJmyIW7aCChHJXuH-^DAZwVq@I5JS{h`1|AeX0Tjd@OCW; zp6(iX=9ZPYO`&6M1unYMY!)9m#1v@JtW?;??$mTFEbdLN13iFLy*-uq=;gf8w(~P% zn{{20F_#L>$vZSCSJi#kp#J_>ZDsMc@s(x=ouue&C+ze`w!cH0-ou|dwyI%x-V5f1 zoZR^*+tZZi&izafvETVKysSAS>L`Nq&VJmH{xRe?jA(8S3QXqWl70FPeIT)xTJUXq zf}HU|&$V0lxBdO9QB1;p!f_hjXPy(4Kf9Z;T*~QE?^H&L+oa&|N21om`|CBw{V?47zm6T$UuDU8C3Sy|h_d+(v|LSC+#vwb24K z%{@>prMEKHokop3iNF{(A76Wv>$1A>_5>Yn#y=6PJ|ncSIT7;1=SbTa_G;j| z)JQ4&E59Swogs}*WCLT4&ib_bsL``^C2p1UN7mMN*iJBgg1b9rJq6!>)fJr)4K`)g zAA(+3w!vu04on>yU;cP{@DMx9ap?1$dWomVxOcS1z@VzBw2v9uDjSDpdxpctb5R2l zYrgfzM(efbVcJG=51YxMzzh~8^~709n016wYBPSes47}y)#*ocvku&LV|%*Na_Q3? zu%FJ}dmZzZ)`ZQdci(7QD2?u8SMnWiJxnr;u?4k~EN*$b&Ph$L_X8Du zS^{M0Z$z{cEjnGs7xC`r!mSso>gsPI>G`w1eg*lt4}NAPF)aEzS)4J>_=kasq6_xZ zQLwNu)T+^sxcBeBSkm-=?s^v0;Kw)v$4lQcZU~Pz`XO-;W>eyiJ9&3yWu%JtTKlip zRDl*o7feZ5=$kfkV>gNre0g28^3MRhZyp+X{P0gK)X&|{AkX~z?Dc6PJ#`K8*jJk5 z!J(()gfXL#wgo8O-*%-q_}Y1PbNErN{hY5ORZIB>7s>mrlT9SKFEv{{-E#bJ$v3gs zeh41x?oQTH=ej&`>qW{<+*rYtTWn&1I(?siuH$eMB2f1UKONoN5uX7u3>&B*C^)g! z9Vbjb%v@mtb0)5UVb9LuNAPoD>`^ilexCF!dV{PwCf3X%cDfv~?Fa3s@cW?C-(Q9V9c=V}jz%r42v$?0Cb`t|IZ6XTnuD(hhJ_;?vAXsNyerb%`FeCrID z24Wb>wi`qq!xcAmFU(W4Z2Yq3XoBbQ@$SqQy-K_2%|&Pa^DVSe74j)B%PyfMY*H^Y z6?yw&U>=m+1TvpUk~cB zLyw>PwH+H;ohh*Ayi^>b^<$FXdDJUl!CFXx#%%6E1c z?w*Lfh+x-E5geuqsM`%)?5IyPUzJQnd2(6UFN zOH)HnF-?!XYVQG-#_(PnhMj+C&39M=ie@}}gZNeTdYmaIZMLX>)HXPNZFGp7b#v$7 zc>8zZrEL}F3((3;GmJ14dXyL4F_hf>Hs(?Vcagk>73*90M+lNtQxmzTZ4C7rDfu%7 zK#DuJdAd3Zy@f7;h_fP_H))^r(dXlJ6MW%UR>Hr8hk0y_1!?WQGX3>S6r?ll3}Crb^^DA%`@9s9gPnMt)?K*bYO7#9Eegf z2%;|#>S-+}Y4p{%YtZb>O^BYCpMm{8_3ve^k;FNQ{EH@ix6a7v=;%PIJcVWmJ4C1} z8zk5PjlN^|*U_nb_s!s4&DeCKPe(uVe?5BtDUkvOgOQSwwu~$&-&|b$$r7RY43zn) zw|ALv-IZu2VHcL}?zSYswM4FwVgoDY`xfCldwXqd;^JOAD{4~Onr}195^B}8a&l-a zj?bO9eTRsM*qI&3_7dZ!0Ly44J+S`pcW19>c9{&SH3}@1N$4xOzlEWf4rLz?b?$4< zZ@^ndH(n?)btG9Pb;HM#vsvY>Mda<=K)&A?ZO~rcKA?_kpsZW_SJCC(gF1|8kI^=1 z`*FF-eZM0!yOJTs0Hzsl?!#LF<}A(dc9M?0!gUhaEBFp&1oH{z%kDha;(;ZzR5U)F z*7terMV^8*@vVF`Cb)>r%|{t=y!^^PvP3!?osp*K?Addr1C8I1iU0@RrylSH>S`?# zfuy?}5=ehaOPV~dx%utjOdfABuca01qvt=i2-dmv!WJy@oZ_K)dYVo&OZjxWN$@#X zmqo<9D()=6%Y?1uvuDE}p945hYl5AB)c5K?GLb!a{5@ChxH_LQy0i&z$Ri!=IG1#e zQ0+Wca*w0f?#QQ*GrKc~Jy1a1@+5}tnbg0Hi@T(iLj)1T+DZB1#=roj-D>_( zizr1|o(8vJlb@b7duMVU7^srk=_T^pYw?EyBZP9oyMO;o*l~KE^5AJtnxxLE@9c-d z?>xjgdtgn1XMY8aH9(ooFs9O>4iT#T5o9jtS8>U-*?Baa#Nh4 zc*`crqQRCPA)s_VSFZwzr0+5H&b_GGm! z!Hruf3|Lds*TTNnHC-C&@9Sd;@E{2%3d|MCDm#kCuAC+u4E>EE_pB{7G{&rQ^Hmuo zx5kd35kr?YIVqi*C?zAcny|Y?hl%BLpO!@kc6_XL+I?*B>IPTUlYAMQX#_hsylt{Y9}<8eo|$nzN2e39BKJf9+Cx^B%T#0?H?pHhj=5Dx8eaa3Lcj}ZqZdrr9 z#$a5Fzb|0u6~HM(ZKu;pj{YXmNqJ#?HvBShsGrVgr5`6>BCt3lWLU3{EPlcCx$ea3 za5z?I^msyI@ebAyXj!(C32qcTO=P&h(@MFfJ?v~b#pDY6A$xw(84)C2q@e+QL}>Nk z;vQlOZ1G7&pU)r`C21`%eo<6d*p;uRr4{n{ycG;$5PI%1QY0hzYX0h_3ONpSuZo&KwABE?c2zY8ADb{|EvLEH^2laO|-8L+nn3TEltsi zxuj0a(d$sNU4h*E;c)0X@@xNW5c;Hf&i*vO$dY8t;iR+aFmdM4?>??@ZRjg#8M_~e z4I5~M8sFdDT~^oqjAqt&_>F(zL&ALh9F*U(KT}eQAA!Mf4d^;**!@dJ1%>Ly&Aamo zP|P?tXtAo^2E%SdngpSB%^yFnE-#7yl-~5^pqKef!qLAPcLjL_Gj2(wQ*cO)1{B^bUM5kZiy*hJI{2YRT^B_uv14U23Sq* z^F$Uh^aAs>&OQ_h#XhWcgbjK2;KJ*9bgi;BE8h4wyh1A=jVDFQSb9(c<6c<3Gq-*+ zY8$Cs-)AsQcF+vlqi`Yv>}+a#Ibv7CO4S>8U2{6fqNJHiiY32LURD-j3VYC=P{^Zc zJfs2Fe3|w7Em+i0$+z-tK9&d~+y(r;{E6CGA~NiY^Ain?MoH(oeW?Y%A%L3S49ex7 zvX5;ZcGcF_+J>frCAdh(Ha#pIf9=lW2#y*QI{X5I%bJ))O@vyJ!}y!t9+_pA{1)`4 zujN24Z61}4+m@RhEIR+GNv*mg9+oJB)3mk1darz+f7^X)1;(c;$$GR~OWz(eaN6(o zct{DT_M{uJ2n0e!2LBkBv28G-;mr)q;3Z{CP;k?InK5>We0MAgH)T}2Rrhz`NPTg% z;4%C0b?CUhDX)6PCTzffn>(A*2jQ>4r*eSLm6S_Ge0GQjRqGrdqfs{R^u{{?%q}p;n9K z$H&Jiea-LjQCpX0ZC$YbtbuMZFrcy79C#o-Eg;S)-k8Xosd|cIip(X{)_@I6ta`bF_{iMWx?${Mu`~df;=1M6^e{iGu zK*5wW;nJ~v%;SCb2T#@Ycq3`NK|gdLX>K@VJQyj^Cm%Z(N0mX5+bg z#!b(XY>8xFg+@FRMjh**2u~Hk9mvVII?-NYcrDeWsuomb3wudf8D0+p1SG1jI%+yH z=FIp$v#swO5}bWy#cdutis=YzBLW_WzBd~%%A$Uy&B zE&M(T zsp;$G^EKhS^K5yD!ekYhN`=U^ z*!~2E43y&( zI*}eWiu1fc#xsOKi`FQRUx_zP+YJ@S5Cv=Gb%21=r_cAbuO=pBf}eaqb@B02XTcOQ zifph44!&L`HF@@g;okM^iOjDHQ6On}^~KKdduptG+o*dzJ%{BGC2~f@FB+wI|MN5! z60736Ul{$Do%rA1-bB+}uwTvBF*H0=b9szZ=uZR-=6slc38}KZu{ahST{xa$DNSg( zr>V&ymVc+KFFtE6k9{h}BtJiYkNny1JLU=&n#@-hGMs!%zAjJ`F1ufN;e$rUd96Wb zqM)GLov@(Jd=WNVcG!n6b`nk_J(>oft(>vpC}%m`xtbiv`#Ifzy@@E^yAkDH&=lK@ zDd$<*?nRe+2%+F@M7KH3YFCEpBxBgb!$$`%1`y4bt*(}A|MFlTD{%F+v@Nf2m3Dt4 zv&Wd2U)?W=SPB!P$*ak~p`H?ltsCA#;fv0P%HY?fr=De{z->y=kM7>rd8E?E942JBVgv3)DaP(? zPq0h$fTNkE(|E@`bPb5TFyrP;VpDH+JyW_gbeHr>a|N6;mT;pfrcRwS?Cm^1)e;Z# z085{nz-wI_lKD2B8G=$-}Lrq{=)|*la8Q;dc*~ zar9`iC3C6R>F_zI2G2*p&d%?u+-_w3gaU(=z(u7)WQt;&lMCUA)*DIhlzr{QaH24r zF&PJxB!(9nkdit-<6llqa~RVO0OokSWkAf}Q>-^CW59zs-F9u*ojLs*4P?2vj9#rD zu70-%y8>f7&KqFofkPJ2p+{$z_c~zaz8;+dv@Anc1JjWl;y8kbx+6?*sMtj-73O7L z_Vp7AuvpcxO0tMi(&;Wh@Oy!IIgx1eIx-r?Yqc$YofzVR@sAG#;9gu7f%@< zgUeU(H_n()XLrIDN246=S?~rL#Uz9!&j*Sl@Qgg*AH9qJ?Ei1s^z#vn{)sZ9t=~<6 zL`@DKhrgYiMYdw|l+T@OYlkIDbl@_S#Boh6=o*n2{N~SBHONMs67a_~38@E_Ad%$g z`>V0FuUez%wNIj?(5FwIoh6z8=Zi z$6t&ohk1_-#1td87l5INH;_ZZe!76aH z#o7hig~eR5xCl#MTR-M3J2~bD>;TCE#P9t5M;4iM@%79c8zkG6Pdm}k3=b1J_He1J3N3;G>t^7J<&iX^}3Qb_e{Gpt9+o4m-3I==U6_L(jcs-YQx4r2N_ zVbA_>JgCe;_H=HBqP7`kltEt&P$h$703aLGK6dk241NUVDG?2uUAf}gJS6OD(v2f8 zM8Mb4lH#}sXHXd+HhSv4*Zwac675k3K2Kjl6ecx$0t~FZNA}yiuygN0#&%WAXwJf? z^6LOXf#20ib0hv6O@-80@aHXF`BAl?QUE-P)&8F#DYlwI zEN}D#5Q=iziDYYQx(95g$iD8RK~?a=ozsay@f3u@BF&feV=F8Fg*w=S7`VrXVz{*^ zOW+B5`(KczY(bOg8R`>*Nqo?*3X5XipQ-n80+aVq{I-qQ18$RVesh?hKu}X$t|lZc zox&M@Urv_+4{o9pxAB3?=$f_DW_|?z)eOEdo#?)&i>xUJcI$Pxx5}>zpO53ucHD73 zX(|6e)ho{YlU2n$Ih_M$S*Itr!P`CtbX2pKMmP(2hmy*d3BdQWwJ^oUU-CKFp~+V= zfosW00J*siERFV#5tYm_nXfoySP5`k6^$RbK>r31e+Y~Wd9h~e{-9fa(N+cksjB~=d$ZOIo@gc--`j*A^||8qI`SI$ zP)FzzU)xk}!?k-Uc^2m#2++CiE7xl7PSLJp%;M>JiQ@FIlhuge-g5*=*u!eWu zJd{T#lDWnY!xx9GTMxoouy3eiqgpp+`i3gbO+=tz9zBm}hZ^X*`qDc9W0-WJ_R_{cux;_KMFDLBJe~=tdTWbAa#GcRd>j-W;4dX1vrgI_6M!D6%{4Zv zG3z=B6h`1Pln@c85~Su66;vIVKP;?)B#f5FmLHmsPV0lmqEa}D_YWj>){pzZnSPUo zK6KbNqItnYBcu){hO=?Tt~+3D=>nzR*Ax`gk||q78h?G2DfK z@$V!fC1+1;nZLyl_y@iYaFOdx@S7-v<>I3550AQP9R6VJck98J$+bTNSSGhEk~Hv@ z5BL-i-RRQpld2S=XUdGcxKp&UmwOlUd^7v@TYwY}{7{=NrXmPp!Up&Y zIB082P{rsYKRDrUpz!Q0OY8Ksy+~uaUmHJs$C1I^QqnDk2nf(Vbj{LncchAi*IP6# z%hk7U->T`a;e9qN%u4uRQX$vDPdt8Ck|uHb^+NieX4||!6DKo+bu(QDz�XwZNa{Y)fzgoA%D_@iU0KZCwTwc zckX#$^;|lZ&k{{bz2Jt~nH6;Xtv(Y8zx{9x_^0?p-XbGy zXJ)1SNgv_(1X2XAUV_Hah<3!o+ zC}=72eO^-mFKGJzFY%t~fel)lsgyRFy>j{SIo9t2Mw0FwbJ>cs_2)(!?&hfLd5bUH ze{SJL3K}Kr?oO>su{l`A<>GmDiBr-RN?7_Iolv3p@2d9~jCljS*F#BE0kaUg9+^zJ z$!}6ZW&tCBH9`*RX+^I~-9N8DhJj`eQ)yJsQgyv7K7BZ;D8alC;SjhK;Q2sPd)o)x zkqNp?Y18|?&B>!&|1Z4&+YK64a1}@HloKC{#_-f3waPXTsp_ry{WdZvt^ zg)OT+jrtNMCGAQ)N76%@>`+%%A8OFO$lm{CpLPkS>Q2ib`6^4`2vcp3v?ECTH^C{y zfeA9R|7gt-R{V+Vmg0NOP02cKe_8*rdbNXM>6*)>Bysy2ab{We&nXrxtY*RU_-4=& zC)qLw-u^a9{siq@6b&2L%p4*5=d(xJ?Rcsv@Za6AfA;^!H!HW?)<<6G)&%LRsXV51Jvpw9rGM%LyHm>q*mhpeK9O~mO6o`pUk(pXQ5&1E-jAWd!U`T6$9es3a?5Sj5BygSq7yUoLTm^C|xtd$rs~PA%wm&u?KF3x)wblMh6ski^mE`~yjiQJeFy z68qgy9YVz7)9aDDq=Dum3Ou)Y9?7Y30nu7Z1K!Y~xA0c<;8z%?t^T1~4i2-vb)5-oh>Nc7STOZgDR^>O|cX%AG z(z#^}h^o@7M+xo-)@@ic?WC}$Cgy0?8rP~a0+ldHK7N#Dw^3 z(*}kI0=R^g*i^HootS5swg4!9n={{N*`N$~MLI18cSC;Ml+W37>tl%J)PFaEha<7&O%{uibH###ce=^dcF^}OpeI>iCERyT^4=1G+D-?|xfxx`-Wx6~;bUD#~C5}rrc zl0ZzN4pGO)Ugc(O6m;kah~a|3L>^8*`?O(z>vY6e=W(^ftCb{Pg&fA8`{3jtN5X4jc}EhBDuXRr#`4u^ot6K+FN z0Um_*@`2)u3LTj9ZUSTR;xme^G}=&L%-cO>8%~aIJHL zI&xXELUq7z+kTup_C4ItyK5p$->uW@?xS4Q5zX8-Gc$v-i_Mc3YI2a*ZiKvRI?3zO4ZEmKnCakX&kOw!TxqPPI^5we z&vSi=Rxhk`wnt0h15`N+iQ~}PJ%OSRsgAu$Dz6H+AKmYhOk-TCV*nzT;- zdbE6Y%2YFPGQo7KVfU=so-WUC>?_j&!Ryen4<(J(i2@^1mITMDe_&;e;CNLV3jmyZRPJLCBx-`jj@R6IFvFb*)0TW`zXVIT;)64cyGdnWsNFY<`_;QQafXcP(& zJERUXTM?lBn-zktt*m9Rg&7yyQ~MdQLme-Y?mml*j7HS2b5pavY9N=_uWWfkv-G;i z@!z&&itXOxy(H=pVYx=q0%%cz0H(U0{=fq}jwuw#vJ~;?iM3{7-@VF~ z$(;%J)i?B4D3}p4hUIK}tE>9!o~t9Y(C3r6HoEoruuM=5RC{&X;&DXK6PVj`CH9-t zthef6JK;!l@XSX4WnzotcQ#W4VhI_(&uuB002=SdFwc5O!H$x4Iqo~OTA0arS||G7 zkiowU-rcL=|I9@oIuC5;h#McLY-mP!buq}77O&HP*bh{Kpy{J;NHieeML7$6E~eFQ z>u-maHG{B!{qCM;BkqYriGM}FBi%9sT)sVJ;qc|8x>_)BqVSds9v&mnb_>Yp0N?>8Al%_=HHK>jwA={X54E;maF z4_hy_-@VOqsar#%YRK~fL~CzgTfmQ;y@T!a*qC`>qQ?yQ91;M<+TBwDjcHT==h0g- z$>ON|Z`*g^L)A?>N~SL3tKjVoh(Gof8OGEb*Afi%%l(k9@r)^JJ!K`6R|MkKj`Ji( zv=u&7nJc)Tw|qU@;JUZV2UTIJn~7>M&kuR^N-7CeR=atE*25u=ONh^xzp+8OE*#n&+bQ`-27<0roLg+-+9(J&Y`Lc?~9Qfz!gBc?_G&W+JN(}E~S_To~9Clxx1|&2wh!T zsPB~}ipdd+@7m*4P0zT%_=RS@~?eR~ir|T#v_?Hs*Z&lvikFXB| zB?Y#@+G{iS3AKvze~-TYXAQZS5PZ@GMIOPQa1 zTto{LG7Olu>DijQZu102+}jU({Jv|=DkqQGy@%+RpP|-2TyN1Yz#sIROAI5-BOfmA z_gjMh)e>#FGSJvB)nYcQF<{)0THac;sjDvb7q@j_aepA zAtonihwE=-=@;ee_crY7YA~O75#=dploHnJ44kvRCLbCIl&5^Vdemp{f;(797D&xc z!xVuHS?8%&kYvEh9X7*XBbjLJwKR)g8T))IxDe)%cc*}_6c)Hl$L`Ilen925yKqy` zX9Xo3%HC2=jIuuigGY|N={%2V{8_qXa7^^z8!qo3N)SQXC6ec%u|_))aK>=_Zd6?p z_4N^lYMoL4 zGVjv>^wu{~^u(u{a-r%x`Cg zbWXpXZ#n*4UkVGrJ|R4}@~6LU-PUan;?9&^k?FL9+`;>q+0iy9vp%Wz2mp~hJby;r z_1bX@mPIE&^hihVa5+$eQni=>i5oER9wr-Z(`+B{&8wP`O*7)}r z?_on^rtS6>sL~GBqJ36(8gO@bnVt5UAqspceBa|6RA5Ln{=wr?`XPIA#?ih8A9j(Q{Q*d+OsXTb2UCZ~jccU;rWqvIqU zQ%KC{V`Jl?uRC}KQAS!g1ljrdf3Tljcqg)!c-?*9Zh& z!&q&>4yk&eKN{L52Y<0kE&TD*g7OK@G)>K<+UoaP&My9j-NQZLLSU%i-`oCC6^zw> z;_c)uY>1mUWGkg*b&}s+^T;bU>$Su_8vc`)|)>8Z4kwFQj0_bxzHtPhF(japI&)ggCc;3 z($ZZm87Q@8o1OrFlDN5u1AX~GY8cJ*=uffgW!cb?OAp|WunXTPP zwKDFhcUun!ddH>!kT+XHX>h_x#f9|NSUUuedtDQ%8plL|o>q+oSS$qqduY~&C?R%n zuMjxm5_+B=87JVDw2MxhgNfJ?gpQw{fG9opulx9T|yS_ zOB1nfR67s|z*Px1<_U1q6M)`+=Ygb_j#LQyc+4OFAGcv}Z-3`T^52NUQW$`9ebm7= zC`6tXZM?nL-D*it@Hv78V0JUXTS~G;ZWn1?tv2H2i~ z7@|bz{zC-E!+cw2avJ701a%iLWJX7~?7Wl83KA@f^2JIEzkb9{nmZ6Z2cPKxx#
wO3p%$O?egQ<|K^=$W7GZWtd)C z!p<@yIa&}?$12g0$+1mcJ<9xeLUV=A$+@=7xvJwUo^EmP@a0*1HAeF*0QOF!Jz98~y$- zwvCa^bh)#lZ!d84)Xbse!wGG%0W-=(gIO~T50qUNP;4yNR}@lw_)gT14Q4ckp83;I zEa+x~k~vNJlC+2!$N9=X^>+oNuEHTuR^U8Y12EvnS3)fYE02tt{P8%c*OqObrR^ig<} zgEfoiCJpN-JX6AtD8}>_a;X>N+jwr`fJ_xxRWl*rxpAX$YV>+9Yu1}dJAWD2A&PNPg98UWRoePZ{dlbYrNj2jo{buBb|P&!dT(g^gB{ zLRKehsA9a5{=IQo@(uZ{?yf|Iu#w)Z^P;wuZGAb*C?Ah1;ifaCnmj6OLS?W#;%*NR z?B!g&{^ZZ@DHUh~`v#^>zoUBDj1mPuso2GkFBY#5Q|xB31{fxh?lzNw!4jo?3B{ z=*uE)HRowvo4@`?@x0^9^$F~yRRiK6qM5oTecR<+r+Wuimi@tFyJ6rGfkjF$>bIL* zxK0g`yC`81iROc@Q;}g`rvqH=Ccc{bO5@DC8`j;*Svit3EG z9D4D}X#K3oHYSxzR8O(m0p&rjFSm6LQmw{XIs|_!wW;ev9)fO`>3&ex;TZj&%m3$U zPawf-e)JP!7|x{cj-~aT8^bk+`PD%1CLPT#&}qHC zaQ%KbMgsc;gvtxKRFp3-NsEC(Rg%*({_^PiL$JTEl}8dR{56G908dp7kY zU~&+pNzL5jmDg7O8<8htx3W(Dl#0Nufgxlm)x>n50ABWQ53p5B*bch`He5JtVYD_{9e0HqfU2~up+lQmL`<7z-*$q9QQ~C zi&(KdRKdT>+@ECy@mD4E;zRe`eG)s1X znei8AY%tmP%3()$&jara8NK|?$@Tgsko)X=K)(=z|F3XBzXz?1mdDd1TcApL1MQ}p zOb9(=Zu|UIEX=UnSP2g}A1N}--}3oN$b@`c3>S9@1xH?p|ZL92)+6{)3vh}@ug zBC8Ug!H8`*wmah%@t!l;S@?K-yOaSc6EZKYzO)~!PWgE<9H@w{F8H=3h z_%&uBsZ~9f{If4IIP9>VRg^+d3)GhW_gB>kxC{Y@h?Q~PYn$8lwk%-z&tU%_gCKGN z3JkvAcw@(DMy8`Y&7kIsK&h&&KNu1?YWq`+{6rCyyxmK?;Du{ z*L_mF731W4HY`HwT}3JalnxP8LT`%El_~97+B}su##%CqIL?&%G3kb805UBDipYRj zs#kfKPGwH98rA;mXICG5@|O-NRBIf#Xb!k`Ft2al3!P}6B;%j^k8W6g#Ob1ZRYH2S z`o-J-)(!jq^MZ@ZFuSf&Fn#Agck&k-Y!DR3&fog>E`-Sl!_i_Q;SW^U*s(6CIfw5; z?!PsT$CJzHC4~;>L+FhMTyTMV3NwS|!}?RKK|Lt(jxcW#SsnkUt|LcTN!qo`sN`=Is9V+DilU_OC3 z_xUN}B&mOB{LF?5Vu;=Q9>ZH?kDK0gb(M6B`k5>}WBMnZz8_s9RQ3uv6J=fxT73Ol z%YrkjVV`?%%6P{z>nZj;+3BY2^QaFKU^`}g!U8SapG*<{&T7y6A?vG%YU9QyZz;s4 zs1v54YcYR4B$CjyJXV|w8+}bv*8d$INzz%l>Z6=-*UjhN^$A*H&0gZ)t|B!*2loo| z^9jSq1mUp#$L9*6kpFPDt;Tf6G5W^3AG8F*U<5G)9DTO_h&<5Q4+Ikk#9bC}AW^yg zw_R*&f<2_J&c-;f*g&$8sB?!*>`k&=YQ!G9D4I^t?w6_^DE>dfqDaR-ifr!{7(@}>jPQX9^-=qM(>`wEwkN8@0 z+mW8f1fRcjJ+Z~uYmTl5lR;nRGh*^-Xj^=#=JuFlnD=%sT$HKTvxx+E4j#QjNd1xhZFy&S z_j?TL%XA}=SVBW}K$QYPMd(|t>lj2W*5-R0@uc|^7h35BFkdl$s8#1IC31_Lf3t=P z4A=8F>_pJE-ehcY8%h-7Co5`h{dB?PB`~=z;#l5M30sJ>PqISs^MDB5t0qy!n^9~r zpaAl#@YvQ)&NK+(9c3khHcp!tpD;-O8(a~mgkl8B96eKZPiT%dg8}A<18vU^Mad*5 zm>2Dxu-{FxB#e`s&aUjKLm@h+lMU3j6X!Jd!IZ2UHj_@c&WBUw7VTE@i_~KPqGtaI zZa8|=1(s9|)Xii|+Z7&Vc2YI0M|B4uxeJKAECOLWhr35P>}y#ETf91FY@24MPVGKl zY%ypbdfj1wT4zR9h7;BA2-kY7xd|$#-FvKCbZufgz%@QaqW9L(*@`Z%e&q2ojOJ;1 z!F2HT#K0b*dx#R5gzu__Y2$krm};onbG}`+XO6XX*$LK)h73o_N$(_@09;k|IT)M# zsztdqb0zS`TMM>6wQ5p}l9@G!%2sU&qbm4OMV;^Ty{*Dw2%h<7NB52T#o|kN@(t}k2}!fJMu=RgI=38LGV1!kkR-*m!APg zbMX9f<~w?ippUrf$S)2blqep)GyI@2jCXc+eo?Q&;5?^Kk4+rmyG8-ir8BKT@@iGe zIaF)`PjXOlI=u$wA${V*C;h9Hey9;{+QNBF0QpFw@!-@GtqB+ zxl8$7*@LgSAHE*^^HaOElHV_^YS%RdrREvy5BG-vuc*7VqjNpSXSq4S%e!mkTs-C{ z2G{9E+5Kqv_~XpHd`MGDvQ9;^>6LeN$%I6gOO@PveiqhpN`BoMyS*ve2(qY+=U=!4 zaF8X%k_WO8dr(ky`|=nj>K{FN^ye;47ndi@TlpNk!)nxk#k7eWsHGA;cgqX5vo-mB z6XtKRrKOk1wlpZ=LsllIVQS>&aHYcF%j*ayH<_$=mIKOPRj^ z()X1xcLnC&cV#x8EBZclKLD!k{PulYsrA0Ho9;gn4(dDwo^0~ae7ho0dRupa@ALJG z-!BE#Aizxg7~E>H-k!HQ^nWoMaM${*J@=SHKm!Co6TVtl2Zm?u`oZXM=*7bsz*fkn zTMRw#fhU9fj41sJG+^b&KezASzLpv0lPWFu?l$|(_ zo*rOtb~dmzc5!pKj#2;f9cLRD`j&D`1%|+pmy=s3cUWc}@6QI;%s@9XGd$jS>UzV^>eJ`XzP(_|=HgQF`m+`Tu;6|awg2yR z6QFC)oYphlnt1=6iR#v;XRd<^nO%P_|GT&C*hf&F6ZI|xH41F2k6x27NHGWry?=-8 zx}DkgcA%-*bAjcVV6{1O)41y(H;ulPk{Ucb4s>uf|{Hn8>aNzwy&e10u( z;f`H|!D+L^J0cr_5!2DpcVNqX-)**^0?I>kck4;+0hPihp7KxK{}<4DoQvGPXCC9K{?pu6dWV1oZ>ck*d+7fYA2jv9t@}Oy z$)+i%K28J&E3nlFs+fX8U$p@P3RqbcEardp`1RzDj#u-e?y~vsGX*+GP%w5cOW2I? z6<-hOzb{*@pZGZK*5TU^Iy=^MGIr?n0$1^znDwK+5j+Kob?N2+3I3_)R89`Q@t{qI P0SG)@{an^LB{Ts5OBqRm literal 34870 zcmd43^+S_?`!){38$?o3KoDjDA~CvQAWBFnAl)5~ZrDaBAtl`BLRVTMrQJm>pbuM&oi4GDV9v)GBx{! z@ha>Q>klO9k>;FZ)J<{7t9?$=M=!Xi_&RU-Y)YKm-7;2M9EO9i-oB|INzf3qns|Q+ zvw*=4xN5uWce6?P8;yJk@mT7*kqf&oM(OlQ;n-UH1-IGg;Ft2R8)mKIuPB)YVkzEQ z^Nq0t&l}N2s3Px2oFt(%eU&T9czKjPo`1=_2UbZc_is49F(y=7BXMe25flAW=9$)@NHvg%cC%dPr)3Vv*!!_d22bdA z?bL}Q1a?&@B64b~M}Cp}G~Q%NmX|oJnnUKks&s&>WQP>fS_@YjimjVqN*%0d_r>@f zdF=l1=$lrWgIY~oLR_iFZ{5;Q@=k$oy&VF3MCPZSPm}AKB-RFwLrH?kpC76-ynH@& zr&~Vdgw~;9itWz*ZwNjT{d@b3Wv!|U&dZ(Im*x&39hI8g{_V_EzdAl}il1wu!?DAb zv=r5)6ZG$tY%s5bZK}ygxH&UH5$dbq(`rIt!2PH2UJL!+us@4X33sNUqz7~E?(Au;ga zP~Ov)mVn@MpVDhtE$@uIOj7R$AFg`fGA}r2?!CR;_V8jb{!r)zx!SP%InZ?L%Ae#E_B!>2tq7S=0(Wg*YC!1=)`*@2^ zE89qIZj;SEB8DqlcX4-VZo?1~LdwA8tKvHQVz7w*??&}k|GVOBx&kgiEhA*DUN8V0o zH}>jrnNSt+x!1{A*?Mofx5=TkB)Iw=u4=sUT^i_@9PIRW(fY6fX-RU;-J@HQ?nf&# zz%9AooRBETfR4!2iGrM*jxVPoRRp~u^3TCQWJjjcCWtsPyvB=dI>8dU$d~#$oqF96 z{sVl{IuO?`K;rdC&BFYSZR5z&0BR;`B%D2q0cy5jcPA*P(qvdPqo?cssB?A;)aO0v z==bUBn*2=vx0j#yPttIWwwnYy>Q~!@-stYtlCn1ubgr@&pa>ojG>0N=+zWb(^zwfG zfGYIfcs8~!NxnBoTozKMTlGtkB8o|*o(^ctCFj&82S%#HWO^;D*}GC zIod)$grM;jVhQ!9$6Y;g0@L_YX#0)&C}4_^*Mk}p`;#Anr9Wq}5>hsL47on%u6O$N ziL6?%s7@tQboM*;A0w*o@*_iKdNr2w4HHpW@RqII=PGB!%+Wvj=a_=84j~JDuD@Kk zzwBSH!Xm8xkP8eLVe=SoO+-CPN;dSji-j~VKKE`^80RRKoEBvQZPEPB02CFwPAaYX znM>ba{pjz(wN2@KeyfpbQ+I6;-cpf@3-;mTyI+8+92twjAl=;4X~5DMs92R9oaX2S>G<9?PrQ=_h^iT00^C*!QorVvICye9VPG(`=j`ljOwHZbYoRCmiE5lX zBj&d#vbYR$hK;gOkFGP!?zDA?Ef%cpIJVHJzk-FeRSUX&@JL) z`txZt=p)f5b!np-p07J|*>9m24eO`0av~iKHLnQEuhtoVLN!s3Gp^L05x94n>H{dL z7$t1hijYLx;y(EkJt@dMS;$e5_%1EMt|Y>ElYY9%jX{yRv#XgZE5J2S!+ zuT@vu4}R=-W6~8pDpdK7eg%BXb($%FXB=aO@)ob#Q&0C-_Tf&nvXz~lHwCS0ym$*=HfV10b zZl2@SuWB?PioV#dT3HB`r>W~n zIXjYj63#!k+JhLRw&Ki3y^Hs4C{l>l4nB|Oi2S)eUW-M(tR>n`kxU;bAMio*<( zKeC60qFJh98)6<|x`t*L!dKg4o%9^Jx%h}Tr_gyt?BkNzas3wI;TQ$0fc`sBselYP z?pA;QVMW4JqsmVVeK)dk(YlutrJ3Z6qe}pobY5JE$w+{QS;-B*}yJAxo< z=+o71CmD3^hJ5;C5#yBX>M-F~YAUIOz`AeY-IWaHgp@S+nE&dQLNWAqEDat2@+IYn zUgL4#YlrNA-&T=h&i&#hDf^1tsck?9^6ECnNY^zpL3q~BU{V7mGP2cu<`&Ps@9*>e z_)~D`N*;Z$vm0S4HY)hSFRS~K1=5lJ=>Bd)iMCOBo?e}0Z&RvW{%b>I$vvL^!BIbF<)<Sl_sebQ6a&rN25JvE^g+8)nSqTFmOnaHa%j zuz5f6>a1KS6?fr|(hdE2ZHKe}BwANVy^<4t2>dGUF}`sT#k7$EgZTVV_#HszdMxXZM@%EEkxq+^vdvIwDa$ZPep%d=bDYQ9ZtuA!ST?48n_juwc~>thrE&)WvC3U; z*qh}UiZ3bF#rnGdML-%`=hF$?2$1+(1rG8veRk^Wk4(9kzxlV#hgaH|)G zO`x)G)0<$^0On<_Z*07cVl3vr!BnhXq>w}bl6XOn9|bS*rcQ^D)aH<()}s3aahMe& zP7N#wxA#o_^vs8D08Z**LTB#0378N2`7mB-SLbbPsHT2Dh>`ubQam8}ANs7aq*-~f zbH4(RxShh~MrgYP$z-Pib8{ba+mKYS%ST(80SLCBJh*XhZ?6-I`rM|VH>5%TA}=tv zs6ec|ptCRB)oi4q8oW?{bbaEfmB1;%Os~oQWw~Hi>AG`4$bRx`aeUE0MyfqGXx$RDLj1N&=I$l?7W)Aqtgt7y3}5#bN%MCR7Q+9Biz>b+yQM zKV$;Lpw)r7dK%*(g`ly(?@qn(P&{O9;3y-oJSPzrYN z;Y0%Ttm{j?<8}>s66yJ2a^syu%Zr0He*04-<-VV9oe5tG_IY&3u=u;j4_<12DtXz- z@3aNA8_zG!Slp zI)*Le20f*Zp@Lc<9oUiDn11MESQ`@S4=@Y5>*z;1%o+GHJ!c&B0 zhQ)vkx5lOT2%@U(h_qOr{KR%O)y=lo)(XzmI3&9eeKLCimJX<(rtmWZ>~>8W@($j- zf;ey|G+FS8k=m`o0rfAnBjZUPa>R{ZP5&5P{tVPVe(=X~XI^UjDbg|T>cLAHc=KMv z=%sE6*_TRNrPj7;%ORFNNhC`i8psinU*F&>PF!PwjnMv%j)?!_LTY)|EGg#P5vRQ+ zHHcw)9)|8+yvIdt162|{6OHj8C1Ij-axbX{{3-tYw+Aq+nu|9!kJQC}EkG*N0)_C_rr@Vpp zJMQ|x^DQo&l|1%#%YIeismeQU-^kQRkaoe6a`T;nhK<1@I!c&vo(3H*EGfhAGXVWl z<3jqrBa_Hu+f#OFY2I&&GbI0v`^_@-fIk29|LLA!DVib0UsafIfz(w|C&2ADAQDKO%XR#viTlJ;J!6PP8oUuD*7hlwaX4*^ui6o z!g4mVA3`Y(Z)628%kb=uhBxNUkk&lYzgVuJE8%7F6oay`k6rm zc^P>h@fta*Q2l%(E^L1E3)9Mf@`m$S-g1dto6X|v*mMMtLgeIe&-zHShk&+Og~8Tv zFCK-;J1dj8W8POT>zGJ8%tE}F`Foy4JpnrT#X1?^>RJ(URPFjStD@Rvg$>Sxxw>oY z0$xq_kfMT~CZ_*#kP?{>!2h%}Bwghj1@-bwRFxx3;nN5EfzzrYfU5~^>6-uDZ`Y2Gf5FmeqUg&1 z>?QN5Zh~gf>AW?7Ld^H+S20t<9H0Z?Sp zKPfoVt?Vu;#>anCSYj%yfY!es{Lha6vTgL`IA&}mJw#tO+IM3^bjz2Eh;!g-3Aksr zbGE*2AE#fMQ)BuAF?N zZdY5Crw|VHYBv-(BUeAIdQHK|O#X-0i1a(GD2rr^y7hbTj3c9M-Jl|w6Rw^|rvkP? zIdTAkpZT3P{uXa|&sB?UWw6%{Esu|UhA1&%g4`2;AbX>)1CI&?}S>Vyk;Dm4g^r(O0pXb z%D`Mg>Dk)=gDzt4K*SY62$2-88#IHCr?cKJgK@M+*!=j`DSuAv=efD7m3Y_j+RCYW z3(fRB&uwQj`L>gjrDQthP`7A^8r?U!@}y)$g#|OxSi3EQa&?Sz2SL7%nnkFMLUqj- znh@j=c4MT%7ulIm`o_A9s+0<%6zbBm?rMRW_m`i+3F(s_yE?lkIpa%yi)8lU;L1}o z=`yv8Pj#Ihrpad6I#+7ou0M&=gS~Se6RZN<+?Zd&{i+TQH(6&$jwR(0Nlor5BmJAd z7%taN*v7?REjx0{mw`pij)PtB_xo#o^-K-Wgvp!ajrtX#~#6l+FE^V3fG>nKMskE)QoN^)Tlr z6)^-b`hs=gvQ?1M=`!tsvC32=A@{(Qao0*i`+?6~QoAZxN6ilC=eAXH#>iyPa2Os4 z{TwYf>D&Ej(ix34%H28+oO>3zi_D_W01Ypx`fD`r;m(CEr1(ZFy|2itoq9veufLM6 zcUY=_J@6^cytnJ3Qm*^n_54r=neOTqbwMl(_nXn2^qtxm=-l806OmZooWj4K;hb+% zL;)E!DB4VCw<6evHpts*5JOMvBtoYh7DP5r+IAt{a5u;PSZ75DJIhW?V%y1QX&Vtw z$cj`|*f-p!2XAYHc!ruj?dD_e=jzme0a= zeXfSBERGylf~1f{Ep_6}B22Z=B<XlrHCgQwdI7&>^(@9P*k z2<4!90~1rfO(h-OM_rC^4Y~4={_Ady3WjaFdAQdHJ`|xqeq>4;;<+O#PqkN8`%7a; zp?NtFcP;x;qTgN88%!&~!dFC%LQRqN4(Nd}W%VLr=VAk@v5CeCC-lH1{o^-a<-9W{ zOH@0=9#)Gnqox@}8B_g>RY)0T#79%pYhJNBD6&G0f(>3)z25;O5kAEWpC3CAWmG!4zg%eUE_*C(=gyOZP#NLq4iE&RKt)O-2B>9 z`UgHRtO$zx-m0~OFhm@^wpeh_cxSR6DnuF;MvwRv^wU+%Q=S5adezhGPBG25Q1J6` z%CZjZx!8d*g)1>;=&5c(na75WDs)+Cy>RMlFPOP5-Ya#%A1$DS$ z?z9;(wDM?aY3zGh+**d5z$*l|#Xc@ZIqLD=g05~gT^H;NGa07>Xh;9P68;4*OX{Jv zMw08n3vaEht(!h#%>UW_g%m%Mn<$3~u4m)OBWYeKYUPY^9!8mz9pzDBDlYO^ae{wO z;9Fs<2z33oDC3Fxf1QS)^){}in(OAyw{`^IB?L?Pafw97_@OQYZgF&tse=Xw>|Qem zBet?1IpcSQB??oH-W}y&WgWeO_O2wKKh)EsXRo(s9h#URDn9h0fM&xr0m>gql@Nyv z{lCz`Iml~fIj&k|s{ms>-dr6Pw0&uPr#=6;KOMXBGdOX2-l*lv-_ausPwo7QLHV-5 z9J&W;DqQ!}-<{@e*-*sR-b~Ic$d1J%zU&mXDk?H3zLFD=mF zvxOAl0Zju2i(#quTz!S!xIX-lI&*f|AbqNj@XF3$rf2WnTKCR^WxzETMlcrPVED-) zK4HY^`aTH8-#?|R%m#J*Js}ei?&dcfitT-h`&&2&y|HG9JSY3WTJGyn`~UzrmWrP# zOGHXvi}K9NQ0V~V+3%%a?8le;`0(S=*W&8?O5~}#-FR85R+^XjbH?DgSfGH96o>AoZb%aVTkT`GEj}%a{3@oEQvZd=utB!qCJ(*cF>}j z-YkDfqNnkAj!8JgLa<<|PBu`*#ORID9zov$Ox5H8`Mtm!HnN@2dwY+zCgb5MNI6Z1 z)xrUl;lwv_-*{e|p8T2lE`B&AV7L`#){+-{fLi}A@tNILsaP+fxJ0d`{_|jF# zzg|Fxl7#&gR0D(mOSaG2YhkmGIS1k*DPld4mL8s-hFrlfss9GH3pB##dOyh+c7Wa@ zDmc7oO8%_7*sK>k+&J3=@*5NZ_!h(DwYBfwI91m~ZOd&%TMrfb8|2CBE_@nZ%ZZ<)eP3W=7|4xxB>Z<$5X`^OnFx*-Cidj1KMvUFb$5+AV*NS{=wuCC5E zYVqWET9z!pomax?(CPkig)}0|+u1N}qy;Ip_5xIjI2ZCuiM{W8G0~j{(ud(2F(;t) ztiI{QWGgx}({=8Hn$Tmw2F&$vS-TJd60JH6S2l;JuSol~IWBQ{X;*NGR2Xq~0-L&K zFnPzN?=QIK?!sF4zB29W@?3D^wlW;qaJHCXG04(=o78glqWKxf=poDoE8FvhPqUhY z@=Gz<%a0CUCgBjc5?;(8cS`riKEvr4Tl3%w7;iC+=LFud^)fe)1y>#!03ICt4fl8B z$+#sk;&W`AozQKOa$}_*RL-kn$sBbON@tVJ8e&i6%3GMq$Ai{ZyhSUdJ)gTrdYdiX zj7I-+wOZss63NKQ`}l>(2V87G(gbF^8SR2fd77#}{#4*Y zdG@S}lFC77=MYGm!qRdwZn9ReuKoG5XPXz#e4))V-*W{u*47{+IKE!Xk{)2Wc1f3x znot_9kdmoHr)YENLlge(;`#I645W?!a4FGuT6!vs?sajNd_>>d>-(HWM^rxe0_RtM z44%&k^j+e!dYjq@GUkZ#Q$&?`b)7c%LOxw9E$N)!eDiC&)dyxY&N;K+lt4(vCCcuG*ja=N;YY@lH+Me!xg{MEshY>*RPT!zo&# z?k>6c$t$==oA28JvU=qHN3ec#7|W9#+0PxtMDH_F+`FIrpeE$^#RO`jDBH9Dit;J>rc*??bae3AYNM$1bS|ko_Jib9 zN%18O`=1Xky(tq7;P}@I1neSqPp96opZm604fqehCdA#It9kaf2N6~K%^253=e~GilWDADw{GbcJ2`NIch9klBFxfHPzS*L>sld_WGR0cnb*| zF13HiffI>lqURA9`=_E3R36OZ%nsc!p$^P-R9Pf~CE!%gJDs}cUuyht%6{bMYTJli zqUMjJ2z=8IL%xZ~A4}qP{dKUkS{?bB+(Mf89D2Asjjprj$jtP#2z$cIZoCDX>!GT) z^COxf59p~>USc=Tg5gWU_gl`2?*o8-^R==6q>_fVV%qVX0(2?Hp`<-s!HxPTKpfq3 zjX1jD`xJUDV`*CwbGGakwX=rFjDoixFQt?OD|RyBk100Mz_u7mXcVfaae*oT6^4P~ zeJP>+u#lS-QtH91@>A8p@J{rFs%qlp+eEEA9lDe3@gx0~_a*thL@FC5>OpNadNmwI ze&-47?U?FWKm7M?8wSnlyn9UR>iVVa(6$A4GYronhIkIZIi4lVnaWjNB%GrG9&o$= zkcn?MH7VbQqO)ylj<=DO^c*nLMa|9EErQ7k*9c9m!)D~$y;y$26WD|@(C^!ad$B4- zGuxq2Ej-KEQ&o$!sS%Lcm7y~@wpz#Wp?;Y{&vVu-T!0EpVBxX>E|ZS|0x|C_uOe>O zFo|e;7)_r5&3SOmYVf8TPrHS+r%ioOG#Ls;13ZAiQI**o>Y#`GO#>E}mofbWX5JfP z4p;p|PO9$~4m>8PS52TdANcP8Pd%t;?-vgei%JiMxHT4!ptlB`uj7G@c{=J3MI1A# z)MfrJ269&PG~OeCM-7C6`)|AzBF?iId;L-%P`bTlV8)2F5QV^{wI{U<-&Ov8SJ2>p zsEUFnHjiJ%i0S_C)2R=WeYc)7k^K}`!_&EY9c$MLuDJVF zuLJrbO!9VHbw->spM~tlRrEkTA`5E==NnI{@*_>>(RAe>b3$wLeFX8OWl;*bGT0fV32OrJ`S zz>x?i2wVsca)(zjb1fdHf3q#v*V>rEzX%!lpPWkv(Kj+U z$d$|v;Cx4KJQD~=bA;f%DE}J$^D`O$qzI*(18vz~qFgKn(>$ZJGFYYDiApFKDIT1qy zI+3|eMn}u0@?+5o?`=8Tn_FwZj=i2FxlK9j=P>iuJc{weO(V{K5)R+cc^0OtCc5*y z&)6kYEADllE}!+==^R-;Az9m_nL2x+Zav{9FQ*+C06OYa!wg5}VTzkg~mhYkpxt z-?4~zuENmcL`_ya!siPfJQ*ro=G%ygalYj0`<)W^zOFl5qRz3r=(>8f-H| zZY;6eZj!I?`#Ii{_2YDaysf(MZ;ou2cMR~Kc;_Hfq&EJ&uPTVOKC`f+R+>Vl*Lo;H zI%)P?15mj2)7N7PdA_T}pKBqpGm5T#`qw}eKqr`6z9yqmh+G*{0C1a26a2fDnTsgZ z0opA#R#7nU%HUbT=XP2Ko~;4SC0%5){cWyx4c21aDsyip%DXb1g7%Xy@_6nuZr?b^ zeSP=gr53M1rrkob$J6leYPSKpIXfqirCv2$A?E4f&g>Z-+N1A<*hUaxwao?LT&-Td z#{%Pd7UtP>ugh*>#AHR{iyCX@+sN=ivUK2s5d){b=`^7!&#C@IIXu`qfl+R2^L25x zHZffbY~EYv`}~!5nqohpgq0}xM+?%b=kM+FKhPorSkpxg-pl2(jZq#H7iH;}ef<6P zNe?IxU5=kFt5uAdq$Q&M=|X7|5cNtw7GDe)G;Y??)>ivE=jVm@%&CXjnM#gc=iA*k zksCHXt-0agwG6`BwCqqs<*TW^r6>?X{O@NWNCIo3j?)f*+aFT+y5|ve;%YQxb!;0v zamDBb)H0*UI+Kxw?afx%-zfTZ{P{Q8u=Q_t-+6igxw7-V{n2WFzT_@3LtGU=-n``Q zr}mq#jaNanhqLcXw2JR7!|iMw z^s4H=+}~SZuS*Lp{Ns-X%d3R^sV2#EITkCbB){04d~qqm?ZD1+8*UQ=R_usc>-juz zQd47*MU)9E7w|kZS9FVll%OmDMzuMk?C9Zt?j$%e@~rB8eHtnhgz0o?9^FI8JrSLVpDt*_tr%P#g|hz${Om$aoIKYyTjP$Ckwd%-BI z!X}0Fu7VghpP_1`#|*Xq9o<>>)}SA;438 z*mv|=Xsg$5mF2}=r*GNXsGO4;^C?NWA+~frDJ0N%aeGvE--Y_ zEufWOw)sMV36$gE@u*PcYt5FD10h&mInSu%3Gb0bn{UZ+%T7UZL<0O~C%r&w9iVZ8 zS<4^!XNHc$ZzCzUpIE3|fPM0DB|lr`cTM)TS+P*j#}kOb=;GtCZ42p}b&9$+f4i~= z-xSibtK(oP{IqC=yvo{Aon$e$O~p_u=JjCeS8dM8MxJ`!%p0>NMQWKxh^}u>SVWz3 z#Ob0-&pa$D8-(;ta6?Q^t#{)|V+BGyKFgKzGPZafQX%CG;Osykkgod8Xzya9i$yG| z$9Jma!v`oqQk66;U^%%$kN)@Rp88YW4LQhL(mb7dPeh1#eNv|lSbzN9y2J6P zs;!^shAdOOPo!q+0UxMYI^S2LQSBwuB@KyO-9;b!2jfl;M~AfxvmkdBBJp|w4N~3* z^PdQ~>d*v*L!p|0O(I)J+dkelhc~uNj)S2Y)`Rz1AA-Qr9v{bO5(($49Fp~Sd#D%w zM+th_dnFo-xb1s{k#@PM+;I>)8$EhLCm1x$ph~mjzf_fCiSAFdzpd8$EnLew=<%jW zI)h+|t?i81rncR)TkoQ8Y;!E;j&?2VAYj)~rl5l9kP5OJMZS(p0vk!=HA$PU;AG>N zGc-{OrC{xFZgv&u=6R-u=9GAU6=KrxQIRy`H6bOxrGY=?!yiuRgGS8FY^u9NU`coC zl!I{BAn}KWdq4}K=qRNvMxk}9^v9ID^1Zfq1UtOV+VP&;s{IGhU4`Axzr_1ZU!5Ah zh~HioW+qjMG48#`CvR~J?>Z&AT9CGNN9q^?BTh7bxxG^nhN@j%99EjktR<&ra5|jN zP>T4ov9GH6`{xKjJPMv}AtMVMf^Y3eah+3}G)OyV6%B{mL5j3#P?eMc2VmzQmOGkJ zl?DLu=AwV9M56+fAT|^-=~OFav|SI7W-m@lnuHelQlw$0Tpj)^rH2G^+zfQT#M|%1 zm@!Pa;XQ+PR5ZL|xE?Va=~+(bqB}Fe1c+>9db~4e_z7=3Du94dZ|jqV;IBeI^xDlwL`5%c5gp=EMogrRix31J0$M3^-Jf!dE}Eg zvXfsJ(X*<_klwjxYoDP?d<2u>WT?C`w%=fAt27KgX5A%5`a1&A;Q||4Bp>Sh8Pk|y zB6cy3Nq7KZ=VkM?z0=dR{^+q3?oJOoojfv(g662^?y2%ZxdB~dfC(`lPG$r}SjdQx z%T>L7RJ!WbLtrYeGV{-_5fh8*yGZIM&+8vm5#EZRXrG3m*+0=}w6DT~LAPda<3~K%p#3i)q5r>U z;6LYsC#Bfcg~N8Ioik}2W0t?}_n3BpkjJ}nEvviT)g`hKGP}WhHremavOQ)XffEtPeIBTH)GbcJG2Do(xwymENjN#A+ETF5luYaK z9C>-uF$2TH(c-tY{414t?l`HZox~O?jb0)AFWNF(b~&<;psUFm?f9OkH#3B%fjWHK zmc@ql#)2xWa{_H7mZ(|U=r7Dwi9f-XdVK6@BO8cz}m=4?zWsDurX-zc5| z5-^?q9q#*L2kXu^7R*+&UbRS4DO@Wq6_>LKAR&?`3d!?oh+jV(L3~S6BQn32!em2n zwP8n1^Rmg)*C^FvcdFWJ-?!MXvLfSh31Kx6a&~e;-WerfYDmEDd5}LX;yBNBWu0=i zrryKMJACtt9H`Z-=1%dfv|hu*>?Ku(#O}@J68V&8zG$IZroAAwIPSM>(VLo$qQU5r zgSJ7CG-TDVPI~uegt`oaYtY;a4&0^S7h?`hDZY8kN-pWs?)Muofhel*CpfZw``>y| z%_XQeTqfliJT04Ga?DN4mG^n~UHLHdr2A#whGqgeF;H8$QmtMcF-&)9g+n9&ml&dx+MkLOt z&2c(K1L*6ZT5bWgo!#A3C^x@(VIL^i*5FXY=k9L$h|ek!dUWwbeIu zT_Y^9g#RjoE1&IhoS^oc3Vb?=`vwLQ2Y7aDv}VWz9i}BOGZw0?BA7duHJCYfl}6zn zP5R@~k1C8c_sO3OwO@+NZ5ROCcv4XD2GEvl$`_1b(?kD?#0J_NG*xiIlR-B z3sK0s`tEgzOHDPN#5M@y+_nR zY}>{)Tc=s>#9zTPUgaCKPvBZ$x@u^bl<|U+bDp{olXrRBOL)2foCb zpbfuY(4SF0+ugXKRuesb?olpxaZc&6Z?%nu=k#Vv4JqjLgGNVwZg7hC6NOOF3~mNB zBZ7-t<1;_TpO_(Wn098tcqcBuK{S zNbwdvEoy=?q!BY7kOLNsZIR?G13g3f-$My`q-`=&dh`&Z@)Tj+57RlUxAx=gt~o!C zJfN(MCf%5IVzez&Qhe`Ap#0GWSkT-;O<=c#MC7u~m_%1nsMTXNm)-4UC2t~)c4_U==3?wC!B~qxv z-=N*De8N`{yo7+l;#-*hzQx^I3_vvjFUVB86DIw0sv5wfsCgDBuFznk*LazV`}Ut2 z55CJ`>{ao<4fKjWpZ`@6|1YZd{O`Kcv*kmAegP-xsfFhAtZ*0EDbhJ7%IaOAa`rmS zm&*2`*O9$(0$XGbng_;uEg#D*jRbmT+}MAvoo$8a>Kc1(g*D10GM8VevBk6)?VRu7 zT7eh2h^u@IZE|KN^AzAOzIlwX78HdJjE^%FZ%k8iZUFLd)~Du}0ZM8;HK`#y?oFQH zflsRGp{ev~Gk`6hYkQ{5_>JSEQEmIlvS&(B`oF7L(=FGs4tmUsH8*HW?NIa878~Ys z^;UVU;-2jv`xe%A&>-yPTFEjkEp37IP?|=YugBQJR;E|hu_$JmnxB`k*e-F>cX&F; zxv6F_pX}HGq#>#63vR_s!wWA6O4a1ScC$aS%Jl2Bg)0`GJE=ZG>QO+E5*E%Udo}9# z?lB{;B@3~Jm~{-EVFsfEkL_l$#8$qirAialyPrK662^&LMQ!m0oe3b`9$70Z@DC%l zvX{D=1#-k?myq?s>lFNA4%gc2${3gT9^d8Cme`|EN%eybE;(9Fr4@%#Q%&S<`lq@y zN9NCouo8+*DF1z?Q&d;r+MmnOKo#+1myYL?T0Qg97Tw zblmzcXoK)eRTjZaWE@5aY~bS~6s*mf2F0O(Q#1^|#_m80-S&^g{Ld$fTA#aZ4GV4F z8f%$shxj3P7fdwL4pLNtS6Nb`g;SL@@;oVTUi=MLtHren1_*m$b-yy|Dl||IJ4^)7K+}EO6`XiE~vU zja?jKTi;)EOt_hHP&z1K<@YK)7-nD{t8;{ zb!cqj4#FIDhEb=}SC~9Ud~95>y~&QnMtUqbq~5(S@;~mDuk{#-sI!P4#GU0F6Zk@w zW76~YtJ1ZcD3$>O#$*lB(@cV;cc)F-+|!MWO;zx7hRX1u@Xg*?W`Li0bi%!l|2RKn zw7{3?5Oa7wF562OY+k~Shteoblk^;0zo2jYG7QG!Qe5FJI>ptyQ<~3#K%MDLyb~!| zHJMOk(Q!&$T~LG2L3pp0rD@M~4i9vD^+I*Rv#|zZkMhXCU(?|TN9WSM);H(u6#(mj z855_tpBKVO+RSN6h6TI)`|);#`4KyCPxL~ZVO!jzS&-3kmUl4w75$Q^@WC(=Sa;`K z&vlt&r`oKP)uH|%78RqO5F>5!)PsIqX<^Oaw-Z9rvQF}ur(CY6aVJW@j~Yke~-Dtyg^|@8vOl)^jcdEx9T)iq`h2G_9skxrXO`Lcg(#D9nspi+i zZxv(;HO}^|%IPHEqBy~O$Xqx26JOSwb%s0~3t0^yB;f9xgh$zUX&?h%i9i(t#8TskeGPkxxRNJ=tZ+ zndit=&-_cDDz*(mmaXlc@q3=4c>iOjdo4rc#$pORxib`_xrQfPQ6BImkIruG46Uyc zSl38QwSUo|K@xi@wp~+SNu)bUfBIzxVo2jNsGm2b`ndzqv5q9N#I{ zD5x$o&Srmx!0`V4>(*yo4{*AGqOKx@Y|iz=D;d~@;?^uXAXP#DeH^-vyg<#~>fwA| z71;BPF9*=n#k!9?)6oe5%_HhgF!=x z^lr;gh)Ji}N__>aCd&KlSGi`C{gTgBo_%V1Iy+DW_WQf`^XZS@p9B0KUj6E}+RCTb z3+3aBI`DBl|J89@$d*l>35IV?cp|4wBmAkEWmsH#=zDujyIdiy2b7m>B4;d0uq$}= z;Y9l*l2W&1f%OHL`U?#z0p}|p$VTr&L<(gGiMS)A(l>MQ>>%qRc(xt;(O#=}{g8l} zjrU0+xWzjsN5+0e@tqaDXR&5uLr^U^jjL1`+%VKj{EVLH)C|fa#q-7(W7a-|%ea(J!)%SFXRApSH zTm*%%6!tbvqRdoav=s70`omWQ&1x!Z6;1)VH1Te_?IpzidJvk6 z$hFgzkWE^D^p)O3L;|BBP!Kn009Rn~-RW#hHYOkHW^8~qEFRD1Hy)1|TQM&@=h#f! z4)nRol})lLHIn!d|8b#R&JmA#i*6TZb@R1~2?Y-4iW(1M%O>Qg3$Pby=(o+%j?+8b zmcK~h{ZtG7k2K+5FxB2gi|DRTjj_}h_4i8IfB#<1R?fIli-+I6Z`Wvpw^SFd|1yO} zU>RG5%^B#XPxlvQ8pu|*ANXAc(MKY6apgSJFyC|+W|4WV!4&bXSBJ{M*14lFX?NKLOT7 z6)1r(sDV&H`>#{8!cTApDL^UUU_#x%Oy8-GLDV29$aBWiPNPyOL?x?PG1?)Ki}NGO zV{9c@zBd98G8rE*F+RTTL{E`y1E)NDjVE*cIz)dS45Ma5haRhpinK`c3y_JgJ{_=w zW=NUxek#?eq|=Pg$;`>^K8omBqVWqvIUt}nR51c{gWa+*DSgeOXVGSgl`z!zvQ@#S zg;DBy54O+Qg%js$pz$V~AHPmqN1tpgn%z3;43@d*ApVIVSR(qz^i#kD zg_IW>DNi|?d1ykvJl$r>E6oU`pn0K8lFzmB2J&NAsVtZ9CF`0oW0_-*HKpcrq=ple zu%_$;%`~GIWiT19t!EAU=MmQ+^tXPMcXya*3fbSwL5SK0{Oht1|8?6xH&i*TCujM0lUnu$jphDCdxBq)oV8TXo{3mvTC$8_ zP-HT`v)tvf;93E%%E9v)TEl|TG3C%=imwPtXT4F-S!+VrM&a6#=0cxEjFdHa_J?eF z3d5r>4-D@EuB$?L*@F!v>-bU5A2 zWcg}6{5qw~`CuW`HQoh(i3u9={=4ZMU`j@)VEa}!terx?RhPwSUQ4Lwg$TYkGW1-} zCX+R+QyGFkk1OvT@gohm6QbShCKul?ye$EMhC7HTJ-GhNTL0d7yl6sq*CI6qU+(Pg z4KNlgs4%XjZU-? zg6KpUMj5@gF$`nMKHKN}ec#{tUB7eAb)A3S_x)$jHD>SUdCY!h-S=ASUTbg3aI1gU z%y;ec+3&)*i=5;#U$0fwwj4edeBQ)D_9^0IfqtT>A@e{WkjhW=S6G#(OiShNqgsQTxX5VXOxUB~1Wg_L%K=_{+B5p%y%jo9;pNbAYB z+lxid?rkcyt=}45c~`So=~zDZi(zqMYbwXGG2q@xw5UyuMI41MP_2@>Hd1I?Hno%9 z=<wRwRy!l!TE;25wmI(;BQso_uSkr_{L_( z*@G{`U}|i^J7sY>c=U_~j9k|nd%Kmq&#>1j@|4(TQLps=S8tg)exX;26aII?nEfw% zg;TIeHqzGnNUFH*dd?p);3K0M^<_YT(&(L3AbkruUOV)*FYPzW`f;)TK zykX6GLNtVE3YO>XjaO&|1nqtNqrvvW@5S$hLS)Q(YtW=qis8Kd(2OrwszrW!V z+(TK(4qa9zB-=X4o@sn82Ax;17r@I6mxLv~Y<8(+yvL~Qnp1=of?VcmZgqc0aSGi{ zKYRWUS*RZ|b_`yp(QT_5m+@&n&4Vfe+E zsWk5Tcj(=QO@^s{S92F`zP4ML(`j?-mLWg+RvcB49oGK-bP-j~{EX{p<|50+x}s!d zi@)_gQYBcco~v@CNw3AS{q@g8Q(PO{r)T+vb9kC$-r-*l`P1$MyQuGiwdbFVO?c;$ z*)BVaE$1t(k&_Iw)`Rjb*p$x1j+I^!ws|YQ&%!#FP%~jr`*TcxdaSha#^2U$y+yt| zW1#HhoIt@oUE-Q|N1m!AOoHjL0s{Up(?^z1^aWV*2&hFZVsoD_K?LaDPP6Wn7d^L6 zxfaN&q$;LvBHfjLJ2wzosT>eEnaj}L8a>S$EB%tA2q59x%Dp>8tiQ?JQs_7m7oKx_`>rT+Cw+(kywk&``-O6H{udW1& zU0}Df&u`>1a(F#m&D2SWJ9pXBwywTzJk=Wd zlDBcME6Cx}Tkosar{?FXV7D&Oi`}<9!=)g6_j*=|F+B?(9p3_Rw0Lo8ykfCLC&eat zY9(-A_)amr`>WKh%O>VV;6Z>LEQDuTO*fj#HzqdmcI8OSHH3g!E?npGqX^fY34g>3 zC*$r|jAm;gh6MdC{{l6LpoO&h?J4R(I6*TMn|{fGRr<}WNdqXS1{(-DPZAFv$&3<3 zM{cdmT3h1xW$a(8Z;zy=KREi>ur5;$&>e54Ha8OP%V|!)USon&jWKV{oHHIyC^ip2O17`tp8wiAJ#u7w=Bi<% z1aSRLDo_MG`b`dG*Al`*OTf_KZ*w>Q?XX(Wz`d($0@QX9u$n0(=yxFl?A8Yc)ax$* zi)s&?@X%{6Ao6lI%ED3v&kIJ|Hhs_iqvT3!fxmn7KdM*9g>7G&#V?>t)hwQ0H|}f} zH5uMhnK}_h^(@cxI4stE(q$Bw(xWkmam@biMizFO@NuMsnoCAV?E`^!3X24`T0O4xu! zT*^oQ3PvePc^8{-DefU*V=hcNvC+K=(y)~S7EO9|)O?n5z7o;>q8-!)+ma7)n)52b z%gf7!Ug%*YR;}&+rTf}tO1|cP!8?m+Gw#CS)9(G#6*`)YK(0M{+Bw**V$v3kqP+R* z+wKVVd|Gd24|AMcMjT-+OIy!6h7uiuwIxPa;DpY+zs00eP7{I|z@mM6XN==ei+5=& zj3;fVIK^Jvp^`Ybj9hO^U~DP-X7*yR<)(t&52k?(nDLc*#$U;}ZH`7p^52o>SBk;z zkgDn4rWNH1QB42p090x8w&|y;=6sjGmcxq2GlX6NrenV z9E*yF2~EMIgr>Ougc3Y?ettgZ(Px2ANhyT{!^)b*0=kv$ntpZz-G}=7GltwN?@&Y3 zD2B6}t_guJ-wYhG4f-Sm+Nv~%9DW7mI*99kiN595?9NYzX#=?T%3+$tHzq7;@bNYf z=b^t&Y=Skh5&YukuKEQZ5^M5bF{+o(9OSfXe~^Zl(LEj}Ch9o1;9`R3tMa8DgB=O@ zZsnMLx*zb_M$ak~TE`(-D#q*JH#pNuegP&Q>LYBedV>*-*>TKxx}j_+=G-cUZ@-F2 ziwUwA1*BDx=VIP>UYFzIp*F8`$e}WA0C(9U+UltOtcj3hy3(okDJWA`W^qfAII9 zUiBPQ7i9|KhSdx zujH!r<0v=yQ$87!x0i`dru>u_=cV1oTv1D$BO}c#RkFEZ_jn|f1C2i$7LBUjQ?M); zeW{XG3kcklYcBI{>?iq$Z(w=q`s!ZSKixlhT{_<2VS&I%Va}hY^|Qra&2&C*_Kl1D zk?&#Qu#a!N)=1hfds;Yhdi}<`g6az=0)4g!6ye zFOk=*#z;w=Z(Zd;F|#C-XuTX)pa_2!XEQEN$%6&6&PQIj8ADKunW|}9m}O?w`vw$p9^eOk*z;$t2!% zFpXt4SK#vsNgxuP*K}v!Y;2ftRm+}_MApFoNhhv(r`fPE$rBnkm zz0Gw0!2Tik3L|)3JV|gT{3Oc%{#J6VoPz{KRhUUR8G}i8J9WVJB{z zTF^JFJUl1Hn*_+3e-a!`@`5udZ9F9u$4?$={)G|U{C|dyBW4EBx$6DEFY--D2`V8tF(yV>!J9M{RT_ zN4eXPTj2FOLr3=^Jx&kIII?a`h<=`ne%(5k&EM1C^OsBXOlk+}H+THQfx<9)UMBd% zy+6sfb2+T{)>Kfp=-%zJTidg*Qm$Y3M7zo_z~UQuY1EaTh~bQ#ts0|#O*3Z%Ccj1+ zo8FkbWM9g*p@$`?{als1Q+Hq=a`{`x>2+XXjT#!I6OP4+lWWL~w3M$&k%Ug(kJz)&cPQkM<2l zE-gz24-#nF)*@JHFvu@pVdxMpYEV3SR+ieMrlTABlkrQ&T>dmmtI`G7I>WbbV6U$A z{dKL$1J5wO&d$#FwW3BY*e0chlHUHN7I*cRR;7-?sSuUzO99ypYyNVVBWcT4c*MD_ zi^jiJ;7Z$Nm=A&n-@N2bWo-ZKuOhmJCHNs2ZfI(gj zEK^hdl;;)j;A|BbgP2N=%#HEJegC-}m>ZzGla+oTd@Ez@w^oM7pIiP#z zGH0cTOyA415bnP+^B9#x#JH0qV`s%OB39aC#PMOT4|C0LDRG|-fKPuF`(?sC)}MNx zBv(^WNwPk*^z*y1{7Qv3C&-XZ0)CiY%*R&_%PTZQEiV}Zjw40b2cx>&NLV}rM8)Kw z1y*j``-t6tJ|}IMVX37yP^lp`s2JrF$2iNY9l(Fy`>7bI@Ktc~k*X%;=7)j&VVsa5 zHfg`EtA#A6_f!Yn;%$j|_aN*!8Jt;w|kIopl%4VGm8&|ByuGzJWY*OIf0_&&G%P0BBHbfG0n&=wRAgO%JbngOOAO8tUoxY3MLH#-wkllLqPoet%px578 zB!>SxmG!9Gh^^r>gJ`GUMaHtT`{tu!Pr=sftsnj{)w*Xc6|ZqNsUSx}^7VXPKNKDPLzAV$$0=0ftj?X!=kV|k*OpL1ui99R%^!Al&blrDjR({xm#(sa z?#-ocvX*Pe&W~rJ>-NI}<(sD*$gg%C9jl^0PcR|=#n5VT76!HV!zzy%8i(rCp(B%! z{<67rF=K}WAr>72IeF|Q@v8Kj0_HVtyV~Xu@+48~r*UkC1fbHfyCH$_&w`_;4g`aT z>o0-Twg+l}Ll=D5D`a31?3W(qt!t`wGYR#XpOSx(hwO0;!2x&ed7OIV3yAX^jwwcIgP zBM*M?{q&bB-&RpA^Ayqv?b3K-T>RX~h4&(eVKQG%)@rY)^M8`&fIOQDbK{J&T_o1ys`;NLG>;!tj?uMg@#`yO%i!QTyGix^mKn-$1?2 zVAAW*-zOHlr|RGjHQUo4_rPbV%?ohcHXQMsmuHDryi#__$?%0dsL%@w1|-0SyTITf z8Ek`U0GfRZ@{@!0lZ#`BgD)AdR?Tv|kw;ZLju#V@{Tuo(4|p5htDYA$xR-mN_1!?% zP)WS+d&<$tkcPQAhyk?>@_-nDQ#nsQ0XC#7B(Ia;#};>*yuGnQ$1OG3Jp$y~J zWK4JHUVDpf@SBeoC47{zTpLI4OqQU#JBDX>6Jdr)$Wk`)9*KsF4v(aT@M{`(ZJ*!a#DyRuQx4E<(PeLF_-bEz<{jR&0ZY zplP{ZX5HyW-XF40i>_r0jrf~JDiL&(jGuc{?T^&17t_)qjX|v$xB38BIM0OVb)i<>`{gOpc#>EWKmKr$ z_wf>H?|0G?LJ!xsSy_p3B7%0Lt?gPaWTB*f+xQ5yGy+eRLGz9gF`IpJQFfu{+-Kh)}NbsfqbB3S{(33V?+9mf`xolaWz(|CLdKBrs(b?uqhw zd?yYGFYGzq04N4A0Bz0-CuKkP@{n0CW`@M`z|hvZz!1b zel>aqL<0eQmBZ}Q<6AB1KKKYkfoCLo%b|(<>ZU`F*?HO>Y;Q-`!z!2|GjH-QZX&V0 zpI7|#wt?xAO98Kl^LVbI9|f4GXLI;bpwK_RY^R+?Pls`e_|vT#^ya=i-x&R`KIi+f z;-=@K-e|6lDO=@PtEr{h{d~ZAF>A^>s69qkC8qb$hGbNHWn5C^$4dRMtT!uvx(ABy zU(b?tRFK+N*byZt9Skpy=1}WJ#5cv|$xcb#S-JhY0o&*6E$cU*a=t zsZRXdUzD%JbV7;@$=v>#Ixnh=}W)z}BBW zLxP@a#%g~{rL^{X;pcAJ0qJt2j`2_HB88hnelD9CKBf(RWslEWcf=K&oU00!rNTEp z6;{;e2A9m@-5u!vM5Vu4()gBnfB1CW4;7rio35yIF}B4eQ^xf+_++y9_{UbC2FCq& z!-R@Ls{63}o8lJ~VBk>|vD&9*9962LI2MuKrXLu+52zy>^DqFzAP~0#KZ5L2`#b8L zdX}YKIy*ARO?AbTAA2Y}^O#t`i6OSP?%-nkoj9QD2md@={nUp7-QM!I5-LXi?w*ZfUy%_etEQZif=~?fwx! zWZnMZYF;mCJ~n!#L)q^fMHd(X_E2o=(5du*mI!=D9rHopT>{E3c%x~Af*eakV6r)| zH-o5?Ywm4MqlZ{MTANsx@IPk@w|b5aAj0)QtL3DE6kRm+)&B0gPb(#&kexriZ+b5n z$MN`=d&=63nG)l6PW^Q$5JD(A*$_4)x_4b0ugf%1&8Q~sJyoK`J+CL%IU^f?cJ+yG zu=UHlECYl`lXwq1NK0u%tnTQ1sm0g3F3w+q(2(gos_}V3*742mr(#QI`H9Ql67~VY zeCHl2m|9Z~nB$08$A$^zD>+A0_r*h0;WqHjKBPr+^el3lbkJKu8m^5OC7P0k6o|_@ zImuDQTrE!yj_3#6v6Njll+{{q66-WgmsZEVFVA@n**k&$Qy8*G*)Hok8|7P)72q6* z@NHCpKX;ACM0@>STO3N^Hb-ApRI)iNdVxN@-=+XRWIlpq1Fc+2`B14b-w{AQ?I|#^ zjH)a+UK&)B^b7{ns7Xu%Oq6q$&zy};#c_FWRNta5G?SZ-Xm^qQr%&J@ub- z^*SGIlVmI>a_Nn=gU1YgV@u5~V+;@0YpH!VsUz5wkzBT#K7Enqlio+0?xTIaqd&L1VU1SL2yDx3 zBzC*9wOD_gMHzr?+%4$xH%7)`04F?!O0M67j~-Fsn`}_z+f7w~lm(chfurrMmAvH$ zUg<2KCP5?RZ_s2?7aqYs4jg$Kjq!*dL0wCrDVt8fK|YOuHRRdeA)`&t)p~1@Mp{a` z^by2$503FcQ{ByIPtwqo*3ZDhX=!LasUN@luRn5l?hR@g`y3nw?(OkXZ8j}G57E22 zR*)=ozF)9U^)Oll6w7WX?7wBUKMSW8Zis4fr%`qyd^LNod+)*P`ef%*AEBCpohMSH z-Ak$g?m-NI6sfHoV!$4_*YWK-ms)fF?#c9{mQA2WDA={b#IUVaMYBOb-uHbl^;xd= z5AsS{`1o7KO9E%F2t`uI3v27J&d5dquce+<4>C_L%{R#Yn=UA9?$3tv5LF9?+)U#e zxWfe7ULWFD$bzT4peX16Y*!Ui$~*^%PBZAuW_3Ua^+VXI%~&Yf+5h(j-4SGpTJy_( zMwQM<#&sfOMu(UB(xv`0tA^$4lACdg1-IoAzM(wdk5Fxw)1C%(t0IY3JjE;UMHW1T zUjRm!4%~LxHN9jQG92~MI3 z2!lbV;-pRswAYsjw?a3yvglx-0O*9Y3AaWAB(e2?CL!c z?@OoZ)&Ly{K$}WFnqeBR=03<`CR%NXMO+OFVQOBtv`oiF$@!gsBYhYygt)2^a#SO` zZd-}12h6!4J((NcV^P$a+Oj@uRJvZzjXzPmWr{vIr=1)ad+1SU%Rnh!Kg)?)kBMOK z3Ho2=ZcVEQpSx;wJcMsj7VYe;z;hFJ z$Wa>9Fkjd#)ctENkkF`vavNQ4JM7YtYd1Te61Y4yzN`z8(!3+X#H!-%HvY68z0a0K zdWB+RDme;))(~=n%(1Xd%dilu_1fiYMW*y^#$48A!n{>lQcYTi2rn>m*?|)icVzkrHNQ}WCnSx4q{j0NBrK*@h{60k{xShRcA&Wo4RV#90P~A@ zb~aXsIx|o5s{A!pRd*Dn+WC35tTf%;sJZ)yU1)-_?(2G*zcSr75gcEXNIm5nyE)xk zg9;Y%q5YIA4(1O*IZWfHiD3;athElJE`I2H)SZkNrRJX^f!61W;oZ8v{iKJ|xQ(IRz;UmBrHW^|N>$~rX4Pt{2k?SV{zP3ff9JgS zX2Xq5g+iDT6@?v*ez6;daig*RvJNvD8;jn~_>MOBCabV?YG3r+yRf3_13z^A)ZAta zhWrge){0QYI@7CA3Vt;eQqj1CBWSo*BOy|??6Z0dHK_#VnoXHTXN=JpOVhDB(+tzN zhXo13f-jd#Bg)9N6{f7)H}r5)_1RubNujr%zuEsvVf6B|S^X6B^T+34(JNp|#xD(J z@tQn=rApUZPgfCz6_<3{5OWE=gv-dsYbD^au_zp-`fQWm!<_AOu4IdYA0GVB-3kIm z+|?OHu|V7#e_x1_Dcmea>LACi-SJV1Vxr+7@A>lJG#(53a7UK3nSk|Drlx_i950!R zdSw8@XP1S1YrM1C-X?ba2!zW`Dw@IB_Y4=3dFB;O!kpAK>3v>nn&ERF=A5s&NL587 z@)a{F_M=7uT7T}p$ zYnNDWIVnoxVU12v#Adz%E@_sVLBSV>yPkL?;^47HplwDW% z>n0nlqJ7iJelgM+z|a;jeXW5&3Mgd+proJa z561&Mdab8E3^HsFsGsk*40@@de0p!?AvN;117do3sqt>o^tCD~L&%f`;_NjVnvf}0 zKvax|<^$Im@ZEpuG1WpKWV)um>9gJKa)o8^0Z~3+@^_E-NwQdGIcV=zU)uJi%DMJF z{z1ys{_=?p0(v~fV2|yL+j2Ay`r{9s$iT*bk3;IfS1eXFP1(a7fs&o;PdzH5Y`q7by|5jH+UJ|>s_ zI*e&q+R;8ehXMg{%3E~A&HPIdXt$Ry=QPAyk`p65qXy|Y$c8~&(tfY(WLzUOLVbf+ zX4HL(Wz0-sfc~f+FH+pJF+QE-e$mFPNI$*uH=gddmsS2?`d@MRJ;ePgI zXAml#26VVX|L6EEwOL3=Ye($76)K z%+DMe}e*dQW=EIoY>`#|4V0k8kv6KQ{I@IXV;m_-SwMvgJ5jYp?>= zntQ&(qL3x}QbU%^Xd~2sP^~AdEd)6F^2c|citdyyUrA+%ikG{qP zql@55Wm1&gs&p4zZ0k=oH6`@5Q=I8wqBaz$;2SOz0I*us9p*75lsrn6)=$0iccbgD zLd!mSNw^nwH2!{kfl+ITv@GK1Gr>z9n)(tK*xT|JSIi=Abk(n;KPkPS?THE5B+#bA z&OgPacnh-JR-M~ntm+MVkBiMNS}E{=>1yd3Tb1A&NxAo>!WMf$NqiFwOCF(CCCEr#7)-`pG& z`bw1BPq?cqLdHS%FmqZ(0M>7FS)>gCeig)(AxXLf4Z+jq&;2mFk7Zk5ZTjQOVf?XO zyv`_kE9C7Au_k&FF5LMgy*ujQ`J3|bD=FcFl&Nj*#BgJ1zRr`npz_B-N(V`9O7+#n zW2RL!5~B<}E<}yCcD$=ek;W( zIVfF%FzhuRnL;5?<$O8C%9{i!(`{;8+3j?lN2aETGC<|lV#!}GZ#%zw4F&{n2tH~k zftTF|wFKJYto<03VLl$5j(Fnk)4=>qVVSAG$}qbt20`S*9NMbG#Qx>;mg&&=xnQQa zt*S{w8;yq*Nog%(ZMVhR3>u6GsQpSj|BX$ca;9O87s7Of!TLD?#3G)04%UtivQcxO)8U2PjMTMbdaAbz^^OI z_lO7B#q&GkjD?|=6YxQe`0U>h>$&e;O{8t;1T1*IeIvrRA2G^M94E?V8RV$pp|f%5 zL>E|8U5h(%&T4Z=GTM63{qGVi|Y8B`UjWMr=WO;X7$C>GL+P|m7uB>z~> ziVg0K!;Vf*PY*x_X5dHP8OO_b_VTVGJux@d|H1>~E=7WXhs6HAlvY$wF$ z%^BWqW+*m5Pp^@8CPxTaY^pKR1I-G%t=96JP(oou_GMZl@;Q$3d8SgIeJ}m!jAu`j zt31iIxNihO=54k6;l_SjOCJdu&n~g4dzX zxvNgsfi*hErpFh9RBSkVfz@*MXNm?s(QdgXbrnYC@PjA^*yK@|MJ%oyU%6cRE6kZ> zRAPFm>a;xY7cX#ZR`Muat@SMWv#e?LKPg)b<>n~n0ca2(5G=uDfes&Wq2nouzT@h;)}rV1*<`oVkn~+mGVae=@y{ z427inGdiN;IwGM$G?m;pn-=wq$R<1jdJR@+LD+pc|8!In8O>>533<+ri-8)!_atHJ zk6%=8d=ITL2_5(7U(El;$|k>M8jjgO*wwe>AV1i>ERd`HjrM{N*5jVRXT=x4b2Zw9 z9_@|uqtMz~#vP57@=bQ>^ylSd5zy4oPp=;Kgrx!dvCQ^HZ?AaixpfUX^SSJ(PDJtc zzJBdJ`M7Z2nXtMtul%7yv`^(>?X4x%ew6>_Zco&J)p^i$3+R2z#1*6hLw<=Xi3@b} z4(e6rmI*N7LCMnHp8b@}06Ka9YuujphMj2NaSu@*9H&4C2x`Q~2M0ademw+Z2JE}| z6%nT0EBuP%uTaLg>mVX()}FL`{E8sMqw&Bb$ds#>K3tT(yEn{^t*H4P!@TP|EQuQ+S;BB58!tuVT+!unq@Voz#x2SNZuiM3q)`qt5h? zE!0ZeQipNgG^FyWoGeLidg*Zi$;i-pBD%#BlbEf`xv^noEn~0NxO*{tuG0jr7Qb%-ZeejvLB(}r zHICuaknFVFC^Fp)gN|=NJ}3yrHx>kF*bvX%8&IxR5B<2Ew)ET_30cyK7K3Tj+>X3 zU?mlhO*S~#dhfHsPuYbh9fUW(JYNPU8Y0eQnk-`<`NT%sWksP*m{&CJ>^8B;_FN~3 zqSo}UUtTAhcb0ezY8&8;Ul{rMLr-%pv5=CW`}r(U-qd0n^x<1Uv5Rq?v2he8%9)<1 z5IhoFeJ(rHGOU~j>xnyg5Q^qd3D^55%;awYSUn4wy_n2uK1x4lNKUpYDiy1ow4&TN z5Bfibt&p&7rk4E&?}?WVU)9%KW^a@drJ)HZoGPa|K|?dfN=AbIk&5S?kpIpjVPzFE zS-QH}wVRh#=nCI`YmNE(NneK2-Jf1GHb1My`w{G3ZeMw5ubpZz?h8j^Qs&DHxpeZPYq?Y!9i$}-v^E% zsS1d8Ws!)OBX+m}f+f@dTNMCSwYkqJZEO6TFy(-APlFUb19U-1asvL>m>hwUOIKsV z#5*9MX$}To?pCYza78Vn1UIqSCsy8ZE*Ui`k=!e+A+P;v>vzYH#+RI#B3f! zP_U_l;w}v~9iMF)&O-(!Mg`z!5IjcJBn;j$ra}fi-L#TW6AB06 z=GXKHk$N?(lpcsH^W8ughO9hC$b0xb_PnD2(5hEBY`W6{FT)soF}&6+qchMLSCTdB zHF-1w!887etE&$>QHH_NQ(MN8wh{U##}ADSxB~^t&aix2XUk2U{?{2by+8A`HnBV4 z9)j2=JTUdf2<^*56XHGbQNnqtK~7ZiH-?#;@>~a5s!c_QWn8Z(C7Kp9=Il4umUqp? zBg)5r*xeO`2{A7&1XF!`l0QP=%d~zEBIYe6|0IDJ6BZZPUc+TTE`ob_!vvS~q!mVl z{(+~|hJJwjxW79ckpo+C;d4CIbP0?&w-4QAU#PJ58SM*AEQmE|tA2yYeh}{ zd5=wUqEe+Ic;+JM=D-W6(Mi_m3!-g!c)+>s4mROMwb1`DD#!v7 zu@lvpmdA&a1lfOvHEU9=cYTt`n$%ngc{ex4xrG2@(BPfmN7cAig)bjMgSeJ5CzZ!v zY#fJP+<>xPYJ!x{*j>=N`P@~ZKga&GaA$3Cr`HkNrI^?vS?>js7@~@KHQAcP>j+Jl z3dE`<9UePV%;Yv__umAhIpx!1vKT|#%8)%6N3aUi1~B0wIQ!u3_VcVwtkA5v4o|!+ zymu=G68KtqAW;|?qy7h-xdli}}T{`6qLX2Q<{vx2c8wqH6Eqbg2+UOA&0 zHO6Bdm%eZjnAKYHU4aWW-3J-Wk_T0q;Fuw7PA#KY&Lig5&%$JBS;{E~JYsKK8MTZx`&1Qac8M`B;(#9524Mq-?RyETLUcPK4faW8w>QAYv;+W9maT<90 z?+8J0yO#zo3B4-gA|0q_W|n^%c#w zc8S{(deuUUI%Nh9k#<=L(Z;`?4c~oI)w|h%D5;KE-iZHaY$$ikzlL_00XfS5$KZsV z`aT-yd-1c`xF_?^J?Og zI8yjNR(I%coXE@BblU9HJGWv*+>J#mfB&|Xt@0@JZhV?CU1OqOl!Ovy6vllJrQX7m45g|1oHsu%-2f|9yHcy3L>e8WXML{jcer_Q;%d^rsucO4=Bazi=W!U32To zc0DC~)j*}5~=IpUOUSV;JS&YlSS4>{$AcQtpI^1C@-cvp*rI-8Qmi z*auI%TbNalKId;)-)Lkt^TZUPgX8T;pM7eeQ3Mwcb+J6^sHL7|Fi^)MI+!JUJ7;9m zeHmJf;&;UkTpSBedY))(`7gwyCzgW-dcdO}{24^0vq8;{(`^a8Poy53;;jAe@NeVO zB{z|~%c6oRE%TNJHr^cMuzv$}V6XhD&+^yUsua8Is0xW*10%AKDb5e3fbZ$fN=03U zgmfu?P+X-m35%U-anCNB;}lf6ANKUHw_$vZ71Ea4;P9cCO^ej}MZEve7Kyrw6J|K( z30mVD_bY}u$r^HP4)7^-AQ0GrUPnz6%`Z%^cu6bLRnC5n9ao10iv1sG2&UygjJ>E_ zqjVl0Imm!iCKPUb?da=?J6yxs`U+F?Fij?sV@a&47+!VUbFkt08fN}xJ4_lH*L7a* z_wDMmz=t~~F49l@7k=s_uU$0XXtkhoKUB4$^Uy_wd!zf5XBtrd>4NIj-WqWU*eYFN zOnUKJTh71lB-m6`E`j^t@7iHNup^;jdL6RC%p3rl>ayeg9Oj9KF|T-6FJ!ivdNB6j zy?F(ygKJUzbrv*^KK6gdFX2P0YsuMfeiPQW-5R#ma(zS64zfXEY)$h3jFrw3*UAMW z{<+Cbh}hJ3e^4Gq#BJn$_k`suIk;;&D)P z{7|`Zm8cN&w;Io9aXgz~9AN)?Vc?WnHOh>}|83u@`sm!-Fz{i*$D!E^=hZk^TxfO# z)LQ1c=NzQ(kY{Qp6-|OxooIFinq8K13PYc4&YIE`1Q+*4`{(O4*sDcXz-{IH8X1Zx z`(~o%C#ooE6y$+lLK z*)YPBR-tQEAw={R`E?C)^g+EG1uJhn233s^)|c&3$g8;G850@6e!Maq((A=e>07!( zfyQ_lCmL>m7r)dWbvd&8!Q9L{4YMa4LDS-O(q7p#!MEPn<4OEfG&fPQ0WC8i*2H?F z{S4jq;ZX=Pin11l#i$qQm$9s^GCpIjxK*4SR&8w&Xy7_uJ>!vgTYnp0^G2}eW~9aHs*v{0sBKk!+%xjM z0ShoMtibuAk>N!k70he0(oW+vB!uhsA+LZH6io1`OZ^sq`>wGuitrb zX0aw^a#u+>E{3sX;CkOi%JW8-iC`4`p1 z^}!q$D35Q||1pygn|&G|#S5lw&8YX<-n1%A_nD;RU%P}P@XEMNPTv$&CiRxk2eGP* zs1k!m(8K0Da$_2!W^0T{x~Dk&Z|0IN-aujCt(*zjxyds(u%RShSNZT`D|Yzr_o`5P zWy0AHyv2bMSj*SMg=(B}UoU9^PlsKmdYRP!dHQTt!zjUziKhDGWs%TvQEU;@eb>1Q z*vr=8kLeQ4i=e-+3oE3U#&|HLZAGKh3~@t42cT?A&plHWOCO{!{&!97BrgB7+{_p= zx>}0vVg*Z?TG8h=MA?n}nuSa1eo9fl$&5j@Q|3`I(_h(UGQVsC|KptE)ctSH0t~QM zDiOiUy2R%bBKE^fH9bU++moJp+xA7Y3rf2wyz_k?N$qqDgZqCIz0gF*fSSNwP0;Hw2= z4Z}H}fn6wcwJv?`FPnr44NZn16PTZTnK_;)(Wg{s{M_rGD=$Xzg8!=o_z`;w`Qwee}qSNN_bY4>g|LFHw8(=Klg<{fH(2 diff --git a/icons/obj/clothing/head/armor.dmi b/icons/obj/clothing/head/armor.dmi index 6757e591c853bf101b0f759841d7b1cf47391586..c6792be933fcb306cb76998e8a624c28e4f92ee7 100644 GIT binary patch literal 19060 zcmb@ubyQrz^Cxt3LJVDnjLDB{0y4&;S6y_#!E)2mo*t&%Y>0007|nmp}jj zp2l5S-BHxo!O-5^&e7b~1^`@B)8Yqh7MQWcW~SA!`==QxIW=w3kOT4inNX;{Q_FS+ z^H68+9XH0jsm<4nYKVh4^owBXUhfS~%uIxH^QRYZZb-Hl`n%s>$Xkp5>(BFtHI;H8 znKPR|hN8YI@NWpG`qOBU9h%LZ*D!y9j=6p8(wE_s*!H!bvIo~lo*%#5sA8s%n~S~z zYA-z*THkv4sBX=skvJ(dwcxI4`xJ5X*X!UZ_jOr-4%f{009?A#eBOhbLgChTu-V%zx`&h+c=+~a% zw29%T5!T{PByE8texc|pY}xtlub7haRH6a0DoG6PF$ulXyX44rKU&GmCQrr(|6>%d z`Z0XoOdid5wX!XADe6XRkbc7n#O<~O({&fm8BL-Hy<G;x(uT|9iLiC@&o(8qo>Yslv8RK=} zE&rta_LrmP`cnF9Xb~+c#2C%^BI{fZro-1vGIe^Z{O|%c^_T{~rRNL)6u=izA!XOp z!!$R~*T#>%0=r(i7hi2NNUSpl20F&Wry3{!}~f&L9l5`U}fC4~4ek zlz*Ryfi`HD1e+N<&=!FjsgloqAPy%u)aGl!a`7Hn6kFUiPgyHC5(!h(-u@Gy2fkT; z_+Vz$RI$e7n~~!5UTZD?%YnADW?5NhJNp{{W-m>`v?!73H>IDM+29Z~hPG=ye%)NY z`tvb73=qWi3WJ~sLxR6{V_aV$zcF3xYc}_Dy<%Y|XJYcw zxA;&%M0|UE;_SEqz1wr#aXKJ4%gP$si1 zKtK7ci?bFKCd=oTujK9xAhEF}PS?&tJRcrTH>yHs%WPRpxi_)d!~&Is4w@pJ3AreI5-5vIKEw7qFvqH zr`GFhYcYw5At+1gqB}hu<1}L{l{UXK0gXn}_`R3rast%UFGPaSg;xJs*V&t35fP_l z7EhhVmGmQWliJ-D1g;Hp*RkzG=Ec43Z7jNee^e_gF2jC)gJcN*_?t~1%!j+1wULFp zbq$!fmJ}3awm!S0BsBeiq$$G^iP0DVgEJZMy55%_$jPq9BgE#p;eWCa(5=y5`U(^y zx8{$k*EQhnr*x>owjyNAymR73(DCTi+md+leC`f8E7N!1!+M5NIHNVMrZw-`Y?pZz zs;b_<51UX?x%bRVAr|O<_iKloG;(9ZXk&BpEdxWOZ9;r}P*W2xH62~Hk0aa9Y8Jb5 z^i4W(m0j~cRx`73R=s+Rd{2uyU-M| zv9Vgp3TZQpZyW9)SpONOC2@8?0|3X54_+-JGthK_n?KwrN&Kvo z9JU|5a?C^d!~MEOkRPrVY&{bsTvsYZ?Y@6!@$>WR`uPI5U)@b2xUL&8(ymEE7?8V{ zQ}lX!zBRnA{NW7}7THjOc9Sd4^YwJ8E_Cy-SmujDDn|qQqjLD|vIEo$3Au&E+}ylw zyX7t>DGkHe8vWCrGtp$NDSz5j^qD{~Xr$`6%@tI<5g%ZeV&87vv_4;=!e`~496C0b z7@mKQtJpO=Quw1+^c8XET+sdX9@I82&C3$g+}8ZPo@ww~1lamll{Zz4uopA+@ziXs zB!AmZ7P3y#pR~kfwmjMHn$60J#EiW#hLFqJAhUB&ts{RiK*Jh?mzTHwN7uF-Y3HBN zxccMk7@ zTikh!sBT}A+c}r9JhshZoxZ&HdJo1se?L+7xBh+`MkPLuj*VNLl2TG4PdjEtCZ?K3 zTn2lruhDikqbe#s85w=l#aAYVqL@Yf8yhP6jJ+tWPL6#N<-;U^aLyw3^Xc;n>@)hY zTENhOmC?`Qa5fu5&vV0Iq%KU_RYG0KKym*dUpctk>2qWs8`%akKYS1w%4_&(NmRf)w@4b=Wr0JMkTw` zgqHwCLkr75{PA#oft*PM0SkPtY}(rPuUF!_LSJdZ!o#rtDA(jy*475g<{|(sGA7P7 z!xwi*+Fid4yhPQNR1kdxY?b3x0QU)&Kp|XvHX0f=Y($ouQPtUnP5}yFN=2oN73U#Q z(?{y@Xgm|H_{lXA9#GyNtZ%fn9Y(mn&_p_F@uK+WGYElJzXpcL|7iQ}(*6Fjo+B5z zIp}gwAF!)rSZ+8bIGE0sD@QLjQJwec{yc1E#(EtIN(jv%b~JK9 zoAx~6jyjNq1HKFed)2aZ823M#w{C28zH4%h^eN8IZ|@Grzio(F(fh)7Cn13Ve5$OB zO-hS=93Mv#&zRVi*HZ3Ek(HNf>4}GxL?YX9OOe~XKRdmED(6-`{A7iRk@4uC3m=PT z;@aTS`^9cuMvA-K2T~tFBQGV~H~3W4Tm;d4k6Z?ZhHpS5vKWLxjGMryz4ln|!5Kz9 zW<@5oQ+QfEG1B#?ia7BIZ$ zI~1dVfBk7?W<@XcvkRsi!#8-K5BK{60|$lIPgd-Fs8j<=f{g)}HlCPtH;$wiw`+X-M|iL+kGDo^AGUNw`cW;Fmt_I?;E%&wa2i z`E>Yj*NAl9u_Hn6WymGlN>E;2j+Vi`W}dXI-aK2zdS~91Hk!YYLdG@s+fredpj&#ZcJy15lj2_| zk}XCCZXyB2)`^s87DW<>Kog5Li~bho2&njQz%O9BCNY}fq7~XI$6~%_ROwMScHr)J zyBGl@=CG1K&|*n>!oX|2#4DZXWg!pev^uIdD$#DNYq%h%;FY(*D(KW_U_SiqaWb{q z>A6sw{u>T(J+HI|AniD-iO!>Z0PyRpv0d9Y3;x<<{s+RTuS443UayCxe4ZbKE9b@7 z|M11>MBwpeodl?aLKVDR{7IQR5VrGke}CeFJ6x=2e`E(N0c+ZK83qbZjYamiH(h)c?)Vc=4;r9m8x7!T}lCSM&H+b#2^5E@s^m4 zkw6H$LI_C|JHRRi?zzWE@P$wx5+U~gx_f-9lpr2m)^;!Ht-;$`ej)6d&XrOEKZRF3 zYZ17#6#wZ7<7syB(J?V50F^9L`cai8RP>u%L#((~_-Iz4(t0t-0Qq{J7FaPJy zpTsa;cnX4e5kR1-_kL`wIha?IT&7&VGf4JHNfZ4cV(WrK1d`bCgYMD=860I4Z96*W z&%KDOmnKuN);`m<`!$<1UldiFtKKK^O4;C?ASAXWGXS8j<^AaV-;pL3j}mr;p7W_`y^9! z8YWF>Cw+82WNwTu+jN}h8a=f2r<%o`m=&_H@WI5@bz zaLAYEQ(X9dWpI&Kq}+(V%uyRfnYBGBG+=(Gb3DJgro6rAvAnW5Lj-|@)OWHdev4D1 zch=eQs)zg-3G-piUsCxS^9Sjo7#y(W0!XGZ43@``jrcD;PfokH_S~Txa)S zV7d(#*BUo&p7nInLj?%Ny>UhrLK0n7kTDBJu%oafh27&te z&nHR_O6-c>h+q_9XJ3JE@i}Kf*`deTwLhH#h3`2+Xx`Y2`qmkoeHP_`gY(8ep=t5- zM*T#}AavwXZ>c;5eYElm{HD7oF2Ol*-9w)!S$T-Xj;wplOF!^M{yfx(BMzg2eFFnx=HIAbkBY{t=iKRfFPx;I=yRY3YRiJCz;=mFcdl#+QV4l4NAwt#O$e#2R#)D zk2Csl(|J^0Lr0gxCh0Xi;OWixLNGl9N$=BMc^5?5sr{=6Yvq=p9hIJ!U>nb4^F8`d zF9`_F!4RgHJf#7llO@Qh7l!wSa8cRSY(>xs#H|OFwaC(mWSvuA!VAtmqWnLx>p3Tj za}bD^NRK=rtFUm?UFbXvVD@?Rv}uFD^^J^(J36uf1c`Fa&Ky6#(rk^Uj}~jz%HqEM zni$`A3%kqy^r0ssl@LdxLHEDlIEzuhGRbHC(nltdUJ;EyPM8u&oyMO=(mseuZ zT*VL}e1JHv_+0_V@8{S3X~kzBqqU9-fLFNqNwRv^7!7@`rJ&NZro&(5F{>kIN2`00 z%X`2KN(6S}T3F7vN4KBFaC388y?66+e7c;`T?g0E=KS&g_Wb1RY)xQ7#X4SnWcUl` zXB9Ixy>T4Y^u<)i8`zyDTL>LF9BN!Ua~Q5xXGez9cd?!+sBeY+1_p5ug;29>t_UdB zF${#tuv)Gvg0ka*p%HNtXAYQz1o3?zcN*q@1Cd;a{{uuy@J=U3)4=RY1$M8syzqvH ze)FX`eE%*K+lEq!7^|wFfTN|QC9kOHH=M#5{_4LWW^a$HZ#HJ>{GPY#;? z+L17r`}j~UtGWXsI&&<-r%SB!q4*~)8P$9{7S3qsSdZxCZa4^?X6vnz`uR_$X})Ng z_N1CXjf-2#=d84Ubivh3aP~~^%fa|WbVJ4h65-(grHt-|p`jy|ZC;oIZFai4EuK%8 z#3v^wR)+i<*1gw@)r84zGbP$u+Au66{|Q@g5Ym=^ASm8D(bpQ9db(UY%)PATXuX}| z0NPeU?4%pF$$+*$U*ah4$)q^>cjF$5i)=AENTSuhY+tEA%^EH~#uFdVHgF?=Q)Gr_ zPfcfJZ?JYA%$`{JqjD}P$?+M-OwQLkm^N-6cmQqlk#ev`w#wvuS#EX^Q2m0Jhov9puA804H#OC12;bF;JOf^2~fh#qL~YjrXH| zCM0wY4`b-->&xdWYpJUfEG{m}>*z2hZ9UK813OKf<0(9&c9UKOMq%OPPx%WG$CsjV z!rQt|Y>B3{)XvlwAQ|BRMjHU6+Hz+8Kre;G5D6a-4++RCEcDOKrQ6%va}`MjJLyz# zae27N5*T$L(LNMt;U$Ekyn$jfE9>MTUu94Ykb9-xj4JnIb`jTE+1bJJHyNJ&@LHo6j~IN9_@CgkjDxKM1Jynw{hNqRf?=^T6j!7a&fe)^2f`GacPmrWUc_nyp_4R*e+?V6{WCuVMg^nFQ|0$*U*y{ zhmZ7u4*KsG(WF+_HeN_bAjicD$xR8QIfkWM{l%(E9a^qSw{!l5CY-$oN}yX^dLi*qL;o z(dxr)PE%Zt=U6?UB3RbTEav|Xc6*~j3k;)@i5~1Kq1O7#hr!1+J5U;Wv*P2>GXK$R zN&lC_+%3EwzxXckfUDc?AXE+EVQlQUO=ytFEh;(P6o9vh6;`0lqCy11PDo+%)z4;dT+jy~-&^!ofb>A((1s$B~VipeXl7 zR*IkJk~we`)Z9R2d6SZrU0y~rWB&ki0#)BIGliH#OhW26LIqnZl@pny>;Y~LXLeK1P%J#$kJu_%JO6Uk;)8HYY6wncI zOPbo2#jZs>|BH(Yj!olVL|~h$^OX}u91`1gwOCl>#{`FK0qkLydUbEp<45UbtFuz> zGbE>biHY&3*{#l)f<|_5NXAc}UfI~#Snp+_p-Fph`4U<0OGn}(&+8ZmSoQMo=P?ioBprcl!$Vkg#c8CuSE^{`0SYjkc(0?ye4%@{~VBi3tc( z&5xIo=a?E3R<+*HV;f(P^1v=x6HTwt^QSDvDJh&wqfZNedR9FubwAPY4hYTEjEu|r zMo;^E*gf`Q-6`~Df8$dA_IJ+m&H`oxoIkY`ty16febrqGL zqA)>SdUqsH_GwwD;KzC*B3L*`fh^+DJ(a>bY-78WCl3bqO(w07Pl=^;DEYG&Q>Y`I zod||K5$)xMy=A+FuNPCzv$?CIHH`%Iy@)UxG{C>Ny*A7ZmI;Ma0k=ektgn*gwYAfX za;W|&D*0g>GlOQD*s*a|d#va;#h(?U`1qIT_P(lx-Qai`Qx-S`8-8)$G;E9nunMnl zF)>1D(yot2yUO6axjgC@SKjQ@Zy83E6S8!|{b46X@>s^oc-rp<(z|EEswnr5A`8W6%@UD%xC7_!5 zMSmsusV7VAu>5Z>Y`OV=C4UmAoXG2aJo?280h=03G!*go?RH}Ry z)T#6Bvp$cG_vRbKj8TMg344Op3XT_V5nD-H1M_k>!3aeieC%{5#cWilsO9UwlK$k^?>J^6h{8&A^)rH5ZP?S{DzBn zde0AXBeJHKBw{~PLaMP`n`E+o6~DVcbI4N;0_hAh6!YumCXTA-L;jFT)dW|p4=#}a z8+lV97H+Z^7j$H~y>Zxlzk|t0dNCr-1kJ1QoEZ=T%s$w*Eq(Ldkz@jQ%1APuzw-dZ zWcXqE&xG|HS3fQCYAY?jk>ZowU2B|{&+Wi<-GT&qZ^o>zWb+2}EZKMSBXk|F`ARLN zsC5zPUG3xUMDAzcnNZi#A_4SnPF6W|pHA+rHUf7gBJ1DC3i@cCFwbyyyuST=Syri( z;gZLrIAUhkOF@3`DC`?Vi|NzEI{V>u#UAuz$hANuRc6}b%`!ldhQqQ>n9Ih;I~Gg% za5APyIDYo)_`5=EY@O+W86dd#7acu}6b0b&yx_8*w2-tG4nj(7Z+&#$tJ;|7^nbiM zT&Nd#JdLi~FKIkE9~C$+eR{lZjs5x4XyVf4(FEUy_lMrZB{IakUy7?WBZOmfv%CJr zqEoRyezp2G+HN?^L=?ue?x~8=a&N>OB;fdJu63xb(%~ue%XRRYkEw;-&5XgplFw|` zW*HYUo8{59ma#kyQBY)nlsvDNpGLaK&=zq}q^Pm{-#L{0kN1{qB8yyqUquH=bd0v6 zdSl9ZlBW2u@xEIB`Lz;9QSCj$w7>!1rDBlK=M>XR#dh?VBr-$!13^(SaRcxRpe9Wn zQ-AWeCr{b4g|?)Hhlh9eL=s~RaM~<})YWlWK^YHMBJ6E_z>~-<_iJ<3TSPHEjk8x@ z;`RHb>gt|m|9dV#w4GPB*6C~)e@Hlnr~@mq@v%Ap(Pa{Ft)F{qVnz{!j@psE?y;VU z-21JH1U#2x#jTAwH7j5cSF-+|!cnxyVARxZ+65sDOZR{MX@5WFo9;{w#z)g0>R+gv zc~kG+Po0=HPf8Jj4GIZn;UHyZ|CbF{j7R967=WGWiX}?JRf$mZBrHGS6Z1J334oQv|xa}oDLy3Ed^h#ze1P?X%;=E~P~ z61%^c(H*<8DQiRGYFqZFlr@K3Is}wI*>CqRZdA$&((SB*~2Vri+qnhI+zu>0`A9Mzuy{U!Noh z!QX=JT;Tr1Ux??uy-?4B0L423#F;{Qd9Qhjv)D5OQS0yf->hG!W}T?odUbwU)!lT3EDwEb|7fmF_Z#Irs;z7fA{lRMpoPF1t{8j39&||Y@fW zc_oT_CRj~ZYn5{0cCh?rZ!!T0=oz*L|8{&<4yB}CTP9AJ-yye;3UtW(aro*-40z^V z@33vK-V@ohTQ&nW*Pu_2wMO&X1*KFJ?`HMxbf;9S=N=WeeSf6OcFlMQ_$MTAg6k5n zk^8!QwUTL!bMej8l!~k4z(m##cu?`~RqkSEJvX347SSEWXZl^!$0fDDs5?@elvn%k zdv+$F_cEsZEZo(K9oUw|MC%f*qikH^*7+LN4%6Pfd30rwPQud5gmVM^3$k9t*TC?4 zw?tUQuCsy{%)m~R3tXOl-5>ZB;At19!>)7T(ygQd&dPT9?5z6a)YRMDZnOCv39)uC zeolxY>x|8!yzkF@Y%35wYFBI7nVi!f4laE2Qr9zS^!NqR4V6T(4Leme5x7muwmPSN z=!7x6pIW)X=~PfGATQ?l@acyxQhvRHe89K%Y7}&{LUNUY_IN+a{set+y{x4rxtQ2H z4xx$P+jADk0a`xKT7%gqr^RB_dP@3g3G5$6-~N!5?ko0+y>S z@oSyF{1BqNELm9sAiF;IR7es5R0VRn&qUGEM>T`%fnWFc&$P|cIyoG$-fR9Aq-};x zLBeOzS0xk)R$>UA!6i)F2Bf4AXJuur93Enj@F9UewzkKr=if?OMHiU)a5|26!)}?U zJ?k_wM_co5Nk>$-42wt!RQ`#gkoQ1r=EWsor-yGaaWvx>0YE>ELolvnN^^&S>?#J>!7YFq0!`K4t2Z zaH)BbLab+W8Fk#uxvw9N60iv#C~X-Xe$d*b)I4PX7qrzE)xBlw6V0>tQ*Te7!i2E9 zio?JDU5h%X!y0|uM6qS=c=GZ(*~(tb!WUm%-W5oc;U*S&3Zg^lpq%|x&S`ShD}oiZ z&Z~thIcHA}rjl%L7PQ^@M0LKjC9R(I1i(Z%zp@{nzr5zMmf>60CWvnA!D>H!(&^ZL zav_>`ANg<&_l$6Ns5|K1YMi4}y#24^OuirgUlH*CgqI_2&bgxAd{jO0@pN#Q!0MeS zRAX`llc(zLAMcKjPqBh2AvZU!M;(DLFEm{Y8&qE4;^75>J?Ny|xZd90vu6ezP0h`# zU_?ANCNC-`*54cw5Gncf>srbE@8Eo;+^_s3pWc$H5{?Nh>$a8m|FADtFE>DZX0-$a z1YBKr$mLtF^5uMcgqwcZ{mZacR>t)PQ|ibXl}6H7(-)eobK7Co%QbN+Jfnrwo zXz<1jBTe@SY-#R1yj=uPa9mw5jY2BLkp}{uSUt4yAsMi_79sEu8A;U3jfB z^~TJ?#!5-2@K+7bhuW6H!jI3?uBvK~HP4K}!bmlelOokMtn!$1nni7y^kRXXLjOoY z?mb!*-unt+PQC)`v7`@;h zzf0fSfUGAK`5_?aC5DljmX>MfAnX;$kJUBBz7v^WqpEBTNJ_f?2#+N8lQQ2v?Fl`< zgVVxQ#?oQ2=G5T!dfu8D{a(eS5U7#@}3gae0&5q0oR8h=A?uD?U2$Z&7m1S zcU}1uHxp5SLj1yTkBkDi*FEaOeg^MbZ;R6WeFqJT-P!hQl;1aOBromD zkLm@!xStFbGjZCNJ_TJ`zH!(d+HUed%mTN7G_+BTLKnJpQT)i1_^9Xsr2oXk__yu# zN0J{wP{hAQ>ilew31N&l;ysnYW_+Tu>Foy&yh_GeX!F9SHsTTXf7%gxJh$0A0xO?b zON5maq9U=P`NZD{)f8!-%oZOI5S7niMW} zO#6S(Xh}+<2n!1v9s0q+Y!WNvUYPu5V4p+uIE;FH*O2_toY9ZM{gvti{=r;pk&5z9 z&YJpBi4W&2CcBCg*8t&+Wwi!))D~WHd~oEKRak#RLE!3AM?RfLd2(bY(8SG!){oNy zj`Pyg1%KQLH7oaDerA%)(kA_{+cK2C?(V==V)x6vsWCEma=7<4gEkYF1A~Jiii$s| z2fJ)IK-P3)(89vv-Pv1|kGpt=oiAlj#-11qcLSzO8ub*Dv4pVK#u<{ckgj{%a6NO@#T|W!BV_ zUl-Pcwe=;>jnI*?{B5{r%XofnNlM(()P$?aVOuqa&~5_y4Zd6C6+v-;j6^+b^a=T2 zZTVwMx~zT=6_&vQCo=Qx5zZf55ijv}U7c-VZEfGp@P@gu9Abz?!R^@N0kEUj$wv;isWGpe%V=))Q02jnXu=#KA>KpB?7-6cyNo!9Qg z+;O_jAF+DzY@h1YWANzkiKfWNeo($ znFQ*P|4h_CcaCbI80fwL!T<7M6s!pMyt`7RqdIiZV)8K8vn47k*d25L7Gc{u*9j+> zR)PwE+$thDx$eE^J+sTqjtBK|6w3pDbGE#uX82jyne4u%l^`mroV}PBR5;(0z&4eu zmAp+%=yK&vc967H{tCgy}1pP2InXxR{ef`P9Y`D0k4aY=9+kKTmk-$lUN zM$uEI3((Y-;+ocaC{%Spm(lC#Xgm`6MlyR( zSNq?a`46~@ZOh?qZ(u^80IN97<)HQJx)sPd5ol|;Q+eG<$JTzt$mbSJ#IVx^Z7Lo!@E-T54W3np92=)aY5ok zsCN!-MGv{nYwRV*7t!!y+bNZ@4Y!wd17Y@Y0>Uazh@dqt({FZM?;Hg|*7?z!5YY7w zJ+T-IeAER$iSi?8Fi3afyrUvW&<+lfURVZ9&vF)X? z>uNOfS&0JI?K$eK#X3UUYOzCoCW6;V?Wl#@gG;(|Z+*nqMOG!4RAz01x8BpLR>VI9 z1Z4EBOIAi*QTJFpnxxz>x&~KX*X*XIrqQ8sWD1jiyt}L)N-+WEbAAukc?z^wn$QAj zHelI^EG@au*hDKZCu@rr7zBf*6O@rl!^=Fi=Vq0;ZQdjuIQe)VrEf!d8V z<1BiJsuF@ZL&yMF8^U~i8|awxgFtBu0YLb2$@+j^T9G-qf2O z>qxjfI
MG|$1#S6KJX(8aV;}QtOQd%AL;E>8m|5+Dvj&&j8YL?jF-@8DJipsh} zPzGO!-j{mI+!yet8+`f0k?9sK(1|fKmr|TCAMn^@%F5}!V#iCk8$CLe%yFrhJoYRq zQF0+R8Ieg%B!kR5wO&C2B2a0Z)&qi`2vyNA+u*i?EYWXsbgH+ViBrDJ% z%dYBO-FnAr^qSq;O+RThIPJhR?M3pQ{Fv)Tjf#sfF&u0MA*t5M`K#&Yg-ZEJ^5BPQ-WSh6#Eb9lRNT|H`vAHYL*A^s=tj(}iMC|2Ta zRqx6y*EnSvnCq`}e=HgHr+x_&!wi&A%T?L7&dn8mj4oxkeQ%MM7l&+$*dPU)m81uh z@aB3brfZT_{FyKA2*BfyZR@^u%aGSZ7EHI|KrZ|^IsJBI6u}@#UVaevyJm(k5j_Pz z9?R*9#r2K!(35$wxX&pbd zgIanol67-7D5g@Ur5s3Oi{AT#GwA#reOeX$wShL1enpZ#ug{VAUm^ShIVG~=GuzPy z9eNm!xDfsAP#;fPwA~N24~_je zS{sIlea;BUBgj}oyAo|MDA4fNd33Qk-z{;xAmb<_&oFwkg7hA%WRQe?CG5&*{ z`Stn9iKvY%w=_*h5}xJ9KnLBz8F*vB9j;_>24r!wZyFGgfpvTei^IdFbp z8O+3osupQshZ{wirix2vVnwN?JT5m?zIR;IpYwl8cIvt-2XC4Tj>BV*-n0p*t^5;E1ArsIE||xz zg7O93x#oP0CkNB^H6ud?Gg^wuY5@3LqVpaBSUz>j0oF^kggJKihhbZVTC51r)u0Z~ z`pB1Cuely+_~IqrGM8Oy@^X3OVv_LsK8<+JW~8Yn)9oIZK!Mc$`f5iR!&g(P7yk-VTP;kSH7LkAHEw%%%P{x(4hW z!TF*xqLm2CKf2DkrOdPFGU%jTL(b36Hiw6CbA}YcjAP*oOZ-Slrt#NDb=vzqq0S2- zfuO?CoqL_CPy>^c&QGXX$y{i5F4mROMR%a+m&uhVy2lUbIy%d3L&4vjM<{<3|;=pj(4d<=h*PjvxL73tCLTVe#U6tML4L z&N0Qxm`+Bw=kntncK}j-sEMm(%i>>Gt22?sn-D>N$-Y;N_$sS#PPwg&tb|G1hfHfxuD7Vc zg2({1M*7YBe8V5h#JJ?-P?Ov`yH!7G_a53w9K}RA(^mse^NpHp4j)4zHM;S}O_JB&o_~1}Bp(>!C>z5H@!BtuM(VvxHMuyg` zl=m0&tboGDS%Y@^$!Hho`w`I-T^Mx?p8X{Co9-74!$R=~7EcrsXb$5*5GsPEhfuIl-E< z`B>%0W@YiJ+i;h9xY$_Qeatkj(bj~4kgyN?^|2zz$whaLcRG)Jgg9^CJm+yI5fe~y z(k)rMwlEX~Yd&rQnp=-s?rexz>^De(6VWxtBCztvipP1NM@4I~PRL~cymSLFiwx=F z$b6P}iN_*j4mM~}?fqGUlCoT8XGPAm-tZqSRI-1>88(mY2 za;uw%)#IABj&1?8i4T;?%}euPD;_=8xEPhtu{~gm)pR6v*Sp!>4Lvj(8Tba$DgjH3 zhG(T4Cp?)h0l`AG()7PUAkJ)qv45n=rb4^$D2I1{U!bKYcfO~mp&q3?#@uar=67hyN)82fr4FP zhBWpYhjbh0$50&9;2w);v`8edz^xl<851BYE9)KA46QPsh*F}Hdvt&7KqTRFS5`g$ zGFLZXH6vxl-;<6b^;A4nntbSvI^281YOqUwzgsj{k}&2OAwU(+pWS?t!eZ1#;Jrg# zZeIFwB!rk#auTW|>7i}c)0`a?0$X_b-0ezh9!A~TT#ASgSMmK8cqrS8_q0tZ)B}s0 zM$6xGbGs`Wi*?Jy%JsGW=ya)!*dC_&+r3etG5kN;8};ZdDaO3EjPDs}!E9?DHu4}` z+R5cFeFX2N^P1ygSQHcGJ?P#Vc5%GD(%jnmL;N2XT>0)jSPvrx^_tKPGF5Ay4_Ycd zSE<*?dwJ3Gn$reby~J!`ty}vMXI6ztNuM)il&L`UcLOfOd)u%+>)T6H=WprSmqec( zGngki66Km>qKcHgUOguLd9PQWCC5Mac3w7bYMS7{b4!mWn`X6vJ?~`|5*>v@*=r>a z?W>WPTt;>-xFr9y#QFUSm!P6aW&hVPpJzk!n;9F~%S!O~or#^BF}6Rl5%H6wsN*3n zT_mi|MH$&_7Y{kpT5bL zyEiB5A82p=ILTOC1T&l@{vGRq$?8LdG9a9Ku5vcm@ShF+^Fb}VU{Tqh+d=&GG$-2g zR{c*ub!%RQOn~K)3mG1ncI=DXE*-*+H zhtTAGqnv+byVNb<(@$fOeuCLGT?piboW81(*@YV&0UhOE)zECB%d?D_u! zq$sN;rrp#!Ut+zyVE8Pe5&p0D@55#5URT05`=F}$FR$qw$jE-19q$F_r=5eARF#Hm zxZL{Gfbr8LLcA8-n;*{9zoNq$JBk8X>reUsb$dkRzRcI#w|R9RJk`aUACWKzBfF$OxW_%oYZZ4N~D4#?|o1g zTXpJAsJ7v?dq)`QVioZ>08*L?BFb4$BQr}zLG6t02;)J~R(DSQZcN#4o-Y7-TsBOg zZL5w3#1j;V_{FLu}|F*VbOL^bf7z+m6t2a=E8T0n2TZk&ALV&?Y z$*|Yhdi6M=UhqHA{uAJ>=loxVTzfdvdl(<)mbp`-xs;SLY@|G46Bb&R6A{{RsU75= zON+DIFT)O!xjsrXAyjyhlF5uC&e2?JQ>WZAjF#(`+4(u=^k=94-sgS)c;Dyyd_V8! zec$JKUz#FGmvme1|F+7$!#d26E%~!b*2kP|U}%D^6)nCp$N4xy z(caEQ12hpkNbWf!lJxvl0as+&D#Y$s4l54P-RXu_6)Ys4?ayYG#p^pnsIoR0&;5F4 z+w0u0p|%*xDj=g`jO_r!)^w<`d(B}FLVdNPvns1m=#3MJ-8em}g^tLN|Lc}w=h~Cw zGt-7{rAqHe0g?a^i_LXx(69zVinQ~Q29=Og5qrYw<3{TEAi>9QdOqrU(CUM{+3lq3 zu`ISi|EQ3e^Ah0ClNF*rYe)P5DoLW8Oi4|jEOUK;8H*=OYc@%1gTQGiiI@{h4LH4C zf!tdl23YC)pIg(KQvDp*<)Vak8Hj9CuV7sbzL-P}#xaU_r(bk*ZEzbF6Vm{kQ=0H? ztH9fxlLq5qn;f`*@AdhbU4s}6rPoCSxB8jRPP%1q;hn%*;JTnsv)U9Q`GW1_Eu(?XcpRg%N= z?;7-P9uxYKwU4@~a657lQTNJX_&Y>f{FsM7so}+TVr<|7Unx4-F~9<{B%@evleJ-) z%mA(Q-CT>Z<9g-iCw`-xKaC%&lCucK(ygFeJ-$O_;DhhDnE)PXb} zaV|9~nfI1KN-E-m4Jn&lh}#1LeRgqP+9EHq0ZEHk^~^fh>kSub9SScxN79f4yq(tm z+>Q5YPwMZxz~Y*ECi4WPY^j7eOBwm1it=m@Li|#Ujtet87XZjaH>ZcX7TT)0Ukbi- z`4CGv&-;AFuMYCe7S~#Na<$>3ww#&(2S*?Xt6PVu)DUu_au^dC$Ynh z8qCj{6?7=zBcw~bkjZG9hG+|R=h+bLqB8M&cb9{baD#}Ob2 zro63tpoA{7E8{CQkBR(j>q5khK)3?86%4bGD4$GjHnT!6sT;#hA>3%%DULQe;(R_H zVWxs@$HM=(n4uu=XuhtVYF;>Uz{)(6rsD`Pi=CgQ8P>JdZLKta-T0c=g{TBdP#5<| z4`G>W*1w7|?-&nX&M(n^&i&1x4{;+!#wN+;j?pu_-uvVKp^H(?tu>Zys<{(4<^G*1 zJzdkvY~|Gq(ww+axc#_HhbHi~EK-&mIsVkDi6L%duf!v`^Bm;cX7$V&P{KfR3vc?x zvdLa}BX^pBROrYVd+6+*hgBYmI)-gOCaQAJUQA&SYzh1CS^-?aTi9Va6cLqP8AG@ZQ)`_XRjcd|H7 Zggw|ncQ|+fxGMz$IbqJ&H`w|l{SB8&&H4ZU literal 16897 zcmbWfbyQp5!Yzt>akoH#0xgsR1&RgN;!w0evEtC;?hZwYQ`{-;6sNe9Ai=drae@X3 zkeA;%-+S-gamO9^JNJ)_wfEYVk-gSjbImzdqBYbMp5f8rp`f5VQ&N=GLP0@g`sag# zg@S@Y9$FKGf`UftqoeO8YvpR;V*A<6*4YUK#Vb1}9qjV`HSrMmFQ?dO^XY(7O_$rZ zgPo~Pv_^S+j%k1=o3b|?5BriGso1! z>ojguOTHswzy}pm2eMOEQ;eVT3nx_6EWBS~c2^)y!^S4ac*e$3P1l3YtX}-1X7#DS$*FS{Y^StGg3^uzHO$O$yOf zoI(q`%-wWzWpgwdXFcok7Xxqm(cP|d_U_8x99(%Q>m@J}oQdz-P`?1z-x0x;YHsxN z7yHWVf=0}V#>pnVxR)`eoM)*^c)@9@HM)H-OCFs<_et|wq%+gq{x;~S7cO#6_flxz zJ?%%1qS3cu9#X#x`}j1Vk5{Gw<&t7g@kr`P*Ju_f*xVH{+a-t0lwI(o5Ebox`sWSpFUV$;dii|JqtA(LZF~X6e`I|>3C(II z%-!AOv04%>DdI3=B<9rNbLjR)y?fcFDI_Zyi?5N|-ZY=HwY+Qxr{Yqkpx^-7*jA1h zeUU0~H^W|{3Pv%*UBa z#es&GpubJ3ZH2D)waRQs=09be_|Cek(u$;G+V2Oujh~iz;!F{?7&@L$m+0KOvcMFW zK@fFmaM95N(;67ffvVtsagR98?67wrnvBB#>3YGG$aOqGchSmCG83ewm-Fc&32jY8 zw)YKv2dmJ+x3})ldB<9Ye{M1)DeY84TBq6SM2uShBZg=<9!h`4KmO^Yj#aB~8L=J5 zkh0Y9SyM;nt(;t>wydlpe`+e;$zrNkLc0%SK~FapeAmIpPj$y{oSny`C3@_NGxSJHA%rilfPJ;(fF^X zwOnyXbI)z1BCUuU2dBc5O7!TcTR^QWtysSBV{xGC;o4dw69AB>m?N4t$qFb)B+u(Q zS>`@0UxsFUf5+h5R`8sGUw*tNC)MivW4?I4W^0_T){LE4RbdD%*zO5_N$)AM*20tN z2DOxPmPl#ov#;%Xe(b!~K3D0t++@qVMA&*F8hrc^A{V>gJDO~0toz}EYX5}F*!cKt z!~M0~JMn|jZS1Cow!a2%c0q*|v&_=Pw-;fD4v0^5iqDk@_8koTyihrYxO8#+Fjl>B@a|seI$X;nIUm#i22QZvp%MZfVWuTLyAg-hQ-uL&Gy(~0r5`@9= z2f}&SVNG@e&*WgXdzYAip{jIt4$CC^O2yK;iLCVmofG6^X|n7&CYYFG znlRB%);FW-4rWICIvpTm4VAi9m+Q8N#U@k+{)mS=G4aq%Ym%4vNT1s(EzeYW1H%;* z7Mxx#R9;$7>S)?3VKTgYTghEAXnk;O;0jL@XL74qaiWoui6AK0{QvC($D^PMb6BH&#$F~P`L)hn2h{C&$tySsf%^mt+O(MHJ&wqOw= zdiG96TuLn?KzxQBd`A|Djvt`eq{#ddcq*F731;#AiFh%Er$kGrk7^ zsqlZAC~vK9up0lRdo*Nrwf$=U!C1t-&@A1w#@#P^V!LLFD$ifOsZn%SXhZ7={w}_z z)T(jZ&&k^Ogo?tUY}T60CXsggc(Fdgqbi$QRuS#I&qbPIkU`?pT|1e_8+&-XFQMCk z82`&xChwm$7e7?#3i}Qd#@Hpv`?q@(7_+hIl*S~mZb1~>epK-o`zSdtw|L_-tY49{ zd3x(srcbX_Z2P|Fsbg?js7*>h2{X8}*73(qVa688y^$*CMpMI)l&RzCdfjn+gee&z zb|24!9YR#ez$&XP^4cc~YPn?$XEi;sF-;D_0wKE$Qdt>RO>!Yht)G z^py^Gubu&j5!c!`tOM}HiL1Y)3l<7nx%hZA`qRYyX`l=QyCL@)GE=Jnrlc$JBkT=a z)FCp*B#|6oYQduwmF3Bhj~B$wCAgmXgXn1hJOA|EqMmUe`|(jyE;y6lx^pZ^LHO|G zBCHedxth+VKL#lvNYJLke@|^Z#3KE1v7GM(=c?QR_twE;y+xC|_22DwyX<069_kFU z81sy{ikFD^WB40^otfAK8l2&Mh{)lFu<0>k-ePuzW`!CMK)@l{z)w?qOX}9$xHd#w zomJo-(9~Q>W>{~!41a-#*g#u2mT^PDAdbzk(3rVAr#SSxp3{4C(V8$lWhvgom;QQ5;UVe$%6sr6*l}nN%5U(;g$tZ_QD%<>Vlp9t$?k~YbUb)1#=0vUNC6y2&4FYd2d z9&113J+?lY@@BW8yT4i_Vg+fr9h2vMoc0We8-_$0!Ef+=o%{GO*Pn&4L14doKl01| z9s2HEnw_2f`ay#H3ETei@9!~ee99=FGW`Zi+^^pEw)Ib7Jrj}~?)v+Ju9+FFBooAx z3@`^i!S5EZ(f!wSC;zdY$ke{6XXsY^sgpDZ$NN0TXJVnsNWr31h2-u;@U+JY^}er|_ zfqfyE*DXXOT2$?KM}y6|M+R4sR9zQ7(BW5bdGf(V8e%~4%yz}(%Z7EQozzF#W>=@x z^fLE1EGMFF#U_r8a@cS1`#!1Cl*Q$Vi0*G|>A~gegZ+UB7_)Tqu^s}PP6l^22zugm z_gVy(brwlFNFJhS4UVvY2oW7gF+EmNw?l+*wEB&-F}jrS)hEK(q6cCb2r z19B{s!$0=iPkb$V?MZCdF;dH6;_SxKGuF-8DVYB&9bq4J#Fu9QEWrNPHGOCUujB0N zPrv8vH=m>XmRw%dq0YAam%F}$71IRD>uKKb-_2i4G?tCHm z`$A_Hnsa64k^G`rp#5B$p>|M)*{&aw7jUsqf*d)mnfK6pF6PX=Qx@%gE&peUBwqpO%=#+x}2Ny8qogz zaZ2ePliX zx_-5W9Ui#C)ib3Zp=~n7@=`9}UL`+&kr^FrGK^zY(2(HoSauqi*1lnI_{36unyAa( z)3_E86)yp+MuGom{pyIj3*E?=GL@aN{~NB`l>oSzIyj@{VJ-ckrDCYQo0?MS11!7Q zs|e3k8oRi-X!3|n^O;E=CbF^m^1IPy%wJZ!OeRe6{15J2gL;ytKyyafa^&N#y^#i6 zPRWR3A;3dNNJ6{N{|%o=bbw&W{-yJ`3I+pC7W#qRs><1|u zBhx`u*2FvvYZ(|6m`(c;qh$zVm{z|hk&}xy9-`Ln5@(LERaR;DY`D-c7h7BEk)Sa3 z%FM{6_vS*`3S-NF5*)lVxM9>m=svpBLc6zbHIBLeBrN%<1Vr6CEv)WYxH;sdVwxN8{d{^bGiyj9 zUANTXp=sdt_WEEYA%(J{sY_!*LRH-7D*yP{Axj8KngmYRC_D`J#KE%kDpinRsttD`=?vRfFdsPwLgg1TH+ym!9ZNL%FtWwkNl)q74{i1+4O zk&@XOwH)_>N!-suU`7Ws1L9h{sc#L0`jhbtf;c-6KOxj|RsV8qX#o`zJlF^P` z8ro}4FE51k=D%3rl5xjW%{NkBy*E?pT13qETaDm>swiS+7B&UF*@h*nQfy^Hd8p%p zlV-=_qT#hV1(mkEkBIxxdQJ-!g{=okNU*jw83$)G%L$T##xuU80HBM=)7hu<%gvez-1$byrb)tm(53dCGc+;`(!Byl z;^k4&FMhAHkJS!?F%&>|=_o&Mi6akaX={;r7ls0lq;4lu<6e;68kVUWWY!c;K)a*u z$9hXL;P@rAn!T&`efNL@u+>8E(_f(fU0%QVABcM3y*BTrW0O63fpd=$bSX)VrCBgF z_5C$z-l0ym-_sPd$C#aY#d#TaE%tP~J(kEU)8tpFTfML0Zi$k{W2(l}c@|Rbag7e9 zhNF&d_`lL3kVWUOEvrGp=w!t3WBWI41J0o*ZJ|$K;LuNkYcJpT9^+ciU9ZJfs>^>W zJ+LlD4k8*-1=7Ru4BDxG3x?f)$F)XF$ER5xp$c{9!SdiCo{Ym6+S zm3tN&Esk`md7w4Q6=Hyw0QF}dzq!J*IS^ zm&}jblr+fd@_ej%*rd^~zSeu0%wR{}R~*BhTOGgmGwL;sBx;;24DG1pG?ErT)F5*M zKh~$?m7fTQyc4?MvyVzDD#h1F;_Hu*fB+84ZIQ!iwSdy@7G@BNv_*@gU$H0apaOwn zWnLp+beSMdHGtrGf4^nD<1!A|`sfr89Z#WU(i4zUP+4151SK9+ISj!x%E-TR?614La{b*pE+sL|1XV5kMoA%hBhFL%Rt&9H^8t8 zF&p`Bw&i?vc=&Ku@c(@qR9Q@5*mWAWQ4C*H{D)zWY>@x5;CTgp-zqA4vs3@~E_-X= zYs3fRqL|qsfA8gB!I^Fug~K^PqX(1~_c5-%up9SGSHl3kI@nipbhvCmqcbZ64u;W1 z`iuLJd_%*@rp%j@lfzK*x4*Vag64fIOyvQ&%ZC}spZ8H~FxiRYiX%DC;H;*78&m(K z*d%vZBTp@2kY@zuvgF<2+r()Z;Pu@okNo1hXjhtdc&{G=5g!N?N|E zMioc0gqOO1sx)*Y{0ktxZs7KnCfLpkvXCSuN4_$&V8Ij7l4vmIMH($FF%?ci<}Hc= zyIhPJHR9HvtrE%MmwH6Cj5Zn@^QXOJ?!V+_n{?UFIj^@#8CgRk&Co31Oid#m>Bw->3ZiD_V?dvY1@nWQiDPMq8GhcPF)zZ52X$MAd5E*} zp03KS9=!K(&+qOJD-T@VA9Hg=ad*pG2Q^SO|47#L63zL1V&#CBkn5)ho8s9+*=U4h|XEg~m zT`*OFz=g%#amQxYS3pry=>Sy6@*j{f-%9T>6?;Ayvj`_o)AX30M0egjm~pespJ~v# z%+I8)a!+Bxz^YfZWEv&s5`jq!2vYb_5;6(*ZOz_mm)H@y(o6r{B zbKlXRATGmB<0|Bk?)~Ey0%4|?(HE>!pi0`vOs}1j^1G_Y*^H+e@-Z15Er8Eg7j4js zE2|F-MI5VTtjKCmhes}SJLPwBE@FRz<$RhcwoWO~i!YLcb_21pNn#G9mUsoo8NA^# zg(q<|>OxtUB#f%$%_Teiqjp}+;AEjFf-vmsFDWYQ$$msSbh!JC(q2IX9mRT~VzM^N zO#r!o9h?N>1385V7cxfwv3UTxd1!~3l9JLJZR4z%+n~?K717B6#zL0O7XQ|RfB?_s z2CH|~7Z!tTc>KIOh=GOvzyx>_aqf3Um`!iU1|m1UwPS9^ z^E)0f#`f0@iOLUmvucJTY{QKAG})5ceDVWZ_<4E{qwm{y5Q-!cKA@IF`SU0 zLT|-^S@Je6$v}IEbGvL3c7N`7-#|ek@P4K;$wJ(RXL!NU%S%En8vHZJZ+k6qyBRz>4$`pi{KnG zhoivYu>MzQc!~6G^2@dMFRIsc_ftbkfgqd?*4r|jsL5)J;b_F;H*X8kh3x+vW57<*b9b(csqZrz%1iM!5r_OaZb?kJeV+h*P|OD{uY zBh6O-es5*ec-4N%1A-gp-@B5G|1+0|OIju#h7VO$74*(tyjDS%j+qz*=jz5;JtLt+ zdP6}2#!o7t6b#~G{4f5)0rt&Dq=HI!C1#1#31%gewq_IMq7W3JX0+5r3WVB(l<%jf zE@uyp1QZT}SK9GO4pT^^oVyV}Ef9t0trBasxNB=YHJNzhdOs;>i&1`iI|ncR5%;~( zf_vot+#6o^aV@&tppG~nZq_sY;bxyFsqk(bayB>%#g74N__oJ;dSFRr3%qt;vpDjb}bm(3z;-n2n3=WrgK}E2yF7DbsP4s>C$82@sLxn;h z87Ya25z1OikI%K8S>SA`Dx^q(NOQg?5RnKCggxb?EDZ76zte6*5%)m2D-XB)wna?O zk~1>O?^zAbHV9z4nSm|u?^j-n7!^!`U)fo8;3y^8&N64FkSWL+XqtW9OHS2%HTG+Z z*T~_E29O*=O&o?jUXqz<*)npU4||2f#JB&Mm_dA`i2hn_Y2I08{OS#@$LPlpVxSy| zyakL2Z?p#MA}t19fBeT|WUu`Pvcvr!pKjt3aPOW%jh?G%K3DawoDXqfKY5`{EhkT6 zy!tYF*-CcW-_zFw;X8NTRc@in^_6=5+m=N?2itmgfpL^lE$Ttm?L%Go09t@cFng+1 zxq@iZLZsDGU1y1wm(z%oLdEaG0br6hM2Q*C9Kh{*RkvpaJ@dL6>8$d^YsH+hL8SiL zNnDN`>D~6;{wnm3;{0=mu{4qin^dd8EtD(J_uP=8&qW z5HmS5$|5TFIFG0blDlt&Bk&YbHsrJery@Nfu|8+4kuJvD81 z?I(2V^qJDtdJ8i%iKK0ylPo(k$ePGUc0V;#HuR>3Fxo#3P5=O9BOM9s1cl;}A~Euj zZG!0o)0~Jyv>i$-_Lm$l_(IxmoRnnlb4rCbd`0f!b8?lKl_v)@1HMq4Y&<TQhVj5 zY(F1|_u@s<#Vg(~z&ZS6hsN`LO(X0Qc8S|MzOxYggXDy#lGGCGri=E&XFY#K4DTL2 zuMYD}Ta1I49DI!G9v4&L`-AE$-|AO!QBz<-O$_qCv0-Fev)A8yW?N#N$bfEsyM~8d zQ2gOzmd+X9wTS6N=S zT1jXjiPNv)6pKQ!CLonmh_?BMsg{ZfC*jJcSihw6E}|MOEE%6Mk;%y22gF&r_~(bn zo_7ps{6JLlG%hL0vO#(Ny1`|aNK%~3U5fb7v<1~E&!Jbqm;B>`fbXTCmXuKvof6)I{# zb*)lb?fb4m`_mf=`r1OkWo7ttkk+&M7lXH>i!Tjl;iint0$V`2io&f1yfGERG7p;R zCPxH~vS!DAvy9PnmHNfO#=GvSWSmj=sL9AYhWSIMHnAdI6CQcp(=Y?Zu%{mlA$STV zFDY@J4ea-KcA58yj9H2=i^zc&Yu;3y3_=?7EBAvGGW=G2ExXucJ51#2cS0YbHykXDu8n#hZ z7kS6fXc4~Od3NlUge3Qn6;!dbE^KAa7MkgiN*9jjRoRnJQl7)f6g@2mov?OF`3j}q z94aS+B!BSU>*{LiG`>Du7fd6h%r1x=axa^;(|hn5{38-g6cn`|zN2^JMj;)F*}AbS zGUo3;1W3bB^br&m7KU{D`>NW+;U7-PBWT3mna~>VN%4M|`_h~qI@NZKmpI0YQq~C& zuM1zrt4lec93yfTGd|xbXBuYa{d6th_F-;rzg+RW*X&aNz2A=?96(^U);A!o zVM_K?+_!BOS$|j>kizPtu{a$ED$vo2)lES4H`y)y#88gcq z-HzFCW$B^?!Cs**&sB+~wRLo4*$_|q5O!lz&( z0nHb)%7v;Q?!0StW}z%CREWLtI-^=ZX>a3FQ)L*bIfVG7c#H=3LHvF zO?D5rmnhm0yWU~$G`}DkHtPHnfkxUef9HGS~VJL68h{6 zI+{BLU{fzBaha3;E2a?U*@rqJ627!>X+KsM1pN7sodxJCQj1Cud!u{j)h7dKm<`Qp z+oUPTY?L55BCe=NSXXpiHz98bR8ED+`Jt%)o_PHX17{-L^_89|JUy#-9|1i|Wp~!d z_4!C_EC@>$ArgtC{fA>oZZ74s4|x_0Kec})HUDL^o)@8cnv)l89rScn$#``-?7M$= z01(1CM}3gy`{(qUc?9<=`@r7dXjg^m0+-L8C%W9z0;07-Dw^mcQIr`i$Gs4<2=696 zo_^3j*3G{S9OR?SK7?XMnNcr%L^Y=#68QJQ|8sSn7|-G*SfciEo6e*Q&#=ixDmpsa zlB?%p>?Pff#1L=abcd(&V8ucrpK55nSiYd+@@8>Sw?ACV&hACm^`@G#vNGvAUEMS< zy*IOOsD+%e8;*v>+7C*eYw+_6~`&Evb~*pP_FL()}KAjoq(5Cpo`>mE7(p0m)-FhEE=? zk4sF@Sj#yY&G->+LxPOnST#iMewVoVhUf$ds zL?kVQLH_=%LwK$WNGYjSXVP`mopE$oZFBXij&@t2O5a+=&_>V*dtVeQ_1}k9a)tf% z5K#dP_}2KGpP!RcQppL?uhD+1{5)FEayWXbwBmUv>+5j}xhOz7VgF3Sh3J?-4B+un zA}W7Y+5M}7S>}2u>}h;5Ju6MOQj8opwRnt8&J>5>dibs7?pQG*q}K(tPE)IxJM~<6 zG`=1b|3m$Z*~fgcEN0EKzi``vgIPQrsC&XT#>^}xDeRpFgyoj%3Nz4CFw^gBktPhM zW@M{`V`2gaM@=M1)<{Y4e>tB^?Xzs@r7AE4nl)t0q z43jM;epgo2hRvkRS!90}qZ{~?)$G*RO5}7j-jgP(hgncm*Y|7m;jf}jD$+|TfqK|h1ztB^-`wyJQPl);pf3bx3 zD)tE*yJZ&^70J=ehdVZ_;mk&pwJc*5$*+~}T6qq7_gk9?aBo}tT7I! zot_?gR$c`-tt^n?)$@itj)4(WR-a7vToIK=bi3ygRL7!U9=P$R8WG<56b0#WIHlM? zR@{Um*}(f-E%)ky!v#aE(BC*ctP~U!ykk{AHUv<8 zKZ`?;6O3B|_wiz!$H-2|{Seaom6qdeo2`s|R+&e{d?QX3FDu@)v zy8$^o6>{&AhWV9Hyi*z%ozB?bY|2oz_IoBV;K75oT4SDJV+C#BA*B_Etoo zTPA#>{?}5PWjCm*IU=cp5oQ@a{f*{GS^K|XvHv%;ZTEX;uL!fOSIMV2RZWf?Yn2Wg zx!nJxT|xui$>)gY{|tNxFI1ON)ow-9`q#&Rtl%mfugL&Gd=N~yzdLEZC^Rd-$%#a+ z$9qR9322%Qt$67W7~*oXEBp(j)dDbte?#vH_)t)m>&S<;|IUxqounWibN{#J-V3T{ zG|~uX1%IVX#SFC`=x#2DiH%NoLTHa9-T|lzoKfPU`7Arl$7$KEzVj`9b2)9cudEE@ZT8pW%ze@$HNoZh;p zaPM`l5YRf@fbwS;d@vm;=xnIIAGYs@c^F?-QXHceHOYRI^A>j!6MlDxD4du$@>@>7 zR)ZqQHfl_(C>jto#$eSC!Y67$?MOk~Fm%CLX*rd$kt$&i| z;v##BF&~LYOMhfqyt4~3?3D>O~kFmsn zCWD_Fmo#3o!N^JS)qR|;*=^F7W(8~QSf5c$@023Olf$|Mq_2}V3u6;iyD7ZTU6|49 zFr1D7@Y@WY65OAD)?-&~w=<0}dIxvc31^e@5~>}}%g2}S$`wqYW~HnuB5+5l()Zwd zmVNKO?hFB`gB9*fM&CV*XPsWe)eq3tt1X7}CMSE|XLN{&ZN1=9ryi^HC%n@Kx1;5E zjXmxw^1Rf(mTBh?<^ z&5I86lUF@?NC*24+Mxar@zFgigLw7xtPQ4Tu*b=>>D<)rI%3MbHXSv;V5?a-%ii z8SNV!Pe}pP{kfNsSf3nRKLoAT1zvI&Q3RrcyA#o8@Yin;E08-=-qp8AePqRR7IgaB zSgg&%+s*9__sUvY&B4;`v5X{>w5$3-i<}>mB3!{YDq_h0r``zowXXweZ&lZ0V zEO^T-O&SH>bb35!@vyzR>B4-|=B~Pi=YBW$ONgRO)@F5oRNAkharxGP-wtwu7pu`9 zjLCuH7o9L*OA^wyx>OYo_F+~bj3FM_oi_r^4-DgkjdGHN?9FnCgtULUK3kH<)8>%1 z*$NxYqQV2?zcnLEMh6bkpYWUb&V4cSf4p8myjbArdAPX5CZP9Xo_A&tpC^GMk@Vl; z@tFZERb;$GOGiWUl3T6c3>)#&tazqg?j*kLXp#5+ATpMICB6h6pD2O)&GGr$k937I zdK6SYt~LnGGRP!#8sNM46O+ z?_@`5jPtwElAkFz+v|z3VDXz(e!*tB*f3C+Z)~SFER-=UV)KgTwXBL37PIs}Q`tpH z7A?O9;I=(Caw@wf$i5+>+_$CU`%==+FT!N5D!yEk9Vad4A6oYLq2Bz+&XFO+D&5gb zf*253Ks6#-XKDlhJs7Tlk!kIx{nS|*ua6#!{V78TxQl_}0Jci@+w*i6|GyKNuDaD9 z?$+*~(d}2(cDqajXfP6EV4Jf{*S?c-nIZcpURu~0UY28=OB`0LU>9=cfP(ei-&?92 z9eZ4DhQiS(2HbtW{@~-RAb>h^H43Hido~sPPP!P z7r_XTmY<~I5lrXv=LG$9X@2MX*Gci+Q2bhO0r#}hFYBY1(tKBZmjQ9omIOTkpo>qt zfLKb%5k^`;IyplZl_gT`xD~ihiXQ7sH>pkcce6BIPtc6o(T~G0nPSg-SVB7XtT<|mFX2~JmCgo^Fq+m5tEuDmc<!y@eUPczX>`W<0HU2d z_%_kTn&r%E{%@*wPjIO1!5GD_4sWl|Kant-t|yDfgX{R2bc%6sADL^QbF+2;|dv^hzx0w=lwy%m)-A4+p~~9 zC0TwO|KTGV(%iyiIoq5p4Cv4|G=OBS+Xd>vv)6!b@U0Rv zXndQru$v@B#`yxt@B4IO<|wfB$kFnWm3D+tQ3H!@zYX%DZL=;PEV zExstUTge$2(oes5_`kTB8_}`^U@G!}zNNyob?W<;amNfExE&b_e3;Mc3qKHn_QG(Q z+x9r`KTnIMWMr_)+Eiyr2woZ(&eoURho(YbeytwfdNZYcYYRh4q2x{o0 za8AehTZL} z#?lTy7;o8j%Xc@{ZZX0UgRVDDwmtEXG`nBCk9#Luher_+*K}_ry)RmCaHk8vR3z_X z!LETBYDht)1($Ki$*J?NAtrPBI#~nSFP<<n(DaNDxfR%G+F>ABx)CC*d?r+yv&RNv9^Sg(&@t*g~mh&p2of18t?lU*U zAFzi{cpiPKXBs_!`_>08*2x+5nA=DM7_n}@MG|6%dy_+ru2}z*Z#`Mdk(3yfs8UG9 zJ7UGn!P&6&U>wloUKY0h+neWw@k%p)HT+@adbwR&I>pq_kY=&jD>Y^W{bwura`8!zJSW^Y3bL=z>~2Vu{7_#<8x?4S2eMUa~g! ztvG#`cY|$7praB!j07CV97^WL_fub$P_Oi)4lpBsp{H${vo4fS(c=;6hr}j*NH?jQ z?eWg%Y!Lg^B-iA+^#P|CmCM%(iBGP~GS^04=0CkyZ0Tb6KTqH%FWa+7){}gEU#F^|?&Ah$#}hMS4_EZ* z^HJBY;Xy#fFmvmYrCGZ+1>5;@^s0KvJfx$pv@Pz?sfrpJwmrVr3S4dBUp;nVSKS1@ z3!Qq+IC8=VkK3)rK@p=hEl4-{hxQ1YLL2Q+mv9{IF5zYBx*z>IMThlT*n;<1x^thu+6grkZx*><+97$+}u7{688 zjkbG_`N%vtJaLld9i_g$US!U|ULmFl%@*rkN6Jc)URQb&{)}6V+t^?xF*Pmk!l&z6 zSBDO~zG|5JuLCJMF5T7ZkG;^Nqp;afLH(*WWS87n@S5gDcdWa`UphhyFx{3LCTQy0 z;;|&c;so&>!w9>&E^&HxyqN0x@%dnZrnD&e=spSq$_S#jSgh)-rtAQMZk)+s_& zuN~a|4TF{lu_V77KjJ*7`c1LQy%rgxsJf&#@J{582^47Zgl?Q8oprY8jfUn8^j53e zHF56_!(uNr4o$j{y~zG3;Wc+hN}HYGu@;v|Mfxx=ufDJVjf+h-7Gl{6$LMLEp1r;n z-QFtpk-F}tVGi7oqyl8q&B&yA_8&88AksHi6CWi;hwI{KP%#zTHH#J;w1(DGic-M_ zZJCJ*%J1g&mq*$^FYFILEF+|?H^wOV^!bu49-xR*j_Qej_LxApxW7kDZ>>CBfEbMy zuSvINU%d=|2si!IBPw0@5sSqi^?cMRT@8uGh2ut4S77hV z0;+OJ$D@!ZVIKY~G>URZ<0*+fs|b^PwB~16UUhw|I&E(~+y0_1G0UHQ4Ez1`L(_s}AE= zDA@uo92rpflEnVcN&l))ThYZPC#g~TEG^x8T<3fp5rVw$937ro4z{i{$6I$sh?V40 z%?2Z6H{x6B28aXIe0BIR+GcOG3|Z_CVB#PL0`^yuy+4ST{88uMO6puiEKMf@oP+P4_I9VY6U2_oAE^QnKV}-- z>9_-THUk_V>lN6AqHlZB0iF^fAfm@;Nf=f$3`e~eZm*u)u%w7ekbq+E@9npU1SY>{0zGvCK66Nz8s$A~_O~qEcMEpY@4K_-lw7FDtZ@;baaY;q zDxjG708;^6=#6i?v;UogUwDWTE)P|}OEUR8^!{$? z_CRXZMa;`${)~b5u1oo#+?Gt=uCQ{DB6v8x zl_mJ>!F+Y(ux0IksM;iG+eE8vkj$$OIUea2kq}wE7$X-+fZ6}DC__P6O8Uz1p~qjI ziNIqu39ku3>X06Q$f3u!IA+O5QDUy=t9uZxZuLho#KXl(LqCT(*q?+*`MlA^O4IX4 zbS>y>=JT?=9C>a2Kd(H?tK{T1U>U3O;^;#=x1Ftdc8A|Har`f!)W?fXg*J>oClf)7 z{3r#QbsgqTk3G*j_Be3gc)`#In!Wt>PCfcOZ&KWM*<2#S+J{MtmwfyD=z2k= Date: Tue, 30 Jul 2024 19:34:23 -0700 Subject: [PATCH 02/15] Actually re-adds the ruins --- _maps/RandomRuins/BeachRuins/beach_colony.dmm | 1545 ++++ .../beach_crashed_starwalker.dmm} | 3098 ++++--- .../BeachRuins/beach_fishing_hut.dmm | 53 +- .../BeachRuins/beach_knights_rest.dmm | 3347 ++++++++ .../BeachRuins/beach_pirate_crash.dmm | 18 +- .../BeachRuins/beach_treasure_cove.dmm | 8 +- .../icemoon_surface_corporate_rejects.dmm | 3668 ++++++++ .../IceRuins/icemoon_surface_engioutpost.dmm | 2727 ++++++ .../icemoon_underground_abandoned_newcops.dmm | 2434 ++++++ .../icemoon_underground_abandoned_village.dmm | 4 +- .../icemoon_underground_drakelair.dmm | 1586 ++++ .../RandomRuins/JungleRuins/jungle_botany.dmm | 1013 +++ _maps/RandomRuins/JungleRuins/jungle_nest.dmm | 814 ++ .../RandomRuins/JungleRuins/jungle_pirate.dmm | 747 ++ .../JungleRuins/jungle_pizzawave.dmm | 452 + .../JungleRuins/jungle_seedling.dmm | 462 + .../jungle_surface_bombmakers_cabin.dmm | 731 ++ .../jungle_surface_coffinpirate.dmm | 511 ++ .../JungleRuins/jungle_surface_ikea_ai.dmm | 277 + .../jungle_surface_ninjashrine.dmm | 425 + .../JungleRuins/jungle_surface_roommates.dmm | 603 ++ .../JungleRuins/jungle_surface_weed_shack.dmm | 949 +++ .../JungleRuins/jungle_syndicate.dmm | 2 + .../lavaland_surface_SPOOKYCRASH.dmm | 459 + .../LavaRuins/lavaland_surface_codelab.dmm | 6285 ++++++++++++++ .../lavaland_surface_comm_outpost.dmm | 477 ++ .../lavaland_surface_crashed_pinnance.dmm | 1662 ++++ .../lavaland_surface_dwarffortress.dmm | 701 ++ .../LavaRuins/lavaland_surface_hierophant.dmm | 604 ++ .../lavaland_surface_lava_canyon.dmm | 3 + .../LavaRuins/lavaland_surface_pizzaparty.dmm | 647 ++ .../lavaland_surface_random_ripley.dmm | 58 + .../LavaRuins/lavaland_surface_sloth.dmm | 643 ++ .../lavaland_surface_survivalpod.dmm | 286 + .../LavaRuins/lavaland_surface_xeno_nest.dmm | 1544 ++++ .../RockRuins/rockplanet_boxsci.dmm | 1085 +++ .../RockRuins/rockplanet_crash.dmm | 2102 +++++ .../RockRuins/rockplanet_dangerpod.dmm | 94 + .../RockRuins/rockplanet_harmfactory.dmm | 43 +- .../RockRuins/rockplanet_heirophant.dmm | 617 ++ .../RockRuins/rockplanet_house.dmm | 151 + .../RockRuins/rockplanet_miningexpedition.dmm | 1073 +++ .../RockRuins/rockplanet_pioneer.dmm | 96 + .../RockRuins/rockplanet_saloon.dmm | 2430 ++++++ .../whitesands_surface_assaultpodcrash.dmm | 382 + .../whitesands_surface_camp_drugstore.dmm | 430 + .../whitesands_surface_camp_saloon.dmm | 2 +- .../whitesands_surface_chokepoint.dmm | 435 + .../whitesands_surface_conveniencestore.dmm | 592 ++ .../whitesands_surface_medipen_plant.dmm | 128 +- .../whitesands_surface_onlyaspoonful.dmm | 1062 +++ .../whitesands_surface_starfurycrash.dmm | 1555 ++++ .../whitesands_surface_waterplant.dmm | 3145 +++++++ _maps/RandomRuins/SpaceRuins/Fast_Food.dmm | 2536 ++++++ _maps/RandomRuins/SpaceRuins/astraeus.dmm | 133 +- _maps/RandomRuins/SpaceRuins/crashedship.dmm | 5676 ++++++++++++ .../SpaceRuins/cryocontainment.dmm | 2434 ++++++ .../SpaceRuins/dangerous_research.dmm | 3666 ++++++++ _maps/RandomRuins/SpaceRuins/dark_glade.dmm | 699 ++ _maps/RandomRuins/SpaceRuins/excavator_DK.dmm | 1481 ++++ _maps/RandomRuins/SpaceRuins/fueldepot.dmm | 4226 +++++++++ .../SpaceRuins/gondolaasteroid.dmm | 1392 +++ _maps/RandomRuins/SpaceRuins/hellfactory.dmm | 1823 ++++ _maps/RandomRuins/SpaceRuins/ntfacility.dmm | 3845 +++++++++ _maps/RandomRuins/SpaceRuins/oretruck.dmm | 3315 +++++++ .../RandomRuins/SpaceRuins/provinggrounds.dmm | 4699 ++++++++++ _maps/RandomRuins/SpaceRuins/scav_mining.dmm | 4471 ++++++++++ .../SpaceRuins/singularity_lab.dmm | 871 +- _maps/RandomRuins/SpaceRuins/spacemall.dmm | 1 + _maps/RandomRuins/SpaceRuins/transport18.dmm | 3399 ++++++++ _maps/RandomRuins/SpaceRuins/vaporwave.dmm | 525 ++ .../WasteRuins/wasteplanet_clowncrash.dmm | 432 + .../WasteRuins/wasteplanet_crash_kitchen.dmm | 724 ++ .../wasteplanet_fortress_of_solitide.dmm | 7587 +++++++++++++++++ .../WasteRuins/wasteplanet_lab.dmm | 6 +- .../wasteplanet_ore_proccessing_facility.dmm | 1605 ++++ .../WasteRuins/wasteplanet_pod.dmm | 181 + .../WasteRuins/wasteplanet_tarpit.dmm | 1672 ++++ .../WasteRuins/wasteplanet_tradepost.dmm | 790 ++ _maps/map_catalogue.txt | 323 +- .../independent/independent_beluga.dmm | 4 + code/__DEFINES/icon_smoothing.dm | 1 + code/__DEFINES/role_preferences.dm | 2 + code/datums/ruins/beachplanet.dm | 20 + code/datums/ruins/icemoon.dm | 39 +- code/datums/ruins/jungle.dm | 80 + code/datums/ruins/lavaland.dm | 94 + code/datums/ruins/rockplanet.dm | 59 +- code/datums/ruins/space.dm | 88 + code/datums/ruins/wasteplanet.dm | 40 + code/datums/ruins/whitesands.dm | 39 +- code/game/area/areas/ruins/beachplanet.dm | 13 + code/game/area/areas/ruins/icemoon.dm | 16 + code/game/area/areas/ruins/jungle.dm | 11 + code/game/area/areas/ruins/lavaland.dm | 78 +- code/game/area/areas/ruins/rockplanet.dm | 5 + code/game/area/areas/ruins/space.dm | 273 + code/game/area/areas/shuttles.dm | 24 + code/game/objects/items/melee/misc.dm | 25 + code/game/objects/items/puzzle_pieces.dm | 118 +- .../objects/structures/ghost_role_spawners.dm | 34 + .../structures/icemoon/cave_entrance.dm | 58 +- code/game/objects/structures/traps.dm | 13 + code/game/turfs/closed/minerals.dm | 12 + code/game/turfs/closed/wall/mineral_walls.dm | 5 + code/game/turfs/closed/wall/misc_walls.dm | 4 + code/game/turfs/open/_open.dm | 3 + code/game/turfs/open/floor/fancy_floor.dm | 3 + code/game/turfs/open/floor/plasteel_floor.dm | 3 + .../game/turfs/open/floor/plating/lavaland.dm | 9 + .../turfs/open/floor/plating/misc_plating.dm | 5 + .../blackmarket/blackmarket_items/tools.dm | 40 + .../clothing/outfits/ert/frontiersmen_ert.dm | 1 + code/modules/mob/living/living_defense.dm | 4 +- .../mob/living/simple_animal/bot/floorbot.dm | 2 +- .../simple_animal/hostile/human/syndicate.dm | 4 + .../research/designs/weapon_designs.dm | 9 + code/modules/ruins/lavaland_ruin_code.dm | 89 + .../lavalandruin_code/biodome_clown_planet.dm | 7 + .../ruins/lavalandruin_code/codelab.dm | 20 + .../ruins/lavalandruin_code/pizzaparty.dm | 9 + code/modules/ruins/lavalandruin_code/sloth.dm | 5 + .../ruins/lavalandruin_code/surface.dm | 6 + .../modules/ruins/spaceruin_code/asteroid4.dm | 4 + .../ruins/spaceruin_code/caravanambush.dm | 27 + .../ruins/spaceruin_code/clericsden.dm | 39 + .../ruins/spaceruin_code/crashedclownship.dm | 4 + .../ruins/spaceruin_code/crashedship.dm | 40 + .../ruins/spaceruin_code/deepstorage.dm | 14 + .../ruins/spaceruin_code/forgottenship.dm | 83 + .../ruins/spaceruin_code/hellfactory.dm | 32 + .../ruins/spaceruin_code/hilbertshotel.dm | 20 + .../ruins/spaceruin_code/listeningstation.dm | 45 + .../ruins/spaceruin_code/spacehotel.dm | 12 + shiptest.dme | 16 + 135 files changed, 112632 insertions(+), 1855 deletions(-) create mode 100644 _maps/RandomRuins/BeachRuins/beach_colony.dmm rename _maps/RandomRuins/{LavaRuins/lavaland_crashed_starwalker.dmm => BeachRuins/beach_crashed_starwalker.dmm} (70%) create mode 100644 _maps/RandomRuins/BeachRuins/beach_knights_rest.dmm create mode 100644 _maps/RandomRuins/IceRuins/icemoon_surface_corporate_rejects.dmm create mode 100644 _maps/RandomRuins/IceRuins/icemoon_surface_engioutpost.dmm create mode 100644 _maps/RandomRuins/IceRuins/icemoon_underground_abandoned_newcops.dmm create mode 100644 _maps/RandomRuins/IceRuins/icemoon_underground_drakelair.dmm create mode 100644 _maps/RandomRuins/JungleRuins/jungle_botany.dmm create mode 100644 _maps/RandomRuins/JungleRuins/jungle_nest.dmm create mode 100644 _maps/RandomRuins/JungleRuins/jungle_pirate.dmm create mode 100644 _maps/RandomRuins/JungleRuins/jungle_pizzawave.dmm create mode 100644 _maps/RandomRuins/JungleRuins/jungle_seedling.dmm create mode 100644 _maps/RandomRuins/JungleRuins/jungle_surface_bombmakers_cabin.dmm create mode 100644 _maps/RandomRuins/JungleRuins/jungle_surface_coffinpirate.dmm create mode 100644 _maps/RandomRuins/JungleRuins/jungle_surface_ikea_ai.dmm create mode 100644 _maps/RandomRuins/JungleRuins/jungle_surface_ninjashrine.dmm create mode 100644 _maps/RandomRuins/JungleRuins/jungle_surface_roommates.dmm create mode 100644 _maps/RandomRuins/JungleRuins/jungle_surface_weed_shack.dmm create mode 100644 _maps/RandomRuins/LavaRuins/lavaland_surface_SPOOKYCRASH.dmm create mode 100644 _maps/RandomRuins/LavaRuins/lavaland_surface_codelab.dmm create mode 100644 _maps/RandomRuins/LavaRuins/lavaland_surface_comm_outpost.dmm create mode 100644 _maps/RandomRuins/LavaRuins/lavaland_surface_crashed_pinnance.dmm create mode 100644 _maps/RandomRuins/LavaRuins/lavaland_surface_dwarffortress.dmm create mode 100644 _maps/RandomRuins/LavaRuins/lavaland_surface_hierophant.dmm create mode 100644 _maps/RandomRuins/LavaRuins/lavaland_surface_pizzaparty.dmm create mode 100644 _maps/RandomRuins/LavaRuins/lavaland_surface_random_ripley.dmm create mode 100644 _maps/RandomRuins/LavaRuins/lavaland_surface_sloth.dmm create mode 100644 _maps/RandomRuins/LavaRuins/lavaland_surface_survivalpod.dmm create mode 100644 _maps/RandomRuins/LavaRuins/lavaland_surface_xeno_nest.dmm create mode 100644 _maps/RandomRuins/RockRuins/rockplanet_boxsci.dmm create mode 100644 _maps/RandomRuins/RockRuins/rockplanet_crash.dmm create mode 100644 _maps/RandomRuins/RockRuins/rockplanet_dangerpod.dmm create mode 100644 _maps/RandomRuins/RockRuins/rockplanet_heirophant.dmm create mode 100644 _maps/RandomRuins/RockRuins/rockplanet_house.dmm create mode 100644 _maps/RandomRuins/RockRuins/rockplanet_miningexpedition.dmm create mode 100644 _maps/RandomRuins/RockRuins/rockplanet_pioneer.dmm create mode 100644 _maps/RandomRuins/RockRuins/rockplanet_saloon.dmm create mode 100644 _maps/RandomRuins/SandRuins/whitesands_surface_assaultpodcrash.dmm create mode 100644 _maps/RandomRuins/SandRuins/whitesands_surface_camp_drugstore.dmm create mode 100644 _maps/RandomRuins/SandRuins/whitesands_surface_chokepoint.dmm create mode 100644 _maps/RandomRuins/SandRuins/whitesands_surface_conveniencestore.dmm create mode 100644 _maps/RandomRuins/SandRuins/whitesands_surface_onlyaspoonful.dmm create mode 100644 _maps/RandomRuins/SandRuins/whitesands_surface_starfurycrash.dmm create mode 100644 _maps/RandomRuins/SandRuins/whitesands_surface_waterplant.dmm create mode 100644 _maps/RandomRuins/SpaceRuins/Fast_Food.dmm create mode 100644 _maps/RandomRuins/SpaceRuins/crashedship.dmm create mode 100644 _maps/RandomRuins/SpaceRuins/cryocontainment.dmm create mode 100644 _maps/RandomRuins/SpaceRuins/dangerous_research.dmm create mode 100644 _maps/RandomRuins/SpaceRuins/dark_glade.dmm create mode 100644 _maps/RandomRuins/SpaceRuins/excavator_DK.dmm create mode 100644 _maps/RandomRuins/SpaceRuins/fueldepot.dmm create mode 100644 _maps/RandomRuins/SpaceRuins/gondolaasteroid.dmm create mode 100644 _maps/RandomRuins/SpaceRuins/hellfactory.dmm create mode 100644 _maps/RandomRuins/SpaceRuins/ntfacility.dmm create mode 100644 _maps/RandomRuins/SpaceRuins/oretruck.dmm create mode 100644 _maps/RandomRuins/SpaceRuins/provinggrounds.dmm create mode 100644 _maps/RandomRuins/SpaceRuins/scav_mining.dmm create mode 100644 _maps/RandomRuins/SpaceRuins/transport18.dmm create mode 100644 _maps/RandomRuins/SpaceRuins/vaporwave.dmm create mode 100644 _maps/RandomRuins/WasteRuins/wasteplanet_clowncrash.dmm create mode 100644 _maps/RandomRuins/WasteRuins/wasteplanet_crash_kitchen.dmm create mode 100644 _maps/RandomRuins/WasteRuins/wasteplanet_fortress_of_solitide.dmm create mode 100644 _maps/RandomRuins/WasteRuins/wasteplanet_ore_proccessing_facility.dmm create mode 100644 _maps/RandomRuins/WasteRuins/wasteplanet_pod.dmm create mode 100644 _maps/RandomRuins/WasteRuins/wasteplanet_tarpit.dmm create mode 100644 _maps/RandomRuins/WasteRuins/wasteplanet_tradepost.dmm create mode 100644 code/modules/ruins/lavaland_ruin_code.dm create mode 100644 code/modules/ruins/lavalandruin_code/biodome_clown_planet.dm create mode 100644 code/modules/ruins/lavalandruin_code/codelab.dm create mode 100644 code/modules/ruins/lavalandruin_code/pizzaparty.dm create mode 100644 code/modules/ruins/lavalandruin_code/sloth.dm create mode 100644 code/modules/ruins/spaceruin_code/asteroid4.dm create mode 100644 code/modules/ruins/spaceruin_code/caravanambush.dm create mode 100644 code/modules/ruins/spaceruin_code/clericsden.dm create mode 100644 code/modules/ruins/spaceruin_code/crashedclownship.dm create mode 100644 code/modules/ruins/spaceruin_code/crashedship.dm create mode 100644 code/modules/ruins/spaceruin_code/deepstorage.dm create mode 100644 code/modules/ruins/spaceruin_code/forgottenship.dm create mode 100644 code/modules/ruins/spaceruin_code/hellfactory.dm create mode 100644 code/modules/ruins/spaceruin_code/hilbertshotel.dm create mode 100644 code/modules/ruins/spaceruin_code/listeningstation.dm create mode 100644 code/modules/ruins/spaceruin_code/spacehotel.dm diff --git a/_maps/RandomRuins/BeachRuins/beach_colony.dmm b/_maps/RandomRuins/BeachRuins/beach_colony.dmm new file mode 100644 index 000000000000..05a810e004ad --- /dev/null +++ b/_maps/RandomRuins/BeachRuins/beach_colony.dmm @@ -0,0 +1,1545 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ag" = ( +/obj/effect/overlay/palmtree_l, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"aW" = ( +/obj/item/instrument/guitar, +/turf/open/floor/carpet/blue{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"bt" = ( +/obj/structure/flora/ausbushes/leafybush, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"bO" = ( +/turf/closed/wall/mineral/sandstone, +/area/ruin/unpowered) +"cr" = ( +/obj/item/reagent_containers/food/snacks/kebab/rat/double, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"cC" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"cS" = ( +/obj/structure/flora/ausbushes/fernybush, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"dE" = ( +/obj/item/seeds/cocoapod, +/turf/open/floor/plating/dirt/jungle{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"dH" = ( +/obj/structure/fence{ + icon_state = "corner" + }, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"fd" = ( +/obj/item/cultivator/rake, +/turf/open/floor/plating/dirt/jungle{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"fj" = ( +/obj/item/storage/cans/sixbeer, +/turf/open/floor/carpet/orange{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"fC" = ( +/obj/structure/flora/tree/palm, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"gn" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"gv" = ( +/obj/structure/fluff/beach_umbrella/cap, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"hh" = ( +/obj/structure/barricade/sandbags, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"hQ" = ( +/obj/structure/fence{ + dir = 5; + icon_state = "corner" + }, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"iJ" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/item/melee/roastingstick, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"kd" = ( +/obj/effect/mob_spawn/human/corpse/pirate, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"kV" = ( +/obj/effect/decal/cleanable/crayon{ + icon_state = "carp" + }, +/turf/open/floor/concrete{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"lr" = ( +/obj/item/toy/beach_ball, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"lD" = ( +/obj/structure/fence, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"mt" = ( +/turf/open/floor/wood, +/area/ruin/unpowered) +"mI" = ( +/obj/structure/toilet{ + dir = 4; + pixel_y = 3 + }, +/obj/structure/sink/kitchen{ + dir = 8; + pixel_x = 15 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"nl" = ( +/obj/item/shovel/spade, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"ns" = ( +/obj/structure/fence{ + icon_state = "door_closed" + }, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"nB" = ( +/obj/structure/flora/ausbushes/ppflowers, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"on" = ( +/obj/structure/table/wood, +/obj/item/clothing/glasses/sunglasses/garb{ + pixel_y = -5 + }, +/obj/item/clothing/glasses/sunglasses/big{ + pixel_y = 9 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"pp" = ( +/obj/structure/chair/plastic{ + dir = 4 + }, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"pv" = ( +/turf/open/floor/plating/asteroid/sand/lit{ + icon_state = "sand_dug" + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"pN" = ( +/turf/open/floor/concrete{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"pU" = ( +/obj/structure/fluff/fokoff_sign, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"pY" = ( +/obj/structure/bonfire/prelit, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"qq" = ( +/obj/effect/overlay/coconut, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"qG" = ( +/obj/item/clothing/suit/space/hardsuit/carp/old, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"qP" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/item/storage/firstaid/o2, +/turf/open/floor/wood{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"rD" = ( +/obj/structure/bed, +/obj/item/bedsheet/dorms, +/turf/open/floor/wood, +/area/ruin/unpowered) +"ta" = ( +/turf/open/floor/carpet/blue{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"ug" = ( +/obj/structure/closet/crate/freezer{ + name = "Cooler" + }, +/obj/item/reagent_containers/food/drinks/ice, +/obj/item/reagent_containers/food/drinks/colocup, +/obj/item/reagent_containers/food/drinks/colocup, +/obj/item/reagent_containers/food/drinks/beer{ + desc = "Beer advertised to be the best in space."; + name = "Masterbrand Beer" + }, +/obj/item/reagent_containers/food/drinks/beer{ + desc = "Beer advertised to be the best in space."; + name = "Masterbrand Beer" + }, +/obj/item/reagent_containers/food/drinks/beer{ + desc = "Beer advertised to be the best in space."; + name = "Masterbrand Beer" + }, +/obj/item/reagent_containers/food/drinks/beer/light, +/obj/item/reagent_containers/food/drinks/beer/light, +/obj/item/reagent_containers/food/drinks/beer/light, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"uw" = ( +/obj/structure/flora/rock/beach, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"vG" = ( +/obj/effect/mob_spawn/human/corpse/charredskeleton, +/turf/open/floor/carpet/purple{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"wb" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/item/megaphone, +/turf/open/floor/wood{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"wf" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/grille, +/obj/structure/curtain, +/turf/open/floor/wood, +/area/ruin/unpowered) +"xK" = ( +/obj/structure/chair/plastic, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"xT" = ( +/obj/item/stack/sheet/sandblock, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Ap" = ( +/obj/structure/fluff/beach_umbrella/security, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"AV" = ( +/obj/item/storage/crayons, +/turf/open/floor/concrete{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"CR" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/chair/stool, +/obj/item/storage/backpack/duffelbag, +/obj/item/clothing/under/shorts/red, +/obj/item/clothing/glasses/sunglasses, +/turf/open/floor/wood{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Dx" = ( +/obj/item/toy/crayon/spraycan{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/toy/crayon/spraycan{ + pixel_x = 6; + pixel_y = 3 + }, +/turf/open/floor/concrete{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"EB" = ( +/obj/structure/fence{ + dir = 4 + }, +/obj/structure/fence{ + dir = 4 + }, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"EC" = ( +/obj/item/toy/beach_ball/holoball/dodgeball, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Fm" = ( +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"FV" = ( +/obj/effect/overlay/palmtree_r, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"FW" = ( +/mob/living/simple_animal/hostile/carp, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Gh" = ( +/obj/structure/fence{ + dir = 9; + icon_state = "corner" + }, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Hg" = ( +/obj/machinery/hydroponics/soil, +/turf/open/floor/plating/dirt/jungle{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"IV" = ( +/obj/item/stack/ore/glass/beach, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Ja" = ( +/obj/structure/flora/tree/jungle/small, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Jb" = ( +/obj/item/seeds/cocoapod/vanillapod, +/turf/open/floor/plating/dirt/jungle{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"JX" = ( +/obj/machinery/door/airlock/sandstone, +/turf/open/floor/wood, +/area/ruin/unpowered) +"KA" = ( +/turf/open/floor/plating/dirt/jungle{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"KM" = ( +/turf/template_noop, +/area/template_noop) +"Ld" = ( +/obj/structure/fluff/beach_umbrella/science, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Li" = ( +/turf/open/water/beach/deep, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Lz" = ( +/obj/structure/fluff/beach_umbrella/engine, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"ML" = ( +/obj/item/reagent_containers/glass/bucket/wooden, +/turf/open/floor/plating/dirt/jungle{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Nl" = ( +/obj/item/toy/seashell, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Nz" = ( +/turf/open/floor/plasteel/stairs/old{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"NG" = ( +/obj/item/gun/ballistic/automatic/pistol/candor/no_mag{ + pixel_x = 13 + }, +/obj/item/toy/plush/carpplushie{ + desc = "An adorable stuffed toy that resembles a space carp with a gun."; + name = "glock-ness monster plushie" + }, +/turf/open/water/beach/deep, +/area/overmap_encounter/planetoid/beachplanet/explored) +"NL" = ( +/obj/structure/closet/cabinet, +/obj/item/storage/backpack/duffelbag, +/obj/item/clothing/under/shorts/purple, +/obj/item/clothing/shoes/cookflops{ + desc = "A very fashionable pair of flip flops."; + name = "flip-flops" + }, +/obj/item/clothing/neck/beads, +/obj/item/clothing/under/color/red, +/obj/item/clothing/under/color/white, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Oa" = ( +/obj/item/melee/skateboard/pro, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Om" = ( +/obj/structure/fence{ + dir = 10; + icon_state = "corner" + }, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Pd" = ( +/obj/item/grown/log/tree, +/obj/item/grown/log/tree, +/obj/item/grown/log/tree, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Px" = ( +/obj/structure/chair/plastic{ + dir = 1 + }, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Qf" = ( +/turf/open/floor/concrete/slab_1{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"RK" = ( +/obj/item/toy/beach_ball/holoball/dodgeball, +/obj/item/melee/skateboard/hoverboard, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"RM" = ( +/obj/structure/sink/puddle, +/turf/open/floor/plating/dirt/jungle{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"RV" = ( +/obj/structure/chair/plastic{ + dir = 8 + }, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"SS" = ( +/turf/open/floor/carpet/red{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Te" = ( +/obj/structure/railing, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Tr" = ( +/obj/item/reagent_containers/food/drinks/colocup{ + pixel_x = -7; + pixel_y = -2 + }, +/obj/item/reagent_containers/food/drinks/colocup{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/item/reagent_containers/food/drinks/bottle/rum{ + pixel_x = 4; + pixel_y = -3 + }, +/turf/open/floor/carpet/red{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"TW" = ( +/obj/structure/fence{ + dir = 4 + }, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"TZ" = ( +/turf/open/floor/carpet/purple{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"US" = ( +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Vn" = ( +/turf/open/floor/plating/grass/beach{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Vx" = ( +/obj/structure/table/rolling, +/obj/item/reagent_containers/food/snacks/kebab/fiesta, +/obj/item/reagent_containers/food/snacks/kebab/fiesta{ + pixel_y = 7 + }, +/obj/item/reagent_containers/food/snacks/kebab/fiesta{ + pixel_y = 13 + }, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"VG" = ( +/obj/item/reagent_containers/spray/cleaner, +/turf/open/floor/concrete{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"VX" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Wq" = ( +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Ww" = ( +/obj/item/melee/roastingstick, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Xd" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Xe" = ( +/obj/item/storage/cans/sixbeer, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Xh" = ( +/obj/item/reagent_containers/glass/bucket, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Xo" = ( +/obj/structure/statue/sandstone/assistant, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Xr" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Xz" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/wood{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Yi" = ( +/obj/item/toy/plush/lizardplushie{ + name = "Soaks-The-Rays" + }, +/turf/open/floor/carpet/orange{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Yq" = ( +/obj/effect/decal/cleanable/crayon{ + icon_state = "#" + }, +/turf/open/floor/concrete{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Zz" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"ZA" = ( +/obj/structure/flora/junglebush/large, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"ZI" = ( +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) + +(1,1,1) = {" +KM +KM +KM +KM +KM +KM +Wq +Wq +Wq +Wq +Wq +Wq +Vn +Wq +Wq +Wq +Wq +Wq +Wq +KM +KM +KM +KM +KM +KM +KM +KM +KM +KM +KM +"} +(2,1,1) = {" +KM +KM +bO +bO +bO +bO +bO +bO +bO +Wq +cC +Wq +Hg +Hg +dE +Jb +Hg +Hg +Wq +Wq +gn +nB +Wq +Wq +KM +KM +KM +KM +KM +KM +"} +(3,1,1) = {" +KM +KM +bO +NL +mt +Oa +bO +mI +JX +Wq +Wq +Hg +KA +KA +ML +RM +KA +KA +Hg +Wq +Wq +Wq +Wq +ZA +Wq +Wq +Wq +Ja +KM +KM +"} +(4,1,1) = {" +KM +bO +bO +mt +mt +bO +bO +bO +bO +Wq +Wq +Wq +Hg +Hg +KA +fd +Hg +Hg +Wq +Wq +Wq +cS +Wq +Wq +Wq +Wq +Wq +Wq +Wq +KM +"} +(5,1,1) = {" +KM +bO +mt +mt +mt +JX +Wq +Wq +Wq +Wq +gn +Wq +Wq +Wq +Wq +Wq +Wq +Wq +Wq +Wq +bt +Wq +gn +Wq +Xe +pp +Wq +cr +Wq +KM +"} +(6,1,1) = {" +KM +bO +rD +on +rD +bO +Wq +cC +Wq +bt +Wq +ZI +Xr +ZI +ZI +ZI +Wq +Wq +Wq +Wq +Wq +Wq +Wq +Wq +Wq +Xd +Wq +Px +Wq +KM +"} +(7,1,1) = {" +KM +bO +bO +wf +bO +bO +Wq +Wq +Wq +ZI +ZI +ZI +ZI +ZI +ZI +ZI +ZI +ZI +ZI +Wq +Wq +Wq +gn +xK +Te +pY +iJ +Pd +Wq +KM +"} +(8,1,1) = {" +KM +ZA +Wq +Wq +Wq +Wq +ZI +Zz +ZI +ZI +ZI +ZI +ZI +ZI +ZI +ZI +ZI +Xr +ZI +ZI +Wq +Wq +Wq +Wq +Ww +VX +Wq +Px +Wq +KM +"} +(9,1,1) = {" +Wq +Wq +Wq +Wq +ZI +ZI +ZI +ZI +ZI +ZI +qq +ZI +ZI +ZI +fC +Zz +ZI +ZI +ZI +ZI +Zz +ZI +Vn +Vn +RV +Wq +Vx +Wq +Wq +KM +"} +(10,1,1) = {" +Wq +cS +Wq +ZI +ZI +ZI +ZI +ZI +RK +ZI +ZI +ZI +Xr +ZI +ZI +ZI +ZI +Xr +ZI +ZI +ZI +Xr +Vn +Vn +Wq +Wq +Wq +gn +Wq +KM +"} +(11,1,1) = {" +Ja +Wq +Wq +ZI +ZI +ZI +Zz +ZI +ZI +ZI +ZI +ZI +ZI +ZI +ZI +ZI +ZI +ZI +ZI +ZI +ZI +ZI +Wq +Wq +cC +Gh +lD +lD +Om +Wq +"} +(12,1,1) = {" +Wq +Wq +gn +Zz +ZI +ZI +ZI +ZI +ZI +ZI +Xr +ZI +ZI +uw +US +US +ZI +ZI +Zz +ZI +ZI +ZI +Wq +Wq +Wq +TW +FW +cS +TW +Wq +"} +(13,1,1) = {" +Wq +Wq +ZI +ZI +ZI +ZI +fC +ZI +Ap +ZI +ZI +ZI +ZI +US +US +US +US +ZI +ZI +pv +IV +ZI +Wq +Wq +Wq +TW +Wq +FW +TW +pU +"} +(14,1,1) = {" +ZA +Wq +ZI +ZI +ZI +ZI +ZI +ZI +Tr +SS +ZI +ZI +US +US +US +US +US +ZI +ZI +Xh +nl +pv +ZI +Wq +Wq +TW +qG +Wq +ns +Wq +"} +(15,1,1) = {" +cS +Wq +Zz +ZI +ZI +Xr +ZI +ZI +ZI +ZI +ZI +ZI +US +US +US +US +US +ZI +ZI +xT +pv +IV +ZI +nB +Wq +TW +Wq +cC +TW +Wq +"} +(16,1,1) = {" +Wq +Wq +ZI +ZI +ZI +ZI +ZI +ZI +ug +Nl +ZI +US +US +US +Li +US +US +US +ZI +Xo +xT +ZI +ZI +Xr +Wq +TW +FW +kd +EB +ZA +"} +(17,1,1) = {" +Wq +Wq +Zz +ZI +ZI +fC +ZI +Ld +ZI +ZI +ZI +US +US +US +Li +Li +US +US +ZI +ZI +ZI +lr +ZI +ZI +Wq +hQ +lD +lD +dH +Wq +"} +(18,1,1) = {" +Wq +ZI +ZI +ZI +ZI +ZI +ZI +vG +TZ +ZI +ZI +US +US +Li +Li +Li +US +US +ZI +Xr +EC +ZI +ZI +ZI +gn +Wq +Wq +Wq +Wq +Wq +"} +(19,1,1) = {" +Xr +ZI +ZI +ZI +Zz +ZI +ZI +lr +ZI +ZI +ZI +US +US +Li +Li +Li +US +US +ZI +ZI +ZI +ZI +EC +ZI +Wq +bt +Wq +Wq +Wq +Wq +"} +(20,1,1) = {" +ZI +ZI +fC +ZI +Xr +ZI +ZI +ZI +ZI +ZI +ZI +US +US +Li +NG +Li +US +US +ZI +ZI +ZI +ZI +ZI +ZI +Wq +Wq +Wq +Wq +Wq +Wq +"} +(21,1,1) = {" +ZI +ZI +ZI +qq +ZI +ZI +ZI +gv +ZI +ZI +ZI +US +US +Li +Li +Li +US +US +ZI +ZI +hh +hh +hh +ZI +Wq +Wq +Ja +Wq +cS +Wq +"} +(22,1,1) = {" +KM +ZI +ZI +ZI +ZI +ZI +ZI +ta +aW +ZI +ZI +US +US +US +Li +Li +US +US +ZI +ZI +ZI +ZI +ZI +ZI +Qf +Qf +Qf +Qf +Qf +KM +"} +(23,1,1) = {" +KM +Zz +ZI +ZI +ZI +ZI +Xr +ZI +ZI +ZI +Zz +ZI +US +US +Li +US +US +US +ZI +ZI +EC +ZI +ZI +ZI +Qf +AV +pN +Yq +Qf +KM +"} +(24,1,1) = {" +KM +ZI +ZI +ZI +Lz +ZI +ZI +ZI +ZI +ZI +ZI +ZI +US +US +US +US +US +US +ZI +ZI +ZI +Zz +ZI +ZI +Qf +pN +pN +pN +Qf +KM +"} +(25,1,1) = {" +KM +ZI +ZI +ag +Yi +ZI +ZI +wb +qP +Fm +ZI +ZI +US +US +US +US +US +uw +ZI +ZI +ZI +ZI +ZI +ZI +Qf +Dx +kV +VG +Qf +KM +"} +(26,1,1) = {" +KM +ZI +ZI +FV +fj +ZI +ZI +CR +Xz +Nz +ZI +ZI +uw +US +US +US +ZI +ZI +ZI +fC +qq +ZI +ZI +Wq +Qf +Qf +Qf +Qf +Qf +KM +"} +(27,1,1) = {" +KM +ZI +ZI +ZI +Xr +ZI +ZI +ZI +ZI +ZI +ZI +ZI +ZI +ZI +ZI +ZI +ZI +Xr +ZI +ZI +ZI +ZI +ZI +Wq +cC +Wq +Wq +Wq +KM +KM +"} +(28,1,1) = {" +KM +KM +ZI +ZI +ZI +ZI +ZI +ZI +Xr +ZI +ZI +ZI +ZI +Xr +ZI +ZI +ZI +ZI +ZI +ZI +ZI +ZI +Wq +Wq +Wq +Wq +Wq +ZA +KM +KM +"} +(29,1,1) = {" +KM +KM +KM +KM +KM +ZI +Zz +ZI +ZI +ZI +ZI +ZI +ZI +ZI +ZI +ZI +ZI +Zz +ZI +ZI +ZI +Xr +Wq +Wq +Wq +Wq +Wq +KM +KM +KM +"} +(30,1,1) = {" +KM +KM +KM +KM +KM +KM +KM +KM +ZI +ZI +ZI +ZI +Zz +ZI +ZI +ZI +ZI +ZI +ZI +ZI +Wq +Wq +Wq +gn +KM +KM +KM +KM +KM +KM +"} diff --git a/_maps/RandomRuins/LavaRuins/lavaland_crashed_starwalker.dmm b/_maps/RandomRuins/BeachRuins/beach_crashed_starwalker.dmm similarity index 70% rename from _maps/RandomRuins/LavaRuins/lavaland_crashed_starwalker.dmm rename to _maps/RandomRuins/BeachRuins/beach_crashed_starwalker.dmm index 138b1e9d31ed..036aef50c054 100644 --- a/_maps/RandomRuins/LavaRuins/lavaland_crashed_starwalker.dmm +++ b/_maps/RandomRuins/BeachRuins/beach_crashed_starwalker.dmm @@ -2,16 +2,16 @@ "ao" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/pod, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "ar" = ( /obj/effect/decal/fakelattice{ icon_state = "lattice-55" }, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "as" = ( -/turf/open/lava/smooth/lava_land_surface, -/area/overmap_encounter/planetoid/lava/explored) +/turf/closed/mineral/random/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) "av" = ( /obj/effect/turf_decal/industrial/warning{ dir = 9 @@ -24,7 +24,7 @@ /obj/item/wallframe/apc, /obj/machinery/light/small/broken/directional/east, /turf/open/floor/plasteel, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "aL" = ( /obj/structure/railing, /obj/effect/decal/cleanable/dirt, @@ -44,21 +44,22 @@ /obj/structure/cable/orange{ icon_state = "1-8" }, +/obj/structure/spacevine/dense, /turf/open/floor/plasteel/patterned/cargo_one, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "aN" = ( /obj/machinery/atmospherics/components/unary/shuttle/heater{ dir = 1 }, /obj/structure/window/reinforced, /turf/open/floor/plating, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "bd" = ( -/obj/structure/flora/ausbushes/grassybush/hell, -/turf/open/floor/plating/grass/lava/orange, -/area/overmap_encounter/planetoid/lava/explored) +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "bg" = ( -/turf/closed/mineral/random/volcanic, +/turf/closed/mineral/random/beach, /area/overmap_encounter/planetoid/cave/explored) "bs" = ( /obj/structure/cable/cyan{ @@ -74,7 +75,7 @@ /turf/open/floor/plasteel/stairs{ dir = 4 }, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "bz" = ( /obj/machinery/door/firedoor, /obj/machinery/door/poddoor/shutters{ @@ -82,7 +83,7 @@ name = "Blast Shutters" }, /turf/open/floor/engine/hull/interior, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "bI" = ( /obj/effect/turf_decal/industrial/warning{ dir = 4; @@ -92,22 +93,24 @@ name = "armory locker"; req_one_access_txt = "1" }, -/obj/item/ammo_box/a12g, +/obj/item/storage/box/slugshot, +/obj/item/ammo_box/c38, +/obj/structure/spacevine, /turf/open/floor/mineral/plastitanium, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "bL" = ( /obj/effect/turf_decal/number/zero{ dir = 8 }, /turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/overmap_encounter/planetoid/lava/explored) +/area/overmap_encounter/planetoid/beachplanet/explored) "bM" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/overmap_encounter/planetoid/lava/explored) +/area/overmap_encounter/planetoid/beachplanet/explored) "bU" = ( /obj/effect/turf_decal/industrial/warning{ dir = 10; @@ -115,8 +118,9 @@ }, /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/dirt, +/obj/structure/spacevine, /turf/open/floor/mineral/plastitanium, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "bV" = ( /obj/structure/catwalk/over, /obj/structure/sign/departments/medbay/alt{ @@ -132,12 +136,8 @@ icon_state = "1-2" }, /obj/structure/grille/broken, -/obj/item/stack/medical/bruise_pack/herb{ - pixel_x = -10; - pixel_y = 12 - }, /turf/open/floor/plating, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "cn" = ( /obj/effect/decal/cleanable/dirt, /obj/item/stack/cable_coil/cut/pink{ @@ -147,7 +147,7 @@ /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/overmap_encounter/planetoid/lava/explored) +/area/overmap_encounter/planetoid/beachplanet/explored) "co" = ( /obj/structure/catwalk/over, /obj/effect/decal/cleanable/dirt/dust, @@ -159,8 +159,13 @@ /obj/structure/cable/orange{ icon_state = "1-2" }, +/obj/item/sensor_device{ + pixel_x = -9; + pixel_y = -1 + }, +/obj/structure/spacevine, /turf/open/floor/plating, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "cq" = ( /obj/structure/grille/broken, /obj/effect/decal/cleanable/glass{ @@ -168,7 +173,7 @@ pixel_x = 16 }, /turf/open/floor/plating, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "cA" = ( /obj/machinery/light/directional/east, /obj/structure/closet/crate/trashcart, @@ -192,14 +197,15 @@ icon_state = "1-9" }, /turf/open/floor/plasteel, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "cC" = ( /obj/effect/turf_decal/industrial/outline/yellow, /obj/effect/decal/cleanable/wrapping, /obj/effect/decal/cleanable/dirt, +/obj/structure/spacevine, /obj/structure/mopbucket, /turf/open/floor/plasteel, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "cH" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable/yellow{ @@ -214,7 +220,7 @@ pixel_x = -9 }, /turf/open/floor/pod, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "cO" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/atmospherics/pipe/simple/orange/hidden{ @@ -233,13 +239,14 @@ pixel_x = -9; pixel_y = 10 }, +/obj/structure/spacevine, /turf/open/floor/plating/rust, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "cT" = ( /obj/effect/turf_decal/industrial/loading, /obj/item/reagent_containers/food/snacks/monkeycube, /turf/open/floor/plasteel/patterned/ridged, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "dh" = ( /obj/structure/chair/greyscale{ dir = 1 @@ -258,28 +265,30 @@ }, /obj/machinery/light/small/broken/directional/south, /turf/open/floor/plasteel/tech/grid, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "di" = ( -/obj/structure/flora/ausbushes/fullgrass/hell, -/turf/open/floor/plating/moss, +/turf/open/floor/plating/dirt, /area/overmap_encounter/planetoid/cave/explored) "dm" = ( /obj/effect/decal/fakelattice{ icon_state = "lattice-74" }, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "dC" = ( /obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, /obj/machinery/door/poddoor/shutters{ id = "pcarrier_windows" }, /turf/open/floor/plating, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "dP" = ( -/obj/item/grown/log/tree, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/obj/item/stack/rods{ + pixel_x = -9; + pixel_y = 1 + }, +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) "dX" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, @@ -296,7 +305,7 @@ /obj/effect/decal/cleanable/blood/innards{ pixel_y = -7 }, -/turf/open/floor/plating/moss, +/turf/open/floor/plating/dirt, /area/overmap_encounter/planetoid/cave/explored) "ef" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ @@ -316,7 +325,7 @@ icon = 'icons/obj/stairs.dmi'; dir = 8 }, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "ek" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/dirt, @@ -336,7 +345,7 @@ pixel_y = 5 }, /turf/open/floor/plasteel/patterned/cargo_one, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "er" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/cable/yellow{ @@ -346,7 +355,11 @@ icon_state = "1-6" }, /turf/open/floor/plating/rust, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) +"eJ" = ( +/mob/living/simple_animal/hostile/carp, +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) "eN" = ( /obj/structure/catwalk/over, /obj/machinery/door/airlock/glass, @@ -363,15 +376,14 @@ icon_state = "1-2" }, /turf/open/floor/plating, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "eT" = ( /obj/effect/decal/cleanable/blood/drip, /obj/effect/decal/cleanable/blood/drip{ pixel_x = -21; pixel_y = 11 }, -/obj/structure/flora/ausbushes/sparsegrass/hell, -/turf/open/floor/plating/moss, +/turf/open/floor/plating/dirt, /area/overmap_encounter/planetoid/cave/explored) "fj" = ( /obj/structure/window/reinforced, @@ -389,13 +401,15 @@ pixel_y = 7 }, /turf/open/floor/plating, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "fk" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /obj/machinery/firealarm/directional/west, +/obj/item/clothing/under/costume/sailor, +/obj/structure/spacevine, /turf/open/floor/pod, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "fu" = ( /obj/structure/window/reinforced, /obj/machinery/door/window/northright{ @@ -408,7 +422,7 @@ dir = 1 }, /turf/open/floor/plating, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "fM" = ( /obj/structure/catwalk/over, /obj/machinery/door/firedoor/border_only{ @@ -428,7 +442,7 @@ icon_state = "1-10" }, /turf/open/floor/plating, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "gd" = ( /obj/structure/railing{ dir = 4 @@ -438,7 +452,7 @@ icon_state = "1-2" }, /turf/open/floor/plasteel, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "gi" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/toilet{ @@ -453,7 +467,7 @@ /obj/effect/decal/cleanable/vomit/old, /obj/structure/curtain/bounty, /turf/open/floor/pod/light, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "gr" = ( /obj/effect/turf_decal/industrial/warning, /obj/structure/railing/corner{ @@ -468,7 +482,7 @@ }, /obj/structure/grille, /turf/open/floor/plasteel/patterned, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "gu" = ( /obj/effect/turf_decal/siding/wood{ dir = 4 @@ -479,26 +493,37 @@ /turf/open/floor/wood{ icon_state = "wood-broken4" }, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "gU" = ( /obj/effect/decal/cleanable/dirt, /obj/item/kirbyplants{ icon_state = "plant-10" }, /turf/open/floor/pod/light, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) +"gV" = ( +/obj/item/reagent_containers/food/snacks/fishmeat/carp, +/obj/item/reagent_containers/food/snacks/fishmeat/carp{ + pixel_y = 7; + pixel_x = 4 + }, +/obj/effect/turf_decal/weather/sand{ + dir = 1 + }, +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) "hd" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/tracks{ dir = 5 }, -/turf/open/floor/plating/moss, +/turf/open/floor/plating/dirt, /area/overmap_encounter/planetoid/cave/explored) "hf" = ( /obj/effect/turf_decal/industrial/outline/yellow, /obj/structure/grille, /turf/open/floor/engine/hull, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "hg" = ( /obj/item/soap/deluxe, /obj/item/bikehorn/rubberducky, @@ -510,11 +535,22 @@ pixel_x = -32 }, /turf/open/floor/plating/catwalk_floor, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "hi" = ( -/obj/structure/flora/ash/stem_shroom, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/obj/effect/turf_decal/weather/dirt{ + dir = 1 + }, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"hx" = ( +/mob/living/simple_animal/beachcarp/salmon{ + dir = 4 + }, +/obj/effect/decal/fakelattice{ + icon_state = "lattice-3" + }, +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) "hN" = ( /obj/machinery/light/small/directional/east, /obj/effect/decal/cleanable/blood/old{ @@ -522,16 +558,12 @@ pixel_y = 11; icon_state = "floor6-old" }, -/obj/item/stack/ore/salvage/scrapgold/five{ - pixel_x = -7; - pixel_y = -11 - }, -/obj/item/stack/ore/salvage/scrapuranium{ - pixel_x = 3; - pixel_y = -9 - }, /turf/open/floor/engine/hull, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) +"hV" = ( +/obj/structure/flora/ausbushes/fernybush, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "ia" = ( /obj/machinery/atmospherics/components/unary/shuttle/heater{ dir = 1 @@ -543,12 +575,12 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 4 }, +/obj/structure/spacevine/weak, /turf/open/floor/plating, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "id" = ( -/obj/structure/flora/ausbushes/fernybush/hell, -/turf/open/floor/plating/grass/lava/orange, -/area/overmap_encounter/planetoid/lava/explored) +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "it" = ( /obj/effect/turf_decal/industrial/warning{ dir = 8 @@ -556,17 +588,24 @@ /obj/structure/closet/body_bag, /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, -/obj/effect/mob_spawn/human/corpse/frontier, +/obj/item/circuitboard/computer/rdconsole, +/obj/item/stack/medical/suture/medicated, +/obj/item/circuitboard/machine/rdserver, +/obj/item/circuitboard/machine/protolathe/department/security, +/obj/effect/mob_spawn/human/sec, /turf/open/floor/plasteel, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "iw" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/fakelattice{ icon_state = "lattice-9" }, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "iA" = ( +/obj/machinery/mineral/ore_redemption{ + dir = 4 + }, /obj/structure/railing{ dir = 8 }, @@ -574,7 +613,7 @@ dir = 4 }, /turf/open/floor/plasteel, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "iB" = ( /obj/machinery/button/door{ pixel_x = -23; @@ -587,24 +626,24 @@ }, /obj/machinery/light/small/broken/directional/south, /turf/open/floor/plasteel/tech/grid, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "iC" = ( /turf/closed/wall/mineral/plastitanium, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "iE" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/item/wallframe/firealarm, /obj/machinery/light/broken/directional/south, /obj/structure/frame/machine, /turf/open/floor/plasteel, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "iN" = ( /obj/item/stack/ore/salvage/scrapmetal/five{ pixel_x = 13; pixel_y = 17 }, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "ju" = ( /obj/effect/decal/fakelattice{ icon_state = "lattice-3" @@ -613,39 +652,35 @@ pixel_x = 7; pixel_y = 11 }, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "jC" = ( /obj/item/stack/rods{ pixel_x = -9; pixel_y = 1 }, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "jH" = ( /obj/structure/closet/crate/coffin, /obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/mob_spawn/human/corpse/frontier/ranged/officer, -/turf/open/floor/plating/moss, +/obj/effect/mob_spawn/human/corpse/pirate, +/turf/open/floor/plating/dirt, /area/overmap_encounter/planetoid/cave/explored) "jL" = ( /obj/structure/disposalpipe/broken, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/ruin/unpowered/crashed_starwalker) +/turf/open/floor/plating/asteroid/sand/lit, +/area/ruin/beach/starwalker) "kg" = ( /obj/structure/table, /obj/effect/decal/cleanable/dirt, /obj/machinery/light/small/directional/east, -/obj/item/kitchen/knife{ - pixel_x = 7; - pixel_y = 10 - }, /turf/open/floor/plasteel, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "kh" = ( -/mob/living/simple_animal/hostile/asteroid/hivelord/legion, -/turf/open/floor/plating/moss, +/mob/living/simple_animal/crab, +/turf/open/floor/plating/dirt, /area/overmap_encounter/planetoid/cave/explored) "kv" = ( /obj/machinery/power/terminal, @@ -656,12 +691,11 @@ pixel_x = -13; pixel_y = 7 }, -/obj/machinery/portable_atmospherics/canister/toxins, /turf/open/floor/pod, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "ky" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/moss, +/turf/open/floor/plating/dirt, /area/overmap_encounter/planetoid/cave/explored) "kK" = ( /obj/effect/decal/cleanable/blood/drip{ @@ -673,12 +707,15 @@ pixel_y = 15 }, /obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "kP" = ( /obj/structure/railing/corner{ dir = 4 }, +/obj/machinery/status_display/shuttle{ + pixel_y = 32 + }, /obj/effect/decal/cleanable/dirt, /obj/structure/cable/yellow{ icon_state = "6-8" @@ -691,7 +728,7 @@ /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "kR" = ( /obj/structure/railing{ dir = 1 @@ -702,14 +739,15 @@ /obj/structure/cable/pink{ icon_state = "4-10" }, +/obj/structure/spacevine, /turf/open/floor/plasteel/stairs{ dir = 8 }, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "kX" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/tracks, -/turf/open/floor/plating/moss, +/turf/open/floor/plating/dirt, /area/overmap_encounter/planetoid/cave/explored) "lc" = ( /obj/machinery/atmospherics/components/binary/pump{ @@ -721,11 +759,12 @@ /obj/structure/cable/green{ icon_state = "1-4" }, +/obj/structure/spacevine/weak, /obj/item/reagent_containers/food/snacks/breadslice/moldy{ pixel_x = 5 }, /turf/open/floor/pod, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "lq" = ( /obj/effect/turf_decal/industrial/outline/yellow, /obj/structure/closet/crate/engineering, @@ -738,22 +777,28 @@ /obj/item/stack/cable_coil, /obj/item/stack/circuit_stack, /obj/machinery/firealarm/directional/west, +/obj/item/storage/box/ingredients/vegetarian, +/obj/item/storage/box/ingredients/carnivore{ + pixel_x = -4; + pixel_y = 6 + }, /turf/open/floor/plasteel/patterned, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "lM" = ( /obj/item/pushbroom{ pixel_x = 6; pixel_y = 7 }, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) "lY" = ( +/obj/item/clothing/suit/space/hardsuit/swat, /obj/machinery/suit_storage_unit/inherit, /obj/item/tank/jetpack/oxygen/harness, /obj/effect/turf_decal/industrial/outline/yellow, /obj/machinery/light/directional/south, /turf/open/floor/plasteel/tech/grid, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "ma" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, @@ -762,7 +807,7 @@ pixel_y = -6 }, /turf/open/floor/plating, -/area/overmap_encounter/planetoid/lava/explored) +/area/overmap_encounter/planetoid/beachplanet/explored) "mb" = ( /obj/effect/decal/fakelattice{ icon_state = "lattice-5" @@ -772,8 +817,8 @@ pixel_y = -6 }, /obj/item/stack/cable_coil/cut/blue, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "mi" = ( /obj/effect/decal/cleanable/blood/old{ icon_state = "gib1-old"; @@ -789,35 +834,38 @@ pixel_y = 11; icon_state = "floor6-old" }, -/mob/living/simple_animal/hostile/asteroid/hivelord/legion, -/turf/open/floor/plating/moss, +/obj/item/reagent_containers/food/snacks/meat/rawcrab{ + pixel_x = 3; + pixel_y = 9 + }, +/turf/open/floor/plating/dirt, /area/overmap_encounter/planetoid/cave/explored) "mm" = ( -/obj/item/stack/ore/salvage/scrapmetal/five{ - pixel_x = 7 - }, -/obj/effect/decal/fakelattice{ - icon_state = "lattice-3" - }, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/obj/machinery/jukebox/disco, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) "mU" = ( -/obj/structure/flora/ausbushes/sparsegrass/hell, -/turf/open/floor/plating/moss, +/mob/living/simple_animal/hostile/carp, +/turf/open/floor/plating/dirt, /area/overmap_encounter/planetoid/cave/explored) "nw" = ( +/mob/living/simple_animal/hostile/carp{ + resize = 0.5; + melee_damage_lower = 0; + melee_damage_upper = 0; + name = "Baby carp"; + desc = "A ferociously cute, fang-less creature that resembles a fish." + }, /obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/structure/flora/ash/fern, -/turf/open/floor/plating/moss, +/turf/open/floor/plating/dirt, /area/overmap_encounter/planetoid/cave/explored) "nz" = ( /obj/item/stack/rods{ pixel_x = 9; pixel_y = -11 }, -/obj/effect/decal/cleanable/glass, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) "nB" = ( /obj/effect/turf_decal/industrial/warning{ dir = 8; @@ -825,20 +873,14 @@ }, /obj/structure/rack, /obj/machinery/firealarm/directional/north, -/obj/item/mine/pressure/explosive/shrapnel, -/obj/item/mine/pressure/explosive/shrapnel{ - pixel_x = 8 - }, -/obj/item/mine/pressure/explosive/shrapnel{ - pixel_x = -8 - }, +/obj/item/storage/backpack/duffelbag/syndie, /turf/open/floor/mineral/plastitanium, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "nH" = ( /obj/machinery/smartfridge/organ, /obj/machinery/firealarm/directional/north, /turf/open/floor/plasteel/patterned/cargo_one, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "of" = ( /obj/effect/turf_decal/techfloor{ dir = 8 @@ -847,7 +889,7 @@ dir = 4 }, /turf/open/floor/plasteel, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "ou" = ( /obj/effect/turf_decal/techfloor{ dir = 8 @@ -870,14 +912,11 @@ pixel_y = 2 }, /turf/open/floor/plasteel/tech/grid, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "oy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/medical/bruise_pack/herb{ - pixel_x = -10; - pixel_y = 12 - }, -/turf/open/floor/plating/moss, +/mob/living/simple_animal/crab, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating/dirt, /area/overmap_encounter/planetoid/cave/explored) "oz" = ( /obj/effect/decal/cleanable/glass{ @@ -887,13 +926,13 @@ /obj/effect/decal/fakelattice{ icon_state = "lattice-9" }, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "oC" = ( /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "oG" = ( /obj/effect/turf_decal/techfloor/corner, /obj/effect/decal/cleanable/dirt/dust, @@ -904,24 +943,31 @@ pixel_x = -9; pixel_y = -9 }, +/obj/item/door_seal{ + pixel_y = -1; + pixel_x = 2 + }, /turf/open/floor/plasteel/tech/grid, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "oH" = ( -/obj/structure/girder/displaced, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/obj/effect/turf_decal/weather/sand{ + dir = 5 + }, +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) "oQ" = ( +/obj/item/clothing/suit/pirate, /obj/item/stack/cable_coil/cut/white{ pixel_x = -9; pixel_y = -9 }, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "pc" = ( /obj/structure/bed{ icon_state = "dirty_mattress" }, -/turf/open/floor/plating/moss, +/turf/open/floor/plating/dirt, /area/overmap_encounter/planetoid/cave/explored) "ph" = ( /obj/effect/decal/cleanable/dirt, @@ -937,31 +983,21 @@ dir = 1 }, /turf/open/floor/plasteel, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "pj" = ( /obj/effect/turf_decal/industrial/outline/yellow, +/obj/item/wallframe/extinguisher_cabinet, /obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/structure/closet/crate/secure/gear, -/obj/item/ammo_box/c10mm/surplus, -/obj/item/weaponcrafting/stock, -/obj/item/weaponcrafting/stock{ - pixel_x = -6 - }, -/obj/item/weaponcrafting/receiver, -/obj/item/weaponcrafting/receiver, -/obj/item/weaponcrafting/stock{ - pixel_x = 7 - }, /turf/open/floor/plasteel/patterned, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "pk" = ( /obj/item/reagent_containers/food/snacks/monkeycube{ pixel_y = -1; pixel_x = 6 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/ruin/unpowered/crashed_starwalker) +/turf/open/floor/plating/asteroid/sand/lit, +/area/ruin/beach/starwalker) "pm" = ( /obj/structure/catwalk/over, /obj/effect/decal/cleanable/dirt, @@ -978,7 +1014,7 @@ pixel_y = 5 }, /turf/open/floor/plating, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "pP" = ( /obj/machinery/computer/card/minor/cmo{ dir = 8 @@ -991,30 +1027,34 @@ name = "pepper" }, /turf/open/floor/plasteel/tech/grid, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "pV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/girder/displaced, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/obj/effect/turf_decal/weather/sand{ + dir = 10 + }, +/obj/effect/turf_decal/weather/sand{ + dir = 9 + }, +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) "qs" = ( /obj/effect/decal/fakelattice{ icon_state = "lattice-3" }, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) "qv" = ( /turf/open/floor/plating{ icon_state = "platingdmg3" }, -/area/overmap_encounter/planetoid/lava/explored) +/area/overmap_encounter/planetoid/beachplanet/explored) "qx" = ( /obj/item/stack/ore/salvage/scrapmetal/ten{ pixel_x = -14; pixel_y = 14 }, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "qS" = ( /obj/structure/railing{ dir = 8 @@ -1024,11 +1064,11 @@ /obj/machinery/cell_charger, /obj/structure/grille/broken, /turf/open/floor/plating/rust, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "rl" = ( -/obj/item/grown/log/tree, -/turf/open/floor/plating/grass/lava/orange, -/area/overmap_encounter/planetoid/lava/explored) +/obj/effect/overlay/palmtree_r, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "rt" = ( /obj/structure/catwalk/over, /obj/machinery/atmospherics/pipe/simple/orange/hidden, @@ -1039,13 +1079,17 @@ /obj/structure/cable/green{ icon_state = "1-2" }, +/obj/item/stack/medical/ointment/herb{ + pixel_x = -6; + pixel_y = -8 + }, /turf/open/floor/plating, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "ry" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/dirt, /turf/open/floor/engine/hull/interior, -/area/overmap_encounter/planetoid/lava/explored) +/area/overmap_encounter/planetoid/beachplanet/explored) "rA" = ( /obj/item/stack/ore/salvage/scrapplasma/five{ pixel_x = -3; @@ -1054,11 +1098,11 @@ /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/drip, /turf/open/floor/engine/hull, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "rH" = ( /obj/structure/closet/crate/silvercrate, /obj/item/clothing/neck/cloak/qm, -/turf/open/floor/plating/moss, +/turf/open/floor/plating/dirt, /area/overmap_encounter/planetoid/cave/explored) "rI" = ( /obj/effect/turf_decal/siding/wood{ @@ -1068,22 +1112,17 @@ /turf/open/floor/wood{ icon_state = "wood-broken" }, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "rK" = ( /obj/effect/decal/cleanable/blood/drip{ pixel_x = -21; pixel_y = 11 }, -/obj/structure/poddoor_assembly/shutters, /turf/open/floor/engine/hull/interior, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "rN" = ( -/obj/item/stack/rods{ - pixel_x = 9; - pixel_y = -11 - }, /turf/open/floor/plating/rust, -/area/overmap_encounter/planetoid/lava/explored) +/area/overmap_encounter/planetoid/beachplanet/explored) "rT" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/power/smes{ @@ -1096,7 +1135,7 @@ icon_state = "0-5" }, /turf/open/floor/pod, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "rX" = ( /obj/effect/turf_decal/industrial/warning{ dir = 4; @@ -1105,21 +1144,8 @@ /obj/structure/table/reinforced, /obj/machinery/airalarm/directional/north, /obj/machinery/light/small/broken/directional/east, -/obj/item/ammo_casing/shotgun/improvised{ - pixel_x = -11; - pixel_y = 10 - }, -/obj/item/ammo_casing/shotgun/improvised{ - pixel_x = -6 - }, -/obj/item/ammo_casing/shotgun/improvised{ - pixel_y = 4 - }, -/obj/item/ammo_casing/shotgun/improvised{ - pixel_x = 6 - }, /turf/open/floor/mineral/plastitanium, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "sw" = ( /obj/effect/turf_decal/siding/wood/end, /obj/effect/decal/cleanable/dirt/dust, @@ -1136,8 +1162,9 @@ /obj/structure/cable/cyan{ icon_state = "8-10" }, +/obj/structure/spacevine, /turf/open/floor/wood, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "sy" = ( /obj/effect/turf_decal/techfloor{ dir = 8 @@ -1147,9 +1174,17 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "sA" = ( -/turf/open/floor/plating/moss, +/obj/structure/flora/ausbushes/sparsegrass{ + pixel_x = -14; + pixel_y = 4 + }, +/obj/structure/flora/ausbushes/sparsegrass{ + pixel_y = -22; + pixel_x = -20 + }, +/turf/open/floor/plating/dirt, /area/overmap_encounter/planetoid/cave/explored) "sH" = ( /obj/structure/window/reinforced, @@ -1163,7 +1198,7 @@ dir = 1 }, /turf/open/floor/plating, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "sJ" = ( /obj/machinery/door/airlock/maintenance{ dir = 4 @@ -1184,15 +1219,15 @@ icon_state = "4-8" }, /turf/open/floor/plasteel, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "tm" = ( /obj/item/stack/ore/salvage/scrapmetal/five, /obj/effect/decal/cleanable/blood/drip, /turf/open/floor/engine/hull, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "tG" = ( -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/ruin/unpowered/crashed_starwalker) +/turf/open/water/beach, +/area/ruin/unpowered) "tT" = ( /obj/effect/decal/fakelattice{ icon_state = "lattice-3" @@ -1202,8 +1237,8 @@ pixel_y = -6 }, /obj/item/stack/rods, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "tV" = ( /obj/effect/turf_decal/techfloor{ dir = 1 @@ -1212,8 +1247,12 @@ /obj/structure/chair/comfy/shuttle{ dir = 8 }, +/obj/item/camera_bug{ + pixel_x = -2; + pixel_y = 8 + }, /turf/open/floor/plasteel/tech/grid, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "tW" = ( /obj/structure/table/reinforced, /obj/machinery/button/door{ @@ -1237,36 +1276,39 @@ pixel_x = 6; pixel_y = 6 }, +/obj/machinery/recharger{ + pixel_x = -6; + pixel_y = 6 + }, /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, /obj/item/paper_bin{ pixel_x = 6; pixel_y = 5 }, -/obj/item/ammo_box/a357{ - pixel_y = 6 - }, /turf/open/floor/plasteel/dark, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "tY" = ( /obj/effect/decal/cleanable/dirt, /obj/item/stack/ore/salvage/scrapmetal/five, /turf/open/floor/plasteel/grimy, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "uf" = ( /obj/effect/decal/cleanable/blood/drip{ pixel_x = -21; pixel_y = 11 }, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/obj/effect/turf_decal/weather/dirt{ + dir = 1 + }, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "uC" = ( /obj/effect/decal/cleanable/blood/old{ pixel_x = -15; pixel_y = -5 }, -/obj/structure/flora/ausbushes/sparsegrass/hell, -/turf/open/floor/plating/moss, +/turf/open/floor/plating/dirt, /area/overmap_encounter/planetoid/cave/explored) "uM" = ( /obj/structure/fermenting_barrel{ @@ -1277,8 +1319,12 @@ pixel_y = -3; pixel_x = 8 }, +/obj/item/reagent_containers/food/drinks/bottle/lizardwine{ + pixel_x = -4; + pixel_y = -3 + }, /obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plating/moss, +/turf/open/floor/plating/dirt, /area/overmap_encounter/planetoid/cave/explored) "uR" = ( /obj/effect/turf_decal/industrial/warning, @@ -1294,15 +1340,20 @@ start_charge = 0 }, /turf/open/floor/plasteel/patterned, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "uU" = ( -/obj/structure/flora/ash/fern, -/turf/open/floor/plating/moss, -/area/overmap_encounter/planetoid/cave/explored) +/obj/structure/barricade/wooden, +/turf/open/floor/plating/asteroid/sand/lit, +/area/ruin/beach/starwalker) "ve" = ( -/obj/structure/flora/rock/lava, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/obj/structure/flora/ausbushes/stalkybush{ + pixel_y = 11 + }, +/obj/effect/turf_decal/weather/sand{ + dir = 9 + }, +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) "vf" = ( /obj/structure/cable{ icon_state = "1-8" @@ -1313,12 +1364,13 @@ /obj/effect/turf_decal/industrial/warning{ dir = 4 }, +/obj/structure/spacevine, /obj/item/stack/sheet/mineral/plasma/five{ pixel_x = -2; pixel_y = -3 }, /turf/open/floor/pod, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "vg" = ( /obj/structure/railing{ dir = 4 @@ -1334,11 +1386,10 @@ /turf/open/floor/plasteel/stairs{ dir = 1 }, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "vw" = ( -/obj/structure/flora/tree/tall/whitesands, -/turf/open/floor/plating/grass/lava/orange, -/area/overmap_encounter/planetoid/lava/explored) +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) "vy" = ( /obj/effect/decal/fakelattice{ icon_state = "lattice-3" @@ -1347,8 +1398,8 @@ pixel_x = -12; pixel_y = 11 }, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "vO" = ( /obj/effect/turf_decal/industrial/traffic{ dir = 8 @@ -1359,11 +1410,11 @@ /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /turf/open/floor/engine/hull/interior, -/area/overmap_encounter/planetoid/lava/explored) +/area/overmap_encounter/planetoid/beachplanet/explored) "wc" = ( /obj/structure/closet/crate/coffin, -/obj/effect/mob_spawn/human/corpse/frontier, -/turf/open/floor/plating/moss, +/obj/effect/mob_spawn/human/corpse/pirate, +/turf/open/floor/plating/dirt, /area/overmap_encounter/planetoid/cave/explored) "wh" = ( /obj/effect/turf_decal/techfloor{ @@ -1383,18 +1434,28 @@ dir = 4 }, /turf/open/floor/plasteel/patterned, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "wl" = ( /obj/structure/cable/green{ icon_state = "4-9" }, /obj/item/clothing/shoes/jackboots, /turf/open/floor/pod, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "wp" = ( -/obj/structure/flora/ash/fireblossom, -/turf/open/floor/plating/grass/lava/orange, -/area/overmap_encounter/planetoid/lava/explored) +/obj/effect/turf_decal/weather/dirt{ + dir = 6 + }, +/obj/structure/flora/ausbushes/reedbush{ + pixel_y = 22; + pixel_x = -4 + }, +/obj/structure/flora/ausbushes/reedbush{ + pixel_y = 14; + pixel_x = -17 + }, +/turf/open/water/beach, +/area/overmap_encounter/planetoid/cave/explored) "ws" = ( /obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, /obj/machinery/door/poddoor/shutters{ @@ -1402,7 +1463,7 @@ dir = 4 }, /turf/open/floor/plating, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "wx" = ( /obj/structure/catwalk/over, /obj/effect/decal/cleanable/dirt, @@ -1417,11 +1478,11 @@ }, /obj/machinery/light/broken/directional/east, /turf/open/floor/plating, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "wI" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "wJ" = ( /obj/structure/railing/corner{ dir = 4 @@ -1434,25 +1495,30 @@ /obj/structure/cable/orange{ icon_state = "2-10" }, +/obj/structure/spacevine/dense, /turf/open/floor/plasteel/patterned/cargo_one, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) +"xl" = ( +/obj/effect/decal/fakelattice{ + icon_state = "lattice-12" + }, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "xt" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, -/obj/structure/flora/ausbushes/sparsegrass/hell, -/turf/open/floor/plating/moss, +/turf/open/floor/plating/dirt, /area/overmap_encounter/planetoid/cave/explored) "xu" = ( -/obj/structure/flora/rock/beach, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "xy" = ( /obj/effect/decal/cleanable/blood{ pixel_y = 11; pixel_x = 6 }, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "xG" = ( /obj/machinery/light/floor, /obj/effect/turf_decal/industrial/warning/dust{ @@ -1460,13 +1526,23 @@ }, /obj/effect/decal/cleanable/plasma, /turf/open/floor/engine/hull/interior, -/area/overmap_encounter/planetoid/lava/explored) +/area/overmap_encounter/planetoid/beachplanet/explored) +"xL" = ( +/obj/item/stack/rods{ + pixel_x = 9; + pixel_y = -11 + }, +/obj/effect/turf_decal/weather/sand{ + dir = 8 + }, +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) "ye" = ( /obj/item/stack/ore/salvage/scrapmetal/five{ pixel_x = 7 }, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "yi" = ( /obj/effect/decal/cleanable/oil, /obj/effect/decal/cleanable/dirt, @@ -1477,14 +1553,18 @@ dir = 4 }, /turf/open/floor/plasteel/patterned, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "yn" = ( /obj/effect/decal/fakelattice{ icon_state = "lattice-12" }, -/obj/structure/foamedmetal, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/obj/item/stack/ore/salvage/scrapsilver/five{ + pixel_x = -7; + pixel_y = 8 + }, +/obj/structure/spacevine, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "yp" = ( /obj/structure/railing, /obj/machinery/atmospherics/pipe/simple/orange/hidden{ @@ -1502,16 +1582,19 @@ /turf/open/floor/plasteel/stairs{ dir = 4 }, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "ys" = ( /obj/machinery/door/airlock/external/glass{ dir = 8 }, /turf/open/floor/plating, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "yJ" = ( -/turf/open/floor/plating/rust, -/area/overmap_encounter/planetoid/lava/explored) +/obj/item/clothing/head/pirate/captain{ + armor = list("melee"=40,"bullet"=30,"laser"=25,"energy"=35,"bomb"=25,"bio"=10,"rad"=0,"fire"=50,"acid"=60) + }, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "yQ" = ( /obj/effect/turf_decal/techfloor{ dir = 8 @@ -1527,7 +1610,7 @@ /obj/structure/frame/machine, /obj/structure/railing, /turf/open/floor/plasteel, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "ze" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/drip, @@ -1536,16 +1619,15 @@ pixel_y = 15 }, /turf/open/floor/engine/hull, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "zq" = ( /obj/structure/grille/broken, -/obj/item/stack/ore/salvage/scrapmetal/five, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "zy" = ( /obj/structure/foamedmetal, /turf/template_noop, -/area/overmap_encounter/planetoid/lava/explored) +/area/overmap_encounter/planetoid/beachplanet/explored) "zz" = ( /obj/structure/railing{ dir = 1 @@ -1560,21 +1642,21 @@ /turf/open/floor/plasteel/stairs{ dir = 4 }, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "zT" = ( /obj/effect/turf_decal/siding/wood{ dir = 10 }, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/wood, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "zW" = ( /obj/effect/decal/fakelattice{ icon_state = "lattice-141" }, -/obj/structure/foamedmetal, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/obj/structure/spacevine, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "zX" = ( /obj/structure/cable/yellow{ icon_state = "0-4" @@ -1597,19 +1679,27 @@ start_charge = 0 }, /turf/open/floor/pod, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "Aa" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/flora/ausbushes/sparsegrass/hell, -/turf/open/floor/plating/moss, -/area/overmap_encounter/planetoid/cave/explored) +/obj/structure/cable, +/obj/machinery/power/shuttle/engine/electric{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ruin/beach/starwalker) +"Aq" = ( +/obj/effect/turf_decal/weather/dirt{ + dir = 5 + }, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "Av" = ( /obj/effect/decal/cleanable/glass{ pixel_x = -13; pixel_y = 7 }, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "Aw" = ( /obj/structure/railing/corner{ dir = 8 @@ -1632,11 +1722,11 @@ icon_state = "4-8" }, /turf/open/floor/plating, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "AG" = ( -/obj/item/clothing/head/beret/sec/frontier, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/obj/item/clothing/under/costume/sailor, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "AN" = ( /obj/structure/railing, /obj/effect/decal/cleanable/dirt, @@ -1661,7 +1751,7 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/patterned/cargo_one, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "AS" = ( /obj/machinery/power/port_gen/pacman{ anchored = 1 @@ -1680,21 +1770,27 @@ dir = 1 }, /turf/open/floor/pod, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "Ba" = ( -/obj/structure/flora/tree/dead/hell, -/turf/open/floor/plating/grass/lava, -/area/overmap_encounter/planetoid/cave/explored) +/obj/machinery/power/shuttle/engine/fueled/plasma{ + dir = 1 + }, +/obj/structure/spacevine/weak, +/turf/open/floor/plating, +/area/ruin/beach/starwalker) "BB" = ( +/obj/effect/turf_decal/weather/dirt{ + dir = 9 + }, /obj/effect/decal/cleanable/blood/tracks, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "BC" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/plasma, /turf/open/floor/engine/hull/interior, -/area/overmap_encounter/planetoid/lava/explored) +/area/overmap_encounter/planetoid/beachplanet/explored) "BK" = ( /obj/machinery/power/terminal{ dir = 1 @@ -1712,32 +1808,30 @@ dir = 6 }, /turf/open/floor/pod, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "BP" = ( /obj/effect/decal/fakelattice{ icon_state = "lattice-46" }, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "BR" = ( /obj/machinery/door/airlock/external/glass{ dir = 4 }, /turf/open/floor/plating, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "BY" = ( /obj/item/stack/cable_coil/cut/red{ pixel_y = -9; pixel_x = 9 }, /turf/open/floor/plating/rust, -/area/overmap_encounter/planetoid/lava/explored) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ch" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/overmap_encounter/planetoid/lava/explored) +/obj/structure/flora/rock/beach, +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) "Cu" = ( /obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, /obj/machinery/door/poddoor/shutters{ @@ -1745,8 +1839,9 @@ dir = 8 }, /turf/open/floor/plating, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "Cz" = ( +/obj/machinery/door/airlock/highsecurity, /obj/machinery/door/firedoor/border_only{ dir = 4 }, @@ -1762,11 +1857,8 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 8 }, -/obj/machinery/door/airlock/grunge{ - dir = 4 - }, /turf/open/floor/plasteel/dark, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "Db" = ( /obj/effect/decal/cleanable/dirt, /obj/item/stack/ore/glass/basalt{ @@ -1784,15 +1876,17 @@ pixel_y = 15 }, /turf/open/floor/engine/hull, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "Di" = ( -/obj/effect/decal/cleanable/glass, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/obj/effect/turf_decal/weather/sand{ + dir = 8 + }, +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) "Dk" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/plating/moss, +/turf/open/floor/plating/dirt, /area/overmap_encounter/planetoid/cave/explored) "Ds" = ( /obj/structure/chair/plastic{ @@ -1805,7 +1899,7 @@ dir = 1 }, /turf/open/floor/plasteel/grimy, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "DA" = ( /obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, /obj/structure/curtain/bounty, @@ -1815,10 +1909,19 @@ dir = 8 }, /turf/open/floor/plating, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) +"DG" = ( +/obj/effect/turf_decal/weather/sand{ + dir = 9 + }, +/obj/effect/turf_decal/weather/sand{ + dir = 5 + }, +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) "DK" = ( /obj/structure/closet/crate/secure/loot, -/turf/open/floor/plating/moss, +/turf/open/floor/plating/dirt, /area/overmap_encounter/planetoid/cave/explored) "DS" = ( /obj/structure/railing/corner, @@ -1834,7 +1937,7 @@ dir = 4 }, /turf/open/floor/plasteel, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "Ec" = ( /obj/machinery/power/apc/auto_name/directional/west{ start_charge = 0 @@ -1846,7 +1949,7 @@ dir = 4 }, /turf/open/floor/plasteel/stairs/wood, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "Eh" = ( /obj/effect/decal/cleanable/dirt, /obj/item/stack/ore/salvage/scrapgold/five{ @@ -1855,14 +1958,14 @@ /turf/open/floor/plating{ icon_state = "platingdmg3" }, -/area/overmap_encounter/planetoid/lava/explored) +/area/overmap_encounter/planetoid/beachplanet/explored) "Em" = ( /obj/item/clothing/head/bandana{ pixel_x = 7; pixel_y = -11 }, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "En" = ( /obj/effect/decal/cleanable/cobweb/cobweb2, /obj/structure/frame/machine, @@ -1871,7 +1974,7 @@ pixel_x = 32 }, /turf/open/floor/plasteel, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "Ey" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/orange/hidden, @@ -1886,12 +1989,13 @@ /obj/structure/cable/orange{ icon_state = "1-2" }, +/obj/structure/spacevine, /obj/item/stack/sheet/mineral/plasma/five{ pixel_x = 3; pixel_y = 3 }, /turf/open/floor/plating, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "Ez" = ( /obj/machinery/power/terminal, /obj/structure/cable/yellow{ @@ -1906,6 +2010,7 @@ pixel_x = -5; pixel_y = 6 }, +/obj/structure/spacevine, /obj/item/trash/can{ pixel_x = -8; pixel_y = -2 @@ -1915,14 +2020,14 @@ pixel_x = 9 }, /turf/open/floor/pod, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "EV" = ( /obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, /obj/machinery/door/poddoor/shutters{ id = "pcarrier_bridge" }, /turf/open/floor/plating, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "EW" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/old{ @@ -1935,26 +2040,25 @@ pixel_x = 1; pixel_y = 14 }, -/turf/open/floor/plating/moss, +/obj/item/reagent_containers/food/snacks/meat/rawcrab{ + pixel_x = 5; + pixel_y = 10 + }, +/turf/open/floor/plating/dirt, /area/overmap_encounter/planetoid/cave/explored) "EZ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/ore/salvage/scraptitanium{ - pixel_x = -12; - pixel_y = 11 - }, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/obj/structure/flora/ausbushes/grassybush, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "Ff" = ( /obj/item/stack/ore/salvage/scraptitanium{ pixel_x = -12; pixel_y = 11 }, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "Fu" = ( -/mob/living/simple_animal/hostile/asteroid/hivelord/legion, -/turf/open/floor/plating/grass/lava, +/turf/open/water/beach, /area/overmap_encounter/planetoid/cave/explored) "Fv" = ( /obj/structure/catwalk/over, @@ -1969,20 +2073,29 @@ icon_state = "1-2" }, /turf/open/floor/plating, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "FC" = ( -/obj/structure/flora/ausbushes/fullgrass/hell, -/turf/open/floor/plating/grass/lava/orange, -/area/overmap_encounter/planetoid/lava/explored) +/obj/effect/turf_decal/weather/sand{ + dir = 9 + }, +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) "FM" = ( /obj/effect/turf_decal/industrial/outline/yellow, /obj/machinery/light/small/directional/west, /obj/structure/grille, /turf/open/floor/engine/hull, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "FZ" = ( /turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) +"GF" = ( +/obj/item/stack/ore/salvage/scrapmetal/five{ + pixel_x = 13; + pixel_y = 17 + }, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "GR" = ( /obj/structure/railing/corner{ dir = 1 @@ -1992,7 +2105,7 @@ icon_state = "5-8" }, /turf/open/floor/plasteel/patterned/cargo_one, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "GV" = ( /obj/effect/turf_decal/industrial/warning{ dir = 8; @@ -2002,27 +2115,25 @@ name = "armory locker"; req_one_access_txt = "1" }, +/obj/item/storage/belt/military, +/obj/item/clothing/suit/hooded/cloak/goliath, /obj/effect/decal/cleanable/dirt/dust, -/obj/item/clothing/suit/armor/vest/bulletproof/frontier, -/obj/item/clothing/head/helmet/bulletproof/x11/frontier{ - pixel_y = 6 - }, /turf/open/floor/mineral/plastitanium, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "GY" = ( /obj/effect/decal/cleanable/dirt, /obj/item/stack/cable_coil/cut/green, /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/overmap_encounter/planetoid/lava/explored) +/area/overmap_encounter/planetoid/beachplanet/explored) "Hi" = ( /obj/effect/turf_decal/industrial/warning/dust{ dir = 1 }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/engine/hull/interior, -/area/overmap_encounter/planetoid/lava/explored) +/area/overmap_encounter/planetoid/beachplanet/explored) "Hl" = ( /obj/structure/statue/sandstone/assistant, /obj/effect/decal/cleanable/dirt, @@ -2030,44 +2141,47 @@ pixel_y = -32 }, /turf/open/floor/pod/light, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "Hm" = ( /obj/effect/decal/fakelattice{ icon_state = "lattice-2" }, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) "Hn" = ( /obj/structure/window/reinforced, /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/processor, /turf/open/floor/plasteel, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "Ht" = ( /obj/machinery/light/small/directional/east, /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/garbage, /obj/effect/decal/cleanable/wrapping, /turf/open/floor/pod/light, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "HE" = ( /obj/structure/window/reinforced{ dir = 4 }, /obj/structure/rack, +/obj/machinery/vending/wallmed{ + pixel_y = -28 + }, /obj/item/storage/pill_bottle/epinephrine{ pixel_x = 8; pixel_y = -3 }, /turf/open/floor/plasteel/patterned/cargo_one, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "HI" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/dirt, /obj/structure/frame/machine, /obj/machinery/light/small/broken/directional/south, /turf/open/floor/plasteel/patterned/cargo_one, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "HK" = ( /obj/structure/window/reinforced, /obj/machinery/door/window/northright{ @@ -2082,8 +2196,13 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 9 }, +/obj/structure/spacevine/weak, /turf/open/floor/plating, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) +"Ia" = ( +/obj/structure/spacevine, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "Ib" = ( /obj/item/kirbyplants{ icon_state = "plant-25" @@ -2091,7 +2210,16 @@ /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /turf/open/floor/pod/light, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) +"Ie" = ( +/obj/effect/turf_decal/weather/sand{ + dir = 5 + }, +/obj/effect/turf_decal/weather/sand{ + dir = 6 + }, +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) "Ig" = ( /obj/effect/turf_decal/techfloor{ dir = 8 @@ -2099,39 +2227,42 @@ /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "In" = ( /obj/effect/decal/cleanable/dirt, -/obj/item/stack/ore/salvage/scrapsilver/five{ - pixel_x = -7; - pixel_y = 8 - }, /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/overmap_encounter/planetoid/lava/explored) +/area/overmap_encounter/planetoid/beachplanet/explored) "Io" = ( /obj/machinery/atmospherics/components/unary/tank/air{ piping_layer = 2 }, /turf/open/floor/pod, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "Ip" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/glass/plasma, /turf/open/floor/plating/rust, -/area/overmap_encounter/planetoid/lava/explored) +/area/overmap_encounter/planetoid/beachplanet/explored) +"Ir" = ( +/obj/structure/destructible/tribal_torch/lit{ + pixel_x = -8; + pixel_y = 16 + }, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) "IC" = ( /obj/effect/decal/cleanable/blood/drip{ pixel_x = -10; pixel_y = 15 }, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "IH" = ( /obj/structure/flora/rock/pile, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "IJ" = ( /obj/item/clothing/shoes/jackboots, /obj/effect/decal/cleanable/dirt, @@ -2141,18 +2272,22 @@ }, /obj/effect/decal/cleanable/wrapping, /turf/open/floor/plating/rust, -/area/overmap_encounter/planetoid/lava/explored) +/area/overmap_encounter/planetoid/beachplanet/explored) "IU" = ( /obj/item/stack/ore/salvage/scrapsilver{ pixel_x = -9 }, +/obj/structure/spacevine, /turf/open/floor/plating/rust, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "IY" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/foamedmetal, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/obj/item/kitchen/knife{ + pixel_x = 7; + pixel_y = 10 + }, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "Ja" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/drip, @@ -2161,7 +2296,7 @@ pixel_y = 15 }, /turf/open/floor/engine/hull, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "Jk" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/atmospherics/pipe/simple/orange/hidden{ @@ -2177,26 +2312,29 @@ dir = 4 }, /turf/open/floor/plating/foam, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "Ju" = ( /obj/effect/decal/cleanable/blood/drip, /obj/effect/decal/cleanable/blood/drip{ pixel_x = -21; pixel_y = 11 }, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "Jv" = ( /obj/structure/tank_dispenser/oxygen, /obj/effect/decal/cleanable/dirt, /obj/machinery/airalarm/directional/east, /obj/machinery/light/small/broken/directional/south, +/obj/structure/spacevine, /turf/open/floor/plasteel, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "Jw" = ( -/obj/structure/flora/firebush, -/turf/open/floor/plating/grass/lava/orange, -/area/overmap_encounter/planetoid/lava/explored) +/obj/effect/turf_decal/weather/sand{ + dir = 10 + }, +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) "Jx" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable/yellow{ @@ -2214,11 +2352,17 @@ }, /obj/structure/catwalk/over, /turf/open/floor/plating, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "JJ" = ( -/obj/structure/foamedmetal, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/ruin/unpowered/crashed_starwalker) +/obj/item/stack/medical/bruise_pack/herb{ + pixel_x = -10; + pixel_y = 12 + }, +/obj/effect/turf_decal/weather/sand{ + dir = 10 + }, +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) "JR" = ( /obj/machinery/door/airlock/grunge{ dir = 4 @@ -2233,7 +2377,13 @@ icon_state = "4-8" }, /turf/open/floor/plasteel/tech/grid, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) +"JU" = ( +/obj/effect/decal/fakelattice{ + icon_state = "lattice-46" + }, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "Kk" = ( /obj/effect/turf_decal/techfloor{ dir = 8 @@ -2247,20 +2397,26 @@ pixel_y = 7 }, /turf/open/floor/plasteel, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "Kq" = ( +<<<<<<< HEAD:_maps/RandomRuins/LavaRuins/lavaland_crashed_starwalker.dmm /obj/item/clothing/under/frontiersmen/officer, /turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, /area/overmap_encounter/planetoid/lava/explored) +======= +/obj/item/clothing/under/costume/sailor, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +>>>>>>> parent of f11a7aaaec (THE RUINCUT [AFFRONT TO GOD] (#3026)):_maps/RandomRuins/BeachRuins/beach_crashed_starwalker.dmm "Ks" = ( /obj/structure/flora/stump, -/turf/open/floor/plating/grass/lava/orange, -/area/overmap_encounter/planetoid/lava/explored) +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "Ky" = ( /obj/effect/decal/cleanable/dirt, -/obj/structure/flora/ausbushes/fullgrass/hell, -/turf/open/floor/plating/moss, -/area/overmap_encounter/planetoid/cave/explored) +/mob/living/simple_animal/crab, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "KC" = ( /obj/structure/catwalk/over, /obj/structure/closet/firecloset/wall/directional/west, @@ -2278,13 +2434,13 @@ dir = 1 }, /turf/open/floor/plating, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "KD" = ( /obj/machinery/power/shuttle/engine/fueled/plasma{ dir = 1 }, /turf/open/floor/plating, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "KL" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable/yellow{ @@ -2299,7 +2455,7 @@ pixel_x = -9 }, /turf/open/floor/pod, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "KO" = ( /obj/structure/cable/yellow{ icon_state = "1-4" @@ -2311,7 +2467,7 @@ dir = 8 }, /turf/open/floor/pod, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "La" = ( /obj/machinery/power/terminal, /obj/machinery/power/apc/auto_name/directional/east{ @@ -2326,12 +2482,13 @@ /obj/structure/cable/green{ icon_state = "0-8" }, +/obj/structure/spacevine/dense, /turf/open/floor/pod, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "Lg" = ( /obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "Lw" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/robot_debris, @@ -2343,7 +2500,12 @@ }, /obj/item/light/tube/broken, /turf/open/floor/plasteel/patterned, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) +"Lx" = ( +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/fernybush, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "LA" = ( /obj/machinery/light/floor, /obj/effect/turf_decal/industrial/warning/dust{ @@ -2351,14 +2513,14 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/engine/hull/interior, -/area/overmap_encounter/planetoid/lava/explored) +/area/overmap_encounter/planetoid/beachplanet/explored) "LN" = ( /obj/effect/decal/cleanable/dirt, /obj/item/stack/ore/gold{ pixel_x = 5; pixel_y = 6 }, -/turf/open/floor/plating/moss, +/turf/open/floor/plating/dirt, /area/overmap_encounter/planetoid/cave/explored) "LV" = ( /obj/effect/turf_decal/industrial/loading, @@ -2366,25 +2528,26 @@ pixel_y = 5; pixel_x = 3 }, +/obj/structure/spacevine, /obj/effect/decal/cleanable/ash/large, /turf/open/floor/plasteel/patterned/ridged, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "Mj" = ( /obj/structure/table/reinforced, /obj/effect/turf_decal/borderfloorblack, +/obj/structure/extinguisher_cabinet/directional/north, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ dir = 1 }, /obj/machinery/airalarm/directional/south, -/obj/item/modular_computer/tablet/preset/cheap, /turf/open/floor/plasteel/dark, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "Mk" = ( /obj/structure/statue/sandstone/assistant, /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /turf/open/floor/pod/light, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "Mm" = ( /obj/structure/railing, /obj/structure/cable/yellow{ @@ -2402,11 +2565,11 @@ /turf/open/floor/plasteel/stairs{ dir = 8 }, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "Mz" = ( /obj/structure/grille, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "MN" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/sink{ @@ -2419,7 +2582,7 @@ /obj/structure/spider/stickyweb, /obj/effect/spawner/lootdrop/glowstick, /turf/open/floor/pod/light, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "MO" = ( /obj/structure/bed/roller, /obj/effect/decal/cleanable/blood/old{ @@ -2439,15 +2602,15 @@ pixel_x = -4 }, /turf/open/floor/plasteel/patterned/cargo_one, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "MV" = ( /obj/item/radio/intercom/directional/east, /obj/effect/decal/cleanable/glass{ pixel_y = -12; pixel_x = -9 }, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/ruin/unpowered/crashed_starwalker) +/turf/open/floor/plating/asteroid/sand/lit, +/area/ruin/beach/starwalker) "MX" = ( /obj/machinery/vending/snack/random, /obj/structure/railing{ @@ -2463,15 +2626,19 @@ /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "Nv" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating/rust, -/area/overmap_encounter/planetoid/lava/explored) +/area/overmap_encounter/planetoid/beachplanet/explored) +"NA" = ( +/obj/effect/decal/cleanable/blood/tracks, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "NC" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "NP" = ( /obj/item/cigbutt/cigarbutt{ pixel_y = 15; @@ -2486,14 +2653,24 @@ pixel_x = -5; pixel_y = 16 }, -/turf/open/floor/plating/moss, +/turf/open/floor/plating/dirt, /area/overmap_encounter/planetoid/cave/explored) +"Of" = ( +/mob/living/simple_animal/beachcarp/salmon{ + dir = 8 + }, +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) "Oi" = ( /obj/effect/decal/cleanable/plasma, +/obj/item/stack/rods{ + pixel_x = 9; + pixel_y = -11 + }, /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/overmap_encounter/planetoid/lava/explored) +/area/overmap_encounter/planetoid/beachplanet/explored) "Or" = ( /obj/effect/decal/cleanable/glass{ dir = 8; @@ -2505,8 +2682,9 @@ }, /obj/effect/decal/cleanable/dirt, /obj/item/stack/sheet/animalhide/monkey, +/obj/structure/spacevine, /turf/open/floor/plasteel/patterned, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "Ou" = ( /obj/structure/catwalk/over, /obj/machinery/door/airlock/glass, @@ -2524,30 +2702,45 @@ icon_state = "1-2" }, /turf/open/floor/plating, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) +"OO" = ( +/obj/effect/turf_decal/weather/dirt{ + dir = 5 + }, +/obj/effect/turf_decal/weather/dirt{ + dir = 6 + }, +/turf/open/water/beach, +/area/overmap_encounter/planetoid/cave/explored) "Pe" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plating/moss, +/turf/open/floor/plating/dirt, /area/overmap_encounter/planetoid/cave/explored) "Pk" = ( -/turf/open/floor/plating/grass/lava/orange, -/area/overmap_encounter/planetoid/lava/explored) +/obj/effect/turf_decal/weather/sand{ + dir = 6 + }, +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) "Pv" = ( -/obj/structure/foamedmetal, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/obj/effect/turf_decal/weather/sand{ + dir = 4 + }, +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) "Pz" = ( /obj/structure/sign/poster/ripped{ pixel_x = 32 }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/ruin/unpowered/crashed_starwalker) +/mob/living/simple_animal/crab/evil/kreb, +/turf/open/floor/plating/asteroid/sand/lit, +/area/ruin/beach/starwalker) "PH" = ( /obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plating/moss, +/turf/open/floor/plating/dirt, /area/overmap_encounter/planetoid/cave/explored) "PU" = ( /obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, @@ -2558,7 +2751,7 @@ }, /obj/structure/curtain/bounty, /turf/open/floor/plating, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "Qa" = ( /obj/effect/decal/cleanable/blood/old, /obj/effect/decal/cleanable/blood/old{ @@ -2568,8 +2761,8 @@ desc = "It looks incredibly comfy, and expensive. Theres a little note on the side, explaining how its made of %100 real cow skin."; name = "Cowskin chair" }, -/obj/effect/mob_spawn/human/corpse/frontier, -/turf/open/floor/plating/moss, +/obj/effect/mob_spawn/human/corpse/pirate/ranged, +/turf/open/floor/plating/dirt, /area/overmap_encounter/planetoid/cave/explored) "Qi" = ( /turf/template_noop, @@ -2586,45 +2779,45 @@ /obj/structure/cable/orange{ icon_state = "6-8" }, +/obj/item/clothing/suit/pirate/captain{ + armor = list("melee"=35,"bullet"=30,"laser"=30,"energy"=40,"bomb"=25,"bio"=0,"rad"=0,"fire"=50,"acid"=50) + }, /turf/open/floor/plasteel/grimy, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "Qq" = ( /obj/structure/railing{ dir = 8 }, /obj/effect/decal/cleanable/dirt, /obj/machinery/door/firedoor, +/obj/structure/spacevine, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/stairs{ dir = 1 }, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "Qx" = ( -/obj/structure/flora/rock/pile/lava, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/obj/effect/turf_decal/weather/sand, +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) "QC" = ( /obj/structure/flora/rock, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "QQ" = ( /obj/item/reagent_containers/glass/bucket, -/obj/effect/decal/cleanable/glass, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) "QT" = ( -/obj/effect/decal/fakelattice{ - icon_state = "lattice-74" - }, -/obj/structure/foamedmetal, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/mob/living/simple_animal/hostile/carp, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "QW" = ( /obj/effect/turf_decal/industrial/warning/dust{ dir = 4 }, /turf/open/floor/engine/hull/interior, -/area/overmap_encounter/planetoid/lava/explored) +/area/overmap_encounter/planetoid/beachplanet/explored) "QZ" = ( /obj/effect/decal/cleanable/blood/drip, /obj/effect/decal/cleanable/blood/old, @@ -2633,7 +2826,7 @@ pixel_x = 12 }, /turf/open/floor/engine/hull, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "Rf" = ( /obj/structure/railing/corner{ dir = 4; @@ -2646,12 +2839,16 @@ /obj/structure/cable/yellow{ icon_state = "5-6" }, +<<<<<<< HEAD:_maps/RandomRuins/LavaRuins/lavaland_crashed_starwalker.dmm /obj/item/clothing/under/frontiersmen/officer, +======= +/obj/structure/spacevine, +>>>>>>> parent of f11a7aaaec (THE RUINCUT [AFFRONT TO GOD] (#3026)):_maps/RandomRuins/BeachRuins/beach_crashed_starwalker.dmm /turf/open/floor/pod, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "Rg" = ( /turf/open/floor/engine/hull/interior, -/area/overmap_encounter/planetoid/lava/explored) +/area/overmap_encounter/planetoid/beachplanet/explored) "Rn" = ( /obj/structure/frame/computer{ anchored = 1; @@ -2666,7 +2863,7 @@ }, /obj/machinery/firealarm/directional/south, /turf/open/floor/plasteel/tech/grid, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "RN" = ( /obj/structure/table, /obj/machinery/microwave{ @@ -2674,30 +2871,37 @@ }, /obj/machinery/airalarm/directional/east, /turf/open/floor/plasteel, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) +"RO" = ( +/obj/item/stack/rods{ + pixel_x = -9; + pixel_y = 1 + }, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "RQ" = ( /obj/structure/closet/crate/goldcrate, -/turf/open/floor/plating/moss, +/turf/open/floor/plating/dirt, /area/overmap_encounter/planetoid/cave/explored) "RS" = ( /obj/effect/turf_decal/number/one{ dir = 8 }, /turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/overmap_encounter/planetoid/lava/explored) +/area/overmap_encounter/planetoid/beachplanet/explored) "RU" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/fakelattice{ icon_state = "lattice-8" }, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "Sc" = ( /obj/effect/turf_decal/industrial/warning/dust{ dir = 9 }, /turf/open/floor/engine/hull/interior, -/area/overmap_encounter/planetoid/lava/explored) +/area/overmap_encounter/planetoid/beachplanet/explored) "Sm" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable/yellow{ @@ -2715,7 +2919,7 @@ }, /obj/structure/frame/machine, /turf/open/floor/plasteel, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "Sz" = ( /obj/effect/turf_decal/techfloor{ dir = 6 @@ -2734,27 +2938,28 @@ }, /obj/item/dice/d2, /turf/open/floor/plasteel/tech/grid, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "SS" = ( /obj/structure/closet/emcloset/wall/directional/east, /obj/item/stack/sticky_tape, /obj/effect/decal/cleanable/dirt, /turf/open/floor/pod, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "Tg" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/flora/rock/pile/lava, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/mob/living/simple_animal/crab, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "Tj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/moss, -/area/overmap_encounter/planetoid/cave/explored) +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/turf_decal/weather/dirt{ + dir = 1 + }, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "Tw" = ( -/obj/item/stack/ore/salvage/scrapmetal/five, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/mob/living/simple_animal/crab/kreb, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) "TF" = ( /obj/structure/railing/corner{ dir = 1 @@ -2766,11 +2971,17 @@ icon_state = "2-8" }, /obj/effect/decal/cleanable/dirt, +/obj/item/storage/box/syndie_kit/throwing_weapons{ + pixel_y = -1; + pixel_x = -5 + }, +/obj/structure/spacevine, /turf/open/floor/plating, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "TI" = ( -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/mob/living/simple_animal/beachcarp/salmon, +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) "TK" = ( /obj/structure/cable/orange{ icon_state = "4-10" @@ -2780,32 +2991,42 @@ }, /obj/structure/fluff/broken_flooring, /obj/effect/decal/cleanable/dirt, +/obj/structure/spacevine, /turf/open/floor/plating, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) +"TZ" = ( +/obj/structure/flora/ausbushes/stalkybush{ + pixel_y = 19; + pixel_x = -8 + }, +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) "Uc" = ( /obj/effect/decal/cleanable/oil, /turf/open/floor/plating/rust, -/area/overmap_encounter/planetoid/lava/explored) +/area/overmap_encounter/planetoid/beachplanet/explored) "Ul" = ( /obj/item/stack/rods{ pixel_x = 9; pixel_y = -11 }, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "Ux" = ( +/obj/machinery/jukebox, +/obj/structure/spacevine, /obj/structure/railing/wood{ dir = 1 }, /turf/open/floor/pod, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "Uy" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/overmap_encounter/planetoid/lava/explored) +/area/overmap_encounter/planetoid/beachplanet/explored) "UG" = ( /obj/machinery/door/airlock/hatch{ dir = 4 @@ -2822,15 +3043,22 @@ }, /obj/structure/barricade/wooden/crude, /turf/open/floor/pod/light, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "UL" = ( +/obj/item/stack/ore/salvage/scrapgold/five{ + pixel_x = -7; + pixel_y = -11 + }, +/obj/item/stack/ore/salvage/scrapuranium{ + pixel_x = 3; + pixel_y = -9 + }, /obj/effect/decal/cleanable/blood/drip{ pixel_x = -21; pixel_y = 11 }, -/obj/structure/foamedmetal, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/ruin/unpowered/crashed_starwalker) +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) "UQ" = ( /obj/effect/turf_decal/techfloor{ dir = 8 @@ -2847,7 +3075,7 @@ icon_state = "0-2" }, /turf/open/floor/plasteel, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "UZ" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/cable/yellow{ @@ -2868,14 +3096,14 @@ /turf/open/floor/plating{ icon_state = "platingdmg3" }, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "Vb" = ( /obj/item/stack/rods{ pixel_x = 2; pixel_y = 9 }, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "Vi" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/tracks{ @@ -2885,12 +3113,21 @@ pixel_y = -13; pixel_x = 6 }, -/turf/open/floor/plating/moss, +/obj/item/reagent_containers/food/snacks/meat/rawcrab{ + pixel_x = -11; + pixel_y = -12 + }, +/turf/open/floor/plating/dirt, /area/overmap_encounter/planetoid/cave/explored) "Vt" = ( /obj/structure/grille/broken, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/obj/item/stack/ore/salvage/scraptitanium{ + pixel_x = -12; + pixel_y = 11 + }, +/obj/structure/spacevine, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "VL" = ( /obj/structure/catwalk/over, /obj/effect/decal/cleanable/dirt, @@ -2903,23 +3140,21 @@ dir = 1 }, /turf/open/floor/plating, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "VO" = ( /turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/overmap_encounter/planetoid/lava/explored) +/area/overmap_encounter/planetoid/beachplanet/explored) "VQ" = ( /obj/effect/turf_decal/techfloor{ dir = 8 }, -/obj/machinery/light/directional/south, -/obj/structure/extinguisher_cabinet/directional/north, -/obj/structure/frame/computer{ - anchored = 1; - can_be_unanchored = 1; +/obj/machinery/computer/bounty{ dir = 4 }, +/obj/machinery/light/directional/south, +/obj/structure/extinguisher_cabinet/directional/north, /turf/open/floor/plasteel/patterned, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "VR" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/glass{ @@ -2927,14 +3162,14 @@ pixel_x = 16 }, /turf/open/floor/plating, -/area/overmap_encounter/planetoid/lava/explored) +/area/overmap_encounter/planetoid/beachplanet/explored) "VS" = ( /obj/effect/decal/cleanable/dirt, /obj/item/stack/ore/gold{ pixel_x = -11; pixel_y = 6 }, -/turf/open/floor/plating/moss, +/turf/open/floor/plating/dirt, /area/overmap_encounter/planetoid/cave/explored) "VX" = ( /obj/structure/table/reinforced, @@ -2942,17 +3177,23 @@ pixel_x = -32 }, /turf/open/floor/plasteel/patterned/cargo_one, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "Wa" = ( /obj/structure/flora/rock/pile, -/turf/open/floor/plating/moss, +/turf/open/floor/plating/dirt, /area/overmap_encounter/planetoid/cave/explored) "Wi" = ( /turf/open/floor/plating, -/area/overmap_encounter/planetoid/lava/explored) +/area/overmap_encounter/planetoid/beachplanet/explored) +"Wm" = ( +/obj/structure/destructible/tribal_torch/lit{ + pixel_x = 10 + }, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) "Wp" = ( /turf/closed/wall/mineral/plastitanium, -/area/overmap_encounter/planetoid/lava/explored) +/area/overmap_encounter/planetoid/beachplanet/explored) "WJ" = ( /obj/effect/decal/cleanable/blood/drip, /obj/effect/decal/cleanable/blood/drip{ @@ -2963,13 +3204,19 @@ pixel_x = -10; pixel_y = 15 }, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/obj/effect/turf_decal/weather/dirt{ + dir = 9 + }, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "WM" = ( /obj/effect/turf_decal/techfloor{ dir = 6 }, /obj/structure/table/reinforced, +/obj/item/door_seal{ + pixel_x = 6 + }, /obj/machinery/status_display/shuttle{ pixel_y = -32 }, @@ -2983,16 +3230,8 @@ pixel_y = -2; pixel_x = -1 }, -/obj/item/toy/plush/sharai{ - pixel_x = -10; - pixel_y = 4 - }, -/obj/item/clothing/head/beret/sec/frontier/officer{ - pixel_x = 8; - pixel_y = 9 - }, /turf/open/floor/plasteel/tech/grid, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "WY" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ @@ -3001,9 +3240,10 @@ /obj/structure/cable/green{ icon_state = "1-6" }, +/obj/structure/spacevine, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/patterned, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "Xa" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/dirt, @@ -3024,23 +3264,27 @@ pixel_x = -14 }, /turf/open/floor/plasteel, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "Xe" = ( /obj/structure/cable, /obj/machinery/power/shuttle/engine/electric{ dir = 1 }, +/obj/structure/spacevine/weak, /turf/open/floor/plating, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "Xh" = ( /obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, /obj/machinery/door/poddoor/shutters{ id = "pcarrier_bridge" }, /turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "Xj" = ( -/turf/open/floor/plating/grass/lava, +/obj/effect/turf_decal/weather/dirt{ + dir = 6 + }, +/turf/open/water/beach, /area/overmap_encounter/planetoid/cave/explored) "Xs" = ( /obj/effect/turf_decal/techfloor{ @@ -3054,15 +3298,15 @@ dir = 4 }, /turf/open/floor/plasteel/tech/grid, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "XJ" = ( /obj/effect/decal/cleanable/dirt, /turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "XK" = ( /obj/structure/grille, /turf/template_noop, -/area/overmap_encounter/planetoid/lava/explored) +/area/overmap_encounter/planetoid/beachplanet/explored) "XM" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -3091,15 +3335,16 @@ pixel_y = -8; pixel_x = 11 }, +/obj/structure/spacevine, /turf/open/floor/plating, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "XN" = ( /obj/structure/grille/broken, /obj/effect/decal/cleanable/glass, /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "XP" = ( /obj/effect/turf_decal/industrial/warning{ dir = 6; @@ -3114,19 +3359,22 @@ /obj/structure/cable/orange{ icon_state = "2-10" }, -/obj/item/gun/ballistic/shotgun/doublebarrel, +/obj/item/gun/ballistic/shotgun/brimstone, +/obj/structure/spacevine, /turf/open/floor/mineral/plastitanium, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "XR" = ( -/obj/structure/flora/ausbushes/sparsegrass/hell, -/turf/open/floor/plating/grass/lava/orange, -/area/overmap_encounter/planetoid/lava/explored) +/obj/effect/turf_decal/weather/sand{ + dir = 1 + }, +/turf/open/water/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) "XT" = ( /obj/effect/decal/cleanable/dirt, /obj/item/broken_missile, /obj/effect/decal/cleanable/blood/old, /turf/open/floor/plasteel/patterned, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "XZ" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/cobweb, @@ -3136,7 +3384,7 @@ /obj/item/reagent_containers/food/condiment/rice, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "Yb" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable{ @@ -3149,12 +3397,13 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 9 }, +/obj/structure/spacevine, /obj/item/newspaper{ pixel_x = -4; pixel_y = 2 }, /turf/open/floor/pod, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "Yg" = ( /obj/machinery/cryopod, /obj/effect/turf_decal/siding/wood{ @@ -3164,22 +3413,22 @@ /turf/open/floor/wood{ icon_state = "wood-broken5" }, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "YF" = ( /obj/effect/turf_decal/industrial/warning/corner{ dir = 8 }, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "YG" = ( -/obj/structure/flora/tree/dead_pine, -/turf/open/floor/plating/grass/lava/orange, -/area/overmap_encounter/planetoid/lava/explored) +/obj/effect/overlay/palmtree_l, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "YN" = ( /obj/structure/grille, /obj/effect/decal/cleanable/dirt, /turf/template_noop, -/area/overmap_encounter/planetoid/lava/explored) +/area/overmap_encounter/planetoid/beachplanet/explored) "YT" = ( /obj/effect/decal/cleanable/dirt, /obj/item/radio/intercom/directional/east, @@ -3197,14 +3446,21 @@ pixel_y = 8 }, /turf/open/floor/plasteel, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "Zo" = ( /obj/effect/turf_decal/industrial/warning/dust{ dir = 4 }, /obj/effect/decal/cleanable/glass, /turf/open/floor/engine/hull/interior, -/area/overmap_encounter/planetoid/lava/explored) +/area/overmap_encounter/planetoid/beachplanet/explored) +"Zp" = ( +/obj/item/stack/ore/salvage/scraptitanium{ + pixel_x = -12; + pixel_y = 11 + }, +/turf/open/floor/plating/asteroid/sand/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) "ZW" = ( /obj/effect/decal/cleanable/blood/old, /obj/effect/decal/cleanable/dirt/dust, @@ -3218,7 +3474,7 @@ }, /obj/item/reagent_containers/syringe, /turf/open/floor/plasteel/patterned/cargo_one, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) "ZX" = ( /obj/structure/window/reinforced{ dir = 4 @@ -3227,7 +3483,7 @@ /obj/machinery/iv_drip, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, /turf/open/floor/plasteel/patterned/cargo_one, -/area/ruin/unpowered/crashed_starwalker) +/area/ruin/beach/starwalker) (1,1,1) = {" Qi @@ -3242,13 +3498,13 @@ Qi bg bg bg -TI -TI -TI -TI -TI -TI -Pk +id +id +id +id +id +id +id Qi Qi Qi @@ -3257,9 +3513,9 @@ Qi Qi Qi Qi -Pk -FC -Pk +id +id +id Qi Qi Qi @@ -3272,12 +3528,12 @@ Qi Qi Qi Qi -Pk -Pk -Pk -Pk -Pk -Pk +id +id +id +id +id +id Qi Qi Qi @@ -3302,24 +3558,24 @@ bg bg bg Wp -TI -TI -TI -TI -Pk -Pk -Pk +id +id +id +id +id +id +id Qi Qi Qi Qi -Pk -Pk -Pk id -Pk -Pk -Pk +id +id +id +id +id +id Qi Qi Qi @@ -3329,14 +3585,14 @@ Qi Qi Qi Qi -Pk -Pk -Jw -Pk id -Pk -Pk -bd +id +id +rl +id +id +id +id Qi Qi Qi @@ -3360,42 +3616,42 @@ bg bg bg Sc -TI -TI +id +id bL bL RS VO -Pk -Pk -Pk -Pk -Pk -FC -Jw -Pk -Pk -Pk -FC -Pk -Pk -Pk +id +id +id +id +id +id +id +id +id +Tg +id +id +id +id Qi -Pk -Pk -Pk -Pk -Pk -Pk -bd -Pk -FC -Pk -Pk -Pk +id +id +id +id +id +id +id +id FC -Pk -Pk +Di +Di +Jw +id +id +id Qi Qi Qi @@ -3416,45 +3672,45 @@ bg mi EW bg -hi +id Hi wI -wI +Ky vO -TI -TI +id +id xG -TI -TI -Pk -Pk -wp -Pk -Pk +id +id +Tg +id +id +id +id YG -Pk -bd -Pk -wp -Pk -FC +id +id +id +id +id +id +id +id +id +id +id +id +id FC -Pk -Pk -Pk +Di +vw +vw +vw vw -Pk -FC -Pk -FC -Pk -Pk -FC -Pk Jw -Pk -Pk -Pk +id +id +id Qi Qi Qi @@ -3472,47 +3728,47 @@ bg nw di Vi -Aa -TI -TI +ky +hi +id Hi -TI -TI +id +id RU wI -TI +id Rg -TI -TI +id +id IH -TI -bd -Pk -Pk -Pk -Pk +id +id +id +id FC -Pk -Pk -Pk -Pk -Pk +Di Jw -Pk -Pk -Pk +id +id +id +id +id +id +id +id +id +id FC -Pk -Pk -Pk vw -Pk -Pk -bd -Pk -Pk -Pk -Pk +vw +vw +vw +vw +vw +vw +Jw +id +id Qi Qi Qi @@ -3531,45 +3787,45 @@ bg mU hd BB -BB -BB -BB -BB +NA +NA +NA +NA xy -TI -TI +id +id wI wI wI -TI -TI -TI -TI +id +id +id +id +id FC -Pk -Pk +vw +vw +Ch +Di Jw -Pk -Pk -FC -Pk -Pk -Pk -Pk -FC -Pk -Pk id -Pk -Pk -Pk -Pk -Pk -FC -Pk -Pk -FC -Pk +Tg +id +id +id +id +id +id +XR +vw +vw +vw +vw +vw +vw +vw +Qx +Tg id Qi Qi @@ -3591,44 +3847,44 @@ bg bg bg bg -TI +id IH -TI +id wI -TI -TI -TI -TI +id +id +id +id wI -TI -TI -TI -TI -xu -Pk -Pk -Pk -Pk -Pk +id +id +id +id +oH +Pv +vw +vw vw -FC -Pk -bd -Pk -FC -Pk -Pk -Pk -Pk -FC -Pk -Pk -wp -FC -Pk -Pk -Pk Pk +id +id +id +id +id +Tg +id +id +XR +vw +vw +vw +vw +vw +vw +vw +Qx +id +id Qi Qi Qi @@ -3647,47 +3903,47 @@ bg bg bg bg -bg -TI -TI -TI -TI +bg +id +id +FC +Jw BC ry -TI -TI -TI +id +id +id ye wI bM Eh -TI -TI -TI -TI -Pk -bd -Pk -FC -FC -Pk -Pk id +id +id +oH +Pv Pk -Pk -Pk +id +id +ve +Di Jw -Pk -Pk id -Pk -Pk +id +id FC +vw +vw +vw +vw +vw +vw +vw +vw Pk -YG -Pk -Pk -Pk +id +id +id Qi Qi Qi @@ -3706,10 +3962,10 @@ bg bg bg bg -TI -TI -xu -TI +id +FC +Ch +vw QW QW Mz @@ -3721,31 +3977,31 @@ iw ma VR Uc -TI -TI -TI -TI -TI -TI -TI -TI -TI -TI -TI -TI -TI -TI -TI -TI -Pk -Pk -Pk -Pk -Pk -FC -Pk -FC +id +id +id +id +id +DG +TZ +vw +vw +Di +Di +Di +vw +vw +vw +vw +vw +vw +Pv +Pv Pk +YG +id +id +id Qi Qi Qi @@ -3764,26 +4020,26 @@ PH di bg bg -TI -TI -TI -TI -TI -TI -TI +id +XR +vw +vw +vw +vw +Jw Zo LA wI wI -pV +wI dm Wi XK -iN -TI +GF +id rN -TI -Pv +id +id iC tG iC @@ -3792,19 +4048,19 @@ FZ ws FZ iC -TI -TI -TI -TI -wI -wI -wI -wI -Pk -Pk -Jw -Pk -Pk +vw +vw +vw +vw +Qx +id +id +id +id +id +id +id +id Qi Qi Qi @@ -3817,31 +4073,31 @@ bg bg bg DK -sA -Ky +di +ky DK bg bg -TI -TI -TI -TI -TI -TI -TI -TI -TI -TI -TI -TI -TI -TI +FC +vw +Of +vw +vw +vw +Pk +id +id +id +id +id +id +id wI wI -EZ -TI +wI +id Vb -TI +id FZ FZ FZ @@ -3851,18 +4107,18 @@ nH VX FZ iC -wI -wI -wI -wI -TI -TI -TI -TI -TI -TI -TI -TI +Pv +Pv +Pv +Pk +id +id +id +id +Tg +id +id +id Qi Qi Qi @@ -3877,29 +4133,29 @@ RQ uC DK Dk -Aa +ky hi -TI -TI -TI +QT +XR +vw bg bg -TI -TI -TI -TI -TI -IH -TI -TI +vw +Qx +id +id +id +id +Tg +id QC -TI -TI +id +id wI In Uy YN -Pv +Ia FZ gi MN @@ -3911,16 +4167,16 @@ HI FZ FZ FZ -FZ -FZ -iC -wI -as -as -as -as -wI -wI +FZ +FZ +iC +id +id +id +id +id +id +id Qi Qi Qi @@ -3936,25 +4192,25 @@ VS ky Pe ky -TI -TI -TI -TI +hi +id +XR +vw bg bg bg -TI -TI -IH -TI -TI -TI -TI -TI -Pv -Pv +Qx +id +id +id +id +id +id +id +id +id IY -QT +dm Oi zW Vt @@ -3971,15 +4227,15 @@ rT BK Ez fj -Xe -as -as -Qx -wI -wI -wI -wI -TI +Aa +id +id +id +id +id +id +id +id Qi Qi "} @@ -3996,14 +4252,14 @@ ky WJ IC Lg -TI -TI -TI +XR +vw +vw bg bg -TI -oH -TI +vw +Jw +id zq FZ FZ @@ -4012,10 +4268,10 @@ PU FZ XZ NC -IY -yn +wI +xl yn -Pv +id ph eN pm @@ -4029,15 +4285,15 @@ Ey Yb lc ia -KD -TI -TI -TI -TI -as -as -as -TI +Ba +id +id +id +id +pV +YG +id +id Qi Qi "} @@ -4046,21 +4302,21 @@ Qi bg bg bg -oy +ky +xt +xt xt -Tj -Tj eT uf Ju kK -TI -TI -TI -TI +XR +vw +vw +vw bg -TI -TI +vw +vw oC of of @@ -4088,15 +4344,15 @@ vf La HK Xe -as -as -as -as -as -TI -TI -TI -TI +id +id +id +FC +vw +Di +Jw +id +id Qi "} (16,1,1) = {" @@ -4109,16 +4365,16 @@ pc di ky di -Lg -TI +Tj +id bg +gV TI -TI -oH -TI -IH -TI -Pv +vw +vw +vw +vw +vw iC FZ FZ @@ -4137,8 +4393,8 @@ FZ FZ FZ ws -JJ -JJ +Qx +uU FZ FZ FZ @@ -4146,15 +4402,15 @@ BR FZ FZ iC -wI -wI -as -as -TI -wI -wI -wI -wI +id +id +id +XR +vw +vw +Qx +id +id Qi "} (17,1,1) = {" @@ -4170,13 +4426,13 @@ wc bg bg bg -TI -TI -TI -Hm -qs -mm -Pv +XR +vw +eJ +vw +vw +vw +vw hf FM iC @@ -4192,27 +4448,27 @@ yp Hl FZ iC -TI -jC +vw +dP QQ lM -nz +xL Di -TI -TI -TI -TI -TI -TI -xu -TI -TI -as -as -as -as -wI -wI +Jw +id +id +id +id +id +id +id +YG +oH +vw +vw +vw +Jw +id Qi "} (18,1,1) = {" @@ -4227,14 +4483,14 @@ bg bg bg bg -as -TI +id oH -TI -TI -Tw -Pv -Pv +vw +vw +vw +vw +vw +vw QZ rA tm @@ -4243,34 +4499,34 @@ cT XT gr yi -WY -Qq -GR -AN -Ib -dC -TI -TI -Di -TI -nz -TI -TI -TI -TI -TI -TI -TI -TI -TI -TI -TI -TI -TI -TI -TI -Pk -Pk +WY +Qq +GR +AN +Ib +dC +vw +vw +vw +vw +nz +vw +vw +vw +Jw +Tg +id +id +EZ +xu +id +id +id +oH +vw +vw +Qx +id Qi "} (19,1,1) = {" @@ -4285,14 +4541,14 @@ bg bg bg bg -as -TI -TI -TI -xu -TI -Pv -Pv +bd +IH +oH +vw +Ch +vw +vw +vw Db Ja ze @@ -4307,28 +4563,28 @@ wJ aL gU dC -TI -TI -TI -Di -TI -TI -TI -TI -TI -TI -rl -XR -Pk -XR -TI -TI -TI -TI +vw +vw +vw +vw +vw +vw +vw +vw +Qx +id +id +xu +xu +xu +xu +xu +id +id XR -rl -Ks +vw Pk +id Qi "} (20,1,1) = {" @@ -4343,14 +4599,14 @@ bg bg bg bg -as -Qx -TI -TI -TI -TI -iN -Pv +bg +id +id +XR +vw +vw +vw +vw UL hN iC @@ -4366,27 +4622,27 @@ Mm Mk FZ iC -TI -TI -TI -Pv -Pv -Pv -Pv -TI -TI -TI -TI -Ks -Pk -Pk -Pk -Pk -Pk -Pk -Pk -XR +vw +vw +vw +vw +vw +vw +vw Pk +id +id +xu +Ks +xu +xu +xu +xu +id +oH +Qx +id +id Qi "} (21,1,1) = {" @@ -4401,14 +4657,14 @@ bg bg bg bg -as -as -TI -TI -TI +bg +bg +id +XR +vw Hm qs -qs +hx iC FZ FZ @@ -4430,21 +4686,21 @@ ws XN ws Pv -Pv -TI -TI -TI -dP -TI -TI -TI -TI -XR -rl -Pk -Pk -Pk Pk +id +id +id +xu +xu +EZ +hV +xu +xu +rl +id +Ie +id +id Qi "} (22,1,1) = {" @@ -4460,13 +4716,13 @@ bg bg bg bg -as -TI -oH -TI +bg +id oH -TI -TI +vw +vw +vw +vw zy Ig sy @@ -4486,24 +4742,24 @@ Fv wx VL Jx -Pv -Pv -TI -TI -TI -TI -TI -TI -TI -TI -TI -TI -TI -TI -Ks -Pk -Pk -Pk +id +id +id +Tg +id +xu +xu +Lx +xu +xu +xu +xu +id +id +id +id +as +as "} (23,1,1) = {" bg @@ -4518,13 +4774,13 @@ bg bg bg bg -as -TI -TI -TI -TI -IH -TI +bg +id +id +oH +vw +vw +vw zy zy zy @@ -4544,24 +4800,24 @@ FZ FZ FZ sJ -FZ -Av -TI -TI -TI -TI -TI -TI -TI -TI -TI -dP -TI -TI -TI -TI -Pk -XR +FZ +Av +id +id +xu +Ks +xu +xu +xu +xu +xu +xu +id +id +id +id +as +as "} (24,1,1) = {" bg @@ -4576,19 +4832,19 @@ bg bg bg bg -as -as -ve -TI -TI -TI -TI -TI -TI +bg +bg +id +Tg +oH +vw +vw +vw +vw zy zy -TI -TI +vw +vw iC FZ FZ @@ -4605,21 +4861,21 @@ Qo Ds ju tT -yJ -TI -TI +rN xu -TI -TI -TI -TI -TI -TI -TI -TI -TI -TI -Pk +xu +xu +xu +xu +xu +hV +xu +EZ +id +id +as +as +as "} (25,1,1) = {" bg @@ -4627,28 +4883,28 @@ bg bg bg bg -Xj -Xj +Fu +Fu Fu bg bg bg bg bg -as -as -TI -TI -TI -TI -TI -IH -TI -TI -TI -TI -TI -TI +bg +bg +id +id +oH +Pv +vw +vw +vw +vw +vw +vw +vw +vw FZ tW ef @@ -4660,24 +4916,24 @@ sw Ux wl tY -Ff +Zp Em oQ BP qv iN -TI -TI -TI -TI -TI -wI -wI -wI -TI -TI -TI -TI +EZ +xu +xu +xu +xu +xu +xu +id +as +as +as +as "} (26,1,1) = {" bg @@ -4685,28 +4941,28 @@ bg bg bg bg +Fu +Fu +Fu Xj -Ba -Xj -Xj -di +kh bg bg bg bg bg bg -TI -TI -TI -TI -TI -TI -TI -IH -TI -TI -TI +id +id +id +oH +vw +vw +vw +vw +vw +vw +vw EV Xs ou @@ -4716,26 +4972,26 @@ FZ Cu FZ oz -Kq -TI +yJ +id IJ Vb GY cn ar BY -TI +xu ys FZ FZ iC -wI +xu +xu +as +as as as as -TI -TI -TI "} (27,1,1) = {" bg @@ -4744,55 +5000,55 @@ bg bg bg bg -Xj -Xj +Fu +wp sA -uU -mU di -sA -mU -hi -TI -TI -TI -TI -TI -TI -TI -TI -TI -TI -TI -TI +di +kh +di +di +Aq +id +id +id +id +Tg +oH +Pv +Pv +Pv +vw +vw +Pk Xh tV oG WM FZ iC -TI -TI -TI -TI +id +id +id +id AG -TI -jC -TI -Ch -Ch +id +RO +id +In +In Ul YF KO zX sH -Xe +Aa +xu +hV +as +as as as -wI -wI -wI -TI Qi "} (28,1,1) = {" @@ -4802,54 +5058,54 @@ bg bg bg bg -Xj +OO +Ir di -kh -mU -sA -mU -sA +mm di -sA -TI -TI -TI -TI -TI -TI -TI -TI -TI -TI -TI -TI +di +di +di +di +Aq +id +id +id +id +id +bg +id +id +oH +Pk +id EV pP Sz FZ iC -TI -TI -TI -TI -TI -TI -TI -TI +id +id +id +xu +xu +id +id +id Kq Ff -BP +JU mb ao KL cH aN KD -Tg -wI -wI -TI -TI +xu +xu +as +as +as Qi Qi "} @@ -4860,54 +5116,54 @@ bg bg bg bg -mU +di Wa -sA -sA -sA -mU -sA -sA -sA -mU +Tw +di +di +kh +di +di +di +di bg bg bg bg bg bg -as -as -ve -TI -TI +bg +id +id +id +id iC FZ FZ iC -TI -TI -TI -IH -TI -TI -TI +id +id +Tg +id +xu +hV +xu Nv qx -TI -TI +xu +xu jC FZ Io SS kv fu -Xe -as +Aa +xu +xu +xu as as -TI -TI Qi Qi "} @@ -4921,11 +5177,11 @@ bg bg bg bg -mU +oy +Wm di -mU Wa -sA +kh di bg bg @@ -4935,35 +5191,35 @@ bg bg bg bg -as -as -as -TI -TI -TI -TI -TI -TI -TI -TI -TI -TI -TI -TI -TI -TI -TI -TI -TI +bg +bg +bg +id +id +id +id +id +id +id +id +id +id +xu +xu +xu +xu +xu +Ks +xu FZ FZ FZ FZ FZ iC -wI -wI -TI +xu +xu +xu Qi Qi Qi @@ -5000,27 +5256,27 @@ bg bg bg bg -bg -bg -TI -TI -TI -TI -TI -TI -TI -IH -TI -TI +id +id +id +id +id +Tg +xu +xu +xu +EZ +xu +xu FZ iC -TI -TI -TI -TI -TI -TI -wI +xu +xu +xu +xu +xu +xu +xu Qi Qi Qi @@ -5046,6 +5302,7 @@ bg bg bg bg +bg Qi Qi bg @@ -5057,27 +5314,26 @@ bg bg bg bg -bg -bg -bg -bg -bg -bg -bg -TI -TI -TI -TI -TI -TI +Qi +id +id +id +id +id +id +rl +xu +xu +id +xu iC -TI -TI -TI -TI -TI -TI -TI +xu +xu +xu +hV +xu +xu +xu Qi Qi Qi @@ -5116,25 +5372,25 @@ Qi Qi Qi Qi -bg -bg -bg -bg -bg -bg -bg -bg -bg -bg -bg -TI -TI -TI -TI -TI -TI -TI -TI +Qi +Qi +id +id +id +id +id +id +id +id +id +xu +xu +xu +xu +xu +xu +EZ +xu Qi Qi Qi diff --git a/_maps/RandomRuins/BeachRuins/beach_fishing_hut.dmm b/_maps/RandomRuins/BeachRuins/beach_fishing_hut.dmm index ab5a6bb58d84..84fabfbe5ff7 100644 --- a/_maps/RandomRuins/BeachRuins/beach_fishing_hut.dmm +++ b/_maps/RandomRuins/BeachRuins/beach_fishing_hut.dmm @@ -136,7 +136,7 @@ /obj/machinery/light/floor, /obj/machinery/porta_turret/syndicate/energy{ active_power_usage = 0; - faction = list("Frontiersmen","beach"); + faction = list("beach","pirate"); idle_power_usage = 0; reqpower = 0; name = "Point defense anti-carp turret" @@ -485,6 +485,9 @@ /obj/machinery/light/small/directional/north{ light_color = "#694c12" }, +/obj/structure/safe/floor, +/obj/item/book/granter/martial/carp, +/obj/item/grenade/clusterbuster/spawner_spesscarp, /turf/open/floor/carpet, /area/ruin/beach) "tj" = ( @@ -664,8 +667,8 @@ /area/overmap_encounter/planetoid/beachplanet/explored) "Bg" = ( /obj/effect/turf_decal/corner/opaque/pink/diagonal, -/mob/living/simple_animal/hostile/human/frontier{ - faction = list("Frontiersmen","beach") +/mob/living/simple_animal/hostile/human/pirate/melee{ + faction = list("beach","pirate") }, /turf/open/floor/plastic, /area/ruin/beach) @@ -723,7 +726,8 @@ "Ch" = ( /obj/effect/turf_decal/corner/opaque/pink/diagonal, /obj/structure/sink/kitchen{ - dir = 4 + dir = 4; + pixel_x = -11 }, /turf/open/floor/plastic, /area/ruin/beach) @@ -823,6 +827,23 @@ /area/ruin/beach) "Gt" = ( /obj/effect/turf_decal/corner/opaque/lightgrey/diagonal, +/mob/living/simple_animal/hostile/human/cat_butcherer{ + atmos_requirements = list("min_oxy"=0,"max_oxy"=0,"min_tox"=0,"max_tox"=0,"min_co2"=0,"max_co2"=0,"min_n2"=0,"max_n2"=0); + desc = "A profession carp butcher, gone mad due to carptoxin exposure. There seems to be something in their pocket..."; + faction = list("beach","pirate"); + health = 300; + loot = list(/obj/effect/mob_spawn/human/corpse/cat_butcher,/obj/item/guardiancreator/carp); + maxHealth = 300; + maxbodytemp = 10000; + melee_damage_lower = 20; + melee_damage_upper = 25; + minbodytemp = 0; + name = "The Butcher"; + ranged_cooldown_time = 15; + ranged_message = "fires the speargun at"; + real_name = "The Butcher"; + unique_name = 1 + }, /obj/machinery/atmospherics/pipe/heat_exchanging/simple{ dir = 1 }, @@ -832,8 +853,8 @@ "GP" = ( /obj/structure/chair/sofa/brown/right/directional/south, /obj/effect/decal/cleanable/cobweb, -/mob/living/simple_animal/hostile/human/frontier{ - faction = list("Frontiersmen","beach") +/mob/living/simple_animal/hostile/human/pirate/melee{ + faction = list("beach","pirate") }, /turf/open/floor/carpet, /area/ruin/beach) @@ -1024,8 +1045,8 @@ /obj/structure/chair/plastic{ dir = 8 }, -/mob/living/simple_animal/hostile/human/frontier/ranged/mosin/neutered{ - faction = list("Frontiersmen","beach") +/mob/living/simple_animal/hostile/human/pirate/ranged{ + faction = list("beach","pirate") }, /turf/open/floor/wood/ebony, /area/overmap_encounter/planetoid/beachplanet/explored) @@ -1098,6 +1119,10 @@ dir = 8 }, /obj/structure/table/wood, +/obj/item/grenade/spawnergrenade/spesscarp{ + pixel_x = 3; + pixel_y = -21 + }, /obj/item/stack/medical/bruise_pack/herb{ pixel_x = -5; name = "herbal pack" @@ -1110,8 +1135,8 @@ /area/ruin/beach) "Rh" = ( /obj/structure/chair/sofa/brown/corner/directional/south, -/mob/living/simple_animal/hostile/human/frontier{ - faction = list("Frontiersmen","beach") +/mob/living/simple_animal/hostile/human/pirate/melee{ + faction = list("beach","pirate") }, /turf/open/floor/carpet, /area/ruin/beach) @@ -1225,8 +1250,8 @@ pixel_x = 4; layer = 2.9 }, -/mob/living/simple_animal/hostile/human/frontier/ranged/mosin/neutered{ - faction = list("Frontiersmen","beach") +/mob/living/simple_animal/hostile/human/pirate/ranged{ + faction = list("beach","pirate") }, /turf/open/floor/wood/ebony, /area/overmap_encounter/planetoid/beachplanet/explored) @@ -1308,8 +1333,8 @@ /turf/open/water/beach, /area/overmap_encounter/planetoid/beachplanet/explored) "ZJ" = ( -/mob/living/simple_animal/hostile/human/frontier{ - faction = list("Frontiersmen","beach") +/mob/living/simple_animal/hostile/human/pirate/melee{ + faction = list("beach","pirate") }, /turf/open/floor/wood, /area/ruin/beach) diff --git a/_maps/RandomRuins/BeachRuins/beach_knights_rest.dmm b/_maps/RandomRuins/BeachRuins/beach_knights_rest.dmm new file mode 100644 index 000000000000..17ad7d93f739 --- /dev/null +++ b/_maps/RandomRuins/BeachRuins/beach_knights_rest.dmm @@ -0,0 +1,3347 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ao" = ( +/obj/structure/fermenting_barrel, +/turf/open/floor/plating/dirt/jungle/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"aA" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/ywflowers, +/turf/open/floor/plating/grass/beach/lit{ + smoothing_flags = 0 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"bV" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/ywflowers, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"cv" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/turf/open/floor/wood, +/area/ruin/beachplanet/knight) +"cC" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/brflowers, +/turf/open/floor/plating/grass/beach/lit{ + smoothing_flags = 0 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"dr" = ( +/obj/structure/sink/puddle, +/obj/item/reagent_containers/glass/bucket/wooden, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/beachplanet/explored) +"dF" = ( +/obj/structure/mineral_door/iron, +/turf/open/floor/plasteel/stairs/mid{ + dir = 4 + }, +/area/ruin/beachplanet/knight) +"dG" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/ppflowers, +/turf/open/floor/plating/grass/beach/lit{ + smoothing_flags = 0 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"dK" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/ywflowers, +/turf/open/floor/plating/grass/beach/lit{ + smoothing_flags = 0 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"eF" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plasteel/stairs{ + dir = 1 + }, +/area/ruin/beachplanet/knight) +"eZ" = ( +/turf/open/floor/wood/ebony, +/area/ruin/beachplanet/knight) +"fw" = ( +/mob/living/simple_animal/butterfly, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"fy" = ( +/turf/open/floor/plating/grass/beach/lit, +/area/ruin/beachplanet/knight) +"fB" = ( +/obj/structure/flora/ausbushes/sparsegrass{ + pixel_x = -1 + }, +/obj/structure/flora/ausbushes/ywflowers, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"fC" = ( +/obj/effect/turf_decal/stoneborder, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/wood/ebony, +/area/ruin/beachplanet/knight) +"fN" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"fR" = ( +/obj/effect/turf_decal/stoneborder, +/turf/open/floor/grass/fairy/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) +"gf" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"gw" = ( +/obj/structure/flora/tree/chapel{ + desc = "A true earthen oak tree. It stands high, like a proud guard"; + name = "oak tree" + }, +/turf/open/floor/plating/grass/beach/lit{ + smoothing_flags = 0 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"gC" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"gE" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"gO" = ( +/obj/machinery/seed_extractor, +/turf/open/floor/wood, +/area/ruin/beachplanet/knight) +"gU" = ( +/obj/structure/chair/pew{ + dir = 1 + }, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/beachplanet/explored) +"gX" = ( +/obj/machinery/hydroponics/soil, +/obj/item/seeds/tomato, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/beachplanet/explored) +"hk" = ( +/obj/structure/railing, +/turf/open/floor/plasteel/stairs{ + dir = 4 + }, +/area/ruin/beachplanet/knight) +"hl" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/open/floor/wood, +/area/ruin/beachplanet/knight) +"hD" = ( +/turf/template_noop, +/area/template_noop) +"ia" = ( +/obj/structure/chair/pew/left{ + dir = 1 + }, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/beachplanet/explored) +"iG" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/open/floor/plating/grass/beach/lit{ + smoothing_flags = 0 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"ja" = ( +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"jm" = ( +/obj/effect/turf_decal/stoneborder, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/wood/ebony, +/area/ruin/beachplanet/knight) +"jA" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/ywflowers, +/turf/open/floor/plating/grass/beach/lit{ + smoothing_flags = 0 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"jG" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/ywflowers, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"kb" = ( +/obj/structure/chair/wood/wings{ + dir = 8 + }, +/turf/open/floor/wood, +/area/ruin/beachplanet/knight) +"kq" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/ywflowers, +/turf/open/floor/plating/grass/beach/lit{ + smoothing_flags = 0 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"kD" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/ruin/beachplanet/knight) +"kV" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/stoneborder, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/plating/grass/beach/lit{ + smoothing_flags = 0 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"kX" = ( +/mob/living/simple_animal/butterfly, +/turf/open/floor/plating/grass/beach/lit{ + smoothing_flags = 0 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"lD" = ( +/obj/machinery/hydroponics/soil, +/obj/item/plant_analyzer, +/obj/item/seeds/poppy/geranium, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/beachplanet/explored) +"mx" = ( +/turf/closed/wall/mineral/iron{ + desc = "A wall with rough metal plating, it looks almost stonelike in composition." + }, +/area/ruin/beachplanet/knight) +"nc" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/brflowers, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"no" = ( +/obj/structure/chair/pew{ + dir = 8 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/beachplanet/explored) +"oo" = ( +/obj/structure/flora/ausbushes/sunnybush{ + name = "oak sapling" + }, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"oF" = ( +/obj/machinery/hydroponics/soil, +/obj/item/seeds/wheat/oat, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/beachplanet/explored) +"oP" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/sparsegrass{ + pixel_x = -1 + }, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"pn" = ( +/obj/item/shovel/spade, +/turf/open/floor/plating/grass/beach/lit{ + smoothing_flags = 0 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"pL" = ( +/obj/structure/rack, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/item/flashlight/flare/torch, +/obj/item/flashlight/flare/torch, +/obj/item/flashlight/flare/torch, +/obj/item/flashlight/flare/torch, +/obj/item/flashlight/flare/torch, +/turf/open/floor/wood, +/area/ruin/beachplanet/knight) +"pN" = ( +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/beachplanet/explored) +"pT" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/wood/ebony, +/area/ruin/beachplanet/knight) +"qe" = ( +/obj/structure/table/wood, +/obj/item/seeds/grape, +/obj/item/seeds/grape, +/turf/open/floor/wood, +/area/ruin/beachplanet/knight) +"qi" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/wood, +/area/ruin/beachplanet/knight) +"qJ" = ( +/turf/open/floor/plating/dirt/jungle/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"qV" = ( +/obj/structure/table/wood, +/obj/structure/curtain/cloth, +/turf/open/floor/wood, +/area/ruin/beachplanet/knight) +"rp" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"rv" = ( +/obj/machinery/hydroponics/soil, +/obj/item/seeds/poppy/lily/trumpet, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/beachplanet/explored) +"si" = ( +/obj/structure/chair/pew{ + dir = 8 + }, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/beachplanet/explored) +"sD" = ( +/obj/structure/destructible/tribal_torch/lit, +/turf/open/floor/wood, +/area/ruin/beachplanet/knight) +"sG" = ( +/turf/open/floor/plating/dirt/jungle/dark/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"tc" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"tk" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/open/floor/grass/fairy/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) +"tD" = ( +/obj/structure/table/wood, +/obj/item/flashlight/flare/torch, +/obj/item/flashlight/flare/torch, +/turf/open/floor/wood, +/area/ruin/beachplanet/knight) +"ue" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"uf" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plasteel/stairs, +/area/ruin/beachplanet/knight) +"uz" = ( +/obj/structure/sink/puddle, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/beachplanet/explored) +"ve" = ( +/obj/effect/turf_decal/stoneborder, +/turf/open/floor/plating/grass/beach/lit{ + smoothing_flags = 0 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"vf" = ( +/obj/structure/bookcase/manuals, +/turf/open/floor/wood, +/area/ruin/beachplanet/knight) +"vm" = ( +/obj/structure/railing/wood{ + dir = 1 + }, +/turf/open/floor/plating/grass/beach/lit{ + smoothing_flags = 0 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"wm" = ( +/turf/open/floor/grass/fairy/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) +"wr" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"ww" = ( +/obj/structure/flora/ausbushes/sparsegrass{ + pixel_x = -1 + }, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"wI" = ( +/obj/machinery/hydroponics/soil, +/obj/item/hatchet/wooden, +/obj/item/seeds/poppy/lily/trumpet, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/beachplanet/explored) +"xg" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/stoneborder, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/plating/grass/beach/lit{ + smoothing_flags = 0 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"xp" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"xq" = ( +/obj/structure/chair/pew/left{ + dir = 8 + }, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/beachplanet/explored) +"xI" = ( +/obj/item/cultivator/rake, +/turf/open/floor/plating/grass/beach/lit{ + smoothing_flags = 0 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"xN" = ( +/obj/structure/chair/pew/right{ + dir = 4 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/beachplanet/explored) +"yc" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/rack, +/obj/item/flashlight/flare/torch, +/obj/item/flashlight/flare/torch, +/obj/item/flashlight/flare/torch, +/obj/item/flashlight/flare/torch, +/obj/item/flashlight/flare/torch, +/turf/open/floor/wood, +/area/ruin/beachplanet/knight) +"ye" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/turf/open/floor/wood, +/area/ruin/beachplanet/knight) +"yG" = ( +/obj/structure/railing/wood{ + dir = 1 + }, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/open/floor/plating/grass/beach/lit{ + smoothing_flags = 0 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"zg" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/plating/grass/beach/lit{ + smoothing_flags = 0 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"zz" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"zH" = ( +/obj/machinery/hydroponics/soil, +/obj/item/seeds/poppy/geranium, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Al" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/sparsegrass{ + pixel_x = -1 + }, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"AA" = ( +/obj/structure/railing, +/turf/open/floor/wood/ebony, +/area/ruin/beachplanet/knight) +"AJ" = ( +/obj/structure/chair/pew/right{ + dir = 1 + }, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/beachplanet/explored) +"AM" = ( +/obj/structure/chair/pew{ + dir = 4 + }, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Bk" = ( +/obj/structure/closet/crate/grave/loot{ + icon_state = "grave_lead"; + desc = "An marked patch of soil, showing signs of a burial. The headstone cannot be read, its' message torn away by age." + }, +/obj/item/nullrod/claymore{ + name = "ancient claymore"; + desc = "The gold on the sword is tarnished, yet retains an human letter carved into it. R." + }, +/turf/open/floor/plating/dirt/jungle/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Cb" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood, +/area/ruin/beachplanet/knight) +"Cs" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/leafybush, +/obj/structure/flora/ausbushes/ywflowers, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"CA" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/plating/grass/beach/lit{ + smoothing_flags = 0 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Dg" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/leafybush, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Dh" = ( +/obj/machinery/biogenerator, +/obj/item/reagent_containers/glass/bucket/wooden, +/turf/open/floor/wood, +/area/ruin/beachplanet/knight) +"Dj" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/brflowers, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Eh" = ( +/obj/structure/altar_of_gods, +/obj/item/reagent_containers/food/snacks/grown/poppy/lily, +/turf/open/floor/plating/dirt/jungle/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Ej" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"EH" = ( +/obj/structure/table/wood, +/obj/structure/bedsheetbin, +/turf/open/floor/wood, +/area/ruin/beachplanet/knight) +"ES" = ( +/obj/structure/flora/ausbushes/sparsegrass{ + pixel_x = -1 + }, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/ppflowers, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Ft" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/turf/open/floor/plating/grass/beach/lit{ + smoothing_flags = 0 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Gj" = ( +/obj/machinery/hydroponics/soil, +/obj/item/seeds/potato/sweet, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Ha" = ( +/obj/machinery/hydroponics/soil, +/obj/item/seeds/wheat, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/beachplanet/explored) +"HQ" = ( +/obj/structure/flora/ausbushes/sparsegrass{ + pixel_x = -1 + }, +/obj/structure/flora/ausbushes/ppflowers, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"If" = ( +/obj/machinery/hydroponics/soil, +/obj/item/seeds/poppy, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Ih" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Jf" = ( +/obj/machinery/hydroponics/soil, +/obj/item/seeds/potato, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/beachplanet/explored) +"JH" = ( +/obj/structure/chair/pew/right{ + dir = 8 + }, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/beachplanet/explored) +"JI" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/ywflowers, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"KE" = ( +/obj/item/storage/bag/plants, +/turf/open/floor/plating/grass/beach/lit{ + smoothing_flags = 0 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"KJ" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/brflowers, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Mc" = ( +/obj/structure/destructible/tribal_torch/lit, +/turf/open/floor/wood{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Me" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/sparsegrass{ + pixel_x = -1 + }, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"MR" = ( +/obj/structure/railing/wood, +/turf/open/floor/plating/grass/beach/lit{ + smoothing_flags = 0 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"MT" = ( +/mob/living/simple_animal/butterfly, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/open/floor/plating/grass/beach/lit{ + smoothing_flags = 0 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Np" = ( +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/ruin/beachplanet/knight) +"Nt" = ( +/obj/structure/flora/ausbushes/ppflowers, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"PJ" = ( +/obj/structure/table/wood, +/obj/structure/curtain/cloth, +/obj/item/flashlight/flare/torch, +/turf/open/floor/wood, +/area/ruin/beachplanet/knight) +"PK" = ( +/turf/open/floor/concrete/slab_1, +/area/overmap_encounter/planetoid/beachplanet/explored) +"PT" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/open/floor/plating/grass/beach/lit{ + smoothing_flags = 0 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Qj" = ( +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/destructible/tribal_torch/lit{ + pixel_y = 10 + }, +/turf/open/floor/wood/ebony, +/area/ruin/beachplanet/knight) +"Ql" = ( +/obj/structure/flora/tree/chapel{ + desc = "A true earthen oak tree. It stands high, like a proud guard"; + name = "oak tree" + }, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Qm" = ( +/obj/item/reagent_containers/glass/bucket/wooden, +/turf/open/floor/plating/grass/beach/lit{ + smoothing_flags = 0 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Qw" = ( +/obj/structure/closet/cabinet{ + name = "grower's cabinet" + }, +/obj/item/shovel/spade, +/obj/item/shovel/spade, +/obj/item/cultivator/rake, +/obj/item/cultivator/rake, +/obj/item/reagent_containers/glass/bucket/wooden, +/obj/item/reagent_containers/glass/bucket/wooden, +/obj/item/storage/bag/plants, +/obj/item/storage/bag/plants, +/turf/open/floor/wood, +/area/ruin/beachplanet/knight) +"QG" = ( +/obj/structure/statue/sandstone/venus{ + anchored = 1 + }, +/turf/open/floor/concrete/slab_1, +/area/ruin/beachplanet/knight) +"QI" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/ppflowers, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"QS" = ( +/obj/machinery/hydroponics/soil, +/obj/item/hatchet/wooden, +/obj/item/seeds/poppy/lily, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Ro" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood, +/area/ruin/beachplanet/knight) +"Sj" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/ywflowers, +/turf/open/floor/plating/grass/beach/lit{ + smoothing_flags = 0 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Sp" = ( +/obj/machinery/hydroponics/soil, +/obj/item/seeds/poppy/lily, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Sz" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/fullgrass, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"SR" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/ywflowers, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"SV" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/open/floor/wood, +/area/ruin/beachplanet/knight) +"Th" = ( +/turf/open/floor/wood{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Tr" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/ppflowers, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Uo" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/open/floor/plating/grass/beach/lit{ + smoothing_flags = 0 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Uy" = ( +/obj/item/clothing/suit/hooded/chaplainsuit/monkhabit, +/obj/item/clothing/suit/hooded/chaplainsuit/monkhabit, +/obj/item/clothing/suit/hooded/chaplainsuit/monkhabit, +/obj/item/clothing/suit/hooded/chaplainsuit/monkhabit, +/obj/structure/closet/cabinet, +/obj/item/clothing/shoes/sandal, +/obj/item/clothing/shoes/sandal, +/obj/item/clothing/shoes/sandal, +/obj/item/clothing/shoes/sandal, +/obj/item/clothing/under/rank/civilian/chaplain, +/obj/item/clothing/under/rank/civilian/chaplain, +/obj/item/clothing/under/rank/civilian/chaplain/skirt, +/obj/item/clothing/under/rank/civilian/chaplain/skirt, +/turf/open/floor/wood, +/area/ruin/beachplanet/knight) +"UG" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/open/floor/plating/grass/beach/lit{ + smoothing_flags = 0 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"UL" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/brflowers, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"UQ" = ( +/obj/effect/turf_decal/stoneborder, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/destructible/tribal_torch/lit, +/turf/open/floor/wood/ebony, +/area/ruin/beachplanet/knight) +"Vx" = ( +/mob/living/simple_animal/butterfly, +/turf/open/floor/plating/dirt/jungle/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"VF" = ( +/turf/open/floor/wood, +/area/ruin/beachplanet/knight) +"VK" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/brflowers, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"WE" = ( +/obj/structure/railing, +/turf/open/floor/plasteel/stairs{ + dir = 8 + }, +/area/ruin/beachplanet/knight) +"WX" = ( +/obj/structure/bed, +/turf/open/floor/wood, +/area/ruin/beachplanet/knight) +"WZ" = ( +/obj/structure/mineral_door/iron, +/turf/open/floor/wood, +/area/ruin/beachplanet/knight) +"Xn" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/ppflowers, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Xw" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/brflowers, +/turf/open/floor/plating/grass/beach/lit{ + smoothing_flags = 0 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Xz" = ( +/mob/living/simple_animal/butterfly, +/turf/open/floor/grass/fairy/beach, +/area/overmap_encounter/planetoid/beachplanet/explored) +"XF" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/ppflowers, +/turf/open/floor/plating/grass/beach/lit{ + smoothing_flags = 0 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"XL" = ( +/turf/open/floor/plating/grass/beach/lit{ + smoothing_flags = 0 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Yq" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/destructible/tribal_torch/lit, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"YC" = ( +/turf/open/floor/plasteel/stairs, +/area/ruin/beachplanet/knight) +"YJ" = ( +/obj/structure/destructible/tribal_torch/lit, +/turf/open/floor/plating/grass/beach/lit{ + smoothing_flags = 0 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Zf" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/open/floor/plating/grass/beach/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"Zg" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/open/floor/plating/grass/beach/lit{ + smoothing_flags = 0 + }, +/area/overmap_encounter/planetoid/beachplanet/explored) +"ZE" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/turf/open/floor/wood, +/area/ruin/beachplanet/knight) +"ZF" = ( +/obj/structure/chair/pew/left{ + dir = 4 + }, +/turf/open/floor/plating/dirt/jungle/lit, +/area/overmap_encounter/planetoid/beachplanet/explored) +"ZS" = ( +/obj/structure/mineral_door/iron, +/turf/open/floor/plasteel/stairs/mid{ + dir = 8 + }, +/area/ruin/beachplanet/knight) + +(1,1,1) = {" +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +ja +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +"} +(2,1,1) = {" +ja +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +ja +ja +hD +ja +ja +ja +ja +ja +hD +hD +ja +ja +ja +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +"} +(3,1,1) = {" +ja +ja +hD +hD +ja +ja +hD +hD +hD +hD +hD +ja +Zf +ja +ja +hD +hD +ja +ja +hD +ja +wm +wm +wm +ja +hD +hD +Zf +Zf +Zf +ja +hD +hD +hD +hD +Zf +ja +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +"} +(4,1,1) = {" +hD +ja +Zf +Zf +ww +ja +ja +ja +ja +ja +hD +ja +ja +Zf +Zf +ja +ja +ja +ja +ja +ja +wm +Zf +Zf +ja +ja +ja +ja +Zf +Zf +ja +ja +ja +ja +ja +wm +wm +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +"} +(5,1,1) = {" +hD +hD +ja +bV +bV +XL +zg +zg +zg +zg +zg +zg +zg +zg +zg +zg +zg +XL +ja +ja +Zf +Zf +Zf +ja +ja +XL +zg +zg +zg +zg +zg +zg +zg +zg +zg +XL +wm +ja +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +"} +(6,1,1) = {" +hD +hD +hD +ww +Zf +XL +Ih +Th +Th +Th +Th +Th +Th +Th +Th +Th +rp +kV +zg +zg +zg +zg +zg +zg +zg +zg +Ih +Th +Th +Th +Th +Th +Th +Th +rp +ve +wm +ja +ja +ja +ja +ja +hD +hD +hD +hD +hD +hD +"} +(7,1,1) = {" +hD +hD +hD +ja +ja +XL +Ih +mx +mx +mx +mx +mx +mx +mx +mx +Mc +Th +Th +Th +Th +Th +Th +Th +Th +Th +Th +Th +Mc +mx +mx +mx +mx +dF +mx +rp +ve +wm +wm +ja +ja +wm +ja +ja +wm +hD +hD +hD +hD +"} +(8,1,1) = {" +hD +hD +hD +ja +ja +XL +Ih +mx +Dh +VF +Qw +mx +ja +ja +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +Cb +Cb +Cb +SV +mx +rp +ve +ja +wm +Tr +Zf +wm +ja +Zf +wm +wm +wm +hD +hD +"} +(9,1,1) = {" +hD +hD +hD +ja +ja +XL +Ih +mx +gO +VF +VF +qV +ja +ja +XL +QS +dr +Sp +XL +XL +Ha +Ha +Ha +XL +XL +gX +dr +gX +mx +hk +fC +Qj +Ro +mx +rp +ve +ja +ja +Tr +ja +wm +ja +Zf +ja +ja +wm +wm +hD +"} +(10,1,1) = {" +hD +hD +hD +hD +hD +XL +Ih +mx +sD +VF +VF +qV +ja +ja +XL +XL +XL +xI +XL +XL +KE +XL +XL +pn +XL +XL +XL +XL +mx +hk +jm +AA +Ro +mx +rp +ve +XL +ja +Tr +ja +wm +ja +ja +gC +ja +ja +wm +hD +"} +(11,1,1) = {" +hD +hD +ja +ja +ja +XL +Ih +mx +qe +VF +VF +PJ +wm +wm +XL +zH +lD +zH +XL +XL +oF +oF +oF +XL +kX +Gj +Gj +Gj +mx +ye +YC +AA +pL +mx +rp +ve +ja +ja +Zf +ja +wm +ja +Zf +gC +Zf +ja +ja +hD +"} +(12,1,1) = {" +hD +ja +ja +ja +ja +XL +Ih +mx +mx +WZ +mx +mx +wm +wm +XL +XL +XL +XL +XL +XL +XL +Qm +XL +wm +kX +XL +xI +XL +mx +mx +mx +WZ +mx +mx +rp +ve +gE +gE +Zf +ja +wm +ja +bV +SR +bV +Zf +ja +hD +"} +(13,1,1) = {" +hD +ja +ja +wm +ja +XL +Ih +Mc +mx +pN +pN +wm +wm +ja +pn +If +If +If +wm +XL +wI +uz +rv +wm +wm +Jf +Jf +Jf +XL +XL +XL +qJ +qJ +mx +rp +ve +ja +gE +gC +Zf +wm +wm +wr +bV +wr +ja +ja +hD +"} +(14,1,1) = {" +ja +ja +wm +wm +Zf +XL +Ih +Th +mx +pN +XL +wm +wm +jG +kq +XL +wm +wm +wm +qJ +qJ +qJ +qJ +qJ +sG +qJ +qJ +qJ +qJ +qJ +XL +qJ +Vx +mx +rp +ve +Zf +ja +gE +nc +wr +wm +wm +wr +bV +ja +ja +hD +"} +(15,1,1) = {" +ja +ja +wm +JI +bV +XL +Ih +Th +mx +qJ +qJ +qJ +kX +ja +jG +Ql +XF +XL +qJ +qJ +qJ +sG +qJ +qJ +Vx +XL +wm +qJ +qJ +qJ +qJ +qJ +XL +mx +rp +ve +ja +Tr +ja +KJ +KJ +wr +wm +wm +wm +Zf +Zf +hD +"} +(16,1,1) = {" +hD +ja +Tr +JI +ww +XL +Ih +Th +mx +qJ +oo +qJ +Uo +jA +PT +XF +XF +sG +qJ +xN +AM +AM +AM +ZF +qJ +Ft +XL +wm +wm +qJ +sG +qJ +XL +mx +rp +ve +ja +Tr +ja +fN +tc +VK +ja +ja +wm +wm +ja +ja +"} +(17,1,1) = {" +hD +ja +ww +ww +ww +XL +Ih +Th +mx +qJ +qJ +qJ +Uo +UG +pN +pN +qJ +qJ +jA +jA +XL +cC +XL +XL +XL +ja +gE +ja +wm +wm +qJ +qJ +XL +mx +mx +ve +ja +ja +xp +xp +ja +VK +VK +ja +ja +wm +wm +ja +"} +(18,1,1) = {" +hD +ja +ww +ja +ja +XL +Ih +Th +mx +qJ +wm +qJ +sG +qJ +pN +pN +qJ +XL +XL +jG +ja +UL +UL +UL +XL +PT +dG +QI +ja +wm +PT +qJ +XL +mx +QG +XL +ja +Nt +Nt +ja +ja +ja +ja +ja +ja +ja +wm +ja +"} +(19,1,1) = {" +hD +hD +ww +bV +ja +XL +Ih +Th +mx +qJ +qJ +qJ +qJ +qJ +XL +PT +MT +qJ +XL +ja +XL +XL +XL +kX +PT +ia +XL +QI +ja +wm +PT +Vx +XL +PK +PK +sG +qJ +qJ +qJ +qJ +sG +qJ +pN +qJ +qJ +ja +ja +ja +"} +(20,1,1) = {" +hD +hD +ww +Al +Zf +XL +Ih +Th +mx +qJ +qJ +kX +XL +XL +PT +wr +qJ +dK +XL +ja +XL +qJ +qJ +PT +XL +gU +XL +QI +ja +wm +XL +qJ +qJ +qJ +qJ +qJ +qJ +sG +qJ +qJ +qJ +sG +qJ +qJ +ja +ja +ja +hD +"} +(21,1,1) = {" +hD +hD +ww +JI +Zf +XL +Ih +Th +mx +qJ +UG +UG +oo +ja +ja +ja +gw +Bk +qJ +PT +XL +Eh +qJ +YJ +XL +gU +PT +gE +ja +wm +XL +qJ +qJ +qJ +qJ +sG +qJ +qJ +qJ +qJ +Cs +sG +qJ +Dg +Tr +ja +ja +hD +"} +(22,1,1) = {" +hD +hD +ww +ww +Zf +XL +Ih +Th +mx +qJ +Ft +gE +zz +ja +ja +Xn +aA +Sj +iG +kX +qJ +qJ +qJ +XL +XL +gU +XL +gE +ja +wm +wm +XL +qJ +qJ +qJ +XL +qJ +qJ +sG +bV +bV +qJ +qJ +Tr +Tr +Zf +ja +hD +"} +(23,1,1) = {" +hD +hD +hD +ja +ja +XL +Ih +Th +mx +qJ +Ft +gE +gf +wr +ja +ja +Zg +qJ +XL +XL +XL +XL +XL +XL +XL +AJ +XL +gE +ja +ja +wm +qJ +qJ +PK +PK +XL +Nt +qJ +qJ +Zf +Yq +qJ +qJ +Yq +Sz +Sz +hD +hD +"} +(24,1,1) = {" +hD +hD +ja +ja +ja +XL +Ih +Th +mx +qJ +qJ +XL +wr +wr +Ql +ja +kX +XL +XL +ja +ja +wr +wr +ja +XL +PT +XL +Zf +ja +Zf +XL +qJ +sG +mx +QG +ve +ja +sG +qJ +mx +mx +qV +qV +mx +mx +ja +hD +hD +"} +(25,1,1) = {" +hD +ja +ja +hD +ja +XL +Ih +Th +mx +qJ +qJ +wm +ja +ja +wr +ja +ja +zz +PT +PT +XL +PT +XL +XL +UG +zz +fw +Sz +ja +Sz +Ft +qJ +qJ +mx +mx +fR +ja +ja +qJ +mx +VF +VF +kb +ZE +mx +ja +hD +hD +"} +(26,1,1) = {" +hD +hD +hD +hD +ja +XL +Ih +Th +mx +qJ +wm +ja +ja +ja +ja +ja +Dj +Dj +XL +xq +no +no +si +JH +XL +zz +zz +gE +wm +ja +XL +qJ +XL +mx +rp +fR +wm +ja +qJ +WZ +VF +VF +VF +Np +mx +ja +hD +hD +"} +(27,1,1) = {" +hD +hD +hD +fy +ja +XL +Ih +Th +mx +qJ +wm +ja +ja +ja +zz +zz +Dj +ja +XL +XL +XL +XL +XL +XL +XL +ja +ja +wm +wm +ja +kX +pN +XL +mx +rp +ve +wm +ja +qJ +mx +vf +tD +sD +Np +mx +ja +hD +hD +"} +(28,1,1) = {" +hD +ja +ja +ja +ja +XL +Ih +Th +mx +pN +wm +ja +Ql +ja +ja +ja +gf +gf +gf +jG +zz +wm +wm +QI +QI +ja +Xz +wm +wm +XL +XL +pN +XL +mx +rp +ve +wm +ja +qJ +mx +mx +mx +mx +mx +mx +ja +hD +hD +"} +(29,1,1) = {" +hD +ja +wm +wm +ja +XL +Ih +Th +mx +pN +pN +wm +ja +ja +fw +ja +gf +wr +wr +ja +wm +wm +QI +tc +tc +wm +wm +Ej +ja +Xw +pN +pN +qJ +mx +rp +ve +wm +ja +ja +Zf +ja +ja +ja +ja +ja +ja +hD +hD +"} +(30,1,1) = {" +hD +ja +ja +wm +ja +XL +Ih +Mc +mx +pN +pN +wm +wm +ja +ja +ja +ja +wm +wm +ja +ja +ja +ja +wm +ja +ja +KJ +KJ +ja +Xw +pN +pN +pN +mx +rp +ve +ja +gE +gE +Zf +ja +ja +hD +hD +hD +hD +hD +hD +"} +(31,1,1) = {" +hD +hD +ja +wm +ja +XL +Ih +mx +mx +WZ +mx +mx +wm +XL +XL +XL +XL +XL +XL +ja +wm +wm +ja +ja +ja +ja +ja +wm +mx +mx +mx +WZ +mx +mx +rp +ve +gE +gE +gC +ja +ja +ja +hD +hD +hD +hD +hD +hD +"} +(32,1,1) = {" +hD +hD +ja +wm +ja +XL +Ih +mx +Uy +VF +WX +mx +wm +MR +qJ +qJ +qJ +qJ +yG +gE +ja +wm +wm +ue +wm +wm +wm +wm +mx +hl +uf +eZ +eZ +mx +rp +ve +gE +gC +gC +gE +ja +hD +hD +hD +hD +hD +hD +hD +"} +(33,1,1) = {" +hD +hD +bV +wm +ja +XL +Ih +mx +WX +VF +WX +mx +ja +MR +ao +ao +ao +ao +vm +gE +gE +ja +fw +ue +wm +QI +QI +ja +mx +WE +UQ +pT +pT +mx +rp +ve +ja +Zf +gE +ja +ja +hD +hD +hD +hD +hD +hD +hD +"} +(34,1,1) = {" +hD +hD +JI +Zf +ww +XL +Ih +mx +Uy +VF +WX +mx +ja +MR +ao +ao +ao +ao +vm +ja +gE +gE +ja +ue +wm +QI +ja +ja +mx +ye +eF +cv +kD +mx +rp +ve +ja +Zf +ja +ja +hD +hD +hD +hD +hD +hD +hD +hD +"} +(35,1,1) = {" +hD +hD +JI +JI +ww +XL +Ih +mx +EH +sD +WX +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +mx +yc +qi +VF +mx +rp +ve +ja +ja +ja +hD +hD +hD +hD +hD +hD +hD +hD +hD +"} +(36,1,1) = {" +hD +hD +ww +ww +ww +XL +Ih +mx +mx +mx +mx +mx +Mc +Th +Th +Th +Th +Th +Th +Th +Th +Th +Th +Th +Th +Th +Th +Th +Mc +mx +mx +mx +ZS +mx +rp +ve +ja +ja +ja +hD +hD +hD +hD +hD +hD +hD +hD +hD +"} +(37,1,1) = {" +hD +hD +ja +ja +ja +XL +Ih +Th +Th +Th +Th +Th +Th +rp +xg +CA +CA +CA +CA +CA +CA +CA +CA +CA +CA +CA +CA +Ih +Th +Th +Th +Th +Th +Th +rp +ve +ja +ja +ja +hD +hD +hD +hD +hD +hD +hD +hD +hD +"} +(38,1,1) = {" +hD +hD +ja +ww +Zf +XL +CA +CA +CA +CA +CA +CA +CA +CA +XL +ja +ja +ja +wr +Zf +Zf +Zf +Zf +ja +ja +ja +XL +CA +CA +CA +CA +CA +CA +CA +CA +XL +ja +ja +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +"} +(39,1,1) = {" +hD +ja +ww +Me +Tr +ja +ja +ja +Tr +Tr +Zf +Zf +ja +ja +ja +ja +ja +ja +wr +wr +wr +wr +wr +ja +ja +ja +ja +ja +ja +ja +ja +ja +ja +ja +wm +ja +ja +ja +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +"} +(40,1,1) = {" +hD +ja +ww +Tr +ja +ja +ja +ja +ja +Tr +Tr +Zf +ja +ja +ja +wm +wm +ja +ja +ja +ja +wm +wm +ja +ja +ja +ja +ja +ja +ja +ja +ja +ja +wm +wm +ja +ja +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +"} +(41,1,1) = {" +ja +ja +hD +oP +wm +wm +ja +wm +wm +ja +Tr +Tr +ja +ja +ja +wm +wm +wm +ja +ja +ja +ja +wm +wm +wm +ja +ja +Zf +Tr +Tr +wr +wm +wm +wm +ja +ja +ja +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +"} +(42,1,1) = {" +hD +hD +hD +ja +ja +wm +wm +ja +wm +ja +ja +ja +ja +ja +ja +ja +ja +ja +ja +Tr +wr +ja +Tr +ja +ja +ja +Zf +Tr +Tr +wr +wr +ja +ja +ja +ja +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +"} +(43,1,1) = {" +hD +hD +hD +hD +ja +Zf +HQ +ES +wm +wm +ja +ja +wm +ja +ja +ja +ja +ja +Tr +Tr +wr +ja +Tr +Tr +wr +ja +Tr +Tr +wr +wr +ja +ja +ja +ja +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +"} +(44,1,1) = {" +hD +hD +hD +hD +hD +Zf +ww +fB +Zf +wm +wm +ja +wm +ja +ja +ja +ja +ja +Tr +tk +wr +ja +wr +tk +tk +ja +wr +wr +wr +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +"} +(45,1,1) = {" +hD +hD +hD +hD +hD +ja +ja +ja +ja +wm +wm +wm +wm +wr +Tr +Tr +ja +Tr +Tr +wr +wm +ja +wm +wm +ja +ja +ja +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +"} +(46,1,1) = {" +hD +hD +hD +hD +hD +hD +hD +hD +ja +ja +ja +ja +ja +wr +Tr +Tr +Tr +wr +wr +wr +ja +wm +wm +ja +ja +ja +ja +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +"} +(47,1,1) = {" +hD +hD +hD +hD +hD +hD +hD +hD +hD +ja +ja +ja +ja +wr +wr +Tr +JI +Tr +ja +ja +ja +ja +ja +ja +ja +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +"} +(48,1,1) = {" +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +ja +ww +jG +JI +Tr +ja +ja +ja +ja +ja +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +hD +"} diff --git a/_maps/RandomRuins/BeachRuins/beach_pirate_crash.dmm b/_maps/RandomRuins/BeachRuins/beach_pirate_crash.dmm index 2b2479ffe0fb..e47ffa92a5e9 100644 --- a/_maps/RandomRuins/BeachRuins/beach_pirate_crash.dmm +++ b/_maps/RandomRuins/BeachRuins/beach_pirate_crash.dmm @@ -385,7 +385,10 @@ }, /area/overmap_encounter/planetoid/beachplanet/explored) "jE" = ( -/mob/living/simple_animal/hostile/human/frontier/ranged/mosin/neutered, +/mob/living/simple_animal/hostile/human/pirate/ranged{ + environment_smash = 0; + faction = list("pirate","mining") + }, /turf/open/floor/plating/rust, /area/overmap_encounter/planetoid/cave/explored) "jT" = ( @@ -519,10 +522,13 @@ /obj/structure/cable{ icon_state = "1-4" }, +/mob/living/simple_animal/hostile/human/pirate/melee{ + environment_smash = 0; + faction = list("pirate","mining") + }, /obj/structure/cable{ icon_state = "4-8" }, -/mob/living/simple_animal/hostile/human/frontier, /turf/open/floor/plating, /area/ruin/beach/piratecrash/storage) "nQ" = ( @@ -1100,7 +1106,6 @@ icon_state = "0-2" }, /obj/effect/decal/cleanable/dirt/dust, -/mob/living/simple_animal/hostile/human/frontier, /turf/open/floor/plating, /area/ruin/beach/piratecrash/shuttle) "GS" = ( @@ -1368,7 +1373,7 @@ /obj/machinery/porta_turret/syndicate/pod{ desc = "A turret built with substandard parts and run down further with age. Still capable of delivering lethal lasers to the odd space carp, but not much else."; dir = 8; - faction = list("Frontiersmen"); + faction = list("Syndicate","pirate"); lethal_projectile = /obj/projectile/beam/weak/penetrator; lethal_projectile_sound = 'sound/weapons/plasma_cutter.ogg'; name = "laser turret" @@ -1503,7 +1508,10 @@ /turf/open/floor/plating/asteroid/sand/lit, /area/overmap_encounter/planetoid/cave/explored) "Vc" = ( -/mob/living/simple_animal/hostile/human/frontier, +/mob/living/simple_animal/hostile/human/pirate/melee{ + environment_smash = 0; + faction = list("pirate","mining") + }, /turf/open/floor/plating/asteroid/sand/lit, /area/overmap_encounter/planetoid/cave/explored) "Vh" = ( diff --git a/_maps/RandomRuins/BeachRuins/beach_treasure_cove.dmm b/_maps/RandomRuins/BeachRuins/beach_treasure_cove.dmm index 0f122c15c94b..e97a926aec6b 100644 --- a/_maps/RandomRuins/BeachRuins/beach_treasure_cove.dmm +++ b/_maps/RandomRuins/BeachRuins/beach_treasure_cove.dmm @@ -417,7 +417,7 @@ }, /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/dirt/dust, -/mob/living/simple_animal/hostile/human/frontier/ranged/mosin/neutered, +/mob/living/simple_animal/hostile/human/pirate/ranged/space, /turf/open/floor/wood, /area/ruin/beach/treasure_cove) "oR" = ( @@ -970,12 +970,12 @@ dir = 8 }, /obj/effect/decal/cleanable/dirt/dust, -/mob/living/simple_animal/hostile/human/frontier, +/mob/living/simple_animal/hostile/human/pirate/melee, /turf/open/floor/plating/dirt/jungle/lit, /area/ruin/beach/treasure_cove) "EU" = ( /obj/effect/decal/cleanable/dirt/dust, -/mob/living/simple_animal/hostile/human/frontier, +/mob/living/simple_animal/hostile/human/pirate/melee, /turf/open/floor/plating/dirt/jungle/lit, /area/ruin/beach/treasure_cove) "Gm" = ( @@ -1301,7 +1301,7 @@ /obj/structure/chair/wood{ dir = 8 }, -/mob/living/simple_animal/hostile/human/frontier/ranged/officer/neutured, +/mob/living/simple_animal/hostile/human/pirate/ranged, /turf/open/floor/carpet/red, /area/ruin/beach/treasure_cove) "SX" = ( diff --git a/_maps/RandomRuins/IceRuins/icemoon_surface_corporate_rejects.dmm b/_maps/RandomRuins/IceRuins/icemoon_surface_corporate_rejects.dmm new file mode 100644 index 000000000000..c48664ffdcf3 --- /dev/null +++ b/_maps/RandomRuins/IceRuins/icemoon_surface_corporate_rejects.dmm @@ -0,0 +1,3668 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aF" = ( +/obj/structure/rack, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/window/westright, +/obj/item/multitool/old, +/obj/item/weldingtool/old, +/obj/item/wrench/old, +/obj/item/screwdriver/old, +/obj/item/crowbar/old, +/obj/item/stack/cable_coil/yellow, +/obj/item/wirecutters/old, +/obj/item/analyzer, +/turf/open/floor/plasteel/mono, +/area/ruin/unpowered/corprejectengineering) +"aQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/turf/closed/wall/r_wall, +/area/ruin/unpowered/corprejectrooms) +"aR" = ( +/obj/structure/cable/blue{ + icon_state = "0-6" + }, +/obj/structure/cable/blue{ + icon_state = "6-8" + }, +/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters, +/turf/open/floor/plating, +/area/ruin/unpowered/corprejectvault) +"bI" = ( +/obj/machinery/power/smes/magical{ + desc = "A high-capacity superconducting magnetic energy storage (SMES) unit."; + input_level = 200000; + name = "power storage unit"; + output_level = 200000 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable/blue{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/corprejectengineering) +"ce" = ( +/obj/structure/cable/blue{ + icon_state = "2-9" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plasteel/sepia, +/area/ruin/unpowered/corprejectrooms) +"cl" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/corprejectengineering) +"cF" = ( +/obj/structure/mecha_wreckage/reticence, +/turf/open/floor/mech_bay_recharge_floor, +/area/ruin/unpowered/corprejectengineering) +"cK" = ( +/obj/machinery/power/port_gen/pacman/mrs, +/obj/structure/cable/blue{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel/mono, +/area/ruin/unpowered/corprejectengineering) +"cN" = ( +/obj/structure/safe/floor, +/obj/item/hand_tele, +/obj/item/stack/sheet/mineral/hidden/hellstone, +/obj/item/stack/sheet/mineral/hidden/hellstone, +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/ruin/unpowered/corprejectrooms) +"cP" = ( +/obj/structure/cable/blue{ + icon_state = "0-10" + }, +/obj/structure/cable/blue{ + icon_state = "4-10" + }, +/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/machinery/door/poddoor/shutters, +/turf/open/floor/plating, +/area/ruin/unpowered/corprejectvault) +"dq" = ( +/obj/structure/table/glass, +/obj/item/table_bell/brass, +/turf/open/floor/wood, +/area/ruin/unpowered/corprejectrooms) +"dt" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/donut_box, +/obj/item/storage/box/evidence, +/obj/item/storage/box/bodybags, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/unpowered/corprejectrooms) +"dw" = ( +/obj/structure/cable/blue{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/plating/catwalk_floor, +/area/ruin/unpowered/corprejectrooms) +"dG" = ( +/obj/effect/turf_decal/corner/opaque/white/diagonal, +/obj/structure/sink{ + dir = 8; + pixel_x = 12 + }, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/ruin/unpowered/corprejectrooms) +"dO" = ( +/obj/structure/fence, +/obj/structure/cable/blue{ + icon_state = "1-10" + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/unpowered/corprejectrooms) +"ed" = ( +/obj/structure/table/glass, +/obj/item/paper/pamphlet/violent_video_games, +/obj/item/paper/pamphlet/ruin/spacehotel, +/turf/open/floor/wood, +/area/ruin/unpowered/corprejectrooms) +"em" = ( +/obj/machinery/door/window{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/ruin/unpowered/corprejectrooms) +"eK" = ( +/obj/structure/cable/blue{ + icon_state = "2-9" + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/unpowered/corprejectrooms) +"eW" = ( +/obj/structure/cable/blue{ + icon_state = "6-9" + }, +/obj/structure/cable/blue{ + icon_state = "0-9" + }, +/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/corprejectvault) +"ff" = ( +/obj/structure/flora/grass/brown, +/mob/living/simple_animal/hostile/viscerator{ + faction = list("DeserterNT"); + name = "Sable" + }, +/mob/living/simple_animal/hostile/viscerator{ + faction = list("DeserterNT"); + name = "Mabel" + }, +/mob/living/simple_animal/hostile/viscerator{ + faction = list("DeserterNT"); + name = "Labelle" + }, +/mob/living/simple_animal/hostile/viscerator{ + faction = list("DeserterNT"); + name = "Isabelle" + }, +/mob/living/simple_animal/bot/secbot/ed209/rockplanet{ + faction = list("DeserterNT"); + name = "Jamie" + }, +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/ruin/unpowered/corprejectrooms) +"fE" = ( +/obj/structure/chair, +/obj/machinery/light/directional/north, +/turf/open/floor/wood, +/area/ruin/unpowered/corprejectrooms) +"fH" = ( +/obj/machinery/light/directional/south, +/turf/open/floor/wood, +/area/ruin/unpowered/corprejectrooms) +"fN" = ( +/obj/structure/cable/blue{ + icon_state = "6-8" + }, +/obj/structure/cable/blue{ + icon_state = "5-8" + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/corprejectengineering) +"fS" = ( +/obj/structure/rack, +/obj/item/gun/medbeam, +/turf/open/floor/vault, +/area/ruin/unpowered/corprejectvault) +"fX" = ( +/obj/structure/cable/blue{ + icon_state = "8-10" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/sepia, +/area/ruin/unpowered/corprejectrooms) +"gd" = ( +/obj/structure/cable/blue{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plating/catwalk_floor, +/area/ruin/unpowered/corprejectrooms) +"gg" = ( +/obj/structure/cable/blue{ + icon_state = "6-10" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/sepia, +/area/ruin/unpowered/corprejectrooms) +"gB" = ( +/obj/structure/cable/blue{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/plating/catwalk_floor, +/area/ruin/unpowered/corprejectrooms) +"gL" = ( +/obj/machinery/light/directional/south, +/obj/structure/cable/blue{ + icon_state = "5-8" + }, +/turf/open/floor/wood, +/area/ruin/unpowered/corprejectrooms) +"gT" = ( +/obj/item/ammo_casing/shotgun/incendiary{ + pixel_y = 10 + }, +/obj/structure/cable/blue{ + icon_state = "1-5" + }, +/turf/open/floor/vault, +/area/ruin/unpowered/corprejectvault) +"hn" = ( +/turf/closed/wall/r_wall, +/area/ruin/unpowered/corprejectrooms) +"hu" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/corprejectengineering) +"hz" = ( +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/unpowered/corprejectrooms) +"hG" = ( +/obj/structure/cable/blue{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/corprejectengineering) +"hV" = ( +/turf/open/floor/vault, +/area/ruin/unpowered/corprejectrooms) +"io" = ( +/obj/structure/closet/wall/red/directional/west, +/obj/item/keycard/office{ + desc = "Only Elite level employees are authorized to handle this keycard. All other employees may face termination if found in possession."; + name = "Vault Card"; + puzzle_id = "NTB5" + }, +/turf/open/floor/vault, +/area/ruin/unpowered/corprejectrooms) +"iu" = ( +/obj/structure/cable/blue{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/door/keycard{ + name = "Vault Unit Gamma"; + puzzle_id = "NTB5" + }, +/turf/open/floor/vault, +/area/ruin/unpowered/corprejectvault) +"iX" = ( +/obj/structure/cable/blue{ + icon_state = "6-8" + }, +/obj/structure/cable/blue{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/obj/machinery/door/poddoor/shutters, +/turf/open/floor/plating, +/area/ruin/unpowered/corprejectvault) +"ja" = ( +/obj/structure/cable/blue{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/door/keycard{ + name = "WorkSpaces"; + puzzle_id = "NTB3" + }, +/turf/open/floor/plasteel/sepia, +/area/ruin/unpowered/corprejectrooms) +"jd" = ( +/obj/structure/cable/blue{ + icon_state = "4-10" + }, +/turf/open/floor/vault, +/area/ruin/unpowered/corprejectrooms) +"jy" = ( +/mob/living/simple_animal/bot/secbot/ed209/rockplanet{ + faction = list("DeserterNT"); + name = "Jimmothy" + }, +/turf/open/floor/vault, +/area/ruin/unpowered/corprejectvault) +"jY" = ( +/obj/effect/turf_decal/corner/opaque/white/diagonal, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable/blue{ + icon_state = "0-8" + }, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/ruin/unpowered/corprejectrooms) +"kq" = ( +/obj/structure/cable/blue{ + icon_state = "9-10" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plasteel/sepia, +/area/ruin/unpowered/corprejectrooms) +"kF" = ( +/obj/structure/cable/blue{ + icon_state = "5-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/corprejectengineering) +"kY" = ( +/obj/effect/turf_decal/corner/opaque/white/diagonal, +/obj/structure/table/optable, +/obj/machinery/light/directional/north, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/ruin/unpowered/corprejectrooms) +"la" = ( +/obj/structure/cable/blue{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/door/keycard{ + name = "Engineering and Sciences"; + puzzle_id = "NTB3" + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/corprejectengineering) +"lc" = ( +/obj/machinery/atmospherics/components/unary/tank/air{ + dir = 4; + piping_layer = 4 + }, +/turf/open/floor/plasteel/patterned/ridged, +/area/ruin/unpowered/corprejectengineering) +"le" = ( +/obj/structure/barricade/sandbags, +/turf/open/floor/vault, +/area/ruin/unpowered/corprejectrooms) +"lj" = ( +/obj/structure/mecha_wreckage/ripley/mkii, +/obj/machinery/light/directional/east, +/turf/open/floor/mech_bay_recharge_floor, +/area/ruin/unpowered/corprejectengineering) +"lk" = ( +/turf/closed/mineral/snowmountain/icemoon, +/area/ruin/unpowered/corprejectrooms) +"lF" = ( +/obj/structure/mecha_wreckage/honker/dark, +/obj/machinery/light/directional/east, +/turf/open/floor/mech_bay_recharge_floor, +/area/ruin/unpowered/corprejectengineering) +"lL" = ( +/obj/effect/turf_decal/corner/opaque/white/diagonal, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/ruin/unpowered/corprejectrooms) +"lM" = ( +/obj/machinery/autolathe/hacked, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/corprejectengineering) +"mt" = ( +/obj/structure/cable/blue{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/plating/catwalk_floor, +/area/ruin/unpowered/corprejectrooms) +"mN" = ( +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/structure/cable/blue, +/obj/structure/cable/blue{ + icon_state = "2-10" + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/corprejectengineering) +"mU" = ( +/obj/effect/turf_decal/corner/opaque/white/diagonal, +/obj/structure/cable/blue{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/ruin/unpowered/corprejectrooms) +"nb" = ( +/obj/structure/cable/blue{ + icon_state = "4-8" + }, +/turf/open/floor/vault, +/area/ruin/unpowered/corprejectrooms) +"nk" = ( +/obj/structure/cable/blue{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 9 + }, +/mob/living/simple_animal/hostile/human/nanotrasen/ranged/assault{ + desc = "No longer a member of Nanotrasen's more militaristic forces. Seems grumpy."; + faction = list("DeserterNT"); + name = "Benny Bleighch" + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/corprejectengineering) +"nl" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/corprejectengineering) +"nN" = ( +/obj/structure/rack, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/westright{ + dir = 4 + }, +/obj/item/storage/toolbox/emergency/old, +/turf/open/floor/plasteel/mono, +/area/ruin/unpowered/corprejectengineering) +"nW" = ( +/obj/structure/cable/blue{ + icon_state = "1-10" + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/corprejectengineering) +"nX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/ruin/unpowered/corprejectengineering) +"nZ" = ( +/obj/structure/fence, +/turf/open/floor/vault, +/area/ruin/unpowered/corprejectrooms) +"or" = ( +/mob/living/simple_animal/hostile/human/nanotrasen/elite{ + desc = "A former major player for Nanotrasen militaristic needs. He doesn't seem like someone who'd want to talk over tea."; + faction = list("DeserterNT"); + name = "Sam the Sharp" + }, +/obj/machinery/light/directional/north, +/turf/open/floor/vault, +/area/ruin/unpowered/corprejectrooms) +"ou" = ( +/obj/structure/rack, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/window/westright, +/obj/item/clothing/gloves/color/fyellow, +/obj/item/clothing/gloves/color/yellow, +/turf/open/floor/plasteel/mono, +/area/ruin/unpowered/corprejectengineering) +"oB" = ( +/obj/structure/curtain/cloth/fancy, +/turf/open/floor/carpet/lone, +/area/ruin/unpowered/corprejectrooms) +"oF" = ( +/obj/structure/chair/stool/bar, +/turf/open/floor/plasteel/grimy, +/area/ruin/unpowered/corprejectrooms) +"oP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/unpowered/corprejectrooms) +"pd" = ( +/obj/structure/cable/blue{ + icon_state = "2-5" + }, +/obj/structure/cable/blue{ + icon_state = "0-5" + }, +/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/corprejectvault) +"ph" = ( +/obj/structure/cable/blue{ + icon_state = "2-9" + }, +/obj/structure/cable/blue{ + icon_state = "0-9" + }, +/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/corprejectvault) +"pi" = ( +/obj/structure/fence/door{ + dir = 4 + }, +/obj/structure/cable/blue{ + icon_state = "4-8" + }, +/turf/open/floor/vault, +/area/ruin/unpowered/corprejectrooms) +"px" = ( +/obj/structure/cable/blue{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plasteel/sepia, +/area/ruin/unpowered/corprejectrooms) +"pz" = ( +/mob/living/simple_animal/bot/secbot/ed209/rockplanet{ + faction = list("DeserterNT"); + name = "Jordan" + }, +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/ruin/unpowered/corprejectrooms) +"pD" = ( +/obj/structure/table/wood/poker, +/obj/structure/cable/blue{ + icon_state = "4-10" + }, +/obj/structure/cable/blue{ + icon_state = "4-5" + }, +/turf/open/floor/plasteel/grimy, +/area/ruin/unpowered/corprejectrooms) +"pE" = ( +/obj/structure/cable/blue{ + icon_state = "1-2" + }, +/obj/structure/cable/blue, +/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/corprejectvault) +"qe" = ( +/obj/structure/cable/blue{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/door/keycard{ + name = "Vault Access"; + puzzle_id = "NTB5" + }, +/turf/open/floor/vault, +/area/ruin/unpowered/corprejectrooms) +"qw" = ( +/obj/structure/cable/blue{ + icon_state = "1-2" + }, +/obj/structure/cable/blue, +/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/corprejectvault) +"qO" = ( +/obj/structure/sign/departments/medbay, +/turf/closed/wall/r_wall, +/area/ruin/unpowered/corprejectrooms) +"qT" = ( +/obj/structure/cable/blue{ + icon_state = "1-6" + }, +/obj/structure/cable/blue, +/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/structure/window/reinforced/tinted, +/obj/machinery/door/poddoor/shutters{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/corprejectvault) +"rH" = ( +/obj/effect/turf_decal/corner/opaque/white/diagonal, +/obj/machinery/vending/wallmed{ + pixel_x = -25 + }, +/obj/structure/cable/blue{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/ruin/unpowered/corprejectrooms) +"rW" = ( +/obj/structure/cable/blue{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/door/keycard{ + name = "Employees Only"; + puzzle_id = "NTB2" + }, +/turf/open/floor/wood, +/area/ruin/unpowered/corprejectrooms) +"sG" = ( +/obj/effect/turf_decal/corner/opaque/white/diagonal, +/obj/structure/cable/blue{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/light/directional/west, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/ruin/unpowered/corprejectrooms) +"tb" = ( +/obj/effect/turf_decal/corner/opaque/white/diagonal, +/mob/living/simple_animal/hostile/human/nanotrasen/ranged/smg{ + desc = "An officer no longer part of Nanotrasen's private security force, he seems rather unpleased to meet you."; + faction = list("DeserterNT"); + name = "Rebecca Slouch" + }, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/ruin/unpowered/corprejectrooms) +"tD" = ( +/obj/structure/cable/blue{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/unpowered/corprejectrooms) +"tI" = ( +/obj/effect/turf_decal/corner/opaque/white/diagonal, +/obj/item/bedsheet/medical, +/obj/structure/bed, +/obj/structure/curtain, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/ruin/unpowered/corprejectrooms) +"tM" = ( +/obj/effect/turf_decal/corner/opaque/white/diagonal, +/obj/machinery/vending/wallmed{ + pixel_x = 25 + }, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/ruin/unpowered/corprejectrooms) +"tN" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/grille, +/turf/open/floor/plating, +/area/ruin/unpowered/corprejectrooms) +"ue" = ( +/obj/structure/table/reinforced, +/obj/item/gun/energy/disabler, +/obj/item/restraints/handcuffs, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/unpowered/corprejectrooms) +"um" = ( +/obj/structure/cable/blue{ + icon_state = "1-10" + }, +/obj/structure/cable/blue, +/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/structure/window/reinforced/tinted, +/obj/machinery/door/poddoor/shutters{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/corprejectvault) +"uE" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/keycard{ + name = "Nanotrasen Secure Solutions"; + puzzle_id = "NTB1" + }, +/turf/open/floor/wood, +/area/ruin/unpowered/corprejectrooms) +"uN" = ( +/obj/structure/cable/blue{ + icon_state = "6-9" + }, +/obj/structure/cable/blue{ + icon_state = "0-9" + }, +/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/structure/window/reinforced/tinted, +/obj/machinery/door/poddoor/shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/corprejectvault) +"uO" = ( +/obj/structure/cable/blue{ + icon_state = "5-10" + }, +/obj/structure/cable/blue{ + icon_state = "0-5" + }, +/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/structure/window/reinforced/tinted, +/obj/machinery/door/poddoor/shutters{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/corprejectvault) +"vl" = ( +/obj/machinery/vending/cola/pwr_game, +/turf/open/floor/plasteel/sepia, +/area/ruin/unpowered/corprejectrooms) +"vv" = ( +/obj/structure/cable/blue{ + icon_state = "5-8" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/sepia, +/area/ruin/unpowered/corprejectrooms) +"vP" = ( +/obj/structure/bed, +/obj/item/bedsheet/dorms, +/turf/open/floor/carpet/lone, +/area/ruin/unpowered/corprejectrooms) +"wl" = ( +/obj/structure/cable/blue{ + icon_state = "4-8" + }, +/obj/structure/cable/blue{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, +/obj/structure/window/reinforced/tinted, +/obj/machinery/door/poddoor/shutters, +/turf/open/floor/plating, +/area/ruin/unpowered/corprejectvault) +"wo" = ( +/obj/structure/flora/tree/pine, +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/ruin/unpowered/corprejectrooms) +"ws" = ( +/obj/structure/cable/blue{ + icon_state = "4-8" + }, +/obj/structure/cable/blue{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, +/obj/structure/window/reinforced/tinted, +/obj/machinery/door/poddoor/shutters, +/turf/open/floor/plating, +/area/ruin/unpowered/corprejectvault) +"wy" = ( +/obj/structure/cable/blue{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plating/catwalk_floor, +/area/ruin/unpowered/corprejectrooms) +"wB" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/snacks/donut/trumpet, +/obj/item/reagent_containers/food/snacks/donut/matcha, +/obj/item/reagent_containers/food/snacks/donut/laugh, +/obj/item/reagent_containers/food/snacks/donut/jelly/choco, +/obj/item/reagent_containers/food/snacks/donut/jelly/apple, +/obj/item/reagent_containers/food/snacks/donut/chaos, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/unpowered/corprejectrooms) +"wE" = ( +/obj/structure/closet/emcloset, +/obj/machinery/light/directional/west, +/turf/open/floor/plasteel/sepia, +/area/ruin/unpowered/corprejectrooms) +"xf" = ( +/obj/structure/cable/blue{ + icon_state = "5-8" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/unpowered/corprejectrooms) +"xp" = ( +/obj/structure/cable/blue{ + icon_state = "2-10" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/wood, +/area/ruin/unpowered/corprejectrooms) +"xq" = ( +/obj/structure/chair, +/turf/open/floor/wood, +/area/ruin/unpowered/corprejectrooms) +"xX" = ( +/obj/machinery/vending/wardrobe, +/turf/open/floor/plasteel/sepia, +/area/ruin/unpowered/corprejectrooms) +"ya" = ( +/obj/structure/rack, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/window/westright, +/obj/item/storage/belt, +/obj/item/keycard/swordfish{ + desc = "Nanotrasen Corporate Security Solutions, no place safer in the galaxy!"; + name = "Secure Solutions Card"; + puzzle_id = "NTB4" + }, +/turf/open/floor/plasteel/mono, +/area/ruin/unpowered/corprejectengineering) +"yd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/mob/living/simple_animal/bot/secbot/ed209/rockplanet{ + faction = list("DeserterNT"); + name = "Jerry" + }, +/turf/open/floor/plasteel/sepia, +/area/ruin/unpowered/corprejectrooms) +"yf" = ( +/obj/structure/cable/blue{ + icon_state = "5-8" + }, +/obj/structure/cable/blue{ + icon_state = "0-5" + }, +/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, +/obj/structure/window/reinforced/tinted, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters, +/turf/open/floor/plating, +/area/ruin/unpowered/corprejectvault) +"yo" = ( +/obj/structure/table/glass, +/obj/item/pen, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/wood, +/area/ruin/unpowered/corprejectrooms) +"yp" = ( +/turf/open/floor/wood, +/area/ruin/unpowered/corprejectrooms) +"yy" = ( +/obj/item/restraints/legcuffs/beartrap{ + armed = 1 + }, +/obj/machinery/door/window, +/obj/structure/cable/blue{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable/blue{ + icon_state = "9-10" + }, +/obj/structure/cable/blue{ + icon_state = "5-6" + }, +/turf/open/floor/vault, +/area/ruin/unpowered/corprejectvault) +"yD" = ( +/obj/item/keycard/entry{ + desc = "Nanotrasen Corporate Security Solutions, no place safer in the galaxy!"; + name = "Keycard to NT Secure Solutions"; + puzzle_id = "NTB1" + }, +/turf/open/floor/plating/snowed/temperatre, +/area/ruin/unpowered/corprejectrooms) +"yI" = ( +/obj/machinery/vending/sustenance, +/turf/open/floor/plasteel/sepia, +/area/ruin/unpowered/corprejectrooms) +"yK" = ( +/obj/structure/chair/stool/bar, +/obj/structure/cable/blue{ + icon_state = "4-9" + }, +/mob/living/simple_animal/hostile/human/nanotrasen/ranged/smg{ + desc = "An officer no longer part of Nanotrasen's private security force, he seems rather unpleased to meet you."; + faction = list("DeserterNT"); + name = "Gloria the Glorious" + }, +/turf/open/floor/plasteel/grimy, +/area/ruin/unpowered/corprejectrooms) +"yO" = ( +/obj/structure/cable/blue{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/mob/living/simple_animal/hostile/viscerator{ + faction = list("DeserterNT"); + name = "Mia" + }, +/turf/open/floor/plating/catwalk_floor, +/area/ruin/unpowered/corprejectrooms) +"yS" = ( +/obj/structure/fence/door, +/obj/structure/cable/blue{ + icon_state = "6-10" + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/unpowered/corprejectrooms) +"za" = ( +/obj/structure/cable/blue{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/plating/catwalk_floor, +/area/ruin/unpowered/corprejectrooms) +"zc" = ( +/obj/structure/chair{ + dir = 8 + }, +/mob/living/simple_animal/hostile/human/nanotrasen/screaming{ + desc = "An officer no longer part of Nanotrasen's private security force, he seems rather unpleased to meet you."; + faction = list("DeserterNT"); + name = "Jimmy Firecracker" + }, +/turf/open/floor/wood, +/area/ruin/unpowered/corprejectrooms) +"zh" = ( +/obj/structure/table/wood/poker, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/cable/blue{ + icon_state = "6-8" + }, +/obj/item/keycard/stockroom{ + desc = "Nanotrasen Corporate Security Solutions, no place safer in the galaxy!"; + name = "Science and Medine Workspaces Card"; + puzzle_id = "NTB3" + }, +/turf/open/floor/plasteel/grimy, +/area/ruin/unpowered/corprejectrooms) +"zz" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/drinks/shaker, +/obj/item/storage/box/drinkingglasses, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/ruin/unpowered/corprejectrooms) +"zM" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer2{ + dir = 1 + }, +/turf/open/floor/plating/catwalk_floor, +/area/ruin/unpowered/corprejectrooms) +"Aj" = ( +/obj/structure/cable/blue{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/mob/living/simple_animal/hostile/viscerator{ + faction = list("DeserterNT"); + name = "Lu Bu" + }, +/obj/machinery/light/directional/east, +/turf/open/floor/plating/catwalk_floor, +/area/ruin/unpowered/corprejectrooms) +"Al" = ( +/turf/template_noop, +/area/template_noop) +"At" = ( +/obj/structure/closet/secure_closet/evidence, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/unpowered/corprejectrooms) +"AT" = ( +/obj/structure/fence, +/obj/structure/cable/blue{ + icon_state = "2-6" + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/unpowered/corprejectrooms) +"Bb" = ( +/obj/structure/bed, +/obj/item/bedsheet/patriot, +/turf/open/floor/carpet/lone, +/area/ruin/unpowered/corprejectrooms) +"Bl" = ( +/obj/structure/chair/stool/bar, +/obj/structure/cable/blue{ + icon_state = "8-9" + }, +/turf/open/floor/plasteel/grimy, +/area/ruin/unpowered/corprejectrooms) +"Bo" = ( +/obj/structure/cable/blue{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/door/keycard{ + name = "Medical and Solutions"; + puzzle_id = "NTB3" + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/corprejectengineering) +"BM" = ( +/obj/structure/cable/blue{ + icon_state = "4-10" + }, +/obj/structure/cable/blue{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/door/keycard{ + name = "Secure Solutions"; + puzzle_id = "NTB4" + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/unpowered/corprejectrooms) +"Cm" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable/blue{ + icon_state = "1-5" + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/corprejectengineering) +"Cv" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable/blue{ + icon_state = "0-5" + }, +/obj/machinery/light/directional/south, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/unpowered/corprejectrooms) +"CA" = ( +/obj/structure/table/reinforced, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/launcher/punching_glove, +/obj/item/mmi/posibrain, +/obj/item/mmi, +/obj/item/circuitboard/mecha/honker/main, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/corprejectengineering) +"CS" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/structure/filingcabinet, +/obj/item/folder/documents{ + name = "folder- 'EGREGORE PROJECT'" + }, +/turf/open/floor/vault, +/area/ruin/unpowered/corprejectvault) +"CU" = ( +/obj/item/gun/ballistic/shotgun/automatic/combat, +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/mob_spawn/human/corpse/nanotrasensoldier{ + name = "Alfred Ososs" + }, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/old, +/obj/structure/cable/blue{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/vault, +/area/ruin/unpowered/corprejectvault) +"Dh" = ( +/obj/structure/cable/blue{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/mob/living/simple_animal/hostile/viscerator{ + faction = list("DeserterNT"); + name = "Olivia" + }, +/turf/open/floor/plating/catwalk_floor, +/area/ruin/unpowered/corprejectrooms) +"Di" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/wood, +/area/ruin/unpowered/corprejectrooms) +"Dl" = ( +/obj/structure/cable/blue{ + icon_state = "2-4" + }, +/obj/structure/cable/blue{ + icon_state = "2-8" + }, +/obj/structure/cable/blue{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/corprejectengineering) +"Dx" = ( +/obj/item/ammo_casing/shotgun/dragonsbreath{ + pixel_x = -7; + pixel_y = 11 + }, +/obj/item/ammo_casing/shotgun/dragonsbreath{ + pixel_y = 6 + }, +/obj/structure/cable/blue{ + icon_state = "1-9" + }, +/turf/open/floor/vault, +/area/ruin/unpowered/corprejectvault) +"DS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plasteel/sepia, +/area/ruin/unpowered/corprejectrooms) +"DV" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/ruin/unpowered/corprejectrooms) +"En" = ( +/obj/item/gun/ballistic/automatic/smg/proto, +/obj/structure/rack, +/turf/open/floor/vault, +/area/ruin/unpowered/corprejectvault) +"Er" = ( +/obj/structure/cable/blue{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/door/keycard{ + name = "Break Room"; + puzzle_id = "NTB2" + }, +/turf/open/floor/plasteel/sepia, +/area/ruin/unpowered/corprejectrooms) +"Ev" = ( +/turf/closed/wall/r_wall, +/area/ruin/unpowered/corprejectvault) +"EA" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/drinks/beer/fullupgrade{ + dir = 1 + }, +/obj/structure/cable/blue{ + icon_state = "4-9" + }, +/obj/machinery/light/directional/south, +/turf/open/floor/plasteel/grimy, +/area/ruin/unpowered/corprejectrooms) +"EJ" = ( +/obj/structure/cable/blue{ + icon_state = "5-10" + }, +/obj/structure/cable/blue{ + icon_state = "0-5" + }, +/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/corprejectvault) +"EL" = ( +/obj/structure/cable/blue{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plating/catwalk_floor, +/area/ruin/unpowered/corprejectrooms) +"Fa" = ( +/obj/structure/closet/firecloset/wall/directional/north, +/obj/structure/cable/blue{ + icon_state = "5-6" + }, +/turf/open/floor/plasteel/sepia, +/area/ruin/unpowered/corprejectrooms) +"Fz" = ( +/obj/structure/cable/blue{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/light/directional/west, +/turf/open/floor/plating/catwalk_floor, +/area/ruin/unpowered/corprejectrooms) +"FI" = ( +/obj/structure/sign/barsign, +/turf/closed/wall/r_wall, +/area/ruin/unpowered/corprejectrooms) +"FW" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/sepia, +/area/ruin/unpowered/corprejectrooms) +"FZ" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/plasteel/sepia, +/area/ruin/unpowered/corprejectrooms) +"Gb" = ( +/obj/structure/table/glass, +/obj/item/paper_bin/construction, +/turf/open/floor/wood, +/area/ruin/unpowered/corprejectrooms) +"Ge" = ( +/obj/structure/cable/blue{ + icon_state = "2-5" + }, +/turf/open/floor/vault, +/area/ruin/unpowered/corprejectvault) +"GN" = ( +/obj/structure/sign/poster/contraband/donut_corp, +/turf/closed/wall/r_wall, +/area/ruin/unpowered/corprejectrooms) +"GX" = ( +/obj/structure/table/wood/poker, +/turf/open/floor/plasteel/grimy, +/area/ruin/unpowered/corprejectrooms) +"Hs" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable/blue{ + icon_state = "0-9" + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/corprejectengineering) +"Hw" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/drinks/fullupgrade{ + dir = 1 + }, +/obj/structure/cable/blue{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/grimy, +/area/ruin/unpowered/corprejectrooms) +"Hz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/door/window{ + dir = 1; + req_access = null; + req_one_access = null; + req_one_access_txt = "55" + }, +/turf/open/floor/wood, +/area/ruin/unpowered/corprejectrooms) +"HX" = ( +/obj/effect/turf_decal/corner/opaque/white/diagonal, +/obj/structure/cable/blue{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/door/keycard{ + name = "Secure Solutions"; + puzzle_id = "NTB4" + }, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/ruin/unpowered/corprejectrooms) +"HY" = ( +/obj/structure/flora/grass/brown, +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/ruin/unpowered/corprejectrooms) +"Ie" = ( +/obj/effect/turf_decal/corner/opaque/white/diagonal, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/ruin/unpowered/corprejectrooms) +"Ik" = ( +/obj/structure/fence{ + dir = 4 + }, +/obj/structure/cable/blue{ + icon_state = "1-2" + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/unpowered/corprejectrooms) +"Is" = ( +/obj/item/ammo_casing/shotgun/incendiary, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/vault, +/area/ruin/unpowered/corprejectvault) +"It" = ( +/obj/item/ammo_casing/shotgun/buckshot{ + pixel_x = 10; + pixel_y = 4 + }, +/obj/item/ammo_casing/shotgun/buckshot{ + pixel_x = -9 + }, +/obj/structure/cable/blue{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/vault, +/area/ruin/unpowered/corprejectvault) +"Iy" = ( +/obj/effect/turf_decal/corner/opaque/white/diagonal, +/obj/structure/bedsheetbin, +/obj/item/roller, +/obj/item/roller, +/obj/structure/cable/blue{ + icon_state = "4-10" + }, +/obj/structure/table/reinforced, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/ruin/unpowered/corprejectrooms) +"IE" = ( +/obj/structure/rack, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/westright{ + dir = 4 + }, +/obj/item/storage/toolbox/mechanical/old/heirloom, +/turf/open/floor/plasteel/mono, +/area/ruin/unpowered/corprejectengineering) +"II" = ( +/obj/item/skub, +/turf/open/floor/plating/catwalk_floor, +/area/ruin/unpowered/corprejectrooms) +"IL" = ( +/obj/structure/cable/blue{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/wood, +/area/ruin/unpowered/corprejectrooms) +"IU" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/wood, +/area/ruin/unpowered/corprejectrooms) +"Jk" = ( +/obj/item/ammo_casing/shotgun/laserscatter{ + pixel_x = 10 + }, +/obj/item/ammo_casing/shotgun/laserscatter{ + pixel_y = 7 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/vault, +/area/ruin/unpowered/corprejectvault) +"Kg" = ( +/obj/structure/cable/blue{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/corprejectengineering) +"Kk" = ( +/obj/structure/bed, +/obj/effect/mob_spawn/human/clown/corpse, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/unpowered/corprejectrooms) +"Kn" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable/blue, +/mob/living/simple_animal/bot/secbot/ed209/rockplanet{ + faction = list("DeserterNT"); + name = "Dell" + }, +/turf/open/floor/vault, +/area/ruin/unpowered/corprejectvault) +"Ku" = ( +/obj/item/poster/random_official, +/obj/item/poster/random_official, +/obj/item/poster/random_official, +/obj/item/poster/random_official, +/obj/item/poster/random_official, +/obj/item/poster/random_official, +/obj/structure/table/glass, +/turf/open/floor/vault, +/area/ruin/unpowered/corprejectvault) +"KF" = ( +/obj/structure/cable/blue{ + icon_state = "2-9" + }, +/turf/open/floor/vault, +/area/ruin/unpowered/corprejectvault) +"Lo" = ( +/mob/living/simple_animal/bot/secbot/ed209/rockplanet{ + faction = list("DeserterNT"); + name = "Phillip" + }, +/turf/open/floor/vault, +/area/ruin/unpowered/corprejectvault) +"LA" = ( +/obj/effect/turf_decal/corner/opaque/white/diagonal, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/ruin/unpowered/corprejectrooms) +"LB" = ( +/obj/effect/turf_decal/corner/opaque/white/diagonal, +/obj/structure/cable/blue{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/ruin/unpowered/corprejectrooms) +"LH" = ( +/obj/effect/turf_decal/corner/opaque/white/diagonal, +/mob/living/simple_animal/bot/medbot/derelict{ + faction = list("DeserterNT"); + name = "Asshole Medibot" + }, +/obj/structure/cable/blue{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/ruin/unpowered/corprejectrooms) +"LK" = ( +/obj/item/bedsheet/nanotrasen, +/obj/structure/bed, +/turf/open/floor/carpet/lone, +/area/ruin/unpowered/corprejectrooms) +"LY" = ( +/obj/structure/cable/blue{ + icon_state = "4-6" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/sepia, +/area/ruin/unpowered/corprejectrooms) +"Mc" = ( +/obj/structure/table/glass, +/obj/item/fireaxe, +/turf/open/floor/vault, +/area/ruin/unpowered/corprejectvault) +"Md" = ( +/obj/structure/rack, +/obj/item/ammo_box/magazine/smgm9mm/ap, +/obj/item/ammo_box/magazine/smgm9mm/inc, +/obj/machinery/light/small/directional/east, +/turf/open/floor/vault, +/area/ruin/unpowered/corprejectvault) +"Mh" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/ruin/unpowered/corprejectrooms) +"Mk" = ( +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/ruin/unpowered/corprejectrooms) +"MR" = ( +/mob/living/simple_animal/hostile/viscerator{ + faction = list("DeserterNT"); + name = "Amelia" + }, +/turf/open/floor/plating/catwalk_floor, +/area/ruin/unpowered/corprejectrooms) +"Nk" = ( +/obj/structure/chair/stool/bar, +/obj/structure/cable/blue{ + icon_state = "5-10" + }, +/turf/open/floor/plasteel/grimy, +/area/ruin/unpowered/corprejectrooms) +"ND" = ( +/obj/structure/safe, +/obj/item/stack/sheet/mineral/plasma/twenty, +/obj/item/stack/sheet/mineral/uranium/twenty, +/obj/item/spacecash/bundle/c1000, +/obj/item/spacecash/bundle/c1000, +/obj/item/stack/sheet/bluespace_crystal/five, +/obj/item/stack/sheet/mineral/hidden/hellstone{ + amount = 15 + }, +/obj/item/stack/sheet/mineral/gold/twenty, +/obj/item/stack/sheet/mineral/hidden/hellstone/ten, +/obj/item/toy/figure/captain, +/obj/item/organ/cyberimp/brain/anti_stun, +/obj/item/disk/design_disk/adv/knight_gear, +/turf/open/floor/vault, +/area/ruin/unpowered/corprejectvault) +"NJ" = ( +/obj/structure/bed, +/obj/item/bedsheet/cosmos, +/turf/open/floor/carpet/lone, +/area/ruin/unpowered/corprejectrooms) +"NL" = ( +/mob/living/simple_animal/hostile/viscerator{ + faction = list("DeserterNT"); + name = "Guan Yu" + }, +/turf/open/floor/plating/catwalk_floor, +/area/ruin/unpowered/corprejectrooms) +"NO" = ( +/obj/structure/cable/blue{ + icon_state = "2-5" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/vault, +/area/ruin/unpowered/corprejectrooms) +"NQ" = ( +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable/blue{ + icon_state = "0-6" + }, +/turf/open/floor/plasteel/grimy, +/area/ruin/unpowered/corprejectrooms) +"Oc" = ( +/obj/structure/cable/blue{ + icon_state = "1-6" + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/corprejectengineering) +"Ok" = ( +/obj/structure/AIcore/deactivated, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/corprejectengineering) +"ON" = ( +/obj/effect/turf_decal/corner/opaque/white/diagonal, +/obj/structure/cable/blue{ + icon_state = "2-5" + }, +/obj/structure/cable/blue{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/door/keycard{ + name = "Medical and Solutions"; + puzzle_id = "NTB3" + }, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/ruin/unpowered/corprejectrooms) +"OP" = ( +/obj/effect/turf_decal/corner/opaque/white/diagonal, +/obj/structure/table/rolling, +/obj/item/storage/backpack/duffelbag/med/surgery, +/obj/item/storage/belt/medical, +/obj/item/storage/firstaid/medical, +/obj/item/clothing/neck/stethoscope, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/ruin/unpowered/corprejectrooms) +"Pe" = ( +/obj/structure/cable/blue{ + icon_state = "1-2" + }, +/obj/structure/cable/blue{ + icon_state = "1-10" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/corprejectengineering) +"Pj" = ( +/turf/open/lava, +/area/ruin/unpowered/corprejectrooms) +"PA" = ( +/obj/structure/barricade/sandbags, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/unpowered/corprejectrooms) +"PF" = ( +/obj/structure/cable/blue{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/mob/living/simple_animal/hostile/viscerator{ + faction = list("DeserterNT"); + name = "Emma" + }, +/turf/open/floor/plating/catwalk_floor, +/area/ruin/unpowered/corprejectrooms) +"PS" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/structure/cable/blue{ + icon_state = "0-9" + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/corprejectengineering) +"PU" = ( +/obj/structure/bed, +/obj/effect/mob_spawn/human/corpse/cargo_tech, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/unpowered/corprejectrooms) +"Qf" = ( +/obj/structure/bed, +/obj/effect/mob_spawn/human/corpse/syndicatesoldier, +/obj/machinery/light/directional/north, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/unpowered/corprejectrooms) +"Qi" = ( +/obj/structure/flora/ausbushes/fullgrass, +/mob/living/simple_animal/bot/secbot/ed209/rockplanet{ + faction = list("DeserterNT"); + name = "Gary" + }, +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/ruin/unpowered/corprejectrooms) +"Qr" = ( +/obj/machinery/power/port_gen/pacman, +/obj/structure/cable/blue{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel/mono, +/area/ruin/unpowered/corprejectengineering) +"Qt" = ( +/obj/machinery/vending/boozeomat/all_access, +/turf/open/floor/plasteel/grimy, +/area/ruin/unpowered/corprejectrooms) +"QZ" = ( +/obj/structure/cable/blue{ + icon_state = "4-9" + }, +/mob/living/simple_animal/hostile/human/nanotrasen/ranged/smg{ + desc = "An officer no longer part of Nanotrasen's private security force, he seems rather unpleased to meet you."; + faction = list("DeserterNT"); + name = "Todd Clorox" + }, +/obj/structure/cable/blue{ + icon_state = "6-9" + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/corprejectengineering) +"Rb" = ( +/obj/structure/cable/blue{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/grimy, +/area/ruin/unpowered/corprejectrooms) +"Rh" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/mob/living/simple_animal/hostile/human/nanotrasen/elite{ + desc = "A former major player for Nanotrasen militaristic needs. He doesn't seem like someone who'd want to talk over tea."; + faction = list("DeserterNT"); + name = "Max the Maniac" + }, +/turf/open/floor/vault, +/area/ruin/unpowered/corprejectrooms) +"Ri" = ( +/obj/structure/barricade/sandbags, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/vault, +/area/ruin/unpowered/corprejectrooms) +"Rm" = ( +/obj/structure/fence/corner{ + dir = 10 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/unpowered/corprejectrooms) +"Rp" = ( +/obj/effect/turf_decal/corner/opaque/white/diagonal, +/mob/living/simple_animal/hostile/human/nanotrasen/ranged/assault{ + desc = "No longer a member of Nanotrasen's more militaristic forces. Seems grumpy."; + faction = list("DeserterNT"); + name = "Gordon Lary" + }, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/ruin/unpowered/corprejectrooms) +"Rs" = ( +/obj/structure/fence{ + dir = 4 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/unpowered/corprejectrooms) +"RE" = ( +/obj/structure/fence, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/vault, +/area/ruin/unpowered/corprejectrooms) +"Sr" = ( +/obj/structure/cable/blue{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/sepia, +/area/ruin/unpowered/corprejectrooms) +"Sy" = ( +/obj/structure/cable/blue{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/corprejectengineering) +"SF" = ( +/obj/structure/barricade/sandbags, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/unpowered/corprejectrooms) +"SI" = ( +/obj/structure/cable/blue{ + icon_state = "4-9" + }, +/obj/structure/cable/blue{ + icon_state = "0-9" + }, +/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, +/obj/structure/window/reinforced/tinted, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/machinery/door/poddoor/shutters, +/turf/open/floor/plating, +/area/ruin/unpowered/corprejectvault) +"SV" = ( +/obj/effect/turf_decal/corner/opaque/white/diagonal, +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/structure/curtain, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/ruin/unpowered/corprejectrooms) +"Tb" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/mob/living/simple_animal/hostile/human/nanotrasen/ranged/assault{ + desc = "No longer a member of Nanotrasen's more militaristic forces. Seems grumpy."; + faction = list("DeserterNT"); + name = "Gary Larson" + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/unpowered/corprejectrooms) +"Te" = ( +/mob/living/simple_animal/hostile/viscerator{ + faction = list("DeserterNT"); + name = "Charlotte" + }, +/turf/open/floor/plating/catwalk_floor, +/area/ruin/unpowered/corprejectrooms) +"Tn" = ( +/obj/structure/cable/blue{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/cable/blue{ + icon_state = "1-6" + }, +/obj/structure/cable/blue{ + icon_state = "1-10" + }, +/turf/open/floor/vault, +/area/ruin/unpowered/corprejectvault) +"To" = ( +/obj/structure/cable/blue{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/machinery/light/directional/east, +/turf/open/floor/plating/catwalk_floor, +/area/ruin/unpowered/corprejectrooms) +"Tu" = ( +/obj/structure/table/glass, +/obj/item/paper{ + desc = "Standard Nanotrasen typeface for important documents."; + default_raw_text = "Welcome to the NNTVS 'Not Nanotrasen Vault Station'! We are never happier to have people on board than when we get new arrivals ready to betray and renounce their allegiance to the coporate egregory known as Nanotrasen! "; + name = "Corporate Desertion and You!" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/wood, +/area/ruin/unpowered/corprejectrooms) +"TN" = ( +/obj/structure/cable/blue{ + icon_state = "1-2" + }, +/turf/open/floor/vault, +/area/ruin/unpowered/corprejectvault) +"TQ" = ( +/obj/structure/cable/blue{ + icon_state = "1-5" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/mob/living/simple_animal/bot/secbot/ed209/rockplanet{ + faction = list("DeserterNT"); + name = "Derek" + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/unpowered/corprejectrooms) +"Uq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/mob/living/simple_animal/hostile/human/nanotrasen/ranged/assault{ + desc = "No longer a member of Nanotrasen's more militaristic forces. Seems grumpy."; + faction = list("DeserterNT"); + name = "Nancy Drew" + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/unpowered/corprejectrooms) +"Us" = ( +/mob/living/simple_animal/hostile/human/nanotrasen/ranged/smg{ + desc = "An officer no longer part of Nanotrasen's private security force, he seems rather unpleased to meet you."; + faction = list("DeserterNT"); + name = "Larry Liessahl" + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/corprejectengineering) +"Ut" = ( +/obj/machinery/vending/security, +/obj/machinery/light/directional/south, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/unpowered/corprejectrooms) +"UF" = ( +/turf/closed/wall/r_wall, +/area/ruin/unpowered/corprejectengineering) +"UN" = ( +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/corprejectengineering) +"UT" = ( +/obj/structure/cable/blue{ + icon_state = "4-9" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/unpowered/corprejectrooms) +"UZ" = ( +/obj/structure/cable/blue{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/corprejectengineering) +"Vc" = ( +/obj/structure/mecha_wreckage/phazon, +/turf/open/floor/mech_bay_recharge_floor, +/area/ruin/unpowered/corprejectengineering) +"Vy" = ( +/obj/structure/cable/blue{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/plating/catwalk_floor, +/area/ruin/unpowered/corprejectrooms) +"VB" = ( +/mob/living/simple_animal/hostile/viscerator{ + faction = list("DeserterNT"); + name = "Sophia" + }, +/turf/open/floor/plating/catwalk_floor, +/area/ruin/unpowered/corprejectrooms) +"VM" = ( +/obj/structure/table/glass, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 10 + }, +/obj/item/keycard/cheese{ + desc = "Nanotrasen Corporate Security Solutions, no place safer in the galaxy!"; + name = "Employee Card"; + puzzle_id = "NTB2" + }, +/turf/open/floor/wood, +/area/ruin/unpowered/corprejectrooms) +"Wa" = ( +/obj/item/bedsheet/nanotrasen, +/obj/structure/bed, +/obj/machinery/light/directional/east, +/turf/open/floor/carpet/lone, +/area/ruin/unpowered/corprejectrooms) +"WT" = ( +/turf/open/floor/plasteel/sepia, +/area/ruin/unpowered/corprejectrooms) +"WV" = ( +/obj/structure/cable/blue{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/turf/open/floor/plating/catwalk_floor, +/area/ruin/unpowered/corprejectrooms) +"Xa" = ( +/obj/structure/mecha_wreckage/marauder, +/turf/open/floor/mech_bay_recharge_floor, +/area/ruin/unpowered/corprejectengineering) +"Xt" = ( +/mob/living/simple_animal/bot/secbot/ed209/rockplanet{ + faction = list("DeserterNT"); + name = "Jonathon" + }, +/turf/open/floor/plating/catwalk_floor, +/area/ruin/unpowered/corprejectrooms) +"XB" = ( +/obj/effect/turf_decal/corner/opaque/white/diagonal, +/mob/living/simple_animal/bot/secbot/ed209/rockplanet{ + faction = list("DeserterNT"); + name = "Zack" + }, +/turf/open/floor/mineral/titanium/tiled/blue, +/area/ruin/unpowered/corprejectrooms) +"XL" = ( +/obj/structure/rack, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/westright{ + dir = 4 + }, +/obj/item/clothing/mask/gas/welding, +/turf/open/floor/plasteel/mono, +/area/ruin/unpowered/corprejectengineering) +"Yj" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable/blue{ + icon_state = "0-4" + }, +/mob/living/simple_animal/hostile/human/nanotrasen/screaming{ + desc = "An officer no longer part of Nanotrasen's private security force, he seems rather unpleased to meet you."; + faction = list("DeserterNT"); + name = "Wendy Wallaby" + }, +/turf/open/floor/wood, +/area/ruin/unpowered/corprejectrooms) +"Ym" = ( +/obj/structure/cable/blue{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/vault, +/area/ruin/unpowered/corprejectrooms) +"Zh" = ( +/obj/item/phone, +/obj/structure/table/glass, +/obj/machinery/light/small/directional/west, +/turf/open/floor/vault, +/area/ruin/unpowered/corprejectvault) +"Zu" = ( +/obj/structure/cable/blue{ + icon_state = "4-10" + }, +/obj/structure/cable/blue{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/obj/machinery/door/poddoor/shutters, +/turf/open/floor/plating, +/area/ruin/unpowered/corprejectvault) +"ZM" = ( +/turf/open/floor/plating/snowed/temperatre, +/area/ruin/unpowered/corprejectrooms) +"ZP" = ( +/obj/machinery/airalarm/directional/east, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/corprejectengineering) +"ZV" = ( +/obj/structure/cable/blue{ + icon_state = "4-5" + }, +/mob/living/simple_animal/hostile/human/nanotrasen/screaming{ + desc = "An officer no longer part of Nanotrasen's private security force, he seems rather unpleased to meet you."; + faction = list("DeserterNT"); + name = "Wetzel the Pretzel" + }, +/turf/open/floor/plasteel/grimy, +/area/ruin/unpowered/corprejectrooms) +"ZX" = ( +/obj/structure/cable/blue{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/plating/catwalk_floor, +/area/ruin/unpowered/corprejectrooms) + +(1,1,1) = {" +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +"} +(2,1,1) = {" +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +ZM +ZM +ZM +yD +ZM +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +"} +(3,1,1) = {" +Al +Al +Al +Al +Al +Al +Al +Al +Al +ZM +ZM +ZM +ZM +ZM +ZM +ZM +ZM +ZM +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +"} +(4,1,1) = {" +Al +Al +Al +Al +Al +Al +Al +Al +Al +hn +hn +hn +hn +ZM +hn +hn +hn +hn +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +"} +(5,1,1) = {" +Al +Al +Al +Al +Al +Al +Al +Al +Al +hn +hn +hn +hn +uE +hn +hn +hn +hn +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +"} +(6,1,1) = {" +Al +Al +Al +Al +Al +Al +Al +Al +Al +hn +hn +fE +yp +yp +yp +fH +hn +hn +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +"} +(7,1,1) = {" +Al +Al +Al +Al +Al +Al +Al +Al +Al +hn +hn +xq +IU +yo +dq +Gb +hn +hn +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +"} +(8,1,1) = {" +Al +Al +Al +Al +Al +Al +Al +Al +Al +hn +hn +ed +Di +Tu +zc +Yj +hn +hn +hn +hn +hn +hn +hn +hn +hn +hn +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +"} +(9,1,1) = {" +Al +Al +Al +Al +Al +Al +Al +Al +hn +hn +hn +xq +yp +Hz +yp +gL +hn +hn +hn +hn +hn +hn +hn +hn +hn +hn +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +"} +(10,1,1) = {" +Al +Al +Al +Al +Al +Al +Al +hn +hn +hn +hn +fE +yp +VM +xp +IL +rW +wy +wy +Dh +To +PF +wy +za +hn +hn +hn +hn +hn +hn +hn +Al +Al +Al +Al +Al +Al +Al +"} +(11,1,1) = {" +Al +Al +Al +Al +Al +Al +hn +hn +hn +Xt +hn +tN +tN +tN +tN +tN +hn +hn +hn +hn +hn +hn +hn +Er +hn +hn +hn +hn +hn +hn +hn +Al +Al +Al +Al +Al +Al +Al +"} +(12,1,1) = {" +Al +Al +Al +Al +Al +Al +hn +hn +Te +VB +hn +tN +Pj +Pj +Pj +Pj +Pj +Pj +Pj +tN +tN +hn +wE +Sr +Fa +oF +GX +NQ +Qt +hn +hn +Al +Al +Al +Al +Al +Al +Al +"} +(13,1,1) = {" +Al +Al +Al +Al +Al +Al +hn +hn +II +hn +hn +Pj +Pj +pd +qw +qw +qw +qT +Pj +Pj +tN +tN +xX +fX +LY +yK +GX +ZV +EA +FI +hn +Al +Al +Al +Al +Al +Al +Al +"} +(14,1,1) = {" +Al +Al +Al +Al +Al +Al +hn +hn +MR +hn +Pj +Pj +EJ +Ev +Ev +Ev +Ev +Ev +uN +Pj +Pj +tN +vl +FW +vv +Bl +pD +Rb +Hw +hn +hn +hn +hn +hn +Al +Al +Al +Al +"} +(15,1,1) = {" +Al +Al +Al +Al +hn +hn +hn +hn +NL +hn +Pj +Zu +Ev +Ev +CS +Zh +Ku +Ev +Ev +SI +Pj +tN +FZ +gg +WT +Nk +zh +em +zz +hn +hn +hn +hn +hn +Al +Al +Al +Al +"} +(16,1,1) = {" +Al +Al +Al +Al +hn +hn +hn +hn +hn +tN +Pj +aR +Ev +Ge +gT +Is +jy +ND +Ev +wl +Pj +tN +yI +yd +kq +DS +DS +ce +px +ja +WV +za +hn +hn +Al +Al +Al +Al +"} +(17,1,1) = {" +Al +Al +Al +Al +hn +hn +hV +io +NO +qe +Ym +iu +yy +Tn +CU +It +TN +Kn +Ev +ws +Pj +tN +oB +oB +oB +oB +oB +oB +hn +hn +hn +dw +hn +hn +Al +Al +Al +Al +"} +(18,1,1) = {" +Al +Al +Al +Al +hn +hn +or +jd +Rh +tN +Pj +cP +Ev +KF +Dx +Jk +Lo +Mc +Ev +ws +Pj +tN +LK +vP +Wa +Bb +NJ +LK +hn +cN +hn +gd +hn +hn +Al +Al +Al +Al +"} +(19,1,1) = {" +Al +Al +Al +Al +hn +hn +le +nb +Ri +tN +Pj +iX +Ev +Ev +En +Md +fS +Ev +Ev +yf +Pj +hn +hn +hn +hn +hn +hn +hn +hn +ff +hn +gd +hn +Al +Al +Al +Al +Al +"} +(20,1,1) = {" +Al +Al +Al +hn +hn +hn +nZ +pi +RE +tN +Pj +Pj +eW +Ev +Ev +Ev +Ev +Ev +uO +Pj +Pj +tN +HY +pz +Mk +DV +lk +lk +lk +lk +hn +gd +aQ +zM +hn +hn +Al +Al +"} +(21,1,1) = {" +Al +Al +Al +hn +hn +hn +PA +tD +SF +hn +hn +Pj +Pj +ph +pE +pE +pE +um +Pj +Pj +tN +tN +Mk +Mk +Mk +Mk +UF +UF +UF +UF +UF +la +nX +UF +UF +hn +Al +Al +"} +(22,1,1) = {" +Al +Al +Al +hn +hn +At +hz +xf +Tb +Ut +hn +tN +Pj +Pj +Pj +Pj +Pj +Pj +Pj +tN +tN +Mh +Mk +Mk +wo +Mk +UF +Qr +Kg +bI +Cm +kF +hu +lc +UF +hn +Al +Al +"} +(23,1,1) = {" +Al +Al +Al +hn +hn +AT +dO +Rm +oP +ue +hn +tN +tN +tN +tN +tN +tN +tN +hn +tN +Mk +Mk +Qi +Mk +Mk +Mk +UF +cK +Dl +mN +Pe +Oc +cl +lM +UF +hn +Al +Al +"} +(24,1,1) = {" +Al +Al +Al +hn +hn +Kk +eK +Ik +TQ +dt +GN +ZX +WV +yO +WV +Aj +WV +za +hn +Mk +HY +Mk +Mk +Mk +Mk +HY +UF +Qr +hG +aF +ya +ou +QZ +CA +UF +hn +Al +Al +"} +(25,1,1) = {" +Al +Al +Al +hn +hn +Qf +hz +yS +Uq +wB +hn +EL +hn +hn +hn +hn +hn +HX +qO +hn +hn +hn +qO +hn +hn +hn +UF +UN +nl +XL +IE +nN +fN +PS +UF +hn +Al +Al +"} +(26,1,1) = {" +Al +Al +Al +hn +hn +PU +hz +Rs +UT +Cv +hn +EL +hn +hn +hn +hn +hn +mU +LB +LH +rH +sG +ON +wy +Fz +wy +Bo +UZ +nk +Sy +Sy +nW +Us +Hs +UF +hn +Al +Al +"} +(27,1,1) = {" +Al +Al +Al +hn +hn +hn +hn +hn +BM +hn +hn +mt +hn +hn +hn +hn +hn +OP +lL +XB +Ie +Iy +qO +hn +hn +hn +UF +lj +cF +Vc +Xa +lF +ZP +Ok +UF +hn +Al +Al +"} +(28,1,1) = {" +Al +Al +Al +hn +hn +hn +hn +hn +Vy +WV +WV +gB +hn +hn +Al +hn +hn +kY +tb +LA +Rp +jY +hn +hn +hn +hn +UF +UF +UF +UF +UF +UF +UF +UF +UF +hn +Al +Al +"} +(29,1,1) = {" +Al +Al +Al +Al +Al +Al +hn +hn +hn +hn +hn +hn +hn +hn +Al +hn +hn +dG +tM +SV +SV +tI +hn +hn +hn +hn +hn +hn +hn +hn +hn +hn +hn +hn +hn +hn +Al +Al +"} +(30,1,1) = {" +Al +Al +Al +Al +Al +Al +hn +hn +hn +hn +hn +hn +hn +hn +Al +hn +hn +hn +hn +hn +hn +hn +hn +hn +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +"} +(31,1,1) = {" +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +hn +hn +hn +hn +hn +hn +hn +hn +hn +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +"} +(32,1,1) = {" +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +"} +(33,1,1) = {" +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +"} +(34,1,1) = {" +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +Al +"} diff --git a/_maps/RandomRuins/IceRuins/icemoon_surface_engioutpost.dmm b/_maps/RandomRuins/IceRuins/icemoon_surface_engioutpost.dmm new file mode 100644 index 000000000000..b514b1c40f9c --- /dev/null +++ b/_maps/RandomRuins/IceRuins/icemoon_surface_engioutpost.dmm @@ -0,0 +1,2727 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/ruin/unpowered) +"ab" = ( +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/ruin) +"ac" = ( +/obj/effect/mob_spawn/human/engineer, +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"ad" = ( +/obj/machinery/power/floodlight, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"ae" = ( +/turf/closed/wall/r_wall, +/area/overmap_encounter/planetoid/ice/explored) +"af" = ( +/obj/structure/lattice, +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"ag" = ( +/obj/structure/cable, +/turf/open/floor/plating/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"ah" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"ai" = ( +/obj/item/disk/holodisk/ruin/snowengieruin, +/turf/open/floor/plating/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"aj" = ( +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"al" = ( +/turf/open/floor/plating/ice/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"am" = ( +/obj/machinery/power/emitter, +/obj/effect/turf_decal/industrial/warning/cee{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"an" = ( +/obj/item/chair/plastic, +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"ao" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"ap" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"aq" = ( +/obj/machinery/field/generator, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"ar" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"as" = ( +/obj/effect/decal/cleanable/blood/tracks, +/turf/open/floor/plating/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"at" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"au" = ( +/obj/effect/decal/cleanable/blood/splatter, +/obj/effect/decal/cleanable/blood/tracks, +/turf/open/floor/plating/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"av" = ( +/turf/template_noop, +/area/template_noop) +"aw" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/corner/transparent/neutral/full, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"ax" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber, +/turf/open/floor/engine/o2, +/area/ruin) +"ay" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/high_volume, +/turf/open/floor/engine/o2, +/area/ruin) +"az" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber, +/turf/open/floor/engine/n2, +/area/ruin) +"aA" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/high_volume, +/turf/open/floor/engine/n2, +/area/ruin) +"aB" = ( +/turf/closed/wall, +/area/ruin) +"aC" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"aD" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/effect/turf_decal/atmos/oxygen, +/turf/open/floor/engine/o2, +/area/ruin) +"aE" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/turf/open/floor/engine/o2, +/area/ruin) +"aF" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/effect/turf_decal/atmos/nitrogen, +/turf/open/floor/engine/n2, +/area/ruin) +"aG" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/turf/open/floor/engine/n2, +/area/ruin) +"aH" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"aI" = ( +/obj/item/pda/engineering{ + note = "To-do: Check on singularity status. Get a pint at eat. Nag the research manager for RCDs." + }, +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"aJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/ice/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"aK" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/light/small/broken/directional/west, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"aL" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/line{ + dir = 4 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"aM" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plating/airless, +/area/ruin) +"aO" = ( +/turf/closed/wall/r_wall/rust, +/area/overmap_encounter/planetoid/ice/explored) +"aP" = ( +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/structure/tank_dispenser/oxygen, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"aQ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor/window, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"aR" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"aS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/red/diagonal, +/turf/open/floor/plasteel/white, +/area/ruin) +"aT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/corner/opaque/red/diagonal, +/obj/item/reagent_containers/food/drinks/coffee{ + pixel_y = 6 + }, +/obj/item/reagent_containers/food/drinks/coffee{ + pixel_x = -6; + pixel_y = 3 + }, +/obj/item/reagent_containers/food/drinks/coffee{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/reagent_containers/food/drinks/coffee, +/turf/open/floor/plasteel/white, +/area/ruin) +"aU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/structure/table/reinforced, +/obj/item/trash/plate, +/obj/effect/turf_decal/corner/opaque/red/diagonal, +/turf/open/floor/plasteel/white, +/area/ruin) +"aV" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 5 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"aW" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"aX" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 1 + }, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/machinery/light/small/directional/north, +/obj/machinery/meter/atmos, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"aY" = ( +/obj/machinery/atmospherics/components/trinary/mixer/flipped{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"aZ" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"ba" = ( +/obj/machinery/atmospherics/pipe/manifold/green/visible{ + dir = 1 + }, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"bb" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 10 + }, +/obj/machinery/meter/atmos, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"bc" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"bd" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"be" = ( +/obj/item/card/id{ + access = list(200,204,11,12,10); + assignment = "Senior Station Engineer"; + desc = "A card used to provide ID and determine access across the station. There's blood dripping from the corner. Ew."; + name = "George 'Plastic' Miller's ID Card (Senior Station Engineer)"; + registered_age = 47; + registered_name = "George 'Plastic' Miller" + }, +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"bf" = ( +/obj/effect/gibspawner/generic, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/gibs/core, +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"bh" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"bi" = ( +/obj/machinery/door/airlock/engineering{ + name = "The Singularity Engine"; + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/overmap_encounter/planetoid/ice/explored) +"bj" = ( +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"bk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"bl" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/door/airlock/engineering{ + name = "The Singularity Engine"; + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/ruin) +"bm" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"bn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/corner/opaque/red/diagonal, +/obj/machinery/holopad/emergency/engineering, +/turf/open/floor/plasteel/white, +/area/ruin) +"bo" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/obj/structure/chair/plastic{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/red/diagonal, +/turf/open/floor/plasteel/white, +/area/ruin) +"bp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/corner/opaque/red/diagonal, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plasteel/white, +/area/ruin) +"bq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating/icemoon, +/area/ruin) +"br" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"bs" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/ruin) +"bt" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/meter/atmos/layer2, +/turf/open/floor/plating/icemoon, +/area/ruin) +"bu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"bv" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/meter/atmos, +/obj/effect/turf_decal/corner/transparent/neutral/full, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"bw" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/corner/transparent/neutral/full, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"bx" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 1 + }, +/obj/machinery/power/apc/unlocked{ + dir = 4; + pixel_x = 25 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"by" = ( +/obj/item/stack/rods{ + amount = 2 + }, +/obj/item/shard/plasma, +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"bz" = ( +/obj/item/clothing/suit/space/hardsuit/engine, +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"bA" = ( +/obj/item/flashlight/flare, +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"bB" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"bC" = ( +/turf/open/floor/plating/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"bD" = ( +/obj/effect/decal/cleanable/robot_debris, +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/item/book/manual/wiki/engineering, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"bE" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/line{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"bF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating/icemoon, +/area/ruin) +"bG" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"bH" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 8 + }, +/obj/item/pda/clear{ + note = "Chief's asked me to check on the machinery inside PDA. He's also worried about Build, but i'm sure Harry'll handle the construction. I just need to work on Internals. Fuck i'm hungry" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/ruin) +"bI" = ( +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/ruin) +"bJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plating/icemoon, +/area/ruin) +"bK" = ( +/obj/machinery/atmospherics/pipe/layer_manifold{ + dir = 4 + }, +/turf/open/floor/plating/icemoon, +/area/ruin) +"bL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 1 + }, +/turf/open/floor/plating/icemoon, +/area/ruin) +"bM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"bN" = ( +/obj/machinery/atmospherics/components/trinary/filter/flipped{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/corner/transparent/neutral/full, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"bO" = ( +/obj/machinery/atmospherics/pipe/simple/dark/visible{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/obj/effect/turf_decal/corner/transparent/neutral/full, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"bP" = ( +/obj/machinery/atmospherics/pipe/simple/dark/visible{ + dir = 10 + }, +/obj/machinery/meter/atmos, +/obj/effect/turf_decal/corner/transparent/neutral/full, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"bQ" = ( +/obj/machinery/atmospherics/components/binary/pump, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"bR" = ( +/obj/effect/spawner/structure/window/plasma, +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"bS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"bT" = ( +/obj/item/pipe_dispenser, +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"bU" = ( +/obj/structure/sign/poster/official/build{ + pixel_x = -32 + }, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/line{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"bV" = ( +/obj/effect/mob_spawn/human/corpse/assistant, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"bW" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/red/diagonal, +/turf/open/floor/plasteel/white, +/area/ruin) +"bX" = ( +/obj/effect/turf_decal/corner/opaque/red/diagonal, +/turf/open/floor/plasteel/white, +/area/ruin) +"bY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/red/diagonal, +/turf/open/floor/plasteel/white, +/area/ruin) +"bZ" = ( +/obj/structure/sign/poster/official/safety_internals{ + pixel_x = 32 + }, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"ca" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"cb" = ( +/obj/item/flashlight, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/corner/transparent/neutral/full, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"cc" = ( +/obj/item/book/manual/wiki/engineering, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/corner/transparent/neutral/full, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"cd" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/corner/transparent/neutral/full, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"ce" = ( +/obj/machinery/atmospherics/pipe/manifold/dark/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/corner/transparent/neutral/full, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"cf" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 1 + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"cg" = ( +/obj/item/wallframe/apc, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"ch" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/line{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"ci" = ( +/obj/machinery/light/broken/directional/south, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/line, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"cj" = ( +/obj/structure/sign/poster/official/pda_ad{ + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"ck" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"cl" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/line{ + dir = 4 + }, +/obj/machinery/light/dim/directional/east, +/obj/machinery/newscaster/directional/north{ + pixel_x = 32 + }, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"cm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 5 + }, +/obj/structure/sign/poster/contraband/atmosia_independence{ + pixel_x = -32 + }, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"cn" = ( +/obj/machinery/atmospherics/pipe/manifold4w/supply/visible, +/obj/machinery/meter/atmos/distro_loop, +/obj/effect/turf_decal/corner/transparent/neutral/full, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"co" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/effect/turf_decal/corner/transparent/neutral/full, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"cp" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/corner/transparent/neutral/full, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"cq" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 6 + }, +/obj/effect/turf_decal/corner/transparent/neutral/full, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"cr" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8 + }, +/obj/effect/turf_decal/corner/transparent/neutral/full, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"cs" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 1 + }, +/obj/machinery/light/dim/directional/east, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"ct" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Production Room"; + req_access_txt = "204" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/ruin) +"cu" = ( +/obj/structure/girder, +/turf/open/floor/plating/icemoon, +/area/ruin) +"cv" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/heater{ + dir = 4 + }, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"cw" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/visible{ + dir = 4 + }, +/obj/effect/turf_decal/corner/transparent/neutral/full, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"cx" = ( +/obj/machinery/atmospherics/pipe/manifold/green/visible, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/corner/transparent/neutral/full, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"cy" = ( +/obj/machinery/atmospherics/pipe/manifold4w/green/visible, +/obj/effect/turf_decal/corner/transparent/neutral/full, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"cz" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/corner/transparent/neutral/full, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"cA" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump, +/obj/effect/turf_decal/corner/transparent/neutral/full, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"cB" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 9 + }, +/obj/machinery/meter/atmos, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"cC" = ( +/obj/effect/decal/cleanable/oil, +/obj/effect/turf_decal/industrial/warning{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"cD" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/turf_decal/industrial/warning, +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"cE" = ( +/obj/effect/turf_decal/industrial/warning, +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"cF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/industrial/warning, +/turf/open/floor/plating/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"cG" = ( +/obj/machinery/field/generator, +/obj/effect/turf_decal/industrial/warning{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"cH" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"cI" = ( +/obj/machinery/modular_computer/console/preset/civilian, +/obj/effect/turf_decal/corner/transparent/neutral/three_quarters{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/ruin) +"cJ" = ( +/obj/item/construction/rcd, +/obj/structure/rack, +/obj/item/rcd_ammo, +/obj/item/rcd_ammo, +/obj/item/rcd_upgrade/frames, +/obj/effect/turf_decal/corner/transparent/neutral/half, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plasteel/dark{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/ruin) +"cK" = ( +/obj/machinery/airalarm/directional/west, +/obj/structure/table/reinforced, +/obj/effect/spawner/lootdrop/donkpockets, +/obj/effect/turf_decal/corner/transparent/neutral/half{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/ruin) +"cL" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"cM" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/obj/machinery/vending/snack/random, +/obj/effect/turf_decal/corner/transparent/neutral/three_quarters{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/ruin) +"cN" = ( +/obj/effect/turf_decal/industrial/warning/corner, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"cO" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1 + }, +/obj/effect/turf_decal/industrial/warning, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"cP" = ( +/obj/machinery/atmospherics/components/binary/pump, +/obj/effect/turf_decal/industrial/warning, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"cQ" = ( +/obj/effect/turf_decal/industrial/warning/corner, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 8 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"cR" = ( +/obj/machinery/atmospherics/pipe/simple/dark/visible{ + dir = 6 + }, +/obj/effect/turf_decal/industrial/warning, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"cS" = ( +/obj/machinery/atmospherics/pipe/simple/dark/visible{ + dir = 9 + }, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 8 + }, +/obj/machinery/meter/atmos, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"cT" = ( +/obj/machinery/power/emitter{ + dir = 1 + }, +/obj/effect/turf_decal/industrial/warning/cee, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating/ice/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"cU" = ( +/obj/effect/mob_spawn/human/engineer, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/ice/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"cV" = ( +/obj/machinery/vending/cigarette, +/obj/effect/turf_decal/corner/transparent/neutral/half{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/ruin) +"cW" = ( +/obj/effect/turf_decal/trimline/transparent/neutral/filled/line, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"cX" = ( +/obj/effect/turf_decal/trimline/transparent/neutral/filled/line, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"cY" = ( +/obj/effect/turf_decal/corner/transparent/neutral/half{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/plasteel/dark{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/ruin) +"cZ" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/visible, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plating/airless, +/area/ruin) +"da" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/obj/machinery/atmospherics/pipe/simple/brown/visible, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plating/airless, +/area/ruin) +"db" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/obj/machinery/atmospherics/pipe/simple/dark/visible, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plating/airless, +/area/ruin) +"dc" = ( +/obj/machinery/power/rad_collector, +/obj/structure/cable, +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"dd" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"de" = ( +/obj/machinery/rnd/production/circuit_imprinter/department, +/obj/effect/turf_decal/corner/transparent/neutral/half{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/ruin) +"df" = ( +/obj/machinery/rnd/production/protolathe/department/engineering, +/obj/machinery/light/small/broken/directional/south, +/obj/effect/turf_decal/corner/transparent/neutral/half{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/ruin) +"dg" = ( +/obj/machinery/autolathe, +/obj/effect/turf_decal/corner/transparent/neutral/half{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/ruin) +"dh" = ( +/obj/structure/sign/poster/contraband/grey_tide, +/turf/closed/wall, +/area/ruin) +"di" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/engineering/glass{ + name = "Engineering Foyer" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/ruin) +"dj" = ( +/turf/closed/wall/rust, +/area/ruin) +"dk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible, +/turf/open/floor/engine/air, +/area/ruin) +"dl" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/effect/turf_decal/atmos/air, +/turf/open/floor/engine/air, +/area/ruin) +"dm" = ( +/obj/machinery/atmospherics/pipe/simple/brown/visible, +/turf/open/floor/engine/vacuum, +/area/ruin) +"dn" = ( +/obj/machinery/atmospherics/pipe/simple/dark/visible, +/obj/effect/turf_decal/atmos/mix, +/turf/open/floor/engine/vacuum, +/area/ruin) +"do" = ( +/obj/machinery/power/port_gen/pacman, +/obj/effect/decal/cleanable/oil/streak, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"dp" = ( +/obj/machinery/light/built/directional/south, +/turf/open/floor/plating/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"dq" = ( +/obj/item/tank/internals/plasma, +/turf/open/floor/plating/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"dr" = ( +/obj/machinery/power/floodlight, +/obj/structure/cable, +/turf/open/floor/plating/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"ds" = ( +/obj/structure/tank_dispenser, +/turf/open/floor/plating/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"dt" = ( +/obj/effect/turf_decal/trimline/transparent/neutral/filled/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/plasteel/dark{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/ruin) +"du" = ( +/obj/effect/turf_decal/trimline/transparent/neutral/filled/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/plasteel/dark{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/ruin) +"dv" = ( +/obj/effect/turf_decal/trimline/transparent/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plasteel/dark{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/ruin) +"dw" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber{ + dir = 1 + }, +/turf/open/floor/engine/air, +/area/ruin) +"dx" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/high_volume{ + dir = 1 + }, +/turf/open/floor/engine/air, +/area/ruin) +"dy" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber{ + dir = 1 + }, +/turf/open/floor/engine/vacuum, +/area/ruin) +"dz" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/high_volume{ + dir = 1 + }, +/turf/open/floor/engine/vacuum, +/area/ruin) +"dA" = ( +/obj/effect/turf_decal/trimline/transparent/neutral/filled/line, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/obj/effect/turf_decal/weather/snow{ + dir = 10 + }, +/turf/open/floor/plasteel/dark{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/ruin) +"dB" = ( +/obj/effect/turf_decal/trimline/transparent/neutral/filled/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/effect/turf_decal/weather/snow, +/turf/open/floor/plasteel/dark{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/ruin) +"dC" = ( +/obj/effect/turf_decal/trimline/transparent/neutral/filled/line, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/weather/snow{ + dir = 6 + }, +/turf/open/floor/plasteel/dark{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/ruin) +"dD" = ( +/obj/structure/girder, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"dE" = ( +/obj/structure/door_assembly/door_assembly_eng, +/turf/open/floor/plasteel/dark{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/ruin) +"em" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/ruin) +"eS" = ( +/obj/structure/chair/plastic, +/obj/effect/turf_decal/corner/opaque/red/diagonal, +/turf/open/floor/plasteel/white, +/area/ruin) +"fr" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"fE" = ( +/obj/machinery/atmospherics/components/trinary/filter/flipped{ + dir = 8 + }, +/obj/effect/turf_decal/corner/transparent/neutral/full, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"fU" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/line, +/obj/item/kirbyplants/random, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"gl" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"gJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/corner/opaque/red/diagonal, +/obj/item/stack/tape/industrial, +/turf/open/floor/plasteel/white, +/area/ruin) +"he" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"hE" = ( +/obj/machinery/atmospherics/pipe/simple/dark/visible{ + dir = 8 + }, +/obj/effect/turf_decal/corner/transparent/neutral/full, +/obj/item/stack/tape/industrial, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"hN" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel/dark{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/ruin) +"iq" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"js" = ( +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"jP" = ( +/turf/open/floor/plasteel/dark{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/ruin) +"kp" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"kD" = ( +/obj/machinery/power/rad_collector, +/obj/structure/cable, +/turf/open/floor/plating/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"lg" = ( +/obj/effect/turf_decal/corner/transparent/neutral/full, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"rB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/ice/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"rG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/visible{ + dir = 4 + }, +/obj/machinery/meter/atmos/distro_loop, +/turf/open/floor/plating/icemoon, +/area/ruin) +"sT" = ( +/obj/machinery/pipedispenser, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"va" = ( +/turf/closed/wall/r_wall, +/area/ruin) +"vn" = ( +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"wA" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plating/airless, +/area/ruin) +"xG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"zK" = ( +/obj/machinery/power/emitter{ + dir = 1 + }, +/obj/effect/turf_decal/industrial/warning/cee, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating/ice/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"zZ" = ( +/obj/effect/turf_decal/trimline/opaque/yellow/filled/corner{ + dir = 4 + }, +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"De" = ( +/turf/closed/wall, +/area/overmap_encounter/planetoid/ice/explored) +"DH" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/opaque/yellow/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"Fc" = ( +/turf/closed/wall/ice, +/area/overmap_encounter/planetoid/ice/explored) +"Fg" = ( +/obj/effect/turf_decal/box, +/obj/machinery/power/tesla_coil, +/turf/open/floor/plasteel/dark{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/ruin) +"Fp" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/corner/opaque/red/diagonal, +/obj/item/storage/belt/utility, +/obj/item/lightreplacer, +/turf/open/floor/plasteel/white, +/area/ruin) +"Gx" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/corner/opaque/red/diagonal, +/obj/item/storage/toolbox/drone, +/turf/open/floor/plasteel/white, +/area/ruin) +"GX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/corner/opaque/red/diagonal, +/turf/open/floor/plasteel/white, +/area/ruin) +"Ha" = ( +/obj/structure/table/reinforced, +/obj/machinery/microwave, +/obj/effect/turf_decal/corner/transparent/neutral/three_quarters{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/ruin) +"Jh" = ( +/obj/item/stack/tape/industrial, +/turf/open/floor/plating/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"Jq" = ( +/obj/machinery/atmospherics/pipe/manifold/dark/visible{ + dir = 4 + }, +/obj/effect/turf_decal/corner/transparent/neutral/full, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"JM" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/red/diagonal, +/turf/open/floor/plasteel/white, +/area/ruin) +"LM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating/ice/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"Oz" = ( +/obj/machinery/airalarm/directional/west, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/plasteel/icemoon, +/area/ruin) +"OH" = ( +/obj/structure/chair/plastic{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/red/diagonal, +/turf/open/floor/plasteel/white, +/area/ruin) +"Pj" = ( +/obj/machinery/door/airlock/atmos{ + name = "Storage" + }, +/turf/open/floor/plasteel/dark{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/ruin) +"Pn" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"PU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/chair/plastic{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/red/diagonal, +/turf/open/floor/plasteel/white, +/area/ruin) +"Qj" = ( +/turf/closed/wall/ice, +/area/ruin) +"Qx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/folder/red, +/obj/item/pen{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/turf_decal/corner/opaque/red/diagonal, +/turf/open/floor/plasteel/white, +/area/ruin) +"QL" = ( +/turf/open/floor/plasteel/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"Rj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plasteel/white, +/area/ruin) +"RD" = ( +/obj/effect/decal/cleanable/blood/tracks, +/obj/item/stack/tape/industrial, +/turf/open/floor/plating/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"UO" = ( +/obj/machinery/space_heater, +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel/dark{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/ruin) +"Xl" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel/dark{ + initial_gas_mix = "ICEMOON_ATMOS" + }, +/area/ruin) +"XP" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/layer_manifold{ + dir = 4 + }, +/turf/open/floor/plating/icemoon, +/area/ruin) +"Ym" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/snowed/smoothed/icemoon, +/area/overmap_encounter/planetoid/ice/explored) + +(1,1,1) = {" +av +av +av +av +av +av +av +av +av +av +av +av +av +av +av +av +av +av +av +av +"} +(2,1,1) = {" +av +av +js +Fc +vn +Fc +vn +vn +vn +js +by +bR +bR +ae +ae +ae +ae +ae +aO +av +"} +(3,1,1) = {" +av +av +av +js +ao +vn +al +al +vn +vn +vn +vn +vn +vn +al +al +vn +do +ae +av +"} +(4,1,1) = {" +av +av +av +js +js +js +ao +al +al +al +al +al +al +al +al +al +vn +xG +Fc +av +"} +(5,1,1) = {" +av +av +av +av +js +js +js +aH +aH +bc +bc +vn +Ym +Ym +cC +cT +bS +Pn +aO +av +"} +(6,1,1) = {" +av +av +av +av +js +js +js +js +js +js +js +js +af +al +cD +rB +vn +bC +aO +av +"} +(7,1,1) = {" +av +aa +av +av +js +js +js +js +js +bd +js +js +js +af +cE +LM +dc +bC +ae +av +"} +(8,1,1) = {" +av +vn +vn +js +js +js +js +aI +js +be +js +js +js +af +af +LM +ag +bC +Fc +av +"} +(9,1,1) = {" +av +ac +vn +vn +ap +js +js +js +js +bf +bz +js +js +af +af +LM +kD +dp +ae +av +"} +(10,1,1) = {" +av +vn +vn +vn +ap +al +js +js +js +js +js +bT +js +af +vn +LM +dc +dq +Fc +av +"} +(11,1,1) = {" +av +ad +bS +bS +aq +al +al +js +js +js +bA +js +js +af +cE +LM +dc +bC +Fc +av +"} +(12,1,1) = {" +av +vn +vn +vn +ck +al +al +aJ +js +js +js +js +js +js +cF +cU +vn +bC +aO +av +"} +(13,1,1) = {" +av +vn +vn +am +ar +at +at +at +at +dd +bB +bB +bB +at +cG +zK +bS +dr +ae +av +"} +(14,1,1) = {" +av +vn +ah +vn +as +au +as +RD +as +bh +vn +vn +cg +vn +vn +vn +vn +bC +ae +av +"} +(15,1,1) = {" +av +vn +ai +bC +bC +bC +bC +bC +vn +bh +bC +Jh +kp +bC +bC +bC +bC +ds +ae +av +"} +(16,1,1) = {" +av +ae +ae +ae +ae +ae +ae +ae +aO +bi +ae +ae +ae +ae +ae +ae +ae +ae +ae +av +"} +(17,1,1) = {" +js +js +js +js +js +js +js +va +aP +bj +bD +va +av +av +av +av +av +av +av +av +"} +(18,1,1) = {" +js +js +js +js +js +js +js +va +iq +bk +he +va +av +av +av +av +av +av +av +av +"} +(19,1,1) = {" +js +af +js +js +js +vn +De +va +aQ +bl +aQ +va +aB +aB +aB +aB +aB +aB +av +av +"} +(20,1,1) = {" +js +af +af +QL +js +js +af +aK +aR +bm +bE +bU +ch +ct +cH +Oz +de +aB +av +av +"} +(21,1,1) = {" +js +af +QL +QL +af +af +QL +bX +aS +GX +PU +bV +ci +aB +cI +gl +df +aB +av +av +"} +(22,1,1) = {" +js +js +js +af +QL +QL +QL +Fp +Rj +gJ +Gx +bW +fU +aQ +cJ +aj +dg +aB +av +av +"} +(23,1,1) = {" +js +vn +js +af +QL +QL +QL +bX +aS +bn +JM +bX +cj +aB +aB +aQ +aB +aB +ab +av +"} +(24,1,1) = {" +js +js +af +QL +vn +QL +QL +eS +aT +bo +JM +bX +aj +Ha +cK +cV +aB +dj +Qj +Qj +"} +(25,1,1) = {" +av +js +af +QL +QL +QL +QL +eS +aU +bp +Qx +bX +aj +aj +aj +cW +dh +dt +dA +Qj +"} +(26,1,1) = {" +av +av +af +af +vn +an +QL +bX +OH +bq +bF +bY +fr +fr +cL +cX +di +du +dB +dD +"} +(27,1,1) = {" +av +av +av +js +js +vn +vn +aL +aC +br +bG +bZ +cl +zZ +cM +cY +aB +dv +dC +dE +"} +(28,1,1) = {" +av +av +av +av +vn +vn +vn +aB +va +bs +bH +va +aB +cu +cu +aB +dj +Qj +Qj +dj +"} +(29,1,1) = {" +av +av +av +av +va +Fg +Fg +Xl +va +em +bI +va +av +av +av +av +av +av +av +Qj +"} +(30,1,1) = {" +av +av +av +av +va +jP +jP +jP +Pj +bt +bJ +va +av +av +av +av +av +av +av +Qj +"} +(31,1,1) = {" +av +av +av +av +va +hN +UO +UO +va +XP +bK +va +va +va +va +va +av +av +av +av +"} +(32,1,1) = {" +av +av +av +av +va +va +va +va +va +rG +bL +ca +cm +cv +cN +va +va +va +va +av +"} +(33,1,1) = {" +av +av +av +av +va +ax +aD +aM +aV +bu +bM +DH +cn +cw +cO +cZ +dk +dw +va +av +"} +(34,1,1) = {" +av +av +av +av +va +ay +aE +wA +aW +bv +bN +lg +co +cq +cP +wA +dl +dx +va +av +"} +(35,1,1) = {" +av +av +av +av +va +va +va +va +aX +bw +bO +cb +cp +cx +cQ +va +va +va +va +av +"} +(36,1,1) = {" +av +av +av +av +va +az +aF +aM +aY +aw +hE +cc +cq +cy +cO +da +dm +dy +va +av +"} +(37,1,1) = {" +av +av +av +av +va +aA +aG +wA +aZ +bv +fE +cd +cr +cz +cR +db +dn +dz +va +av +"} +(38,1,1) = {" +av +av +av +av +va +va +va +va +ba +bw +bP +ce +Jq +cA +cS +va +va +va +va +av +"} +(39,1,1) = {" +av +av +av +av +av +av +av +va +bb +bx +bQ +cf +cs +cB +sT +va +av +av +av +av +"} +(40,1,1) = {" +av +av +av +av +av +av +av +va +va +va +va +va +va +va +va +va +av +av +av +av +"} diff --git a/_maps/RandomRuins/IceRuins/icemoon_underground_abandoned_newcops.dmm b/_maps/RandomRuins/IceRuins/icemoon_underground_abandoned_newcops.dmm new file mode 100644 index 000000000000..149f4a579542 --- /dev/null +++ b/_maps/RandomRuins/IceRuins/icemoon_underground_abandoned_newcops.dmm @@ -0,0 +1,2434 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aF" = ( +/obj/machinery/door/airlock/centcom{ + name = "Dormitories"; + req_access_txt = "150"; + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/powered) +"bf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/holopad/emergency/command, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"bF" = ( +/obj/machinery/computer/mech_bay_power_console, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"bH" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"bV" = ( +/obj/machinery/door/airlock/external{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"ch" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + icon_state = "wood-broken4" + }, +/area/ruin/powered) +"cl" = ( +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/obj/item/clothing/head/helmet/space/syndicate, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"cn" = ( +/obj/structure/table, +/obj/item/toy/talking/AI, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"cu" = ( +/obj/machinery/door/airlock/centcom{ + name = "Dormitories"; + req_access_txt = "150"; + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/powered) +"dm" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"dX" = ( +/obj/structure/table/wood, +/obj/structure/frame/machine, +/obj/item/stack/cable_coil/cut, +/obj/item/circuitboard/machine/chem_dispenser/drinks/beer, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/ruin/powered) +"eu" = ( +/obj/item/circuitboard/machine/mech_recharger, +/obj/structure/frame/machine, +/obj/item/stack/cable_coil/cut, +/turf/open/floor/plating, +/area/ruin/powered) +"eX" = ( +/obj/machinery/door/airlock/centcom{ + name = "Air Traffic Control"; + req_access_txt = "150" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"fa" = ( +/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, +/turf/open/floor/plating/airless, +/area/ruin/powered) +"fb" = ( +/obj/structure/girder, +/obj/item/stack/telecrystal, +/turf/open/floor/plating, +/area/ruin/powered) +"fL" = ( +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/obj/machinery/vending/cigarette, +/turf/open/floor/plasteel, +/area/ruin/powered) +"fP" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 9 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"gj" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"gp" = ( +/turf/template_noop, +/area/template_noop) +"gt" = ( +/obj/item/clothing/mask/gas/syndicate, +/obj/item/mining_scanner, +/obj/item/pickaxe, +/obj/structure/closet/syndicate, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"gZ" = ( +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/obj/structure/chair/stool, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plasteel, +/area/ruin/powered) +"ha" = ( +/obj/item/reagent_containers/food/drinks/shaker, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + icon_state = "wood-broken3" + }, +/area/ruin/powered) +"ic" = ( +/obj/machinery/vending/boozeomat, +/turf/open/floor/wood, +/area/ruin/powered) +"ij" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/wood{ + icon_state = "wood-broken3" + }, +/area/ruin/powered) +"iB" = ( +/obj/structure/table, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/red, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"iD" = ( +/obj/structure/closet/cardboard/metal, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/ruin/powered) +"iR" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"iS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/rack_parts, +/obj/item/clothing/suit/space/syndicate, +/obj/item/clothing/head/helmet/space/syndicate, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/powered) +"iY" = ( +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/obj/machinery/vending/toyliberationstation, +/turf/open/floor/plasteel, +/area/ruin/powered) +"jp" = ( +/obj/effect/spawner/lootdrop/maintenance/two, +/obj/structure/closet/syndicate, +/obj/item/flashlight/flare, +/obj/item/toy/crayon/spraycan, +/obj/effect/turf_decal/box/red, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"jI" = ( +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/obj/structure/table/wood, +/obj/item/paicard, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"jK" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/ruin/powered) +"jX" = ( +/obj/structure/table/wood, +/obj/structure/frame/machine, +/obj/item/stack/cable_coil/cut, +/obj/item/circuitboard/machine/chem_dispenser/drinks, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/ruin/powered) +"ke" = ( +/obj/structure/table/wood, +/obj/item/storage/box/syndie_kit/sleepytime, +/obj/machinery/light/directional/east, +/turf/open/floor/wood, +/area/ruin/powered) +"kj" = ( +/obj/item/shard{ + icon_state = "tiny" + }, +/obj/item/shard{ + icon_state = "small"; + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/stack/cable_coil/cut, +/obj/item/shard{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/powered) +"kS" = ( +/obj/effect/spawner/lootdrop/maintenance/two, +/obj/structure/closet/syndicate, +/obj/item/megaphone/sec{ + name = "syndicate megaphone" + }, +/obj/item/toy/sword, +/obj/item/toy/sword, +/obj/effect/turf_decal/box/red, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"kT" = ( +/obj/structure/door_assembly/door_assembly_centcom, +/turf/open/floor/plating, +/area/ruin/powered) +"lw" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"lN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/light_construct/directional/south, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"mc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/turf/open/floor/plating, +/area/ruin/powered) +"mz" = ( +/obj/item/toy/cards/deck/syndicate{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/structure/table_frame/wood, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/ruin/powered) +"mE" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/ruin/powered) +"nm" = ( +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/ruin/powered) +"ok" = ( +/obj/structure/table/wood, +/obj/item/radio{ + icon_state = "radio" + }, +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/ruin/powered) +"ot" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/obj/machinery/door/window{ + dir = 8; + icon_state = "right"; + name = "Tactical Toilet"; + opacity = 1 + }, +/turf/open/floor/plasteel/freezer, +/area/ruin/powered) +"oU" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"ps" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/wood, +/area/ruin/powered) +"pW" = ( +/obj/machinery/vending/tool, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"qi" = ( +/obj/structure/frame/computer, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"qt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/powered) +"rv" = ( +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/template_noop) +"rG" = ( +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"sf" = ( +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/obj/structure/table/wood, +/obj/item/chair/stool, +/obj/effect/gibspawner/human, +/obj/item/disk/nuclear/fake, +/turf/open/floor/plasteel, +/area/ruin/powered) +"so" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/ruin/powered) +"sW" = ( +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/obj/effect/gibspawner/human, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"tg" = ( +/obj/structure/table_frame/wood, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/ruin/powered) +"tr" = ( +/obj/machinery/washing_machine, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/freezer, +/area/ruin/powered) +"tt" = ( +/obj/item/toy/nuke, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/powered) +"tJ" = ( +/obj/machinery/door/poddoor/shuttledock{ + dir = 4 + }, +/obj/structure/fans/tiny, +/turf/open/floor/plating, +/area/ruin/powered) +"tP" = ( +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/obj/structure/frame/computer, +/obj/item/shard{ + icon_state = "tiny" + }, +/obj/item/shard{ + pixel_x = -6; + pixel_y = -5 + }, +/obj/item/shard{ + icon_state = "medium" + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"tS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"ud" = ( +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"ux" = ( +/obj/item/chair/stool, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"vk" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/powered) +"vw" = ( +/obj/structure/bed, +/obj/item/bedsheet/syndie{ + layer = 3 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/ruin/powered) +"vH" = ( +/obj/item/storage/box/syndie_kit/sleepytime, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/powered) +"vV" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ruin/powered) +"wO" = ( +/obj/structure/closet/syndicate, +/obj/effect/spawner/lootdrop/maintenance/two, +/obj/item/card/id/syndicate/anyone, +/turf/open/floor/plating, +/area/ruin/powered) +"xa" = ( +/obj/structure/frame/computer, +/turf/open/floor/plating/airless, +/area/ruin/powered) +"xn" = ( +/obj/machinery/door/airlock/external{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"xA" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"xB" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/closet/syndicate, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/powered) +"yB" = ( +/obj/effect/turf_decal/industrial/warning/corner, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"yO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + icon_state = "wood-broken3" + }, +/area/ruin/powered) +"yW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/ruin/powered) +"zj" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = 11 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"zI" = ( +/obj/structure/frame/computer, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"zL" = ( +/obj/structure/girder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"zU" = ( +/obj/structure/mirror{ + pixel_x = 28 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/freezer, +/area/ruin/powered) +"Ai" = ( +/obj/machinery/button/door/indestructible{ + id = "abandonednewcopshuttle"; + name = "mission launch control"; + pixel_x = -26 + }, +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/broken_bottle, +/turf/open/floor/plasteel, +/area/ruin/powered) +"AE" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/ruin/powered) +"AW" = ( +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/obj/structure/chair/stool, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Bd" = ( +/obj/structure/marker_beacon{ + picked_color = "Burgundy" + }, +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"Bo" = ( +/obj/item/documents/syndicate, +/obj/item/clothing/gloves/krav_maga/combatglovesplus, +/obj/structure/safe, +/obj/item/gun/ballistic/automatic/pistol, +/turf/open/floor/wood, +/area/ruin/powered) +"Br" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"BS" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"Cd" = ( +/obj/structure/girder, +/turf/open/floor/plating, +/area/ruin/powered) +"Cs" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/powered) +"CU" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"CV" = ( +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"Di" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/ruin/powered) +"Ds" = ( +/turf/closed/wall/mineral/plastitanium, +/area/ruin/powered) +"Dv" = ( +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"DG" = ( +/obj/structure/urinal{ + pixel_y = 28 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/freezer, +/area/ruin/powered) +"Ec" = ( +/obj/machinery/door/poddoor/shuttledock{ + name = "Stolen Shuttle Storage" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"Ez" = ( +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/obj/item/broken_bottle{ + pixel_x = 3; + pixel_y = 5 + }, +/obj/item/shard, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"EV" = ( +/obj/machinery/light/small/directional/west{ + brightness = 3 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/freezer, +/area/ruin/powered) +"Fb" = ( +/obj/structure/closet/syndicate, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/glasses/night, +/obj/item/radio/headset, +/obj/item/kitchen/knife/combat/survival, +/obj/item/radio{ + icon_state = "radio" + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/under/color/black, +/turf/open/floor/wood, +/area/ruin/powered) +"Fh" = ( +/obj/machinery/door/airlock/centcom{ + name = "Auxiliary Dock"; + req_access_txt = "" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"Fo" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"Fr" = ( +/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, +/turf/open/floor/plating, +/area/ruin/powered) +"FL" = ( +/obj/structure/flora/bush, +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"GU" = ( +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/obj/item/paper/fluff/stations/centcom/disk_memo, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Ha" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 6 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"Hy" = ( +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/obj/machinery/light/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"HB" = ( +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/gibspawner/human, +/turf/open/floor/plasteel, +/area/ruin/powered) +"IG" = ( +/obj/effect/turf_decal/industrial/warning, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"Je" = ( +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"JE" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/ruin/powered) +"JN" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/closet/syndicate, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/maintenance/two, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/powered) +"Kk" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/closet/syndicate, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/maintenance/two, +/obj/item/ammo_box/magazine/m10mm, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/powered) +"Ko" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"Kx" = ( +/obj/item/soap/syndie, +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"KJ" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"KN" = ( +/obj/structure/table/wood, +/obj/item/toy/plush/nukeplushie, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/powered) +"KZ" = ( +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Lh" = ( +/obj/item/bedsheet/syndie, +/obj/structure/bed, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/powered) +"Lq" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor/shuttledock{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"Lt" = ( +/obj/structure/light_construct/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/ruin/powered) +"LA" = ( +/obj/structure/rack, +/obj/item/clothing/suit/space/syndicate, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/powered) +"LL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"LP" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"LR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/holopad/emergency/bar, +/turf/open/floor/wood, +/area/ruin/powered) +"LU" = ( +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Ml" = ( +/obj/structure/closet/syndicate, +/obj/item/toy/figure/syndie, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"PH" = ( +/obj/machinery/door/airlock/centcom{ + name = "Dormitories"; + req_access_txt = "150"; + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + icon_state = "wood-broken4" + }, +/area/ruin/powered) +"Qb" = ( +/obj/structure/closet/syndicate, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/clothing/suit/hooded/wintercoat, +/turf/open/floor/plating, +/area/ruin/powered) +"Qf" = ( +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/obj/item/chair/stool, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"QT" = ( +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/obj/machinery/vending/coffee, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Rj" = ( +/obj/machinery/door/poddoor/shutters{ + id = "abandonednewcopshuttle"; + name = "Shuttle Dock"; + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"Ro" = ( +/obj/structure/table/wood, +/obj/item/storage/box/syndie_kit/sleepytime, +/turf/open/floor/wood, +/area/ruin/powered) +"Rx" = ( +/obj/machinery/door/airlock/centcom{ + name = "Dormitories"; + req_access_txt = "150"; + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/ruin/powered) +"Si" = ( +/obj/structure/table/wood, +/obj/item/storage/box/drinkingglasses, +/obj/item/shard{ + icon_state = "small" + }, +/turf/open/floor/wood, +/area/ruin/powered) +"Ss" = ( +/obj/effect/turf_decal/industrial/warning, +/obj/machinery/light/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"SN" = ( +/obj/structure/table/wood, +/obj/item/storage/box/syndie_kit/sleepytime, +/obj/machinery/light/directional/west, +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/ruin/powered) +"SQ" = ( +/obj/machinery/vending/cola, +/turf/open/floor/plating, +/area/ruin/powered) +"Uf" = ( +/obj/item/bedsheet/syndie, +/obj/structure/bed, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/ruin/powered) +"Ut" = ( +/obj/item/chair/stool, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"VK" = ( +/obj/structure/table/wood, +/obj/item/chair/stool, +/obj/item/storage/photo_album/syndicate{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/camera{ + pixel_x = -2 + }, +/turf/open/floor/wood, +/area/ruin/powered) +"VM" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"VT" = ( +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/obj/structure/bed/dogbed/cayenne, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Wp" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/human/syndicate/ranged/shotgun/space, +/turf/open/floor/plasteel/freezer, +/area/ruin/powered) +"Ws" = ( +/obj/item/clothing/mask/gas/syndicate, +/obj/item/mining_scanner, +/obj/item/pickaxe, +/obj/structure/closet/syndicate, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/directional/north, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"Wt" = ( +/turf/open/floor/plating, +/area/ruin/powered) +"WE" = ( +/obj/machinery/door/airlock/centcom{ + name = "Dormitories"; + req_access_txt = "150" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"WI" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/ruin/powered) +"WM" = ( +/obj/machinery/door/airlock/external{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"WV" = ( +/obj/structure/flora/grass/both, +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"WW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/wood, +/area/ruin/powered) +"WY" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"Xk" = ( +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/obj/structure/light_construct/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Xn" = ( +/obj/structure/flora/tree/pine, +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"XN" = ( +/obj/machinery/light/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"YJ" = ( +/obj/machinery/door/airlock/centcom{ + name = "Restroom"; + req_access_txt = "150"; + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"YQ" = ( +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"YU" = ( +/obj/structure/mecha_wreckage/mauler, +/obj/machinery/light/directional/north, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/ruin/powered) +"Zc" = ( +/obj/structure/closet/cardboard, +/obj/effect/turf_decal/industrial/warning/corner, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/ruin/powered) +"Zk" = ( +/obj/item/bedsheet/syndie, +/obj/structure/bed, +/turf/open/floor/wood, +/area/ruin/powered) +"ZL" = ( +/obj/machinery/door/airlock/centcom{ + name = "EVA Equipment"; + req_access_txt = "150"; + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"ZN" = ( +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"ZU" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"ZZ" = ( +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/obj/structure/table/wood, +/obj/item/storage/crayons{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/storage/crayons{ + pixel_x = 2; + pixel_y = 5 + }, +/obj/item/pizzabox/bomb, +/turf/open/floor/plasteel, +/area/ruin/powered) + +(1,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +Bd +rG +Bd +rG +Bd +rG +Bd +rG +Bd +rG +Bd +rG +Bd +rG +Bd +rG +Bd +gp +gp +gp +gp +gp +gp +"} +(2,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +gp +gp +gp +gp +gp +gp +"} +(3,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +Bd +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +Bd +gp +gp +gp +gp +gp +gp +"} +(4,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +gp +gp +gp +gp +gp +gp +"} +(5,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +Bd +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +Bd +gp +gp +gp +gp +gp +gp +"} +(6,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +gp +gp +gp +gp +gp +gp +"} +(7,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +Bd +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +Bd +gp +gp +gp +gp +gp +gp +"} +(8,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +gp +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +rG +gp +gp +gp +gp +gp +"} +(9,1,1) = {" +gp +gp +gp +gp +gp +gp +rG +rG +rG +Bd +rG +Bd +rG +Bd +rG +Bd +rG +Bd +rG +Bd +rG +Bd +rG +Bd +rG +Bd +rG +rG +gp +gp +gp +gp +"} +(10,1,1) = {" +gp +gp +rG +rG +Xn +rG +FL +rG +WV +rG +rG +rG +rG +WV +rG +rG +rG +Fr +xn +Fr +rG +Xn +WV +rG +rG +rG +Xn +rG +gp +gp +gp +gp +"} +(11,1,1) = {" +vV +vV +vV +vV +rG +rG +rG +rG +rG +rG +FL +rG +rG +rG +rG +WV +rG +Fr +LP +Fr +rG +rG +rG +rG +WV +rG +rG +rG +rG +gp +gp +gp +"} +(12,1,1) = {" +Ec +bH +LP +vV +rG +rG +rG +WV +WV +rG +Xn +rG +rG +Xn +rG +rG +rG +Fr +bV +Fr +rG +rG +rG +rG +rG +rG +rG +WV +rG +gp +gp +gp +"} +(13,1,1) = {" +Ec +bH +lw +vV +FL +FL +rG +rG +rG +rG +rG +rG +rG +vV +vV +vV +vV +vV +Rj +vV +vV +vV +vV +Xn +rG +rG +WV +rG +rG +gp +gp +gp +"} +(14,1,1) = {" +Ec +bH +LP +vV +rG +rG +rG +rG +rG +WV +rG +FL +vV +vV +tP +Ut +Hy +LU +LP +Ai +Si +Lt +vV +vV +vV +Fr +vV +vV +Xn +gp +gp +gp +"} +(15,1,1) = {" +Ec +bH +XN +vV +rG +rG +rG +Xn +rG +rG +rG +rG +Fr +fL +LP +Je +mE +AW +LP +AW +KN +ha +tg +vV +iS +mc +LA +vV +rG +gp +gp +gp +"} +(16,1,1) = {" +Ec +iR +LP +vV +rG +Xn +rG +rG +rG +rG +rG +rG +Fr +lw +LP +AW +jI +sf +Je +Ut +tg +LR +ic +vV +Qb +WY +WY +vV +rG +gp +gp +gp +"} +(17,1,1) = {" +Ec +bH +LP +Cd +vV +Fr +Fr +Fr +vV +vV +vV +vV +Cd +Je +GU +LP +ZZ +mz +Ez +gZ +ok +tt +jX +vV +Ws +lw +LP +vV +rG +gp +gp +gp +"} +(18,1,1) = {" +Ec +iR +LP +LP +LP +LP +LP +LP +LP +LP +LP +Wt +Fh +Xk +lw +Je +Je +cl +LP +VT +VK +kj +dX +vV +gt +LP +LL +vV +WV +gp +gp +gp +"} +(19,1,1) = {" +Ec +bH +LP +vV +vV +Fr +Fr +Fr +vV +Cd +vV +vV +vV +Cd +QT +sW +LP +Qf +Je +Je +LP +Je +Cd +vV +Fr +ZL +Cd +vV +rG +rG +gp +gp +"} +(20,1,1) = {" +Ec +bH +LP +vV +rG +WV +rG +Xn +rG +WV +rG +rG +WV +vV +SQ +KZ +Je +iY +LP +Je +lw +HB +kT +ZU +LP +ZU +xB +vV +rG +Xn +gp +gp +"} +(21,1,1) = {" +Ec +jK +XN +vV +rG +Xn +rG +rG +rG +rG +rG +Xn +rG +vV +vV +Cd +YJ +vV +Cd +ud +Je +ZN +Cd +LP +oU +ZU +Ml +Fr +rG +rG +gp +gp +"} +(22,1,1) = {" +Ec +bH +LP +vV +rG +rG +Xn +rG +rG +WV +rG +rG +rG +vV +Ds +DG +LP +EV +vV +Fr +WM +Fr +Cd +eu +LP +LP +Kk +Fr +rG +rG +gp +gp +"} +(23,1,1) = {" +Ec +bH +LP +vV +WV +rG +rG +WV +rG +rG +Xn +rG +rG +vV +Kx +tS +Wp +ot +Cd +Fr +Wt +Fr +vV +YU +LL +ZU +JN +Fr +rG +rG +gp +gp +"} +(24,1,1) = {" +Ec +bH +LP +vV +rG +Xn +rG +rG +Xn +rG +rG +Xn +WV +Fr +tr +zU +zj +vV +Cd +Fr +LP +Fr +Cd +bF +oU +LP +wO +Fr +rG +WV +gp +gp +"} +(25,1,1) = {" +vV +vV +vV +vV +rG +rG +WV +rG +rG +WV +rG +rG +rG +vV +vV +vV +vV +fb +vV +Fr +Di +Fr +vV +pW +Di +ux +vk +vV +rG +Xn +gp +gp +"} +(26,1,1) = {" +gp +gp +gp +gp +rG +rG +rG +Xn +rG +rG +Xn +rG +rG +rG +rG +vV +vV +vV +Cd +Fr +Wt +Fr +vV +vV +vV +vV +Cd +vV +vV +vV +vV +vV +"} +(27,1,1) = {" +gp +gp +gp +gp +gp +rG +rG +rG +WV +rG +rG +rG +Xn +rG +rG +vV +Wt +LP +Wt +Fr +bV +Fr +Wt +Wt +LP +vV +Uf +yO +Cd +yW +Lh +vV +"} +(28,1,1) = {" +gp +gp +gp +gp +gp +gp +rv +Xn +rG +rG +rG +Xn +rG +rG +Xn +vV +LP +Zc +KJ +CU +CU +CU +CU +iD +LP +vV +ke +Cs +vV +vH +Bo +vV +"} +(29,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +rG +rG +WV +rG +rG +rG +rG +rG +vV +yB +Ha +LP +Wt +mE +Wt +Wt +BS +CV +vV +Ds +PH +vV +aF +vV +vV +"} +(30,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +rG +rG +Xn +rG +WV +rG +rG +vV +IG +LP +LP +LP +LP +LP +LP +Wt +bH +WE +WW +ps +ij +ch +Fb +fa +"} +(31,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +vV +vV +fa +fa +fa +vV +vV +vV +Ss +lw +Wt +Di +LP +LP +lw +LP +VM +vV +qt +so +Cs +ps +Fb +fa +"} +(32,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +fa +cn +dm +jp +ZU +LP +Wt +Cd +IG +LP +LP +LP +LP +LP +LP +LP +bH +Cd +zL +cu +zL +Rx +vV +vV +"} +(33,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +fa +zI +xA +LP +ZU +lw +ZU +Cd +IG +LP +LP +LP +lw +LP +Wt +Wt +AE +vV +Ro +WI +vV +Cs +SN +vV +"} +(34,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +fa +xa +Di +bf +LP +ZU +LP +eX +IG +LP +mE +LP +LP +LP +LP +Wt +gj +Cd +Zk +Cs +vV +JE +vw +vV +"} +(35,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +fa +qi +xA +ZU +LP +ZU +lN +vV +nm +Br +LP +LP +LP +LP +Di +fP +YQ +vV +vV +vV +vV +vV +vV +vV +"} +(36,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +fa +iB +dm +kS +ZU +LP +LP +vV +LP +Dv +Fo +Ko +Fo +Ko +Ko +YQ +LP +vV +gp +gp +gp +gp +gp +gp +"} +(37,1,1) = {" +gp +gp +gp +gp +gp +gp +gp +gp +vV +vV +fa +fa +fa +vV +vV +vV +tJ +Lq +Lq +Lq +Lq +Lq +Lq +Lq +Lq +vV +gp +gp +gp +gp +gp +gp +"} diff --git a/_maps/RandomRuins/IceRuins/icemoon_underground_abandoned_village.dmm b/_maps/RandomRuins/IceRuins/icemoon_underground_abandoned_village.dmm index 06d6a8e9fd27..a5ea6e81762e 100644 --- a/_maps/RandomRuins/IceRuins/icemoon_underground_abandoned_village.dmm +++ b/_maps/RandomRuins/IceRuins/icemoon_underground_abandoned_village.dmm @@ -175,8 +175,8 @@ /turf/open/floor/plating/asteroid/snow/icemoon, /area/overmap_encounter/planetoid/cave/explored) "pP" = ( +/obj/structure/chair/sofa/brown/left/directional/north, /obj/effect/decal/cleanable/dirt, -/obj/structure/chair/sofa/brown/right/directional/north, /turf/open/floor/wood, /area/ruin/powered) "pV" = ( @@ -306,7 +306,7 @@ /turf/open/floor/carpet, /area/ruin/powered) "yb" = ( -/obj/structure/chair/sofa/brown/left/directional/north, +/obj/structure/chair/sofa/brown/right/directional/north, /turf/open/floor/wood, /area/ruin/powered) "yS" = ( diff --git a/_maps/RandomRuins/IceRuins/icemoon_underground_drakelair.dmm b/_maps/RandomRuins/IceRuins/icemoon_underground_drakelair.dmm new file mode 100644 index 000000000000..d000b8fd17a7 --- /dev/null +++ b/_maps/RandomRuins/IceRuins/icemoon_underground_drakelair.dmm @@ -0,0 +1,1586 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ar" = ( +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/surrounding_tile{ + dir = 1 + }, +/obj/structure/stone_tile/block/cracked, +/turf/open/indestructible/boss, +/area/ruin) +"aX" = ( +/obj/item/borg/upgrade/modkit/cooldown, +/obj/item/stack/sheet/mineral/gold/five, +/obj/item/stack/sheet/mineral/diamond, +/turf/open/floor/mineral/gold, +/area/ruin/powered) +"cd" = ( +/obj/item/coin/gold, +/obj/item/stack/sheet/mineral/diamond, +/turf/open/floor/mineral/gold, +/area/ruin/powered) +"cf" = ( +/obj/structure/stone_tile/slab/cracked, +/turf/open/indestructible/boss, +/area/ruin) +"ci" = ( +/obj/structure/stone_tile/slab/cracked, +/turf/open/floor/grass/snow/basalt, +/area/overmap_encounter/planetoid/ice/explored) +"ct" = ( +/obj/structure/stone_tile/cracked, +/turf/open/floor/grass/snow/basalt, +/area/overmap_encounter/planetoid/ice/explored) +"cA" = ( +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 1 + }, +/obj/structure/stone_tile/surrounding_tile/cracked, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 4 + }, +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"dK" = ( +/obj/item/spacecash/bundle/c1000, +/turf/open/floor/mineral/gold, +/area/ruin/powered) +"dS" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/turf/open/floor/grass/snow/basalt, +/area/overmap_encounter/planetoid/ice/explored) +"dV" = ( +/obj/structure/stone_tile/slab, +/turf/open/indestructible/boss, +/area/ruin) +"eg" = ( +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 1 + }, +/obj/structure/stone_tile/block/cracked{ + dir = 10 + }, +/turf/open/floor/grass/snow/basalt, +/area/overmap_encounter/planetoid/ice/explored) +"ex" = ( +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 1 + }, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 8 + }, +/turf/open/floor/grass/snow/basalt, +/area/overmap_encounter/planetoid/ice/explored) +"eS" = ( +/obj/structure/grille/indestructable, +/turf/open/floor/plasteel/rockvault/sandstone, +/area/ruin/powered) +"eU" = ( +/obj/item/coin/gold, +/obj/item/spacecash/bundle/c1000, +/turf/open/floor/mineral/gold, +/area/ruin/powered) +"fG" = ( +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 1 + }, +/obj/structure/stone_tile/center, +/turf/open/floor/grass/snow/basalt, +/area/overmap_encounter/planetoid/ice/explored) +"fY" = ( +/turf/open/floor/grass/snow/basalt, +/area/overmap_encounter/planetoid/ice/explored) +"gC" = ( +/obj/item/storage/bag/quiver/empty, +/turf/open/floor/mineral/gold, +/area/ruin/powered) +"hh" = ( +/obj/structure/stone_tile/slab, +/turf/closed/indestructible/riveted/uranium{ + base_icon_state = "iron_wall"; + icon = 'icons/turf/walls/iron_wall.dmi'; + icon_state = "iron_wall-0" + }, +/area/ruin) +"ie" = ( +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"if" = ( +/obj/structure/flora/rock/icy, +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"iu" = ( +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 8 + }, +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"iT" = ( +/obj/structure/stone_tile/slab, +/mob/living/simple_animal/hostile/megafauna/dragon/icemoon{ + loot = list(/obj/structure/closet/crate/necropolis/dragon,/obj/item/keycard/gatedrop/drakelair); + }, +/turf/open/indestructible/boss, +/area/ruin) +"jf" = ( +/obj/structure/stone_tile/slab/cracked, +/turf/closed/indestructible/riveted/uranium{ + base_icon_state = "iron_wall"; + icon = 'icons/turf/walls/iron_wall.dmi'; + icon_state = "iron_wall-0" + }, +/area/ruin) +"jE" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 6 + }, +/turf/open/floor/grass/snow/basalt, +/area/overmap_encounter/planetoid/ice/explored) +"jQ" = ( +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 8 + }, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 1 + }, +/turf/open/floor/grass/snow/basalt, +/area/overmap_encounter/planetoid/ice/explored) +"ka" = ( +/obj/structure/flora/grass/brown, +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"kd" = ( +/obj/item/coin/gold, +/obj/item/ammo_casing/caseless/arrow/ash, +/turf/open/floor/mineral/gold, +/area/ruin/powered) +"kA" = ( +/obj/item/nullrod/scythe/talking/necro, +/turf/open/floor/mineral/gold, +/area/ruin/powered) +"kC" = ( +/obj/structure/stone_tile/slab, +/obj/structure/necropolis_gate, +/turf/open/indestructible/boss, +/area/ruin) +"kP" = ( +/obj/item/clothing/head/helmet/knight, +/turf/open/floor/mineral/gold, +/area/ruin/powered) +"li" = ( +/obj/structure/stone_tile/slab, +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"mx" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 8 + }, +/obj/structure/stone_tile/cracked, +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"nD" = ( +/turf/closed/indestructible/riveted/uranium{ + base_icon_state = "iron_wall"; + icon = 'icons/turf/walls/iron_wall.dmi'; + icon_state = "iron_wall-0" + }, +/area/ruin/powered) +"qa" = ( +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 1 + }, +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"rX" = ( +/turf/closed/indestructible/riveted/uranium{ + base_icon_state = "iron_wall"; + icon = 'icons/turf/walls/iron_wall.dmi'; + icon_state = "iron_wall-0" + }, +/area/ruin) +"rY" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 9 + }, +/obj/structure/stone_tile/block/cracked{ + dir = 4 + }, +/turf/open/floor/grass/snow/basalt, +/area/overmap_encounter/planetoid/ice/explored) +"sm" = ( +/obj/structure/stone_tile/slab/cracked, +/obj/structure/fans/tiny/invisible, +/obj/machinery/door/keycard/gates/drakelair, +/turf/open/indestructible/boss{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/ruin/powered) +"tm" = ( +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/center, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 1 + }, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 8 + }, +/turf/open/floor/grass/snow/basalt, +/area/overmap_encounter/planetoid/ice/explored) +"tD" = ( +/turf/template_noop, +/area/template_noop) +"tI" = ( +/obj/structure/flora/tree/dead, +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"uu" = ( +/turf/open/floor/plasteel/rockvault/sandstone, +/area/ruin/powered) +"va" = ( +/obj/structure/stone_tile/cracked{ + dir = 8 + }, +/obj/structure/stone_tile/cracked, +/obj/structure/stone_tile/block/cracked{ + dir = 1 + }, +/turf/open/indestructible/boss, +/area/ruin) +"vB" = ( +/obj/item/clothing/head/helmet/knight, +/obj/item/ammo_casing/caseless/arrow/ash, +/turf/open/floor/mineral/gold, +/area/ruin/powered) +"wf" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 4 + }, +/turf/open/floor/grass/snow/basalt, +/area/overmap_encounter/planetoid/ice/explored) +"wl" = ( +/obj/item/clothing/suit/armor/vest/capcarapace, +/turf/open/floor/mineral/gold, +/area/ruin/powered) +"wD" = ( +/obj/item/clothing/head/caphat/nt, +/turf/open/floor/mineral/gold, +/area/ruin/powered) +"wK" = ( +/obj/structure/stone_tile/center, +/obj/structure/stone_tile/surrounding_tile{ + dir = 8 + }, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/surrounding_tile/cracked, +/turf/open/indestructible/boss{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/ruin/powered) +"wX" = ( +/turf/closed/indestructible/rock/snow, +/area/overmap_encounter/planetoid/cave/explored) +"xo" = ( +/obj/structure/stone_tile/slab, +/obj/structure/fans/tiny/invisible, +/obj/machinery/door/keycard/gates/drakelair, +/turf/open/indestructible/boss{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/ruin/powered) +"xu" = ( +/obj/structure/stone_tile/slab, +/turf/open/indestructible/boss{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/ruin/powered) +"xW" = ( +/obj/item/clothing/suit/armor/riot/knight, +/turf/open/floor/mineral/gold, +/area/ruin/powered) +"xX" = ( +/obj/structure/bonfire/prelit, +/turf/open/floor/plasteel/rockvault/sandstone, +/area/ruin/powered) +"yx" = ( +/obj/structure/stone_tile/slab/cracked, +/obj/machinery/door/keycard/gates/drakelair, +/turf/open/indestructible/boss{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/ruin/powered) +"yA" = ( +/obj/structure/stone_tile/slab, +/obj/machinery/door/keycard/gates/drakelair, +/turf/open/indestructible/boss{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/ruin/powered) +"yD" = ( +/turf/closed/indestructible/riveted/uranium{ + base_icon_state = "icerock_wall"; + icon = 'icons/turf/mining.dmi'; + icon_state = "icerock" + }, +/area/overmap_encounter/planetoid/cave/explored) +"yL" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 9 + }, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 8 + }, +/turf/open/floor/grass/snow/basalt, +/area/overmap_encounter/planetoid/ice/explored) +"Ai" = ( +/obj/structure/stone_tile/cracked, +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"Ax" = ( +/obj/item/stack/sheet/mineral/gold/five, +/turf/open/floor/mineral/gold, +/area/ruin/powered) +"Cc" = ( +/obj/structure/closet/crate/necropolis, +/turf/open/floor/mineral/gold, +/area/ruin/powered) +"CK" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 5 + }, +/obj/structure/stone_tile/surrounding_tile/cracked, +/turf/open/floor/grass/snow/basalt, +/area/overmap_encounter/planetoid/ice/explored) +"CN" = ( +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 8 + }, +/turf/open/floor/grass/snow/basalt, +/area/overmap_encounter/planetoid/ice/explored) +"CS" = ( +/obj/structure/stone_tile/cracked{ + dir = 8 + }, +/turf/open/floor/grass/snow/basalt, +/area/overmap_encounter/planetoid/ice/explored) +"Dz" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 8 + }, +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"DL" = ( +/obj/structure/flora/rock/pile/icy, +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"DM" = ( +/obj/item/coin/gold, +/obj/item/stack/sheet/mineral/gold/five, +/turf/open/floor/mineral/gold, +/area/ruin/powered) +"EF" = ( +/obj/structure/bonfire/prelit, +/turf/open/floor/mineral/gold, +/area/ruin/powered) +"Fw" = ( +/turf/open/floor/mineral/gold, +/area/ruin/powered) +"FA" = ( +/obj/structure/flora/grass/both, +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"FF" = ( +/obj/structure/bed/pod, +/obj/item/flashlight/flare/torch, +/turf/open/floor/plasteel/rockvault/sandstone, +/area/ruin/powered) +"Gb" = ( +/turf/closed/mineral/snowmountain/cavern/icemoon, +/area/overmap_encounter/planetoid/cave/explored) +"Gh" = ( +/obj/effect/decal/remains/human{ + desc = "Some human remains, the only thing that could burn remains to a crisp like this is a plasmafire, or a dragon..." + }, +/obj/effect/decal/cleanable/ash/large, +/obj/item/shield/riot/roman{ + pixel_x = -12 + }, +/obj/item/nullrod/claymore{ + pixel_x = 20 + }, +/turf/open/floor/grass/snow/basalt, +/area/overmap_encounter/planetoid/ice/explored) +"Gv" = ( +/obj/machinery/door/keycard/gates/drakelair{ + color = "#EFC51D" + }, +/turf/open/floor/mineral/gold, +/area/ruin/powered) +"Hb" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 1 + }, +/obj/structure/stone_tile/cracked, +/turf/open/floor/grass/snow/basalt, +/area/overmap_encounter/planetoid/ice/explored) +"HL" = ( +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/turf/open/floor/grass/snow/basalt, +/area/overmap_encounter/planetoid/ice/explored) +"IB" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 1 + }, +/obj/structure/stone_tile/block/cracked, +/turf/open/indestructible/boss, +/area/ruin) +"JL" = ( +/obj/structure/flora/grass/green, +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"JS" = ( +/obj/item/stack/sheet/mineral/diamond, +/turf/open/floor/mineral/gold, +/area/ruin/powered) +"Kg" = ( +/obj/structure/sink/puddle, +/turf/open/floor/plasteel/rockvault/sandstone, +/area/ruin/powered) +"Lh" = ( +/obj/structure/stone_tile/cracked{ + dir = 8 + }, +/obj/structure/stone_tile/slab/cracked{ + dir = 8 + }, +/turf/open/floor/grass/snow/basalt, +/area/overmap_encounter/planetoid/ice/explored) +"Li" = ( +/obj/structure/fluff/drake_statue, +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"MA" = ( +/obj/structure/stone_tile/cracked, +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/surrounding_tile{ + dir = 8 + }, +/obj/structure/stone_tile/surrounding_tile{ + dir = 1 + }, +/turf/open/indestructible/boss{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/ruin/powered) +"Ov" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 10 + }, +/obj/structure/stone_tile/slab/cracked{ + dir = 8 + }, +/obj/structure/stone_tile/center, +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"OF" = ( +/obj/structure/flora/ash/fireblossom, +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/cracked{ + dir = 8 + }, +/turf/open/floor/grass/snow/basalt, +/area/overmap_encounter/planetoid/ice/explored) +"Pt" = ( +/obj/machinery/button/door{ + id = "ashdrake_cell1"; + pixel_y = 23 + }, +/turf/open/floor/plasteel/rockvault/sandstone, +/area/ruin/powered) +"Qu" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 5 + }, +/turf/open/floor/grass/snow/basalt, +/area/overmap_encounter/planetoid/ice/explored) +"QM" = ( +/obj/item/coin/gold, +/turf/open/floor/mineral/gold, +/area/ruin/powered) +"Sj" = ( +/obj/structure/stone_tile/center, +/turf/open/floor/grass/snow/basalt, +/area/overmap_encounter/planetoid/ice/explored) +"SI" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 6 + }, +/turf/open/floor/grass/snow/basalt, +/area/overmap_encounter/planetoid/ice/explored) +"Tf" = ( +/obj/item/coin/gold, +/obj/item/borg/upgrade/modkit/cooldown, +/turf/open/floor/mineral/gold, +/area/ruin/powered) +"Tv" = ( +/obj/item/extinguisher/mini, +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/obj/structure/stone_tile/surrounding_tile/cracked, +/turf/open/floor/grass/snow/basalt, +/area/overmap_encounter/planetoid/ice/explored) +"VO" = ( +/obj/structure/stone_tile/slab, +/turf/open/floor/grass/snow/basalt, +/area/overmap_encounter/planetoid/ice/explored) +"Wb" = ( +/obj/effect/gibspawner, +/obj/item/clothing/head/crown, +/turf/open/floor/plasteel/rockvault/sandstone, +/area/ruin/powered) +"Wp" = ( +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/turf/open/floor/grass/snow/basalt, +/area/overmap_encounter/planetoid/ice/explored) +"WN" = ( +/obj/machinery/door/airlock/gold/glass, +/turf/open/floor/plasteel/rockvault/sandstone, +/area/ruin/powered) +"Xi" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 8 + }, +/obj/structure/stone_tile/block/cracked{ + dir = 4 + }, +/turf/open/indestructible/boss, +/area/ruin) +"Xq" = ( +/obj/structure/bed/pod, +/obj/item/flashlight/flare/torch, +/obj/effect/mob_spawn/human/corpse/wizard, +/turf/open/floor/plasteel/rockvault/sandstone, +/area/ruin/powered) +"XC" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 4 + }, +/turf/open/floor/grass/snow/basalt, +/area/overmap_encounter/planetoid/ice/explored) +"XG" = ( +/obj/machinery/door/poddoor/gates/indestructible{ + id = "ashdrake_cell2" + }, +/turf/open/floor/plasteel/rockvault/sandstone, +/area/ruin/powered) +"XJ" = ( +/obj/structure/toilet, +/turf/open/floor/plasteel/rockvault/sandstone, +/area/ruin/powered) +"YK" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 4 + }, +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/overmap_encounter/planetoid/ice/explored) +"YQ" = ( +/obj/machinery/button/door{ + id = "ashdrake_cell2"; + pixel_y = 23 + }, +/turf/open/floor/plasteel/rockvault/sandstone, +/area/ruin/powered) +"Ze" = ( +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 8 + }, +/obj/structure/stone_tile/center, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 1 + }, +/turf/open/floor/grass/snow/basalt, +/area/overmap_encounter/planetoid/ice/explored) +"Zl" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 1 + }, +/turf/open/floor/grass/snow/basalt, +/area/overmap_encounter/planetoid/ice/explored) +"Zp" = ( +/obj/item/gun/ballistic/bow, +/turf/open/floor/mineral/gold, +/area/ruin/powered) +"ZT" = ( +/obj/machinery/door/poddoor/gates/indestructible{ + id = "ashdrake_cell1" + }, +/turf/open/floor/plasteel/rockvault/sandstone, +/area/ruin/powered) +"ZZ" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 4 + }, +/turf/open/floor/plating/asteroid/snow/icemoon, +/area/overmap_encounter/planetoid/ice/explored) + +(1,1,1) = {" +tD +tD +tD +tD +tD +tD +Gb +Gb +Gb +Gb +Gb +Gb +Gb +Gb +Gb +Gb +nD +ie +tD +tD +tD +tD +tD +tD +tD +tD +tD +tD +tD +tD +"} +(2,1,1) = {" +tD +tD +tD +Gb +Gb +Gb +Gb +Gb +wX +wX +wX +wX +wX +wX +wX +wX +nD +ie +ie +ie +ie +tD +tD +tD +tD +tD +tD +tD +tD +tD +"} +(3,1,1) = {" +tD +tD +Gb +Gb +wX +wX +wX +wX +wX +nD +nD +nD +nD +nD +nD +nD +nD +ie +ie +ie +ie +ie +tD +tD +tD +ie +ie +ie +tD +tD +"} +(4,1,1) = {" +tD +Gb +Gb +Gb +wX +nD +nD +nD +nD +nD +FF +uu +uu +uu +uu +uu +nD +ie +FA +ie +DL +ie +tI +ie +ie +ie +ie +ie +ie +tD +"} +(5,1,1) = {" +tD +Gb +Gb +Gb +wX +nD +EF +dK +EF +nD +XJ +uu +uu +Wb +uu +Kg +nD +ie +ie +ie +ie +ie +ie +ie +ie +FA +ie +ie +ie +tD +"} +(6,1,1) = {" +tD +Gb +Gb +wX +wX +nD +JS +DM +Tf +nD +nD +nD +eS +eS +ZT +eS +nD +ie +ie +ka +ie +ie +ie +ie +ie +ie +ie +ie +ie +tD +"} +(7,1,1) = {" +tD +Gb +Gb +wX +nD +nD +QM +xW +Fw +QM +Fw +nD +Pt +uu +uu +xX +nD +ie +ie +ie +ie +FA +ie +if +ie +ie +ie +tI +ie +tD +"} +(8,1,1) = {" +Gb +Gb +Gb +wX +nD +Fw +QM +QM +cd +gC +dK +WN +uu +uu +uu +uu +nD +ie +DL +ie +ie +ie +ie +ie +ie +ie +ie +ie +ie +tD +"} +(9,1,1) = {" +Gb +Gb +Gb +wX +nD +QM +Fw +Ax +QM +QM +JS +nD +uu +uu +uu +uu +nD +ie +ie +ie +ie +ie +JL +ie +ie +ie +ie +ie +ie +ie +"} +(10,1,1) = {" +Gb +Gb +Gb +wX +nD +QM +xW +eU +Zp +Fw +QM +nD +uu +uu +uu +uu +nD +ie +ie +ie +DL +ie +ie +ie +ie +ie +DL +ie +if +ie +"} +(11,1,1) = {" +Gb +Gb +Gb +wX +nD +dK +QM +QM +dK +Fw +Fw +nD +uu +uu +uu +uu +nD +ie +tI +if +ie +ie +tI +ie +ka +ie +ie +ie +ie +ie +"} +(12,1,1) = {" +Gb +wX +wX +wX +nD +Fw +Fw +eU +Ax +QM +EF +nD +xX +uu +uu +xX +nD +ie +ie +ie +ie +ie +ie +ie +ie +ka +ie +ie +ie +ie +"} +(13,1,1) = {" +Gb +wX +nD +nD +nD +kP +Fw +QM +EF +nD +nD +nD +rX +rX +rX +rX +rX +Li +ie +ie +ie +ie +ie +ie +ie +ie +ie +ie +ie +ie +"} +(14,1,1) = {" +Gb +wX +nD +Cc +Gv +Fw +kP +QM +QM +sm +xu +yx +dV +cf +ar +dV +jf +Hb +CS +ct +wf +rY +CK +HL +CN +mx +Dz +eg +VO +iu +"} +(15,1,1) = {" +Gb +wX +nD +kA +Gv +Fw +JS +wl +wD +sm +MA +yA +iT +dV +dV +va +kC +dS +OF +Gh +Tv +ex +Qu +Lh +HL +fY +Ze +jQ +fY +ci +"} +(16,1,1) = {" +tD +wX +nD +Cc +Gv +Fw +Fw +Fw +kP +xo +wK +yA +cf +IB +dV +Xi +hh +Zl +Ov +yL +jE +fG +fY +Wp +XC +ci +Sj +VO +ZZ +li +"} +(17,1,1) = {" +tD +wX +nD +nD +nD +QM +xW +Zp +EF +nD +nD +nD +rX +rX +rX +rX +rX +Li +ie +ie +qa +YK +cA +SI +tm +li +Ai +Ai +ie +ie +"} +(18,1,1) = {" +tD +wX +wX +wX +nD +Fw +Fw +Fw +JS +Fw +EF +nD +xX +uu +uu +xX +nD +ie +ie +ie +ie +ie +ie +ie +ie +ie +ie +ie +ie +ie +"} +(19,1,1) = {" +tD +tD +Gb +wX +nD +dK +QM +kd +QM +QM +cd +nD +uu +uu +uu +uu +nD +ie +ie +FA +ie +ie +ie +ie +ie +ie +ie +DL +ie +ie +"} +(20,1,1) = {" +tD +tD +Gb +wX +nD +Fw +QM +Fw +Fw +eU +QM +nD +uu +uu +uu +uu +nD +ie +ie +ie +ie +ie +ie +tI +ie +ie +ie +ie +ie +ie +"} +(21,1,1) = {" +tD +tD +Gb +wX +nD +QM +Fw +QM +QM +Fw +Fw +WN +uu +uu +uu +uu +nD +if +ie +ie +tI +DL +ie +ie +ie +ie +FA +ie +ie +ie +"} +(22,1,1) = {" +tD +tD +tD +wX +nD +nD +QM +Ax +vB +Fw +QM +nD +YQ +uu +uu +xX +nD +ie +ie +ie +ie +ie +ie +ie +ie +ie +ie +ie +ie +ie +"} +(23,1,1) = {" +tD +tD +tD +Gb +wX +nD +JS +QM +aX +nD +nD +nD +eS +eS +XG +eS +nD +ie +ie +ie +if +ie +ie +ie +if +ie +ie +ie +ie +tD +"} +(24,1,1) = {" +tD +tD +tD +yD +wX +nD +EF +Fw +EF +nD +XJ +uu +uu +uu +uu +Kg +nD +ie +ka +ie +ie +ie +ie +FA +ie +ie +ie +ie +ie +tD +"} +(25,1,1) = {" +tD +tD +tD +tD +wX +nD +nD +nD +nD +nD +Xq +uu +uu +uu +uu +uu +nD +ie +ie +ie +ka +ie +ie +ie +ie +ie +FA +ie +ie +tD +"} +(26,1,1) = {" +tD +tD +tD +tD +wX +wX +wX +wX +wX +nD +nD +nD +nD +nD +nD +nD +nD +ie +ie +ie +ie +ie +ie +ie +ie +ie +ie +ie +tD +tD +"} +(27,1,1) = {" +tD +tD +tD +tD +Gb +Gb +Gb +Gb +wX +wX +wX +wX +wX +wX +wX +wX +nD +ie +ie +tI +ie +ie +ie +ie +ie +ie +tD +tD +tD +tD +"} +(28,1,1) = {" +tD +tD +tD +tD +Gb +Gb +Gb +Gb +Gb +Gb +Gb +Gb +Gb +Gb +Gb +Gb +nD +ie +ie +ie +ie +ie +ie +ie +tD +tD +tD +tD +tD +tD +"} +(29,1,1) = {" +tD +tD +tD +tD +tD +tD +Gb +Gb +Gb +Gb +tD +tD +tD +tD +tD +tD +tD +tD +tD +tD +tD +tD +tD +tD +tD +tD +tD +tD +tD +tD +"} diff --git a/_maps/RandomRuins/JungleRuins/jungle_botany.dmm b/_maps/RandomRuins/JungleRuins/jungle_botany.dmm new file mode 100644 index 000000000000..6888c97fc9a6 --- /dev/null +++ b/_maps/RandomRuins/JungleRuins/jungle_botany.dmm @@ -0,0 +1,1013 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aM" = ( +/obj/structure/table, +/obj/item/disk/data, +/obj/item/disk/data, +/obj/item/disk/data, +/obj/item/disk/data, +/obj/item/disk/data, +/turf/open/floor/plasteel, +/area/ruin/powered) +"aP" = ( +/obj/item/kirbyplants/fullysynthetic, +/turf/open/floor/plasteel, +/area/ruin/powered) +"cI" = ( +/obj/effect/mob_spawn/human/corpse/assistant, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plasteel, +/area/ruin/powered) +"dJ" = ( +/obj/structure/closet/crate/radiation, +/obj/item/stack/sheet/mineral/uranium/twenty, +/turf/open/floor/plasteel, +/area/ruin/powered) +"ez" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/turf/open/floor/plasteel, +/area/ruin/powered) +"eQ" = ( +/obj/machinery/washing_machine, +/turf/open/floor/plasteel, +/area/ruin/powered) +"fM" = ( +/obj/structure/chair/greyscale{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"fR" = ( +/obj/effect/decal/cleanable/xenoblood/xgibs/larva, +/turf/open/floor/plasteel, +/area/ruin/powered) +"gb" = ( +/obj/structure/table, +/obj/item/plant_analyzer, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"ge" = ( +/obj/structure/spacevine/dense, +/obj/machinery/smartfridge/drying_rack, +/turf/open/floor/plasteel, +/area/ruin/powered) +"hl" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/command, +/obj/effect/turf_decal/industrial/warning, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"hL" = ( +/obj/item/reagent_containers/food/drinks/bottle/hooch, +/turf/open/floor/plasteel, +/area/ruin/powered) +"ii" = ( +/obj/structure/closet/secure_closet/hydroponics, +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel, +/area/ruin/powered) +"ik" = ( +/obj/effect/decal/cleanable/blood/gibs/up, +/turf/open/floor/plasteel, +/area/ruin/powered) +"iG" = ( +/obj/machinery/vending/cigarette, +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel, +/area/ruin/powered) +"jc" = ( +/obj/machinery/seed_extractor, +/turf/open/floor/plasteel, +/area/ruin/powered) +"jf" = ( +/obj/structure/closet/crate/large, +/obj/item/circuitboard/machine/biogenerator, +/obj/item/reagent_containers/spray/pestspray, +/obj/item/reagent_containers/spray/pestspray, +/obj/item/reagent_containers/spray/weedspray, +/obj/item/reagent_containers/spray/weedspray, +/turf/open/floor/plasteel, +/area/ruin/powered) +"ji" = ( +/obj/item/seeds/tomato/killer, +/obj/item/seeds/kudzu, +/obj/item/seeds/cannabis, +/obj/item/seeds/random, +/obj/structure/closet/crate/secure/hydroponics, +/turf/open/floor/plasteel, +/area/ruin/powered) +"js" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/blood/tracks, +/obj/structure/spacevine, +/turf/open/floor/plasteel, +/area/ruin/powered) +"jK" = ( +/obj/machinery/door/airlock/external{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"ke" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"kj" = ( +/obj/machinery/vending/sovietsoda, +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel, +/area/ruin/powered) +"lb" = ( +/obj/machinery/power/smes, +/turf/open/floor/plasteel, +/area/ruin/powered) +"lK" = ( +/obj/machinery/hydroponics/constructable, +/obj/structure/spacevine, +/obj/item/reagent_containers/food/snacks/grown/cherries, +/obj/item/reagent_containers/food/snacks/grown/cherries, +/turf/open/floor/plasteel, +/area/ruin/powered) +"mg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/glass, +/obj/effect/turf_decal/industrial/warning, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"mB" = ( +/obj/machinery/door/airlock/external{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"mN" = ( +/obj/structure/spacevine/dense, +/obj/item/reagent_containers/food/snacks/grown/carrot, +/turf/open/floor/plasteel, +/area/ruin/powered) +"nl" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/xenoblood/xgibs, +/turf/open/floor/plasteel, +/area/ruin/powered) +"nJ" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/spacevine, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"nS" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/decal/cleanable/blood/tracks, +/turf/open/floor/plasteel, +/area/ruin/powered) +"oc" = ( +/obj/machinery/door/airlock/glass{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"om" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 10 + }, +/obj/effect/mob_spawn/human/corpse/cargo_tech, +/obj/item/clothing/mask/cigarette/rollie/trippy{ + pixel_x = 7; + pixel_y = 15 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"oR" = ( +/obj/structure/table, +/obj/item/storage/fancy/cigarettes/cigpack_robust, +/turf/open/floor/plasteel, +/area/ruin/powered) +"pt" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/glowshroom/single, +/turf/open/floor/plasteel, +/area/ruin/powered) +"pO" = ( +/obj/machinery/hydroponics/constructable, +/obj/item/reagent_containers/food/snacks/grown/ambrosia, +/turf/open/floor/plasteel, +/area/ruin/powered) +"qM" = ( +/obj/structure/sign/poster/contraband/ambrosia_vulgaris, +/turf/closed/wall, +/area/ruin/powered) +"ru" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/spacevine, +/turf/open/floor/plasteel, +/area/ruin/powered) +"sv" = ( +/obj/machinery/hydroponics/constructable, +/obj/item/reagent_containers/food/snacks/grown/garlic{ + pixel_y = -3 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"uC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 4; + pixel_y = 11 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"uK" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/grass/jungle, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"uM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"wl" = ( +/obj/structure/table, +/obj/item/screwdriver/power{ + pixel_y = 6 + }, +/obj/item/storage/belt/utility, +/turf/open/floor/plasteel, +/area/ruin/powered) +"wD" = ( +/obj/structure/sign/poster/contraband/kudzu{ + pixel_x = 3 + }, +/turf/closed/wall, +/area/ruin/powered) +"wP" = ( +/obj/structure/closet/crate/medical, +/obj/item/stack/medical/ointment/herb, +/obj/item/stack/medical/suture/medicated, +/obj/item/stack/medical/suture/medicated, +/obj/item/stack/medical/ointment/herb, +/obj/item/gun/syringe, +/obj/item/reagent_containers/syringe/piercing, +/obj/item/reagent_containers/syringe/piercing, +/obj/item/reagent_containers/syringe/piercing, +/turf/open/floor/plasteel, +/area/ruin/powered) +"wU" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"yr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/spacevine, +/turf/open/floor/plasteel, +/area/ruin/powered) +"yt" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"yR" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/decal/cleanable/xenoblood, +/obj/item/reagent_containers/food/snacks/grown/berries, +/turf/open/floor/plasteel, +/area/ruin/powered) +"yS" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 6 + }, +/obj/item/storage/toolbox/electrical, +/obj/item/storage/fancy/rollingpapers, +/turf/open/floor/plasteel, +/area/ruin/powered) +"zm" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/spacevine, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"Aq" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/obj/item/folder, +/obj/item/stamp, +/turf/open/floor/plasteel, +/area/ruin/powered) +"AD" = ( +/obj/structure/bed, +/obj/item/bedsheet/black, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Cj" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"DL" = ( +/obj/machinery/power/port_gen/pacman, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"DS" = ( +/obj/structure/closet/crate/bin, +/turf/open/floor/plasteel, +/area/ruin/powered) +"EJ" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 4; + pixel_y = 7 + }, +/mob/living/simple_animal/hostile/killertomato, +/turf/open/floor/plasteel, +/area/ruin/powered) +"FF" = ( +/obj/effect/decal/cleanable/xenoblood, +/turf/open/floor/plasteel, +/area/ruin/powered) +"FG" = ( +/obj/machinery/door/airlock{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"FR" = ( +/obj/structure/glowshroom/single, +/turf/open/floor/plasteel, +/area/ruin/powered) +"FZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/spacevine/dense, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Gq" = ( +/obj/structure/table, +/obj/item/book/manual/hydroponics_pod_people, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Gx" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 8 + }, +/mob/living/simple_animal/hostile/killertomato, +/turf/open/floor/plasteel, +/area/ruin/powered) +"GW" = ( +/obj/effect/decal/cleanable/blood/footprints{ + dir = 4; + pixel_y = 11 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Hm" = ( +/obj/structure/chair/greyscale{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/gibs/old, +/turf/open/floor/plasteel, +/area/ruin/powered) +"HQ" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"Ia" = ( +/obj/machinery/hydroponics/constructable, +/obj/structure/spacevine, +/obj/item/reagent_containers/food/snacks/grown/ambrosia, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Ie" = ( +/obj/structure/table, +/obj/machinery/plantgenes, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Ig" = ( +/obj/structure/table, +/obj/item/clothing/glasses/meson, +/turf/open/floor/plasteel, +/area/ruin/powered) +"IG" = ( +/obj/structure/closet/crate/large, +/obj/item/inducer, +/obj/item/circuitboard/machine/smes, +/obj/item/stock_parts/cell/potato, +/obj/item/stock_parts/cell/potato, +/obj/item/stock_parts/cell/potato, +/turf/open/floor/plasteel, +/area/ruin/powered) +"JU" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Ke" = ( +/obj/structure/sign/departments/botany, +/turf/closed/wall, +/area/ruin/powered) +"Kn" = ( +/obj/structure/sign/departments/botany, +/turf/closed/wall/r_wall, +/area/ruin/powered) +"Kt" = ( +/obj/structure/chair/greyscale{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"LW" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/reagent_containers/food/snacks/grown/berries, +/obj/structure/glowshroom/single, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Mq" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/industrial/warning/corner, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/powered) +"Nk" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/salad/jungle{ + pixel_y = 7 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Nn" = ( +/obj/item/spear, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Np" = ( +/obj/structure/girder/reinforced, +/turf/open/floor/plating, +/area/ruin/powered) +"NE" = ( +/obj/structure/grille/broken, +/obj/structure/spacevine, +/turf/open/floor/plating, +/area/overmap_encounter/planetoid/jungle/explored) +"OT" = ( +/obj/machinery/door/airlock, +/obj/effect/decal/cleanable/blood/footprints, +/obj/effect/turf_decal/industrial/warning, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"OX" = ( +/turf/open/floor/plasteel, +/area/ruin/powered) +"Pm" = ( +/obj/structure/sign/departments/engineering, +/turf/closed/wall/r_wall, +/area/ruin/powered) +"Pp" = ( +/obj/structure/grille/broken, +/obj/structure/spacevine, +/turf/open/floor/plating, +/area/ruin/powered) +"Pq" = ( +/obj/effect/decal/cleanable/xenoblood, +/obj/structure/spacevine/dense, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Pz" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Qa" = ( +/obj/structure/spacevine/dense, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Qc" = ( +/obj/effect/spawner/structure/window/hollow/reinforced, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Qg" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/spacevine, +/obj/item/reagent_containers/food/snacks/grown/banana, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Qu" = ( +/obj/structure/door_assembly/door_assembly_com{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"QJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/engineering{ + locked = 1; + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Rj" = ( +/obj/structure/closet/crate{ + icon_state = "crateopen" + }, +/obj/item/stack/sheet/mineral/plasma/twenty, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Se" = ( +/obj/structure/closet/secure_closet/personal, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Sh" = ( +/obj/structure/flora/grass/jungle, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"Ss" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"SB" = ( +/obj/machinery/vending/hydronutrients, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"SQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/poster/contraband/kudzu{ + pixel_x = 2 + }, +/turf/closed/wall, +/area/ruin/powered) +"Ti" = ( +/obj/machinery/door/airlock, +/obj/effect/turf_decal/industrial/warning, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"TO" = ( +/obj/structure/salvageable/seed, +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel, +/area/ruin/powered) +"TV" = ( +/obj/structure/spacevine, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Uo" = ( +/obj/structure/table, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/item/reagent_containers/food/snacks/salad/fruit{ + pixel_y = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Vn" = ( +/obj/structure/table, +/obj/item/clipboard, +/turf/open/floor/plasteel, +/area/ruin/powered) +"VH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Wo" = ( +/obj/structure/sign/poster/contraband/donut_corp, +/turf/closed/wall, +/area/ruin/powered) +"WE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Xg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/spacevine, +/obj/item/reagent_containers/food/snacks/grown/banana, +/mob/living/simple_animal/hostile/venus_human_trap, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Yc" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plasteel, +/area/ruin/powered) +"YN" = ( +/obj/structure/table, +/obj/item/toy/cards/deck/tarot{ + pixel_x = -8 + }, +/obj/item/reagent_containers/food/snacks/salad/herbsalad{ + pixel_x = 8; + pixel_y = 12 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Zq" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/powered) +"ZO" = ( +/obj/structure/bed, +/obj/item/bedsheet/green, +/turf/open/floor/plasteel, +/area/ruin/powered) +"ZU" = ( +/turf/closed/wall, +/area/ruin/powered) + +(1,1,1) = {" +ZU +Ke +jK +jK +Ke +ZU +Qc +ZU +Qc +Qc +wU +Sh +"} +(2,1,1) = {" +Np +Mq +Pz +Pz +Zq +ZU +aM +Vn +Aq +Qc +NE +nJ +"} +(3,1,1) = {" +ZU +ZU +mB +mB +wD +ZU +OX +fM +TV +Pq +NE +NE +"} +(4,1,1) = {" +ZU +yS +JU +VH +VH +hl +js +nS +om +TV +TV +Qc +"} +(5,1,1) = {" +ZU +gb +Cj +Yc +TO +ZU +pt +uM +Gx +Qa +jf +ZU +"} +(6,1,1) = {" +ZU +Gq +FR +OX +ii +Np +DS +ik +WE +Yc +wP +Qc +"} +(7,1,1) = {" +ZU +ZU +Kn +oc +ZU +Np +ZU +ZU +SQ +Qu +ZU +ZU +"} +(8,1,1) = {" +ZU +qM +ji +OX +FR +pO +ZU +iG +WE +fR +Kt +ZU +"} +(9,1,1) = {" +Sh +ZU +SB +Qg +Yc +yR +Np +kj +nl +OX +YN +ZU +"} +(10,1,1) = {" +nJ +Qc +lK +ru +Xg +VH +mg +VH +ke +OX +Hm +ZU +"} +(11,1,1) = {" +nJ +Pp +Ia +FZ +TV +sv +ZU +Uo +ke +FF +aP +ZU +"} +(12,1,1) = {" +zm +Qc +ge +LW +mN +Ia +ZU +Nk +WE +DS +ZU +ZU +"} +(13,1,1) = {" +Sh +ZU +jc +yr +Ie +ZU +ZU +ZU +yt +ZU +ZU +HQ +"} +(14,1,1) = {" +wU +ZU +Pm +QJ +ZU +ZU +AD +Ti +uC +Se +Qc +Sh +"} +(15,1,1) = {" +HQ +ZU +wl +WE +IG +ZU +ZU +ZU +EJ +Se +ZU +uK +"} +(16,1,1) = {" +Sh +Np +Ig +WE +dJ +ZU +ZO +OT +GW +eQ +Qc +Sh +"} +(17,1,1) = {" +Sh +Np +Rj +WE +OX +ZU +ZU +ZU +FG +ZU +ZU +wU +"} +(18,1,1) = {" +Sh +ZU +lb +Ss +OX +Wo +ez +Nn +cI +Qc +Sh +HQ +"} +(19,1,1) = {" +HQ +ZU +DL +Cj +OX +ZU +oR +OX +hL +Qc +HQ +Sh +"} +(20,1,1) = {" +Sh +ZU +ZU +ZU +ZU +ZU +ZU +Qc +Qc +ZU +Sh +Sh +"} diff --git a/_maps/RandomRuins/JungleRuins/jungle_nest.dmm b/_maps/RandomRuins/JungleRuins/jungle_nest.dmm new file mode 100644 index 000000000000..2783fc59549b --- /dev/null +++ b/_maps/RandomRuins/JungleRuins/jungle_nest.dmm @@ -0,0 +1,814 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aH" = ( +/obj/structure/alien/weeds, +/obj/structure/table/wood/fancy, +/obj/machinery/chem_dispenser/drinks/beer{ + dir = 8 + }, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"aW" = ( +/obj/structure/alien/weeds, +/obj/structure/bed/nest, +/obj/item/storage/bag/books, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"bB" = ( +/obj/structure/alien/weeds, +/obj/structure/mecha_wreckage/seraph, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"ce" = ( +/obj/structure/alien/weeds, +/obj/effect/mob_spawn/human/corpse/cargo_tech, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"cj" = ( +/obj/structure/alien/weeds, +/obj/item/clothing/head/crown, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"cO" = ( +/obj/structure/alien/weeds, +/obj/structure/barricade/wooden, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"dj" = ( +/obj/structure/alien/weeds, +/obj/structure/alien/weeds/node, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"eA" = ( +/obj/structure/flora/ausbushes/pointybush, +/turf/open/floor/plating/dirt/jungle, +/area/overmap_encounter/planetoid/jungle/explored) +"eB" = ( +/obj/structure/flora/ausbushes/reedbush, +/turf/open/floor/plating/dirt/jungle, +/area/overmap_encounter/planetoid/jungle/explored) +"eG" = ( +/obj/structure/alien/weeds, +/obj/structure/bed/nest, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"fj" = ( +/obj/structure/alien/weeds, +/obj/structure/mecha_wreckage/ripley, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"fZ" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/open/floor/plating/dirt/jungle, +/area/overmap_encounter/planetoid/jungle/explored) +"gU" = ( +/obj/structure/alien/weeds, +/obj/effect/decal/remains/xeno, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"hu" = ( +/obj/structure/alien/weeds, +/obj/structure/alien/weeds/node, +/obj/machinery/vending/boozeomat, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"ia" = ( +/obj/structure/alien/weeds, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"iF" = ( +/turf/closed/mineral/random/jungle, +/area/overmap_encounter/planetoid/cave/explored) +"jI" = ( +/obj/structure/alien/resin/wall, +/turf/closed/mineral/random/jungle, +/area/overmap_encounter/planetoid/cave/explored) +"kd" = ( +/obj/structure/alien/resin/membrane, +/obj/structure/alien/weeds, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"lh" = ( +/obj/structure/alien/weeds, +/obj/structure/sink/oil_well, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"lS" = ( +/obj/structure/alien/weeds, +/obj/structure/bed/nest, +/obj/item/clothing/glasses/night, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"mW" = ( +/obj/structure/alien/weeds, +/obj/effect/decal/cleanable/xenoblood/xgibs/larva/body, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"nn" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"oB" = ( +/obj/effect/decal/cleanable/xenoblood/xgibs/larva/body, +/turf/open/floor/plating/dirt/jungle, +/area/overmap_encounter/planetoid/jungle/explored) +"oX" = ( +/obj/structure/alien/weeds, +/obj/structure/alien/egg, +/obj/item/toy/toy_xeno, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"qK" = ( +/obj/structure/flora/junglebush, +/turf/open/floor/plating/dirt/jungle, +/area/overmap_encounter/planetoid/jungle/explored) +"rY" = ( +/obj/structure/alien/weeds, +/obj/structure/table/wood/fancy, +/obj/item/reagent_containers/food/drinks/bottle/fernet, +/obj/item/reagent_containers/food/drinks/bottle/champagne, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"sw" = ( +/obj/structure/alien/resin/wall, +/turf/open/floor/plating/dirt/jungle, +/area/overmap_encounter/planetoid/cave/explored) +"tZ" = ( +/obj/effect/decal/cleanable/xenoblood, +/turf/open/floor/plating/dirt/jungle, +/area/overmap_encounter/planetoid/jungle/explored) +"ul" = ( +/obj/structure/alien/weeds, +/obj/structure/bed/nest, +/obj/item/storage/box/alienhandcuffs, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"uo" = ( +/obj/structure/alien/weeds, +/obj/effect/mob_spawn/human/corpse/assistant, +/obj/structure/bed/nest, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"uR" = ( +/obj/effect/decal/cleanable/xenoblood/xgibs/up, +/turf/open/floor/plating/dirt/jungle, +/area/overmap_encounter/planetoid/jungle/explored) +"vg" = ( +/obj/structure/alien/weeds, +/obj/structure/bed/nest, +/obj/item/clothing/under/costume/mech_suit/blue, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"vt" = ( +/obj/structure/alien/resin/wall, +/turf/open/floor/plating/grass, +/area/overmap_encounter/planetoid/cave/explored) +"vW" = ( +/obj/structure/alien/weeds, +/obj/structure/bed/nest, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/plasma, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"wc" = ( +/obj/structure/alien/weeds, +/obj/structure/alien/egg, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"wg" = ( +/obj/structure/alien/weeds, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"wl" = ( +/obj/structure/alien/weeds, +/obj/effect/decal/cleanable/xenoblood/xgibs/torso, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/jungle/explored) +"wt" = ( +/obj/structure/alien/weeds, +/obj/structure/alien/resin/wall, +/obj/structure/sign/poster/contraband/lusty_xenomorph, +/turf/open/floor/plating/grass, +/area/overmap_encounter/planetoid/cave/explored) +"xY" = ( +/obj/structure/alien/weeds, +/obj/effect/mob_spawn/human/corpse/assistant, +/obj/structure/bed/nest, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"ya" = ( +/obj/effect/decal/cleanable/xenoblood/xgibs/larva, +/turf/open/floor/plating/dirt/jungle, +/area/overmap_encounter/planetoid/jungle/explored) +"yF" = ( +/obj/structure/alien/weeds, +/obj/structure/alien/resin/wall, +/turf/open/floor/plating/grass, +/area/overmap_encounter/planetoid/cave/explored) +"yG" = ( +/obj/structure/alien/weeds, +/mob/living/simple_animal/hostile/alien/maid, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"yV" = ( +/obj/structure/alien/resin/wall, +/obj/structure/alien/weeds, +/turf/closed/mineral/random/jungle, +/area/overmap_encounter/planetoid/cave/explored) +"zi" = ( +/obj/structure/alien/resin/wall, +/obj/structure/alien/weeds, +/turf/open/floor/plating/dirt/jungle, +/area/overmap_encounter/planetoid/cave/explored) +"zv" = ( +/obj/structure/alien/weeds, +/turf/open/floor/plating/dirt/jungle, +/area/overmap_encounter/planetoid/jungle/explored) +"zy" = ( +/obj/structure/alien/resin/wall, +/obj/structure/alien/weeds, +/turf/open/floor/plating/grass, +/area/overmap_encounter/planetoid/cave/explored) +"zz" = ( +/obj/structure/alien/weeds, +/obj/effect/decal/remains/xeno/larva, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"AC" = ( +/obj/structure/alien/weeds, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"AE" = ( +/obj/structure/alien/weeds, +/obj/structure/bed/nest, +/obj/item/clothing/head/helmet/riot, +/obj/item/shield/riot, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"AI" = ( +/obj/structure/alien/weeds, +/obj/structure/alien/weeds/node, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"Du" = ( +/obj/structure/alien/weeds, +/obj/effect/mob_spawn/human/corpse/nanotrasensoldier, +/obj/structure/bed/nest, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"DP" = ( +/obj/structure/alien/resin/wall, +/obj/structure/sign/poster/contraband/backdoor_xeno_babes_6, +/turf/open/floor/plating/grass, +/area/overmap_encounter/planetoid/cave/explored) +"Ee" = ( +/obj/structure/alien/weeds, +/obj/structure/bed/nest, +/obj/item/kitchen/knife/combat/survival, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"EC" = ( +/obj/structure/alien/weeds, +/obj/structure/bed/nest, +/obj/effect/spawner/lootdrop/maintenance/two, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"Fe" = ( +/obj/structure/alien/weeds, +/obj/structure/bed/nest, +/obj/item/cartridge, +/obj/item/clothing/under/rank/civilian/curator, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"FA" = ( +/obj/structure/alien/weeds, +/obj/structure/bed/nest, +/obj/item/clothing/head/helmet/space/eva, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"Gk" = ( +/obj/structure/alien/weeds, +/mob/living/simple_animal/hostile/alien/sentinel, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"Gt" = ( +/obj/structure/alien/weeds, +/obj/structure/alien/resin/membrane, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"Hh" = ( +/obj/structure/alien/weeds, +/mob/living/simple_animal/hostile/alien/drone, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"Hz" = ( +/obj/structure/alien/weeds, +/obj/structure/alien/egg/burst, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"II" = ( +/turf/open/floor/plating/dirt/jungle, +/area/overmap_encounter/planetoid/jungle/explored) +"KR" = ( +/obj/structure/alien/weeds, +/obj/structure/table/wood/fancy, +/obj/machinery/dish_drive, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"Lg" = ( +/obj/structure/alien/weeds, +/obj/structure/alien/resin/membrane, +/turf/open/floor/plating/grass, +/area/overmap_encounter/planetoid/cave/explored) +"Lh" = ( +/obj/structure/alien/weeds, +/mob/living/simple_animal/hostile/alien/queen/large, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"MJ" = ( +/obj/structure/alien/weeds, +/obj/effect/decal/remains/human, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"Ne" = ( +/obj/structure/alien/weeds, +/obj/structure/alien/weeds/node, +/mob/living/simple_animal/hostile/alien, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"NK" = ( +/obj/structure/alien/weeds, +/obj/item/bodypart/chest/larva, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"RG" = ( +/obj/structure/alien/weeds, +/turf/closed/mineral/random/jungle, +/area/overmap_encounter/planetoid/cave/explored) +"TS" = ( +/obj/structure/alien/weeds, +/obj/structure/bed/nest, +/obj/item/mecha_parts/mecha_equipment/drill/diamonddrill, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"TY" = ( +/obj/structure/flora/junglebush/large, +/turf/open/floor/plating/dirt/jungle, +/area/overmap_encounter/planetoid/jungle/explored) +"UV" = ( +/obj/structure/alien/weeds, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/jungle/explored) +"VK" = ( +/obj/structure/flora/tree/jungle/small, +/turf/open/floor/plating/dirt/jungle, +/area/overmap_encounter/planetoid/jungle/explored) +"VT" = ( +/obj/structure/alien/weeds, +/obj/structure/table/wood/fancy, +/obj/machinery/chem_dispenser/drinks{ + dir = 8 + }, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) +"Wb" = ( +/turf/template_noop, +/area/template_noop) +"Wj" = ( +/obj/structure/flora/tree/jungle, +/turf/open/floor/plating/dirt/jungle, +/area/overmap_encounter/planetoid/jungle/explored) +"Yq" = ( +/obj/structure/flora/ausbushes/stalkybush, +/turf/open/floor/plating/dirt/jungle, +/area/overmap_encounter/planetoid/jungle/explored) + +(1,1,1) = {" +Wb +Wb +Wb +Wb +iF +iF +II +II +tZ +eB +Wb +Wb +Wb +Wb +Wb +"} +(2,1,1) = {" +Wb +Wb +iF +iF +iF +iF +RG +Yq +II +Wj +II +Wb +Wb +Wb +Wb +"} +(3,1,1) = {" +Wb +iF +jI +zi +zi +zi +vt +zv +zv +II +II +II +Wb +Wb +Wb +"} +(4,1,1) = {" +iF +jI +zy +Hz +zz +NK +zy +zy +zy +ya +TY +II +Wb +Wb +Wb +"} +(5,1,1) = {" +iF +vt +wc +ia +ia +ia +ia +vg +zy +zv +II +II +fZ +Wb +Wb +"} +(6,1,1) = {" +iF +vt +wc +AI +fj +ce +ia +ia +zy +zy +zy +zy +II +II +Wb +"} +(7,1,1) = {" +iF +sw +vt +ia +Lh +ia +yF +Gt +yF +lh +lS +zy +II +qK +Wb +"} +(8,1,1) = {" +iF +iF +vt +mW +ia +ia +yF +ia +yF +dj +Du +zy +eB +oB +Yq +"} +(9,1,1) = {" +iF +iF +vt +vt +cj +mW +yF +Hh +yF +Gk +AE +zy +UV +II +II +"} +(10,1,1) = {" +Wb +iF +iF +vt +oX +yF +yF +ia +yF +ia +zy +vt +UV +VK +II +"} +(11,1,1) = {" +Wb +iF +iF +vt +yF +yF +EC +ia +yF +Gt +zy +cO +UV +UV +TY +"} +(12,1,1) = {" +Wb +iF +iF +vt +ia +gU +AI +ia +ia +ia +kd +AC +wl +UV +II +"} +(13,1,1) = {" +Wb +iF +sw +zy +Gt +yF +yF +yF +yF +yF +zy +nn +UV +UV +eA +"} +(14,1,1) = {" +Wb +iF +vt +uo +ia +ia +ia +ia +bB +vW +zy +zy +zy +zy +uR +"} +(15,1,1) = {" +Wb +iF +DP +FA +ia +Hh +ia +wg +xY +yF +yF +Fe +aW +zy +Yq +"} +(16,1,1) = {" +Wb +iF +sw +Ee +ia +AI +ia +ia +TS +yF +ia +Ne +eG +zy +iF +"} +(17,1,1) = {" +Wb +iF +jI +vt +yF +Lg +yF +yF +yF +yF +ia +MJ +ul +yV +iF +"} +(18,1,1) = {" +Wb +Wb +iF +jI +vt +ia +ia +ia +ia +ia +ia +zy +vt +jI +iF +"} +(19,1,1) = {" +Wb +Wb +Wb +iF +jI +vt +vt +Gt +yF +wt +yF +zy +iF +iF +Wb +"} +(20,1,1) = {" +Wb +Wb +Wb +Wb +iF +iF +vt +ia +ia +ia +KR +zy +iF +Wb +Wb +"} +(21,1,1) = {" +Wb +Wb +Wb +Wb +Wb +Wb +jI +vt +hu +yG +rY +yV +iF +Wb +Wb +"} +(22,1,1) = {" +Wb +Wb +Wb +Wb +Wb +Wb +Wb +jI +vt +VT +aH +yV +Wb +Wb +Wb +"} +(23,1,1) = {" +Wb +Wb +Wb +Wb +Wb +Wb +Wb +iF +sw +vt +jI +jI +Wb +Wb +Wb +"} +(24,1,1) = {" +Wb +Wb +Wb +Wb +Wb +Wb +Wb +Wb +iF +iF +iF +Wb +Wb +Wb +Wb +"} +(25,1,1) = {" +Wb +Wb +Wb +Wb +Wb +Wb +Wb +Wb +Wb +Wb +Wb +Wb +Wb +Wb +Wb +"} diff --git a/_maps/RandomRuins/JungleRuins/jungle_pirate.dmm b/_maps/RandomRuins/JungleRuins/jungle_pirate.dmm new file mode 100644 index 000000000000..739244a8b282 --- /dev/null +++ b/_maps/RandomRuins/JungleRuins/jungle_pirate.dmm @@ -0,0 +1,747 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ay" = ( +/obj/structure/statue/sandstone/venus{ + dir = 1 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"aR" = ( +/obj/effect/decal/cleanable/oil, +/turf/open/floor/wood, +/area/ruin/unpowered) +"ch" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"cM" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/pod/dark, +/area/overmap_encounter/planetoid/jungle/explored) +"ej" = ( +/obj/structure/railing, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/unpowered) +"eK" = ( +/obj/item/bedsheet/syndie, +/obj/structure/bed, +/turf/open/floor/wood, +/area/ruin/unpowered) +"eV" = ( +/obj/structure/railing, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/overmap_encounter/planetoid/jungle/explored) +"gz" = ( +/obj/structure/stairs/east, +/turf/open/floor/wood, +/area/ruin/unpowered) +"gE" = ( +/obj/structure/closet/crate/wooden/toy, +/turf/open/floor/wood, +/area/ruin/unpowered) +"gW" = ( +/obj/structure/railing, +/obj/effect/decal/cleanable/ash, +/obj/structure/fluff/oldturret, +/turf/open/floor/wood, +/area/ruin/unpowered) +"iw" = ( +/obj/item/ammo_box/c45, +/obj/structure/table/wood/poker, +/turf/open/floor/wood, +/area/ruin/unpowered) +"iC" = ( +/obj/item/ammo_box/c9mm, +/obj/structure/table/wood/poker, +/turf/open/floor/wood, +/area/ruin/unpowered) +"iY" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"jc" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"jN" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/plating/dirt/jungle/dark/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"kh" = ( +/turf/closed/wall/mineral/wood, +/area/ruin/unpowered) +"lv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood, +/area/overmap_encounter/planetoid/jungle/explored) +"lN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/stairs/east, +/turf/open/floor/wood, +/area/ruin/unpowered) +"nD" = ( +/obj/item/ammo_box/a40mm, +/obj/structure/table/wood/poker, +/turf/open/floor/wood, +/area/ruin/unpowered) +"of" = ( +/turf/open/floor/pod/dark, +/area/overmap_encounter/planetoid/jungle/explored) +"oj" = ( +/obj/effect/decal/cleanable/food/egg_smudge, +/turf/open/floor/wood, +/area/ruin/unpowered) +"oX" = ( +/obj/structure/curtain/bounty, +/turf/open/floor/wood, +/area/ruin/unpowered) +"pd" = ( +/obj/item/storage/bag/money/vault, +/obj/item/storage/bag/money/vault, +/obj/item/storage/bag/money/vault, +/obj/item/storage/bag/money/vault, +/obj/item/storage/bag/money/vault, +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/unpowered) +"pR" = ( +/obj/structure/railing{ + dir = 4 + }, +/mob/living/simple_animal/hostile/human/pirate/ranged, +/turf/open/floor/wood, +/area/ruin/unpowered) +"qL" = ( +/obj/structure/table/wood/poker, +/obj/item/gun/energy/laser, +/turf/open/floor/carpet/red, +/area/ruin/unpowered) +"rc" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/overmap_encounter/planetoid/jungle/explored) +"sH" = ( +/turf/open/floor/wood, +/area/ruin/unpowered) +"tw" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/plating/dirt/jungle/dark/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"tG" = ( +/turf/open/water/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"uf" = ( +/obj/structure/closet/crate/goldcrate, +/turf/open/floor/wood, +/area/ruin/unpowered) +"xd" = ( +/turf/open/floor/plating/dirt/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"xT" = ( +/obj/structure/bonfire/prelit, +/turf/open/floor/wood, +/area/ruin/unpowered) +"ze" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/unpowered) +"zk" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 5 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"zN" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/open/floor/plating/dirt/jungle/dark/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"BV" = ( +/obj/structure/bonfire/prelit, +/turf/open/floor/plating/dirt/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"CG" = ( +/obj/structure/curtain/bounty, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Dh" = ( +/obj/structure/closet/crate/goldcrate, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/overmap_encounter/planetoid/jungle/explored) +"Dm" = ( +/obj/structure/shuttle/engine/propulsion/burst{ + dir = 4 + }, +/turf/open/water/jungle/lit, +/area/ruin/unpowered) +"DC" = ( +/obj/structure/railing, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"DH" = ( +/mob/living/simple_animal/hostile/human/pirate/ranged/space, +/turf/open/floor/carpet/red, +/area/ruin/unpowered) +"DS" = ( +/mob/living/simple_animal/hostile/human/pirate/ranged, +/turf/open/floor/wood, +/area/overmap_encounter/planetoid/jungle/explored) +"DV" = ( +/obj/vehicle/ridden/lavaboat, +/turf/open/water/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"Er" = ( +/obj/structure/dresser, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Ew" = ( +/obj/structure/table/wood/poker, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/mob/living/simple_animal/parrot{ + faction = list("pirate"); + name = "Pegwing" + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Fi" = ( +/obj/structure/railing, +/turf/open/floor/wood, +/area/overmap_encounter/planetoid/jungle/explored) +"Ic" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/plating/dirt/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"IH" = ( +/obj/item/reagent_containers/glass/bucket/wooden, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Jx" = ( +/turf/open/floor/wood, +/area/overmap_encounter/planetoid/jungle/explored) +"Kd" = ( +/obj/structure/fermenting_barrel, +/turf/open/floor/wood, +/area/overmap_encounter/planetoid/jungle/explored) +"Kl" = ( +/turf/open/floor/plating/dirt/jungle/dark/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"KD" = ( +/obj/machinery/grill, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/wood, +/area/ruin/unpowered) +"LD" = ( +/obj/item/ammo_box/c45_speedloader, +/obj/structure/table/wood/poker, +/turf/open/floor/wood, +/area/ruin/unpowered) +"LT" = ( +/mob/living/simple_animal/hostile/human/pirate/melee, +/obj/structure/chair/wood, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/overmap_encounter/planetoid/jungle/explored) +"MX" = ( +/obj/structure/fluff/oldturret, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Nq" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/water/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"NY" = ( +/obj/structure/railing, +/obj/effect/decal/cleanable/ash/large, +/obj/structure/fluff/oldturret, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Pp" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/decal/cleanable/ash, +/obj/structure/fluff/oldturret, +/turf/open/floor/wood, +/area/ruin/unpowered) +"PI" = ( +/obj/structure/closet/crate/secure/weapon, +/obj/item/gun/energy/laser, +/obj/item/gun/energy/laser, +/obj/item/gun/energy/laser, +/turf/open/floor/wood, +/area/overmap_encounter/planetoid/jungle/explored) +"Qq" = ( +/turf/template_noop, +/area/template_noop) +"RY" = ( +/obj/effect/decal/cleanable/food/flour, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Sk" = ( +/obj/structure/safe, +/obj/item/gun/ballistic/shotgun/brimstone, +/obj/item/gun/ballistic/shotgun/brimstone, +/obj/item/gun/ballistic/shotgun/brimstone, +/obj/item/gun/grenadelauncher, +/turf/open/floor/wood, +/area/ruin/unpowered) +"SA" = ( +/obj/structure/railing, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Th" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"TH" = ( +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"TX" = ( +/obj/structure/closet/crate/secure/loot, +/turf/open/floor/wood, +/area/overmap_encounter/planetoid/jungle/explored) +"UA" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/decal/cleanable/ash/large, +/obj/structure/fluff/oldturret, +/turf/open/floor/wood, +/area/ruin/unpowered) +"UR" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/plating/dirt/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"UX" = ( +/mob/living/simple_animal/hostile/human/pirate/melee, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Vf" = ( +/turf/open/floor/carpet/red, +/area/ruin/unpowered) +"Wk" = ( +/obj/structure/closet/crate/critter, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/parrot{ + faction = list("pirate") + }, +/turf/open/floor/wood, +/area/overmap_encounter/planetoid/jungle/explored) +"Wp" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"WA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/oil, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Xb" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/carpet/red, +/area/ruin/unpowered) +"Xt" = ( +/obj/structure/table/wood/poker, +/obj/item/nullrod/claymore/saber/pirate, +/obj/item/melee/transforming/energy/sword/saber/pirate, +/turf/open/floor/carpet/red, +/area/ruin/unpowered) +"XA" = ( +/mob/living/simple_animal/hostile/human/pirate/melee, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Zl" = ( +/obj/structure/ore_box, +/turf/open/floor/wood, +/area/overmap_encounter/planetoid/jungle/explored) +"ZM" = ( +/obj/structure/closet/crate/goldcrate, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/unpowered) + +(1,1,1) = {" +Qq +Qq +xd +xd +Kl +Kl +tG +tG +tG +tG +tG +Kl +Kl +Qq +Qq +"} +(2,1,1) = {" +Qq +BV +xd +Kl +Kl +tG +tG +tG +ay +MX +tG +tG +Kl +Kl +Qq +"} +(3,1,1) = {" +Ic +Ic +zN +Kl +tG +tG +tG +tG +sH +sH +tG +tG +tG +Kl +Qq +"} +(4,1,1) = {" +lv +rc +tw +tG +tG +tG +tG +Th +sH +WA +ej +tG +tG +Kl +Qq +"} +(5,1,1) = {" +Zl +Jx +tw +tG +tG +tG +jc +Wp +UX +sH +ch +TH +tG +Kl +Kl +"} +(6,1,1) = {" +Kd +Jx +tw +tG +tG +tG +UA +sH +sH +sH +sH +gW +tG +tG +Kl +"} +(7,1,1) = {" +Dh +eV +tw +tG +tG +jc +ze +sH +uf +uf +sH +ch +TH +tG +Kl +"} +(8,1,1) = {" +Jx +Fi +tG +tG +DV +Pp +XA +nD +kh +kh +iC +UX +NY +DV +Kl +"} +(9,1,1) = {" +PI +eV +tG +tG +tG +Th +sH +LD +kh +kh +iw +aR +SA +tG +Kl +"} +(10,1,1) = {" +LT +Jx +of +cM +of +WA +sH +sH +oj +sH +sH +sH +sH +tG +tG +"} +(11,1,1) = {" +Jx +Jx +cM +of +of +IH +gz +RY +KD +xT +sH +lN +gE +tG +tG +"} +(12,1,1) = {" +TX +Fi +tG +tG +tG +kh +kh +oX +kh +kh +oX +kh +kh +tG +tG +"} +(13,1,1) = {" +Wk +eV +tG +tG +DV +kh +Er +Xb +qL +Xt +Vf +pd +kh +DV +Kl +"} +(14,1,1) = {" +Kd +Fi +tw +tG +tG +kh +eK +DH +Xb +Vf +Vf +ZM +kh +tG +Kl +"} +(15,1,1) = {" +Kd +rc +tw +tG +tG +kh +kh +Ew +sH +sH +Sk +kh +kh +tG +Kl +"} +(16,1,1) = {" +DS +Jx +tw +tG +tG +Dm +kh +kh +oX +CG +kh +kh +Dm +tG +Kl +"} +(17,1,1) = {" +UR +UR +jN +Kl +tG +tG +Dm +zk +pR +iY +DC +Dm +tG +Kl +Kl +"} +(18,1,1) = {" +Qq +xd +xd +Kl +tG +tG +tG +tG +tG +Nq +tG +tG +tG +Kl +Qq +"} +(19,1,1) = {" +Qq +BV +xd +Kl +Kl +Kl +tG +tG +tG +tG +tG +tG +Kl +Kl +Qq +"} +(20,1,1) = {" +Qq +Qq +xd +xd +xd +Kl +Kl +Kl +tG +tG +Kl +Kl +Kl +Qq +Qq +"} diff --git a/_maps/RandomRuins/JungleRuins/jungle_pizzawave.dmm b/_maps/RandomRuins/JungleRuins/jungle_pizzawave.dmm new file mode 100644 index 000000000000..e4dee4cec868 --- /dev/null +++ b/_maps/RandomRuins/JungleRuins/jungle_pizzawave.dmm @@ -0,0 +1,452 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/mineral/random/jungle, +/area/overmap_encounter/planetoid/cave/explored) +"b" = ( +/obj/machinery/jukebox, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/vaporwave, +/area/overmap_encounter/planetoid/cave/explored) +"c" = ( +/obj/structure/table/wood, +/turf/open/floor/grass, +/area/overmap_encounter/planetoid/cave/explored) +"d" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/memeorgans, +/turf/open/floor/grass, +/area/overmap_encounter/planetoid/cave/explored) +"e" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/open/floor/grass, +/area/overmap_encounter/planetoid/cave/explored) +"f" = ( +/mob/living/simple_animal/hostile/lizard/space, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/vaporwave, +/area/overmap_encounter/planetoid/cave/explored) +"g" = ( +/obj/structure/table/wood/fancy/purple, +/turf/open/floor/plasteel/vaporwave, +/area/overmap_encounter/planetoid/cave/explored) +"h" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/vaporwave, +/area/overmap_encounter/planetoid/cave/explored) +"i" = ( +/turf/open/floor/grass, +/area/overmap_encounter/planetoid/cave/explored) +"j" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/open/floor/grass, +/area/overmap_encounter/planetoid/cave/explored) +"k" = ( +/mob/living/simple_animal/butterfly, +/turf/open/floor/grass, +/area/overmap_encounter/planetoid/cave/explored) +"l" = ( +/obj/structure/flora/ausbushes/reedbush, +/turf/open/floor/grass, +/area/overmap_encounter/planetoid/cave/explored) +"m" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/colocup/lean, +/turf/open/floor/grass, +/area/overmap_encounter/planetoid/cave/explored) +"n" = ( +/obj/structure/table/wood/fancy/purple, +/obj/item/flashlight/glowstick/pink, +/obj/item/flashlight/glowstick, +/obj/item/flashlight/glowstick/blue, +/obj/item/flashlight/glowstick/cyan, +/obj/item/flashlight/glowstick/orange, +/obj/item/flashlight/glowstick/red, +/obj/item/flashlight/glowstick/yellow, +/turf/open/floor/plasteel/vaporwave, +/area/overmap_encounter/planetoid/cave/explored) +"p" = ( +/obj/structure/statue/sandstone/venus{ + dir = 8 + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/vaporwave, +/area/overmap_encounter/planetoid/cave/explored) +"s" = ( +/obj/structure/flora/tree/jungle, +/turf/open/floor/grass, +/area/overmap_encounter/planetoid/cave/explored) +"t" = ( +/obj/structure/musician/piano, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/vaporwave, +/area/overmap_encounter/planetoid/cave/explored) +"u" = ( +/obj/structure/table/wood/fancy/purple, +/obj/item/storage/pill_bottle/zoom, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/spacecash/bundle/c1000, +/turf/open/floor/plasteel/vaporwave, +/area/overmap_encounter/planetoid/cave/explored) +"v" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/brflowers, +/turf/open/floor/grass, +/area/overmap_encounter/planetoid/cave/explored) +"w" = ( +/obj/structure/window/reinforced/tinted/fulltile, +/obj/structure/grille, +/turf/open/floor/plasteel/vaporwave, +/area/overmap_encounter/planetoid/cave/explored) +"x" = ( +/obj/structure/sink/puddle, +/turf/open/floor/grass, +/area/overmap_encounter/planetoid/cave/explored) +"z" = ( +/turf/template_noop, +/area/template_noop) +"A" = ( +/obj/structure/flora/ausbushes/sunnybush, +/turf/open/floor/grass, +/area/overmap_encounter/planetoid/cave/explored) +"B" = ( +/obj/structure/table/wood, +/obj/item/pizzabox/meat, +/turf/open/floor/grass, +/area/overmap_encounter/planetoid/cave/explored) +"D" = ( +/mob/living/simple_animal/pet/gondola, +/turf/open/floor/grass, +/area/overmap_encounter/planetoid/cave/explored) +"E" = ( +/obj/structure/flora/tree/jungle/small, +/turf/open/floor/grass, +/area/overmap_encounter/planetoid/cave/explored) +"F" = ( +/obj/machinery/door/airlock/grunge, +/turf/open/floor/plasteel/vaporwave, +/area/overmap_encounter/planetoid/cave/explored) +"G" = ( +/obj/structure/table/wood, +/obj/item/storage/pill_bottle/dice, +/obj/item/spacecash/bundle/c1000, +/turf/open/floor/grass, +/area/overmap_encounter/planetoid/cave/explored) +"H" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/turf/open/floor/grass, +/area/overmap_encounter/planetoid/cave/explored) +"I" = ( +/obj/structure/table/wood/fancy/royalblue, +/obj/item/clothing/glasses/sunglasses/big, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/vaporwave, +/area/overmap_encounter/planetoid/cave/explored) +"K" = ( +/obj/machinery/door/airlock/grunge, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/vaporwave, +/area/overmap_encounter/planetoid/cave/explored) +"L" = ( +/obj/structure/bed/pod, +/turf/open/floor/grass, +/area/overmap_encounter/planetoid/cave/explored) +"M" = ( +/obj/structure/statue/sandstone/venus, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/vaporwave, +/area/overmap_encounter/planetoid/cave/explored) +"N" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/minor/kittyears_or_rabbitears, +/turf/open/floor/grass, +/area/overmap_encounter/planetoid/cave/explored) +"O" = ( +/turf/open/floor/plasteel/vaporwave, +/area/overmap_encounter/planetoid/cave/explored) +"P" = ( +/obj/effect/decal/cleanable/greenglow, +/turf/closed/wall, +/area/overmap_encounter/planetoid/cave/explored) +"Q" = ( +/obj/structure/table/wood/fancy/royalblue, +/obj/item/statuebust, +/turf/open/floor/plasteel/vaporwave, +/area/overmap_encounter/planetoid/cave/explored) +"R" = ( +/obj/effect/decal/cleanable/greenglow, +/obj/effect/decal/cleanable/dirt/dust, +/turf/closed/wall, +/area/overmap_encounter/planetoid/cave/explored) +"S" = ( +/mob/living/simple_animal/hostile/lightgeist, +/turf/open/floor/plasteel/vaporwave, +/area/overmap_encounter/planetoid/cave/explored) +"T" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/grass, +/area/overmap_encounter/planetoid/cave/explored) +"U" = ( +/obj/structure/table/wood/fancy/purple, +/obj/item/clothing/suit/det_suit, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/vaporwave, +/area/overmap_encounter/planetoid/cave/explored) + +(1,1,1) = {" +z +z +z +a +a +a +a +a +a +a +a +a +a +z +z +"} +(2,1,1) = {" +z +z +a +a +a +a +a +i +i +i +l +a +a +a +z +"} +(3,1,1) = {" +z +a +a +a +a +i +H +i +i +s +i +H +a +a +z +"} +(4,1,1) = {" +a +a +a +a +e +i +k +i +D +i +x +i +B +a +a +"} +(5,1,1) = {" +a +a +H +i +i +i +N +d +i +v +i +k +c +a +a +"} +(6,1,1) = {" +a +a +i +P +P +R +P +P +P +P +P +i +e +T +a +"} +(7,1,1) = {" +a +i +l +P +M +h +U +u +O +t +P +i +i +G +a +"} +(8,1,1) = {" +a +i +i +w +I +h +O +S +O +h +K +H +k +m +a +"} +(9,1,1) = {" +a +k +e +w +Q +O +f +h +O +O +F +i +i +a +a +"} +(10,1,1) = {" +a +j +i +P +p +O +g +n +O +b +P +j +L +a +a +"} +(11,1,1) = {" +a +i +i +P +P +P +P +P +P +P +P +i +a +a +z +"} +(12,1,1) = {" +a +a +i +i +k +i +i +i +i +i +H +A +a +a +z +"} +(13,1,1) = {" +z +a +a +a +j +l +e +i +k +E +i +a +a +a +z +"} +(14,1,1) = {" +z +a +a +a +a +a +a +H +i +i +a +a +a +z +z +"} +(15,1,1) = {" +z +z +z +a +a +a +a +a +a +a +a +z +z +z +z +"} diff --git a/_maps/RandomRuins/JungleRuins/jungle_seedling.dmm b/_maps/RandomRuins/JungleRuins/jungle_seedling.dmm new file mode 100644 index 000000000000..3dff53c32639 --- /dev/null +++ b/_maps/RandomRuins/JungleRuins/jungle_seedling.dmm @@ -0,0 +1,462 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"cO" = ( +/obj/machinery/door/airlock/survival_pod, +/turf/open/floor/plasteel/tech/grid, +/area/ruin/powered) +"dT" = ( +/obj/structure/flora/stump, +/turf/open/floor/plating/dirt/jungle/dark/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"fj" = ( +/obj/structure/flora/rock/jungle, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"iB" = ( +/obj/structure/fence/corner{ + dir = 1 + }, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"iJ" = ( +/obj/structure/flora/junglebush/large, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"iX" = ( +/obj/structure/fence/cut/large{ + dir = 8 + }, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"kj" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/plating/dirt/jungle/dark/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"mh" = ( +/obj/structure/fence/corner{ + dir = 8 + }, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"ms" = ( +/obj/machinery/hydroponics/soil, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"mt" = ( +/obj/item/storage/bag/medical, +/obj/machinery/light/small/directional/south, +/turf/open/floor/plasteel/tech/grid, +/area/ruin/powered) +"nW" = ( +/obj/machinery/power/shuttle/engine/electric{ + dir = 8 + }, +/turf/open/floor/plasteel/tech/grid, +/area/ruin/powered) +"pl" = ( +/obj/structure/closet/crate/freezer, +/obj/item/organ/cyberimp/arm/surgery, +/obj/item/organ/eyes/night_vision/mushroom, +/obj/item/organ/heart/cybernetic/tier3, +/obj/item/organ/liver/plasmaman, +/obj/item/organ/tongue/robot, +/obj/item/organ/moth_wings, +/obj/item/organ/stomach/cybernetic/tier2, +/turf/open/floor/plasteel/freezer, +/area/ruin/powered) +"pN" = ( +/obj/item/clothing/mask/breath/medical, +/turf/open/floor/plasteel/freezer, +/area/ruin/powered) +"rN" = ( +/obj/structure/flora/tree/jungle/small, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"rZ" = ( +/obj/machinery/hydroponics/soil, +/obj/effect/decal/cleanable/food/tomato_smudge, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"so" = ( +/obj/structure/flora/rock, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"uY" = ( +/turf/closed/wall/mineral/titanium/survival/pod, +/area/ruin/powered) +"vZ" = ( +/obj/structure/fence/door, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"wa" = ( +/obj/structure/flora/rock/pile, +/turf/open/floor/plating/dirt/jungle/dark/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"wT" = ( +/obj/structure/fence/end{ + dir = 8 + }, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"wW" = ( +/obj/structure/flora/junglebush/c, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"xV" = ( +/obj/structure/flora/rock/pile, +/turf/open/floor/plating/dirt/jungle/wasteland/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"zA" = ( +/obj/item/stack/rods, +/turf/open/floor/plating/dirt/jungle/dark/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"Ef" = ( +/mob/living/simple_animal/hostile/venus_human_trap, +/turf/open/water/jungle, +/area/overmap_encounter/planetoid/jungle/explored) +"FT" = ( +/obj/item/scythe, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"Io" = ( +/turf/closed/mineral, +/area/overmap_encounter/planetoid/jungle/explored) +"JL" = ( +/turf/open/water/jungle, +/area/overmap_encounter/planetoid/jungle/explored) +"Ld" = ( +/obj/item/clothing/suit/hooded/wintercoat/medical, +/turf/open/floor/plasteel/freezer, +/area/ruin/powered) +"Lt" = ( +/turf/open/floor/plating/dirt/jungle/dark/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"Nj" = ( +/mob/living/simple_animal/bot/medbot/rockplanet, +/obj/item/circuitboard/machine/techfab/department/medical, +/turf/open/floor/plasteel/freezer, +/area/ruin/powered) +"Pe" = ( +/obj/structure/closet/crate/freezer/blood, +/turf/open/floor/plasteel/tech/grid, +/area/ruin/powered) +"Py" = ( +/obj/structure/fence, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"Qe" = ( +/obj/machinery/hydroponics/soil, +/obj/item/reagent_containers/food/snacks/salad/jungle, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"QF" = ( +/obj/item/stack/rods, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"QG" = ( +/obj/effect/decal/cleanable/food/tomato_smudge, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"QV" = ( +/obj/structure/flora/rock/jungle, +/turf/open/floor/plating/dirt/jungle/dark/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"SA" = ( +/obj/structure/flora/junglebush, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"SI" = ( +/obj/effect/turf_decal/dept/medical, +/turf/closed/wall/mineral/titanium/survival/pod, +/area/ruin/powered) +"TD" = ( +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"TM" = ( +/obj/item/cultivator/rake, +/mob/living/simple_animal/hostile/venus_human_trap, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"Uv" = ( +/obj/structure/fence{ + dir = 4 + }, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"Vf" = ( +/obj/structure/flora/junglebush/b, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"Vu" = ( +/obj/structure/frame/machine, +/turf/open/floor/plasteel/tech/grid, +/area/ruin/unpowered) +"VB" = ( +/turf/open/floor/plating/dirt/jungle, +/area/overmap_encounter/planetoid/jungle/explored) +"WA" = ( +/obj/effect/spawner/structure/window/survival_pod, +/turf/open/floor/plasteel, +/area/ruin/powered) +"WR" = ( +/obj/structure/flora/rock, +/turf/open/floor/plating/dirt/jungle/wasteland/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"ZE" = ( +/turf/open/floor/plating/dirt/jungle/wasteland/lit, +/area/overmap_encounter/planetoid/jungle/explored) + +(1,1,1) = {" +SA +ZE +TD +Io +ZE +Io +ZE +xV +TD +wW +TD +TD +TD +Vf +TD +"} +(2,1,1) = {" +WR +xV +Io +Io +Io +Io +Io +TD +rN +TD +TD +SA +TD +TD +TD +"} +(3,1,1) = {" +ZE +Io +Io +WA +WA +Io +WR +SA +wW +TD +Vf +TD +TD +wW +TD +"} +(4,1,1) = {" +ZE +ZE +uY +Nj +pl +uY +ZE +mh +Py +Py +Py +Py +iB +TD +iJ +"} +(5,1,1) = {" +TD +ZE +SI +Pe +mt +SI +TD +Uv +Vf +FT +wW +TD +Uv +fj +TD +"} +(6,1,1) = {" +rN +fj +uY +Ld +pN +uY +QF +Uv +SA +Qe +ms +Vf +Uv +TD +TD +"} +(7,1,1) = {" +SA +TD +nW +cO +cO +Vu +Vf +TD +JL +JL +Ef +TD +Uv +TD +TD +"} +(8,1,1) = {" +fj +TD +Lt +QV +kj +wa +TD +QF +rZ +JL +JL +JL +iX +TD +TD +"} +(9,1,1) = {" +iJ +TD +wa +Lt +zA +Lt +Uv +TD +TM +ms +JL +JL +Uv +SA +TD +"} +(10,1,1) = {" +TD +Lt +Lt +Lt +Lt +QF +Vf +QG +ms +JL +JL +JL +Uv +TD +iJ +"} +(11,1,1) = {" +TD +QV +Lt +Lt +QV +iX +TD +JL +JL +JL +JL +TD +Uv +TD +TD +"} +(12,1,1) = {" +TD +Lt +dT +Lt +TD +TD +TD +JL +JL +JL +JL +wW +Uv +TD +TD +"} +(13,1,1) = {" +SA +Lt +Lt +Lt +wW +TD +QF +TD +JL +JL +so +TD +vZ +TD +TD +"} +(14,1,1) = {" +TD +Lt +Lt +TD +TD +iJ +TD +Vf +TD +wW +TD +TD +wT +TD +TD +"} +(15,1,1) = {" +TD +VB +rN +wW +TD +Vf +TD +TD +SA +TD +TD +fj +TD +rN +TD +"} diff --git a/_maps/RandomRuins/JungleRuins/jungle_surface_bombmakers_cabin.dmm b/_maps/RandomRuins/JungleRuins/jungle_surface_bombmakers_cabin.dmm new file mode 100644 index 000000000000..878e674b7835 --- /dev/null +++ b/_maps/RandomRuins/JungleRuins/jungle_surface_bombmakers_cabin.dmm @@ -0,0 +1,731 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aE" = ( +/obj/machinery/light/broken/directional/west, +/turf/open/floor/wood, +/area/ruin/powered) +"bF" = ( +/obj/structure/closet/crate/bin, +/obj/item/trash/popcorn, +/obj/item/trash/candy, +/obj/item/grenade/frag{ + name = "garbage" + }, +/turf/open/floor/wood, +/area/ruin/powered) +"bM" = ( +/turf/open/floor/carpet/red, +/area/ruin/powered) +"dQ" = ( +/mob/living/simple_animal/hostile/rat, +/obj/machinery/light/small/broken/directional/north, +/turf/open/floor/wood, +/area/ruin/powered) +"eE" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/ruin/powered) +"eG" = ( +/obj/structure/flora/tree/jungle, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"eX" = ( +/mob/living/simple_animal/hostile/rat{ + dir = 4 + }, +/turf/open/floor/carpet/red, +/area/ruin/powered) +"eZ" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/ruin/powered) +"fu" = ( +/obj/structure/table/wood, +/obj/item/multitool{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/wirecutters/old{ + pixel_y = -1 + }, +/obj/item/stack/cable_coil/random/five{ + pixel_x = 9; + pixel_y = 6 + }, +/turf/open/floor/wood, +/area/ruin/powered) +"gI" = ( +/obj/structure/table/wood/reinforced, +/obj/item/ammo_casing/shotgun/improvised{ + pixel_x = 6; + pixel_y = -5 + }, +/obj/item/ammo_casing/shotgun/improvised{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/ammo_casing/shotgun/improvised{ + pixel_x = 6; + pixel_y = 8 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/ruin/powered) +"gO" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"hD" = ( +/obj/machinery/light/small/directional/south, +/turf/open/floor/wood, +/area/ruin/powered) +"iH" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken2" + }, +/area/ruin/powered) +"iS" = ( +/obj/structure/chair/plastic{ + dir = 8 + }, +/turf/open/floor/wood, +/area/ruin/powered) +"kn" = ( +/obj/machinery/hydroponics/soil, +/obj/item/seeds/corn, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"ky" = ( +/obj/structure/fence{ + dir = 4 + }, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"kL" = ( +/obj/structure/fence/cut/medium, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"lN" = ( +/obj/structure/table/wood, +/obj/item/grenade/chem_grenade/ez_clean{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/item/grenade/chem_grenade/cleaner{ + pixel_x = 6; + pixel_y = 7 + }, +/obj/item/research_notes/loot/small{ + origin_type = "explosives"; + pixel_y = 4; + value = 1200 + }, +/turf/open/floor/wood, +/area/ruin/powered) +"lW" = ( +/obj/structure/barricade/wooden/crude, +/obj/machinery/door/airlock/wood, +/turf/open/floor/wood, +/area/ruin/powered) +"oD" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/ruin/powered) +"oH" = ( +/obj/structure/fence/corner{ + dir = 5 + }, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"qp" = ( +/obj/structure/noticeboard{ + desc = "A board with many old marks and paper scraps on it."; + dir = 4; + name = "Teacher's Board" + }, +/turf/closed/wall/mineral/wood, +/area/ruin/powered) +"ri" = ( +/obj/structure/chair/plastic{ + dir = 8 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/ruin/powered) +"rF" = ( +/mob/living/simple_animal/hostile/asteroid/hivelord/legion/dwarf{ + desc = "You can still see what was once a rather small human under the shifting mass of corruption. Its trying to keep you away from the main office for some reason."; + name = "Student" + }, +/turf/open/floor/wood, +/area/ruin/powered) +"rN" = ( +/obj/structure/dresser, +/obj/item/research_notes/loot/medium{ + origin_type = "explosives"; + pixel_y = 6 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/ruin/powered) +"so" = ( +/obj/structure/flora/junglebush/c, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"sV" = ( +/obj/structure/chair/comfy/grey/directional/south, +/turf/open/floor/carpet/red, +/area/ruin/powered) +"sX" = ( +/obj/structure/bed, +/obj/item/bedsheet/rd, +/turf/open/floor/wood, +/area/ruin/powered) +"tc" = ( +/obj/structure/fence, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"uH" = ( +/obj/structure/flora/tree/jungle/small, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"vs" = ( +/obj/structure/flora/rock, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"wq" = ( +/obj/structure/table/wood, +/obj/item/grenade/firecracker{ + pixel_x = -8; + pixel_y = -5 + }, +/obj/item/grenade/firecracker{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/item/grenade/firecracker{ + pixel_x = 4 + }, +/turf/open/floor/wood, +/area/ruin/powered) +"wz" = ( +/obj/structure/floodlight_frame, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"wK" = ( +/obj/structure/table/wood, +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/ruin/powered) +"xs" = ( +/obj/structure/table/wood/reinforced, +/obj/item/storage/belt/utility/chief/full, +/turf/open/floor/wood{ + icon_state = "wood-broken2" + }, +/area/ruin/powered) +"xQ" = ( +/obj/structure/flora/junglebush/b, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"yu" = ( +/turf/closed/wall/mineral/wood, +/area/ruin/powered) +"yJ" = ( +/obj/structure/table/wood/reinforced, +/obj/item/grenade/clusterbuster/soap{ + name = "Reality Devastator" + }, +/turf/open/floor/wood, +/area/ruin/powered) +"zg" = ( +/obj/item/transfer_valve{ + pixel_x = 7; + pixel_y = 2 + }, +/obj/item/transfer_valve{ + pixel_x = -8; + pixel_y = 2 + }, +/obj/structure/table/wood/fancy/orange, +/turf/open/floor/wood, +/area/ruin/powered) +"Bo" = ( +/obj/machinery/light/broken/directional/south, +/turf/open/floor/wood, +/area/ruin/powered) +"Bz" = ( +/obj/structure/closet/toolcloset, +/turf/open/floor/wood, +/area/ruin/powered) +"Cr" = ( +/obj/structure/table/wood, +/obj/item/grenade/chem_grenade/large{ + pixel_x = -7; + pixel_y = -1 + }, +/obj/item/grenade/chem_grenade/large{ + pixel_x = 4; + pixel_y = 9 + }, +/obj/item/screwdriver/old{ + pixel_y = 10 + }, +/turf/open/floor/wood, +/area/ruin/powered) +"CR" = ( +/obj/structure/barricade/wooden/crude, +/obj/machinery/door/airlock/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/ruin/powered) +"DU" = ( +/mob/living/simple_animal/hostile/asteroid/hivelord/legion{ + name = "Student" + }, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/ruin/powered) +"FT" = ( +/obj/machinery/light/small/directional/south, +/turf/open/floor/wood{ + icon_state = "wood-broken2" + }, +/area/ruin/powered) +"Gz" = ( +/obj/machinery/door/airlock/wood, +/turf/open/floor/wood, +/area/ruin/powered) +"GE" = ( +/obj/structure/chair/stool/bar{ + dir = 4; + name = "teacher's stool" + }, +/turf/open/floor/wood, +/area/ruin/powered) +"Ho" = ( +/obj/structure/table/wood/reinforced, +/obj/item/flashlight/lamp/green, +/turf/open/floor/wood, +/area/ruin/powered) +"Hr" = ( +/obj/structure/fence/cut/large{ + dir = 4 + }, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"It" = ( +/obj/structure/flora/junglebush, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"Jd" = ( +/obj/effect/mob_spawn/human/corpse/charredskeleton{ + desc = "Many die in the pursuit of science. Even more die making homebrew explosives in a random shack on some frontier planet."; + name = "charred remains of the Teacher" + }, +/turf/open/floor/carpet/red, +/area/ruin/powered) +"Je" = ( +/obj/machinery/hydroponics/soil, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"Na" = ( +/obj/item/reagent_containers/food/snacks/grown/corn, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"Oe" = ( +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"Qj" = ( +/obj/item/grown/corncob, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"Rc" = ( +/obj/structure/chair/plastic{ + dir = 8 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/ruin/powered) +"RR" = ( +/mob/living/simple_animal/hostile/rat{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/wood, +/area/ruin/powered) +"SI" = ( +/obj/structure/table/wood, +/obj/item/grenade/stingbang{ + pixel_x = -5; + pixel_y = 9 + }, +/obj/item/lighter/greyscale{ + pixel_x = 6 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken2" + }, +/area/ruin/powered) +"Tb" = ( +/obj/structure/flora/junglebush/large, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"TB" = ( +/turf/open/floor/wood, +/area/ruin/powered) +"TQ" = ( +/obj/structure/bookcase/random, +/turf/open/floor/wood{ + icon_state = "wood-broken2" + }, +/area/ruin/powered) +"Ux" = ( +/obj/structure/barricade/wooden, +/obj/machinery/door/airlock/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/ruin/powered) +"Vq" = ( +/obj/structure/table/wood/reinforced, +/obj/item/grenade/chem_grenade/adv_release{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/grenade/chem_grenade/adv_release{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/grenade/chem_grenade/adv_release{ + pixel_y = 5 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/ruin/powered) +"WO" = ( +/obj/item/seeds/corn/snapcorn, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"WW" = ( +/obj/structure/table/wood, +/obj/item/clothing/mask/gas/welding, +/obj/item/research_notes/loot/small{ + origin_type = "explosives"; + pixel_y = 3; + value = 1200 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken4" + }, +/area/ruin/powered) +"XH" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/wood, +/area/ruin/powered) +"Ym" = ( +/obj/item/tank/internals/plasma/full{ + pixel_x = -8; + pixel_y = -1 + }, +/obj/item/tank/internals/plasma/full{ + pixel_x = 5 + }, +/obj/item/tank/internals/oxygen{ + pixel_x = -7; + pixel_y = 8 + }, +/obj/item/tank/internals/oxygen{ + pixel_x = 4; + pixel_y = -6 + }, +/obj/structure/table/wood/fancy/orange, +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/ruin/powered) +"Zo" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken4" + }, +/area/ruin/powered) +"ZH" = ( +/mob/living/simple_animal/hostile/cockroach/glockroach, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"ZL" = ( +/obj/machinery/hydroponics/soil, +/obj/item/reagent_containers/food/snacks/grown/corn, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"ZX" = ( +/obj/machinery/hydroponics/soil, +/obj/item/grown/corncob, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) + +(1,1,1) = {" +Oe +It +Oe +Oe +Oe +It +Tb +Oe +Oe +xQ +Oe +Oe +Oe +Oe +It +"} +(2,1,1) = {" +Oe +yu +yu +yu +yu +yu +yu +yu +yu +vs +Oe +Oe +uH +xQ +Oe +"} +(3,1,1) = {" +eG +yu +sX +oD +bF +yu +zg +Ym +yu +yu +vs +Oe +Oe +It +Tb +"} +(4,1,1) = {" +Oe +yu +rN +eX +bM +Gz +eE +TB +Bz +yu +qp +qp +yu +yu +Oe +"} +(5,1,1) = {" +Oe +yu +dQ +Jd +RR +yu +oD +iH +Zo +aE +oD +GE +TQ +yu +Oe +"} +(6,1,1) = {" +Oe +yu +xs +sV +gI +yu +XH +Zo +rF +TB +TB +eE +TB +lW +xQ +"} +(7,1,1) = {" +Oe +yu +Ho +Vq +yJ +yu +TB +TB +Zo +TB +eZ +Zo +oD +yu +Oe +"} +(8,1,1) = {" +eG +yu +yu +yu +yu +yu +Ux +CR +yu +lN +fu +wK +hD +yu +It +"} +(9,1,1) = {" +Oe +ky +so +Oe +Qj +Oe +Oe +gO +yu +yu +Rc +TB +oD +yu +Oe +"} +(10,1,1) = {" +Tb +ky +Oe +kn +Oe +ZX +xQ +kn +Oe +yu +wq +SI +Bo +yu +Oe +"} +(11,1,1) = {" +Oe +Hr +Oe +Je +WO +Je +wz +ZL +Oe +yu +iS +TB +DU +yu +xQ +"} +(12,1,1) = {" +Oe +ky +Oe +ZL +Na +Je +Oe +ZX +so +yu +WW +Cr +FT +yu +Oe +"} +(13,1,1) = {" +Oe +ky +Qj +Je +ZH +kn +Qj +ZL +Oe +yu +TB +ri +TB +yu +Oe +"} +(14,1,1) = {" +Oe +oH +tc +tc +tc +tc +kL +tc +tc +yu +yu +yu +yu +yu +Oe +"} +(15,1,1) = {" +Oe +Oe +Oe +eG +xQ +Oe +Oe +It +Tb +Oe +Oe +Oe +Oe +Oe +It +"} diff --git a/_maps/RandomRuins/JungleRuins/jungle_surface_coffinpirate.dmm b/_maps/RandomRuins/JungleRuins/jungle_surface_coffinpirate.dmm new file mode 100644 index 000000000000..b4d280ba7a17 --- /dev/null +++ b/_maps/RandomRuins/JungleRuins/jungle_surface_coffinpirate.dmm @@ -0,0 +1,511 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"b" = ( +/turf/open/floor/wood, +/area/ruin/unpowered) +"c" = ( +/obj/structure/closet/crate/coffin, +/obj/item/clothing/head/hooded/cloakhood/bone, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"d" = ( +/obj/structure/closet/crate/coffin, +/obj/item/reagent_containers/food/snacks/meat/slab/human/mutant/skeleton, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"e" = ( +/obj/structure/table/wood, +/obj/item/stack/sheet/mineral/wood, +/turf/open/floor/wood, +/area/ruin/unpowered) +"f" = ( +/obj/structure/chair/wood/wings{ + dir = 1 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"g" = ( +/obj/item/grown/bananapeel, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/wood, +/turf/open/floor/plating/dirt/jungle/dark/lit, +/area/ruin/unpowered) +"h" = ( +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"i" = ( +/obj/structure/closet/crate/coffin, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"j" = ( +/obj/structure/table/wood, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -1; + pixel_y = 2 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"k" = ( +/obj/item/reagent_containers/food/snacks/grown/banana, +/turf/open/floor/wood, +/area/ruin/unpowered) +"l" = ( +/turf/closed/wall/mineral/wood, +/area/ruin/unpowered) +"m" = ( +/obj/structure/closet/crate/coffin, +/obj/effect/mob_spawn/human/corpse/charredskeleton, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"n" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/bananalamp, +/turf/open/floor/wood, +/area/ruin/unpowered) +"q" = ( +/obj/structure/closet/crate/coffin, +/obj/item/reagent_containers/food/snacks/meat/slab/human/mutant/skeleton, +/turf/open/floor/plating/dirt/jungle/dark/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"r" = ( +/obj/structure/flora/junglebush/c, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"s" = ( +/obj/structure/sink/puddle, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"u" = ( +/obj/structure/closet/crate/coffin, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/unpowered) +"v" = ( +/turf/open/floor/plating/dirt/jungle/dark/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"w" = ( +/obj/structure/closet/crate/coffin, +/obj/effect/decal/cleanable/dirt, +/obj/item/cultivator/rake, +/obj/item/shovel, +/turf/open/floor/wood, +/area/ruin/unpowered) +"x" = ( +/obj/item/grown/bananapeel, +/turf/open/floor/wood, +/area/ruin/unpowered) +"y" = ( +/obj/structure/flora/junglebush/b, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"z" = ( +/obj/structure/closet/cabinet, +/obj/item/clothing/head/pirate{ + pixel_y = -4 + }, +/obj/item/clothing/suit/pirate{ + pixel_y = -4 + }, +/obj/item/clothing/glasses/eyepatch{ + pixel_y = 2 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"A" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/unpowered) +"B" = ( +/obj/structure/closet/crate/coffin, +/obj/item/stack/sheet/bone, +/obj/item/stack/sheet/bone, +/obj/item/stack/sheet/bone, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"C" = ( +/obj/structure/closet/crate/coffin, +/obj/item/stack/sheet/bone, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"E" = ( +/obj/structure/closet/crate/coffin, +/obj/effect/decal/cleanable/dirt, +/obj/item/reagent_containers/food/snacks/sugarcookie/spookycoffin, +/obj/item/reagent_containers/food/snacks/sugarcookie/spookycoffin, +/obj/item/reagent_containers/food/snacks/sugarcookie/spookycoffin, +/turf/open/floor/wood, +/area/ruin/unpowered) +"F" = ( +/obj/item/reagent_containers/food/snacks/grown/banana, +/turf/open/floor/plating/dirt/jungle/dark/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"G" = ( +/obj/machinery/hydroponics/soil, +/turf/open/floor/plating/dirt/jungle/dark/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"H" = ( +/obj/structure/closet/crate/coffin, +/obj/effect/decal/cleanable/dirt, +/obj/item/reagent_containers/food/drinks/beer{ + pixel_x = 8 + }, +/obj/item/reagent_containers/food/drinks/beer{ + pixel_x = -6 + }, +/obj/item/reagent_containers/food/snacks/sugarcookie/spookycoffin, +/turf/open/floor/wood, +/area/ruin/unpowered) +"I" = ( +/obj/structure/table/wood, +/obj/item/melee/transforming/energy/sword/saber/pirate{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/flashlight/lamp/bananalamp{ + pixel_x = 3; + pixel_y = 9 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"J" = ( +/obj/structure/closet/crate/coffin{ + desc = "It's a burial receptacle for some fruit."; + name = "fridge" + }, +/obj/item/reagent_containers/food/snacks/grown/banana, +/obj/item/reagent_containers/food/snacks/grown/banana, +/obj/item/reagent_containers/food/snacks/grown/banana, +/obj/item/reagent_containers/food/snacks/grown/banana, +/obj/item/reagent_containers/food/snacks/grown/bungofruit, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/unpowered) +"K" = ( +/obj/structure/closet/crate/coffin, +/obj/item/reagent_containers/food/snacks/monkeycube, +/turf/open/floor/plating/dirt/jungle/dark/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"L" = ( +/obj/machinery/door/airlock/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"M" = ( +/obj/structure/closet/crate/coffin, +/obj/item/stack/sheet/bone, +/obj/item/stack/sheet/bone, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"N" = ( +/obj/structure/closet/crate/coffin, +/obj/item/melee/baseball_bat/bone, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"P" = ( +/obj/structure/closet/crate/coffin, +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/suit/hooded/cloak/bone, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Q" = ( +/obj/structure/closet/crate/coffin, +/obj/effect/decal/remains/human, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"R" = ( +/obj/structure/bed/dogbed{ + name = "Palmo's bed" + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"S" = ( +/obj/structure/table/wood, +/obj/item/paper{ + default_raw_text = "Forgot I had this paper on me, so I might as well use it as a diary. Today is the 23rd of July, or atleast that's what I made up in my head, and I am currently fulfilling my dream career of carving coffins. Yep, I'm living my best life here. I tamed a monkey a while back, named him Palmo, little guy's been a dear friend since. Until activity picks up on this planet I'm just gonna live a nice and quiet life, and then sell my masterfully crafted coffins to all those in need of them. Also, I found some peculiar fruit earlier, tastes pretty good but I think I probably ingested a few of the seeds. Shouldn't be TOO bad for me. Either way, I'm going to go to bed. Hopefully I find some more paper to use so I can keep writing."; + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/pen{ + pixel_x = -5; + pixel_y = 2 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"T" = ( +/obj/structure/flora/grass/jungle, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"U" = ( +/obj/structure/bed, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mob_spawn/human/corpse/pirate{ + desc = "It looks like they died of a heart attack in their sleep." + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"V" = ( +/mob/living/carbon/monkey{ + dir = 8; + name = "Palmo" + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"W" = ( +/obj/structure/closet/crate/coffin, +/obj/item/reagent_containers/food/snacks/sugarcookie/spookyskull, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"Y" = ( +/obj/structure/closet/crate/coffin, +/obj/item/reagent_containers/glass/bucket/wooden, +/obj/item/seeds/banana, +/obj/item/seeds/banana, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Z" = ( +/obj/structure/flora/junglebush, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) + +(1,1,1) = {" +a +a +v +v +v +v +v +y +a +a +d +h +h +i +a +"} +(2,1,1) = {" +a +v +v +l +l +l +l +T +y +h +h +h +Z +Q +a +"} +(3,1,1) = {" +a +v +l +l +U +I +l +l +M +h +i +h +h +h +a +"} +(4,1,1) = {" +a +v +l +z +b +b +R +l +C +h +N +h +h +i +h +"} +(5,1,1) = {" +a +K +l +H +b +A +P +l +c +h +h +a +a +h +i +"} +(6,1,1) = {" +a +l +l +l +L +l +l +l +l +h +a +a +a +a +a +"} +(7,1,1) = {" +a +l +E +x +b +A +b +w +l +W +a +a +a +a +a +"} +(8,1,1) = {" +a +l +e +b +b +b +x +A +l +Z +h +h +a +a +a +"} +(9,1,1) = {" +a +l +S +f +V +A +b +A +g +h +h +s +h +h +a +"} +(10,1,1) = {" +a +l +j +x +A +b +b +Y +l +m +T +h +v +G +h +"} +(11,1,1) = {" +a +l +l +b +b +k +n +l +l +h +G +v +G +v +T +"} +(12,1,1) = {" +a +a +l +l +J +u +l +l +a +B +G +F +G +q +h +"} +(13,1,1) = {" +a +a +a +l +l +l +l +a +a +i +C +G +v +h +r +"} +(14,1,1) = {" +a +a +a +a +a +a +a +a +a +a +h +h +h +h +a +"} diff --git a/_maps/RandomRuins/JungleRuins/jungle_surface_ikea_ai.dmm b/_maps/RandomRuins/JungleRuins/jungle_surface_ikea_ai.dmm new file mode 100644 index 000000000000..6cb02b13e8d8 --- /dev/null +++ b/_maps/RandomRuins/JungleRuins/jungle_surface_ikea_ai.dmm @@ -0,0 +1,277 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"b" = ( +/obj/structure/table/wood, +/obj/item/borg/upgrade/ai, +/turf/open/floor/wood, +/area/ruin/powered) +"e" = ( +/obj/structure/table/wood, +/obj/item/mmi/posibrain, +/obj/item/mmi/posibrain, +/turf/open/floor/wood, +/area/ruin/powered) +"f" = ( +/obj/structure/table/wood, +/obj/item/circuitboard/computer/borgupload, +/obj/item/circuitboard/computer/aiupload, +/turf/open/floor/wood, +/area/ruin/powered) +"g" = ( +/obj/structure/table/wood, +/obj/item/borg/upgrade/transform/clown{ + desc = "Allows you to to turn a cyborg into a... something."; + name = "borg module picker (Unknown)" + }, +/obj/item/borg/upgrade/transform{ + desc = "Allows you to to turn a cyborg into a... something."; + name = "borg module picker (Unknown)"; + new_module = /obj/item/robot_module/syndicate_medical + }, +/turf/open/floor/wood, +/area/ruin/powered) +"h" = ( +/obj/machinery/door/airlock/wood{ + dir = 4 + }, +/turf/open/floor/wood, +/area/ruin/powered) +"k" = ( +/turf/open/floor/wood, +/area/ruin/powered) +"n" = ( +/obj/effect/decal/remains/robot, +/turf/open/floor/wood, +/area/ruin/powered) +"p" = ( +/obj/machinery/recharge_station, +/turf/open/floor/wood, +/area/ruin/powered) +"q" = ( +/obj/item/bodypart/head/robot, +/turf/open/floor/wood, +/area/ruin/powered) +"r" = ( +/obj/structure/table/wood, +/obj/item/aiModule/core/full/damaged{ + name = "Unknown AI Core Module" + }, +/obj/item/aiModule/core/full/hulkamania{ + name = "Unknown AI Core Module" + }, +/obj/item/aiModule/reset/purge, +/obj/item/aiModule/core/full/paladin_devotion{ + name = "Unknown AI Core Module" + }, +/obj/item/aiModule/reset, +/obj/item/aiModule/core/full/tyrant{ + name = "Unknown AI Core Module" + }, +/obj/item/aiModule/core/full/maintain{ + name = "Unknown AI Core Module" + }, +/obj/item/aiModule/core/full/reporter{ + name = "Unknown AI Core Module" + }, +/obj/item/aiModule/core/full/cybersun{ + name = "Unknown AI Core Module" + }, +/obj/item/aiModule/core/full/corp{ + name = "Unknown AI Core Module" + }, +/obj/item/aiModule/core/full/asimov{ + name = "Unknown AI Core Module" + }, +/turf/open/floor/wood, +/area/ruin/powered) +"u" = ( +/obj/item/stock_parts/cell/hyper, +/turf/open/floor/wood, +/area/ruin/powered) +"w" = ( +/obj/item/wallframe/camera, +/turf/open/floor/wood, +/area/ruin/powered) +"x" = ( +/obj/item/stack/cable_coil, +/turf/open/floor/wood, +/area/ruin/powered) +"y" = ( +/obj/structure/table/wood, +/obj/item/circuitboard/machine/cyborgrecharger, +/turf/open/floor/wood, +/area/ruin/powered) +"z" = ( +/turf/closed/wall/mineral/wood/nonmetal, +/area/ruin/powered) +"D" = ( +/obj/item/assembly/flash/handheld, +/turf/open/floor/wood, +/area/ruin/powered) +"F" = ( +/obj/item/robot_suit/prebuilt, +/turf/open/floor/wood, +/area/ruin/powered) +"G" = ( +/obj/item/assembly/flash/handheld, +/obj/item/stock_parts/cell/hyper, +/turf/open/floor/wood, +/area/ruin/powered) +"H" = ( +/obj/item/wallframe/camera, +/obj/item/wallframe/camera, +/obj/item/wallframe/camera, +/obj/item/wallframe/camera, +/obj/item/wallframe/camera, +/turf/open/floor/wood, +/area/ruin/powered) +"J" = ( +/obj/structure/AIcore/latejoin_inactive, +/turf/open/floor/wood, +/area/ruin/powered) +"L" = ( +/obj/item/bodypart/leg/right/robot, +/turf/open/floor/wood, +/area/ruin/powered) +"M" = ( +/obj/item/bodypart/chest/robot, +/obj/item/wallframe/camera, +/turf/open/floor/wood, +/area/ruin/powered) +"N" = ( +/obj/item/robot_suit, +/obj/item/wallframe/camera, +/obj/item/wallframe/camera, +/turf/open/floor/wood, +/area/ruin/powered) +"Q" = ( +/obj/item/paper{ + default_raw_text = "Welcome to your Space Ikea Brand Full AI Kit! There are all the amenities needed to create a functional AI for your installation in this easy to use kit! Note: Warranty void if exposed to: High Humidity, High Temperatures, Grass, Mud, The Jungle. Thank you for shopping Space Ikea!" + }, +/turf/open/floor/wood, +/area/ruin/powered) +"R" = ( +/obj/item/bodypart/l_arm/robot, +/turf/open/floor/wood, +/area/ruin/powered) +"S" = ( +/obj/item/wallframe/camera, +/obj/item/wallframe/camera, +/obj/item/wallframe/camera, +/turf/open/floor/wood, +/area/ruin/powered) +"U" = ( +/turf/template_noop, +/area/template_noop) +"V" = ( +/obj/item/aiModule/core/freeformcore, +/obj/item/stack/cable_coil, +/turf/open/floor/wood, +/area/ruin/powered) +"Y" = ( +/obj/item/bodypart/r_arm/robot, +/turf/open/floor/wood, +/area/ruin/powered) +"Z" = ( +/obj/item/bodypart/leg/left/robot, +/turf/open/floor/wood, +/area/ruin/powered) + +(1,1,1) = {" +U +z +h +h +h +z +U +"} +(2,1,1) = {" +U +z +k +w +Q +z +U +"} +(3,1,1) = {" +U +z +n +G +R +z +U +"} +(4,1,1) = {" +z +z +p +H +D +z +z +"} +(5,1,1) = {" +z +e +q +w +S +r +z +"} +(6,1,1) = {" +z +f +u +J +V +y +z +"} +(7,1,1) = {" +z +g +w +L +n +b +z +"} +(8,1,1) = {" +z +z +x +M +D +z +z +"} +(9,1,1) = {" +U +z +D +N +Y +z +U +"} +(10,1,1) = {" +U +z +F +x +Z +z +U +"} +(11,1,1) = {" +U +z +z +z +z +z +U +"} diff --git a/_maps/RandomRuins/JungleRuins/jungle_surface_ninjashrine.dmm b/_maps/RandomRuins/JungleRuins/jungle_surface_ninjashrine.dmm new file mode 100644 index 000000000000..03072f2d6aac --- /dev/null +++ b/_maps/RandomRuins/JungleRuins/jungle_surface_ninjashrine.dmm @@ -0,0 +1,425 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"c" = ( +/obj/item/throwing_star/ninja{ + pixel_x = 6; + pixel_y = -5 + }, +/turf/open/floor/plating/dirt/jungle/dark/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"d" = ( +/obj/item/reagent_containers/food/snacks/grown/rice, +/turf/open/water/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"f" = ( +/obj/item/reagent_containers/food/snacks/fortunecookie, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood/yew, +/area/overmap_encounter/planetoid/jungle/explored) +"h" = ( +/obj/structure/fluff/divine/convertaltar{ + desc = "An altar dedicated to a kami."; + name = "altar" + }, +/obj/item/storage/belt/weebstick, +/obj/effect/decal/cleanable/dirt, +/obj/item/bodypart/r_arm/robot{ + desc = "The only thing I know for real..." + }, +/turf/open/floor/wood/yew, +/area/overmap_encounter/planetoid/jungle/explored) +"i" = ( +/mob/living/simple_animal/hostile/jungle/mega_arachnid, +/turf/open/floor/plating/dirt/jungle/dark/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"j" = ( +/obj/structure/flora/ausbushes/ppflowers, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"k" = ( +/obj/item/throwing_star/ninja{ + pixel_x = -8; + pixel_y = -4 + }, +/turf/open/floor/plating/dirt/jungle/dark/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"l" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood/yew, +/area/overmap_encounter/planetoid/jungle/explored) +"q" = ( +/obj/structure/spider/cocoon, +/turf/open/floor/plating/dirt/jungle/dark/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"s" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/reagent_containers/food/snacks/spiderling, +/turf/open/floor/wood/yew, +/area/overmap_encounter/planetoid/jungle/explored) +"t" = ( +/obj/item/reagent_containers/food/snacks/spiderling, +/turf/open/floor/plating/dirt/jungle/dark/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"u" = ( +/obj/item/clothing/suit/shrine_maiden, +/obj/item/clothing/head/shrine_wig, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/remains/human, +/obj/item/gohei, +/turf/open/floor/plating/dirt/jungle/dark/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"v" = ( +/obj/item/reagent_containers/food/snacks/spiderling, +/turf/open/floor/wood/yew, +/area/overmap_encounter/planetoid/jungle/explored) +"w" = ( +/turf/open/floor/wood/yew, +/area/overmap_encounter/planetoid/jungle/explored) +"x" = ( +/obj/structure/mineral_door/paperframe, +/turf/open/floor/plating/dirt/jungle/dark/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"y" = ( +/obj/item/seeds/wheat/rice, +/turf/open/water/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"z" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/mineral_door/paperframe, +/turf/open/floor/wood/yew, +/area/overmap_encounter/planetoid/jungle/explored) +"A" = ( +/turf/closed/wall/mineral/wood, +/area/overmap_encounter/planetoid/jungle/explored) +"B" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/shoes/sneakers/black, +/turf/open/floor/wood/yew, +/area/overmap_encounter/planetoid/jungle/explored) +"C" = ( +/obj/item/reagent_containers/food/snacks/salad/boiledrice, +/obj/item/reagent_containers/food/drinks/bottle/sake{ + pixel_x = 12 + }, +/turf/open/floor/plating/dirt/jungle/dark/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"G" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood/yew, +/area/overmap_encounter/planetoid/jungle/explored) +"H" = ( +/turf/open/water/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"I" = ( +/obj/effect/decal/remains/human, +/obj/item/clothing/head/rice_hat{ + pixel_y = 6 + }, +/turf/open/water/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"J" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/wood/yew, +/area/overmap_encounter/planetoid/jungle/explored) +"K" = ( +/obj/item/toy/plush/spider, +/turf/open/floor/plating/dirt/jungle/dark/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"M" = ( +/obj/structure/rack, +/obj/item/katana{ + pixel_x = -3 + }, +/obj/item/katana{ + pixel_x = 8 + }, +/turf/open/floor/plating/dirt/jungle/dark/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"N" = ( +/obj/effect/decal/remains/human, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood/yew, +/area/overmap_encounter/planetoid/jungle/explored) +"O" = ( +/obj/structure/spider/cocoon, +/turf/open/floor/wood/yew, +/area/overmap_encounter/planetoid/jungle/explored) +"P" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt, +/obj/item/throwing_star/ninja{ + pixel_x = 7; + pixel_y = -8 + }, +/turf/open/floor/wood/yew, +/area/overmap_encounter/planetoid/jungle/explored) +"Q" = ( +/obj/item/clothing/mask/balaclava{ + name = "ninja mask" + }, +/turf/open/floor/wood/yew, +/area/overmap_encounter/planetoid/jungle/explored) +"R" = ( +/turf/open/floor/plating/dirt/jungle/dark/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"S" = ( +/obj/item/clothing/under/color/black, +/turf/open/floor/wood/yew, +/area/overmap_encounter/planetoid/jungle/explored) +"T" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/open/floor/plating/grass/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"U" = ( +/obj/structure/mineral_door/paperframe, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood/yew, +/area/overmap_encounter/planetoid/jungle/explored) +"W" = ( +/obj/item/book/granter/spell/smoke/lesser{ + desc = "This book is overflowing with the mystical arts of the ninja."; + name = "Ninja Vanish" + }, +/obj/structure/closet/crate/coffin, +/turf/open/floor/plating/dirt/jungle/dark/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"X" = ( +/obj/item/throwing_star/ninja{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/floor/plating/dirt/jungle/dark/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"Y" = ( +/obj/item/reagent_containers/food/snacks/spiderlollipop, +/turf/open/floor/plating/dirt/jungle/dark/lit, +/area/overmap_encounter/planetoid/jungle/explored) + +(1,1,1) = {" +H +H +H +H +T +R +R +R +R +R +T +a +T +a +"} +(2,1,1) = {" +H +H +R +W +j +G +A +x +A +R +A +A +A +T +"} +(3,1,1) = {" +H +R +A +A +A +G +R +R +R +w +c +X +A +R +"} +(4,1,1) = {" +R +R +w +w +v +O +R +a +u +R +P +k +R +G +"} +(5,1,1) = {" +R +w +R +l +R +w +w +j +T +w +G +w +w +R +"} +(6,1,1) = {" +R +R +R +s +t +R +N +G +Q +R +R +w +A +w +"} +(7,1,1) = {" +R +R +s +R +i +K +G +h +S +w +j +R +U +R +"} +(8,1,1) = {" +R +R +R +R +t +R +R +G +B +R +a +R +A +R +"} +(9,1,1) = {" +R +G +R +R +G +t +w +w +w +w +R +R +z +R +"} +(10,1,1) = {" +T +j +R +R +q +R +J +R +R +w +R +R +A +R +"} +(11,1,1) = {" +d +H +R +f +R +w +R +R +G +R +R +M +A +a +"} +(12,1,1) = {" +H +y +H +A +R +R +w +R +C +Y +R +l +A +T +"} +(13,1,1) = {" +H +I +d +R +R +R +w +w +R +G +A +R +j +R +"} +(14,1,1) = {" +d +H +H +R +R +R +R +R +R +R +R +R +R +R +"} diff --git a/_maps/RandomRuins/JungleRuins/jungle_surface_roommates.dmm b/_maps/RandomRuins/JungleRuins/jungle_surface_roommates.dmm new file mode 100644 index 000000000000..86e44d0d8480 --- /dev/null +++ b/_maps/RandomRuins/JungleRuins/jungle_surface_roommates.dmm @@ -0,0 +1,603 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/effect/turf_decal/corner/opaque/white{ + dir = 6 + }, +/obj/effect/turf_decal/corner/opaque/lime{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/pink{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/jungle/roommates/shack) +"b" = ( +/obj/structure/dresser, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/jungle/roommates/shack) +"d" = ( +/obj/structure/closet/cabinet, +/obj/item/toy/plush/hornet/gay, +/obj/item/lipstick/random, +/obj/item/lipstick/random, +/obj/item/clothing/mask/gas/clown_hat, +/obj/item/clothing/under/rank/civilian/clown/orange, +/obj/item/clothing/under/rank/civilian/clown/rainbow, +/obj/effect/turf_decal/corner/opaque/solgovgold, +/obj/effect/turf_decal/corner/opaque/lime{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/pink{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/bottlegreen{ + dir = 4 + }, +/obj/item/clothing/under/rank/civilian/clown/orange, +/obj/item/clothing/neck/tie/lesbian, +/obj/item/bikehorn, +/obj/effect/decal/cleanable/confetti, +/turf/open/floor/plasteel/dark, +/area/ruin/jungle/roommates/shack) +"e" = ( +/obj/structure/mirror{ + pixel_x = 23 + }, +/obj/structure/table/wood, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 10 + }, +/obj/item/lipstick/jade{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/chainsaw{ + alpha = 30; + desc = "A nearly see-through weapon, seems custom made for a mime. It has a slight coating of dried blood from seemingly years ago."; + hitsound = null + }, +/turf/open/floor/plasteel/dark, +/area/ruin/jungle/roommates/shack) +"j" = ( +/turf/open/floor/carpet/nanoweave/beige, +/area/ruin/jungle/roommates/shack) +"o" = ( +/obj/effect/turf_decal/corner/opaque/solgovgold, +/obj/effect/turf_decal/corner/opaque/lime{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/pink{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/bottlegreen{ + dir = 4 + }, +/obj/item/reagent_containers/food/drinks/soda_cans/space_mountain_wind{ + pixel_x = 12; + pixel_y = 12 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/jungle/roommates/shack) +"p" = ( +/obj/structure/closet/crate/wooden, +/obj/item/claymore{ + pixel_x = -3 + }, +/obj/item/claymore{ + pixel_x = 5 + }, +/obj/item/clothing/head/peaceflower{ + desc = "An extremely addictive flower, full of lesbian magic." + }, +/obj/effect/turf_decal/corner/opaque/blue, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/purple{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/bottlegreen{ + dir = 4 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plasteel/dark, +/area/ruin/jungle/roommates/shack) +"q" = ( +/obj/effect/turf_decal/corner/opaque/solgovgold, +/obj/effect/turf_decal/corner/opaque/lime{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/pink{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/bottlegreen{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/jungle/roommates/shack) +"r" = ( +/obj/effect/turf_decal/corner/opaque/white{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/jungle/roommates/shack) +"s" = ( +/obj/effect/turf_decal/corner/opaque/solgovgold, +/obj/effect/turf_decal/corner/opaque/lime{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/pink{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/bottlegreen{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/effect/decal/cleanable/confetti, +/obj/item/grown/bananapeel{ + pixel_y = 7; + pixel_x = 1 + }, +/obj/item/storage/crayons, +/turf/open/floor/plasteel/dark, +/area/ruin/jungle/roommates/shack) +"t" = ( +/obj/effect/turf_decal/corner/opaque/white{ + dir = 10 + }, +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_y = 4; + pixel_x = 4 + }, +/obj/item/pen{ + pixel_x = -8; + pixel_y = 5 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/jungle/roommates/shack) +"u" = ( +/obj/effect/turf_decal/corner/opaque/blue, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/purple{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/bottlegreen{ + dir = 4 + }, +/obj/item/chair/wood{ + dir = 8; + pixel_y = -9; + pixel_x = 7 + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plasteel/dark, +/area/ruin/jungle/roommates/shack) +"v" = ( +/obj/structure/closet/cabinet, +/obj/item/clothing/under/dress/striped, +/obj/item/clothing/under/rank/civilian/mime/skirt, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 10 + }, +/obj/item/clothing/mask/gas/mime, +/obj/item/storage/backpack/mime, +/obj/item/clothing/neck/tie/lesbian, +/obj/item/clothing/under/rank/civilian/mime, +/turf/open/floor/plasteel/dark, +/area/ruin/jungle/roommates/shack) +"w" = ( +/obj/effect/turf_decal/corner/opaque/solgovgold, +/obj/effect/turf_decal/corner/opaque/lime{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/pink{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/bottlegreen{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/jungle/roommates/shack) +"y" = ( +/obj/effect/turf_decal/corner/opaque/blue, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/purple{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/bottlegreen{ + dir = 4 + }, +/obj/effect/decal/cleanable/plastic, +/obj/structure/table/wood, +/obj/item/stack/cable_coil/pink, +/obj/item/assembly/igniter{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/item/reagent_containers/food/drinks/soda_cans/canned_laughter{ + pixel_x = 5; + pixel_y = 17 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/jungle/roommates/shack) +"z" = ( +/obj/structure/bed{ + pixel_y = 14 + }, +/obj/item/bedsheet/clown{ + pixel_y = 15 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 6 + }, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/purple{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/jungle/roommates/shack) +"A" = ( +/obj/effect/turf_decal/corner/opaque/solgovgold, +/obj/effect/turf_decal/corner/opaque/lime{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/pink{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/bottlegreen{ + dir = 4 + }, +/obj/item/reagent_containers/food/drinks/soda_cans/canned_laughter{ + pixel_x = -13; + pixel_y = -6 + }, +/obj/item/reagent_containers/food/drinks/soda_cans/canned_laughter{ + pixel_x = -4; + pixel_y = -6 + }, +/obj/item/reagent_containers/food/drinks/soda_cans/canned_laughter{ + pixel_x = 5; + pixel_y = -6 + }, +/obj/item/reagent_containers/food/drinks/soda_cans/canned_laughter{ + pixel_x = 14; + pixel_y = -6 + }, +/obj/item/reagent_containers/food/drinks/soda_cans/space_mountain_wind{ + pixel_x = 9; + pixel_y = 6; + layer = 3.1 + }, +/obj/item/reagent_containers/food/drinks/soda_cans/space_mountain_wind{ + pixel_y = 6; + layer = 3.1 + }, +/obj/item/reagent_containers/food/drinks/soda_cans/space_mountain_wind{ + pixel_y = 6; + pixel_x = -9; + layer = 3.1 + }, +/obj/item/reagent_containers/food/drinks/soda_cans/dr_gibb{ + pixel_y = 15; + pixel_x = -4 + }, +/obj/item/reagent_containers/food/drinks/soda_cans/dr_gibb{ + pixel_y = 15; + pixel_x = -4; + layer = 3.2 + }, +/obj/item/reagent_containers/food/drinks/soda_cans/dr_gibb{ + pixel_y = 15; + pixel_x = 5; + layer = 3.2 + }, +/obj/effect/decal/cleanable/plastic, +/obj/effect/decal/cleanable/confetti, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/jungle/roommates/shack) +"C" = ( +/obj/effect/turf_decal/corner/opaque/white{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/jungle/roommates/shack) +"D" = ( +/turf/open/floor/carpet/orange, +/area/ruin/jungle/roommates/shack) +"F" = ( +/obj/effect/turf_decal/corner/opaque/white{ + dir = 6 + }, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/purple{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/jungle/roommates/shack) +"H" = ( +/obj/effect/turf_decal/corner/opaque/solgovgold, +/obj/effect/turf_decal/corner/opaque/lime{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/pink{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/bottlegreen{ + dir = 4 + }, +/obj/item/trash/can/food{ + pixel_x = -9; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/confetti, +/obj/item/restraints/handcuffs/cable, +/turf/open/floor/plasteel/dark, +/area/ruin/jungle/roommates/shack) +"I" = ( +/turf/closed/wall/mineral/wood, +/area/ruin/jungle/roommates/shack) +"K" = ( +/obj/structure/mineral_door/wood, +/turf/open/floor/wood, +/area/ruin/jungle/roommates/shack) +"L" = ( +/obj/effect/turf_decal/corner/opaque/white{ + dir = 10 + }, +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/jungle/roommates/shack) +"N" = ( +/obj/effect/turf_decal/corner/opaque/white{ + dir = 10 + }, +/obj/structure/chair/wood{ + dir = 1 + }, +/obj/machinery/light/small/broken/directional/east, +/turf/open/floor/plasteel/dark, +/area/ruin/jungle/roommates/shack) +"R" = ( +/obj/machinery/light/small/broken/directional/south, +/turf/open/floor/carpet/purple, +/area/ruin/jungle/roommates/shack) +"S" = ( +/obj/effect/turf_decal/corner/opaque/blue, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/purple{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/bottlegreen{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/jungle/roommates/shack) +"T" = ( +/obj/structure/bed, +/obj/item/bedsheet/mime, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 6 + }, +/obj/effect/turf_decal/corner/opaque/lime{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/pink{ + dir = 1 + }, +/obj/item/toy/plush/knight{ + pixel_y = -1 + }, +/obj/machinery/light/small/broken/directional/north, +/turf/open/floor/plasteel/dark, +/area/ruin/jungle/roommates/shack) +"U" = ( +/obj/effect/turf_decal/corner/opaque/white{ + dir = 10 + }, +/obj/structure/easel, +/obj/item/canvas/twentythreeXtwentythree{ + pixel_x = 3 + }, +/obj/item/canvas/twentythreeXtwentythree{ + pixel_x = 3 + }, +/obj/item/canvas/twentythreeXtwentythree{ + pixel_x = 3 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/jungle/roommates/shack) +"X" = ( +/obj/effect/turf_decal/corner/opaque/blue, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/purple{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/bottlegreen{ + dir = 4 + }, +/obj/item/trash/can/food{ + pixel_y = -1 + }, +/obj/item/trash/can/food{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/item/trash/can/food{ + pixel_x = -6 + }, +/obj/item/trash/can/food{ + pixel_y = 8; + pixel_x = 5 + }, +/obj/item/trash/can/food{ + pixel_x = 8 + }, +/obj/item/trash/can/food{ + pixel_x = -10; + pixel_y = -7 + }, +/obj/item/trash/can/food{ + pixel_y = -1 + }, +/obj/item/trash/can/food{ + pixel_y = -9 + }, +/obj/item/trash/can/food{ + pixel_y = 10 + }, +/obj/item/trash/can/food{ + pixel_y = 10; + pixel_x = 9 + }, +/obj/item/trash/can/food{ + pixel_y = 10; + pixel_x = 9 + }, +/obj/item/trash/can/food{ + pixel_y = 10; + pixel_x = 9 + }, +/obj/item/trash/can/food{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/item/trash/can/food{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/trash/can/food{ + pixel_x = 3 + }, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/plastic, +/obj/machinery/light/small/broken/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/jungle/roommates/shack) +"Y" = ( +/obj/effect/turf_decal/corner/opaque/blue, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/purple{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/bottlegreen{ + dir = 4 + }, +/obj/item/lipstick/purple{ + pixel_x = -4; + pixel_y = -10 + }, +/obj/item/lipstick/jade{ + pixel_x = 6 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/jungle/roommates/shack) + +(1,1,1) = {" +I +I +I +I +I +I +I +"} +(2,1,1) = {" +I +p +d +X +s +y +I +"} +(3,1,1) = {" +I +A +Y +H +u +q +I +"} +(4,1,1) = {" +I +S +w +S +o +D +I +"} +(5,1,1) = {" +I +T +z +a +F +j +K +"} +(6,1,1) = {" +I +r +r +r +C +R +I +"} +(7,1,1) = {" +I +U +r +r +L +r +I +"} +(8,1,1) = {" +I +t +N +v +e +b +I +"} +(9,1,1) = {" +I +I +I +I +I +I +I +"} diff --git a/_maps/RandomRuins/JungleRuins/jungle_surface_weed_shack.dmm b/_maps/RandomRuins/JungleRuins/jungle_surface_weed_shack.dmm new file mode 100644 index 000000000000..4c0987e0623d --- /dev/null +++ b/_maps/RandomRuins/JungleRuins/jungle_surface_weed_shack.dmm @@ -0,0 +1,949 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aj" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/item/cigbutt/roach, +/turf/open/floor/wood, +/area/ruin/unpowered) +"aW" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/power/port_gen/pacman, +/turf/open/floor/wood, +/area/ruin/unpowered) +"aY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/rollingpaper, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/unpowered) +"br" = ( +/mob/living/simple_animal/hostile/cockroach, +/obj/effect/decal/cleanable/dirt, +/obj/item/cigbutt/roach, +/turf/open/floor/wood, +/area/ruin/unpowered) +"cR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/mob/living/simple_animal/hostile/cockroach, +/obj/item/cigbutt/roach, +/turf/open/floor/wood, +/area/ruin/unpowered) +"dG" = ( +/obj/effect/turf_decal/weather/dirt{ + dir = 4 + }, +/turf/template_noop, +/area/template_noop) +"ec" = ( +/obj/structure/plaque{ + desc = "A motivational plaque reading: \"It's not a crack shack, it's a crack home <3\""; + engraved = 1; + name = "Motivational Plaque" + }, +/turf/closed/wall/mineral/wood/nonmetal, +/area/ruin/unpowered) +"eT" = ( +/obj/effect/turf_decal/weather/dirt/corner{ + dir = 8 + }, +/turf/template_noop, +/area/template_noop) +"eZ" = ( +/obj/machinery/hydroponics/constructable, +/obj/item/seeds/cannabis/ultimate, +/turf/open/floor/light{ + currentcolor = "#FFFFFF" + }, +/area/ruin/unpowered) +"fx" = ( +/obj/effect/turf_decal/weather/dirt/corner{ + dir = 1 + }, +/turf/template_noop, +/area/template_noop) +"fP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/reagent_containers/food/snacks/grown/cannabis, +/obj/item/cigbutt/roach, +/turf/open/floor/wood, +/area/ruin/unpowered) +"gP" = ( +/obj/item/trash/chips, +/turf/open/floor/wood{ + icon_state = "wood-broken4" + }, +/area/ruin/unpowered) +"gS" = ( +/obj/effect/turf_decal/weather/dirt{ + dir = 1 + }, +/turf/template_noop, +/area/template_noop) +"hg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/weather/dirt/corner, +/obj/effect/turf_decal/weather/dirt/corner{ + dir = 8 + }, +/turf/open/floor/wood{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/jungle/explored) +"il" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/unpowered) +"iw" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/floodlight{ + setting = 15 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"kD" = ( +/obj/machinery/hydroponics/constructable, +/obj/item/cigbutt/roach, +/turf/open/floor/light{ + currentcolor = "#FFFFFF" + }, +/area/ruin/unpowered) +"kM" = ( +/mob/living/simple_animal/hostile/cockroach, +/obj/item/trash/cheesie, +/turf/open/floor/wood, +/area/ruin/unpowered) +"kW" = ( +/obj/structure/cable, +/obj/machinery/power/port_gen/pacman, +/turf/open/floor/wood, +/area/ruin/unpowered) +"li" = ( +/obj/effect/turf_decal/weather/dirt{ + dir = 8 + }, +/turf/template_noop, +/area/template_noop) +"ls" = ( +/obj/machinery/hydroponics/constructable, +/obj/item/rollingpaper, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/light{ + currentcolor = "#FFFFFF" + }, +/area/ruin/unpowered) +"lJ" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/power/floodlight{ + setting = 15 + }, +/obj/item/seeds/cannabis/white, +/turf/open/floor/wood, +/area/ruin/unpowered) +"mx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/trash/boritos, +/turf/open/floor/wood, +/area/ruin/unpowered) +"mQ" = ( +/obj/effect/turf_decal/weather/dirt{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/weather/dirt/corner{ + dir = 4 + }, +/turf/open/floor/wood{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/jungle/explored) +"nA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/weather/dirt/corner{ + dir = 1 + }, +/turf/open/floor/wood{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/jungle/explored) +"nI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/trash/cheesie, +/turf/open/floor/wood{ + icon_state = "wood-broken3" + }, +/area/ruin/unpowered) +"nJ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood{ + icon_state = "wood-broken4" + }, +/area/ruin/unpowered) +"ov" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/closed/wall/mineral/wood/nonmetal, +/area/ruin/unpowered) +"oE" = ( +/obj/machinery/hydroponics/constructable, +/obj/item/seeds/cannabis, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/light{ + currentcolor = "#FFFFFF" + }, +/area/ruin/unpowered) +"qI" = ( +/obj/machinery/door/airlock/wood, +/turf/open/floor/wood, +/area/ruin/unpowered) +"rl" = ( +/obj/structure/bed/pod, +/obj/structure/bed/pod{ + pixel_y = 10 + }, +/obj/item/seeds/cannabis/rainbow, +/obj/item/clothing/head/beanie/rasta, +/turf/open/floor/wood, +/area/ruin/unpowered) +"sW" = ( +/obj/item/cigbutt/roach, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/ruin/unpowered) +"uQ" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/item/cigbutt/roach, +/turf/open/floor/wood, +/area/ruin/unpowered) +"wn" = ( +/turf/open/floor/plating/dirt/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"xh" = ( +/obj/effect/turf_decal/weather/dirt{ + dir = 9 + }, +/obj/effect/turf_decal/weather/dirt{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/jungle/explored) +"zz" = ( +/obj/item/trash/boritos, +/obj/item/seeds/cannabis/death, +/turf/open/floor/wood, +/area/ruin/unpowered) +"zL" = ( +/obj/structure/closet/crate/hydroponics, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Av" = ( +/mob/living/simple_animal/hostile/cockroach, +/turf/open/floor/wood, +/area/ruin/unpowered) +"AJ" = ( +/obj/item/trash/boritos, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Cs" = ( +/obj/effect/turf_decal/weather/dirt{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/jungle/explored) +"Cw" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/table/wood, +/obj/item/storage/fancy/rollingpapers, +/turf/open/floor/wood, +/area/ruin/unpowered) +"DM" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/cigbutt/roach, +/turf/open/floor/wood, +/area/ruin/unpowered) +"DN" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/item/cigbutt/roach, +/obj/item/reagent_containers/glass/bucket, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/ruin/unpowered) +"Ey" = ( +/obj/effect/turf_decal/weather/dirt{ + dir = 10 + }, +/obj/effect/turf_decal/weather/dirt{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/jungle/explored) +"EM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/mob/living/simple_animal/hostile/cockroach, +/turf/open/floor/wood, +/area/ruin/unpowered) +"FK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/unpowered) +"FN" = ( +/obj/machinery/power/smes/engineering, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Gc" = ( +/obj/item/cigbutt/roach, +/turf/open/floor/wood{ + icon_state = "wood-broken3" + }, +/area/ruin/unpowered) +"Gi" = ( +/obj/structure/table/wood, +/obj/item/rollingpaper, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Hl" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/sink/kitchen{ + dir = 8; + pixel_x = 11 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Hp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/reagent_containers/glass/bucket, +/turf/open/floor/wood, +/area/ruin/unpowered) +"HG" = ( +/obj/structure/table/wood, +/obj/item/clothing/mask/cigarette/rollie/mindbreaker, +/turf/open/floor/wood, +/area/ruin/unpowered) +"HJ" = ( +/obj/item/cigbutt/roach, +/obj/structure/plaque{ + pixel_y = 32 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"IF" = ( +/obj/effect/turf_decal/weather/dirt{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/weather/dirt/corner, +/turf/open/floor/wood{ + icon_state = "wood-broken5"; + light_range = 2 + }, +/area/overmap_encounter/planetoid/jungle/explored) +"Jb" = ( +/obj/effect/turf_decal/weather/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/jungle/explored) +"JY" = ( +/mob/living/simple_animal/hostile/cockroach/glockroach, +/turf/open/floor/plating/dirt/jungle/lit, +/area/overmap_encounter/planetoid/jungle/explored) +"Kg" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/item/trash/cheesie, +/obj/item/cigbutt/roach, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Kq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/seeds/cannabis, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/ruin/unpowered) +"LD" = ( +/obj/machinery/hydroponics/constructable, +/turf/open/floor/light{ + currentcolor = "#FFFFFF" + }, +/area/ruin/unpowered) +"Ma" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/power/floodlight{ + setting = 15 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Mj" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/unpowered) +"NE" = ( +/obj/effect/turf_decal/weather/dirt{ + dir = 5 + }, +/turf/template_noop, +/area/template_noop) +"Pk" = ( +/mob/living/simple_animal/hostile/cockroach/glockroach, +/obj/effect/decal/cleanable/dirt, +/obj/item/cigbutt/roach, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Pv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/wood{ + dir = 4 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"PS" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood{ + icon_state = "wood-broken2" + }, +/area/ruin/unpowered) +"Qs" = ( +/mob/living/simple_animal/hostile/cockroach, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Qt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/wood, +/turf/open/floor/wood, +/area/ruin/unpowered) +"QQ" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/power/floodlight{ + setting = 15 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Rj" = ( +/mob/living/simple_animal/hostile/cockroach, +/obj/item/reagent_containers/food/snacks/grown/cannabis, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/unpowered) +"RW" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/power/floodlight{ + setting = 15 + }, +/obj/item/rollingpaper, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/ruin/unpowered) +"Tx" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"TK" = ( +/obj/structure/table/wood, +/obj/item/clothing/mask/cigarette/rollie/cannabis{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/clothing/mask/cigarette/rollie/cannabis{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/clothing/mask/cigarette/rollie/cannabis, +/obj/item/storage/fancy/rollingpapers, +/obj/item/storage/fancy/rollingpapers, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Up" = ( +/obj/structure/table/wood, +/obj/item/clothing/head/beanie/rasta, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/unpowered) +"UC" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/reagent_containers/glass/bucket, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Vn" = ( +/obj/effect/turf_decal/weather/dirt{ + dir = 6 + }, +/obj/effect/turf_decal/weather/dirt{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/jungle/explored) +"VY" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/grown/cannabis, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Wo" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/cigbutt/roach, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Xd" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/light{ + currentcolor = "#FFFFFF" + }, +/area/ruin/unpowered) +"XJ" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/unpowered) +"XT" = ( +/obj/effect/turf_decal/weather/dirt{ + dir = 9 + }, +/turf/template_noop, +/area/template_noop) +"XW" = ( +/obj/effect/turf_decal/weather/dirt{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + icon_state = "wood-broken"; + light_range = 2 + }, +/area/overmap_encounter/planetoid/jungle/explored) +"Yj" = ( +/turf/closed/wall/mineral/wood/nonmetal, +/area/ruin/unpowered) +"YB" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"YL" = ( +/turf/open/floor/wood, +/area/ruin/unpowered) +"ZJ" = ( +/obj/effect/turf_decal/weather/dirt{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + light_range = 2 + }, +/area/overmap_encounter/planetoid/jungle/explored) +"ZK" = ( +/turf/template_noop, +/area/template_noop) +"ZS" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/unpowered) + +(1,1,1) = {" +ZK +Yj +Yj +Yj +ZK +ZK +Yj +Yj +Yj +ZK +ZK +ZK +ZK +ZK +ZK +ZK +ZK +"} +(2,1,1) = {" +ZK +Yj +zL +Yj +Yj +Yj +Yj +zz +Yj +Yj +ZK +ZK +ZK +ZK +ZK +ZK +ZK +"} +(3,1,1) = {" +ZK +Yj +aj +nI +fP +YB +Yj +Pk +sW +Yj +Yj +ZK +ZK +ZK +ZK +ZK +ZK +"} +(4,1,1) = {" +ZK +Yj +iw +LD +LD +Wo +Yj +YL +br +rl +Yj +ZK +ZK +ZK +ZK +ZK +ZK +"} +(5,1,1) = {" +ZK +Yj +RW +LD +eZ +Kq +Yj +Kg +YB +Yj +Yj +ZK +ZK +ZK +ZK +ZK +ZK +"} +(6,1,1) = {" +Yj +Yj +QQ +UC +Av +Tx +Yj +Gc +cR +Yj +Yj +Yj +dG +eT +ZK +ZK +ZK +"} +(7,1,1) = {" +Yj +Mj +Ma +oE +kD +FK +Yj +Yj +Pv +Yj +VY +Yj +wn +NE +dG +eT +ZK +"} +(8,1,1) = {" +Yj +Rj +Ma +LD +Xd +Hp +TK +Yj +aY +DM +kM +Yj +wn +wn +wn +NE +eT +"} +(9,1,1) = {" +Yj +Yj +Ma +YL +gP +Tx +Yj +Yj +il +PS +YL +Yj +wn +xh +JY +wn +gS +"} +(10,1,1) = {" +Yj +Yj +Ma +LD +Xd +FK +ec +HJ +il +Up +ZS +Yj +wn +mQ +IF +Ey +gS +"} +(11,1,1) = {" +Yj +YL +lJ +LD +ls +DN +Qt +mx +Cw +HG +Mj +qI +Cs +nA +Jb +wn +gS +"} +(12,1,1) = {" +Yj +Yj +FN +uQ +EM +Hl +ov +XJ +Qs +ZS +nJ +qI +XW +hg +ZJ +wn +gS +"} +(13,1,1) = {" +ZK +Yj +Yj +Yj +Yj +Yj +Yj +aW +kW +AJ +Qs +Yj +wn +Vn +wn +wn +gS +"} +(14,1,1) = {" +ZK +ZK +ZK +ZK +ZK +ZK +Yj +Yj +Yj +VY +Gi +Yj +wn +wn +wn +XT +fx +"} +(15,1,1) = {" +ZK +ZK +ZK +ZK +ZK +ZK +ZK +ZK +Yj +Yj +Yj +Yj +li +li +li +fx +ZK +"} +(16,1,1) = {" +ZK +ZK +ZK +ZK +ZK +ZK +ZK +ZK +ZK +Yj +Yj +ZK +ZK +ZK +ZK +ZK +ZK +"} diff --git a/_maps/RandomRuins/JungleRuins/jungle_syndicate.dmm b/_maps/RandomRuins/JungleRuins/jungle_syndicate.dmm index 6418550c8e7e..4ecf5ee382b1 100644 --- a/_maps/RandomRuins/JungleRuins/jungle_syndicate.dmm +++ b/_maps/RandomRuins/JungleRuins/jungle_syndicate.dmm @@ -199,6 +199,8 @@ /area/overmap_encounter/planetoid/jungle/explored) "gf" = ( /obj/structure/closet/crate/secure/gear, +/obj/item/storage/box/syndimaid, +/obj/item/storage/box/syndimaid, /obj/item/blackmarket_uplink, /obj/machinery/light/directional/west, /turf/open/floor/plating, diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_SPOOKYCRASH.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_SPOOKYCRASH.dmm new file mode 100644 index 000000000000..4f4464b57c7c --- /dev/null +++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_SPOOKYCRASH.dmm @@ -0,0 +1,459 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/mineral/random/volcanic, +/area/overmap_encounter/planetoid/cave/explored) +"b" = ( +/obj/effect/decal/cleanable/blood, +/obj/machinery/light/broken/directional/south, +/obj/item/stack/tile/mineral/titanium/blue, +/obj/item/storage/book/bible, +/turf/open/floor/plating, +/area/overmap_encounter/planetoid/cave/explored) +"c" = ( +/obj/item/ectoplasm, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 11; + pixel_y = -3 + }, +/turf/open/floor/mineral/titanium, +/area/overmap_encounter/planetoid/cave/explored) +"d" = ( +/turf/closed/wall/mineral/titanium, +/area/overmap_encounter/planetoid/cave/explored) +"e" = ( +/obj/effect/decal/cleanable/blood/gibs, +/turf/open/floor/mineral/plastitanium/red, +/area/overmap_encounter/planetoid/cave/explored) +"h" = ( +/obj/item/stack/tile/mineral/plastitanium/red, +/obj/effect/decal/cleanable/blood/drip{ + pixel_y = -3 + }, +/turf/open/floor/plating, +/area/overmap_encounter/planetoid/cave/explored) +"j" = ( +/obj/machinery/power/shuttle/engine/electric{ + dir = 1 + }, +/turf/open/floor/plating, +/area/overmap_encounter/planetoid/cave/explored) +"k" = ( +/obj/item/stack/tile/mineral/titanium, +/turf/open/floor/plating, +/area/overmap_encounter/planetoid/cave/explored) +"l" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/glass, +/obj/item/shard, +/turf/open/floor/plating, +/area/overmap_encounter/planetoid/cave/explored) +"m" = ( +/obj/structure/table, +/obj/item/soulstone/anybody, +/obj/item/toy/plush/lizardplushie, +/obj/machinery/light/broken/directional/north, +/obj/structure/window/reinforced/spawner, +/obj/machinery/door/window/brigdoor/westright, +/obj/item/clothing/head/wizard/black, +/obj/item/clothing/suit/wizrobe/black, +/turf/open/floor/mineral/plastitanium/red, +/area/overmap_encounter/planetoid/cave/explored) +"n" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/glass, +/obj/item/stack/rods, +/obj/item/stack/tile/mineral/titanium/blue, +/turf/open/floor/plating, +/area/overmap_encounter/planetoid/cave/explored) +"o" = ( +/obj/item/shard, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 8; + pixel_y = 1 + }, +/turf/open/floor/mineral/titanium, +/area/overmap_encounter/planetoid/cave/explored) +"q" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 13; + pixel_y = 8 + }, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/overmap_encounter/planetoid/cave/explored) +"t" = ( +/obj/item/stack/tile/mineral/plastitanium/red, +/turf/open/floor/plating, +/area/overmap_encounter/planetoid/cave/explored) +"u" = ( +/obj/structure/window/reinforced/tinted, +/obj/structure/closet/crate{ + name = "emergency supplies" + }, +/obj/item/pickaxe/emergency, +/obj/item/storage/firstaid/medical, +/obj/item/storage/toolbox/emergency, +/obj/item/flashlight/flare, +/turf/open/floor/mineral/titanium, +/area/overmap_encounter/planetoid/cave/explored) +"v" = ( +/obj/structure/closet/crate/coffin{ + icon_state = "coffinopen"; + opened = 1 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/overmap_encounter/planetoid/cave/explored) +"w" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood, +/obj/item/stack/tile/mineral/plastitanium/red, +/turf/open/floor/plating, +/area/overmap_encounter/planetoid/cave/explored) +"A" = ( +/obj/effect/decal/cleanable/blood, +/mob/living/simple_animal/hostile/asteroid/hivelord/legion, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/overmap_encounter/planetoid/cave/explored) +"C" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/mineral/titanium, +/area/overmap_encounter/planetoid/cave/explored) +"D" = ( +/obj/structure/frame/computer, +/obj/item/circuitboard/computer/shuttle/helm, +/obj/item/shard, +/turf/open/floor/mineral/titanium/blue, +/area/overmap_encounter/planetoid/cave/explored) +"E" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_y = 10 + }, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/overmap_encounter/planetoid/cave/explored) +"F" = ( +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/overmap_encounter/planetoid/cave/explored) +"G" = ( +/obj/machinery/light/broken/directional/north, +/obj/effect/decal/cleanable/blood/splatter, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/overmap_encounter/planetoid/cave/explored) +"I" = ( +/obj/effect/mob_spawn/human/corpse/damaged, +/obj/effect/decal/cleanable/blood, +/obj/item/clothing/suit/armor/riot/knight/red, +/obj/item/clothing/head/helmet/knight/red, +/obj/item/claymore/weak{ + desc = "Comically rusted to the point of near uselessness."; + force = 6; + name = "rusted claymore" + }, +/turf/open/floor/mineral/plastitanium/red, +/area/overmap_encounter/planetoid/cave/explored) +"J" = ( +/obj/structure/girder/displaced, +/obj/item/stack/sheet/mineral/titanium, +/turf/open/floor/plating, +/area/overmap_encounter/planetoid/cave/explored) +"K" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/overmap_encounter/planetoid/cave/explored) +"L" = ( +/obj/item/grenade/chem_grenade/ghostbuster, +/turf/open/floor/mineral/titanium, +/area/overmap_encounter/planetoid/cave/explored) +"M" = ( +/obj/structure/table, +/obj/item/paper/crumpled{ + default_raw_text = "Objective is to locate and secure the reliquary holding the supernatural items, then swing them back to HQ for containment. Simple job for Mystery Inc."; + name = "Mission Statement"; + pixel_x = -5 + }, +/obj/item/toy/figure/chaplain{ + pixel_x = 6 + }, +/turf/open/floor/mineral/titanium/blue, +/area/overmap_encounter/planetoid/cave/explored) +"N" = ( +/obj/effect/spawner/structure/window/shuttle, +/obj/structure/grille, +/turf/open/floor/plating, +/area/overmap_encounter/planetoid/cave/explored) +"O" = ( +/obj/effect/mob_spawn/human/corpse/damaged, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/under/color/khaki/buster, +/obj/item/clothing/glasses/welding/ghostbuster, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/mineral/plastitanium/red, +/area/overmap_encounter/planetoid/cave/explored) +"Q" = ( +/obj/structure/girder, +/obj/item/stack/sheet/mineral/titanium, +/turf/open/floor/plating, +/area/overmap_encounter/planetoid/cave/explored) +"R" = ( +/obj/machinery/power/smes/shuttle, +/obj/structure/window/reinforced/tinted, +/turf/open/floor/mineral/titanium, +/area/overmap_encounter/planetoid/cave/explored) +"T" = ( +/obj/structure/window/reinforced/tinted, +/obj/effect/decal/cleanable/blood, +/obj/structure/bed/dogbed, +/mob/living/simple_animal/pet/dog/pug{ + health = 5; + name = "Gooby-Moo" + }, +/turf/open/floor/mineral/titanium, +/area/overmap_encounter/planetoid/cave/explored) +"U" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/mineral/plastitanium/red, +/area/overmap_encounter/planetoid/cave/explored) +"V" = ( +/obj/structure/closet/crate{ + name = "DANGER: PARANORMAL ARTEFACTS" + }, +/obj/item/reagent_containers/food/snacks/muffin/booberry, +/obj/item/instrument/trombone, +/obj/item/reagent_containers/food/snacks/grown/ghost_chili, +/obj/item/clothing/head/hardhat/pumpkinhead, +/obj/item/nullrod/scythe/talking, +/obj/item/clothing/head/helmet/skull, +/turf/open/floor/mineral/plastitanium/red, +/area/overmap_encounter/planetoid/cave/explored) +"W" = ( +/obj/machinery/door/airlock/shuttle, +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/mineral/titanium/blue, +/area/overmap_encounter/planetoid/cave/explored) +"X" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/effect/mob_spawn/human/corpse/damaged, +/obj/item/clothing/under/rank/civilian/chaplain, +/obj/item/clothing/head/helmet/chaplain/witchunter_hat, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/mineral/titanium/blue, +/area/overmap_encounter/planetoid/cave/explored) +"Y" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/mineral/plastitanium/red, +/area/overmap_encounter/planetoid/cave/explored) +"Z" = ( +/obj/machinery/door/airlock/shuttle, +/obj/structure/fans/tiny, +/turf/open/floor/mineral/plastitanium/red, +/area/overmap_encounter/planetoid/cave/explored) + +(1,1,1) = {" +a +a +a +a +a +a +a +a +F +F +F +F +F +F +a +a +"} +(2,1,1) = {" +a +a +a +a +a +a +a +a +a +a +F +F +F +F +a +a +"} +(3,1,1) = {" +a +a +a +a +a +a +a +Q +d +d +d +F +F +F +F +A +"} +(4,1,1) = {" +a +a +d +a +d +d +G +w +Y +V +R +j +F +F +E +a +"} +(5,1,1) = {" +a +a +N +M +b +d +O +U +U +e +u +F +F +F +F +a +"} +(6,1,1) = {" +a +a +l +D +X +W +L +c +C +k +T +F +F +q +F +a +"} +(7,1,1) = {" +a +a +a +a +n +J +t +U +h +I +o +K +F +F +F +a +"} +(8,1,1) = {" +a +a +a +d +d +d +m +e +v +v +R +j +F +F +F +F +"} +(9,1,1) = {" +a +a +a +a +a +d +d +Z +d +d +d +F +F +F +F +F +"} +(10,1,1) = {" +a +a +a +a +a +a +a +a +a +a +F +F +F +F +F +a +"} +(11,1,1) = {" +a +a +a +a +a +a +a +a +F +F +F +F +F +F +F +F +"} diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_codelab.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_codelab.dmm new file mode 100644 index 000000000000..1f2e77364219 --- /dev/null +++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_codelab.dmm @@ -0,0 +1,6285 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ai" = ( +/obj/effect/decal/cleanable/molten_object, +/obj/structure/table/chem, +/obj/item/slime_extract/darkblue{ + pixel_x = -7 + }, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/reagent_containers/syringe, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"am" = ( +/obj/structure/window/plasma/reinforced, +/obj/structure/window/plasma/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/atmos/oxygen, +/turf/open/floor/engine/o2, +/area/ruin/unpowered/codelab/maintenance) +"ap" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"ar" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/laboratory) +"aw" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"az" = ( +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/laboratory) +"aA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"aO" = ( +/obj/structure/window/plasma/reinforced{ + dir = 4 + }, +/obj/structure/window/plasma/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/air_input{ + dir = 4 + }, +/turf/open/floor/engine, +/area/ruin/unpowered/codelab/maintenance) +"aP" = ( +/obj/structure/table, +/obj/structure/window/reinforced/spawner/west, +/obj/item/modular_computer/laptop/preset, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/reception) +"aR" = ( +/obj/item/trash/can, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/reception) +"aY" = ( +/obj/structure/table, +/obj/structure/window/reinforced/spawner, +/obj/structure/window/reinforced/spawner/east, +/obj/item/modular_computer/laptop/preset, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/reception) +"bd" = ( +/obj/structure/closet/crate/large{ + anchored = 1 + }, +/obj/item/toy/plush/flushed, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"bl" = ( +/obj/structure/chair/office/light, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/reception) +"bn" = ( +/obj/structure/table, +/obj/item/trash/plate, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"bo" = ( +/obj/effect/turf_decal/corner/opaque/white/mono, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"bq" = ( +/obj/structure/table, +/obj/item/trash/semki, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"bv" = ( +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"bw" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"by" = ( +/obj/effect/decal/cleanable/molten_object, +/obj/effect/turf_decal/industrial/loading{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"bz" = ( +/obj/structure/cable{ + icon_state = "5-8" + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/carpet/nanoweave/red, +/area/ruin/unpowered/codelab/laboratory) +"bE" = ( +/obj/effect/turf_decal/corner/opaque/white/mono, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"bG" = ( +/obj/effect/decal/cleanable/molten_object/large, +/mob/living/simple_animal/slime, +/obj/effect/decal/cleanable/food/plant_smudge, +/turf/open/floor/carpet/nanoweave/red, +/area/ruin/unpowered/codelab/laboratory) +"bT" = ( +/obj/effect/decal/cleanable/food/pie_smudge{ + desc = "Some kind of strange white goo."; + name = "strange goo" + }, +/mob/living/simple_animal/slime, +/obj/effect/turf_decal/corner/opaque/lime/border{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"cc" = ( +/obj/effect/turf_decal/industrial/stand_clear{ + dir = 4 + }, +/turf/open/floor/concrete/pavement/lava, +/area/ruin/unpowered/codelab/exterior) +"cd" = ( +/obj/machinery/light/dim/directional/north, +/obj/effect/decal/cleanable/generic, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"ck" = ( +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"cl" = ( +/obj/effect/turf_decal/box/white/corners{ + dir = 4 + }, +/turf/open/floor/concrete/pavement/lava, +/area/ruin/unpowered/codelab/exterior) +"cv" = ( +/obj/structure/fence, +/turf/open/floor/plating/grass/lava, +/area/ruin/unpowered/codelab/exterior) +"cA" = ( +/obj/structure/closet/cardboard, +/obj/machinery/light/dim/directional/south, +/obj/effect/turf_decal/corner/opaque/lime/border{ + dir = 8 + }, +/obj/item/disk/tech_disk/major, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"cH" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/turf/open/floor/carpet/nanoweave/red, +/area/ruin/unpowered/codelab/laboratory) +"cI" = ( +/obj/structure/fluff/paper/stack{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"cO" = ( +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 9 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"cR" = ( +/obj/effect/turf_decal/corner/opaque/white/mono, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"cX" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2{ + dir = 4 + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"cZ" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/turf_decal/corner_techfloor_grid/full{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/unpowered/codelab/reception) +"dg" = ( +/obj/structure/table, +/obj/machinery/door/window/brigdoor, +/obj/item/flashlight/lamp, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/reception) +"ds" = ( +/obj/effect/decal/remains/human, +/turf/open/floor/carpet/nanoweave/red, +/area/ruin/unpowered/codelab/laboratory) +"dx" = ( +/obj/effect/decal/cleanable/molten_object, +/obj/effect/turf_decal/corner/opaque/lime/border{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"dy" = ( +/obj/machinery/door/airlock/silver{ + name = "Bathroom" + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"dD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"dF" = ( +/obj/structure/closet/crate/secure{ + anchored = 1 + }, +/obj/effect/turf_decal/industrial/outline/yellow, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"dL" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"dQ" = ( +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/ruin/unpowered/codelab/reception) +"ec" = ( +/obj/structure/closet/crate/medical{ + anchored = 1 + }, +/obj/item/reagent_containers/syringe, +/obj/item/circular_saw, +/obj/effect/turf_decal/industrial/outline, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"ef" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4{ + dir = 5 + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"eg" = ( +/obj/structure/closet/crate/large{ + anchored = 1 + }, +/obj/item/toy/plush/snakeplushie, +/obj/item/toy/plush/snakeplushie, +/obj/item/toy/plush/snakeplushie, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"en" = ( +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 9 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"eq" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + name = "Nitrogen to Air" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ + dir = 1 + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"et" = ( +/turf/closed/wall/mineral/titanium, +/area/ruin/unpowered/codelab/laboratory) +"ez" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/light/dim/directional/south, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/laboratory) +"eE" = ( +/obj/effect/turf_decal/trimline/opaque/red/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"eH" = ( +/obj/structure/window/plasma/reinforced, +/obj/structure/window/plasma/reinforced{ + dir = 8 + }, +/obj/structure/window/plasma/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/oxygen_output, +/turf/open/floor/engine/n2, +/area/ruin/unpowered/codelab/maintenance) +"eI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"eY" = ( +/obj/effect/decal/cleanable/generic, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"fq" = ( +/obj/effect/turf_decal/corner/opaque/white/mono, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/effect/decal/cleanable/molten_object/large, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"fr" = ( +/obj/structure/closet/cardboard, +/obj/item/shard/plasma, +/obj/item/trash/energybar, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"fu" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"fv" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/carpet/nanoweave/red, +/area/ruin/unpowered/codelab/laboratory) +"fG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/molten_object, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"fU" = ( +/obj/machinery/camera{ + dir = 10 + }, +/obj/structure/closet/cardboard, +/obj/item/mop, +/obj/item/trash/plate, +/obj/item/shard, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"fW" = ( +/obj/effect/turf_decal/corner_techfloor_grid/full, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"fZ" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/light/dim/directional/west, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"gc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/laboratory) +"ge" = ( +/obj/structure/closet/crate/science, +/obj/machinery/light/dim/directional/north, +/obj/item/storage/pill_bottle/mutadone, +/obj/item/clothing/glasses/science, +/obj/item/clothing/head/beret/sci, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"gq" = ( +/obj/machinery/turretid{ + pixel_x = 28; + req_access = null; + req_access_txt = "16"; + name = "interior turret control panel" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"gr" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"gz" = ( +/obj/structure/bookcase/manuals/chemistry, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"gC" = ( +/obj/structure/cable{ + icon_state = "5-8" + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"gD" = ( +/obj/structure/bed, +/obj/item/bedsheet/rd, +/obj/structure/curtain/cloth/fancy, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"gE" = ( +/obj/structure/flora/ausbushes/sparsegrass/hell, +/turf/open/floor/plating/grass/lava, +/area/ruin/unpowered/codelab/exterior) +"gM" = ( +/obj/effect/turf_decal/corner_techfloor_grid/full, +/turf/open/floor/plasteel/dark, +/area/ruin/unpowered/codelab/reception) +"gY" = ( +/obj/structure/fence{ + dir = 4 + }, +/turf/open/floor/plating/grass/lava, +/area/ruin/unpowered/codelab/exterior) +"hb" = ( +/obj/effect/decal/cleanable/wrapping, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"hc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"hu" = ( +/obj/machinery/airalarm/directional/north, +/obj/structure/fluff/paper/stack{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"hx" = ( +/obj/structure/fluff/paper/stack{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/ntblue/border{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"hz" = ( +/obj/structure/window/plasma/reinforced, +/obj/structure/window/plasma/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/atmos/nitrogen, +/turf/open/floor/engine/n2, +/area/ruin/unpowered/codelab/maintenance) +"hA" = ( +/obj/effect/turf_decal/industrial/stand_clear, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"hB" = ( +/obj/effect/turf_decal/corner/opaque/white/mono, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"hE" = ( +/turf/closed/wall/mineral/titanium, +/area/ruin/unpowered/codelab/reception) +"hO" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/ruin/unpowered/codelab/reception) +"ie" = ( +/obj/effect/decal/cleanable/molten_object/large, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"ih" = ( +/obj/structure/closet/cardboard, +/obj/item/trash/cheesie, +/obj/item/trash/plate, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"ij" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/closet/cardboard, +/obj/item/trash/can/food/peaches, +/obj/item/trash/can/food/peaches/maint, +/obj/item/shard, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"il" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/light/broken/directional/west, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"im" = ( +/obj/machinery/light/broken/directional/south, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"iq" = ( +/obj/structure/closet/crate/wooden{ + anchored = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/pickaxe/drill, +/obj/effect/turf_decal/industrial/outline/yellow, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"ir" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"iw" = ( +/obj/structure/table, +/obj/item/clipboard{ + pixel_x = -8; + pixel_y = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"iz" = ( +/obj/structure/closet/crate/secure{ + anchored = 1 + }, +/obj/item/grenade/firecracker, +/obj/effect/turf_decal/industrial/outline/yellow, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"iB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet/nanoweave/red, +/area/ruin/unpowered/codelab/laboratory) +"iE" = ( +/obj/effect/decal/cleanable/wrapping, +/obj/effect/turf_decal/industrial/outline, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"iI" = ( +/obj/structure/closet/crate{ + anchored = 1 + }, +/obj/effect/turf_decal/industrial/outline/yellow, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"iN" = ( +/obj/structure/chair/sofa/brown/directional/north, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"je" = ( +/obj/machinery/door/airlock/public{ + name = "Subject Cryogenic Storage" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"jk" = ( +/obj/structure/cable{ + icon_state = "1-6" + }, +/obj/structure/cable{ + icon_state = "1-10" + }, +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 10 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"jm" = ( +/obj/structure/cable{ + icon_state = "6-9" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/carpet/nanoweave/red, +/area/ruin/unpowered/codelab/laboratory) +"jn" = ( +/obj/effect/decal/cleanable/molten_object, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"jx" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"jz" = ( +/obj/structure/chair/sofa/brown/right/directional/north, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"jB" = ( +/turf/open/floor/concrete/pavement/lava, +/area/ruin/unpowered/codelab/exterior) +"jC" = ( +/obj/machinery/airalarm/directional/east, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"jG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"jH" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"jJ" = ( +/obj/effect/decal/cleanable/molten_object, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"jK" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"jV" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"kc" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/obj/structure/chair/comfy{ + dir = 4 + }, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"kh" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"kj" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken3" + }, +/area/ruin/unpowered/codelab/reception) +"kl" = ( +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/reception) +"kt" = ( +/obj/structure/flora/tree/dead_pine, +/turf/open/floor/plating/grass/lava/purple, +/area/ruin/unpowered/codelab/exterior) +"kA" = ( +/obj/effect/turf_decal/corner/opaque/white/mono, +/obj/structure/fluff/paper/stack, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"kF" = ( +/obj/structure/fence, +/turf/open/floor/plating/grass/lava/orange, +/area/ruin/unpowered/codelab/exterior) +"kP" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/industrial/loading{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"kY" = ( +/obj/structure/cable{ + icon_state = "0-9" + }, +/obj/machinery/door/poddoor{ + id = "NTGen Door" + }, +/obj/machinery/power/shieldwallgen/atmos/roundstart{ + dir = 8; + id = "NTGen Doorfield" + }, +/turf/open/floor/plasteel/tech/grid, +/area/ruin/unpowered/codelab/storage) +"lc" = ( +/obj/structure/flora/ausbushes/fullgrass/hell, +/turf/open/floor/plating/grass/lava/orange, +/area/ruin/unpowered/codelab/exterior) +"ln" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"lo" = ( +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable{ + icon_state = "0-9" + }, +/obj/structure/cable{ + icon_state = "8-9" + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"ls" = ( +/obj/structure/rack, +/obj/item/paper/pamphlet, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"lt" = ( +/obj/structure/holosign/barrier/infinite, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"lH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 5 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"lJ" = ( +/obj/structure/closet/emcloset/anchored, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/industrial/hatch/blue, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"lM" = ( +/obj/effect/turf_decal/corner_techfloor_grid/full{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"lU" = ( +/obj/structure/closet/cardboard, +/obj/item/clothing/under/pants/black, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"lW" = ( +/obj/structure/filingcabinet/double/grey, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/reception) +"lY" = ( +/obj/effect/decal/cleanable/molten_object, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/reception) +"lZ" = ( +/obj/effect/decal/cleanable/food/plant_smudge, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"ma" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"md" = ( +/obj/structure/flora/ausbushes/ywflowers/hell, +/turf/open/floor/plating/grass/lava/orange, +/area/ruin/unpowered/codelab/exterior) +"mw" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"mA" = ( +/turf/open/floor/plating/grass/lava, +/area/ruin/unpowered/codelab/exterior) +"mF" = ( +/obj/structure/toilet{ + pixel_y = 11 + }, +/obj/machinery/door/window/eastright{ + dir = 2; + req_access = list(11) + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"mO" = ( +/obj/effect/turf_decal/corner/opaque/white/mono, +/obj/structure/fluff/paper/stack{ + dir = 1 + }, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"mX" = ( +/obj/machinery/atmospherics/components/unary/portables_connector, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"mZ" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/effect/turf_decal/trimline/opaque/bottlegreen/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/lightgrey/filled/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"nl" = ( +/obj/effect/decal/cleanable/generic, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/reception) +"nm" = ( +/turf/open/floor/plating/grass/lava/purple, +/area/ruin/unpowered/codelab/exterior) +"ns" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"nu" = ( +/obj/structure/closet/crate/internals{ + anchored = 1 + }, +/obj/item/tank/internals/generic, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"nw" = ( +/obj/machinery/atmospherics/pipe/layer_manifold{ + dir = 4 + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"ny" = ( +/obj/structure/sign/nanotrasen, +/turf/closed/wall/mineral/titanium, +/area/ruin/unpowered/codelab/exterior) +"nG" = ( +/obj/structure/fluff/paper/stack{ + dir = 6 + }, +/obj/effect/decal/cleanable/molten_object, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/turf_decal/corner/opaque/lime/border{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"nH" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"nL" = ( +/obj/structure/sink/kitchen{ + dir = 4; + pixel_x = -12 + }, +/obj/structure/mirror{ + pixel_x = -24 + }, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"nM" = ( +/obj/structure/closet/cardboard, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"nQ" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"nZ" = ( +/obj/machinery/door/airlock/public{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"ob" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"of" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"oj" = ( +/obj/structure/cable{ + icon_state = "0-10" + }, +/obj/machinery/power/rtg, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/turf_decal/industrial/outline/yellow, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"ol" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/opaque/lightgrey/filled/corner{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"oo" = ( +/obj/machinery/computer/security/telescreen/research{ + pixel_y = 27 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"op" = ( +/obj/machinery/door/airlock/public{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "5-10" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"ow" = ( +/obj/structure/cable{ + icon_state = "4-9" + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"ox" = ( +/obj/structure/cable{ + icon_state = "6-9" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"oK" = ( +/obj/machinery/door/window/brigdoor/eastleft{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/reception) +"oY" = ( +/obj/structure/table, +/obj/machinery/door/window/brigdoor, +/obj/item/paper/codelab/reception, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/reception) +"pb" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"pf" = ( +/obj/effect/decal/cleanable/wrapping, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/corner_techfloor_grid/full{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"pk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/carpet/nanoweave/red, +/area/ruin/unpowered/codelab/laboratory) +"pp" = ( +/obj/structure/fluff/paper/stack{ + dir = 6 + }, +/obj/effect/turf_decal/corner/opaque/lime/border{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"pr" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/laboratory) +"pB" = ( +/obj/structure/flora/ausbushes/ywflowers/hell, +/turf/open/floor/plating/grass/lava, +/area/ruin/unpowered/codelab/exterior) +"pE" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"pF" = ( +/obj/item/reagent_containers/food/drinks/mug/tea{ + pixel_y = 9; + pixel_x = 8 + }, +/obj/structure/table, +/obj/item/slime_extract/green{ + pixel_x = -4; + pixel_y = 11 + }, +/obj/item/slime_extract/green{ + pixel_x = -11; + pixel_y = 11 + }, +/obj/item/slime_extract/green{ + pixel_x = -7; + pixel_y = 5 + }, +/obj/item/paper/codelab/researchernote, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"pG" = ( +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"pO" = ( +/obj/effect/decal/cleanable/shreds, +/obj/effect/turf_decal/industrial/outline/yellow, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"pQ" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/grown/citrus/orange{ + pixel_y = 8 + }, +/obj/machinery/light/broken/directional/south, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"pS" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/visible/layer2, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"pY" = ( +/obj/structure/chair/comfy/orange/directional/east, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"qb" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/rtg, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/industrial/outline/yellow, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"qr" = ( +/obj/machinery/sleeper{ + pixel_y = 2; + state_open = 0 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"qs" = ( +/obj/structure/closet/cardboard, +/obj/item/reagent_containers/food/drinks/soda_cans/plasma, +/obj/item/trash/popcorn, +/obj/item/trash/energybar, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"qt" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"qz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/laboratory) +"qL" = ( +/obj/machinery/atmospherics/pipe/layer_manifold, +/obj/effect/turf_decal/trimline/opaque/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/bottlegreen/filled/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"qQ" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/turf_decal/industrial/loading{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"qU" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/public{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"qY" = ( +/obj/structure/closet/crate/large{ + anchored = 1 + }, +/obj/item/toy/plush/slimeplushie, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"rf" = ( +/obj/structure/fence{ + dir = 4 + }, +/turf/open/floor/plating/grass/lava/orange, +/area/ruin/unpowered/codelab/exterior) +"ri" = ( +/obj/machinery/door/airlock/public{ + name = "Testing Room A" + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"rq" = ( +/obj/item/clipboard, +/obj/effect/turf_decal/corner/opaque/purple/border{ + dir = 8 + }, +/obj/machinery/light/broken/directional/west, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"rw" = ( +/obj/structure/closet/crate/bin, +/obj/effect/spawner/lootdrop/maintenance/two, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"rz" = ( +/obj/structure/flora/ausbushes/fullgrass/hell, +/turf/open/floor/plating/grass/lava/purple, +/area/ruin/unpowered/codelab/exterior) +"rA" = ( +/obj/structure/closet/crate/trashcart, +/obj/item/pushbroom, +/obj/item/trash/can/food/peaches, +/obj/item/trash/candy, +/obj/item/trash/plate, +/obj/item/trash/tray, +/obj/effect/turf_decal/industrial/outline, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"rG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/food/plant_smudge, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"rH" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"rI" = ( +/obj/structure/fluff/paper/stack, +/obj/machinery/light/dim/directional/south, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"rL" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"rS" = ( +/obj/structure/closet/crate/secure{ + anchored = 1 + }, +/obj/item/pickaxe, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"rT" = ( +/obj/effect/decal/cleanable/confetti, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"rV" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/effect/turf_decal/corner_techfloor_grid/full{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/unpowered/codelab/reception) +"rY" = ( +/obj/effect/turf_decal/corner/opaque/white/mono, +/obj/machinery/light/broken/directional/north, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"sc" = ( +/obj/effect/turf_decal/corner/opaque/white/mono, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"sk" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"so" = ( +/obj/structure/closet/crate/trashcart, +/obj/item/mop, +/obj/item/trash/boritos, +/obj/item/trash/can/food/peaches, +/obj/item/trash/can, +/obj/item/trash/waffles, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"sp" = ( +/obj/machinery/light/dim/directional/south, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"sr" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"sz" = ( +/obj/structure/closet/crate/large{ + anchored = 1 + }, +/obj/item/toy/plush/among, +/obj/effect/turf_decal/industrial/outline/yellow, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"sA" = ( +/obj/structure/chair/comfy/orange/directional/north, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"sB" = ( +/obj/effect/decal/cleanable/food/pie_smudge{ + desc = "Some kind of strange white goo."; + name = "strange goo" + }, +/obj/effect/decal/cleanable/molten_object/large, +/obj/effect/turf_decal/corner/opaque/ntblue/border{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"sE" = ( +/obj/structure/fluff/paper/stack, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"sK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/opaque/lightgrey/filled/line{ + dir = 1 + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"sW" = ( +/obj/machinery/airalarm/directional/east, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"tp" = ( +/obj/structure/cable{ + icon_state = "1-6" + }, +/obj/structure/cable{ + icon_state = "1-10" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"tx" = ( +/obj/effect/turf_decal/corner/opaque/white/mono, +/obj/structure/fluff/paper/stack{ + dir = 1 + }, +/obj/machinery/light/dim/directional/north, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"tA" = ( +/obj/machinery/door/airlock{ + dir = 4; + name = "Dormitory" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"tD" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"tH" = ( +/obj/structure/flora/ausbushes/sparsegrass/hell, +/turf/open/floor/plating/grass/lava/purple, +/area/ruin/unpowered/codelab/exterior) +"tI" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/carpet/nanoweave/red, +/area/ruin/unpowered/codelab/laboratory) +"uc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/laboratory) +"uf" = ( +/obj/structure/fence/corner{ + dir = 4 + }, +/turf/open/floor/plating/grass/lava/orange, +/area/ruin/unpowered/codelab/exterior) +"uj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/generic, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"uk" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/reception) +"uy" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"uA" = ( +/obj/machinery/light/dim/directional/north, +/obj/structure/table/chem, +/obj/item/slimecrossbeaker/autoinjector/slimestimulant{ + pixel_y = 11 + }, +/obj/item/slimecrossbeaker/omnizine, +/obj/item/reagent_containers/glass/beaker{ + pixel_y = 10; + pixel_x = -9 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"uH" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"uL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/reception) +"uM" = ( +/obj/structure/table/wood, +/obj/item/trash/plate, +/obj/effect/decal/cleanable/food/flour, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"uQ" = ( +/obj/machinery/airalarm/directional/north, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"uV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible/layer4, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"uW" = ( +/obj/structure/ore_box, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"vb" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_y = 14 + }, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_y = 14; + pixel_x = -9 + }, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_y = 14; + pixel_x = 9 + }, +/obj/item/reagent_containers/glass/maunamug{ + pixel_x = -19 + }, +/obj/effect/turf_decal/corner/opaque/white/mono, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"vg" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/obj/effect/decal/cleanable/wrapping, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"vk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"vu" = ( +/obj/structure/flora/tree/dead/tall/grey, +/turf/open/floor/plating/grass/lava/orange, +/area/ruin/unpowered/codelab/exterior) +"vz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/laboratory) +"vD" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"vG" = ( +/obj/machinery/button/shieldwallgen{ + dir = 8; + id = "NTGen Doorfield"; + pixel_x = 24; + pixel_y = -5 + }, +/obj/machinery/button/door{ + dir = 8; + pixel_y = 7; + pixel_x = 25; + id = "NTGen Door" + }, +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 6 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"vL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4{ + dir = 5 + }, +/turf/open/floor/concrete/pavement/lava, +/area/ruin/unpowered/codelab/maintenance) +"vQ" = ( +/obj/structure/flora/ausbushes/sparsegrass/hell, +/turf/open/floor/plating/grass/lava/orange, +/area/ruin/unpowered/codelab/exterior) +"vU" = ( +/obj/machinery/light/dim/directional/south, +/obj/effect/decal/cleanable/wrapping, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"wc" = ( +/obj/machinery/atmospherics/components/unary/cryo_cell{ + icon_state = "pod-open" + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"wd" = ( +/obj/effect/turf_decal/corner/opaque/white/mono, +/obj/machinery/camera{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"wu" = ( +/obj/machinery/light/dim/directional/west, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"wB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/carpet/nanoweave/red, +/area/ruin/unpowered/codelab/laboratory) +"wJ" = ( +/obj/structure/closet/cardboard, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"wM" = ( +/obj/effect/decal/cleanable/molten_object/large, +/turf/open/floor/wood{ + icon_state = "wood-broken4" + }, +/area/ruin/unpowered/codelab/reception) +"wN" = ( +/obj/structure/closet/crate/medical{ + anchored = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/reagent_containers/syringe, +/obj/item/surgicaldrill, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"wP" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/beaker/large/epinephrine, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"wZ" = ( +/obj/effect/decal/cleanable/food/pie_smudge{ + desc = "Some kind of strange white goo."; + name = "strange goo" + }, +/mob/living/simple_animal/slime, +/obj/effect/turf_decal/corner/opaque/lime/border{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"xi" = ( +/obj/machinery/camera{ + dir = 1 + }, +/obj/structure/table, +/obj/item/reagent_containers/syringe, +/obj/item/scalpel, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"xx" = ( +/obj/machinery/camera{ + dir = 10 + }, +/obj/effect/decal/cleanable/molten_object, +/obj/effect/turf_decal/corner/opaque/lime/border{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"xz" = ( +/obj/effect/turf_decal/dept/science, +/turf/open/floor/concrete/pavement/lava, +/area/ruin/unpowered/codelab/exterior) +"xB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/password{ + dir = 8; + password = "71421"; + name = "Password Locked Door" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"xK" = ( +/obj/structure/fluff/paper/stack{ + dir = 8 + }, +/obj/effect/decal/cleanable/molten_object, +/obj/effect/turf_decal/corner/opaque/ntblue/border{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"xM" = ( +/obj/effect/decal/cleanable/molten_object/large, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"xN" = ( +/obj/machinery/atmospherics/pipe/manifold/general/hidden, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"xQ" = ( +/obj/machinery/door/airlock/public{ + name = "Testing Room B" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"xV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/opaque/lightgrey/filled/corner{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"xZ" = ( +/obj/structure/flora/rock/hell{ + pixel_y = -1 + }, +/turf/open/floor/plating/grass/lava/purple, +/area/ruin/unpowered/codelab/exterior) +"ya" = ( +/obj/structure/table, +/obj/structure/window/reinforced/spawner, +/obj/item/clipboard, +/obj/item/pen/fountain, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/reception) +"yc" = ( +/obj/structure/fluff/paper/stack, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/turf_decal/industrial/warning/corner, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"yd" = ( +/obj/structure/cable{ + icon_state = "0-5" + }, +/obj/machinery/door/poddoor{ + id = "NTGen Door" + }, +/obj/machinery/power/shieldwallgen/atmos/roundstart{ + dir = 4; + id = "NTGen Doorfield" + }, +/turf/open/floor/plasteel/tech/grid, +/area/ruin/unpowered/codelab/storage) +"ye" = ( +/obj/structure/fluff/paper/stack{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"yo" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"yG" = ( +/obj/effect/turf_decal/box/white/corners, +/turf/open/floor/concrete/pavement/lava, +/area/ruin/unpowered/codelab/exterior) +"yJ" = ( +/obj/structure/closet/crate/internals{ + anchored = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/tank/internals/oxygen/yellow, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"yL" = ( +/obj/effect/decal/cleanable/molten_object/large, +/obj/effect/decal/cleanable/food/plant_smudge, +/mob/living/simple_animal/slime, +/obj/effect/turf_decal/trimline/opaque/grey/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"yS" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/n2{ + dir = 8; + piping_layer = 4 + }, +/obj/effect/turf_decal/trimline/opaque/bottlegreen/filled/corner{ + dir = 1 + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"yT" = ( +/obj/machinery/camera, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"yY" = ( +/obj/structure/table, +/obj/item/modular_computer/laptop, +/obj/machinery/light/dim/directional/west, +/obj/item/pen/fountain, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"zb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"zj" = ( +/obj/structure/table, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"zu" = ( +/obj/structure/cable{ + icon_state = "6-8" + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"zG" = ( +/obj/structure/closet/crate/medical{ + anchored = 1 + }, +/obj/item/reagent_containers/syringe/antiviral, +/obj/item/retractor, +/obj/effect/turf_decal/industrial/outline/yellow, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"zH" = ( +/obj/structure/fluff/paper/stack{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"zI" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/machinery/light/small/directional/west, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"zJ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"zK" = ( +/obj/structure/fluff/empty_sleeper/nanotrasen{ + pixel_y = 3 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"zM" = ( +/obj/machinery/camera{ + dir = 10 + }, +/obj/structure/fluff/paper/stack{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/purple/border{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"zN" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/door/airlock/research/glass{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"zP" = ( +/obj/machinery/door/airlock{ + name = "Dormitory" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"zY" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/beaker/slime, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"zZ" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/corner_techfloor_grid/full{ + dir = 8 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"Ab" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/carpet/nanoweave/red, +/area/ruin/unpowered/codelab/laboratory) +"Ai" = ( +/obj/machinery/light/dim/directional/east, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"Am" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/reception) +"Aq" = ( +/obj/effect/decal/cleanable/shreds, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"Ay" = ( +/obj/effect/turf_decal/corner/opaque/white/mono, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"AA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/wrapping, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"AB" = ( +/obj/machinery/door/airlock/external{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2{ + dir = 4 + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"AE" = ( +/obj/structure/table, +/obj/item/newspaper, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"AG" = ( +/obj/effect/turf_decal/corner/opaque/white/mono, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/fluff/paper/stack{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"AI" = ( +/obj/machinery/atmospherics/pipe/layer_manifold, +/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"AJ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/obj/structure/sign/poster/contraband/ntos{ + pixel_x = -30 + }, +/obj/effect/decal/cleanable/chem_pile, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"AK" = ( +/obj/structure/flora/ausbushes/fullgrass/hell, +/turf/open/floor/plating/grass/lava, +/area/ruin/unpowered/codelab/exterior) +"AL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/carpet/lone, +/area/ruin/unpowered/codelab/subjectrooms) +"AN" = ( +/obj/machinery/door/airlock/public{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"AO" = ( +/obj/structure/window/plasma/reinforced, +/obj/structure/window/plasma/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/atmos/air_output, +/turf/open/floor/engine, +/area/ruin/unpowered/codelab/maintenance) +"AV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/laboratory) +"Bc" = ( +/obj/structure/window/plasma/reinforced, +/obj/structure/window/plasma/reinforced{ + dir = 4 + }, +/turf/open/floor/engine, +/area/ruin/unpowered/codelab/maintenance) +"Bf" = ( +/obj/machinery/airalarm/directional/north, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"Bj" = ( +/obj/machinery/computer/atmos_control/tank/oxygen_tank, +/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ + dir = 5 + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"Bk" = ( +/obj/structure/bed, +/obj/item/bedsheet/purple, +/obj/structure/curtain/cloth/grey, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"Bm" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 5 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"Bp" = ( +/obj/structure/closet/crate/internals{ + anchored = 1 + }, +/obj/item/tank/jetpack/oxygen, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"Br" = ( +/obj/structure/closet/cardboard, +/obj/machinery/light/dim/directional/east, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"Bs" = ( +/obj/structure/flora/rock/hell, +/turf/open/floor/plating/grass/lava/orange, +/area/ruin/unpowered/codelab/exterior) +"Bu" = ( +/obj/effect/turf_decal/industrial/loading{ + dir = 1 + }, +/turf/open/floor/concrete/pavement/lava, +/area/ruin/unpowered/codelab/exterior) +"BF" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"BI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"BJ" = ( +/obj/item/newspaper, +/obj/structure/fluff/paper/stack, +/obj/effect/turf_decal/corner/opaque/purple/border{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"BK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"BN" = ( +/obj/effect/decal/cleanable/oil/streak{ + pixel_x = -12; + pixel_y = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"BO" = ( +/obj/structure/table/wood, +/obj/item/research_notes/loot/tiny{ + name = "Notes on Xenobiology" + }, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"BP" = ( +/obj/effect/turf_decal/industrial/stand_clear{ + dir = 8 + }, +/turf/open/floor/concrete/pavement/lava, +/area/ruin/unpowered/codelab/exterior) +"Cd" = ( +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"Cj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/corner_techfloor_grid/full{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/unpowered/codelab/reception) +"Cw" = ( +/obj/structure/chair/sofa/brown/left/directional/north, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"CA" = ( +/obj/effect/turf_decal/corner/opaque/purple/border{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"CC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/research/glass{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"CJ" = ( +/obj/structure/table, +/obj/structure/window/reinforced/spawner/east, +/obj/item/clipboard, +/obj/item/pen/blue, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/reception) +"CK" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2{ + dir = 4 + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"CV" = ( +/obj/effect/turf_decal/box/white/corners{ + dir = 8 + }, +/turf/open/floor/concrete/pavement/lava, +/area/ruin/unpowered/codelab/exterior) +"CX" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/reception) +"CZ" = ( +/obj/machinery/atmospherics/pipe/manifold/general/hidden, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"Db" = ( +/obj/structure/closet/crate/secure/plasma{ + anchored = 1 + }, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/tank/internals/plasma, +/obj/effect/turf_decal/industrial/outline/yellow, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"Dc" = ( +/obj/structure/window/reinforced/survival_pod{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"Di" = ( +/obj/effect/decal/cleanable/molten_object, +/obj/effect/decal/cleanable/food/plant_smudge, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"Dj" = ( +/obj/machinery/door/password{ + dir = 8; + password = "71421"; + name = "Password Locked Door" + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"Do" = ( +/obj/effect/decal/cleanable/molten_object, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/light/broken/directional/north, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/reception) +"Du" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"DB" = ( +/obj/machinery/camera{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/corner_techfloor_grid/full{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/unpowered/codelab/reception) +"DD" = ( +/obj/machinery/porta_turret/ai, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"DF" = ( +/obj/effect/decal/cleanable/molten_object, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"DH" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/item/clothing/neck/tie/rainbow, +/obj/item/spacecash/bundle/c20, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"DJ" = ( +/obj/structure/chair/comfy/orange/directional/west, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"DL" = ( +/obj/structure/closet/crate/medical{ + anchored = 1 + }, +/obj/item/reagent_containers/syringe/thializid, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"DU" = ( +/obj/structure/fence{ + dir = 4 + }, +/turf/open/floor/plating/grass/lava/purple, +/area/ruin/unpowered/codelab/exterior) +"DZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/reception) +"Ef" = ( +/obj/structure/table, +/obj/item/paper/crumpled/codelab/subjectnote{ + pixel_y = 11; + pixel_x = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"Eh" = ( +/obj/structure/closet/wardrobe/science_white, +/obj/effect/turf_decal/trimline/opaque/grey/filled/line{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"Ej" = ( +/obj/machinery/computer/atmos_control/tank/air_tank, +/obj/effect/turf_decal/trimline/opaque/lightgrey/filled/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"Ep" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"Et" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"Ev" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/visible/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"Ex" = ( +/obj/machinery/camera, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"EF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/grey/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"EM" = ( +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"EX" = ( +/obj/machinery/airalarm/directional/east, +/mob/living/simple_animal/slime, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"EY" = ( +/obj/structure/closet/crate/secure/engineering{ + anchored = 1 + }, +/obj/item/storage/toolbox/mechanical, +/obj/item/storage/toolbox/electrical, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"Fd" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/laboratory) +"Ff" = ( +/obj/structure/closet/crate/secure{ + anchored = 1 + }, +/obj/item/storage/fancy/cigarettes/cigpack_cannabis, +/obj/item/storage/fancy/cigarettes/cigpack_cannabis, +/obj/item/storage/fancy/cigarettes/cigpack_syndicate, +/obj/item/storage/fancy/cigarettes/cigpack_uplift, +/obj/item/storage/belt/fannypack/blue, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"Fg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"Fw" = ( +/obj/item/trash/semki, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/reception) +"Fx" = ( +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"Fy" = ( +/obj/machinery/modular_computer/console/preset/research, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"Fz" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/item/clothing/neck/tie/trans, +/obj/item/spacecash/bundle/c100, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"FF" = ( +/obj/structure/cable{ + icon_state = "2-9" + }, +/obj/structure/cable{ + icon_state = "2-5" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"FG" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/molten_object, +/turf/open/floor/carpet/nanoweave/red, +/area/ruin/unpowered/codelab/laboratory) +"FH" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"FJ" = ( +/obj/structure/cable{ + icon_state = "0-6" + }, +/obj/machinery/power/rtg, +/obj/effect/turf_decal/industrial/outline/yellow, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"FT" = ( +/obj/machinery/power/rtg, +/obj/structure/cable{ + icon_state = "0-10" + }, +/obj/effect/turf_decal/industrial/outline/yellow, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"Gb" = ( +/obj/machinery/camera{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"Gc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/carpet/lone, +/area/ruin/unpowered/codelab/subjectrooms) +"Gd" = ( +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"Gq" = ( +/obj/effect/decal/cleanable/molten_object/large, +/obj/effect/decal/cleanable/food/plant_smudge, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"Gu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"Gv" = ( +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/ruin/unpowered/codelab/reception) +"GG" = ( +/obj/effect/decal/cleanable/generic, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"GH" = ( +/obj/structure/closet/crate/trashcart, +/obj/item/pushbroom, +/obj/item/trash/popcorn, +/obj/item/trash/boritos, +/obj/item/trash/can, +/obj/item/trash/syndi_cakes, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"GK" = ( +/obj/structure/closet/crate{ + anchored = 1 + }, +/obj/item/storage/toolbox/mechanical/old, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"GN" = ( +/obj/effect/turf_decal/corner/opaque/white/mono, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"GY" = ( +/obj/machinery/door/airlock/public{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"Hc" = ( +/obj/effect/turf_decal/industrial/outline, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"Hd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/blue/filled/corner{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"He" = ( +/turf/closed/wall/mineral/titanium, +/area/ruin/unpowered/codelab/subjectrooms) +"Hi" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"Hk" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"Ho" = ( +/obj/machinery/camera{ + dir = 10 + }, +/obj/structure/fluff/paper/stack{ + dir = 1 + }, +/obj/effect/decal/cleanable/molten_object, +/obj/effect/turf_decal/corner/opaque/ntblue/border{ + dir = 8 + }, +/obj/machinery/light/broken/directional/south, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"Hp" = ( +/obj/effect/decal/cleanable/molten_object/large, +/mob/living/simple_animal/slime, +/obj/effect/decal/cleanable/food/plant_smudge, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"Hu" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/fluff/paper/stack{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"HA" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"HQ" = ( +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"HW" = ( +/obj/structure/flora/ausbushes/hell, +/turf/open/floor/plating/grass/lava/orange, +/area/ruin/unpowered/codelab/exterior) +"Ig" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/opaque/grey/filled/line{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"In" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"It" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"Iu" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-6" + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"Iv" = ( +/turf/template_noop, +/area/template_noop) +"IC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"IG" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable{ + icon_state = "0-6" + }, +/obj/effect/turf_decal/trimline/opaque/grey/filled/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"IL" = ( +/obj/effect/turf_decal/corner/opaque/white/mono, +/obj/machinery/light/dim/directional/south, +/obj/structure/fluff/paper/stack, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"IO" = ( +/obj/structure/fence/door{ + open = 1 + }, +/turf/open/floor/concrete/pavement/lava, +/area/ruin/unpowered/codelab/exterior) +"Jb" = ( +/obj/structure/flora/ausbushes/fernybush/hell, +/turf/open/floor/plating/grass/lava, +/area/ruin/unpowered/codelab/exterior) +"Jd" = ( +/obj/effect/decal/cleanable/ash, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/reception) +"Jk" = ( +/obj/effect/turf_decal/corner/opaque/white/mono, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"Jm" = ( +/obj/structure/window/plasma/reinforced, +/obj/structure/window/plasma/reinforced{ + dir = 8 + }, +/obj/structure/window/plasma/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/nitrogen_output, +/turf/open/floor/engine/n2, +/area/ruin/unpowered/codelab/maintenance) +"Jn" = ( +/obj/structure/table, +/obj/machinery/microwave, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"Js" = ( +/obj/effect/decal/cleanable/wrapping, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"Jv" = ( +/obj/structure/cable{ + icon_state = "6-9" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/carpet/nanoweave/red, +/area/ruin/unpowered/codelab/laboratory) +"JE" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/ruin/unpowered/codelab/reception) +"JI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2{ + dir = 4 + }, +/obj/machinery/light/dim/directional/south, +/obj/machinery/atmospherics/components/trinary/mixer/airmix{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"JM" = ( +/obj/machinery/door/window/brigdoor/eastright, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/reception) +"JR" = ( +/obj/item/trash/chips, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/reception) +"JX" = ( +/obj/machinery/computer/atmos_control/tank/nitrogen_tank, +/obj/effect/turf_decal/trimline/opaque/bottlegreen/filled/line{ + dir = 5 + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"JZ" = ( +/obj/effect/turf_decal/dept/cargo, +/turf/open/floor/concrete/pavement/lava, +/area/ruin/unpowered/codelab/exterior) +"Ka" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2{ + dir = 9 + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"Kj" = ( +/obj/machinery/computer/security/telescreen{ + pixel_y = 27 + }, +/obj/structure/closet/cardboard, +/obj/item/clothing/under/color/white, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"Kl" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/concrete/pavement/lava, +/area/ruin/unpowered/codelab/exterior) +"Kp" = ( +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/ruin/unpowered/codelab/laboratory) +"Kv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"Kw" = ( +/obj/structure/table, +/obj/item/trash/plate, +/obj/item/trash/plate{ + pixel_y = 10 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"Kx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/bottlegreen/filled/corner{ + dir = 4 + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"KO" = ( +/obj/structure/sign/poster/contraband/cybersun_med{ + pixel_y = 31 + }, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"KQ" = ( +/obj/structure/fluff/empty_sleeper/nanotrasen{ + pixel_y = 3 + }, +/obj/effect/turf_decal/corner/opaque/white/mono, +/obj/effect/turf_decal/industrial/warning{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"KT" = ( +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"Lg" = ( +/obj/structure/flora/rock/hell, +/turf/open/floor/plating/grass/lava/purple, +/area/ruin/unpowered/codelab/exterior) +"Lr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"Lx" = ( +/obj/structure/flora/ausbushes/fernybush/hell, +/turf/open/floor/plating/grass/lava/orange, +/area/ruin/unpowered/codelab/exterior) +"Lz" = ( +/obj/effect/turf_decal/corner_techfloor_grid/full{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/unpowered/codelab/reception) +"LD" = ( +/obj/machinery/camera{ + dir = 10 + }, +/obj/structure/table, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"LG" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/reception) +"LH" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/reception) +"LP" = ( +/obj/machinery/light/dim/directional/west, +/mob/living/simple_animal/slime, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"LU" = ( +/obj/machinery/door/airlock/public{ + name = "Testing Room C" + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"LV" = ( +/obj/structure/window/plasma/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/nitrogen_input{ + dir = 4 + }, +/turf/open/floor/engine/n2, +/area/ruin/unpowered/codelab/maintenance) +"Ma" = ( +/obj/structure/closet/l3closet/scientist, +/obj/effect/turf_decal/trimline/opaque/grey/filled/line{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"Mp" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"Mv" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/item/clothing/neck/tie/purple, +/obj/item/spacecash/bundle/c1000, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"MB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"ME" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 + }, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/reception) +"MK" = ( +/obj/structure/table, +/obj/item/modular_computer/laptop, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"MN" = ( +/obj/structure/holosign/barrier/infinite, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"Ni" = ( +/obj/structure/closet/crate/secure/plasma{ + anchored = 1 + }, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/stack/sheet/mineral/plasma, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"Nn" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"Nq" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"NA" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/o2{ + dir = 8; + piping_layer = 4 + }, +/obj/effect/turf_decal/trimline/opaque/blue/filled/corner{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"NL" = ( +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"NW" = ( +/obj/item/cigbutt/cigarbutt, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/reception) +"NX" = ( +/obj/structure/window/plasma/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/oxygen_input{ + dir = 4 + }, +/turf/open/floor/engine/o2, +/area/ruin/unpowered/codelab/maintenance) +"Ob" = ( +/obj/structure/chair/sofa/brown/directional/north, +/obj/machinery/light/dim/directional/south, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"Od" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"Oj" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/reception) +"Op" = ( +/obj/machinery/door/airlock/public{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"Oq" = ( +/obj/effect/decal/cleanable/molten_object, +/obj/effect/turf_decal/trimline/opaque/grey/filled/line, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"OE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/molten_object, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"OM" = ( +/obj/machinery/door/poddoor{ + id = "NTGen Door" + }, +/turf/open/floor/plasteel/tech/grid, +/area/ruin/unpowered/codelab/storage) +"OW" = ( +/obj/effect/decal/cleanable/ash, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/reception) +"Pc" = ( +/turf/closed/wall/mineral/titanium, +/area/ruin/unpowered/codelab/storage) +"Pu" = ( +/obj/machinery/airalarm/directional/north, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"PK" = ( +/obj/structure/table, +/obj/structure/window/reinforced/spawner, +/obj/machinery/computer/med_data/laptop{ + dir = 1; + pixel_y = 7 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/reception) +"PL" = ( +/obj/effect/decal/cleanable/ash, +/obj/machinery/light/broken/directional/west, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"PP" = ( +/obj/structure/table/optable, +/obj/effect/turf_decal/corner/opaque/ntblue/border{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"PU" = ( +/obj/structure/cable{ + icon_state = "4-9" + }, +/obj/effect/turf_decal/trimline/opaque/grey/filled/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"Qb" = ( +/obj/machinery/camera, +/obj/effect/turf_decal/techfloor/hole/right{ + dir = 4 + }, +/mob/living/simple_animal/slime, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"Qc" = ( +/obj/structure/closet/crate/large{ + anchored = 1 + }, +/obj/item/toy/plush/carpplushie, +/obj/effect/turf_decal/industrial/outline/yellow, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"Qi" = ( +/obj/machinery/atmospherics/components/unary/cryo_cell{ + icon_state = "pod-open"; + state_open = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"Qm" = ( +/mob/living/simple_animal/slime, +/obj/effect/turf_decal/corner/opaque/ntblue/border{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"Qn" = ( +/obj/structure/table, +/obj/effect/turf_decal/corner_techfloor_grid/full{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/unpowered/codelab/reception) +"Qv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4{ + dir = 10 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"QC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"QD" = ( +/obj/machinery/light/dim/directional/north, +/obj/structure/holosign/barrier/infinite, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"QJ" = ( +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 5 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"QO" = ( +/obj/structure/fence/corner{ + dir = 9 + }, +/turf/open/floor/plating/grass/lava/orange, +/area/ruin/unpowered/codelab/exterior) +"QQ" = ( +/obj/structure/closet/crate/large{ + anchored = 1 + }, +/obj/item/toy/plush/nukeplushie, +/obj/effect/turf_decal/industrial/outline, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"QU" = ( +/obj/item/newspaper, +/obj/effect/decal/cleanable/molten_object, +/obj/machinery/light/broken/directional/north, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"QV" = ( +/obj/structure/cable{ + icon_state = "0-10" + }, +/obj/machinery/power/rtg, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/turf_decal/industrial/outline/yellow, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"Rf" = ( +/obj/structure/table, +/obj/structure/window/reinforced/spawner, +/obj/item/paper_bin{ + pixel_y = 4 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/reception) +"Rg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"Ri" = ( +/obj/structure/closet/crate/large{ + anchored = 1 + }, +/obj/item/toy/plush/lizardplushie, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"Ro" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"Rp" = ( +/obj/effect/decal/cleanable/food/plant_smudge, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"Ru" = ( +/obj/effect/turf_decal/corner/opaque/white/mono, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/fluff/paper/stack, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"RI" = ( +/obj/structure/closet/crate/large{ + anchored = 1 + }, +/obj/item/toy/plush/knight, +/obj/effect/turf_decal/industrial/outline, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"RS" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + name = "Nitrogen to Air" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/bottlegreen/filled/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"RX" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 10 + }, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/trimline/opaque/bottlegreen/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/lightgrey/filled/line{ + dir = 8 + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"RY" = ( +/obj/structure/marker_beacon, +/obj/machinery/button{ + pixel_x = -5; + pixel_y = 26; + name = "broken door button"; + desc = "A remote control switch, rendered unusable due to harsh conditions and age." + }, +/obj/machinery/button/shieldwallgen{ + id = "NTGen Doorfield"; + pixel_x = 6; + pixel_y = 25 + }, +/turf/open/floor/plating/grass/lava/orange, +/area/ruin/unpowered/codelab/exterior) +"RZ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"Sf" = ( +/obj/effect/turf_decal/box/white/corners{ + dir = 1 + }, +/turf/open/floor/concrete/pavement/lava, +/area/ruin/unpowered/codelab/exterior) +"Sn" = ( +/obj/structure/fence, +/turf/open/floor/plating/grass/lava/purple, +/area/ruin/unpowered/codelab/exterior) +"Sq" = ( +/obj/structure/cable{ + icon_state = "5-8" + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"St" = ( +/obj/structure/cable{ + icon_state = "4-10" + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"SG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/molten_object/large, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"SQ" = ( +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-5" + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"SY" = ( +/turf/open/floor/plating/grass/lava/orange, +/area/ruin/unpowered/codelab/exterior) +"Tg" = ( +/obj/structure/filingcabinet/double, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/ruin/unpowered/codelab/reception) +"Tw" = ( +/obj/machinery/camera, +/obj/effect/turf_decal/techfloor/hole/right{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"Ty" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"Tz" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/structure/table, +/obj/item/trash/plate, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_y = 14; + pixel_x = -8 + }, +/turf/open/floor/carpet/nanoweave/red, +/area/ruin/unpowered/codelab/laboratory) +"TG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"TJ" = ( +/obj/effect/turf_decal/corner/opaque/white/mono, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"TQ" = ( +/obj/machinery/shower{ + dir = 8; + pixel_y = 8 + }, +/obj/structure/curtain, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"TR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"TS" = ( +/obj/machinery/porta_turret/ship/weak/codelab, +/turf/closed/wall/mineral/titanium, +/area/ruin/unpowered/codelab/exterior) +"Ue" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"Uf" = ( +/obj/structure/table, +/obj/structure/window/reinforced/spawner, +/obj/structure/window/reinforced/spawner/west, +/obj/item/clothing/mask/cigarette, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken3" + }, +/area/ruin/unpowered/codelab/reception) +"Ui" = ( +/obj/structure/closet/crate/wooden{ + anchored = 1 + }, +/obj/effect/turf_decal/industrial/outline, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"Uj" = ( +/obj/structure/fluff/paper/stack{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"Un" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/obj/effect/turf_decal/corner_techfloor_grid/full, +/turf/open/floor/plasteel/dark, +/area/ruin/unpowered/codelab/reception) +"Ux" = ( +/obj/machinery/door/airlock/external{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"Uy" = ( +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"UA" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/donkpockets, +/obj/item/storage/box/cups, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"UM" = ( +/turf/closed/wall/mineral/titanium, +/area/ruin/unpowered/codelab/maintenance) +"UU" = ( +/obj/structure/fence/corner{ + dir = 5 + }, +/turf/open/floor/plating/grass/lava/purple, +/area/ruin/unpowered/codelab/exterior) +"Vc" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 10 + }, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/bottlegreen/filled/line{ + dir = 8 + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"Vd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"Vi" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light/dim/directional/south, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/laboratory) +"VQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/closet/crate/large{ + anchored = 1 + }, +/obj/item/toy/plush/hornet/gay, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"VW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/reception) +"VX" = ( +/obj/structure/closet/cardboard, +/obj/item/clothing/under/color/white, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"VY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"Wa" = ( +/obj/structure/table, +/obj/item/slime_extract/grey, +/obj/item/reagent_containers/glass/beaker{ + pixel_y = 10; + pixel_x = -9 + }, +/obj/item/research_notes/loot/small{ + pixel_y = 6; + pixel_x = 10; + name = "Notes on Xenobiology" + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"Wq" = ( +/obj/structure/window/plasma/reinforced{ + dir = 8 + }, +/obj/structure/window/plasma/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/atmos/air, +/turf/open/floor/engine, +/area/ruin/unpowered/codelab/maintenance) +"Ws" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer4, +/turf/open/floor/concrete/pavement/lava, +/area/ruin/unpowered/codelab/maintenance) +"Wt" = ( +/obj/structure/table, +/obj/structure/window/reinforced/spawner, +/obj/item/paper_bin/carbon{ + pixel_y = 4 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/ruin/unpowered/codelab/reception) +"Wv" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/reception) +"WF" = ( +/obj/structure/table/chem, +/obj/item/reagent_containers/glass/beaker/plastic{ + pixel_x = -7; + pixel_y = 9 + }, +/obj/item/reagent_containers/glass/beaker/plastic{ + pixel_y = 9; + pixel_x = 10 + }, +/obj/item/slime_extract/grey, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"WG" = ( +/obj/structure/closet/crate/medical{ + anchored = 1 + }, +/obj/item/stack/medical/gauze/twelve, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"WH" = ( +/obj/effect/decal/cleanable/food/pie_smudge{ + desc = "Some kind of strange white goo."; + name = "strange goo" + }, +/obj/machinery/light/dim/directional/east, +/obj/effect/turf_decal/corner/opaque/purple/border{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"WQ" = ( +/obj/structure/fence/corner{ + dir = 8 + }, +/turf/open/floor/plating/grass/lava, +/area/ruin/unpowered/codelab/exterior) +"WV" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/structure/fluff/paper/stack{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"WX" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + name = "Air to Distro"; + target_pressure = 1000 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/opaque/lightgrey/filled/line{ + dir = 1 + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"Xh" = ( +/obj/machinery/camera{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"Xl" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/reception) +"Xo" = ( +/obj/machinery/camera, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"Xq" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/obj/structure/sign/poster/official/work_for_a_future{ + pixel_y = -32 + }, +/obj/machinery/blackbox_recorder, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"Xu" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/laboratory) +"Xx" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"XA" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/obj/structure/chair/comfy/orange/directional/west, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"XB" = ( +/obj/structure/table/optable, +/obj/effect/turf_decal/corner/opaque/purple/border{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"XS" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"XZ" = ( +/obj/structure/closet/crate/secure/plasma{ + anchored = 1 + }, +/obj/machinery/light/dim/directional/north, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/tank/internals/plasma, +/obj/effect/turf_decal/industrial/outline, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) +"Ya" = ( +/obj/machinery/door/airlock/external, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"Yk" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/grey/filled/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"Yl" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/storage) +"Yo" = ( +/obj/machinery/airalarm/directional/north, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/laboratory) +"Yq" = ( +/obj/machinery/light/dim/directional/north, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken3" + }, +/area/ruin/unpowered/codelab/reception) +"Yr" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"Ys" = ( +/obj/structure/flora/ausbushes/hell, +/turf/open/floor/plating/grass/lava, +/area/ruin/unpowered/codelab/exterior) +"Yw" = ( +/obj/structure/table, +/obj/item/research_notes/loot/small{ + pixel_y = 6; + pixel_x = 10; + name = "Notes on Xenobiology" + }, +/obj/item/disk/design_disk/adv{ + pixel_x = -9; + pixel_y = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"YB" = ( +/obj/machinery/light/broken/directional/north, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"YH" = ( +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/reception) +"YO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"YV" = ( +/obj/structure/flora/ausbushes/genericbush/hell, +/turf/open/floor/plating/grass/lava, +/area/ruin/unpowered/codelab/exterior) +"YW" = ( +/obj/structure/closet/cardboard, +/obj/item/clothing/under/color/white, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"Zb" = ( +/obj/structure/marker_beacon, +/obj/machinery/turretid{ + pixel_y = 26; + name = "exterior turret control panel"; + lethal = 1; + icon_state = "control_kill" + }, +/turf/open/floor/plating/grass/lava/purple, +/area/ruin/unpowered/codelab/exterior) +"Zd" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/wood, +/area/ruin/unpowered/codelab/laboratory) +"Ze" = ( +/obj/effect/turf_decal/trimline/opaque/grey/filled/line{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/laboratory) +"Zf" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/closet/emcloset/anchored, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/codelab/maintenance) +"Zi" = ( +/obj/machinery/vending/cola/shamblers, +/obj/machinery/light/dim/directional/east, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"Zk" = ( +/obj/structure/cable{ + icon_state = "1-9" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/light/dim/directional/south, +/turf/open/floor/plating, +/area/ruin/unpowered/codelab/maintenance) +"Zl" = ( +/obj/structure/fence{ + dir = 4 + }, +/turf/open/floor/concrete/pavement/lava, +/area/ruin/unpowered/codelab/exterior) +"Zs" = ( +/obj/structure/flora/tree/dead/hell, +/turf/open/floor/plating/grass/lava, +/area/ruin/unpowered/codelab/exterior) +"Zv" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4, +/obj/machinery/door/airlock/glass, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered/codelab/laboratory) +"Zx" = ( +/obj/structure/marker_beacon, +/turf/open/floor/concrete/pavement/lava, +/area/ruin/unpowered/codelab/exterior) +"Zy" = ( +/obj/machinery/vending/snack/teal, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/reception) +"Zz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"ZC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered/codelab/subjectrooms) +"ZG" = ( +/obj/structure/closet/crate/internals{ + anchored = 1 + }, +/obj/item/tank/internals/oxygen, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered/codelab/storage) + +(1,1,1) = {" +Iv +Iv +Iv +SY +SY +SY +SY +SY +Iv +Iv +Iv +Iv +Iv +Iv +Iv +Iv +Iv +Iv +Iv +Iv +mA +mA +mA +mA +mA +mA +mA +Iv +Iv +Iv +Iv +Iv +Iv +Iv +Iv +"} +(2,1,1) = {" +Iv +SY +SY +lc +SY +SY +SY +md +SY +SY +SY +SY +SY +mA +AK +mA +mA +mA +mA +mA +mA +mA +mA +mA +mA +mA +mA +mA +AK +mA +mA +mA +mA +mA +Iv +"} +(3,1,1) = {" +Iv +SY +QO +kF +kF +kF +kF +kF +kF +kF +kF +kF +cv +cv +cv +cv +cv +TS +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +WQ +mA +Iv +"} +(4,1,1) = {" +Iv +SY +rf +SY +SY +SY +md +SY +SY +SY +mA +mA +mA +mA +mA +pB +mA +YV +mA +mA +Zs +mA +mA +YV +gE +mA +mA +YV +mA +pB +mA +mA +gY +mA +Iv +"} +(5,1,1) = {" +SY +SY +rf +SY +SY +ny +SY +SY +mA +mA +YV +mA +pB +mA +mA +mA +mA +mA +mA +mA +mA +mA +mA +mA +mA +pB +mA +mA +Jb +mA +ny +mA +gY +AK +mA +"} +(6,1,1) = {" +lc +SY +rf +SY +vu +SY +SY +SY +SY +jB +He +He +He +He +He +He +hE +hE +hE +hE +hE +hE +hE +hE +mA +mA +mA +mA +mA +mA +mA +mA +gY +mA +mA +"} +(7,1,1) = {" +SY +SY +rf +SY +SY +SY +SY +SY +jB +jB +He +Qb +KT +wu +iw +He +hE +jH +fZ +Qn +Un +il +jH +hE +hE +AK +mA +mA +mA +Zs +mA +mA +gY +mA +mA +"} +(8,1,1) = {" +Lx +SY +rf +SY +SY +SY +SY +SY +jB +jB +He +Qi +QJ +EM +vb +He +rV +Rp +GG +Gv +dQ +BI +tD +gM +hE +mA +YV +mA +mA +Ys +mA +pB +gY +mA +mA +"} +(9,1,1) = {" +SY +SY +rf +SY +SY +SY +SY +SY +Ws +vL +He +sr +xN +EM +Ef +He +cZ +jx +Hk +DB +Cj +Yr +lZ +Lz +hE +mA +mA +mA +pB +mA +mA +mA +gY +mA +mA +"} +(10,1,1) = {" +SY +SY +rf +SY +SY +SY +SY +UM +UM +Ux +He +mX +pG +BN +kh +He +He +GY +AN +He +hE +qU +nZ +hE +hE +hE +hE +hE +mA +mA +AK +mA +gY +mA +mA +"} +(11,1,1) = {" +Iv +SY +rf +vQ +SY +SY +SY +UM +Zf +YO +He +oo +sW +Ai +AL +je +WV +TR +TG +EM +hE +FH +Cd +Cd +PL +ls +gz +hE +mA +mA +mA +mA +gY +mA +mA +"} +(12,1,1) = {" +Iv +lc +TS +SY +SY +SY +SY +UM +Fx +MB +He +He +He +He +He +He +TJ +sE +ob +ye +hE +Nq +LH +kl +kl +NW +Cw +hE +gE +mA +pB +mA +TS +mA +Iv +"} +(13,1,1) = {" +Iv +SY +rf +SY +SY +SY +SY +UM +RZ +uV +He +zK +sB +Qm +Ho +He +Ay +uy +AG +wd +hE +yT +nl +ME +DZ +CX +Ob +hE +mA +mA +mA +mA +gY +mA +Iv +"} +(14,1,1) = {" +Iv +SY +rf +SY +SY +SY +SY +UM +ns +Vd +He +YB +sE +nH +YW +He +fq +sc +vD +lU +hE +Cd +Cd +zJ +lY +JR +iN +hE +mA +mA +mA +gE +gY +mA +Iv +"} +(15,1,1) = {" +Iv +SY +rf +SY +SY +SY +UM +UM +UM +AB +He +PP +xK +hx +AL +ri +xM +TR +eI +rI +hE +oK +aP +Uf +kl +VW +jz +hE +mA +gE +mA +mA +gY +mA +Iv +"} +(16,1,1) = {" +Iv +SY +rf +SY +SY +UM +UM +Ej +xV +Ka +He +He +He +He +He +He +mO +GN +cR +GN +hE +OW +JE +ya +LG +VW +hE +hE +hE +hE +Ys +mA +gY +mA +Iv +"} +(17,1,1) = {" +Iv +SY +rf +SY +SY +UM +Wq +AO +WX +Bm +He +qr +rq +BJ +zM +He +nM +EM +Hu +EM +hE +Yq +bl +oY +kl +VW +hE +lJ +Cd +hE +Kl +jB +rf +SY +Iv +"} +(18,1,1) = {" +Iv +SY +rf +Lx +SY +UM +aO +Bc +sK +nw +He +zH +lU +nH +kh +He +tx +GN +bE +Uj +hE +Wv +wM +PK +kl +Xl +Ya +Kv +Ue +ck +jB +jB +IO +SY +Iv +"} +(19,1,1) = {" +Iv +SY +rf +SY +SY +UM +RX +mZ +ol +pS +He +XB +WH +CA +AL +xQ +Du +Zz +bo +Gq +hE +Tg +YH +Rf +uk +uL +hE +hE +hE +hE +jB +jB +Zl +SY +Iv +"} +(20,1,1) = {" +Iv +SY +rf +SY +SY +UM +hz +JX +Kx +of +He +He +He +He +He +He +TJ +kA +cR +GN +hE +lW +JE +Wt +kl +Xl +Ya +Kv +Ue +ck +jB +jB +IO +SY +SY +"} +(21,1,1) = {" +Iv +Lx +rf +SY +SY +UM +LV +Jm +RS +JI +He +KQ +dx +bT +cA +He +hu +EM +Od +nM +hE +Do +bl +dg +kl +VW +hE +lJ +Cd +hE +Kl +jB +rf +SY +SY +"} +(22,1,1) = {" +Iv +SY +rf +SY +SY +UM +Vc +qL +yS +HA +He +QU +ie +VX +Gc +LU +Jk +TR +bo +GN +hE +kj +hO +PK +kl +VW +hE +hE +hE +hE +jB +jB +rf +SY +SY +"} +(23,1,1) = {" +Iv +SY +DU +SY +SY +UM +am +Bj +Hd +CK +He +nG +wZ +pp +xx +He +TJ +Uj +bE +IL +hE +JM +CJ +aY +LG +VW +pY +hE +lc +SY +jB +jB +rf +lc +SY +"} +(24,1,1) = {" +Iv +SY +DU +SY +SY +UM +NX +eH +eq +dL +He +He +He +He +He +He +wJ +GN +Od +GN +hE +Cd +Cd +aw +kl +aR +zj +hE +SY +SY +jB +jB +rf +SY +SY +"} +(25,1,1) = {" +Iv +nm +DU +vQ +SY +UM +nQ +AI +NA +cX +He +Tw +LP +ZC +Gc +je +dD +cI +SG +Gb +hE +Xo +Oj +Fw +DZ +Am +pQ +hE +SY +Lx +jB +jB +rf +SY +SY +"} +(26,1,1) = {" +Iv +nm +DU +nm +SY +UM +Pu +Uy +Qv +ef +He +mX +bv +ir +XS +He +rY +hB +Ru +GN +hE +eY +Jd +kl +kl +kl +DJ +hE +SY +SY +jB +jB +rf +SY +SY +"} +(27,1,1) = {" +Iv +rz +DU +nm +nm +UM +It +uH +Iu +Ev +He +sr +CZ +EM +Kw +He +yc +ln +Rg +Xx +hE +sk +ls +Zy +Zi +yo +ls +hE +SY +Zx +jB +jB +rf +SY +SY +"} +(28,1,1) = {" +Iv +nm +DU +nm +nm +UM +FJ +Uy +BF +Zk +He +wc +en +EM +zY +He +He +Dj +xB +He +hE +hE +hE +hE +hE +hE +hE +hE +SY +jB +jB +Zx +rf +SY +Iv +"} +(29,1,1) = {" +Iv +nm +DU +nm +nm +UM +qb +FF +SQ +mw +He +Kj +Br +EX +wP +He +hb +HQ +rG +ec +qs +iI +DF +Pc +SY +SY +SY +SY +SY +jB +jB +SY +rf +SY +Iv +"} +(30,1,1) = {" +Iv +nm +DU +nm +nm +UM +oj +FT +Sq +mw +et +et +et +et +et +et +QD +HQ +Lr +lt +HQ +HQ +Ro +Pc +SY +lc +SY +vQ +SY +jB +jB +SY +rf +SY +Iv +"} +(31,1,1) = {" +nm +nm +DU +nm +nm +UM +UM +QV +hA +qt +et +pF +ds +yY +FG +et +rS +DL +kP +qQ +pO +Ff +HQ +Pc +SY +SY +SY +SY +SY +jB +jB +HW +rf +SY +Iv +"} +(32,1,1) = {" +nm +nm +DU +nm +UM +UM +UM +UM +UM +Et +et +Fy +cH +Yw +bG +et +Qc +so +ij +QQ +nu +Db +vU +Pc +vQ +SY +SY +SY +Zx +jB +jB +Zx +rf +SY +SY +"} +(33,1,1) = {" +rz +nm +DU +nm +et +nL +Dc +dy +az +qz +et +eE +eE +eE +eE +et +Pc +Pc +Ex +gr +HQ +Di +HQ +Pc +SY +HW +vQ +SY +jB +jB +jB +jB +rf +SY +SY +"} +(34,1,1) = {" +nm +nm +DU +nm +et +mF +TQ +et +az +qz +et +WF +Gd +Hp +jV +et +Bf +HQ +BK +jn +pb +HQ +HQ +Pc +SY +SY +jB +jB +jB +jB +jB +jB +rf +SY +SY +"} +(35,1,1) = {" +nm +nm +DU +nm +et +et +et +et +az +Vi +et +ai +rH +Gd +xi +et +DD +HQ +zb +Bp +Ui +HQ +HQ +Pc +SY +Zx +jB +jB +jB +jB +Zx +jB +rf +SY +SY +"} +(36,1,1) = {" +nm +Lg +DU +nm +et +Bk +DH +et +az +vz +et +uA +Gd +Gd +Wa +et +ge +HQ +OE +eg +GK +hb +Ro +Pc +SY +Sf +BP +jB +jB +BP +CV +jB +rf +SY +SY +"} +(37,1,1) = {" +nm +nm +DU +nm +et +KO +uM +et +Xu +gc +et +Ma +yL +Yk +Ig +et +Aq +HQ +vk +fr +iz +MN +HQ +Pc +SY +jB +jB +jB +jB +jB +jB +jB +rf +SY +SY +"} +(38,1,1) = {" +nm +nm +DU +tH +et +Zd +XA +et +az +vz +et +IG +Gd +Ep +Oq +et +Pc +Pc +vk +rA +qY +HQ +sp +Pc +SY +jB +jB +jB +jB +jB +jB +jB +rf +SY +SY +"} +(39,1,1) = {" +nm +nm +DU +nm +et +In +pE +zP +uc +Fd +et +Eh +PU +EF +Ze +et +HQ +HQ +AA +gr +Ro +jJ +HQ +Pc +SY +jB +jB +jB +jB +jB +jB +jB +rf +SY +Iv +"} +(40,1,1) = {" +nm +nm +DU +nm +et +et +et +et +Yo +ez +et +et +CC +zN +et +et +Aq +bd +iq +ih +Ni +dF +RI +Pc +SY +Zx +jB +jB +jB +jB +Zx +jB +rf +SY +Iv +"} +(41,1,1) = {" +Iv +nm +TS +nm +et +AJ +Fg +zP +uc +Fd +et +Jn +fG +Gu +rw +et +HQ +iE +wN +ZG +fU +Pc +Pc +Pc +SY +jB +jB +jB +jB +jB +jB +jB +TS +SY +Iv +"} +(42,1,1) = {" +Iv +nm +DU +nm +et +Zd +kc +et +az +vz +et +UA +iB +pk +Gd +et +HQ +HQ +ap +Yl +Js +Ro +DD +Pc +SY +jB +jB +jB +jB +jB +jB +jB +rf +SY +Iv +"} +(43,1,1) = {" +Iv +nm +DU +nm +et +rT +BO +et +ar +AV +et +rL +bz +Ab +bn +et +XZ +zG +kP +by +sz +HQ +HQ +Pc +SY +Zx +jB +jB +jB +jB +Zx +jB +rf +SY +Iv +"} +(44,1,1) = {" +Iv +nm +DU +nm +et +Bk +Fz +et +az +pr +Zv +tp +wB +Tz +LD +et +Ty +GH +yJ +EY +Ni +Ri +HQ +Pc +SY +jB +jB +jB +jB +jB +jB +jB +rf +SY +Iv +"} +(45,1,1) = {" +Iv +nm +DU +nm +et +et +et +et +et +tA +et +uQ +jm +fv +bq +et +Pc +Pc +VQ +WG +Hc +HQ +sp +Pc +SY +jB +jB +jB +jB +jB +jB +jB +rf +SY +Iv +"} +(46,1,1) = {" +Iv +nm +DU +nm +et +gD +NL +NL +zI +VY +et +AE +tI +Jv +im +et +Mp +Hi +fu +Nn +hb +HQ +HQ +Pc +SY +jB +jB +jB +jB +jB +jB +jB +rf +SY +Iv +"} +(47,1,1) = {" +Iv +nm +DU +nm +et +Kp +Mv +jK +sA +Xq +et +MK +ma +QC +ow +et +HQ +gr +gC +HQ +Ro +HQ +Pc +Pc +SY +cl +cc +jB +jB +cc +yG +jB +rf +SY +Iv +"} +(48,1,1) = {" +Iv +nm +DU +nm +nm +et +et +et +et +et +et +et +et +zN +CC +et +Op +op +Pc +Pc +Pc +Pc +Pc +RY +SY +Zx +jB +jB +jB +jB +Zx +jB +rf +SY +SY +"} +(49,1,1) = {" +Iv +nm +DU +nm +nm +nm +nm +nm +nm +nm +nm +nm +Pc +gr +zu +Xh +St +aA +vg +zZ +cO +fW +yd +JZ +jB +jB +jB +jB +jB +jB +SY +Lx +rf +SY +SY +"} +(50,1,1) = {" +Iv +nm +DU +nm +nm +Lg +nm +nm +nm +nm +rz +nm +Pc +cd +jG +ox +uj +IC +hc +lH +bw +jk +OM +Bu +jB +jB +jB +jB +jB +SY +SY +SY +rf +SY +SY +"} +(51,1,1) = {" +nm +nm +DU +nm +nm +nm +nm +nm +tH +nm +nm +nm +Pc +Pc +jC +gq +lo +HQ +uW +pf +vG +lM +kY +xz +jB +jB +jB +jB +SY +Lx +SY +SY +rf +Lx +SY +"} +(52,1,1) = {" +rz +nm +DU +nm +nm +ny +nm +kt +nm +nm +nm +nm +nm +Pc +Pc +Pc +Pc +Pc +Pc +Pc +Pc +Pc +Pc +Zb +nm +nm +SY +SY +SY +SY +ny +SY +rf +SY +SY +"} +(53,1,1) = {" +nm +nm +DU +nm +nm +nm +nm +nm +xZ +nm +nm +nm +nm +nm +nm +tH +nm +nm +nm +nm +nm +tH +nm +nm +Lg +nm +SY +Bs +SY +SY +SY +SY +rf +SY +SY +"} +(54,1,1) = {" +nm +nm +UU +Sn +Sn +Sn +Sn +Sn +Sn +Sn +Sn +Sn +Sn +Sn +Sn +Sn +Sn +TS +Sn +Sn +Sn +Sn +Sn +Sn +Sn +Sn +kF +kF +kF +kF +kF +kF +uf +SY +SY +"} +(55,1,1) = {" +nm +rz +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +tH +nm +nm +nm +nm +nm +nm +SY +SY +SY +HW +SY +SY +SY +SY +HW +SY +"} +(56,1,1) = {" +nm +nm +nm +nm +nm +nm +rz +nm +nm +Iv +Iv +Iv +Iv +Iv +nm +Lg +nm +nm +nm +nm +nm +Iv +Iv +Iv +Iv +Iv +Iv +SY +SY +SY +SY +SY +SY +SY +SY +"} diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_comm_outpost.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_comm_outpost.dmm new file mode 100644 index 000000000000..44988210b7e4 --- /dev/null +++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_comm_outpost.dmm @@ -0,0 +1,477 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"bk" = ( +/obj/machinery/light/dim/directional/south, +/turf/open/floor/mineral/plastitanium{ + name = "base floor" + }, +/area/ruin/unpowered/syndicate_outpost) +"bA" = ( +/obj/machinery/computer/telecomms/monitor, +/turf/open/floor/mineral/plastitanium/red{ + name = "base floor" + }, +/area/ruin/unpowered/syndicate_outpost) +"cO" = ( +/obj/structure/chair/comfy/grey/directional/north{ + desc = "It looks like it hasn't been used in a long time." + }, +/turf/open/floor/carpet/black, +/area/ruin/unpowered/syndicate_outpost) +"eF" = ( +/obj/machinery/computer/telecomms{ + dir = 8 + }, +/turf/open/floor/mineral/plastitanium/red{ + name = "base floor" + }, +/area/ruin/unpowered/syndicate_outpost) +"fa" = ( +/obj/machinery/door/window/survival_pod{ + dir = 1 + }, +/turf/open/floor/mineral/plastitanium/airless{ + name = "telecomms floor" + }, +/area/ruin/unpowered/syndicate_outpost) +"ho" = ( +/turf/closed/wall/mineral/plastitanium, +/area/ruin/unpowered/syndicate_outpost) +"iT" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/syndicate, +/turf/open/floor/mineral/plastitanium/red{ + name = "base floor" + }, +/area/ruin/unpowered/syndicate_outpost) +"js" = ( +/turf/open/floor/mineral/plastitanium/red{ + name = "base floor" + }, +/area/ruin/unpowered/syndicate_outpost) +"ql" = ( +/obj/structure/table/reinforced, +/turf/open/floor/mineral/plastitanium/red{ + name = "base floor" + }, +/area/ruin/unpowered/syndicate_outpost) +"qp" = ( +/obj/structure/chair/comfy/grey/directional/west, +/turf/open/floor/mineral/plastitanium/red{ + name = "base floor" + }, +/area/ruin/unpowered/syndicate_outpost) +"so" = ( +/obj/machinery/telecomms/broadcaster, +/turf/open/floor/mineral/plastitanium/airless{ + name = "telecomms floor" + }, +/area/ruin/unpowered/syndicate_outpost) +"uM" = ( +/obj/machinery/light/dim/directional/west, +/turf/open/floor/mineral/plastitanium{ + name = "base floor" + }, +/area/ruin/unpowered/syndicate_outpost) +"xV" = ( +/obj/machinery/light/dim/directional/north, +/turf/open/floor/carpet, +/area/ruin/unpowered/syndicate_outpost) +"AV" = ( +/obj/structure/table/reinforced, +/obj/item/paper/crumpled/awaymissions/moonoutpost19/hastey_note{ + desc = "It seems like it was written in a hurry"; + default_raw_text = "Hey, you're probably reading this after having killed me, but that's alright. I probably shot first. Names' Yuto, Syndicate Radio Operator, there used to be another op here, a nice one too. Had syndicate command not forgotten about this post, we'd of probably been executed for sentinmental attachments on the job. Although she didn't have to worry about that, the local fauna got her first. I guess this note is my way of saying sorry. Take what you want from this station and my body, you need it more than I do now. Good luck out there, whoever you are. - Syndicate Radio

e f."; + pixel_x = -3; + pixel_y = 2 + }, +/obj/item/candle{ + pixel_x = 8; + pixel_y = 5 + }, +/turf/open/floor/carpet, +/area/ruin/unpowered/syndicate_outpost) +"Cs" = ( +/obj/item/trash/sosjerky{ + pixel_x = -9; + pixel_y = 16 + }, +/turf/open/floor/mineral/plastitanium{ + name = "base floor" + }, +/area/ruin/unpowered/syndicate_outpost) +"Et" = ( +/obj/machinery/vending/cigarette/syndicate, +/turf/open/floor/carpet/black, +/area/ruin/unpowered/syndicate_outpost) +"EJ" = ( +/obj/machinery/vending/sustenance, +/turf/open/floor/carpet/black, +/area/ruin/unpowered/syndicate_outpost) +"Hz" = ( +/obj/structure/table/reinforced, +/obj/item/flashlight/lantern/lanternbang, +/turf/open/floor/mineral/plastitanium/red{ + name = "base floor" + }, +/area/ruin/unpowered/syndicate_outpost) +"II" = ( +/obj/structure/table/reinforced, +/obj/item/trash/syndi_cakes{ + pixel_y = 13 + }, +/turf/open/floor/mineral/plastitanium/red{ + name = "base floor" + }, +/area/ruin/unpowered/syndicate_outpost) +"JO" = ( +/obj/machinery/door/airlock/highsecurity{ + hackProof = 1; + name = "Secure Airlock" + }, +/turf/open/floor/mineral/plastitanium{ + name = "base floor" + }, +/area/ruin/unpowered/syndicate_outpost) +"Kq" = ( +/obj/structure/chair/comfy/grey/directional/south, +/turf/open/floor/carpet, +/area/ruin/unpowered/syndicate_outpost) +"Kw" = ( +/obj/machinery/telecomms/receiver, +/turf/open/floor/mineral/plastitanium/airless{ + name = "telecomms floor" + }, +/area/ruin/unpowered/syndicate_outpost) +"Lu" = ( +/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, +/turf/open/floor/plating, +/area/ruin/unpowered/syndicate_outpost) +"Mo" = ( +/obj/machinery/door/airlock/hatch{ + dir = 4 + }, +/turf/open/floor/mineral/plastitanium/red{ + name = "base floor" + }, +/area/ruin/unpowered/syndicate_outpost) +"MK" = ( +/obj/structure/closet/crate/grave/loot, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/overmap_encounter/planetoid/lava/explored) +"NT" = ( +/turf/open/floor/mineral/plastitanium{ + name = "base floor" + }, +/area/ruin/unpowered/syndicate_outpost) +"OA" = ( +/obj/structure/window/reinforced/survival_pod{ + dir = 1; + name = "window" + }, +/turf/open/floor/mineral/plastitanium/airless{ + name = "telecomms floor" + }, +/area/ruin/unpowered/syndicate_outpost) +"Pi" = ( +/obj/structure/bed/dogbed{ + desc = "A well worn dog bed, wait... are dog beds supposed to have burn marks?." + }, +/mob/living/simple_animal/hostile/asteroid/basilisk/watcher/magmawing{ + desc = "A domesticated Magmawing watcher, you weren't aware that was even possible. Unfortunately though, it's been domesticated by the Syndicate.."; + dir = 4; + faction = list("Syndicate"); + movement_type = 1 + }, +/turf/open/floor/mineral/plastitanium{ + name = "base floor" + }, +/area/ruin/unpowered/syndicate_outpost) +"PG" = ( +/turf/closed/wall/mineral/plastitanium/interior, +/area/ruin/unpowered/syndicate_outpost) +"PX" = ( +/turf/open/floor/carpet, +/area/ruin/unpowered/syndicate_outpost) +"RV" = ( +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/overmap_encounter/planetoid/lava/explored) +"SD" = ( +/obj/structure/closet/crate, +/obj/item/clothing/gloves/combat, +/obj/item/gun/ballistic/automatic/pistol, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/turf/open/floor/carpet/black, +/area/ruin/unpowered/syndicate_outpost) +"To" = ( +/obj/machinery/light/dim/directional/west, +/turf/open/floor/mineral/plastitanium/red{ + name = "base floor" + }, +/area/ruin/unpowered/syndicate_outpost) +"Ts" = ( +/mob/living/simple_animal/hostile/human/syndicate/ranged{ + dir = 8; + health = 125; + name = "Syndicate Radio Operative" + }, +/turf/open/floor/mineral/plastitanium/red{ + name = "base floor" + }, +/area/ruin/unpowered/syndicate_outpost) +"VY" = ( +/obj/machinery/telecomms/bus, +/turf/open/floor/mineral/plastitanium/airless{ + name = "telecomms floor" + }, +/area/ruin/unpowered/syndicate_outpost) +"Wt" = ( +/turf/template_noop, +/area/template_noop) +"WA" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/mineral/plastitanium/red{ + name = "base floor" + }, +/area/ruin/unpowered/syndicate_outpost) +"WS" = ( +/turf/open/floor/carpet/black, +/area/ruin/unpowered/syndicate_outpost) +"Xz" = ( +/obj/machinery/door/window, +/turf/open/floor/mineral/plastitanium/red{ + name = "base floor" + }, +/area/ruin/unpowered/syndicate_outpost) +"XB" = ( +/obj/structure/window/reinforced/survival_pod{ + dir = 1; + name = "Window" + }, +/turf/open/floor/mineral/plastitanium/airless{ + name = "telecomms floor" + }, +/area/ruin/unpowered/syndicate_outpost) +"YJ" = ( +/obj/structure/table/reinforced, +/obj/item/radio/intercom/wideband/directional/north, +/turf/open/floor/mineral/plastitanium/red{ + name = "base floor" + }, +/area/ruin/unpowered/syndicate_outpost) +"ZH" = ( +/obj/machinery/door/airlock/hatch, +/turf/open/floor/mineral/plastitanium{ + name = "base floor" + }, +/area/ruin/unpowered/syndicate_outpost) + +(1,1,1) = {" +RV +RV +RV +RV +RV +RV +RV +RV +Wt +Wt +Wt +Wt +Wt +Wt +"} +(2,1,1) = {" +RV +ho +ho +ho +JO +ho +ho +RV +RV +Wt +Wt +Wt +Wt +Wt +"} +(3,1,1) = {" +RV +ho +Pi +uM +NT +NT +ho +ho +RV +RV +RV +RV +RV +Wt +"} +(4,1,1) = {" +RV +Lu +NT +Cs +NT +NT +NT +ho +ho +ho +ho +ho +RV +RV +"} +(5,1,1) = {" +RV +Lu +II +YJ +ql +ql +NT +NT +PG +Et +EJ +ho +ho +RV +"} +(6,1,1) = {" +RV +Lu +js +qp +js +Hz +NT +NT +ZH +PX +WS +SD +ho +RV +"} +(7,1,1) = {" +RV +ho +js +Ts +js +Xz +NT +bk +PG +xV +PX +WS +ho +RV +"} +(8,1,1) = {" +RV +ho +PG +PG +Mo +PG +PG +PG +PG +Kq +AV +cO +ho +RV +"} +(9,1,1) = {" +RV +ho +bA +To +js +js +OA +so +PG +Lu +Lu +Lu +ho +RV +"} +(10,1,1) = {" +RV +ho +ho +eF +js +js +fa +VY +ho +RV +RV +RV +RV +RV +"} +(11,1,1) = {" +RV +RV +ho +ho +iT +WA +XB +Kw +ho +MK +RV +RV +RV +Wt +"} +(12,1,1) = {" +Wt +RV +RV +ho +ho +ho +ho +ho +ho +RV +RV +RV +RV +Wt +"} +(13,1,1) = {" +Wt +Wt +RV +RV +RV +RV +RV +RV +RV +RV +RV +RV +Wt +Wt +"} diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_crashed_pinnance.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_crashed_pinnance.dmm new file mode 100644 index 000000000000..32c0fbf31006 --- /dev/null +++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_crashed_pinnance.dmm @@ -0,0 +1,1662 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ao" = ( +/obj/structure/table_frame/wood, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/ruin/unpowered/crashsite/pinnance) +"aJ" = ( +/obj/effect/turf_decal/industrial/warning, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/outlet_injector/layer4, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/crashsite/pinnance) +"bN" = ( +/obj/structure/table, +/obj/machinery/atmospherics/components/unary/vent_scrubber/layer4, +/obj/item/storage/toolbox/mechanical, +/obj/structure/railing, +/turf/open/floor/plasteel/tech/grid, +/area/ruin/unpowered/crashsite/pinnance) +"bS" = ( +/obj/structure/girder/displaced, +/turf/open/floor/plating, +/area/ruin/unpowered/crashsite/pinnance) +"cb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/item/stack/cable_coil/cut/red, +/turf/open/floor/plating, +/area/ruin/unpowered/crashsite/pinnance) +"cg" = ( +/obj/effect/decal/cleanable/ash/large, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/overmap_encounter/planetoid/lava/explored) +"fj" = ( +/obj/structure/flora/rock, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/overmap_encounter/planetoid/lava/explored) +"fn" = ( +/obj/item/stack/cable_coil/cut/red, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/ruin/unpowered/crashsite/pinnance) +"gg" = ( +/obj/machinery/power/shuttle/engine/electric/premium{ + dir = 4; + desc = "An expensive variant of a standard ion thruster, using highest quality components in order to achieve much better performance. This one seems broken beyond restoration" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/ruin/unpowered/crashsite/pinnance) +"gk" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/directional/west, +/obj/structure/windoor_assembly{ + dir = 2 + }, +/obj/effect/spawner/lootdrop/maintenance/two, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/crashsite/pinnance) +"gD" = ( +/obj/structure/lattice, +/obj/item/stack/ore/salvage/scraptitanium/five, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/ruin/unpowered/crashsite/pinnance) +"hx" = ( +/obj/machinery/power/smes/shuttle/precharged{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/tech/grid, +/area/ruin/unpowered/crashsite/pinnance) +"hN" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/blood/gibs/limb, +/obj/effect/decal/cleanable/blood/gibs/limb, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plasteel/mono/white, +/area/ruin/unpowered/crashsite/pinnance) +"iZ" = ( +/turf/closed/mineral, +/area/ruin/unpowered/crashsite/pinnance) +"jS" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/unpowered/crashsite/pinnance) +"kW" = ( +/obj/structure/chair/office{ + dir = 1; + name = "thinking chair"; + desc = "You sit in this. Innovation flows from there." + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/unpowered/crashsite/pinnance) +"ln" = ( +/obj/structure/lattice, +/obj/item/stack/sheet/mineral/wood, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/ruin/unpowered/crashsite/pinnance) +"lI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/decal/cleanable/robot_debris, +/obj/item/broken_bottle, +/obj/item/stack/cable_coil/cut/red, +/turf/open/floor/plating, +/area/ruin/unpowered/crashsite/pinnance) +"ni" = ( +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/ruin/unpowered/crashsite/pinnance) +"nO" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/ruin/unpowered/crashsite/pinnance) +"oT" = ( +/obj/machinery/airalarm/directional/south, +/obj/effect/turf_decal/corner_techfloor_grid, +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/greenglow, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/unpowered/crashsite/pinnance) +"pA" = ( +/obj/effect/spawner/lootdrop/maintenance/two, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/overmap_encounter/planetoid/lava/explored) +"rr" = ( +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/ruin/unpowered/crashsite/pinnance) +"rt" = ( +/obj/structure/cable{ + icon_state = "0-5" + }, +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/effect/turf_decal/corner_techfloor_grid/full{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/crashsite/pinnance) +"rV" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/windoor_assembly, +/obj/item/flashlight/glowstick, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/crashsite/pinnance) +"uo" = ( +/obj/item/clothing/under/shorts/purple, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/overmap_encounter/planetoid/lava/explored) +"uA" = ( +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/crashsite/pinnance) +"uV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 9 + }, +/obj/item/light/tube/broken, +/obj/structure/light_construct/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/unpowered/crashsite/pinnance) +"vv" = ( +/obj/effect/decal/cleanable/ash/large, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/ruin/unpowered/crashsite/pinnance) +"vH" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/broken/directional/west, +/obj/structure/windoor_assembly, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/crashsite/pinnance) +"wq" = ( +/turf/closed/indestructible/rock, +/area/overmap_encounter/planetoid/cave/explored) +"xe" = ( +/obj/structure/lattice, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/ruin/unpowered/crashsite/pinnance) +"xf" = ( +/obj/structure/cable, +/obj/machinery/holopad/emergency/science, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/shard, +/obj/machinery/power/apc/auto_name/directional/south{ + start_charge = 0 + }, +/turf/open/floor/plasteel/mono/dark, +/area/ruin/unpowered/crashsite/pinnance) +"xo" = ( +/obj/structure/frame/computer{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/item/stack/cable_coil/cut/red, +/turf/open/floor/plasteel/tech/grid, +/area/ruin/unpowered/crashsite/pinnance) +"xI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/windoor_assembly{ + dir = 4 + }, +/obj/item/stack/tile/plasteel, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/crashsite/pinnance) +"xJ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/girder, +/obj/item/stack/ore/salvage/scraptitanium, +/turf/open/floor/plating, +/area/ruin/unpowered/crashsite/pinnance) +"yD" = ( +/obj/item/chair/plastic, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/ruin/unpowered/crashsite/pinnance) +"yG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible/layer4, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/effect/decal/remains/human, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/plasteel, +/area/ruin/unpowered/crashsite/pinnance) +"yT" = ( +/obj/structure/flora/rock/pile, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/overmap_encounter/planetoid/lava/explored) +"zb" = ( +/obj/structure/lattice, +/obj/structure/flora/rock/pile, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/ruin/unpowered/crashsite/pinnance) +"zY" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/mono/dark, +/area/ruin/unpowered/crashsite/pinnance) +"Ag" = ( +/obj/structure/girder, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/ruin/unpowered/crashsite/pinnance) +"Aq" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/structure/window{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/unpowered/crashsite/pinnance) +"AB" = ( +/obj/structure/girder, +/obj/structure/lattice, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/ruin/unpowered/crashsite/pinnance) +"AN" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/item/stack/tile/plasteel, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered/crashsite/pinnance) +"AU" = ( +/obj/item/stack/ore/salvage/scraptitanium, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/overmap_encounter/planetoid/lava/explored) +"Cm" = ( +/obj/effect/decal/cleanable/robot_debris, +/obj/item/stack/tile/plasteel/dark, +/turf/open/floor/plating, +/area/ruin/unpowered/crashsite/pinnance) +"CY" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 1 + }, +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 4 + }, +/obj/effect/decal/cleanable/plasma, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/unpowered/crashsite/pinnance) +"DP" = ( +/obj/structure/grille/broken, +/obj/item/shard, +/turf/open/floor/plating, +/area/ruin/unpowered/crashsite/pinnance) +"Fv" = ( +/obj/effect/spawner/lootdrop/maintenance/two, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/ruin/unpowered/crashsite/pinnance) +"FD" = ( +/obj/effect/turf_decal/industrial/warning/corner, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/crashsite/pinnance) +"Gn" = ( +/obj/machinery/atmospherics/pipe/layer_manifold, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/shuttle, +/turf/open/floor/plasteel/mono/white, +/area/ruin/unpowered/crashsite/pinnance) +"Gt" = ( +/obj/structure/closet/wall/white/directional/east{ + name = "survey gear" + }, +/obj/item/survey_handheld/elite, +/obj/item/survey_handheld/advanced, +/obj/item/survey_handheld/advanced, +/obj/item/clothing/accessory/armband/science, +/obj/item/clothing/suit/toggle/labcoat/science, +/obj/item/clothing/glasses/science, +/obj/item/tank/internals/oxygen, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/unpowered/crashsite/pinnance) +"Gw" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2, +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 9 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/unpowered/crashsite/pinnance) +"HM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/ash, +/obj/effect/turf_decal/industrial/warning/corner, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/stack/ore/salvage/scrapplasma, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/unpowered/crashsite/pinnance) +"HT" = ( +/obj/item/stack/ore/salvage/scraptitanium/five, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/overmap_encounter/planetoid/lava/explored) +"Ik" = ( +/obj/structure/lattice, +/obj/structure/fluff/beach_umbrella/science, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/ruin/unpowered/crashsite/pinnance) +"Is" = ( +/obj/structure/bed, +/obj/structure/curtain, +/obj/item/shard, +/turf/open/floor/plasteel/mono/dark, +/area/ruin/unpowered/crashsite/pinnance) +"Iv" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/layer2{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech/grid, +/area/ruin/unpowered/crashsite/pinnance) +"IC" = ( +/obj/machinery/power/shuttle/engine/electric/premium{ + dir = 4; + desc = "An expensive variant of a standard ion thruster, using highest quality components in order to achieve much better performance. This one seems broken beyond restoration" + }, +/turf/open/floor/plating, +/area/ruin/unpowered/crashsite/pinnance) +"Jg" = ( +/obj/structure/frame/machine, +/obj/machinery/light/small/broken/directional/west, +/turf/open/floor/plating, +/area/ruin/unpowered/crashsite/pinnance) +"JS" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/decal/cleanable/plasma, +/turf/open/floor/plasteel/tech/grid, +/area/ruin/unpowered/crashsite/pinnance) +"Lz" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/layer2{ + dir = 8 + }, +/obj/effect/turf_decal/box, +/obj/structure/table_frame, +/turf/open/floor/plasteel/mono/dark, +/area/ruin/unpowered/crashsite/pinnance) +"LH" = ( +/obj/structure/table{ + name = "thinking table" + }, +/turf/open/floor/plating, +/area/ruin/unpowered/crashsite/pinnance) +"Nf" = ( +/obj/item/reagent_containers/food/snacks/canned/beans, +/obj/structure/sign/poster/official/science{ + pixel_y = -32 + }, +/obj/effect/decal/cleanable/ash/large, +/obj/machinery/light/small/broken/directional/south, +/obj/item/shard, +/obj/structure/table_frame, +/turf/open/floor/plasteel/mono/dark, +/area/ruin/unpowered/crashsite/pinnance) +"NB" = ( +/obj/structure/flora/rock, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/ruin/unpowered/crashsite/pinnance) +"NR" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/item/shard, +/turf/open/floor/plasteel/mono/white, +/area/ruin/unpowered/crashsite/pinnance) +"Oa" = ( +/turf/closed/wall/mineral/titanium, +/area/ruin/unpowered/crashsite/pinnance) +"Ol" = ( +/obj/structure/girder, +/obj/item/stack/ore/salvage/scraptitanium, +/turf/open/floor/plating, +/area/ruin/unpowered/crashsite/pinnance) +"Om" = ( +/obj/structure/girder/displaced, +/obj/item/stack/ore/salvage/scraptitanium/five, +/turf/open/floor/plating, +/area/ruin/unpowered/crashsite/pinnance) +"Oz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/item/stack/cable_coil/cut/red, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/crashsite/pinnance) +"OL" = ( +/obj/machinery/door/window{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/structure/frame/computer{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered/crashsite/pinnance) +"Po" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/obj/item/shard, +/turf/open/floor/plasteel/dark, +/area/ruin/unpowered/crashsite/pinnance) +"PJ" = ( +/turf/closed/mineral, +/area/overmap_encounter/planetoid/cave/explored) +"Rh" = ( +/obj/item/stack/ore/salvage/scraptitanium, +/obj/structure/flora/rock, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/overmap_encounter/planetoid/lava/explored) +"Rw" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/broken/directional/east, +/turf/open/floor/plating, +/area/ruin/unpowered/crashsite/pinnance) +"SD" = ( +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/overmap_encounter/planetoid/lava/explored) +"Te" = ( +/obj/item/clothing/glasses/cheapsuns, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/overmap_encounter/planetoid/lava/explored) +"Tf" = ( +/obj/structure/frame/computer{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/item/shard, +/turf/open/floor/plasteel/tech/grid, +/area/ruin/unpowered/crashsite/pinnance) +"Tl" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/door_assembly/door_assembly_shuttle, +/turf/open/floor/plasteel/mono/white, +/area/ruin/unpowered/crashsite/pinnance) +"UO" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/effect/turf_decal/corner_techfloor_grid/full{ + dir = 4 + }, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/power/port_gen/pacman, +/turf/open/floor/plating, +/area/ruin/unpowered/crashsite/pinnance) +"Ve" = ( +/obj/machinery/atmospherics/components/binary/dp_vent_pump/on/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/advanced_airlock_controller{ + pixel_x = 30 + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/crashsite/pinnance) +"Vf" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/layer4, +/obj/effect/turf_decal/box, +/obj/structure/table_frame, +/turf/open/floor/plasteel/mono/dark, +/area/ruin/unpowered/crashsite/pinnance) +"VS" = ( +/obj/machinery/airalarm/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/broken/directional/west, +/obj/item/bedsheet/rd, +/turf/open/floor/plating, +/area/ruin/unpowered/crashsite/pinnance) +"Wg" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/rack_parts, +/obj/structure/windoor_assembly{ + dir = 2 + }, +/obj/effect/decal/cleanable/ash/large, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/crashsite/pinnance) +"Wu" = ( +/obj/structure/girder, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/crashsite/pinnance) +"Wz" = ( +/turf/template_noop, +/area/template_noop) +"WL" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered/crashsite/pinnance) +"Xn" = ( +/obj/structure/grille/broken, +/turf/open/floor/plating/rust, +/area/ruin/unpowered/crashsite/pinnance) +"Yo" = ( +/obj/structure/lattice, +/obj/effect/decal/cleanable/ash/large, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/ruin/unpowered/crashsite/pinnance) +"Zk" = ( +/obj/item/stack/ore/salvage/scraptitanium, +/obj/item/chair/plastic, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/overmap_encounter/planetoid/lava/explored) +"Zo" = ( +/obj/structure/lattice, +/obj/item/stack/ore/salvage/scraptitanium, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/ruin/unpowered/crashsite/pinnance) +"Zu" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-10" + }, +/obj/machinery/atmospherics/components/binary/pump/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/unpowered/crashsite/pinnance) +"ZJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/turf/open/floor/plasteel/stairs{ + dir = 4 + }, +/area/ruin/unpowered/crashsite/pinnance) +"ZM" = ( +/obj/structure/girder, +/obj/item/stack/ore/salvage/scraptitanium/five, +/turf/open/floor/plating, +/area/ruin/unpowered/crashsite/pinnance) +"ZO" = ( +/obj/machinery/door/window{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered/crashsite/pinnance) + +(1,1,1) = {" +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wu +rr +SD +cg +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +SD +SD +SD +SD +SD +SD +Wz +Wz +Wz +Wz +"} +(2,1,1) = {" +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +SD +rr +rr +IC +SD +Wz +Wz +Wz +Wz +Wz +Wz +SD +SD +SD +SD +SD +SD +SD +Wz +Wz +Wz +Wz +"} +(3,1,1) = {" +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +cg +vH +xe +fn +gD +SD +cg +SD +SD +SD +SD +Te +SD +Yo +Oa +bS +xe +SD +Wz +Wz +Wz +Wz +"} +(4,1,1) = {" +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +SD +rV +xe +xe +xe +SD +HT +gg +Oa +SD +NB +ni +ni +Zo +Oa +wq +xe +SD +Wz +Wz +Wz +Wz +"} +(5,1,1) = {" +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +fj +AB +Zo +Oa +hx +Oa +Oa +hx +Oa +xe +ni +yD +ni +ln +gk +SD +SD +SD +SD +Wz +Wz +Wz +"} +(6,1,1) = {" +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +SD +Zo +xe +Oa +UO +Gw +uV +rt +Oa +xe +ni +ao +Fv +xe +Wg +SD +SD +SD +Wz +Wz +Wz +Wz +"} +(7,1,1) = {" +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +SD +yT +xe +Oa +CY +HM +Zu +oT +Oa +xe +Ik +ni +ni +xe +Ag +SD +SD +Wz +Wz +Wz +Wz +Wz +"} +(8,1,1) = {" +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +SD +SD +xe +Oa +JS +bN +ZJ +Iv +Oa +Yo +xe +SD +Zk +SD +Rh +SD +Wz +Wz +Wz +Wz +Wz +Wz +"} +(9,1,1) = {" +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +SD +xe +Oa +Oa +Oa +OL +WL +Oa +xe +SD +uo +pA +SD +SD +SD +Wz +Wz +Wz +Wz +Wz +Wz +"} +(10,1,1) = {" +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +SD +cg +Oa +jS +Jg +lI +zY +xJ +SD +SD +yT +SD +AU +SD +Wz +Wz +Wz +Wz +Wz +Wz +Wz +"} +(11,1,1) = {" +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +fj +SD +DP +LH +kW +Oz +xe +Yo +AU +yT +SD +fj +SD +SD +Wz +Wz +Wz +Wz +Wz +Wz +Wz +"} +(12,1,1) = {" +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +SD +SD +Yo +xe +xe +xe +Cm +Xn +SD +SD +SD +SD +SD +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +"} +(13,1,1) = {" +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +SD +ni +ni +ni +ni +xe +vv +SD +SD +SD +SD +yT +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +"} +(14,1,1) = {" +Wz +Wz +Wz +Wz +Wz +Wz +SD +Wz +Wz +Wz +SD +ni +zb +xe +Yo +xe +xe +xe +xe +SD +SD +SD +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +"} +(15,1,1) = {" +Wz +Wz +SD +SD +SD +SD +SD +SD +SD +SD +SD +SD +SD +Om +Gt +Rw +cb +nO +Oa +SD +SD +SD +Wz +Wz +Wz +SD +SD +SD +Wz +Wz +"} +(16,1,1) = {" +Wz +Wz +SD +PJ +SD +SD +fj +SD +SD +HT +fj +SD +FD +Oa +Oa +Oa +ZO +Aq +Oa +SD +SD +SD +Wz +Wz +fj +SD +PJ +PJ +Wz +Wz +"} +(17,1,1) = {" +Wz +Wz +Wz +PJ +PJ +PJ +SD +SD +SD +HT +SD +SD +aJ +Gn +Ve +Tl +yG +Nf +Oa +SD +SD +SD +SD +SD +SD +SD +PJ +PJ +PJ +Wz +"} +(18,1,1) = {" +Wz +Wz +Wz +PJ +PJ +PJ +PJ +SD +PJ +SD +SD +SD +uA +rr +Oa +Oa +xI +Po +Oa +SD +SD +SD +SD +SD +SD +PJ +PJ +PJ +PJ +Wz +"} +(19,1,1) = {" +Wz +Wz +Wz +Wz +PJ +PJ +PJ +PJ +PJ +PJ +SD +HT +SD +Oa +Is +VS +AN +xf +Oa +SD +fj +SD +yT +PJ +PJ +PJ +PJ +PJ +Wz +Wz +"} +(20,1,1) = {" +Wz +Wz +Wz +Wz +PJ +PJ +PJ +PJ +PJ +PJ +yT +SD +SD +Oa +Vf +NR +hN +Lz +Oa +SD +SD +SD +PJ +PJ +PJ +PJ +PJ +Wz +Wz +Wz +"} +(21,1,1) = {" +Wz +Wz +Wz +Wz +Wz +PJ +PJ +PJ +PJ +PJ +PJ +PJ +yT +ZM +Oa +xo +Tf +Om +Oa +SD +yT +yT +PJ +PJ +PJ +PJ +Wz +Wz +Wz +Wz +"} +(22,1,1) = {" +Wz +Wz +Wz +Wz +Wz +Wz +PJ +PJ +PJ +PJ +PJ +PJ +PJ +bS +Oa +DP +DP +iZ +Ol +PJ +PJ +PJ +PJ +PJ +PJ +PJ +Wz +Wz +Wz +Wz +"} +(23,1,1) = {" +Wz +Wz +Wz +Wz +Wz +Wz +PJ +PJ +PJ +PJ +PJ +PJ +PJ +PJ +PJ +PJ +PJ +PJ +PJ +PJ +PJ +PJ +PJ +PJ +PJ +Wz +Wz +Wz +Wz +Wz +"} +(24,1,1) = {" +Wz +Wz +Wz +Wz +Wz +Wz +Wz +PJ +PJ +PJ +PJ +PJ +PJ +PJ +PJ +PJ +PJ +PJ +PJ +PJ +PJ +PJ +PJ +PJ +PJ +Wz +Wz +Wz +Wz +Wz +"} +(25,1,1) = {" +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +PJ +PJ +PJ +PJ +PJ +PJ +PJ +PJ +PJ +PJ +PJ +PJ +PJ +PJ +PJ +Wz +Wz +Wz +Wz +Wz +Wz +Wz +"} +(26,1,1) = {" +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +PJ +PJ +PJ +PJ +PJ +PJ +PJ +PJ +PJ +PJ +PJ +PJ +PJ +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +"} +(27,1,1) = {" +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +PJ +PJ +PJ +PJ +PJ +PJ +PJ +PJ +PJ +PJ +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +"} +(28,1,1) = {" +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +PJ +PJ +PJ +PJ +PJ +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +"} +(29,1,1) = {" +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +"} +(30,1,1) = {" +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +Wz +"} diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_dwarffortress.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_dwarffortress.dmm new file mode 100644 index 000000000000..cc86f39dfc82 --- /dev/null +++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_dwarffortress.dmm @@ -0,0 +1,701 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"bP" = ( +/obj/effect/decal/cleanable/blood/old{ + icon_state = "floor3-old" + }, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"dO" = ( +/mob/living/simple_animal/hostile/asteroid/hivelord/legion/dwarf{ + name = "dwarf bartender" + }, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"fr" = ( +/obj/structure/closet/cabinet, +/obj/item/instrument/banjo, +/obj/item/instrument/trombone, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"gB" = ( +/mob/living/simple_animal/hostile/asteroid/hivelord/legion{ + name = "tall dwarf legion" + }, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"if" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + list_reagents = list(/datum/reagent/consumable/ethanol/fetching_fizz=30) + }, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"iI" = ( +/obj/structure/sign/poster/contraband/eat, +/turf/closed/wall/mineral/wood, +/area/overmap_encounter/planetoid/cave/explored) +"iM" = ( +/obj/structure/table/wood, +/obj/item/hatchet/wooden, +/obj/item/hatchet/wooden, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"ks" = ( +/obj/structure/mineral_door/iron, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"kY" = ( +/mob/living/simple_animal/hostile/asteroid/hivelord/legion/dwarf{ + name = "dwarf armorer" + }, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"lt" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + list_reagents = list(/datum/reagent/consumable/ethanol/quintuple_sec=20) + }, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"mN" = ( +/obj/structure/chair/stool/bar, +/mob/living/simple_animal/hostile/asteroid/hivelord/legion{ + icon_aggro = "dwarf_legion"; + icon_dead = "dwarf_legion"; + icon_living = "dwarf_legion"; + icon_state = "dwarf_legion"; + name = "dwarf legion" + }, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"mO" = ( +/obj/item/chair/wood/wings, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"qj" = ( +/mob/living/simple_animal/hostile/asteroid/hivelord/legion/dwarf, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"sz" = ( +/obj/structure/spawner/lavaland/legion, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"sR" = ( +/obj/structure/fermenting_barrel, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"sS" = ( +/turf/template_noop, +/area/template_noop) +"th" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + list_reagents = list(/datum/reagent/consumable/ethanol/turbo=20) + }, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"ui" = ( +/obj/effect/decal/cleanable/blood/old{ + icon_state = "floor4-old" + }, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"uW" = ( +/obj/effect/decal/cleanable/blood/old{ + icon_state = "floor2-old" + }, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"wm" = ( +/obj/structure/bed, +/obj/item/bedsheet/dorms, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"xi" = ( +/turf/closed/mineral/volcanic/lava_land_surface, +/area/overmap_encounter/planetoid/cave/explored) +"xP" = ( +/obj/structure/chair/wood/wings{ + dir = 1 + }, +/mob/living/simple_animal/hostile/asteroid/hivelord/legion{ + icon_aggro = "dwarf_legion"; + icon_dead = "dwarf_legion"; + icon_living = "dwarf_legion"; + icon_state = "dwarf_legion"; + name = "dwarf legion" + }, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"xR" = ( +/turf/closed/wall/mineral/wood, +/area/overmap_encounter/planetoid/cave/explored) +"zY" = ( +/mob/living/simple_animal/hostile/asteroid/hivelord/legion{ + icon_aggro = "dwarf_legion"; + icon_dead = "dwarf_legion"; + icon_living = "dwarf_legion"; + icon_state = "dwarf_legion"; + name = "dwarf legion" + }, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"Ay" = ( +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"Bd" = ( +/obj/effect/decal/cleanable/blood/old{ + icon_state = "floor6-old" + }, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"Cf" = ( +/obj/structure/table/wood, +/obj/item/fireaxe/boneaxe, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"CI" = ( +/obj/structure/table/wood, +/obj/item/toy/plush/lizardplushie{ + pixel_y = 3 + }, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"Dk" = ( +/obj/structure/bed, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"ET" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + list_reagents = list(/datum/reagent/consumable/ethanol/hearty_punch=25) + }, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"Fs" = ( +/obj/structure/table/wood, +/obj/item/spear/bonespear, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"GD" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/meat/steak/goliath{ + pixel_y = 6 + }, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"GL" = ( +/mob/living/simple_animal/hostile/asteroid/hivelord/legion/dwarf, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"GS" = ( +/obj/item/dice/d20{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/item/toy/figure/clown{ + pixel_x = -7; + pixel_y = 1 + }, +/obj/structure/table/wood/fancy/purple, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"Hg" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + list_reagents = list(/datum/reagent/consumable/ethanol/manly_dorf=30) + }, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"Hj" = ( +/obj/structure/chair/wood/wings{ + dir = 8 + }, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"HZ" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lantern, +/obj/item/flashlight/lantern, +/obj/item/flashlight/lantern, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"MR" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"NL" = ( +/obj/structure/table/wood, +/obj/item/toy/cards/deck{ + pixel_y = 5 + }, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"Oy" = ( +/obj/structure/chair/comfy/orange/directional/south, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"Pl" = ( +/obj/effect/decal/cleanable/blood/gibs/old, +/obj/item/clothing/head/helmet/skull, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"PB" = ( +/obj/structure/table/wood, +/obj/item/shield/riot/buckler, +/obj/item/shield/riot/buckler, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"PW" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/item/flashlight/flare/torch, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"QZ" = ( +/obj/structure/table/wood, +/obj/item/pickaxe, +/obj/item/pickaxe, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"RP" = ( +/obj/structure/reagent_dispensers/beerkeg, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"Sv" = ( +/obj/structure/sign/poster/official/high_class_martini, +/turf/closed/wall/mineral/wood, +/area/overmap_encounter/planetoid/cave/explored) +"Ti" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/ale{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/reagent_containers/food/drinks/bottle/lizardwine{ + pixel_x = 7; + pixel_y = 5 + }, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"UM" = ( +/obj/structure/table/wood, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"Vk" = ( +/obj/structure/chair/stool/bar, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"XW" = ( +/obj/effect/decal/cleanable/blood/old{ + icon_state = "floor7-old" + }, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) +"Zc" = ( +/obj/effect/decal/cleanable/blood/old{ + icon_state = "floor5-old" + }, +/turf/open/floor/plating/asteroid/basalt, +/area/overmap_encounter/planetoid/cave/explored) + +(1,1,1) = {" +xi +xi +xi +xi +xi +xi +xi +xi +xi +xi +xi +xi +xi +xi +xi +xi +xi +xi +"} +(2,1,1) = {" +xi +xi +xi +xR +xR +xR +xR +xR +xR +xR +xR +xR +xR +xi +xi +xi +xi +xi +"} +(3,1,1) = {" +xi +xi +xR +iI +RP +Ay +GS +xP +xR +Dk +zY +wm +xR +uW +Ay +Ay +xi +xi +"} +(4,1,1) = {" +xi +xi +xR +Ay +Ay +Ay +Hj +Ay +xR +wm +Ay +Dk +xR +Ay +sz +Ay +Ay +xi +"} +(5,1,1) = {" +xi +xi +xR +Ay +ET +Vk +Ay +Ay +xR +Dk +XW +Dk +xR +Ay +Ay +Zc +Ay +xi +"} +(6,1,1) = {" +xi +xi +xR +Ay +lt +Vk +Ay +Ay +xR +Dk +Ay +wm +xR +ui +Ay +Ay +xi +xi +"} +(7,1,1) = {" +xi +xi +xR +dO +Hg +mN +Ay +Ay +ks +Ay +Ay +Dk +xR +Ay +MR +xi +xi +xi +"} +(8,1,1) = {" +xi +xi +xR +Ay +NL +Vk +Ay +Ay +xR +uW +Ay +qj +xR +Ay +Ay +bP +xi +xi +"} +(9,1,1) = {" +xi +xi +xR +Ti +GD +Vk +Ay +Ay +xR +Dk +Ay +wm +xR +Ay +Pl +Ay +xi +xi +"} +(10,1,1) = {" +xi +xi +xR +sR +Ay +Ay +Ay +fr +xR +wm +zY +Ay +xR +xi +MR +GL +xi +xi +"} +(11,1,1) = {" +xi +xi +xR +xR +xR +xR +Ay +Sv +xR +xR +xR +ks +xR +xR +Ay +Ay +xi +xi +"} +(12,1,1) = {" +xi +xi +xi +xR +mO +Ay +Ay +Ay +Ay +xR +Ay +Ay +UM +xR +Ay +Bd +xi +xi +"} +(13,1,1) = {" +sS +xi +xi +xR +if +Ay +Ay +gB +th +xR +QZ +Ay +Ay +xR +Ay +Ay +xi +xi +"} +(14,1,1) = {" +sS +xi +xi +xR +Hj +Ay +Ay +Ay +Ay +xR +Cf +Ay +ui +ks +Ay +Ay +xi +xi +"} +(15,1,1) = {" +sS +xi +xR +xR +Ay +GL +Ay +Ay +Ay +xR +HZ +kY +Ay +ks +uW +Ay +xi +xi +"} +(16,1,1) = {" +sS +PW +xR +Ay +Ay +Ay +Ay +CI +Ay +xR +Ay +XW +Ay +xR +Ay +Ay +xi +xi +"} +(17,1,1) = {" +sS +Ay +ks +Ay +Ay +Ay +Ay +Oy +Ay +xR +iM +Fs +PB +xR +Ay +Ay +xi +xi +"} +(18,1,1) = {" +sS +zY +xR +xR +xR +xR +xR +xR +xR +xR +xR +xR +xR +xR +zY +xi +xi +xi +"} +(19,1,1) = {" +sS +xi +xi +xi +xi +xi +xi +xi +xi +xi +xi +xi +xi +xi +xi +xi +xi +xi +"} +(20,1,1) = {" +sS +xi +xi +xi +xi +xi +xi +xi +xi +xi +xi +xi +xi +xi +xi +xi +xi +xi +"} diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_hierophant.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_hierophant.dmm new file mode 100644 index 000000000000..cad120c3f251 --- /dev/null +++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_hierophant.dmm @@ -0,0 +1,604 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/indestructible/riveted/hierophant, +/area/ruin/unpowered/hierophant) +"b" = ( +/turf/open/indestructible/hierophant, +/area/ruin/unpowered/hierophant) +"c" = ( +/obj/effect/light_emitter{ + set_cap = 3; + set_luminosity = 5 + }, +/turf/open/indestructible/hierophant, +/area/ruin/unpowered/hierophant) +"d" = ( +/mob/living/simple_animal/hostile/megafauna/hierophant, +/turf/open/indestructible/hierophant/two, +/area/ruin/unpowered/hierophant) +"e" = ( +/turf/open/indestructible/hierophant/two, +/area/ruin/unpowered/hierophant) +"f" = ( +/obj/effect/light_emitter{ + set_cap = 3; + set_luminosity = 5 + }, +/turf/open/indestructible/hierophant/two, +/area/ruin/unpowered/hierophant) + +(1,1,1) = {" +a +a +a +b +b +b +b +a +a +a +a +a +a +a +a +a +b +b +b +b +a +a +a +"} +(2,1,1) = {" +a +b +b +b +b +b +b +b +b +b +b +c +b +b +b +b +b +b +b +b +b +b +a +"} +(3,1,1) = {" +a +b +b +b +c +c +b +b +b +a +b +b +b +a +b +b +b +c +c +b +b +b +a +"} +(4,1,1) = {" +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +"} +(5,1,1) = {" +b +b +c +b +a +a +b +c +b +b +b +c +b +b +b +c +b +a +a +b +c +b +b +"} +(6,1,1) = {" +b +b +c +b +a +a +b +c +b +b +b +c +b +b +b +c +b +a +a +b +c +b +b +"} +(7,1,1) = {" +b +b +b +b +b +b +e +e +e +e +e +e +e +e +e +e +e +b +b +b +b +b +b +"} +(8,1,1) = {" +a +b +b +b +c +c +e +e +e +a +e +e +e +a +e +e +e +c +c +b +b +b +a +"} +(9,1,1) = {" +a +b +b +b +b +b +e +e +e +e +e +f +e +e +e +e +e +b +b +b +b +b +a +"} +(10,1,1) = {" +a +b +a +b +b +b +e +a +e +e +e +e +e +e +e +a +e +b +b +b +a +b +a +"} +(11,1,1) = {" +a +b +b +b +b +b +e +e +e +e +e +e +e +e +e +e +e +b +b +b +b +b +a +"} +(12,1,1) = {" +a +c +b +b +c +c +e +e +f +e +e +d +e +e +f +e +e +c +c +b +b +c +a +"} +(13,1,1) = {" +a +b +b +b +b +b +e +e +e +e +e +e +e +e +e +e +e +b +b +b +b +b +a +"} +(14,1,1) = {" +a +b +a +b +b +b +e +a +e +e +e +e +e +e +e +a +e +b +b +b +a +b +a +"} +(15,1,1) = {" +a +b +b +b +b +b +e +e +e +e +e +f +e +e +e +e +e +b +b +b +b +b +a +"} +(16,1,1) = {" +a +b +b +b +c +c +e +e +e +a +e +e +e +a +e +e +e +c +c +b +b +b +a +"} +(17,1,1) = {" +b +b +b +b +b +b +e +e +e +e +e +e +e +e +e +e +e +b +b +b +b +b +b +"} +(18,1,1) = {" +b +b +c +b +a +a +b +c +b +b +b +c +b +b +b +c +b +a +a +b +c +b +b +"} +(19,1,1) = {" +b +b +c +b +a +a +b +c +b +b +b +c +b +b +b +c +b +a +a +b +c +b +b +"} +(20,1,1) = {" +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +"} +(21,1,1) = {" +a +b +b +b +c +c +b +b +b +a +b +b +b +a +b +b +b +c +c +b +b +b +a +"} +(22,1,1) = {" +a +b +b +b +b +b +b +b +b +b +b +c +b +b +b +b +b +b +b +b +b +b +a +"} +(23,1,1) = {" +a +a +a +b +b +b +b +a +a +a +a +a +a +a +a +a +b +b +b +b +a +a +a +"} diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_lava_canyon.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_lava_canyon.dmm index 15350793fad4..943b1dccf126 100644 --- a/_maps/RandomRuins/LavaRuins/lavaland_surface_lava_canyon.dmm +++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_lava_canyon.dmm @@ -150,6 +150,9 @@ pixel_x = -5; pixel_y = 12 }, +/obj/item/melee/cleric_mace{ + pixel_x = 5 + }, /obj/item/clothing/head/helmet/chaplain/ancient{ pixel_y = 13; pixel_x = -5 diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_pizzaparty.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_pizzaparty.dmm new file mode 100644 index 000000000000..d035e25f5cbd --- /dev/null +++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_pizzaparty.dmm @@ -0,0 +1,647 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"b" = ( +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/overmap_encounter/planetoid/lava/explored) +"c" = ( +/obj/structure/lattice, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/overmap_encounter/planetoid/lava/explored) +"d" = ( +/turf/closed/wall, +/area/ruin/unpowered) +"e" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + initial_gas_mix = "o2=14;n2=5;co2=13;TEMP=300" + }, +/area/ruin/unpowered) +"f" = ( +/obj/structure/table/wood, +/obj/item/storage/box/cups, +/turf/open/floor/wood{ + initial_gas_mix = "o2=14;n2=5;co2=13;TEMP=300" + }, +/area/ruin/unpowered) +"g" = ( +/obj/structure/reagent_dispensers/water_cooler{ + name = "punch cooler"; + reagent_id = /datum/reagent/consumable/ethanol/bacchus_blessing + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + initial_gas_mix = "o2=14;n2=5;co2=13;TEMP=300" + }, +/area/ruin/unpowered) +"h" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + initial_gas_mix = "o2=14;n2=5;co2=13;TEMP=300" + }, +/area/ruin/unpowered) +"i" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + initial_gas_mix = "o2=14;n2=5;co2=13;TEMP=300" + }, +/area/ruin/unpowered) +"j" = ( +/obj/item/reagent_containers/food/snacks/pizzaslice/mushroom, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + initial_gas_mix = "o2=14;n2=5;co2=13;TEMP=300" + }, +/area/ruin/unpowered) +"k" = ( +/obj/structure/table/wood, +/obj/effect/spawner/lootdrop/pizzaparty, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + initial_gas_mix = "o2=14;n2=5;co2=13;TEMP=300" + }, +/area/ruin/unpowered) +"l" = ( +/obj/machinery/light/directional/east, +/obj/structure/table/wood, +/obj/effect/spawner/lootdrop/pizzaparty, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/wood{ + initial_gas_mix = "o2=14;n2=5;co2=13;TEMP=300" + }, +/area/ruin/unpowered) +"m" = ( +/obj/item/chair/wood/wings, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + initial_gas_mix = "o2=14;n2=5;co2=13;TEMP=300" + }, +/area/ruin/unpowered) +"n" = ( +/obj/structure/glowshroom/single, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + initial_gas_mix = "o2=14;n2=5;co2=13;TEMP=300" + }, +/area/ruin/unpowered) +"o" = ( +/obj/item/trash/plate, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + initial_gas_mix = "o2=14;n2=5;co2=13;TEMP=300" + }, +/area/ruin/unpowered) +"p" = ( +/obj/effect/decal/remains/human, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + initial_gas_mix = "o2=14;n2=5;co2=13;TEMP=300" + }, +/area/ruin/unpowered) +"q" = ( +/obj/item/chair/wood/wings, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + initial_gas_mix = "o2=14;n2=5;co2=13;TEMP=300" + }, +/area/ruin/unpowered) +"r" = ( +/obj/structure/chair/wood/wings, +/obj/effect/decal/remains/human, +/obj/item/clothing/head/festive{ + desc = "A festive party hat with the name 'timmy' scribbled on the front."; + name = "party hat" + }, +/turf/open/floor/wood{ + initial_gas_mix = "o2=14;n2=5;co2=13;TEMP=300" + }, +/area/ruin/unpowered) +"s" = ( +/turf/open/floor/wood{ + initial_gas_mix = "o2=14;n2=5;co2=13;TEMP=300" + }, +/area/ruin/unpowered) +"t" = ( +/obj/structure/chair/wood/wings, +/obj/effect/decal/remains/human, +/turf/open/floor/wood{ + initial_gas_mix = "o2=14;n2=5;co2=13;TEMP=300" + }, +/area/ruin/unpowered) +"u" = ( +/obj/structure/glowshroom/single, +/turf/open/floor/wood{ + initial_gas_mix = "o2=14;n2=5;co2=13;TEMP=300" + }, +/area/ruin/unpowered) +"v" = ( +/obj/structure/lattice, +/obj/item/chair/wood/wings, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/overmap_encounter/planetoid/lava/explored) +"w" = ( +/obj/item/kitchen/fork, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + initial_gas_mix = "o2=14;n2=5;co2=13;TEMP=300" + }, +/area/ruin/unpowered) +"x" = ( +/obj/structure/table/wood, +/obj/effect/spawner/lootdrop/pizzaparty, +/turf/open/floor/wood{ + initial_gas_mix = "o2=14;n2=5;co2=13;TEMP=300" + }, +/area/ruin/unpowered) +"y" = ( +/obj/structure/table/wood, +/obj/item/trash/plate, +/turf/open/floor/wood{ + initial_gas_mix = "o2=14;n2=5;co2=13;TEMP=300" + }, +/area/ruin/unpowered) +"z" = ( +/obj/structure/table/wood, +/obj/structure/glowshroom/single, +/obj/item/a_gift, +/turf/open/floor/wood{ + initial_gas_mix = "o2=14;n2=5;co2=13;TEMP=300" + }, +/area/ruin/unpowered) +"A" = ( +/obj/structure/table/wood, +/obj/item/trash/plate, +/obj/item/kitchen/fork, +/turf/open/floor/wood{ + initial_gas_mix = "o2=14;n2=5;co2=13;TEMP=300" + }, +/area/ruin/unpowered) +"C" = ( +/obj/structure/chair/wood/wings{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + initial_gas_mix = "o2=14;n2=5;co2=13;TEMP=300" + }, +/area/ruin/unpowered) +"D" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/pizzaslice/margherita, +/obj/item/trash/plate, +/turf/open/floor/wood{ + initial_gas_mix = "o2=14;n2=5;co2=13;TEMP=300" + }, +/area/ruin/unpowered) +"E" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/pizzaslice/meat, +/turf/open/floor/wood{ + initial_gas_mix = "o2=14;n2=5;co2=13;TEMP=300" + }, +/area/ruin/unpowered) +"F" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/store/cake/birthday, +/turf/open/floor/wood{ + initial_gas_mix = "o2=14;n2=5;co2=13;TEMP=300" + }, +/area/ruin/unpowered) +"G" = ( +/obj/structure/table/wood, +/turf/open/floor/wood{ + initial_gas_mix = "o2=14;n2=5;co2=13;TEMP=300" + }, +/area/ruin/unpowered) +"H" = ( +/obj/item/chair/wood/wings, +/turf/open/floor/wood{ + initial_gas_mix = "o2=14;n2=5;co2=13;TEMP=300" + }, +/area/ruin/unpowered) +"I" = ( +/obj/item/kitchen/fork, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + initial_gas_mix = "o2=14;n2=5;co2=13;TEMP=300" + }, +/area/ruin/unpowered) +"J" = ( +/obj/structure/glowshroom/single, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + initial_gas_mix = "o2=14;n2=5;co2=13;TEMP=300" + }, +/area/ruin/unpowered) +"K" = ( +/obj/structure/chair/wood/wings{ + dir = 1 + }, +/obj/effect/decal/remains/human, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + initial_gas_mix = "o2=14;n2=5;co2=13;TEMP=300" + }, +/area/ruin/unpowered) +"L" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + initial_gas_mix = "o2=14;n2=5;co2=13;TEMP=300" + }, +/area/ruin/unpowered) +"M" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/a_gift, +/turf/open/floor/wood{ + initial_gas_mix = "o2=14;n2=5;co2=13;TEMP=300" + }, +/area/ruin/unpowered) +"N" = ( +/obj/structure/lattice, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/overmap_encounter/planetoid/lava/explored) +"O" = ( +/obj/item/kitchen/knife, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + initial_gas_mix = "o2=14;n2=5;co2=13;TEMP=300" + }, +/area/ruin/unpowered) +"P" = ( +/obj/machinery/light/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + initial_gas_mix = "o2=14;n2=5;co2=13;TEMP=300" + }, +/area/ruin/unpowered) +"Q" = ( +/turf/open/floor/plating{ + initial_gas_mix = "o2=14;n2=5;co2=13;TEMP=300" + }, +/area/ruin/unpowered) + +(1,1,1) = {" +a +a +b +b +a +a +b +b +b +b +b +b +b +b +a +a +a +a +"} +(2,1,1) = {" +b +b +b +b +b +b +b +b +b +b +c +c +b +b +b +b +a +a +"} +(3,1,1) = {" +b +b +b +b +b +b +b +b +c +c +e +e +c +c +b +b +b +a +"} +(4,1,1) = {" +b +b +b +b +d +b +c +c +e +h +h +e +Q +e +d +b +b +a +"} +(5,1,1) = {" +a +b +b +b +d +b +m +e +w +h +w +h +h +e +d +b +b +b +"} +(6,1,1) = {" +a +b +b +b +d +f +n +h +h +c +e +M +e +c +b +b +b +b +"} +(7,1,1) = {" +b +b +b +b +d +g +o +h +h +C +J +h +d +b +b +b +b +b +"} +(8,1,1) = {" +b +b +b +b +e +h +p +q +x +D +K +M +d +b +b +b +b +b +"} +(9,1,1) = {" +b +b +b +c +e +i +h +r +y +E +h +h +c +b +b +b +b +b +"} +(10,1,1) = {" +b +b +b +c +e +j +h +s +z +F +q +N +c +b +b +b +b +b +"} +(11,1,1) = {" +b +b +b +b +e +e +h +t +A +G +q +h +c +b +b +b +b +b +"} +(12,1,1) = {" +b +b +b +b +d +k +h +s +s +H +h +O +d +b +b +b +b +b +"} +(13,1,1) = {" +b +b +b +b +d +k +h +u +s +s +o +n +d +b +b +b +b +a +"} +(14,1,1) = {" +b +b +b +b +d +l +i +h +e +I +L +P +d +b +b +b +b +a +"} +(15,1,1) = {" +b +b +b +b +d +d +e +e +N +e +e +d +d +b +b +b +b +a +"} +(16,1,1) = {" +a +b +b +b +b +b +c +v +b +c +b +b +b +b +b +b +b +a +"} +(17,1,1) = {" +a +b +b +b +b +b +b +b +b +b +b +b +b +b +b +a +a +a +"} +(18,1,1) = {" +a +a +a +a +b +b +b +b +b +b +b +b +a +a +a +a +a +a +"} diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_random_ripley.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_random_ripley.dmm new file mode 100644 index 000000000000..ba1bf8acc4dd --- /dev/null +++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_random_ripley.dmm @@ -0,0 +1,58 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"b" = ( +/turf/closed/mineral/volcanic/lava_land_surface, +/area/overmap_encounter/planetoid/cave/explored) +"c" = ( +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/overmap_encounter/planetoid/cave/explored) +"d" = ( +/obj/mecha/working/ripley/mining{ + ruin_mecha = 1 + }, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/overmap_encounter/planetoid/cave/explored) +"e" = ( +/obj/item/clothing/shoes/workboots/mining, +/obj/item/clothing/under/rank/cargo/miner/lavaland, +/obj/effect/decal/remains/human, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/overmap_encounter/planetoid/cave/explored) + +(1,1,1) = {" +a +b +b +b +a +"} +(2,1,1) = {" +b +c +b +c +b +"} +(3,1,1) = {" +b +c +d +e +b +"} +(4,1,1) = {" +b +c +c +b +b +"} +(5,1,1) = {" +b +b +b +b +a +"} diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_sloth.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_sloth.dmm new file mode 100644 index 000000000000..4eee51cacf87 --- /dev/null +++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_sloth.dmm @@ -0,0 +1,643 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/indestructible/riveted, +/area/ruin/unpowered) +"b" = ( +/turf/open/lava/smooth/lava_land_surface, +/area/ruin/unpowered) +"c" = ( +/obj/item/paper/fluff/stations/lavaland/sloth/note, +/turf/open/floor/sepia{ + slowdown = 10 + }, +/area/ruin/unpowered) +"d" = ( +/turf/open/floor/sepia{ + slowdown = 10 + }, +/area/ruin/unpowered) +"e" = ( +/obj/machinery/door/airlock/wood{ + dir = 4 + }, +/turf/open/floor/sepia{ + slowdown = 10 + }, +/area/ruin/unpowered) +"g" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/turf/open/floor/sepia{ + slowdown = 10 + }, +/area/ruin/unpowered) +"J" = ( +/obj/structure/table/wood, +/obj/item/toy/plush/lizardplushie{ + name = "Mark" + }, +/turf/open/floor/sepia{ + slowdown = 10 + }, +/area/ruin/unpowered) + +(1,1,1) = {" +a +a +a +a +a +a +a +a +a +a +"} +(2,1,1) = {" +a +b +b +b +b +b +b +b +b +a +"} +(3,1,1) = {" +a +b +a +a +a +a +a +a +b +a +"} +(4,1,1) = {" +a +b +a +c +d +d +J +a +b +a +"} +(5,1,1) = {" +a +b +a +d +d +d +g +a +b +a +"} +(6,1,1) = {" +a +b +a +d +a +a +a +a +b +a +"} +(7,1,1) = {" +a +b +a +d +d +d +d +a +b +a +"} +(8,1,1) = {" +a +b +a +a +a +a +d +a +b +a +"} +(9,1,1) = {" +a +b +a +d +d +d +d +a +b +a +"} +(10,1,1) = {" +a +b +a +d +a +a +a +a +b +a +"} +(11,1,1) = {" +a +b +a +d +d +d +d +a +b +a +"} +(12,1,1) = {" +a +b +a +a +a +a +d +a +b +a +"} +(13,1,1) = {" +a +b +a +d +d +d +d +a +b +a +"} +(14,1,1) = {" +a +b +a +d +a +a +a +a +b +a +"} +(15,1,1) = {" +a +b +a +d +d +d +d +a +b +a +"} +(16,1,1) = {" +a +b +a +a +a +a +d +a +b +a +"} +(17,1,1) = {" +a +b +a +d +d +d +d +a +b +a +"} +(18,1,1) = {" +a +b +a +d +a +a +a +a +b +a +"} +(19,1,1) = {" +a +b +a +d +d +d +d +a +b +a +"} +(20,1,1) = {" +a +b +a +a +a +a +d +a +b +a +"} +(21,1,1) = {" +a +b +a +d +d +d +d +a +b +a +"} +(22,1,1) = {" +a +b +a +d +a +a +a +a +b +a +"} +(23,1,1) = {" +a +b +a +d +d +d +d +a +b +a +"} +(24,1,1) = {" +a +b +a +a +a +a +d +a +b +a +"} +(25,1,1) = {" +a +b +a +d +d +d +d +a +b +a +"} +(26,1,1) = {" +a +b +a +d +a +a +a +a +b +a +"} +(27,1,1) = {" +a +b +a +d +d +d +d +a +b +a +"} +(28,1,1) = {" +a +b +a +a +a +a +d +a +b +a +"} +(29,1,1) = {" +a +b +a +d +d +d +d +a +b +a +"} +(30,1,1) = {" +a +b +a +d +a +a +a +a +b +a +"} +(31,1,1) = {" +a +b +a +d +d +d +d +a +b +a +"} +(32,1,1) = {" +a +b +a +a +a +a +d +a +b +a +"} +(33,1,1) = {" +a +b +a +d +d +d +d +a +b +a +"} +(34,1,1) = {" +a +b +a +d +a +a +a +a +b +a +"} +(35,1,1) = {" +a +b +a +d +d +d +d +a +b +a +"} +(36,1,1) = {" +a +b +a +a +a +a +d +a +b +a +"} +(37,1,1) = {" +a +b +a +d +d +d +d +a +b +a +"} +(38,1,1) = {" +a +b +a +d +a +a +a +a +b +a +"} +(39,1,1) = {" +a +b +a +d +d +d +d +a +b +a +"} +(40,1,1) = {" +a +b +a +a +a +a +d +a +b +a +"} +(41,1,1) = {" +a +b +a +d +d +d +d +a +b +a +"} +(42,1,1) = {" +a +b +a +d +a +a +a +a +b +a +"} +(43,1,1) = {" +a +b +a +d +d +d +d +a +b +a +"} +(44,1,1) = {" +a +b +a +a +a +a +d +a +b +a +"} +(45,1,1) = {" +a +b +a +d +d +d +d +a +b +a +"} +(46,1,1) = {" +a +b +a +d +a +a +a +a +b +a +"} +(47,1,1) = {" +a +b +a +d +d +d +d +a +b +a +"} +(48,1,1) = {" +a +b +a +a +a +a +d +a +b +a +"} +(49,1,1) = {" +a +b +a +d +d +d +d +a +b +a +"} +(50,1,1) = {" +a +a +a +a +e +e +a +a +a +a +"} diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_survivalpod.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_survivalpod.dmm new file mode 100644 index 000000000000..5e8e6a7f0dec --- /dev/null +++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_survivalpod.dmm @@ -0,0 +1,286 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"b" = ( +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/overmap_encounter/planetoid/lava/explored) +"c" = ( +/obj/structure/sign/mining/survival{ + pixel_y = -32 + }, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/overmap_encounter/planetoid/lava/explored) +"d" = ( +/turf/closed/wall/mineral/titanium/survival/pod, +/area/ruin/powered) +"e" = ( +/obj/structure/sign/mining/survival{ + dir = 4; + pixel_x = 32 + }, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/overmap_encounter/planetoid/lava/explored) +"f" = ( +/obj/structure/fans, +/turf/open/floor/pod/dark, +/area/ruin/powered) +"g" = ( +/obj/machinery/smartfridge/survival_pod/empty, +/turf/open/floor/pod/dark, +/area/ruin/powered) +"h" = ( +/obj/item/gps/computer, +/obj/structure/tubes, +/turf/open/floor/pod/dark, +/area/ruin/powered) +"i" = ( +/obj/structure/sign/mining/survival{ + dir = 8; + pixel_x = -32 + }, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/overmap_encounter/planetoid/lava/explored) +"j" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/overmap_encounter/planetoid/lava/explored) +"k" = ( +/obj/machinery/sleeper/survival_pod, +/turf/open/floor/pod/dark, +/area/ruin/powered) +"l" = ( +/obj/item/pickaxe, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/pod/dark, +/area/ruin/powered) +"m" = ( +/obj/structure/bed/pod, +/obj/item/bedsheet/black, +/obj/structure/tubes, +/obj/machinery/light/small/directional/east, +/turf/open/floor/pod/dark, +/area/ruin/powered) +"n" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/overmap_encounter/planetoid/lava/explored) +"o" = ( +/obj/effect/decal/cleanable/blood, +/mob/living/simple_animal/hostile/asteroid/goliath/beast{ + health = 0 + }, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/overmap_encounter/planetoid/lava/explored) +"p" = ( +/obj/structure/table/survival_pod, +/obj/item/kitchen/knife/combat/survival, +/turf/open/floor/pod/dark, +/area/ruin/powered) +"q" = ( +/obj/effect/mob_spawn/human/miner{ + brute_damage = 150; + oxy_damage = 50 + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 1 + }, +/turf/open/floor/pod/dark, +/area/ruin/powered) +"r" = ( +/obj/structure/tubes, +/obj/item/crowbar, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/pod/dark, +/area/ruin/powered) +"s" = ( +/obj/effect/decal/cleanable/blood/footprints, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/overmap_encounter/planetoid/lava/explored) +"t" = ( +/obj/effect/decal/cleanable/blood/footprints{ + dir = 1 + }, +/obj/machinery/door/airlock/survival_pod/glass, +/turf/open/floor/pod/dark, +/area/ruin/powered) +"u" = ( +/obj/effect/decal/cleanable/blood/footprints{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/overmap_encounter/planetoid/lava/explored) +"v" = ( +/obj/effect/decal/cleanable/blood/footprints{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/footprints, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/overmap_encounter/planetoid/lava/explored) +"w" = ( +/obj/structure/sign/mining/survival{ + pixel_y = 32 + }, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/overmap_encounter/planetoid/lava/explored) +"x" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 1 + }, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/overmap_encounter/planetoid/lava/explored) +"y" = ( +/obj/structure/sign/mining{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 8 + }, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/overmap_encounter/planetoid/lava/explored) +"z" = ( +/obj/effect/decal/cleanable/blood/footprints{ + dir = 8 + }, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/overmap_encounter/planetoid/lava/explored) +"A" = ( +/obj/effect/decal/cleanable/blood/footprints, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface, +/area/overmap_encounter/planetoid/lava/explored) + +(1,1,1) = {" +a +a +a +b +b +b +b +b +a +a +a +"} +(2,1,1) = {" +a +a +b +b +e +b +e +b +b +a +a +"} +(3,1,1) = {" +a +a +b +d +d +d +d +d +b +a +a +"} +(4,1,1) = {" +a +b +c +d +f +k +p +d +w +b +b +"} +(5,1,1) = {" +a +b +b +d +g +l +q +t +x +b +b +"} +(6,1,1) = {" +b +b +c +d +h +m +r +d +y +b +b +"} +(7,1,1) = {" +a +b +b +d +d +d +d +d +z +j +j +"} +(8,1,1) = {" +a +a +b +b +i +b +i +u +A +b +b +"} +(9,1,1) = {" +a +a +b +b +j +n +s +v +a +a +a +"} +(10,1,1) = {" +a +a +a +a +a +o +j +b +a +a +a +"} diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_xeno_nest.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_xeno_nest.dmm new file mode 100644 index 000000000000..823ed145a944 --- /dev/null +++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_xeno_nest.dmm @@ -0,0 +1,1544 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"b" = ( +/obj/structure/alien/weeds, +/obj/structure/alien/resin/wall, +/turf/open/floor/plating/asteroid/basalt, +/area/ruin/unpowered/xenonest) +"d" = ( +/obj/structure/alien/resin/wall, +/obj/structure/alien/weeds, +/turf/open/floor/plating/asteroid/basalt, +/area/ruin/unpowered/xenonest) +"e" = ( +/obj/structure/alien/weeds, +/obj/structure/alien/egg/burst, +/turf/open/floor/plating/asteroid/basalt, +/area/ruin/unpowered/xenonest) +"f" = ( +/obj/structure/alien/weeds, +/obj/structure/alien/weeds, +/turf/open/floor/plating/asteroid/basalt, +/area/ruin/unpowered/xenonest) +"g" = ( +/obj/structure/alien/weeds, +/turf/open/floor/plating/asteroid/basalt, +/area/ruin/unpowered/xenonest) +"i" = ( +/obj/structure/alien/weeds, +/obj/structure/bed/nest, +/turf/open/floor/plating/asteroid/basalt, +/area/ruin/unpowered/xenonest) +"j" = ( +/obj/structure/alien/weeds, +/mob/living/simple_animal/hostile/alien, +/turf/open/floor/plating/asteroid/basalt, +/area/ruin/unpowered/xenonest) +"l" = ( +/obj/structure/alien/weeds/node, +/turf/open/floor/plating/asteroid/basalt, +/area/ruin/unpowered/xenonest) +"o" = ( +/obj/structure/alien/weeds, +/obj/structure/bed/nest, +/obj/effect/decal/cleanable/blood/gibs, +/obj/item/gun/ballistic/automatic/pistol, +/turf/open/floor/plating/asteroid/basalt, +/area/ruin/unpowered/xenonest) +"r" = ( +/obj/structure/alien/weeds, +/obj/structure/alien/resin/wall, +/obj/structure/alien/resin/wall, +/turf/open/floor/plating/asteroid/basalt, +/area/ruin/unpowered/xenonest) +"t" = ( +/obj/structure/alien/weeds, +/mob/living/simple_animal/hostile/alien/sentinel, +/turf/open/floor/plating/asteroid/basalt, +/area/ruin/unpowered/xenonest) +"u" = ( +/obj/structure/alien/weeds, +/obj/effect/decal/cleanable/blood/gibs, +/turf/open/floor/plating/asteroid/basalt, +/area/ruin/unpowered/xenonest) +"v" = ( +/obj/structure/alien/weeds/node, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating/asteroid/basalt, +/area/ruin/unpowered/xenonest) +"w" = ( +/obj/structure/alien/weeds, +/obj/structure/bed/nest, +/obj/structure/alien/resin/wall, +/turf/open/floor/plating/asteroid/basalt, +/area/ruin/unpowered/xenonest) +"y" = ( +/obj/structure/alien/weeds/node, +/obj/structure/alien/resin/wall, +/turf/open/floor/plating/asteroid/basalt, +/area/ruin/unpowered/xenonest) +"z" = ( +/obj/structure/alien/weeds, +/obj/structure/bed/nest, +/obj/effect/decal/cleanable/blood/gibs, +/obj/item/clothing/under/rank/security/officer, +/obj/item/clothing/suit/armor/vest, +/obj/item/melee/baton/loaded, +/obj/item/clothing/head/helmet, +/turf/open/floor/plating/asteroid/basalt, +/area/ruin/unpowered/xenonest) +"B" = ( +/obj/structure/alien/weeds, +/obj/structure/alien/egg/burst, +/obj/effect/decal/cleanable/blood/gibs, +/turf/open/floor/plating/asteroid/basalt, +/area/ruin/unpowered/xenonest) +"C" = ( +/obj/structure/alien/weeds, +/obj/structure/alien/egg/burst, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating/asteroid/basalt, +/area/ruin/unpowered/xenonest) +"E" = ( +/obj/structure/alien/weeds, +/mob/living/simple_animal/hostile/alien/drone{ + plants_off = 1 + }, +/turf/open/floor/plating/asteroid/basalt, +/area/ruin/unpowered/xenonest) +"F" = ( +/obj/structure/alien/weeds, +/mob/living/simple_animal/hostile/alien/queen/large{ + desc = "A gigantic alien who is in charge of the hive and all of its loyal servants."; + name = "alien queen"; + pixel_x = -16; + plants_off = 1 + }, +/turf/open/floor/plating/asteroid/basalt, +/area/ruin/unpowered/xenonest) +"G" = ( +/turf/open/lava/smooth/lava_land_surface, +/area/overmap_encounter/planetoid/cave/explored) +"H" = ( +/obj/structure/alien/weeds, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating/asteroid/basalt, +/area/ruin/unpowered/xenonest) +"I" = ( +/obj/structure/alien/weeds, +/obj/structure/bed/nest, +/obj/effect/decal/cleanable/blood/gibs, +/obj/effect/decal/cleanable/blood, +/obj/item/clothing/under/syndicate, +/obj/item/clothing/glasses/night, +/turf/open/floor/plating/asteroid/basalt, +/area/ruin/unpowered/xenonest) +"K" = ( +/obj/structure/alien/weeds/node, +/mob/living/simple_animal/hostile/alien, +/turf/open/floor/plating/asteroid/basalt, +/area/ruin/unpowered/xenonest) +"L" = ( +/obj/structure/alien/weeds/node, +/mob/living/simple_animal/hostile/alien/drone{ + plants_off = 1 + }, +/turf/open/floor/plating/asteroid/basalt, +/area/ruin/unpowered/xenonest) +"M" = ( +/obj/structure/alien/weeds, +/obj/structure/bed/nest, +/obj/effect/decal/cleanable/blood/gibs, +/obj/item/tank/internals/oxygen, +/obj/item/clothing/suit/space/syndicate/orange, +/obj/item/clothing/mask/gas, +/obj/item/clothing/head/helmet/space/syndicate/orange, +/turf/open/floor/plating/asteroid/basalt, +/area/ruin/unpowered/xenonest) +"Q" = ( +/obj/structure/alien/weeds, +/obj/effect/decal/cleanable/blood, +/mob/living/simple_animal/hostile/alien/drone{ + plants_off = 1 + }, +/turf/open/floor/plating/asteroid/basalt, +/area/ruin/unpowered/xenonest) + +(1,1,1) = {" +a +a +a +G +G +G +G +G +G +G +G +G +G +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +"} +(2,1,1) = {" +a +a +a +G +b +b +b +b +b +b +b +b +G +G +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +"} +(3,1,1) = {" +a +a +G +G +b +g +e +e +b +g +g +b +b +G +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +"} +(4,1,1) = {" +a +a +G +b +b +g +g +g +g +E +g +e +b +G +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +"} +(5,1,1) = {" +a +a +G +b +g +g +y +b +b +b +y +b +b +G +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +"} +(6,1,1) = {" +a +a +G +b +g +g +w +g +F +u +I +b +b +G +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +"} +(7,1,1) = {" +a +a +G +b +e +t +g +g +g +H +u +g +b +G +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +"} +(8,1,1) = {" +a +a +G +b +i +u +b +g +l +g +t +e +b +G +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +"} +(9,1,1) = {" +a +a +G +b +o +v +g +b +g +g +e +b +b +G +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +"} +(10,1,1) = {" +a +a +G +b +g +u +b +g +g +g +y +e +b +G +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +"} +(11,1,1) = {" +a +a +G +b +b +g +t +g +g +t +g +g +b +G +a +a +a +a +a +a +a +a +a +a +a +b +b +b +b +a +"} +(12,1,1) = {" +a +a +G +G +b +e +g +g +g +g +g +g +b +G +a +a +a +a +a +a +a +a +a +a +b +b +M +i +b +b +"} +(13,1,1) = {" +a +a +a +G +b +b +g +g +l +g +g +b +b +G +a +a +a +a +a +a +a +a +a +b +b +e +u +Q +g +b +"} +(14,1,1) = {" +a +a +a +G +G +b +b +g +g +g +b +b +G +G +a +a +a +a +a +a +a +a +a +b +i +g +l +g +e +b +"} +(15,1,1) = {" +a +a +a +a +G +G +b +b +b +b +b +G +G +a +a +a +a +a +a +a +a +b +b +b +g +g +g +i +b +b +"} +(16,1,1) = {" +a +a +a +a +a +G +b +l +l +b +G +G +a +a +a +a +a +a +a +a +b +b +g +j +g +e +b +b +b +a +"} +(17,1,1) = {" +a +a +a +a +a +a +b +E +g +b +b +G +b +b +b +b +b +b +b +b +b +g +g +b +b +b +b +a +a +a +"} +(18,1,1) = {" +a +a +a +a +a +a +b +g +g +E +b +b +b +g +g +g +g +g +g +b +b +g +b +b +a +a +a +a +a +a +"} +(19,1,1) = {" +a +a +a +a +a +a +b +b +g +g +g +b +g +g +g +g +g +g +l +g +g +g +b +a +a +a +a +a +a +a +"} +(20,1,1) = {" +b +b +b +b +a +a +a +b +b +g +l +g +g +g +b +b +b +b +g +g +f +b +b +a +a +a +a +a +a +a +"} +(21,1,1) = {" +b +e +i +b +b +b +b +b +b +g +g +g +g +b +b +a +a +b +b +g +g +b +a +a +a +a +a +a +a +a +"} +(22,1,1) = {" +d +f +j +g +b +b +g +g +g +g +g +g +b +b +a +a +a +b +g +g +g +b +a +a +a +a +a +a +a +a +"} +(23,1,1) = {" +d +g +e +l +g +g +g +b +b +g +b +b +b +a +a +a +a +b +g +g +b +b +a +a +a +a +a +a +a +a +"} +(24,1,1) = {" +b +b +i +i +b +b +b +b +b +g +b +a +a +a +a +a +a +b +g +g +b +a +a +a +a +a +a +a +a +a +"} +(25,1,1) = {" +a +b +b +b +b +a +a +a +b +E +b +b +a +a +a +a +a +b +g +L +b +b +b +a +a +a +a +a +a +b +"} +(26,1,1) = {" +a +a +a +a +a +a +a +a +b +g +g +b +a +a +a +a +a +b +g +g +g +g +b +b +b +a +a +a +b +b +"} +(27,1,1) = {" +a +a +a +a +a +a +b +b +b +g +g +b +b +a +a +a +a +b +b +g +g +g +g +g +b +b +b +b +y +g +"} +(28,1,1) = {" +a +a +a +a +a +b +b +B +g +g +l +e +b +a +a +a +b +b +g +g +b +b +g +g +g +b +l +g +g +g +"} +(29,1,1) = {" +a +a +a +a +a +b +z +C +j +g +e +i +b +a +a +a +b +g +g +b +b +b +b +g +l +b +l +g +g +g +"} +(30,1,1) = {" +a +a +a +a +a +b +i +u +g +i +i +b +b +a +a +a +b +g +b +b +a +a +b +b +b +b +b +y +g +g +"} +(31,1,1) = {" +a +a +a +a +a +b +b +b +g +b +b +b +a +a +a +a +b +g +b +b +a +a +a +a +a +a +a +b +g +g +"} +(32,1,1) = {" +a +a +a +a +a +a +a +b +g +b +a +a +a +a +a +a +b +g +g +b +a +a +a +a +a +a +a +b +g +g +"} +(33,1,1) = {" +a +a +a +a +a +a +a +b +g +b +a +a +a +a +a +a +b +b +l +b +a +a +a +a +a +a +b +b +g +a +"} +(34,1,1) = {" +a +a +a +a +a +a +a +b +l +b +a +a +a +a +a +a +a +b +g +b +a +a +a +a +a +a +b +a +a +a +"} +(35,1,1) = {" +a +a +a +a +a +a +a +b +g +b +a +a +a +a +a +a +a +b +g +b +a +a +a +a +a +a +a +a +a +a +"} +(36,1,1) = {" +a +a +a +a +a +a +a +b +g +b +a +a +a +a +a +a +b +b +g +b +a +a +a +a +a +a +a +a +a +a +"} +(37,1,1) = {" +a +a +a +a +a +a +a +b +g +b +a +a +a +a +a +b +b +g +g +b +a +a +a +a +a +a +a +a +a +a +"} +(38,1,1) = {" +a +a +a +a +a +a +b +b +g +b +b +b +b +b +b +b +g +g +b +b +a +a +a +a +a +a +a +a +a +a +"} +(39,1,1) = {" +a +a +a +a +a +b +b +g +g +e +b +b +g +g +K +g +g +b +b +a +a +a +a +a +a +a +a +a +a +a +"} +(40,1,1) = {" +a +a +a +a +a +b +i +E +g +g +g +g +g +b +b +b +b +b +a +a +a +a +a +a +a +a +a +a +a +a +"} +(41,1,1) = {" +a +a +a +a +b +b +e +g +l +g +e +b +b +b +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +"} +(42,1,1) = {" +a +a +a +a +b +e +g +g +i +i +b +b +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +"} +(43,1,1) = {" +a +a +a +a +r +b +b +b +b +b +b +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +"} diff --git a/_maps/RandomRuins/RockRuins/rockplanet_boxsci.dmm b/_maps/RandomRuins/RockRuins/rockplanet_boxsci.dmm new file mode 100644 index 000000000000..1e3c1d7ce293 --- /dev/null +++ b/_maps/RandomRuins/RockRuins/rockplanet_boxsci.dmm @@ -0,0 +1,1085 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aj" = ( +/obj/structure/table, +/obj/item/mmi/syndie, +/obj/item/mmi/syndie, +/obj/item/mmi/syndie, +/turf/open/floor/plasteel/mono/dark, +/area/ruin/unpowered) +"aq" = ( +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"aH" = ( +/obj/structure/table, +/obj/item/retractor, +/turf/open/floor/plasteel/mono/dark, +/area/ruin/unpowered) +"aI" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters, +/turf/open/floor/plating, +/area/ruin/unpowered) +"aO" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/broken{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"bN" = ( +/obj/structure/table_frame, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"cp" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"cB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/mono/dark, +/area/ruin/unpowered) +"cY" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"et" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor, +/obj/structure/disposalpipe/broken{ + dir = 1 + }, +/turf/open/floor/engine, +/area/ruin/unpowered) +"fp" = ( +/obj/structure/table, +/obj/machinery/button/door{ + pixel_x = 6; + pixel_y = 25 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"fB" = ( +/obj/structure/frame/machine{ + anchored = 1 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/ruin/unpowered) +"fV" = ( +/obj/machinery/button/door{ + pixel_x = 6; + pixel_y = 25 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"gW" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"ha" = ( +/obj/structure/table_frame, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/ruin/unpowered) +"hK" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor, +/turf/open/floor/engine, +/area/ruin/unpowered) +"hN" = ( +/obj/machinery/door/airlock/security, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"hS" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/ruin/unpowered) +"iE" = ( +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/effect/decal/cleanable/dirt, +/obj/item/robot_suit/prebuilt, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"jk" = ( +/obj/effect/turf_decal/industrial/warning, +/obj/machinery/aug_manipulator, +/obj/machinery/light/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"ks" = ( +/obj/machinery/computer/rdconsole/core, +/obj/effect/decal/cleanable/dirt, +/obj/item/research_notes/loot/big, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"kz" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"lv" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/rust, +/area/ruin/unpowered) +"lE" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/circuit/red/telecomms, +/area/ruin/unpowered) +"ml" = ( +/obj/machinery/recharge_station, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"nm" = ( +/obj/structure/flora/rock/pile, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"nS" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/unpowered) +"oa" = ( +/turf/open/floor/plating/rust, +/area/ruin/unpowered) +"oh" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"oo" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/ruin/unpowered) +"oH" = ( +/obj/machinery/mech_bay_recharge_port{ + dir = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"oJ" = ( +/obj/machinery/computer/operating{ + dir = 1 + }, +/obj/effect/turf_decal/borderfloor, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/mono/dark, +/area/ruin/unpowered) +"oM" = ( +/obj/structure/table/optable, +/obj/effect/turf_decal/borderfloor, +/turf/open/floor/plasteel/mono/dark, +/area/ruin/unpowered) +"oY" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters, +/turf/open/floor/plating, +/area/ruin/unpowered) +"pz" = ( +/obj/effect/turf_decal/trimline/opaque/red/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"pO" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"ra" = ( +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"rm" = ( +/obj/structure/table, +/obj/item/circular_saw, +/obj/item/scalpel{ + pixel_y = 12 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/mono/dark, +/area/ruin/unpowered) +"rr" = ( +/obj/machinery/door/airlock/research, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"rB" = ( +/obj/structure/door_assembly/door_assembly_com{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ruin/unpowered) +"rQ" = ( +/obj/machinery/computer/mech_bay_power_console{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"rW" = ( +/obj/effect/mob_spawn/slime, +/turf/open/floor/engine, +/area/ruin/unpowered) +"sp" = ( +/obj/machinery/door/poddoor/shutters, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/ruin/unpowered) +"sO" = ( +/obj/machinery/light/broken/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/rust, +/area/ruin/unpowered) +"sR" = ( +/obj/machinery/light/directional/south, +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/obj/item/crowbar, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"tc" = ( +/obj/item/circuitboard/machine/rdserver, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ruin/unpowered) +"tF" = ( +/obj/effect/turf_decal/industrial/warning/corner, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/ruin/unpowered) +"tW" = ( +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/ruin/unpowered) +"uD" = ( +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"uE" = ( +/obj/effect/turf_decal/trimline/opaque/red/filled/line{ + dir = 1 + }, +/obj/structure/table_frame, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"uQ" = ( +/obj/effect/turf_decal/industrial/warning, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"uR" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"vc" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/latex, +/obj/item/razor, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/mono/dark, +/area/ruin/unpowered) +"wF" = ( +/obj/effect/turf_decal/rechargefloor, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"xq" = ( +/obj/structure/window/reinforced/spawner/west, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"yH" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/circuit/red/telecomms, +/area/ruin/unpowered) +"zv" = ( +/obj/structure/table_frame, +/turf/open/floor/plating, +/area/ruin/unpowered) +"zz" = ( +/obj/machinery/button/door{ + pixel_x = 6; + pixel_y = 25 + }, +/obj/machinery/light_switch{ + pixel_x = -7; + pixel_y = 25 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/rust, +/area/ruin/unpowered) +"Ap" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"AD" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/unpowered) +"AX" = ( +/obj/machinery/door/poddoor/shutters, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"BI" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"BV" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor{ + dir = 8 + }, +/turf/open/floor/engine, +/area/ruin/unpowered) +"Cq" = ( +/turf/template_noop, +/area/template_noop) +"Cu" = ( +/turf/open/floor/plating, +/area/ruin/unpowered) +"CR" = ( +/obj/machinery/door/poddoor, +/turf/open/floor/engine, +/area/ruin/unpowered) +"DJ" = ( +/obj/structure/girder/reinforced, +/turf/open/floor/plating, +/area/ruin/unpowered) +"DV" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/borderfloor, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/mono/dark, +/area/ruin/unpowered) +"ET" = ( +/obj/structure/table_frame, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"Fk" = ( +/obj/item/mine/pressure/explosive/shrapnel/live, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"FH" = ( +/obj/effect/turf_decal/trimline/opaque/red/filled/line{ + dir = 9 + }, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = -32 + }, +/obj/structure/closet/secure_closet/security/science, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"Gb" = ( +/obj/effect/turf_decal/borderfloor, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/mono/dark, +/area/ruin/unpowered) +"Gk" = ( +/obj/machinery/door/airlock/research, +/obj/machinery/door/poddoor/shutters{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"Hp" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/rnd/production/protolathe/department/science, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"HD" = ( +/obj/structure/table, +/obj/item/storage/box/bodybags, +/obj/item/pen, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/mono/dark, +/area/ruin/unpowered) +"Jg" = ( +/obj/structure/frame/machine{ + anchored = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/ruin/unpowered) +"Jx" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/ruin/unpowered) +"JY" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Kj" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"KZ" = ( +/obj/machinery/door/airlock/research, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"Lt" = ( +/obj/structure/girder/reinforced, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/ruin/unpowered) +"LG" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/circuit/red/telecomms, +/area/ruin/unpowered) +"LN" = ( +/obj/machinery/light/small/directional/west{ + brightness = 3 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ruin/unpowered) +"LZ" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/conveyor_switch/oneway, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"Mm" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"My" = ( +/obj/structure/table, +/obj/item/mmi/syndie, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"MG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"MQ" = ( +/turf/open/floor/engine, +/area/ruin/unpowered) +"Nf" = ( +/turf/open/floor/circuit/red/telecomms, +/area/ruin/unpowered) +"NP" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/ruin/unpowered) +"NV" = ( +/turf/closed/wall/r_wall/syndicate/nodiagonal, +/area/ruin/unpowered) +"Od" = ( +/obj/structure/table, +/obj/item/hemostat, +/obj/item/cautery{ + pixel_x = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Ol" = ( +/obj/machinery/mech_bay_recharge_port{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"Op" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Ox" = ( +/obj/structure/disposalpipe/trunk, +/obj/structure/disposaloutlet{ + dir = 1 + }, +/turf/open/floor/engine, +/area/ruin/unpowered) +"ON" = ( +/obj/machinery/mecha_part_fabricator, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"Pn" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"Qi" = ( +/obj/machinery/door/airlock/research{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"Qr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/unpowered) +"QM" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"QP" = ( +/obj/machinery/computer/mech_bay_power_console{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"Rg" = ( +/obj/structure/bodycontainer/morgue, +/obj/effect/turf_decal/borderfloor, +/turf/open/floor/plating, +/area/ruin/unpowered) +"RV" = ( +/obj/machinery/conveyor{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"SS" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Tl" = ( +/obj/structure/window/reinforced/spawner/west, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"Ts" = ( +/turf/closed/wall/r_wall/syndicate, +/area/ruin/unpowered) +"TF" = ( +/obj/structure/door_assembly/door_assembly_com, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Ub" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/ruin/unpowered) +"UH" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Vp" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"Vx" = ( +/obj/effect/turf_decal/trimline/opaque/red/filled/line{ + dir = 8 + }, +/obj/machinery/light/built/directional/west, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"VO" = ( +/obj/machinery/rnd/production/circuit_imprinter, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"VR" = ( +/obj/structure/disposalpipe/broken{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"WJ" = ( +/obj/machinery/light/small/broken/directional/east, +/turf/open/floor/plating, +/area/ruin/unpowered) +"WO" = ( +/obj/machinery/recharge_station, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"Xw" = ( +/obj/effect/turf_decal/rechargefloor, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"XI" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"Yd" = ( +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"Yj" = ( +/obj/machinery/door/window/eastright{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/rust, +/area/ruin/unpowered) +"YE" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/mono, +/area/ruin/unpowered) +"YK" = ( +/obj/structure/disposalpipe/broken, +/obj/machinery/light_switch{ + pixel_x = -25; + pixel_y = 8 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/ruin/unpowered) + +(1,1,1) = {" +NV +aO +Ts +Ts +Ts +Ts +Ts +Ts +Ts +Ts +NV +Cq +Cq +Cq +Cq +Cq +Cq +NV +Ts +Ts +Ts +NV +Cq +"} +(2,1,1) = {" +Ts +fV +Ol +wF +rQ +ml +Ts +vc +HD +Rg +NV +NV +Gk +NV +NV +NV +NV +NV +MQ +rW +MQ +Ts +ra +"} +(3,1,1) = {" +AX +Op +Nf +lv +LG +gW +Ts +Od +cB +Gb +NV +aq +Cu +NV +Jg +LN +Jg +NV +MQ +MQ +MQ +Ts +BV +"} +(4,1,1) = {" +AX +MG +lv +Nf +lv +sR +Ts +rm +lv +oM +Ts +Vp +Vp +NV +lE +tc +yH +NV +rW +MQ +MQ +MQ +hK +"} +(5,1,1) = {" +AX +Ap +LG +LG +LG +oa +Ts +aH +lv +oJ +Ts +oa +lv +NV +UH +rB +UH +NV +MQ +MQ +MQ +MQ +CR +"} +(6,1,1) = {" +KZ +Ap +oH +Xw +QP +WO +Ts +aj +cB +DV +Ts +aq +Vp +TF +Jx +lv +Jx +NV +MQ +MQ +MQ +Ox +et +"} +(7,1,1) = {" +Ts +Qi +kz +cY +cY +Ts +Ts +xq +Yj +Tl +Ts +lv +Vp +NV +Jx +NP +nS +NV +MQ +rW +MQ +Ts +BV +"} +(8,1,1) = {" +Ts +cp +QM +QM +VR +YK +Pn +XI +Vp +Vp +Ts +lv +Vp +NV +fB +WJ +ha +NV +MQ +MQ +MQ +Ts +ra +"} +(9,1,1) = {" +Ts +VO +Vp +tF +Kj +hS +Cu +LZ +lv +uD +Ts +Vp +Vp +NV +NV +NV +NV +NV +NV +DJ +Lt +NV +Cq +"} +(10,1,1) = {" +Ts +ks +lv +uQ +lv +tW +hS +ON +RV +sO +Ts +Vp +lv +NV +FH +Vx +Cu +ra +Cq +Cq +Cq +Cq +Cq +"} +(11,1,1) = {" +NV +Ts +fp +uQ +gW +NP +Jx +ET +RV +oh +NV +Vp +Vp +NV +zz +YE +tW +Fk +ra +Cq +Cq +Cq +Cq +"} +(12,1,1) = {" +ra +sp +oo +lv +tW +iE +gW +bN +iE +oh +AD +Vp +nS +hN +pz +nS +oa +ra +ra +ra +ra +Cq +Cq +"} +(13,1,1) = {" +ra +JY +Vp +nS +gW +Qr +gW +tW +lv +oh +rr +Vp +Vp +aI +uE +YE +tW +ra +ra +ra +Fk +Cq +Cq +"} +(14,1,1) = {" +ra +sp +pO +jk +ET +bN +bN +My +Yd +Hp +oY +lv +nS +aI +zv +Ub +tW +nm +Cq +Cq +Cq +Cq +Cq +"} +(15,1,1) = {" +ra +NV +NV +NV +NV +NV +Ts +BI +SS +NV +NV +Cu +oa +NV +Mm +Mm +uR +Cq +Cq +Cq +Cq +Cq +Cq +"} diff --git a/_maps/RandomRuins/RockRuins/rockplanet_crash.dmm b/_maps/RandomRuins/RockRuins/rockplanet_crash.dmm new file mode 100644 index 000000000000..43db217f9dcb --- /dev/null +++ b/_maps/RandomRuins/RockRuins/rockplanet_crash.dmm @@ -0,0 +1,2102 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"as" = ( +/obj/effect/spawner/structure/window/shuttle, +/obj/machinery/door/poddoor{ + id = "whiteship_bridge" + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"aH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"aS" = ( +/obj/structure/marker_beacon, +/obj/effect/decal/cleanable/blood/tracks, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"bl" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/catwalk/over/plated_catwalk, +/obj/structure/cable{ + icon_state = "1-2" + }, +/mob/living/simple_animal/hostile/hivebot/rapid/rockplanet, +/turf/open/floor/plating, +/area/ruin/unpowered) +"bC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/medical/glass, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"cb" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"cg" = ( +/obj/item/stack/ore/salvage/scraptitanium, +/turf/open/floor/plating, +/area/ruin/unpowered) +"cr" = ( +/obj/effect/decal/cleanable/blood, +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"ct" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/blue, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 4 + }, +/obj/machinery/airalarm/directional/south{ + pixel_y = -25 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"cD" = ( +/obj/structure/tank_dispenser/oxygen, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/brown, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"cZ" = ( +/obj/effect/turf_decal/corner/opaque/green{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/green, +/obj/machinery/hydroponics/constructable, +/turf/open/floor/plating, +/area/ruin/unpowered) +"dh" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"dj" = ( +/obj/machinery/computer/crew, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/corner/opaque/blue, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"dr" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 1 + }, +/turf/closed/wall/mineral/titanium, +/area/ruin/unpowered) +"ej" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 4 + }, +/obj/machinery/hydroponics/constructable, +/turf/open/floor/plating, +/area/ruin/unpowered) +"ex" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"eE" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/regular, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/blue, +/turf/open/floor/plating, +/area/ruin/unpowered) +"eG" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/obj/item/stack/ore/salvage/scraptitanium, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"eK" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"eX" = ( +/obj/machinery/atmospherics/components/unary/vent_pump{ + dir = 1 + }, +/obj/machinery/advanced_airlock_controller{ + dir = 8; + pixel_x = 25 + }, +/obj/item/flashlight/glowstick/red{ + on = 1 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"eZ" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/gibs/up, +/turf/open/floor/plating, +/area/ruin/unpowered) +"fg" = ( +/obj/structure/table, +/obj/structure/cable, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/blue, +/turf/open/floor/plating, +/area/ruin/unpowered) +"fE" = ( +/obj/effect/turf_decal/corner/opaque/blue, +/turf/open/floor/plating, +/area/ruin/unpowered) +"hj" = ( +/obj/effect/turf_decal/corner/opaque/solgovgold{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"hm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/barricade/wooden/crude, +/obj/machinery/door/airlock/command/glass{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"hs" = ( +/obj/structure/chair, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 1 + }, +/obj/machinery/airalarm/directional/north{ + pixel_y = 25 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"hw" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"hD" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/blood/gibs/old, +/turf/open/floor/plating, +/area/ruin/unpowered) +"hX" = ( +/obj/item/stack/ore/salvage/scraptitanium, +/obj/item/stack/ore/salvage/scraptitanium, +/turf/open/floor/plating, +/area/ruin/unpowered) +"ig" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood{ + icon_state = "floor5"; + pixel_x = -2 + }, +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"ij" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/flashlight/glowstick/red{ + on = 1 + }, +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/solgovgold{ + dir = 10 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"in" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"iK" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"iW" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/blood, +/obj/machinery/door/airlock/external{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"jU" = ( +/obj/structure/flora/rock/pile, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"kj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/barricade/wooden/crude, +/obj/effect/decal/cleanable/blood/tracks, +/obj/machinery/door/airlock/mining, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"kr" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"kE" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Crew Quarters" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"kF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"li" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 10 + }, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"lu" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "floor5"; + pixel_x = -2 + }, +/obj/effect/decal/cleanable/blood/gibs/limb, +/obj/structure/girder/displaced, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"lF" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/power/smes/shuttle/precharged{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner/west, +/turf/open/floor/plating, +/area/ruin/unpowered) +"lG" = ( +/obj/structure/closet/emcloset/anchored, +/obj/effect/decal/cleanable/blood, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"lZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/barricade/wooden/crude, +/obj/machinery/door/airlock/public/glass{ + name = "Crew Quarters" + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"mq" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -10; + pixel_y = 10 + }, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/item/trash/plate{ + pixel_x = -6; + pixel_y = -2 + }, +/obj/item/trash/plate{ + pixel_y = 12 + }, +/obj/item/trash/plate{ + pixel_x = 11; + pixel_y = 4 + }, +/obj/item/kitchen/fork{ + pixel_x = 12; + pixel_y = 3 + }, +/obj/item/kitchen/fork{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"mx" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"my" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"mN" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"nv" = ( +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/ruin/unpowered) +"nX" = ( +/obj/machinery/door/airlock/mining, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"ou" = ( +/obj/item/flashlight/glowstick/red{ + on = 1 + }, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"oA" = ( +/obj/structure/table, +/obj/machinery/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"oG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/mining, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"qg" = ( +/obj/structure/girder, +/turf/open/floor/plating, +/area/ruin/unpowered) +"qi" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/obj/item/flashlight/glowstick/red{ + on = 1 + }, +/mob/living/simple_animal/hostile/hivebot/strong/rockplanet, +/turf/open/floor/plating, +/area/ruin/unpowered) +"qS" = ( +/obj/structure/closet/emcloset/anchored, +/obj/effect/turf_decal/corner/opaque/brown, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 1 + }, +/obj/item/electronics/apc, +/turf/open/floor/plating, +/area/ruin/unpowered) +"rb" = ( +/obj/effect/decal/cleanable/plasma, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plating, +/area/ruin/unpowered) +"rf" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"rB" = ( +/obj/machinery/light/broken/directional/south, +/obj/effect/turf_decal/corner/opaque/blue, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"rH" = ( +/obj/effect/turf_decal/corner/opaque/solgovgold{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"sN" = ( +/obj/machinery/processor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"sX" = ( +/obj/machinery/light/broken/directional/west, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"sY" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 1 + }, +/obj/structure/sink{ + pixel_y = 20 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"tc" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"tX" = ( +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 4 + }, +/obj/machinery/airalarm/directional/north{ + pixel_y = 25 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"ua" = ( +/obj/effect/decal/cleanable/blood/tracks, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"ul" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"uo" = ( +/obj/machinery/door/airlock/external, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"uU" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder{ + pixel_y = 6 + }, +/obj/item/kitchen/knife{ + pixel_x = 16 + }, +/obj/item/kitchen/rollingpin{ + pixel_x = 8 + }, +/obj/item/storage/box/drinkingglasses{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/donkpockets, +/obj/effect/turf_decal/corner/opaque/green, +/turf/open/floor/plating, +/area/ruin/unpowered) +"va" = ( +/obj/effect/turf_decal/corner/opaque/green{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"vJ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"vO" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"vT" = ( +/obj/structure/table, +/obj/item/gps{ + gpstag = "NTREC1"; + pixel_x = -9; + pixel_y = 7 + }, +/obj/item/megaphone{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/corner/opaque/blue, +/turf/open/floor/plating, +/area/ruin/unpowered) +"wh" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"wn" = ( +/obj/machinery/light/broken/directional/east, +/obj/effect/turf_decal/corner/opaque/green, +/obj/machinery/hydroponics/constructable, +/turf/open/floor/plating, +/area/ruin/unpowered) +"wt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/medical/glass, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"ww" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "floor5"; + pixel_x = -2 + }, +/obj/effect/turf_decal/corner/opaque/solgovgold{ + dir = 5 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"wB" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plating, +/area/ruin/unpowered) +"wG" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"wH" = ( +/turf/open/floor/plating, +/area/ruin/unpowered) +"wM" = ( +/obj/structure/grille, +/turf/open/floor/plating, +/area/ruin/unpowered) +"xb" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating, +/area/ruin/unpowered) +"xo" = ( +/obj/item/ectoplasm, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/obj/item/flashlight/glowstick/red{ + on = 1 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"xt" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 1 + }, +/obj/item/flashlight/glowstick/red{ + on = 1 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"xI" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"xT" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/item/gun/energy/laser/retro, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"xY" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 5 + }, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"yb" = ( +/obj/structure/catwalk/over/plated_catwalk, +/turf/open/floor/plating, +/area/ruin/unpowered) +"zd" = ( +/obj/effect/spawner/structure/window/shuttle, +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/obj/machinery/door/poddoor{ + id = "whiteship_windows" + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"zo" = ( +/obj/effect/spawner/structure/window/shuttle, +/obj/machinery/door/poddoor{ + id = "whiteship_bridge"; + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"zF" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 6 + }, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"zP" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/obj/item/flashlight/glowstick/red{ + on = 1 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"Ao" = ( +/obj/machinery/power/smes/shuttle/precharged{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner/west, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Aw" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 8 + }, +/mob/living/simple_animal/hostile/hivebot/rapid/rockplanet, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"Ax" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/external{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"Ba" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"Bz" = ( +/obj/machinery/atmospherics/components/unary/vent_pump, +/obj/machinery/advanced_airlock_controller{ + dir = 8; + pixel_x = 25 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"BC" = ( +/obj/machinery/suit_storage_unit/atmos, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/brown, +/turf/open/floor/plating, +/area/ruin/unpowered) +"BV" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/effect/decal/cleanable/blood/tracks, +/obj/structure/catwalk/over/plated_catwalk, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "2-9" + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"BW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/corner/opaque/brown, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"BX" = ( +/obj/structure/table, +/obj/item/radio{ + pixel_x = 6; + pixel_y = 14 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/button/door{ + id = "whiteship_windows"; + name = "Windows Blast Door Control"; + pixel_x = -22; + pixel_y = -6 + }, +/obj/machinery/button/door{ + id = "whiteship_bridge"; + name = "Bridge Blast Door Control"; + pixel_x = -22; + pixel_y = 2 + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 4 + }, +/obj/item/areaeditor/shuttle, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Cm" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 1 + }, +/mob/living/simple_animal/hostile/hivebot/strong/rockplanet, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Dc" = ( +/obj/machinery/door/airlock/external, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"Dj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/external{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"Dr" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/girder, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Es" = ( +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"Ez" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"EQ" = ( +/obj/effect/spawner/structure/window/shuttle, +/obj/machinery/door/poddoor{ + id = "whiteship_windows" + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Fa" = ( +/obj/structure/table, +/obj/item/storage/firstaid/fire, +/obj/item/storage/firstaid/brute, +/obj/effect/turf_decal/corner/opaque/blue, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Fe" = ( +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 1 + }, +/obj/structure/ore_box, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Fn" = ( +/obj/structure/marker_beacon, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 5 + }, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"Ge" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Gz" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "floor5"; + pixel_x = -2 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/effect/decal/cleanable/blood/tracks, +/obj/effect/mob_spawn/human/corpse/damaged, +/mob/living/simple_animal/hostile/hivebot/range/rockplanet, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"GW" = ( +/obj/effect/turf_decal/corner/opaque/blue, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Hl" = ( +/obj/effect/turf_decal/corner/opaque/brown, +/obj/machinery/airalarm/directional/south{ + pixel_y = -25 + }, +/obj/structure/rack, +/obj/item/pickaxe/emergency, +/obj/item/pickaxe/emergency, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"Hm" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/blood, +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"Ht" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/corner/opaque/blue, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Hx" = ( +/obj/effect/decal/cleanable/blood/gibs/down, +/obj/effect/decal/cleanable/blood/tracks, +/obj/structure/catwalk/over/plated_catwalk, +/obj/structure/cable{ + icon_state = "0-1" + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"HD" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plating, +/area/ruin/unpowered) +"HE" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/obj/structure/marker_beacon, +/turf/open/floor/plating, +/area/ruin/unpowered) +"HW" = ( +/obj/structure/table, +/obj/item/healthanalyzer, +/obj/item/storage/firstaid/o2, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/blue, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 1 + }, +/obj/item/defibrillator/loaded, +/turf/open/floor/plating, +/area/ruin/unpowered) +"If" = ( +/obj/effect/decal/cleanable/blood, +/turf/closed/wall/mineral/titanium, +/area/ruin/unpowered) +"Iw" = ( +/obj/item/stack/sheet/mineral/titanium, +/obj/structure/girder/displaced, +/turf/open/floor/plating, +/area/ruin/unpowered) +"II" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/corner/opaque/brown, +/obj/item/flashlight/glowstick/red{ + on = 1 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"IO" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"IU" = ( +/obj/machinery/suit_storage_unit/atmos, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/brown, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"Jh" = ( +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"Jq" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood{ + icon_state = "floor5"; + pixel_x = -2 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"JE" = ( +/obj/machinery/power/shuttle/engine/electric{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"JX" = ( +/obj/machinery/computer/monitor{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/blue, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 1 + }, +/obj/item/radio/intercom/wideband/directional/north, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Ka" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/tracks, +/obj/structure/door_assembly/door_assembly_min{ + anchored = 1 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"KH" = ( +/obj/item/chainsaw, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating, +/area/ruin/unpowered) +"KV" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Lq" = ( +/obj/effect/decal/cleanable/blood/innards, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Lz" = ( +/obj/effect/turf_decal/corner/opaque/green{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/green, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"LK" = ( +/obj/structure/closet/secure_closet/freezer/fridge/open, +/obj/item/reagent_containers/food/snacks/meat/slab/synthmeat{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/reagent_containers/food/snacks/meat/slab/synthmeat{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/reagent_containers/food/snacks/meat/slab/synthmeat{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/reagent_containers/food/condiment/flour{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/reagent_containers/food/condiment/flour{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/corner/opaque/green, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Mn" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"Nr" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Nt" = ( +/turf/closed/wall/mineral/titanium, +/area/ruin/unpowered) +"Nu" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"On" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/blood, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/brown{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"OB" = ( +/obj/effect/turf_decal/corner/opaque/green{ + dir = 4 + }, +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"PU" = ( +/obj/item/pickaxe/rusted, +/obj/effect/gibspawner/human/bodypartless, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"QE" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable{ + icon_state = "4-10" + }, +/obj/effect/turf_decal/corner/opaque/solgovgold{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"QK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/obj/machinery/door/airlock/command/glass{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"QN" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/structure/cable{ + icon_state = "0-5" + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Rc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"Rq" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Ru" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/blood{ + icon_state = "floor5"; + pixel_x = -2 + }, +/obj/effect/turf_decal/corner/opaque/solgovgold{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"RY" = ( +/obj/effect/spawner/structure/window/shuttle, +/obj/machinery/door/poddoor{ + id = "whiteship_windows"; + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Sm" = ( +/obj/structure/girder, +/obj/item/stack/sheet/mineral/titanium, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Sq" = ( +/obj/machinery/power/port_gen/pacman, +/obj/structure/cable, +/turf/open/floor/plating, +/area/ruin/unpowered) +"SC" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/blood/gibs/old, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"SP" = ( +/obj/structure/marker_beacon, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"Tn" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/unpowered) +"TR" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/frame/computer{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/solgovgold, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"Up" = ( +/obj/effect/decal/cleanable/blood, +/mob/living/simple_animal/hostile/hivebot/rapid/rockplanet, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"Us" = ( +/obj/structure/flora/rock, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"UA" = ( +/obj/item/stack/ore/salvage/scraptitanium, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/robot_debris, +/turf/open/floor/plating, +/area/ruin/unpowered) +"UE" = ( +/obj/machinery/light/broken/directional/west, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/blue, +/turf/open/floor/plating, +/area/ruin/unpowered) +"UI" = ( +/obj/effect/spawner/structure/window/shuttle, +/obj/machinery/door/poddoor{ + id = "whiteship_bridge"; + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"UV" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/frame/machine, +/obj/item/stack/cable_coil/cut/red, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Vz" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/mob/living/simple_animal/hostile/hivebot/range/rockplanet, +/turf/open/floor/plating, +/area/ruin/unpowered) +"VK" = ( +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/solgovgold{ + dir = 5 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"VV" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"VX" = ( +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"Wh" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/blue, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"Wi" = ( +/obj/effect/spawner/structure/window/shuttle, +/obj/machinery/door/poddoor{ + id = "whiteship_windows"; + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Wm" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"WS" = ( +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"Xh" = ( +/obj/structure/table, +/obj/item/storage/bag/plants/portaseeder, +/obj/item/shovel/spade, +/obj/item/cultivator, +/obj/item/plant_analyzer, +/obj/item/reagent_containers/glass/bucket, +/obj/effect/turf_decal/corner/opaque/green, +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Xs" = ( +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"XI" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood, +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"XN" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating, +/area/ruin/unpowered) +"XV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/holopad/emergency/command{ + pixel_y = 16 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"Yp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"Zf" = ( +/turf/closed/mineral/random/rockplanet, +/area/overmap_encounter/planetoid/rockplanet/explored) +"Zg" = ( +/obj/structure/catwalk/over/plated_catwalk, +/obj/structure/cable{ + icon_state = "6-8" + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Zm" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/light/broken/directional/south, +/obj/effect/turf_decal/corner/opaque/blue, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating, +/area/ruin/unpowered) + +(1,1,1) = {" +Es +Es +Es +SP +jU +Es +Es +Nt +Dj +Ax +Nt +Es +Us +Es +SP +Es +Es +Es +"} +(2,1,1) = {" +Nt +JE +rb +JE +JE +Nt +jU +EQ +HE +KH +EQ +Es +Nt +JE +JE +JE +JE +Nt +"} +(3,1,1) = {" +qg +Ao +UV +Ao +lF +Nt +Es +EQ +xo +xb +EQ +Es +Dr +Ao +Ao +Ao +Ao +Nt +"} +(4,1,1) = {" +EQ +VK +vJ +ig +ij +wH +Es +EQ +SC +xb +EQ +Es +Nt +OB +Hm +XI +Xh +EQ +"} +(5,1,1) = {" +EQ +hD +Nu +Jq +TR +Nt +Es +Nt +mN +iW +Nt +Es +Nt +sY +VV +vO +oA +EQ +"} +(6,1,1) = {" +wM +ww +Zg +Lq +xb +If +Nt +nv +IO +Rq +nv +RY +Nt +hs +mq +tc +uU +EQ +"} +(7,1,1) = {" +HD +eZ +Gz +BV +Hx +Ka +ua +kj +zF +Jh +kE +Jh +lZ +Rc +cb +KV +sN +EQ +"} +(8,1,1) = {" +zd +rH +QN +lu +hj +nv +Wi +Nt +iK +XN +nv +RY +Nt +xt +Yp +Up +LK +EQ +"} +(9,1,1) = {" +EQ +QE +yb +Rq +Ru +Nt +Es +qg +eG +Jh +Nt +Es +Nt +wH +kr +xb +va +EQ +"} +(10,1,1) = {" +Nt +Ge +cr +bl +Sq +Sm +Es +EQ +Wm +Rq +EQ +Es +Nt +cZ +wn +ej +Lz +UA +"} +(11,1,1) = {" +Nt +cg +Sm +Nt +Nt +wH +Es +EQ +xI +hD +EQ +Es +Nt +qg +Nt +Nt +Iw +Dr +"} +(12,1,1) = {" +Es +Es +Es +SP +Es +ou +Es +hX +IO +KV +EQ +Es +Es +Es +SP +Es +Es +Es +"} +(13,1,1) = {" +Nt +Nt +Nt +Nt +Nt +Nt +Es +qg +zP +Ba +EQ +Es +Nt +Nt +Nt +Nt +Nt +Nt +"} +(14,1,1) = {" +Nt +IU +II +mx +qS +Nt +Es +Nt +Wm +dh +Nt +Es +Nt +lG +fE +Xs +Fa +EQ +"} +(15,1,1) = {" +nv +RY +xb +On +Hl +Nt +RY +nv +IO +xb +nv +Nt +Nt +tX +rB +nv +RY +nv +"} +(16,1,1) = {" +WS +Bz +hw +ul +BW +nX +Jh +oG +Mn +dh +bC +Jh +wt +kF +Wh +Dc +eX +uo +"} +(17,1,1) = {" +nv +nv +Tn +rf +Aw +Nt +RY +nv +Vz +dh +Nt +RY +nv +Cm +Zm +Nt +Nt +nv +"} +(18,1,1) = {" +Nt +BC +my +Fe +cD +Nt +Es +Nt +ex +Nr +dr +li +Nt +eE +wh +VX +HW +EQ +"} +(19,1,1) = {" +Nt +Nt +RY +Wi +Nt +Nt +Es +Nt +IO +Rq +Nt +eK +Nt +Nt +Wi +Wi +Nt +Nt +"} +(20,1,1) = {" +Es +Es +Es +Es +SP +Es +Es +Nt +Mn +Jh +Nt +xY +aS +li +Es +Es +Es +Zf +"} +(21,1,1) = {" +Zf +Es +Us +Es +Es +Es +Nt +Nt +QK +hm +nv +Nt +Us +eK +ou +Zf +Zf +Zf +"} +(22,1,1) = {" +Zf +Es +Es +jU +Es +Nt +Nt +BX +aH +in +fg +Nt +Nt +eK +Zf +Zf +Zf +Zf +"} +(23,1,1) = {" +Zf +Zf +Es +SP +Es +as +sX +wB +qi +XV +Ez +UE +as +Fn +PU +Es +SP +Es +"} +(24,1,1) = {" +Zf +Zf +Es +ou +Es +as +dj +wG +KV +Rq +Ht +ct +Nt +Es +jU +Zf +Zf +Es +"} +(25,1,1) = {" +Zf +Zf +Zf +Es +Es +Nt +Nt +JX +vT +xT +GW +Nt +Nt +Es +Zf +Zf +Zf +Zf +"} +(26,1,1) = {" +Zf +Zf +Zf +Zf +Es +Es +Nt +UI +UI +zo +Nt +Nt +Es +Es +Es +Es +Zf +Zf +"} diff --git a/_maps/RandomRuins/RockRuins/rockplanet_dangerpod.dmm b/_maps/RandomRuins/RockRuins/rockplanet_dangerpod.dmm new file mode 100644 index 000000000000..cf91b07b4072 --- /dev/null +++ b/_maps/RandomRuins/RockRuins/rockplanet_dangerpod.dmm @@ -0,0 +1,94 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/wall/mineral/titanium/survival/pod, +/area/overmap_encounter/planetoid/rockplanet/explored) +"c" = ( +/obj/machinery/smartfridge/survival_pod, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/dark, +/area/overmap_encounter/planetoid/rockplanet/explored) +"h" = ( +/mob/living/simple_animal/hostile/human/skeleton/plasmaminer/jackhammer, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/pod/dark, +/area/overmap_encounter/planetoid/rockplanet/explored) +"u" = ( +/obj/item/gps/computer, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/pod/dark, +/area/overmap_encounter/planetoid/rockplanet/explored) +"v" = ( +/obj/structure/fans, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/pod/dark, +/area/overmap_encounter/planetoid/rockplanet/explored) +"C" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/dark, +/area/overmap_encounter/planetoid/rockplanet/explored) +"M" = ( +/obj/structure/chair/comfy/grey/directional/west, +/obj/structure/tubes, +/obj/effect/decal/cleanable/blood/old, +/mob/living/simple_animal/hostile/mining_drone/rockplanet, +/turf/open/floor/pod/dark, +/area/overmap_encounter/planetoid/rockplanet/explored) +"Q" = ( +/obj/machinery/sleeper/survival_pod, +/obj/effect/mob_spawn/human/corpse/cargo_tech, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/dark, +/area/overmap_encounter/planetoid/rockplanet/explored) +"S" = ( +/obj/structure/bed/pod, +/obj/item/bedsheet/black, +/turf/open/floor/pod/dark, +/area/overmap_encounter/planetoid/rockplanet/explored) +"U" = ( +/obj/machinery/door/airlock/survival_pod, +/obj/structure/fans/tiny, +/turf/open/floor/pod/dark, +/area/overmap_encounter/planetoid/rockplanet/explored) +"Y" = ( +/obj/structure/table/survival_pod, +/obj/item/t_scanner/adv_mining_scanner, +/obj/item/instrument/guitar, +/turf/open/floor/pod/dark, +/area/overmap_encounter/planetoid/rockplanet/explored) + +(1,1,1) = {" +a +a +a +a +a +"} +(2,1,1) = {" +a +v +Q +Y +a +"} +(3,1,1) = {" +a +c +h +C +U +"} +(4,1,1) = {" +a +u +S +M +a +"} +(5,1,1) = {" +a +a +a +a +a +"} diff --git a/_maps/RandomRuins/RockRuins/rockplanet_harmfactory.dmm b/_maps/RandomRuins/RockRuins/rockplanet_harmfactory.dmm index 8a79949e34b1..8d9d02795d7d 100644 --- a/_maps/RandomRuins/RockRuins/rockplanet_harmfactory.dmm +++ b/_maps/RandomRuins/RockRuins/rockplanet_harmfactory.dmm @@ -152,7 +152,6 @@ icon_state = "1-2" }, /obj/effect/decal/remains/human, -/obj/item/clothing/neck/tie/red, /turf/open/floor/plasteel/patterned, /area/ruin/powered) "dU" = ( @@ -224,14 +223,14 @@ /turf/open/floor/plating, /area/ruin/powered) "fq" = ( -/obj/machinery/door/keycard/harmfactory/office, +/obj/machinery/door/keycard/stockroom, /turf/open/floor/plasteel/patterned/brushed, /area/ruin/powered) "fF" = ( +/obj/machinery/door/keycard/stockroom, /obj/structure/cable{ icon_state = "1-2" }, -/obj/machinery/door/keycard/harmfactory/office, /turf/open/floor/plating/rust, /area/ruin/powered) "fJ" = ( @@ -288,7 +287,7 @@ "gx" = ( /obj/structure/filingcabinet/employment, /obj/structure/safe/floor, -/obj/item/keycard/harmfactory/office, +/obj/item/keycard/office, /turf/open/floor/plating/rust, /area/ruin/powered) "gz" = ( @@ -304,14 +303,14 @@ /turf/open/floor/plating, /area/ruin/powered) "gP" = ( -/obj/machinery/door/keycard/harmfactory/stockroom, +/obj/machinery/door/keycard/office, /turf/open/floor/plasteel/patterned, /area/ruin/powered) "hf" = ( +/obj/machinery/door/keycard/office, /obj/structure/cable{ icon_state = "1-2" }, -/obj/machinery/door/keycard/harmfactory/stockroom, /turf/open/floor/plasteel/patterned, /area/ruin/powered) "hg" = ( @@ -371,15 +370,15 @@ /turf/closed/wall/r_wall/rust, /area/ruin/powered) "je" = ( -/obj/machinery/door/keycard/harmfactory, +/obj/machinery/door/keycard/entry, /turf/open/floor/plating, /area/ruin/powered) "jq" = ( /obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/keycard/entry, /obj/structure/cable{ icon_state = "1-2" }, -/obj/machinery/door/keycard/harmfactory, /turf/open/floor/plasteel/patterned, /area/ruin/powered) "jB" = ( @@ -431,14 +430,18 @@ /turf/open/floor/plating/rust, /area/ruin/powered) "kC" = ( -/obj/machinery/door/keycard/harmfactory/entry, +/obj/machinery/door/keycard{ + puzzle_id = "factory4" + }, /turf/open/floor/plasteel/patterned/brushed, /area/ruin/powered) "kI" = ( /obj/structure/cable{ icon_state = "1-2" }, -/obj/machinery/door/keycard/harmfactory/entry, +/obj/machinery/door/keycard{ + puzzle_id = "factory4" + }, /turf/open/floor/plating/rust, /area/ruin/powered) "kM" = ( @@ -1213,7 +1216,9 @@ /area/ruin/powered) "BQ" = ( /obj/structure/table/greyscale, -/obj/item/keycard/harmfactory, +/obj/item/keycard{ + puzzle_id = "factory4" + }, /turf/open/floor/engine, /area/ruin/powered) "BW" = ( @@ -1448,7 +1453,7 @@ /area/ruin/powered) "GO" = ( /obj/structure/table/greyscale, -/obj/item/keycard/harmfactory/stockroom, +/obj/item/keycard/stockroom, /turf/open/floor/engine, /area/ruin/powered) "GR" = ( @@ -1861,11 +1866,11 @@ /turf/open/floor/plasteel/patterned, /area/ruin/powered) "QK" = ( -/obj/machinery/conveyor/auto{ - dir = 1 - }, -/obj/item/keycard/harmfactory/entry, -/turf/open/floor/engine, +/obj/structure/cable, +/obj/item/keycard/entry, +/obj/machinery/light/dim/directional/north, +/obj/structure/grille, +/turf/open/floor/plating, /area/ruin/powered) "Rd" = ( /obj/effect/decal/cleanable/dirt/dust, @@ -3061,7 +3066,7 @@ mc px st vi -sN +QK te te te @@ -3105,7 +3110,7 @@ pC sx vi sN -QK +te te te Hs diff --git a/_maps/RandomRuins/RockRuins/rockplanet_heirophant.dmm b/_maps/RandomRuins/RockRuins/rockplanet_heirophant.dmm new file mode 100644 index 000000000000..20c0e7158a01 --- /dev/null +++ b/_maps/RandomRuins/RockRuins/rockplanet_heirophant.dmm @@ -0,0 +1,617 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/indestructible/riveted/hierophant, +/area/ruin/unpowered/hierophant) +"b" = ( +/turf/open/indestructible/hierophant, +/area/ruin/unpowered/hierophant) +"c" = ( +/obj/effect/light_emitter{ + set_cap = 3; + set_luminosity = 5 + }, +/turf/open/indestructible/hierophant, +/area/ruin/unpowered/hierophant) +"d" = ( +/mob/living/simple_animal/hostile/megafauna/hierophant, +/turf/open/indestructible/hierophant, +/area/ruin/unpowered/hierophant) +"e" = ( +/turf/open/indestructible/hierophant/two, +/area/ruin/unpowered/hierophant) +"f" = ( +/obj/effect/light_emitter{ + set_cap = 3; + set_luminosity = 5 + }, +/turf/open/indestructible/hierophant/two, +/area/ruin/unpowered/hierophant) +"m" = ( +/turf/open/floor/plating/asteroid/rockplanet, +/area/overmap_encounter/planetoid/rockplanet) +"s" = ( +/obj/effect/light_emitter{ + set_cap = 3; + set_luminosity = 5 + }, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/ruin/unpowered/hierophant) +"Z" = ( +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/ruin/unpowered/hierophant) + +(1,1,1) = {" +m +m +m +Z +Z +Z +b +a +a +Z +Z +a +a +a +a +a +Z +Z +Z +b +Z +Z +Z +"} +(2,1,1) = {" +m +m +Z +Z +Z +b +b +b +b +b +b +c +b +b +b +b +b +b +b +b +b +Z +Z +"} +(3,1,1) = {" +m +m +Z +Z +s +c +b +b +b +a +b +b +b +a +b +b +b +c +c +b +b +Z +Z +"} +(4,1,1) = {" +m +Z +Z +Z +Z +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +Z +Z +Z +"} +(5,1,1) = {" +m +Z +Z +Z +Z +a +b +b +Z +Z +b +c +b +b +b +c +b +a +a +b +s +Z +Z +"} +(6,1,1) = {" +m +Z +Z +Z +Z +a +b +c +b +b +b +c +b +b +b +c +b +a +a +b +s +Z +Z +"} +(7,1,1) = {" +m +Z +Z +Z +Z +Z +Z +Z +Z +e +e +e +e +e +e +e +e +b +b +b +Z +Z +Z +"} +(8,1,1) = {" +Z +Z +Z +Z +s +s +Z +Z +e +a +e +e +e +a +e +e +e +c +c +b +Z +Z +Z +"} +(9,1,1) = {" +Z +Z +Z +Z +Z +Z +Z +Z +e +e +e +f +e +e +e +e +e +b +b +Z +Z +Z +a +"} +(10,1,1) = {" +Z +Z +Z +Z +Z +Z +Z +Z +e +e +e +e +e +e +e +a +e +b +b +Z +a +Z +a +"} +(11,1,1) = {" +Z +Z +Z +Z +Z +Z +Z +Z +e +e +b +b +b +e +e +e +e +b +b +Z +Z +Z +m +"} +(12,1,1) = {" +Z +s +Z +Z +Z +s +Z +Z +f +e +b +d +b +e +f +e +e +c +c +Z +Z +Z +m +"} +(13,1,1) = {" +Z +Z +Z +Z +Z +Z +Z +Z +e +e +b +b +b +e +e +e +e +b +b +Z +Z +Z +m +"} +(14,1,1) = {" +Z +Z +Z +Z +Z +Z +e +a +e +e +e +e +e +e +e +a +e +b +b +Z +Z +Z +m +"} +(15,1,1) = {" +Z +Z +Z +Z +Z +Z +e +e +e +e +e +f +e +e +e +e +e +b +b +Z +Z +Z +m +"} +(16,1,1) = {" +a +Z +Z +Z +s +c +e +e +e +a +e +e +e +a +e +e +e +c +c +b +Z +Z +m +"} +(17,1,1) = {" +Z +Z +Z +Z +Z +b +e +e +e +e +e +e +e +e +e +e +e +b +b +b +Z +Z +m +"} +(18,1,1) = {" +Z +Z +s +Z +a +a +b +c +b +b +b +c +b +b +b +c +b +a +a +b +c +Z +m +"} +(19,1,1) = {" +Z +Z +s +Z +a +Z +b +c +b +b +b +c +b +b +b +c +b +a +a +b +c +Z +Z +"} +(20,1,1) = {" +Z +Z +Z +Z +Z +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +Z +"} +(21,1,1) = {" +Z +Z +Z +Z +s +c +b +b +b +a +b +b +b +a +b +b +b +c +c +b +b +b +a +"} +(22,1,1) = {" +Z +Z +Z +Z +Z +Z +b +b +b +b +b +c +b +b +b +b +b +b +b +b +b +b +a +"} +(23,1,1) = {" +a +a +Z +Z +Z +Z +Z +a +a +a +a +a +a +a +a +a +Z +Z +Z +b +a +a +a +"} diff --git a/_maps/RandomRuins/RockRuins/rockplanet_house.dmm b/_maps/RandomRuins/RockRuins/rockplanet_house.dmm new file mode 100644 index 000000000000..7c13fbf7bd25 --- /dev/null +++ b/_maps/RandomRuins/RockRuins/rockplanet_house.dmm @@ -0,0 +1,151 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/wall/rust, +/area/ruin/unpowered) +"g" = ( +/obj/machinery/door/airlock/wood{ + dir = 4 + }, +/obj/structure/barricade/wooden, +/turf/open/floor/wood, +/area/ruin/unpowered) +"h" = ( +/obj/structure/table/wood, +/obj/item/gun/ballistic/automatic/pistol/candor, +/obj/item/ammo_box/magazine/m45, +/obj/effect/gibspawner/human/bodypartless, +/obj/item/ammo_box/magazine/m45, +/turf/open/floor/carpet/donk, +/area/ruin/unpowered) +"m" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/turf/open/floor/wood, +/area/ruin/unpowered) +"r" = ( +/obj/structure/fireplace, +/turf/open/floor/wood, +/area/ruin/unpowered) +"u" = ( +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/ruin/unpowered) +"x" = ( +/obj/structure/table/wood, +/obj/machinery/computer/security/wooden_tv, +/turf/open/floor/carpet, +/area/ruin/unpowered) +"y" = ( +/obj/structure/chair/sofa/brown/right/directional/east, +/turf/open/floor/carpet, +/area/ruin/unpowered) +"A" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/barricade/wooden/crude, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/ruin/unpowered) +"H" = ( +/turf/open/floor/wood, +/area/ruin/unpowered) +"L" = ( +/turf/open/floor/carpet, +/area/ruin/unpowered) +"M" = ( +/obj/structure/chair/wood/wings{ + dir = 4 + }, +/turf/open/floor/carpet/donk, +/area/ruin/unpowered) +"O" = ( +/obj/structure/chair/sofa/brown/directional/east, +/turf/open/floor/carpet, +/area/ruin/unpowered) +"V" = ( +/obj/structure/chair/sofa/brown/left/directional/east, +/turf/open/floor/carpet, +/area/ruin/unpowered) +"X" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Z" = ( +/obj/structure/chair/wood/wings{ + dir = 8 + }, +/obj/effect/mob_spawn/human/engineer, +/turf/open/floor/carpet/donk, +/area/ruin/unpowered) + +(1,1,1) = {" +a +a +a +a +g +a +a +"} +(2,1,1) = {" +a +M +H +H +H +m +X +"} +(3,1,1) = {" +A +h +H +H +H +H +X +"} +(4,1,1) = {" +a +Z +H +H +H +H +X +"} +(5,1,1) = {" +a +H +H +V +O +y +a +"} +(6,1,1) = {" +a +r +H +L +L +L +a +"} +(7,1,1) = {" +a +u +u +L +x +L +a +"} +(8,1,1) = {" +a +a +a +X +a +a +a +"} diff --git a/_maps/RandomRuins/RockRuins/rockplanet_miningexpedition.dmm b/_maps/RandomRuins/RockRuins/rockplanet_miningexpedition.dmm new file mode 100644 index 000000000000..83e80f79a4a3 --- /dev/null +++ b/_maps/RandomRuins/RockRuins/rockplanet_miningexpedition.dmm @@ -0,0 +1,1073 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ai" = ( +/mob/living/simple_animal/hostile/asteroid/goliath{ + dir = 4 + }, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"an" = ( +/obj/machinery/door/airlock{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/ruin/rockplanet/syndicate) +"bs" = ( +/obj/structure/barricade/sandbags, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"bB" = ( +/obj/structure/sign/poster/contraband/steppyflag, +/turf/closed/wall/r_wall/rust, +/area/ruin/rockplanet/syndicate) +"dk" = ( +/obj/structure/ore_box, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"dz" = ( +/obj/structure/chair/plastic{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"fL" = ( +/obj/item/kinetic_crusher, +/obj/effect/decal/cleanable/blood, +/obj/effect/gibspawner/human, +/obj/item/clothing/suit/space/hardsuit/mining, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"gN" = ( +/obj/structure/sign/poster/contraband/tools, +/turf/closed/wall/r_wall/rust, +/area/ruin/rockplanet/syndicate) +"js" = ( +/obj/item/chair, +/obj/effect/decal/cleanable/blood, +/obj/item/gun/ballistic/automatic/pistol/candor{ + pixel_y = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/ruin/rockplanet/syndicate) +"lg" = ( +/obj/structure/table, +/obj/machinery/microwave, +/turf/open/floor/plasteel/grimy, +/area/ruin/rockplanet/syndicate) +"ll" = ( +/turf/open/floor/plating/rust, +/area/overmap_encounter/planetoid/rockplanet/explored) +"mf" = ( +/obj/structure/bed, +/obj/machinery/light/broken/directional/west, +/turf/open/floor/plasteel/grimy, +/area/ruin/rockplanet/syndicate) +"mk" = ( +/turf/open/floor/plasteel/grimy, +/area/ruin/rockplanet/syndicate) +"nn" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/mining, +/turf/open/floor/plasteel/mono/dark, +/area/ruin/rockplanet/syndicate) +"ov" = ( +/obj/structure/sign/warning/gasmask, +/turf/closed/wall/r_wall/rust, +/area/ruin/rockplanet/syndicate) +"pl" = ( +/turf/open/floor/plasteel/rockvault, +/area/ruin/rockplanet/syndicate) +"qj" = ( +/mob/living/simple_animal/hostile/netherworld/blankbody{ + desc = "What seems to be the remnants of what was once a human."; + name = "Turned" + }, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"ro" = ( +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plasteel/mono/dark, +/area/ruin/rockplanet/syndicate) +"rr" = ( +/obj/structure/sign/warning/xeno_mining, +/turf/closed/wall/r_wall/rust, +/area/ruin/rockplanet/syndicate) +"rY" = ( +/mob/living/simple_animal/hostile/netherworld/blankbody{ + desc = "What seems to be the remnants of what was once a human."; + name = "Turned" + }, +/turf/open/floor/plasteel/grimy, +/area/ruin/rockplanet/syndicate) +"sj" = ( +/obj/machinery/computer/mech_bay_power_console{ + dir = 8 + }, +/turf/open/floor/plasteel/rockvault, +/area/ruin/rockplanet/syndicate) +"sJ" = ( +/obj/effect/gibspawner/human, +/turf/open/floor/plasteel/grimy, +/area/ruin/rockplanet/syndicate) +"sM" = ( +/obj/structure/flora/rock/pile, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"sP" = ( +/mob/living/simple_animal/hostile/human/skeleton/plasmaminer, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"tN" = ( +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"ub" = ( +/obj/machinery/computer{ + dir = 8 + }, +/turf/open/floor/plasteel/rockvault, +/area/ruin/rockplanet/syndicate) +"ug" = ( +/obj/machinery/suit_storage_unit/mining, +/turf/open/floor/plasteel/mono, +/area/ruin/rockplanet/syndicate) +"uq" = ( +/obj/machinery/suit_storage_unit/open, +/turf/open/floor/plasteel/mono, +/area/ruin/rockplanet/syndicate) +"ur" = ( +/obj/structure/flora/rock, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"vK" = ( +/obj/machinery/door/airlock/mining, +/obj/structure/fans/tiny, +/turf/open/floor/plasteel/mono/dark, +/area/ruin/rockplanet/syndicate) +"wY" = ( +/obj/structure/table, +/obj/item/stack/sheet/cardboard, +/turf/open/floor/plasteel/grimy, +/area/ruin/rockplanet/syndicate) +"yv" = ( +/turf/open/floor/plasteel/mono/dark, +/area/ruin/rockplanet/syndicate) +"yz" = ( +/obj/structure/sign/poster/official/no_erp, +/turf/closed/wall/r_wall/rust, +/area/ruin/rockplanet/syndicate) +"yT" = ( +/obj/machinery/mineral/ore_redemption, +/turf/open/floor/plasteel/rockvault, +/area/ruin/rockplanet/syndicate) +"yZ" = ( +/turf/closed/mineral/random/rockplanet, +/area/overmap_encounter/planetoid/rockplanet/explored) +"BR" = ( +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plasteel/rockvault, +/area/ruin/rockplanet/syndicate) +"Ch" = ( +/obj/machinery/vending/mining_equipment, +/turf/open/floor/plasteel/mono, +/area/ruin/rockplanet/syndicate) +"CL" = ( +/obj/structure/sign/poster/random, +/turf/closed/wall/r_wall/rust, +/area/ruin/rockplanet/syndicate) +"CX" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/machinery/light/broken/directional/east, +/turf/open/floor/plasteel/mono, +/area/ruin/rockplanet/syndicate) +"Du" = ( +/obj/structure/sign/poster/contraband/space_up, +/turf/closed/wall/r_wall/rust, +/area/ruin/rockplanet/syndicate) +"Fl" = ( +/obj/structure/bed, +/obj/effect/gibspawner/human/bodypartless, +/turf/open/floor/plasteel/grimy, +/area/ruin/rockplanet/syndicate) +"Gc" = ( +/mob/living/simple_animal/hostile/asteroid/goliath, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"Gh" = ( +/obj/structure/tank_dispenser/oxygen, +/turf/open/floor/plasteel/mono, +/area/ruin/rockplanet/syndicate) +"HW" = ( +/obj/machinery/light/broken/directional/east, +/turf/open/floor/plasteel/grimy, +/area/ruin/rockplanet/syndicate) +"Jz" = ( +/obj/effect/decal/cleanable/blood, +/mob/living/simple_animal/hostile/netherworld/blankbody{ + desc = "What seems to be the remnants of what was once a human."; + name = "Turned" + }, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"JC" = ( +/obj/item/weldingtool, +/obj/effect/decal/cleanable/blood/gibs/up, +/turf/open/floor/plasteel/rockvault, +/area/ruin/rockplanet/syndicate) +"LZ" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plasteel/grimy, +/area/ruin/rockplanet/syndicate) +"Mh" = ( +/obj/structure/bed, +/turf/open/floor/plasteel/grimy, +/area/ruin/rockplanet/syndicate) +"NV" = ( +/obj/machinery/light/broken/directional/south, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plasteel/rockvault, +/area/ruin/rockplanet/syndicate) +"OB" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plasteel/grimy, +/area/ruin/rockplanet/syndicate) +"OQ" = ( +/obj/effect/turf_decal/dept/mining, +/turf/open/floor/plasteel/mono/dark, +/area/ruin/rockplanet/syndicate) +"Pk" = ( +/obj/item/reagent_containers/food/drinks/beer/light, +/obj/item/cigbutt{ + pixel_x = -10; + pixel_y = -7 + }, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"Pn" = ( +/obj/item/reagent_containers/food/snacks/donkpocket/warm/berry, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plasteel/grimy, +/area/ruin/rockplanet/syndicate) +"Pz" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plasteel/rockvault, +/area/ruin/rockplanet/syndicate) +"PJ" = ( +/obj/structure/table/wood, +/obj/item/toy/cards/deck{ + pixel_x = 3; + pixel_y = 6 + }, +/turf/open/floor/plasteel/grimy, +/area/ruin/rockplanet/syndicate) +"PK" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/stack/ore/plasma{ + amount = 8 + }, +/turf/open/floor/plasteel/rockvault, +/area/ruin/rockplanet/syndicate) +"Qo" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/mob_spawn/human/miner, +/obj/item/pickaxe, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"Qr" = ( +/obj/effect/turf_decal/rechargefloor, +/obj/structure/mecha_wreckage/ripley, +/turf/open/floor/plasteel/rockvault, +/area/ruin/rockplanet/syndicate) +"QR" = ( +/mob/living/simple_animal/bot/mulebot, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"Rk" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"SC" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/soda_cans/cola{ + pixel_x = 8; + pixel_y = 5 + }, +/obj/item/toy/figure/miner{ + pixel_x = -5 + }, +/obj/machinery/light/broken/directional/east, +/turf/open/floor/plasteel/grimy, +/area/ruin/rockplanet/syndicate) +"Uu" = ( +/obj/machinery/light/broken/directional/north, +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plasteel/rockvault, +/area/ruin/rockplanet/syndicate) +"Vw" = ( +/turf/closed/wall/r_wall/rust, +/area/ruin/rockplanet/syndicate) +"VL" = ( +/obj/machinery/mech_bay_recharge_port{ + dir = 2 + }, +/turf/open/floor/plasteel/rockvault, +/area/ruin/rockplanet/syndicate) +"VM" = ( +/obj/item/chair{ + dir = 8 + }, +/turf/open/floor/plasteel/grimy, +/area/ruin/rockplanet/syndicate) +"Wf" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/clothing/glasses/material/mining/gar, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"Wv" = ( +/obj/structure/marker_beacon, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"Wz" = ( +/obj/item/broken_bottle, +/obj/effect/decal/cleanable/blood/gibs/body, +/turf/open/floor/plasteel/grimy, +/area/ruin/rockplanet/syndicate) +"YN" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/bed, +/turf/open/floor/plasteel/grimy, +/area/ruin/rockplanet/syndicate) +"YS" = ( +/obj/machinery/door/airlock/mining{ + dir = 8 + }, +/turf/open/floor/plasteel/rockvault, +/area/ruin/rockplanet/syndicate) +"YW" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) + +(1,1,1) = {" +yZ +yZ +yZ +yZ +Vw +Vw +yz +Vw +Vw +Vw +Vw +Vw +yZ +yZ +yZ +yZ +ll +ll +ll +ll +yZ +yZ +"} +(2,1,1) = {" +yZ +tN +yZ +yZ +Vw +mk +Mh +Mh +mf +Mh +Fl +bB +Vw +Vw +Vw +yZ +tN +bs +bs +tN +yZ +yZ +"} +(3,1,1) = {" +yZ +Gc +sM +yZ +Vw +YN +rY +sJ +mk +mk +LZ +Vw +ug +uq +ug +rr +Wv +tN +tN +tN +tN +Wv +"} +(4,1,1) = {" +yZ +tN +Rk +yZ +Vw +Mh +mk +mk +mk +mk +mk +vK +yv +ro +OQ +nn +tN +tN +bs +tN +tN +tN +"} +(5,1,1) = {" +yZ +yZ +Qo +yZ +Vw +YN +mk +VM +LZ +mk +mk +Vw +Gh +CX +Ch +ov +tN +tN +bs +tN +ll +yZ +"} +(6,1,1) = {" +yZ +ll +Rk +yZ +Vw +mk +mk +mk +SC +sJ +rY +CL +Vw +Vw +Vw +Pk +dz +tN +tN +tN +yZ +yZ +"} +(7,1,1) = {" +yZ +ll +ai +yZ +Vw +Vw +an +Vw +Du +Vw +Vw +Vw +ll +ll +ll +tN +tN +tN +sM +tN +tN +bs +"} +(8,1,1) = {" +yZ +yZ +tN +yZ +Vw +js +Wz +Vw +yZ +yZ +yZ +yZ +ll +tN +tN +tN +tN +dk +ll +bs +Wv +tN +"} +(9,1,1) = {" +yZ +yZ +tN +yZ +CL +PJ +mk +Vw +Vw +Vw +yZ +ll +ll +tN +tN +bs +bs +bs +ll +yZ +yZ +yZ +"} +(10,1,1) = {" +yZ +yZ +tN +yZ +Vw +OB +Pn +rY +lg +Vw +yZ +ll +tN +tN +tN +tN +Wv +ll +ll +yZ +yZ +yZ +"} +(11,1,1) = {" +yZ +yZ +tN +ll +Vw +mk +HW +mk +wY +Vw +ll +ll +tN +tN +tN +tN +tN +tN +tN +sM +tN +tN +"} +(12,1,1) = {" +yZ +ll +tN +ur +Vw +Vw +gN +Vw +Vw +Vw +ll +ll +ll +tN +tN +tN +tN +tN +tN +tN +tN +Wv +"} +(13,1,1) = {" +yZ +ll +Wv +tN +tN +YW +YW +Wv +sP +tN +tN +ll +tN +tN +ur +tN +tN +ll +ll +yZ +yZ +yZ +"} +(14,1,1) = {" +yZ +ll +tN +ll +tN +YW +tN +tN +tN +tN +tN +tN +tN +tN +tN +tN +tN +ll +ll +yZ +yZ +yZ +"} +(15,1,1) = {" +yZ +ll +tN +ll +yZ +yZ +yZ +ll +ll +tN +sM +tN +tN +tN +tN +yZ +yZ +yZ +yZ +yZ +yZ +yZ +"} +(16,1,1) = {" +yZ +yZ +tN +yZ +yZ +yZ +yZ +ll +ll +tN +tN +tN +tN +tN +Wv +Rk +tN +tN +tN +Rk +tN +yZ +"} +(17,1,1) = {" +yZ +yZ +tN +yZ +yZ +yZ +yZ +ll +tN +tN +tN +tN +ll +ll +yZ +yZ +yZ +yZ +yZ +tN +Jz +yZ +"} +(18,1,1) = {" +yZ +yZ +tN +yZ +yZ +yZ +yZ +ll +tN +QR +tN +ll +ll +ll +ll +yZ +yZ +yZ +yZ +yZ +yZ +yZ +"} +(19,1,1) = {" +yZ +yZ +tN +yZ +yZ +yZ +yZ +ll +tN +tN +tN +tN +tN +Wv +tN +tN +tN +tN +tN +tN +Wv +tN +"} +(20,1,1) = {" +yZ +ll +tN +yZ +yZ +yZ +ll +ll +tN +tN +Rk +ll +yZ +yZ +yZ +yZ +yZ +yZ +yZ +yZ +yZ +yZ +"} +(21,1,1) = {" +yZ +tN +tN +yZ +yZ +yZ +ll +ll +tN +tN +tN +tN +ll +yZ +yZ +yZ +yZ +yZ +yZ +yZ +yZ +yZ +"} +(22,1,1) = {" +yZ +tN +yZ +yZ +yZ +yZ +ll +ll +tN +tN +tN +tN +tN +tN +tN +tN +Wv +tN +tN +tN +tN +tN +"} +(23,1,1) = {" +yZ +tN +yZ +yZ +yZ +yZ +ll +ll +tN +sM +tN +qj +tN +tN +ll +yZ +yZ +yZ +sM +ll +tN +ll +"} +(24,1,1) = {" +yZ +tN +yZ +yZ +yZ +yZ +ll +Wv +Rk +tN +tN +Rk +tN +yZ +yZ +yZ +yZ +yZ +yZ +yZ +tN +ll +"} +(25,1,1) = {" +yZ +tN +tN +yZ +yZ +yZ +tN +tN +tN +tN +tN +tN +tN +yZ +yZ +tN +tN +yZ +yZ +yZ +tN +yZ +"} +(26,1,1) = {" +yZ +yZ +tN +yZ +yZ +ll +tN +Vw +YS +Vw +Vw +Vw +Vw +yZ +tN +sM +Wf +tN +tN +ll +Rk +yZ +"} +(27,1,1) = {" +yZ +yZ +Wv +yZ +yZ +ll +tN +Vw +Pz +pl +yT +PK +Vw +ll +ll +tN +tN +tN +tN +Wv +tN +yZ +"} +(28,1,1) = {" +yZ +yZ +tN +yZ +yZ +ll +tN +Vw +Uu +JC +BR +NV +CL +ll +tN +qj +tN +tN +fL +tN +tN +yZ +"} +(29,1,1) = {" +ll +ll +tN +ll +yZ +yZ +tN +Vw +VL +Qr +sj +ub +Vw +ll +tN +tN +Rk +dk +tN +sM +ll +yZ +"} +(30,1,1) = {" +ll +ll +tN +ll +yZ +yZ +Wv +Vw +Vw +Vw +Vw +Vw +Vw +ll +Wv +ll +yZ +yZ +yZ +yZ +yZ +yZ +"} diff --git a/_maps/RandomRuins/RockRuins/rockplanet_pioneer.dmm b/_maps/RandomRuins/RockRuins/rockplanet_pioneer.dmm new file mode 100644 index 000000000000..4dba77052239 --- /dev/null +++ b/_maps/RandomRuins/RockRuins/rockplanet_pioneer.dmm @@ -0,0 +1,96 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"b" = ( +/obj/effect/decal/remains/human, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"f" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 10 + }, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"k" = ( +/obj/item/pizzabox, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"l" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"t" = ( +/obj/structure/flora/rock, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"I" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 8 + }, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"M" = ( +/obj/item/clothing/neck/tie/red, +/obj/item/clothing/shoes/laceup, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"R" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 5 + }, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) + +(1,1,1) = {" +b +a +a +"} +(2,1,1) = {" +M +t +a +"} +(3,1,1) = {" +k +I +a +"} +(4,1,1) = {" +a +l +a +"} +(5,1,1) = {" +a +I +a +"} +(6,1,1) = {" +a +I +a +"} +(7,1,1) = {" +a +l +a +"} +(8,1,1) = {" +a +I +a +"} +(9,1,1) = {" +a +R +f +"} +(10,1,1) = {" +a +a +l +"} diff --git a/_maps/RandomRuins/RockRuins/rockplanet_saloon.dmm b/_maps/RandomRuins/RockRuins/rockplanet_saloon.dmm new file mode 100644 index 000000000000..3b597c46f4e4 --- /dev/null +++ b/_maps/RandomRuins/RockRuins/rockplanet_saloon.dmm @@ -0,0 +1,2430 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/obj/structure/chair/stool/bar{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/ruin/unpowered) +"al" = ( +/obj/structure/barricade/wooden, +/obj/item/shard, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/unpowered) +"an" = ( +/obj/structure/table/wood, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/unpowered) +"aJ" = ( +/obj/structure/table/wood/fancy/red_gold, +/obj/item/toy/cards/deck/syndicate, +/turf/open/floor/carpet/nanoweave, +/area/ruin/unpowered) +"bi" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/small{ + pixel_x = -2; + pixel_y = 4 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/ruin/unpowered) +"bC" = ( +/obj/effect/decal/cleanable/blood/old{ + icon_state = "floor3-old" + }, +/obj/item/reagent_containers/hypospray/medipen{ + desc = "A rapid and safe way to stabilize patients in critical condition for personnel without advanced medical knowledge. Contains a powerful preservative that can delay decomposition when applied to a dead body. This one is spent."; + icon_state = "medipen0"; + list_reagents = null; + name = "spent epinephrine medipen"; + pixel_x = 3; + pixel_y = -8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + color = "#543C30"; + dir = 4 + }, +/turf/open/floor/wood/walnut, +/area/ruin/unpowered) +"bK" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/tequila{ + pixel_x = -6; + pixel_y = 10 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"cf" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood{ + icon_state = "wood-broken3" + }, +/area/ruin/unpowered) +"ch" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"ci" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood{ + icon_state = "wood-broken4" + }, +/area/ruin/unpowered) +"cr" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/small{ + pixel_x = 1; + pixel_y = 3 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"cH" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken2" + }, +/area/ruin/unpowered) +"dw" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood/end, +/turf/open/floor/plasteel/grimy, +/area/ruin/unpowered) +"dF" = ( +/obj/effect/decal/cleanable/blood/old{ + icon_state = "floor5-old" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + color = "#543C30"; + dir = 6 + }, +/turf/open/floor/wood/walnut{ + icon_state = "wood-broken" + }, +/area/ruin/unpowered) +"dP" = ( +/mob/living/simple_animal/hostile/netherworld/migo, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"dS" = ( +/mob/living/simple_animal/hostile/mining_drone/rockplanet, +/turf/open/floor/plating/asteroid/rockplanet/cracked/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"dW" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/shaker{ + pixel_x = -6; + pixel_y = 10 + }, +/obj/item/reagent_containers/glass/rag{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/unpowered) +"dZ" = ( +/obj/structure/railing{ + color = "#BA8C63" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood, +/area/overmap_encounter/planetoid/rockplanet/explored) +"ei" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood{ + icon_state = "wood-broken4" + }, +/area/ruin/unpowered) +"eF" = ( +/obj/structure/table/wood, +/obj/item/trash/plate{ + pixel_y = 2 + }, +/obj/item/candle{ + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken2" + }, +/area/ruin/unpowered) +"eJ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"eM" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"eS" = ( +/obj/item/chair/wood, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"eX" = ( +/obj/structure/toilet{ + dir = 1 + }, +/obj/structure/curtain, +/obj/effect/decal/cleanable/vomit/old{ + icon_state = "vomit_4-old" + }, +/mob/living/simple_animal/hostile/netherworld, +/obj/effect/decal/cleanable/blood/old{ + icon_state = "floor2-old" + }, +/obj/item/storage/firstaid{ + pixel_x = -6; + pixel_y = 2 + }, +/turf/open/floor/plasteel/freezer, +/area/ruin/unpowered) +"fo" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"fs" = ( +/obj/item/chair/wood, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/unpowered) +"fu" = ( +/obj/structure/table/wood/fancy/red_gold, +/obj/item/spacecash/bundle/c500{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/nanoweave, +/area/ruin/unpowered) +"fL" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken3" + }, +/area/ruin/unpowered) +"fN" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/ruin/unpowered) +"fO" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"fZ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/black, +/area/ruin/unpowered) +"gq" = ( +/obj/structure/table/wood, +/obj/item/trash/plate{ + pixel_y = 2 + }, +/obj/item/candle{ + pixel_y = 6 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/ruin/unpowered) +"gL" = ( +/obj/structure/railing{ + color = "#BA8C63" + }, +/obj/structure/railing/corner{ + color = "#BA8C63"; + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/overmap_encounter/planetoid/rockplanet/explored) +"hj" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/drinks{ + pixel_x = -2; + pixel_y = 12 + }, +/obj/item/reagent_containers/food/drinks/flask{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + color = "#543C30"; + dir = 8 + }, +/turf/open/floor/wood/walnut, +/area/ruin/unpowered) +"hp" = ( +/obj/structure/sink{ + dir = 1 + }, +/obj/structure/mirror{ + pixel_y = -28 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/blood/old{ + icon_state = "floor6-old" + }, +/turf/open/floor/plasteel/freezer, +/area/ruin/unpowered) +"ib" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"im" = ( +/obj/item/clothing/mask/breath{ + pixel_x = -8; + pixel_y = 2 + }, +/obj/item/tank/internals/emergency_oxygen/engi/empty{ + pixel_x = -18; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood/ebony, +/area/ruin/unpowered) +"it" = ( +/turf/open/floor/plating/asteroid/rockplanet/cracked/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"iS" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/whiskey{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/item/reagent_containers/food/drinks/bottle{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/unpowered) +"jz" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/mob/living/simple_animal/hostile/netherworld/migo, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/ruin/unpowered) +"jQ" = ( +/mob/living/simple_animal/hostile/netherworld, +/turf/open/floor/plating/asteroid/rockplanet/cracked/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"jW" = ( +/obj/structure/barricade/wooden/crude, +/obj/structure/door_assembly/door_assembly_wood{ + anchored = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"kb" = ( +/obj/structure/barricade/wooden/crude, +/obj/machinery/door/airlock/wood, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood/maple, +/area/ruin/unpowered) +"kd" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken2" + }, +/area/ruin/unpowered) +"kh" = ( +/obj/item/ammo_casing/caseless{ + pixel_x = -4; + pixel_y = -7 + }, +/obj/item/ammo_casing/caseless{ + pixel_x = 9; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/royalblack, +/area/ruin/unpowered) +"kq" = ( +/obj/effect/decal/cleanable/blood/old{ + icon_state = "floor6-old" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood/ebony{ + icon_state = "wood-broken3" + }, +/area/ruin/unpowered) +"la" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/green, +/area/ruin/unpowered) +"lH" = ( +/obj/structure/table/wood, +/obj/item/trash/plate{ + pixel_y = 2 + }, +/obj/item/candle{ + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/unpowered) +"lI" = ( +/obj/effect/spawner/structure/window, +/obj/structure/barricade/wooden, +/turf/open/floor/plating, +/area/ruin/unpowered) +"lM" = ( +/obj/structure/reagent_dispensers/beerkeg, +/obj/effect/turf_decal/siding/wood{ + color = "#543C30"; + dir = 4 + }, +/turf/open/floor/wood/walnut{ + icon_state = "wood-broken5" + }, +/area/ruin/unpowered) +"lT" = ( +/obj/item/ammo_casing/caseless{ + pixel_x = -3; + pixel_y = 4 + }, +/turf/open/floor/carpet/royalblack, +/area/ruin/unpowered) +"lV" = ( +/obj/structure/sink{ + pixel_y = 16 + }, +/obj/structure/mirror{ + pixel_y = 28 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/vomit/old{ + icon_state = "vomit_1-old" + }, +/turf/open/floor/plasteel/freezer, +/area/ruin/unpowered) +"lW" = ( +/obj/effect/decal/remains/human, +/obj/item/clothing/under/rank/civilian/bartender{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/clothing/shoes/laceup{ + pixel_x = -6; + pixel_y = -10 + }, +/obj/item/clothing/suit/armor/vest/alt{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/gun/ballistic/shotgun/hellfire{ + pixel_x = -10; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/blood/old{ + icon_state = "floor5-old" + }, +/obj/effect/turf_decal/siding/wood{ + color = "#543C30"; + dir = 4 + }, +/mob/living/simple_animal/hostile/illusion, +/turf/open/floor/wood/walnut, +/area/ruin/unpowered) +"mh" = ( +/obj/machinery/vending/boozeomat/all_access, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"mC" = ( +/obj/structure/railing{ + color = "#BA8C63" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken4" + }, +/area/overmap_encounter/planetoid/rockplanet/explored) +"mE" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/ruin/unpowered) +"mZ" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"ou" = ( +/obj/item/shard, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/unpowered) +"oN" = ( +/obj/structure/table/wood, +/obj/item/trash/plate{ + pixel_y = 2 + }, +/obj/item/candle{ + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken3" + }, +/area/ruin/unpowered) +"pe" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/ruin/unpowered) +"pp" = ( +/obj/structure/railing{ + color = "#BA8C63"; + dir = 10 + }, +/obj/effect/turf_decal/siding/wood/end{ + dir = 8 + }, +/turf/open/floor/wood, +/area/overmap_encounter/planetoid/rockplanet/explored) +"pz" = ( +/obj/structure/chair/wood, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"pM" = ( +/obj/structure/table/wood, +/obj/item/trash/plate{ + pixel_y = 2 + }, +/obj/item/candle{ + pixel_y = 6 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken2" + }, +/area/ruin/unpowered) +"pO" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/ruin/unpowered) +"pV" = ( +/obj/item/ammo_casing/caseless{ + pixel_x = 6; + pixel_y = -10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/royalblack, +/area/ruin/unpowered) +"pY" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"qd" = ( +/obj/structure/door_assembly/door_assembly_wood{ + anchored = 1; + dir = 8 + }, +/turf/open/floor/wood/maple, +/area/ruin/unpowered) +"qh" = ( +/obj/structure/door_assembly/door_assembly_silver{ + anchored = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/plasteel/freezer, +/area/ruin/unpowered) +"qy" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"rh" = ( +/obj/item/chair/stool/bar{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"rB" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + color = "#543C30"; + dir = 6 + }, +/turf/open/floor/wood/walnut, +/area/ruin/unpowered) +"rT" = ( +/obj/structure/sink{ + dir = 1 + }, +/obj/structure/mirror{ + pixel_y = -28 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/freezer, +/area/ruin/unpowered) +"sj" = ( +/obj/structure/railing/corner{ + color = "#BA8C63" + }, +/obj/item/ammo_casing/caseless{ + pixel_x = -4; + pixel_y = -7 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/overmap_encounter/planetoid/rockplanet/explored) +"sF" = ( +/obj/effect/decal/cleanable/dirt/dust, +/mob/living/simple_animal/hostile/netherworld/migo, +/turf/open/floor/wood, +/area/ruin/unpowered) +"to" = ( +/obj/structure/closet/cabinet, +/obj/item/storage/bag/money/vault, +/obj/item/spacecash/bundle/c1000, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + color = "#543C30"; + dir = 5 + }, +/turf/open/floor/wood/walnut, +/area/ruin/unpowered) +"tK" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"tL" = ( +/obj/effect/decal/cleanable/blood/old{ + icon_state = "floor2-old" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood/end{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/ruin/unpowered) +"tO" = ( +/obj/structure/closet/crate/bin, +/obj/item/broken_bottle{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/paper/crumpled{ + pixel_x = 1; + pixel_y = -5 + }, +/obj/item/cigbutt/cigarbutt{ + pixel_y = -6 + }, +/obj/item/cigbutt/cigarbutt{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/effect/spawner/lootdrop/maintenance/two, +/obj/effect/turf_decal/siding/wood{ + color = "#543C30"; + dir = 10 + }, +/turf/open/floor/wood/walnut{ + icon_state = "wood-broken2" + }, +/area/ruin/unpowered) +"tR" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/machinery/chem_dispenser/drinks/beer{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"tZ" = ( +/obj/structure/barricade/wooden, +/obj/effect/spawner/structure/window, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/unpowered) +"ud" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken4" + }, +/area/ruin/unpowered) +"ul" = ( +/obj/machinery/vending/classicbeats, +/turf/open/floor/carpet/green, +/area/ruin/unpowered) +"uS" = ( +/obj/structure/barricade/wooden, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/ruin/unpowered) +"va" = ( +/obj/machinery/chem_master/condimaster{ + desc = "Used to mix booze. You can see a Coondimaster label lazily covered up."; + name = "Hoochmaster 2000" + }, +/obj/effect/turf_decal/siding/wood{ + color = "#543C30"; + dir = 9 + }, +/turf/open/floor/wood/walnut{ + icon_state = "wood-broken2" + }, +/area/ruin/unpowered) +"ve" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + color = "#543C30"; + dir = 1 + }, +/turf/open/floor/wood/walnut{ + icon_state = "wood-broken5" + }, +/area/ruin/unpowered) +"wu" = ( +/obj/structure/barricade/wooden, +/obj/machinery/door/airlock/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"wD" = ( +/turf/open/floor/carpet/black, +/area/ruin/unpowered) +"wJ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken3" + }, +/area/ruin/unpowered) +"wQ" = ( +/obj/item/stack/medical/mesh{ + pixel_x = 7; + pixel_y = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood/ebony, +/area/ruin/unpowered) +"wZ" = ( +/obj/machinery/door/airlock/silver, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/plasteel/freezer, +/area/ruin/unpowered) +"xc" = ( +/obj/structure/table/wood, +/obj/item/trash/plate{ + pixel_y = 2 + }, +/obj/item/candle{ + pixel_y = 6 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"xl" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/cognac{ + pixel_x = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/unpowered) +"xE" = ( +/obj/structure/railing/corner{ + color = "#BA8C63"; + dir = 4 + }, +/obj/item/gun/ballistic/automatic/pistol/no_mag, +/obj/item/ammo_casing/caseless{ + pixel_x = 6; + pixel_y = -10 + }, +/turf/open/floor/plating/asteroid/rockplanet/cracked/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"xH" = ( +/obj/structure/table/wood/fancy/red_gold, +/obj/item/spacecash/bundle/c200{ + pixel_x = -4; + pixel_y = -6 + }, +/obj/item/coin/iron{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/coin/iron{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/coin/iron{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/open/floor/carpet/nanoweave, +/area/ruin/unpowered) +"yn" = ( +/obj/structure/table/wood, +/obj/item/trash/plate{ + pixel_y = 2 + }, +/obj/item/candle{ + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/ruin/unpowered) +"yp" = ( +/obj/effect/decal/cleanable/blood/old{ + icon_state = "floor7-old" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/unpowered) +"yQ" = ( +/obj/structure/door_assembly/door_assembly_silver{ + anchored = 1 + }, +/turf/open/floor/plasteel/freezer, +/area/ruin/unpowered) +"zm" = ( +/obj/structure/railing/corner{ + color = "#BA8C63"; + dir = 8 + }, +/obj/item/ammo_casing/caseless{ + pixel_x = -3; + pixel_y = 4 + }, +/obj/item/ammo_casing/caseless{ + pixel_x = 6; + pixel_y = -10 + }, +/obj/effect/decal/cleanable/blood/old{ + icon_state = "floor7-old" + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood{ + icon_state = "wood-broken2" + }, +/area/overmap_encounter/planetoid/rockplanet/explored) +"zC" = ( +/obj/item/clothing/neck/tie/black, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood/ebony{ + icon_state = "wood-broken" + }, +/area/ruin/unpowered) +"zG" = ( +/obj/structure/chair/stool/bar{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Aa" = ( +/obj/structure/dresser, +/obj/item/clothing/glasses/sunglasses{ + pixel_x = -4; + pixel_y = 12 + }, +/obj/item/storage/firstaid{ + empty = 1; + pixel_x = -12; + pixel_y = -9 + }, +/obj/effect/turf_decal/siding/wood{ + color = "#543C30"; + dir = 5 + }, +/turf/open/floor/wood/walnut{ + icon_state = "wood-broken" + }, +/area/ruin/unpowered) +"Ab" = ( +/obj/structure/toilet, +/obj/structure/curtain, +/obj/effect/decal/cleanable/vomit/old{ + icon_state = "vomit_3-old" + }, +/mob/living/simple_animal/hostile/cockroach/glockroach, +/turf/open/floor/plasteel/freezer, +/area/ruin/unpowered) +"Ad" = ( +/obj/structure/table/wood, +/obj/machinery/reagentgrinder{ + pixel_y = 8 + }, +/obj/item/storage/box/drinkingglasses, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + color = "#543C30"; + dir = 8 + }, +/turf/open/floor/wood/walnut{ + icon_state = "wood-broken4" + }, +/area/ruin/unpowered) +"AO" = ( +/obj/machinery/door/airlock/silver, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/freezer, +/area/ruin/unpowered) +"AR" = ( +/obj/structure/barricade/wooden, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/unpowered) +"AY" = ( +/obj/structure/musician/piano, +/turf/open/floor/carpet/green, +/area/ruin/unpowered) +"Bz" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/ruin/unpowered) +"BI" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken4" + }, +/area/ruin/unpowered) +"CC" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"CG" = ( +/obj/item/chair/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/ruin/unpowered) +"CH" = ( +/obj/structure/sink{ + pixel_y = 16 + }, +/obj/structure/mirror{ + pixel_y = 28 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/freezer, +/area/ruin/unpowered) +"Dj" = ( +/mob/living/simple_animal/hostile/netherworld/migo, +/turf/open/floor/plating/asteroid/rockplanet/cracked/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"Dt" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + color = "#543C30" + }, +/turf/open/floor/wood/walnut, +/area/ruin/unpowered) +"Dw" = ( +/obj/item/chair/stool/bar, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"DT" = ( +/obj/structure/table/wood/fancy/red_gold, +/obj/item/spacecash/bundle/c100{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/coin/gold{ + pixel_x = 4; + pixel_y = 5 + }, +/turf/open/floor/carpet/nanoweave, +/area/ruin/unpowered) +"DW" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"DX" = ( +/obj/machinery/vending/cigarette, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"FN" = ( +/obj/item/shard, +/obj/structure/barricade/wooden/crude, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/unpowered) +"FW" = ( +/obj/structure/chair/stool/bar, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Gd" = ( +/obj/structure/railing{ + color = "#BA8C63"; + dir = 6 + }, +/obj/effect/turf_decal/siding/wood/end{ + dir = 4 + }, +/turf/open/floor/wood, +/area/overmap_encounter/planetoid/rockplanet/explored) +"Gr" = ( +/obj/structure/barricade/wooden, +/obj/item/shard, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Gw" = ( +/obj/effect/decal/cleanable/dirt/dust, +/mob/living/simple_animal/hostile/netherworld/migo, +/turf/open/floor/carpet/green, +/area/ruin/unpowered) +"GG" = ( +/obj/effect/decal/cleanable/blood/old{ + icon_state = "floor3-old" + }, +/turf/open/floor/plasteel/freezer, +/area/ruin/unpowered) +"GT" = ( +/obj/effect/decal/cleanable/blood/old{ + icon_state = "floor5-old" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"GZ" = ( +/obj/structure/railing/corner{ + color = "#BA8C63"; + dir = 1 + }, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"Hu" = ( +/obj/effect/decal/cleanable/blood/old{ + icon_state = "floor6-old" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Hz" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/turf/open/floor/carpet/green, +/area/ruin/unpowered) +"HY" = ( +/obj/structure/chair/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Ih" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/cigarettes/cigars/havana{ + pixel_y = 4 + }, +/obj/item/lighter{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + color = "#543C30" + }, +/turf/open/floor/wood/walnut{ + icon_state = "wood-broken4" + }, +/area/ruin/unpowered) +"Im" = ( +/obj/structure/chair/stool/bar{ + pixel_x = 16 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Iz" = ( +/obj/structure/ore_box, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"IB" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/unpowered) +"IJ" = ( +/obj/effect/decal/cleanable/blood/old{ + icon_state = "floor5-old" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Jj" = ( +/obj/item/stack/medical/mesh{ + pixel_x = 12; + pixel_y = -7 + }, +/obj/effect/turf_decal/siding/wood{ + color = "#543C30"; + dir = 1 + }, +/turf/open/floor/wood/walnut{ + icon_state = "wood-broken6" + }, +/area/ruin/unpowered) +"Kd" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Ku" = ( +/obj/structure/railing/corner{ + color = "#BA8C63"; + dir = 4 + }, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"KX" = ( +/obj/structure/toilet, +/obj/structure/curtain, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/blood/old{ + icon_state = "floor7-old" + }, +/turf/open/floor/plasteel/freezer, +/area/ruin/unpowered) +"Ls" = ( +/mob/living/simple_animal/hostile/cockroach/glockroach, +/turf/open/floor/plasteel/freezer, +/area/ruin/unpowered) +"LY" = ( +/obj/structure/railing/corner{ + color = "#BA8C63"; + dir = 1 + }, +/turf/open/floor/plating/asteroid/rockplanet/cracked/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"Mp" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood{ + icon_state = "wood-broken2" + }, +/area/ruin/unpowered) +"Ms" = ( +/obj/structure/closet/crate/bin, +/obj/effect/spawner/lootdrop/maintenance/two, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/ruin/unpowered) +"MG" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/royalblack, +/area/ruin/unpowered) +"MR" = ( +/turf/open/floor/wood, +/area/ruin/unpowered) +"MW" = ( +/obj/structure/railing{ + color = "#BA8C63" + }, +/obj/structure/railing/corner{ + color = "#BA8C63" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood, +/area/overmap_encounter/planetoid/rockplanet/explored) +"Na" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/ruin/unpowered) +"Nc" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood{ + icon_state = "wood-broken2" + }, +/area/ruin/unpowered) +"Nz" = ( +/obj/item/shard{ + icon_state = "small" + }, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/unpowered) +"NI" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/ruin/unpowered) +"NM" = ( +/obj/structure/toilet{ + dir = 1 + }, +/obj/structure/curtain, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/freezer, +/area/ruin/unpowered) +"NS" = ( +/obj/item/chair/stool{ + dir = 8 + }, +/turf/open/floor/carpet/green, +/area/ruin/unpowered) +"OX" = ( +/obj/machinery/door/airlock/silver, +/obj/effect/decal/cleanable/blood/old{ + icon_state = "floor4-old" + }, +/turf/open/floor/plasteel/freezer, +/area/ruin/unpowered) +"Pe" = ( +/obj/structure/ore_box, +/turf/open/floor/plating/asteroid/rockplanet/cracked/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"Pn" = ( +/turf/closed/wall/mineral/wood, +/area/ruin/unpowered) +"Po" = ( +/obj/item/chair/stool/bar{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"PL" = ( +/obj/effect/decal/cleanable/generic, +/obj/item/storage/box/papersack{ + pixel_x = -8; + pixel_y = -3 + }, +/turf/open/floor/plating/asteroid/rockplanet/cracked/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"PU" = ( +/obj/item/megaphone{ + pixel_x = 10; + pixel_y = 16 + }, +/obj/item/candle/tribal_torch{ + pixel_x = 16 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/royalblack, +/area/ruin/unpowered) +"Qf" = ( +/obj/item/chair/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Qr" = ( +/turf/open/floor/carpet/royalblack, +/area/ruin/unpowered) +"Qx" = ( +/obj/item/chair/stool/bar, +/turf/open/floor/wood, +/area/ruin/unpowered) +"QB" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/unpowered) +"QC" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/unpowered) +"QT" = ( +/obj/machinery/jukebox, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/ruin/unpowered) +"QZ" = ( +/obj/structure/closet/crate/wooden, +/obj/effect/spawner/lootdrop/maintenance/three, +/turf/open/floor/plating/asteroid/rockplanet/cracked/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"Ri" = ( +/turf/template_noop, +/area/template_noop) +"Sm" = ( +/obj/item/ammo_casing/shotgun/buckshot, +/obj/item/ammo_casing/shotgun/buckshot{ + pixel_x = 5; + pixel_y = -3 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"SR" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"To" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Tr" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Tt" = ( +/obj/structure/table/wood, +/obj/item/trash/plate{ + pixel_x = -5 + }, +/obj/item/candle{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/item/book{ + desc = "Retells the moments of a bartender in this saloon. Find out it's pages have been lost to time."; + icon_state = "book4"; + name = "bartender's diary"; + pixel_x = 15; + pixel_y = 4 + }, +/obj/effect/turf_decal/siding/wood{ + color = "#543C30"; + dir = 10 + }, +/turf/open/floor/wood/walnut, +/area/ruin/unpowered) +"Tv" = ( +/obj/structure/closet/cabinet, +/obj/item/clothing/under/rank/civilian/bartender/purple, +/obj/item/clothing/under/rank/civilian/bartender/skirt, +/obj/item/toy/figure/bartender, +/obj/item/clothing/head/collectable/tophat, +/obj/effect/turf_decal/siding/wood{ + color = "#543C30"; + dir = 9 + }, +/turf/open/floor/wood/walnut, +/area/ruin/unpowered) +"TM" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Un" = ( +/obj/structure/table/wood, +/obj/item/trash/plate{ + pixel_y = 2 + }, +/obj/item/candle{ + pixel_y = 6 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/ruin/unpowered) +"UB" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/reagent_containers/food/drinks/bottle/vermouth{ + pixel_x = -6; + pixel_y = 14 + }, +/obj/item/reagent_containers/food/drinks/bottle/rum{ + pixel_x = 6; + pixel_y = 10 + }, +/obj/item/reagent_containers/food/drinks/bottle/wine{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/reagent_containers/food/drinks/bottle/kahlua{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/reagent_containers/food/drinks/bottle/grappa{ + pixel_x = -6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Ve" = ( +/turf/open/floor/carpet/green, +/area/ruin/unpowered) +"VE" = ( +/obj/structure/chair/stool/bar{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"VG" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/obj/effect/decal/cleanable/glass, +/obj/structure/barricade/wooden, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/unpowered) +"VN" = ( +/obj/structure/table/wood/fancy/black, +/obj/structure/sign/poster/official/high_class_martini{ + pixel_x = -32 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Wj" = ( +/obj/structure/barricade/wooden, +/obj/item/shard{ + icon_state = "small" + }, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Wl" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Wu" = ( +/obj/structure/closet/crate/trashcart, +/obj/item/cigbutt/cigarbutt{ + pixel_y = -6 + }, +/obj/item/broken_bottle{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/paper/crumpled{ + pixel_x = 8; + pixel_y = -6 + }, +/obj/item/paper/crumpled{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/item/broken_bottle{ + pixel_x = 4; + pixel_y = 1 + }, +/obj/effect/spawner/lootdrop/maintenance/two, +/obj/effect/spawner/lootdrop/gloves, +/obj/effect/spawner/lootdrop/glowstick, +/obj/effect/decal/cleanable/wrapping, +/turf/open/floor/plating/asteroid/rockplanet/cracked/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"WS" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/ruin/unpowered) +"Xa" = ( +/obj/item/ammo_casing/caseless, +/obj/effect/decal/cleanable/blood/old{ + icon_state = "floor6-old" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken3" + }, +/area/ruin/unpowered) +"Xi" = ( +/obj/item/chair/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Xn" = ( +/obj/item/stack/medical/gauze{ + amount = 2; + pixel_x = 4; + pixel_y = 13 + }, +/obj/item/stack/medical/suture{ + amount = 4; + pixel_x = 7 + }, +/obj/item/stack/medical/suture{ + amount = 1; + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/healthanalyzer{ + pixel_x = -4; + pixel_y = -13 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + color = "#543C30"; + dir = 4 + }, +/turf/open/floor/wood/walnut{ + icon_state = "wood-broken5" + }, +/area/ruin/unpowered) +"XI" = ( +/obj/item/chair/stool/bar, +/obj/effect/decal/cleanable/blood/old{ + icon_state = "floor7-old" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood/corner, +/turf/open/floor/wood, +/area/ruin/unpowered) +"XZ" = ( +/obj/structure/closet/crate/bin, +/obj/effect/spawner/lootdrop/maintenance/five, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Yj" = ( +/obj/structure/barricade/wooden, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Ym" = ( +/obj/item/chair/stool/bar{ + dir = 1 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Yo" = ( +/obj/effect/decal/cleanable/garbage, +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"Yx" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/machinery/chem_dispenser/drinks{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"YG" = ( +/obj/structure/chair/stool/bar{ + dir = 8 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Zd" = ( +/turf/open/floor/plating/asteroid/rockplanet/lit, +/area/overmap_encounter/planetoid/rockplanet/explored) +"Zn" = ( +/obj/item/chair/stool/bar{ + dir = 8 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken4" + }, +/area/ruin/unpowered) +"Zu" = ( +/obj/structure/chair/wood{ + pixel_x = 16; + pixel_y = -4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + color = "#543C30"; + dir = 8 + }, +/turf/open/floor/wood/walnut{ + icon_state = "wood-broken3" + }, +/area/ruin/unpowered) +"ZA" = ( +/obj/item/chair/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"ZE" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + color = "#543C30"; + dir = 8 + }, +/turf/open/floor/wood/walnut{ + icon_state = "wood-broken" + }, +/area/ruin/unpowered) +"ZM" = ( +/obj/item/chair/wood, +/turf/open/floor/wood, +/area/ruin/unpowered) +"ZZ" = ( +/obj/item/chair/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/unpowered) + +(1,1,1) = {" +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +it +"} +(2,1,1) = {" +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +it +Zd +Zd +Ri +Ri +Ri +Ri +Ri +Ri +Ri +it +Zd +"} +(3,1,1) = {" +Ri +Ri +Ri +Ri +Ri +Zd +it +Zd +Zd +Zd +it +it +Zd +Zd +Zd +Zd +it +Zd +Zd +Ri +"} +(4,1,1) = {" +Ri +Ri +Ri +Ri +Zd +dP +Zd +Zd +Zd +it +Zd +Zd +Zd +it +Zd +it +Zd +Zd +it +Ri +"} +(5,1,1) = {" +Ri +Ri +Ri +Ri +it +Zd +Zd +Pn +Pn +Wj +ou +Pn +Pn +Pn +Yj +uS +Pn +AR +Zd +Zd +"} +(6,1,1) = {" +Ri +Ri +Ri +Zd +Zd +Zd +it +Pn +va +Ad +hj +tO +Pn +Tv +ZE +Zu +Tt +Pn +Zd +it +"} +(7,1,1) = {" +Ri +Ri +Zd +it +Zd +Zd +Zd +AR +Jj +wQ +kq +Dt +kb +ve +im +zC +Ih +Pn +it +Zd +"} +(8,1,1) = {" +Ri +Zd +Zd +Zd +it +Zd +jQ +Wl +to +lM +bC +dF +Pn +Aa +lW +Xn +rB +AR +it +Ri +"} +(9,1,1) = {" +Zd +it +Pn +Pn +AR +Pn +Pn +Pn +Pn +Wl +Pn +qd +Pn +Pn +Pn +Pn +Pn +Pn +Zd +Zd +"} +(10,1,1) = {" +it +Zd +Pn +CG +gq +fO +ZA +pM +fO +FW +xc +Hu +mh +UB +Yx +tR +VN +Pn +Zd +it +"} +(11,1,1) = {" +it +Zd +Gr +eM +QC +QC +QC +cf +MR +Qx +iS +Mp +tL +Na +Na +dw +fN +lI +it +Zd +"} +(12,1,1) = {" +Zd +dS +Nz +CC +ib +pO +MR +pY +sF +ci +QC +yp +QC +Sm +QC +ci +Ms +Yj +it +Zd +"} +(13,1,1) = {" +Zd +it +Pn +fZ +fZ +fZ +fo +lH +BI +MR +cr +xl +an +bi +bK +dW +yn +Pn +pp +Dj +"} +(14,1,1) = {" +Ri +Yo +Pn +Ve +la +fZ +wJ +Xi +QC +QC +YG +Zn +zG +XI +Dw +Po +aa +Pn +mC +it +"} +(15,1,1) = {" +Zd +Wu +Pn +NS +Ve +fZ +fZ +eM +mE +MR +QC +MR +pY +IJ +kh +GT +tK +Pn +MW +Ku +"} +(16,1,1) = {" +Zd +PL +Pn +ul +Gw +PU +fZ +fo +ZM +QC +mE +fs +lH +jz +pV +lT +Xa +jW +zm +LY +"} +(17,1,1) = {" +Ri +Zd +Pn +AY +la +MG +fZ +pz +lH +QB +Bz +MR +ZZ +pe +MG +Qr +ud +wu +sj +xE +"} +(18,1,1) = {" +Zd +QZ +Pn +Hz +la +fZ +wD +fo +IB +QC +cf +QC +Mp +fN +MG +eJ +mZ +Pn +gL +GZ +"} +(19,1,1) = {" +Zd +Pe +Pn +la +la +wD +eJ +qy +BI +QC +pY +QC +MR +VE +rh +qy +QT +Pn +dZ +Zd +"} +(20,1,1) = {" +it +Iz +Pn +fZ +wD +fZ +fo +MR +QC +ZZ +Un +QB +Im +aJ +DT +cf +pe +Pn +Gd +it +"} +(21,1,1) = {" +Zd +Zd +FN +eJ +ch +cH +sF +QC +MR +QC +IB +QC +NI +xH +fu +QC +fN +VG +it +Zd +"} +(22,1,1) = {" +it +it +tZ +fL +QC +QC +MR +cf +QC +MR +WS +QC +QC +Ym +zG +MR +XZ +ou +Zd +it +"} +(23,1,1) = {" +Zd +it +Pn +HY +oN +Qf +eS +eF +DW +ib +ib +TM +ib +ib +kd +SR +DX +Pn +Zd +it +"} +(24,1,1) = {" +Zd +Zd +Pn +Wl +AR +AR +Pn +Pn +Pn +Wl +Pn +Nc +Pn +AR +To +Pn +Pn +Pn +Zd +Zd +"} +(25,1,1) = {" +Ri +it +Zd +Zd +Zd +it +Pn +Ab +AO +hp +Pn +Tr +Pn +CH +yQ +NM +AR +it +Zd +Ri +"} +(26,1,1) = {" +Ri +Ri +Zd +it +Zd +Zd +Pn +Pn +Pn +rT +Pn +ei +Pn +lV +Pn +Pn +Pn +Zd +Zd +Ri +"} +(27,1,1) = {" +Ri +Ri +Ri +Zd +it +it +AR +KX +yQ +Ls +wZ +Kd +qh +GG +OX +eX +Pn +Zd +Ri +Ri +"} +(28,1,1) = {" +Ri +Ri +Ri +Ri +Zd +it +Pn +Pn +Pn +Pn +Pn +al +Pn +Pn +Pn +Pn +Pn +Zd +it +Ri +"} +(29,1,1) = {" +Ri +Ri +Ri +Ri +Ri +Zd +it +it +Zd +Zd +it +it +Zd +it +Zd +Zd +it +Zd +it +Ri +"} +(30,1,1) = {" +Ri +Ri +Ri +Ri +Ri +Ri +Zd +Zd +it +Dj +Zd +Zd +it +Zd +it +Zd +Zd +Ri +Zd +it +"} diff --git a/_maps/RandomRuins/SandRuins/whitesands_surface_assaultpodcrash.dmm b/_maps/RandomRuins/SandRuins/whitesands_surface_assaultpodcrash.dmm new file mode 100644 index 000000000000..6d1971794b57 --- /dev/null +++ b/_maps/RandomRuins/SandRuins/whitesands_surface_assaultpodcrash.dmm @@ -0,0 +1,382 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"c" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin) +"d" = ( +/obj/item/ammo_casing/spent, +/turf/closed/wall/mineral/plastitanium, +/area/ruin) +"e" = ( +/obj/structure/barricade/wooden, +/obj/machinery/door/airlock/centcom{ + aiControlDisabled = 1; + name = "Assault Pod"; + req_access_txt = "150" + }, +/turf/open/floor/plating, +/area/ruin) +"f" = ( +/mob/living/simple_animal/hostile/asteroid/goliath/beast, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin) +"h" = ( +/turf/closed/wall/mineral/plastitanium, +/area/ruin) +"i" = ( +/obj/item/ammo_casing/c10mm{ + pixel_x = -1 + }, +/obj/item/ammo_casing/c10mm{ + pixel_x = 7; + pixel_y = -7 + }, +/obj/item/ammo_casing/c10mm{ + pixel_x = -2; + pixel_y = -10 + }, +/obj/item/ammo_casing/c10mm{ + pixel_x = -6; + pixel_y = -5 + }, +/obj/item/ammo_casing/c10mm{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/open/floor/plating/asteroid/whitesands/dried/lit, +/area/overmap_encounter/planetoid/sand/explored) +"j" = ( +/obj/effect/decal/cleanable/blood/gibs, +/turf/open/floor/plating/asteroid/whitesands/dried/lit, +/area/overmap_encounter/planetoid/sand/explored) +"k" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/closed/mineral/random/whitesands, +/area/overmap_encounter/planetoid/sand/explored) +"l" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin) +"o" = ( +/obj/item/ammo_casing/spent, +/obj/item/ammo_casing/spent{ + dir = 5; + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/ammo_casing/spent{ + dir = 1; + pixel_x = 7; + pixel_y = 4 + }, +/turf/open/floor/plating/asteroid/whitesands/lit, +/area/overmap_encounter/planetoid/sand/explored) +"p" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin) +"q" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin) +"r" = ( +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin) +"t" = ( +/obj/machinery/door/airlock/centcom{ + aiControlDisabled = 1; + name = "Assault Pod"; + req_access_txt = "150"; + dir = 4 + }, +/obj/item/ammo_casing/spent, +/turf/open/space/basic, +/area/ruin) +"u" = ( +/obj/item/reagent_containers/food/drinks/waterbottle/large{ + pixel_x = -8; + pixel_y = 2 + }, +/obj/item/reagent_containers/food/snacks/canned/beans{ + pixel_x = 6; + pixel_y = 1 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin) +"v" = ( +/obj/item/ammo_casing/spent, +/turf/closed/mineral/random/whitesands, +/area/overmap_encounter/planetoid/sand/explored) +"w" = ( +/turf/open/floor/mineral/plastitanium/red, +/area/ruin) +"z" = ( +/obj/structure/barricade/sandbags, +/turf/open/floor/plating/asteroid/whitesands/lit, +/area/overmap_encounter/planetoid/sand/explored) +"A" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "floor7" + }, +/turf/open/floor/plating/asteroid/whitesands/dried/lit, +/area/overmap_encounter/planetoid/sand/explored) +"B" = ( +/turf/open/floor/plating/asteroid/whitesands/lit, +/area/overmap_encounter/planetoid/sand/explored) +"D" = ( +/obj/machinery/light/broken/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin) +"E" = ( +/turf/open/floor/plating/asteroid/whitesands/dried/lit, +/area/overmap_encounter/planetoid/sand/explored) +"F" = ( +/obj/effect/decal/cleanable/blood/gibs/up, +/obj/effect/decal/cleanable/blood, +/obj/item/clothing/under/syndicate/intern{ + pixel_x = 1; + pixel_y = -6 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin) +"H" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin) +"J" = ( +/obj/structure/bed, +/obj/effect/decal/cleanable/blood{ + icon_state = "floor2" + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin) +"K" = ( +/mob/living/simple_animal/hostile/asteroid/goliath/beast{ + dir = 4 + }, +/turf/open/floor/plating/asteroid/whitesands/dried/lit, +/area/overmap_encounter/planetoid/sand/explored) +"L" = ( +/obj/machinery/light/directional/south, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin) +"O" = ( +/turf/template_noop, +/area/template_noop) +"P" = ( +/obj/structure/closet/crate/secure/weapon, +/obj/item/gun/ballistic/automatic/ebr, +/obj/item/ammo_box/magazine/ebr, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin) +"R" = ( +/obj/machinery/door/airlock/centcom{ + name = "Assault Pod"; + req_access_txt = "150" + }, +/turf/open/floor/plating, +/area/ruin) +"S" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/mob_spawn/human/corpse/syndicatesoldier, +/turf/open/floor/plating/asteroid/whitesands/lit, +/area/overmap_encounter/planetoid/sand/explored) +"T" = ( +/obj/effect/decal/cleanable/blood/gibs/limb{ + icon_state = "gibarm"; + pixel_x = -14; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "floor5"; + pixel_x = -2 + }, +/turf/open/floor/plating, +/area/ruin) +"V" = ( +/turf/closed/mineral/random/whitesands, +/area/overmap_encounter/planetoid/sand/explored) +"X" = ( +/obj/item/ammo_casing/spent{ + dir = 1; + pixel_x = -3; + pixel_y = -2 + }, +/obj/item/ammo_casing/spent{ + dir = 9; + pixel_x = 7; + pixel_y = 7 + }, +/mob/living/simple_animal/hostile/asteroid/goliath/beast{ + dir = 8 + }, +/turf/open/floor/plating/asteroid/whitesands/lit, +/area/overmap_encounter/planetoid/sand/explored) +"Y" = ( +/obj/structure/barricade/sandbags, +/turf/open/floor/plating/asteroid/whitesands/dried/lit, +/area/overmap_encounter/planetoid/sand/explored) +"Z" = ( +/mob/living/simple_animal/hostile/asteroid/goliath/beast{ + dir = 8 + }, +/turf/open/floor/plating/asteroid/whitesands/lit, +/area/overmap_encounter/planetoid/sand/explored) + +(1,1,1) = {" +O +O +O +V +v +v +v +t +d +h +B +"} +(2,1,1) = {" +O +O +z +S +h +V +k +p +u +h +h +"} +(3,1,1) = {" +O +O +z +X +h +c +F +f +r +P +h +"} +(4,1,1) = {" +O +O +z +B +R +p +L +h +D +p +e +"} +(5,1,1) = {" +O +O +B +o +h +H +p +q +w +J +h +"} +(6,1,1) = {" +O +O +B +z +h +h +H +p +l +h +h +"} +(7,1,1) = {" +O +B +B +B +B +h +h +T +h +h +E +"} +(8,1,1) = {" +O +B +B +B +B +z +i +E +j +Y +O +"} +(9,1,1) = {" +O +Z +B +B +B +z +Y +A +K +B +O +"} +(10,1,1) = {" +O +O +O +O +O +B +B +B +B +O +O +"} +(11,1,1) = {" +O +O +O +O +O +O +O +O +O +O +O +"} diff --git a/_maps/RandomRuins/SandRuins/whitesands_surface_camp_drugstore.dmm b/_maps/RandomRuins/SandRuins/whitesands_surface_camp_drugstore.dmm new file mode 100644 index 000000000000..7f69ca337c00 --- /dev/null +++ b/_maps/RandomRuins/SandRuins/whitesands_surface_camp_drugstore.dmm @@ -0,0 +1,430 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/wall/mineral/wood, +/area/ruin/unpowered) +"b" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/ruin/unpowered) +"c" = ( +/obj/structure/table/reinforced, +/obj/item/pda/clear{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/unpowered) +"d" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/plating, +/area/ruin/unpowered) +"e" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/donkpockets, +/obj/effect/spawner/lootdrop/donkpockets, +/obj/effect/spawner/lootdrop/donkpockets, +/obj/effect/spawner/lootdrop/donkpockets, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/unpowered) +"f" = ( +/obj/structure/rack, +/obj/item/reagent_containers/food/snacks/cornchips, +/obj/item/reagent_containers/food/snacks/butterdog, +/obj/item/reagent_containers/food/snacks/candy, +/obj/item/reagent_containers/food/snacks/canned/peaches, +/obj/item/reagent_containers/food/drinks/bottle/sarsaparilla, +/turf/open/floor/wood, +/area/ruin/unpowered) +"g" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + icon_state = "wood-broken4" + }, +/area/ruin/unpowered) +"h" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/wooden, +/turf/open/floor/plating, +/area/ruin/unpowered) +"j" = ( +/obj/structure/closet/cabinet, +/obj/item/spacecash/bundle/c100, +/obj/item/spacecash/bundle/c10, +/obj/item/spacecash/bundle/c1, +/obj/item/spacecash/bundle/c1, +/obj/item/spacecash/bundle/c1, +/obj/item/spacecash/bundle/c1, +/obj/item/spacecash/bundle/c1, +/obj/item/spacecash/bundle/c20, +/obj/item/spacecash/bundle/c200, +/obj/item/spacecash/bundle/c50, +/turf/open/floor/wood, +/area/ruin/unpowered) +"k" = ( +/obj/structure/rack, +/obj/item/reagent_containers/food/snacks/cheesyfries, +/obj/item/reagent_containers/food/snacks/chips, +/obj/item/reagent_containers/food/snacks/cheesewedge, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/unpowered) +"l" = ( +/obj/structure/dresser, +/turf/open/floor/wood, +/area/ruin/unpowered) +"m" = ( +/turf/open/floor/wood, +/area/ruin/unpowered) +"n" = ( +/mob/living/simple_animal/hostile/human/hermit/survivor{ + dir = 4 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/ruin/unpowered) +"o" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken3" + }, +/area/ruin/unpowered) +"p" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/ruin/unpowered) +"q" = ( +/obj/machinery/door/window/northleft{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/unpowered) +"r" = ( +/obj/structure/rack, +/obj/item/gun/energy/kinetic_accelerator{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/gun/energy/kinetic_accelerator{ + pixel_x = -3; + pixel_y = 3 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"s" = ( +/obj/structure/sign/poster/official/pda_ad, +/turf/closed/wall/mineral/wood, +/area/ruin/unpowered) +"t" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/minor/kittyears_or_rabbitears, +/obj/effect/spawner/lootdrop/minor/kittyears_or_rabbitears, +/turf/open/floor/wood, +/area/ruin/unpowered) +"u" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/unpowered) +"w" = ( +/obj/structure/window, +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/unpowered) +"x" = ( +/obj/structure/mineral_door/wood, +/turf/open/floor/wood, +/area/ruin/unpowered) +"y" = ( +/obj/structure/rack, +/obj/item/grenade/smokebomb{ + pixel_x = 5 + }, +/obj/item/grenade/smokebomb{ + pixel_x = -6 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"z" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/ruin/unpowered) +"B" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken4" + }, +/area/ruin/unpowered) +"C" = ( +/obj/structure/mineral_door/wood, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/unpowered) +"D" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/ruin/unpowered) +"E" = ( +/obj/effect/spawner/lootdrop/costume, +/obj/effect/spawner/lootdrop/gloves, +/obj/structure/window, +/obj/structure/rack, +/turf/open/floor/wood, +/area/ruin/unpowered) +"F" = ( +/obj/structure/rack, +/obj/item/borg/upgrade/modkit/cooldown{ + pixel_x = 7; + pixel_y = 5 + }, +/obj/item/borg/upgrade/modkit/damage, +/obj/item/borg/upgrade/modkit/range{ + pixel_x = -7 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"G" = ( +/obj/effect/spawner/lootdrop/costume, +/obj/structure/window, +/obj/structure/rack, +/turf/open/floor/wood, +/area/ruin/unpowered) +"H" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/ruin/unpowered) +"I" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + icon_state = "wood-broken2" + }, +/area/ruin/unpowered) +"J" = ( +/obj/structure/rack, +/obj/item/reagent_containers/food/snacks/chewable/bubblegum/nicotine, +/obj/item/reagent_containers/food/snacks/burger/fivealarm, +/obj/item/reagent_containers/food/snacks/cherrycupcake, +/turf/open/floor/wood, +/area/ruin/unpowered) +"K" = ( +/obj/structure/rack, +/obj/item/reagent_containers/food/snacks/chococornet, +/obj/item/reagent_containers/food/snacks/candy, +/obj/item/reagent_containers/food/snacks/canned/peaches, +/turf/open/floor/wood, +/area/ruin/unpowered) +"L" = ( +/obj/machinery/light/directional/north, +/turf/open/floor/wood, +/area/ruin/unpowered) +"M" = ( +/obj/effect/spawner/lootdrop/costume, +/obj/effect/spawner/lootdrop/gloves, +/obj/item/shard{ + icon_state = "tiny" + }, +/obj/item/shard{ + icon_state = "medium" + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"N" = ( +/obj/structure/bed, +/obj/item/bedsheet/dorms, +/turf/open/floor/wood, +/area/ruin/unpowered) +"O" = ( +/obj/structure/rack, +/obj/item/reagent_containers/food/snacks/chewable/bubblegum/happiness, +/obj/item/reagent_containers/food/snacks/candy_corn, +/obj/item/reagent_containers/food/snacks/chocolatebar, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/unpowered) +"P" = ( +/obj/structure/rack, +/obj/item/reagent_containers/food/snacks/chocolatebunny, +/obj/item/reagent_containers/food/snacks/candy, +/obj/item/reagent_containers/food/snacks/canned/beans, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/directional/north, +/turf/open/floor/wood, +/area/ruin/unpowered) +"R" = ( +/obj/structure/rack, +/obj/item/reagent_containers/food/snacks/cheesynachos, +/obj/item/reagent_containers/food/snacks/branrequests, +/obj/item/reagent_containers/food/snacks/canned/beans, +/obj/item/reagent_containers/food/drinks/bottle/sarsaparilla, +/turf/open/floor/wood, +/area/ruin/unpowered) +"S" = ( +/turf/template_noop, +/area/template_noop) +"T" = ( +/obj/machinery/vending/cola/random, +/obj/machinery/light/directional/west, +/turf/open/floor/wood, +/area/ruin/unpowered) +"U" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/unpowered) +"V" = ( +/obj/structure/table/reinforced, +/obj/item/pen/red, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/ruin/unpowered) +"W" = ( +/obj/structure/rack, +/obj/item/construction/rcd{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/rcd_ammo, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Z" = ( +/turf/open/floor/plating, +/area/ruin/unpowered) + +(1,1,1) = {" +a +d +Z +Z +d +a +a +"} +(2,1,1) = {" +Z +R +H +k +K +T +h +"} +(3,1,1) = {" +a +O +n +H +b +o +E +"} +(4,1,1) = {" +a +P +D +f +J +H +w +"} +(5,1,1) = {" +d +c +q +u +U +z +M +"} +(6,1,1) = {" +d +r +o +p +B +U +G +"} +(7,1,1) = {" +s +F +H +V +b +e +a +"} +(8,1,1) = {" +a +W +g +u +I +m +C +"} +(9,1,1) = {" +d +y +U +u +U +t +d +"} +(10,1,1) = {" +a +a +x +a +a +d +a +"} +(11,1,1) = {" +a +m +m +m +a +S +S +"} +(12,1,1) = {" +a +L +m +m +a +S +S +"} +(13,1,1) = {" +a +N +j +l +a +S +S +"} +(14,1,1) = {" +a +a +a +a +a +S +S +"} diff --git a/_maps/RandomRuins/SandRuins/whitesands_surface_camp_saloon.dmm b/_maps/RandomRuins/SandRuins/whitesands_surface_camp_saloon.dmm index d4c307df25d7..400a710091b4 100644 --- a/_maps/RandomRuins/SandRuins/whitesands_surface_camp_saloon.dmm +++ b/_maps/RandomRuins/SandRuins/whitesands_surface_camp_saloon.dmm @@ -1026,7 +1026,7 @@ /obj/effect/spawner/lootdrop/maintenance/two, /obj/effect/decal/cleanable/dirt, /obj/item/gun/energy/plasmacutter{ - icon_state = "pulse_carbine"; + icon_state = "pulse"; name = "pulse rifle"; desc = "A supposedly heavy-duty, multifaceted energy rifle. The barrel looks off and the casing seems to be made of plastic"; item_state = "pulse" diff --git a/_maps/RandomRuins/SandRuins/whitesands_surface_chokepoint.dmm b/_maps/RandomRuins/SandRuins/whitesands_surface_chokepoint.dmm new file mode 100644 index 000000000000..d4fa2737cd38 --- /dev/null +++ b/_maps/RandomRuins/SandRuins/whitesands_surface_chokepoint.dmm @@ -0,0 +1,435 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"b" = ( +/obj/structure/barricade/sandbags, +/turf/open/floor/plating/asteroid/whitesands/dried, +/area/ruin) +"d" = ( +/obj/structure/closet/secure_closet{ + icon_state = "sec" + }, +/obj/item/gun/ballistic/automatic/pistol/commander, +/obj/item/ammo_box/magazine/co9mm, +/obj/item/ammo_box/magazine/co9mm, +/turf/open/floor/plating/asteroid/whitesands, +/area/ruin) +"e" = ( +/obj/structure/sign/poster/official/here_for_your_safety, +/turf/closed/wall/mineral/sandstone, +/area/ruin) +"f" = ( +/obj/item/banner/security/mundane, +/turf/open/floor/plating/asteroid/whitesands/dried, +/area/overmap_encounter/planetoid/sand/explored) +"g" = ( +/obj/structure/bed, +/obj/item/bedsheet/hos, +/mob/living/simple_animal/hostile/human/nanotrasen/ranged{ + atmos_requirements = list("min_oxy"=5,"max_oxy"=0,"min_tox"=0,"max_tox"=0,"min_co2"=0,"max_co2"=999,"min_n2"=0,"max_n2"=0); + damage_coeff = list("brute"=1,"fire"=1,"toxin"=1,"clone"=1,"stamina"=0,"oxygen"=0); + name = "\improper Nanotrasen Stranded Security Officer" + }, +/turf/open/floor/plating/asteroid/whitesands/dried, +/area/ruin) +"h" = ( +/mob/living/simple_animal/hostile/human/nanotrasen/ranged{ + atmos_requirements = list("min_oxy"=5,"max_oxy"=0,"min_tox"=0,"max_tox"=0,"min_co2"=0,"max_co2"=999,"min_n2"=0,"max_n2"=0); + damage_coeff = list("brute"=1,"fire"=1,"toxin"=1,"clone"=1,"stamina"=0,"oxygen"=0); + dir = 4; + name = "\improper Nanotrasen Stranded Security Officer" + }, +/turf/open/floor/plating/asteroid/whitesands/dried, +/area/ruin) +"i" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/mob/living/simple_animal/hostile/human/nanotrasen/ranged{ + atmos_requirements = list("min_oxy"=5,"max_oxy"=0,"min_tox"=0,"max_tox"=0,"min_co2"=0,"max_co2"=999,"min_n2"=0,"max_n2"=0); + damage_coeff = list("brute"=1,"fire"=1,"toxin"=1,"clone"=1,"stamina"=0,"oxygen"=0); + dir = 8; + name = "\improper Nanotrasen Stranded Security Officer" + }, +/turf/open/floor/plating/asteroid/whitesands/dried, +/area/ruin) +"j" = ( +/obj/item/banner/security, +/turf/open/floor/plating/asteroid/whitesands/dried, +/area/ruin) +"k" = ( +/obj/effect/mob_spawn/human/corpse/damaged/whitesands/survivor, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating/asteroid/whitesands/lit, +/area/overmap_encounter/planetoid/sand/explored) +"m" = ( +/turf/open/floor/plating/asteroid/whitesands, +/area/overmap_encounter/planetoid/sand/explored) +"n" = ( +/obj/structure/sign/poster/official/ion_carbine, +/turf/closed/wall/mineral/sandstone, +/area/ruin) +"o" = ( +/obj/item/banner/security/mundane, +/turf/open/floor/plating/asteroid/whitesands/dried, +/area/ruin) +"p" = ( +/obj/structure/sign/poster/official/safety_report, +/turf/closed/wall/mineral/sandstone, +/area/ruin) +"q" = ( +/turf/open/floor/plating/asteroid/whitesands/lit, +/area/overmap_encounter/planetoid/sand/explored) +"r" = ( +/obj/structure/closet/cabinet, +/obj/item/clothing/head/helmet/knight/blue, +/obj/item/clothing/suit/armor/riot/knight/blue, +/obj/item/spear, +/obj/item/shield/riot/buckler, +/turf/open/floor/plating/asteroid/whitesands, +/area/ruin) +"u" = ( +/turf/open/floor/plating/asteroid/whitesands, +/area/ruin) +"v" = ( +/mob/living/simple_animal/hostile/human/nanotrasen/ranged{ + atmos_requirements = list("min_oxy"=5,"max_oxy"=0,"min_tox"=0,"max_tox"=0,"min_co2"=0,"max_co2"=999,"min_n2"=0,"max_n2"=0); + damage_coeff = list("brute"=1,"fire"=1,"toxin"=1,"clone"=1,"stamina"=0,"oxygen"=0); + dir = 8; + name = "\improper Nanotrasen Stranded Security Officer" + }, +/turf/open/floor/plating/asteroid/whitesands/dried, +/area/ruin) +"x" = ( +/obj/structure/sign/poster/contraband/space_cops, +/turf/closed/wall/mineral/sandstone, +/area/ruin) +"z" = ( +/turf/open/floor/plating/asteroid/whitesands/dried, +/area/ruin) +"E" = ( +/obj/item/banner/security/mundane, +/turf/open/floor/plating/asteroid/whitesands, +/area/overmap_encounter/planetoid/sand/explored) +"H" = ( +/obj/structure/sign/poster/official/report_crimes, +/turf/closed/wall/mineral/sandstone, +/area/ruin) +"I" = ( +/obj/structure/sign/poster/contraband/twelve_gauge, +/turf/closed/wall/mineral/sandstone, +/area/ruin) +"J" = ( +/obj/item/cigbutt, +/obj/item/cigbutt{ + pixel_x = 7; + pixel_y = -5 + }, +/turf/open/floor/plating/asteroid/whitesands/dried, +/area/ruin) +"K" = ( +/obj/structure/barricade/sandbags, +/turf/open/floor/plating/asteroid/whitesands/dried, +/area/overmap_encounter/planetoid/sand/explored) +"L" = ( +/obj/structure/sign/poster/official/love_ian, +/turf/closed/wall/mineral/sandstone, +/area/ruin) +"M" = ( +/obj/structure/mineral_door/sandstone, +/turf/open/floor/plating/asteroid/whitesands/dried, +/area/ruin) +"N" = ( +/obj/structure/sign/poster/official/work_for_a_future, +/turf/closed/wall/mineral/sandstone, +/area/ruin) +"P" = ( +/obj/structure/sign/poster/official/do_not_question, +/turf/closed/wall/mineral/sandstone, +/area/ruin) +"Q" = ( +/turf/closed/mineral/random/whitesands, +/area/overmap_encounter/planetoid/sand/explored) +"S" = ( +/obj/effect/mob_spawn/human/corpse/damaged/whitesands/survivor, +/obj/effect/decal/cleanable/blood{ + icon_state = "floor3" + }, +/turf/open/floor/plating/asteroid/whitesands/lit, +/area/overmap_encounter/planetoid/sand/explored) +"T" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/whiskey{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/clothing/mask/gas/sechailer/swat{ + pixel_x = 7; + pixel_y = 2 + }, +/turf/open/floor/plating/asteroid/whitesands/dried, +/area/ruin) +"U" = ( +/obj/structure/table/wood, +/obj/item/holosign_creator/security, +/turf/open/floor/plating/asteroid/whitesands/dried, +/area/ruin) +"V" = ( +/turf/closed/mineral/random/whitesands, +/area/ruin) +"W" = ( +/obj/structure/sign/poster/official/obey, +/turf/closed/wall/mineral/sandstone, +/area/ruin) +"X" = ( +/turf/closed/wall/mineral/sandstone, +/area/ruin) +"Y" = ( +/obj/structure/sign/poster/official/nanotrasen_logo, +/turf/closed/wall/mineral/sandstone, +/area/ruin) +"Z" = ( +/turf/open/floor/plating/asteroid/whitesands/dried, +/area/overmap_encounter/planetoid/sand/explored) + +(1,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +"} +(2,1,1) = {" +a +a +a +a +q +q +S +a +a +a +a +a +a +"} +(3,1,1) = {" +a +a +q +q +q +q +Z +Z +a +a +a +a +a +"} +(4,1,1) = {" +V +o +q +k +q +q +E +K +Q +Q +Q +Q +Q +"} +(5,1,1) = {" +V +V +b +b +z +b +b +X +n +H +X +Q +Q +"} +(6,1,1) = {" +V +V +z +z +z +v +z +e +r +d +I +Q +Q +"} +(7,1,1) = {" +V +U +z +z +z +z +z +X +u +z +Y +Q +Q +"} +(8,1,1) = {" +V +i +z +z +z +z +z +M +u +z +N +X +Q +"} +(9,1,1) = {" +V +V +z +z +z +z +z +W +u +u +T +p +Q +"} +(10,1,1) = {" +V +V +J +z +z +z +h +x +j +u +g +P +Q +"} +(11,1,1) = {" +V +V +b +b +z +b +b +X +X +L +X +X +Q +"} +(12,1,1) = {" +V +V +f +m +m +m +m +E +Q +Q +Q +Q +Q +"} +(13,1,1) = {" +a +a +q +q +q +q +q +q +a +a +a +a +a +"} +(14,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +"} +(15,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +"} +(16,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +"} diff --git a/_maps/RandomRuins/SandRuins/whitesands_surface_conveniencestore.dmm b/_maps/RandomRuins/SandRuins/whitesands_surface_conveniencestore.dmm new file mode 100644 index 000000000000..9d32745de146 --- /dev/null +++ b/_maps/RandomRuins/SandRuins/whitesands_surface_conveniencestore.dmm @@ -0,0 +1,592 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aX" = ( +/obj/structure/rack, +/obj/item/instrument/guitar{ + pixel_x = 2; + pixel_y = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"bd" = ( +/obj/machinery/door/airlock/public{ + dir = 4 + }, +/obj/structure/fans/tiny, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"by" = ( +/obj/item/cigbutt{ + pixel_x = -9; + pixel_y = -2 + }, +/turf/open/floor/plating/asteroid/whitesands, +/area/overmap_encounter/planetoid/sand/explored) +"cD" = ( +/obj/item/chair{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"cJ" = ( +/obj/item/trash/can{ + pixel_x = -3; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"fd" = ( +/obj/structure/sign/poster/official/bless_this_spess, +/turf/closed/wall/material, +/area/ruin/unpowered) +"ff" = ( +/turf/open/floor/plating/asteroid/whitesands, +/area/overmap_encounter/planetoid/sand/explored) +"fo" = ( +/obj/structure/rack, +/obj/item/toy/plush/moth{ + pixel_x = -4 + }, +/obj/item/toy/plush/lizardplushie{ + pixel_x = 8; + pixel_y = -1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"kN" = ( +/obj/structure/rack, +/obj/machinery/light/broken/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"lu" = ( +/obj/structure/sign/poster/contraband/donut_corp, +/turf/closed/wall/material, +/area/ruin/unpowered) +"lS" = ( +/turf/closed/wall/material, +/area/ruin/unpowered) +"mF" = ( +/obj/structure/table, +/obj/structure/window{ + dir = 8 + }, +/obj/item/reagent_containers/food/drinks/bottle/sarsaparilla, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"nB" = ( +/mob/living/simple_animal/hostile/cockroach, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"pd" = ( +/obj/item/kitchen/knife{ + pixel_x = 6; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"rk" = ( +/obj/item/cigbutt, +/obj/item/cigbutt{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/mob/living/simple_animal/hostile/cockroach, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"sP" = ( +/obj/structure/rack, +/obj/item/kitchen/knife/plastic{ + pixel_x = -5 + }, +/obj/item/kitchen/spoon/plastic{ + pixel_x = 15 + }, +/obj/item/kitchen/fork/plastic{ + pixel_x = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"sQ" = ( +/obj/item/trash/popcorn{ + pixel_x = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"tJ" = ( +/obj/structure/rack, +/obj/item/cane, +/obj/item/clothing/head/bowler{ + pixel_x = -5; + pixel_y = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"ut" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/toy/plush/slimeplushie{ + pixel_x = -5; + pixel_y = -2 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"ux" = ( +/turf/template_noop, +/area/template_noop) +"uM" = ( +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"wd" = ( +/obj/structure/table, +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/spacecash/bundle/c100{ + pixel_x = 1; + pixel_y = 10 + }, +/obj/item/spacecash/bundle/c100{ + pixel_x = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"wp" = ( +/obj/structure/sign/poster/contraband/energy_swords, +/turf/closed/wall/material, +/area/ruin/unpowered) +"xo" = ( +/obj/item/cigbutt{ + pixel_x = -11; + pixel_y = -2 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"xv" = ( +/obj/structure/rack, +/obj/item/paicard{ + pixel_y = 2 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"yQ" = ( +/obj/structure/rack, +/obj/item/reagent_containers/food/snacks/syndicake{ + pixel_x = -1; + pixel_y = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"yX" = ( +/obj/structure/rack, +/obj/item/poster/random_retro, +/obj/item/poster/random_retro{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"zP" = ( +/obj/machinery/door/airlock, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"BK" = ( +/obj/item/trash/can{ + icon_state = "shamblers"; + pixel_x = -6; + pixel_y = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"Cy" = ( +/obj/structure/table, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"FT" = ( +/turf/closed/wall, +/area/ruin/unpowered) +"FX" = ( +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"Gr" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/trash/candy{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"GO" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/broken/directional/west, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"IJ" = ( +/obj/effect/decal/remains/human{ + pixel_x = 1 + }, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"Kr" = ( +/obj/structure/rack, +/obj/item/toy/plush/hornet/gay, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"KZ" = ( +/obj/structure/sign/poster/contraband/starkist, +/turf/closed/wall/material, +/area/ruin/unpowered) +"LZ" = ( +/obj/structure/rack, +/obj/item/clothing/mask/gas/clown_hat{ + pixel_y = 6 + }, +/obj/item/clothing/mask/gas/clown_hat, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"Mu" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/fulltile, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/ruin/unpowered) +"MZ" = ( +/obj/structure/rack, +/obj/item/clothing/under/pants/khaki{ + pixel_y = 2 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"Qd" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/vomit/old, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"Tr" = ( +/obj/structure/table, +/obj/structure/window, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"Uk" = ( +/obj/structure/rack, +/obj/item/bikehorn{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"UZ" = ( +/obj/structure/table, +/obj/structure/window, +/obj/structure/window{ + dir = 8 + }, +/obj/item/reagent_containers/food/snacks/pizzaslice/custom{ + pixel_x = -1; + pixel_y = 3 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"VD" = ( +/obj/item/cigbutt{ + pixel_x = -7; + pixel_y = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/directional/north, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"We" = ( +/obj/item/trash/chips{ + pixel_x = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"Wp" = ( +/obj/structure/sign/poster/contraband/clown, +/turf/closed/wall, +/area/ruin/unpowered) +"Wr" = ( +/obj/structure/rack, +/obj/item/toy/sword{ + pixel_x = 4; + pixel_y = 6 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"Wt" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"WJ" = ( +/obj/machinery/door/window/southright, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"WU" = ( +/obj/item/trash/pistachios, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"Xd" = ( +/obj/structure/rack, +/obj/item/reagent_containers/food/snacks/canned/beans{ + pixel_x = 1; + pixel_y = 9 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"XR" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"Yd" = ( +/obj/effect/decal/cleanable/dirt/dust, +/mob/living/simple_animal/hostile/cockroach, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"Yf" = ( +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"YE" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/closet/crate/bin, +/obj/machinery/light/broken/directional/south, +/obj/item/toy/plush/among, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"Zu" = ( +/obj/structure/rack, +/obj/item/reagent_containers/food/drinks/waterbottle{ + pixel_x = 9; + pixel_y = 4 + }, +/obj/item/reagent_containers/food/drinks/waterbottle{ + pixel_x = -9; + pixel_y = 4 + }, +/obj/item/reagent_containers/food/drinks/waterbottle{ + pixel_y = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"ZA" = ( +/obj/structure/rack, +/obj/item/lighter/greyscale{ + pixel_x = -4 + }, +/obj/item/lighter/greyscale{ + pixel_x = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) + +(1,1,1) = {" +ux +ux +ux +ux +ux +ux +ux +ux +ux +ux +ux +ux +ux +"} +(2,1,1) = {" +ux +ux +ux +ux +ff +ff +ff +by +ff +ux +ux +ux +ux +"} +(3,1,1) = {" +ux +lS +lS +lS +Mu +Mu +bd +Mu +Mu +lS +lS +FT +ux +"} +(4,1,1) = {" +ux +fd +XR +Yf +WU +Wt +Yf +Wt +Yf +GO +fo +Wp +ux +"} +(5,1,1) = {" +ux +lS +yX +Wt +aX +nB +Wt +sQ +Xd +ut +Kr +lS +ux +"} +(6,1,1) = {" +ux +lS +kN +Wt +xv +Qd +MZ +Wt +yQ +Yf +Wr +wp +ux +"} +(7,1,1) = {" +ux +lS +ZA +Gr +tJ +Yf +cJ +Wt +Zu +Wt +Uk +FT +ux +"} +(8,1,1) = {" +ux +lS +sP +Yd +Wt +Wt +Wt +Yf +Wt +Yd +LZ +FT +ux +"} +(9,1,1) = {" +ux +lS +lS +lS +lu +mF +Cy +UZ +Yf +We +YE +lS +ux +"} +(10,1,1) = {" +ux +lS +wd +pd +lS +VD +rk +Tr +Wt +Yf +uM +lS +ux +"} +(11,1,1) = {" +ux +lS +cD +IJ +zP +xo +Yf +WJ +BK +Wt +FX +FT +ux +"} +(12,1,1) = {" +ux +lS +lS +lS +lS +lS +lS +lS +lS +KZ +lS +lS +ux +"} +(13,1,1) = {" +ux +ux +ux +ux +ux +ux +ux +ux +ux +ux +ux +ux +ux +"} diff --git a/_maps/RandomRuins/SandRuins/whitesands_surface_medipen_plant.dmm b/_maps/RandomRuins/SandRuins/whitesands_surface_medipen_plant.dmm index 7ae333dcd541..e9d9c42c3028 100644 --- a/_maps/RandomRuins/SandRuins/whitesands_surface_medipen_plant.dmm +++ b/_maps/RandomRuins/SandRuins/whitesands_surface_medipen_plant.dmm @@ -238,6 +238,7 @@ /obj/item/shard{ icon_state = "small" }, +/obj/item/construction/plumbing, /obj/item/wrench, /obj/effect/turf_decal/industrial/warning{ dir = 8 @@ -352,8 +353,11 @@ /turf/open/floor/plating, /area/ruin/powered) "iq" = ( -/obj/effect/turf_decal/box, -/turf/open/floor/engine, +/obj/machinery/chem_dispenser, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/white, /area/ruin/powered) "ir" = ( /obj/effect/decal/cleanable/dirt, @@ -482,7 +486,7 @@ /area/ruin/powered) "lM" = ( /obj/effect/turf_decal/industrial/outline/yellow, -/obj/machinery/ltsrbt, +/obj/machinery/quantumpad, /turf/open/floor/engine, /area/ruin/powered) "lO" = ( @@ -630,14 +634,18 @@ /turf/open/floor/plasteel/white, /area/ruin/powered) "qI" = ( -/obj/effect/turf_decal/box, -/obj/machinery/chem_heater, -/turf/open/floor/engine, +/obj/machinery/chem_dispenser, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/white, /area/ruin/powered) "qK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/plumbing/synthesizer, -/turf/open/floor/plating, +/obj/machinery/chem_master, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/white, /area/ruin/powered) "qL" = ( /obj/structure/rack, @@ -673,8 +681,13 @@ /turf/open/floor/plating, /area/ruin/powered) "rH" = ( -/obj/machinery/plumbing/output, -/turf/open/floor/plasteel/white, +/obj/effect/turf_decal/corner/transparent/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/corner/transparent/neutral, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/vending/mining_equipment, +/turf/open/floor/plasteel/dark, /area/ruin/powered) "rN" = ( /turf/open/floor/plating{ @@ -843,12 +856,12 @@ /turf/open/floor/plasteel/dark, /area/ruin/powered) "wW" = ( +/obj/machinery/vending/boozeomat, /obj/effect/turf_decal/corner/transparent/neutral{ dir = 1 }, /obj/effect/turf_decal/corner/transparent/neutral, /obj/effect/decal/cleanable/dirt, -/obj/machinery/vending/snack/random, /turf/open/floor/plasteel/dark, /area/ruin/powered) "xd" = ( @@ -875,10 +888,12 @@ /turf/open/floor/plasteel/dark, /area/ruin/powered) "xW" = ( -/obj/machinery/plumbing/synthesizer, -/turf/open/floor/plating{ - icon_state = "platingdmg3" +/obj/machinery/chem_master, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/white, /area/ruin/powered) "yc" = ( /obj/structure/door_assembly/door_assembly_research{ @@ -890,12 +905,13 @@ }, /area/ruin/powered) "yg" = ( -/obj/structure/closet/secure_closet/chemical, -/obj/effect/turf_decal/industrial/warning{ +/obj/machinery/vending/snack/random, +/obj/effect/turf_decal/corner/transparent/neutral{ dir = 1 }, -/obj/item/construction/plumbing, -/turf/open/floor/plasteel/white, +/obj/effect/turf_decal/corner/transparent/neutral, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, /area/ruin/powered) "yx" = ( /obj/effect/turf_decal/corner/transparent/neutral{ @@ -1037,6 +1053,7 @@ /turf/open/floor/plating, /area/ruin/powered) "Dt" = ( +/obj/machinery/chem_heater, /obj/effect/turf_decal/industrial/warning{ dir = 6 }, @@ -1110,6 +1127,7 @@ icon_state = "small" }, /obj/item/shard, +/obj/item/construction/plumbing, /obj/item/wrench, /obj/effect/turf_decal/industrial/warning{ dir = 4 @@ -1162,13 +1180,6 @@ "Jb" = ( /turf/closed/wall, /area/ruin/powered) -"Jd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/plumbing/synthesizer, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/ruin/powered) "Jm" = ( /obj/machinery/light/directional/south, /obj/structure/cable{ @@ -1612,9 +1623,12 @@ /turf/open/floor/plating, /area/ruin/powered) "WR" = ( -/obj/effect/turf_decal/box, -/obj/machinery/chem_master, -/turf/open/floor/engine, +/obj/machinery/vending/cola/random, +/obj/effect/turf_decal/corner/transparent/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/corner/transparent/neutral, +/turf/open/floor/plasteel/dark, /area/ruin/powered) "WS" = ( /obj/structure/table, @@ -1645,6 +1659,7 @@ /turf/open/floor/plasteel/dark, /area/ruin/powered) "Yp" = ( +/obj/machinery/chem_heater, /obj/effect/turf_decal/industrial/warning{ dir = 10 }, @@ -1652,14 +1667,13 @@ /turf/open/floor/plasteel/white, /area/ruin/powered) "YA" = ( +/obj/machinery/vending/medical, +/obj/effect/turf_decal/corner/transparent/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/corner/transparent/neutral, /obj/effect/decal/cleanable/dirt, -/obj/machinery/plumbing/pill_press, -/turf/open/floor/plasteel/white, -/area/ruin/powered) -"YE" = ( -/obj/effect/turf_decal/box, -/obj/machinery/chem_dispenser, -/turf/open/floor/engine, +/turf/open/floor/plasteel/dark, /area/ruin/powered) "YH" = ( /obj/effect/spawner/structure/window, @@ -1832,8 +1846,8 @@ mK fg Gz sO -Gz -sO +iq +xW Yp Jb Mb @@ -1887,7 +1901,7 @@ fO Go UH oH -Jd +Bb Eh eI BH @@ -1895,7 +1909,7 @@ eI Tb UH oH -YA +oH UH Go Mb @@ -1957,12 +1971,12 @@ Nb WE Db oH -rH +ad Dr az Ci Zx -YE +Ci Fd hK az @@ -1993,7 +2007,7 @@ Te az Zt Fd -WR +Ci Fd ef az @@ -2024,7 +2038,7 @@ Te az cG Fd -qI +hK Fd Ci az @@ -2040,7 +2054,7 @@ WS KQ qE Go -yg +hn oH WE nQ @@ -2187,9 +2201,9 @@ az (15,1,1) = {" Mb Jb +rH sE -sE -sE +YA OO OO uP @@ -2218,9 +2232,9 @@ az (16,1,1) = {" Mb Go +yg sE -sE -bu +WR OO ZM cZ @@ -2241,7 +2255,7 @@ np az hK Fd -iq +hK Fd hK az @@ -2267,12 +2281,12 @@ Mq zk Lc Bb -qK +ir np az Zt Fd -iq +Ci Zx hL az @@ -2303,7 +2317,7 @@ cl az pw Fd -iq +Ci Fd cM az @@ -2320,7 +2334,7 @@ Go Go Go rN -xW +rN UH ad Nb @@ -2391,7 +2405,7 @@ ir ad zk ad -lO +ad Te Go Mb @@ -2421,8 +2435,8 @@ hX zQ UH vI -vI -vI +qI +qK Dt Jb Mb diff --git a/_maps/RandomRuins/SandRuins/whitesands_surface_onlyaspoonful.dmm b/_maps/RandomRuins/SandRuins/whitesands_surface_onlyaspoonful.dmm new file mode 100644 index 000000000000..f84ccaf6c8ef --- /dev/null +++ b/_maps/RandomRuins/SandRuins/whitesands_surface_onlyaspoonful.dmm @@ -0,0 +1,1062 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/obj/item/kitchen/spoon/plastic{ + pixel_x = 10 + }, +/turf/open/floor/plastic, +/area/ruin/powered) +"aU" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/plastic, +/area/ruin/powered) +"aW" = ( +/obj/item/stack/medical/bruise_pack, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plastic, +/area/ruin/powered) +"bd" = ( +/turf/open/floor/plating/asteroid/whitesands, +/area/overmap_encounter/planetoid/sand/explored) +"bf" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plastic, +/area/ruin/powered) +"bh" = ( +/obj/structure/filingcabinet/security, +/turf/open/floor/plastic, +/area/ruin/powered) +"bo" = ( +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/item/kitchen/knife/combat, +/turf/open/floor/plastic, +/area/ruin/powered) +"bz" = ( +/obj/item/ammo_casing/spent{ + dir = 8; + pixel_x = -9; + pixel_y = -9 + }, +/obj/item/ammo_casing/spent{ + dir = 8; + pixel_x = 3; + pixel_y = -5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plastic, +/area/ruin/powered) +"ct" = ( +/turf/template_noop, +/area/template_noop) +"dk" = ( +/obj/effect/decal/cleanable/blood/gibs, +/turf/open/floor/plastic, +/area/ruin/powered) +"dl" = ( +/turf/closed/wall/r_wall, +/area/ruin/powered) +"dw" = ( +/obj/effect/decal/cleanable/blood/gibs/torso{ + dir = 1 + }, +/turf/open/floor/plastic, +/area/ruin/powered) +"ew" = ( +/obj/effect/decal/cleanable/dirt/dust, +/mob/living/simple_animal/hostile/human/hermit/survivor, +/turf/open/floor/plastic, +/area/ruin/powered) +"eH" = ( +/obj/item/ammo_casing/spent{ + dir = 1; + pixel_x = -3; + pixel_y = -2 + }, +/obj/item/ammo_casing/spent{ + pixel_x = -8; + pixel_y = -7 + }, +/obj/item/ammo_casing/spent{ + dir = 8; + pixel_x = 10; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plastic, +/area/ruin/powered) +"eU" = ( +/obj/machinery/computer/security, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plastic, +/area/ruin/powered) +"eZ" = ( +/obj/item/stack/sheet/plastic/fifty, +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plastic, +/area/ruin/powered) +"fm" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "floor3" + }, +/turf/open/floor/plastic, +/area/ruin/powered) +"ga" = ( +/obj/effect/decal/cleanable/blood/splatter, +/obj/effect/decal/cleanable/blood/tracks, +/turf/open/floor/plastic, +/area/ruin/powered) +"gy" = ( +/obj/structure/rack, +/turf/open/floor/plastic, +/area/ruin/powered) +"gF" = ( +/obj/effect/mob_spawn/human/corpse/syndicatesoldier, +/obj/effect/decal/cleanable/blood{ + icon_state = "floor2" + }, +/turf/open/floor/plastic, +/area/ruin/powered) +"gG" = ( +/obj/item/kitchen/spoon/plastic{ + pixel_x = 13; + pixel_y = 1 + }, +/turf/open/floor/plastic, +/area/ruin/powered) +"gK" = ( +/obj/structure/closet/crate/secure, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/machinery/light/broken/directional/north, +/turf/open/floor/plastic, +/area/ruin/powered) +"hs" = ( +/obj/structure/closet/crate/secure, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/turf/open/floor/plastic, +/area/ruin/powered) +"hw" = ( +/mob/living/simple_animal/hostile/human/hermit/ranged/hunter, +/turf/open/floor/plastic, +/area/ruin/powered) +"hA" = ( +/obj/item/ammo_casing/spent{ + pixel_y = 3 + }, +/obj/item/ammo_casing/spent{ + dir = 8; + pixel_x = -8; + pixel_y = -4 + }, +/obj/item/ammo_casing/spent{ + dir = 5; + pixel_x = 6; + pixel_y = 8 + }, +/turf/open/floor/plastic, +/area/ruin/powered) +"ia" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor{ + id = "SPOON" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"jw" = ( +/obj/item/ammo_casing/spent{ + dir = 1; + pixel_x = 7; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/blood, +/obj/item/ammo_box/magazine/co9mm, +/turf/open/floor/plastic, +/area/ruin/powered) +"ka" = ( +/obj/structure/closet/crate/secure, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/turf/open/floor/plastic, +/area/ruin/powered) +"km" = ( +/obj/structure/rack, +/obj/item/stack/sheet/plastic/fifty, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plastic, +/area/ruin/powered) +"os" = ( +/obj/structure/closet/crate/secure, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/turf/open/floor/plastic, +/area/ruin/powered) +"oN" = ( +/obj/structure/closet/crate/secure, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/turf/open/floor/plastic, +/area/ruin/powered) +"pl" = ( +/obj/structure/closet/crate/secure, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/turf/open/floor/plastic, +/area/ruin/powered) +"pZ" = ( +/obj/effect/mob_spawn/human/corpse/syndicatesoldier, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plastic, +/area/ruin/powered) +"qa" = ( +/obj/machinery/icecream_vat, +/obj/item/shovel/spoon, +/turf/open/floor/plating/asteroid/whitesands/dried, +/area/overmap_encounter/planetoid/sand/explored) +"sl" = ( +/obj/item/kitchen/spoon/plastic{ + pixel_x = 11 + }, +/turf/open/floor/plastic, +/area/ruin/powered) +"sv" = ( +/obj/item/kitchen/spoon/plastic{ + pixel_x = 5; + pixel_y = -4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plastic, +/area/ruin/powered) +"tl" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "floor2" + }, +/obj/item/bodypart/r_arm, +/turf/open/floor/plastic, +/area/ruin/powered) +"ud" = ( +/obj/machinery/door/airlock/engineering, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plastic, +/area/ruin/powered) +"uE" = ( +/turf/open/floor/plating/asteroid/whitesands/dried, +/area/overmap_encounter/planetoid/sand/explored) +"vO" = ( +/obj/item/ammo_casing/spent{ + dir = 9; + pixel_x = 4; + pixel_y = -3 + }, +/obj/item/ammo_casing/spent{ + dir = 5; + pixel_x = -6; + pixel_y = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plastic, +/area/ruin/powered) +"vV" = ( +/obj/effect/decal/cleanable/blood/gibs/up, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plastic, +/area/ruin/powered) +"vZ" = ( +/obj/item/ammo_casing/spent{ + dir = 5; + pixel_x = -5; + pixel_y = -6 + }, +/obj/item/ammo_casing/spent{ + dir = 4; + pixel_x = 8; + pixel_y = 9 + }, +/obj/effect/decal/cleanable/blood/tracks, +/mob/living/simple_animal/hostile/human/hermit/ranged/gunslinger, +/turf/open/floor/plastic, +/area/ruin/powered) +"wr" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plastic, +/area/ruin/powered) +"xd" = ( +/obj/item/grenade/syndieminibomb, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plastic, +/area/ruin/powered) +"ys" = ( +/obj/structure/rack, +/obj/item/stack/sheet/plastic/five, +/obj/machinery/light/broken/directional/north, +/turf/open/floor/plastic, +/area/ruin/powered) +"zb" = ( +/obj/item/ammo_casing/spent{ + dir = 4; + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/ammo_casing/spent{ + dir = 5; + pixel_x = -7; + pixel_y = -7 + }, +/turf/open/floor/plastic, +/area/ruin/powered) +"zM" = ( +/obj/effect/mob_spawn/human/corpse/syndicatesoldier, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plastic, +/area/ruin/powered) +"Az" = ( +/obj/effect/decal/remains/human, +/obj/item/clothing/head/helmet, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plastic, +/area/ruin/powered) +"AE" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/donut/meat{ + pixel_x = 2; + pixel_y = 5 + }, +/turf/open/floor/plastic, +/area/ruin/powered) +"Bl" = ( +/obj/structure/closet/crate/secure, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/turf/open/floor/plastic, +/area/ruin/powered) +"BR" = ( +/obj/structure/rack, +/obj/item/stack/sheet/plastic/fifty, +/turf/open/floor/plastic, +/area/ruin/powered) +"Cb" = ( +/obj/structure/rack, +/obj/item/stack/sheet/plastic, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plastic, +/area/ruin/powered) +"Cq" = ( +/obj/item/ammo_casing/spent{ + dir = 5; + pixel_x = -9; + pixel_y = 1 + }, +/obj/item/ammo_casing/spent{ + dir = 5; + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/ammo_casing/spent{ + dir = 5; + pixel_x = -8; + pixel_y = -8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plastic, +/area/ruin/powered) +"CD" = ( +/obj/item/ammo_casing/spent{ + dir = 6; + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/ammo_casing/spent{ + dir = 4; + pixel_x = -10; + pixel_y = 8 + }, +/turf/open/floor/plastic, +/area/ruin/powered) +"CU" = ( +/obj/structure/table, +/obj/machinery/button/door{ + id = "SPOON" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plastic, +/area/ruin/powered) +"DM" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/decal/remains/human, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/clothing/glasses/regular, +/obj/machinery/light/broken/directional/west, +/turf/open/floor/plastic, +/area/ruin/powered) +"EC" = ( +/mob/living/simple_animal/hostile/human/hermit/ranged/hunter, +/turf/open/floor/plating/asteroid/whitesands, +/area/overmap_encounter/planetoid/sand/explored) +"Fi" = ( +/obj/machinery/autolathe, +/obj/machinery/camera{ + dir = 5 + }, +/turf/open/floor/plastic, +/area/ruin/powered) +"FB" = ( +/turf/closed/wall/material, +/area/ruin/powered) +"Hi" = ( +/obj/machinery/door/airlock/security, +/obj/effect/decal/cleanable/blood/tracks, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plastic, +/area/ruin/powered) +"Hl" = ( +/obj/effect/mob_spawn/human/corpse/nanotrasensoldier, +/obj/effect/decal/cleanable/blood{ + icon_state = "floor6" + }, +/turf/open/floor/plastic, +/area/ruin/powered) +"HA" = ( +/obj/item/stack/sheet/plastic, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plastic, +/area/ruin/powered) +"HS" = ( +/obj/structure/closet/crate/secure, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/turf/open/floor/plastic, +/area/ruin/powered) +"Ij" = ( +/obj/item/kitchen/spoon/plastic{ + pixel_x = 13 + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "floor7" + }, +/turf/open/floor/plastic, +/area/ruin/powered) +"Iy" = ( +/obj/effect/mob_spawn/human/corpse/syndicatesoldier, +/obj/effect/decal/cleanable/blood{ + icon_state = "floor6" + }, +/turf/open/floor/plastic, +/area/ruin/powered) +"IH" = ( +/turf/closed/wall/rust, +/area/ruin/powered) +"Jb" = ( +/obj/machinery/light/broken/directional/south, +/turf/open/floor/plastic, +/area/ruin/powered) +"Jm" = ( +/obj/machinery/camera, +/turf/open/floor/plastic, +/area/ruin/powered) +"Jt" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "floor5" + }, +/obj/item/bodypart/head, +/turf/open/floor/plastic, +/area/ruin/powered) +"Ke" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/broken/directional/east, +/turf/open/floor/plastic, +/area/ruin/powered) +"KY" = ( +/obj/effect/mob_spawn/human/corpse/nanotrasensoldier, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plastic, +/area/ruin/powered) +"Lm" = ( +/obj/item/gun/ballistic/automatic/pistol, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plastic, +/area/ruin/powered) +"Lz" = ( +/turf/closed/mineral/random/whitesands, +/area/overmap_encounter/planetoid/sand/explored) +"Me" = ( +/obj/item/ammo_casing/spent{ + dir = 8; + pixel_x = -6; + pixel_y = 5 + }, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/plastic, +/area/ruin/powered) +"Mu" = ( +/obj/effect/decal/cleanable/blood/tracks, +/turf/open/floor/plastic, +/area/ruin/powered) +"MG" = ( +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"Nd" = ( +/obj/effect/decal/cleanable/blood/gibs/limb{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/gibs/limb{ + dir = 1; + pixel_x = 18; + pixel_y = 5 + }, +/obj/effect/decal/cleanable/blood, +/obj/item/ammo_box/magazine/m10mm, +/turf/open/floor/plastic, +/area/ruin/powered) +"NP" = ( +/obj/item/paper_bin, +/obj/structure/table, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plastic, +/area/ruin/powered) +"Oo" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/broken/directional/west, +/turf/open/floor/plastic, +/area/ruin/powered) +"OJ" = ( +/obj/item/ammo_casing/spent{ + dir = 5; + pixel_y = -6 + }, +/obj/item/ammo_casing/spent{ + pixel_x = -11; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plastic, +/area/ruin/powered) +"Pi" = ( +/obj/effect/decal/cleanable/blood/splatter{ + icon_state = "gibbl5" + }, +/obj/item/ammo_box/magazine/wt550m9, +/turf/open/floor/plastic, +/area/ruin/powered) +"Qm" = ( +/obj/item/ammo_casing/spent{ + dir = 8; + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/ammo_casing/spent{ + dir = 6; + pixel_x = 8; + pixel_y = -3 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plastic, +/area/ruin/powered) +"Qp" = ( +/obj/structure/closet/crate/secure, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plastic, +/area/ruin/powered) +"Ro" = ( +/obj/machinery/door/airlock/glass, +/turf/open/floor/plastic, +/area/ruin/powered) +"Rz" = ( +/obj/machinery/door/airlock/highsecurity, +/turf/open/floor/plastic, +/area/ruin/powered) +"RG" = ( +/obj/item/ammo_casing/spent{ + dir = 10; + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/ammo_casing/spent{ + dir = 5; + pixel_x = -10; + pixel_y = -10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plastic, +/area/ruin/powered) +"RN" = ( +/obj/machinery/camera, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plastic, +/area/ruin/powered) +"Sr" = ( +/obj/item/ammo_casing/spent{ + dir = 1; + pixel_x = 12; + pixel_y = -3 + }, +/obj/item/ammo_casing/spent{ + dir = 5; + pixel_x = 6; + pixel_y = -9 + }, +/turf/open/floor/plastic, +/area/ruin/powered) +"Sw" = ( +/obj/effect/decal/remains/human, +/obj/item/clothing/head/hardhat/weldhat/orange, +/turf/open/floor/plastic, +/area/ruin/powered) +"ST" = ( +/obj/item/ammo_casing/spent{ + dir = 5; + pixel_x = 4; + pixel_y = 7 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plastic, +/area/ruin/powered) +"Tt" = ( +/obj/item/gun/ballistic/automatic/pistol/commander, +/turf/open/floor/plastic, +/area/ruin/powered) +"TA" = ( +/obj/structure/fluff/paper/stack{ + dir = 4; + pixel_y = -1 + }, +/obj/structure/table, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plastic, +/area/ruin/powered) +"TD" = ( +/obj/effect/decal/cleanable/blood/tracks, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"TM" = ( +/obj/item/kitchen/spoon/plastic{ + pixel_x = 7; + pixel_y = 4 + }, +/turf/open/floor/plastic, +/area/ruin/powered) +"VR" = ( +/turf/open/floor/plastic, +/area/ruin/powered) +"WA" = ( +/obj/machinery/camera{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plastic, +/area/ruin/powered) +"XL" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/broken/directional/north, +/turf/open/floor/plastic, +/area/ruin/powered) +"Ze" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plastic, +/area/ruin/powered) +"Zr" = ( +/obj/effect/mob_spawn/human/corpse/nanotrasensoldier, +/obj/effect/decal/cleanable/blood{ + icon_state = "floor4" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plastic, +/area/ruin/powered) + +(1,1,1) = {" +ct +ct +ct +ct +ct +ct +ct +Lz +Lz +Lz +ct +ct +ct +ct +ct +ct +ct +ct +"} +(2,1,1) = {" +ct +ct +ct +ct +ct +ct +ct +Lz +qa +Lz +ct +ct +FB +IH +FB +IH +FB +ct +"} +(3,1,1) = {" +ct +ct +ct +ct +ct +ct +ct +Lz +Lz +Lz +ct +ct +FB +Ze +DM +Ze +IH +ct +"} +(4,1,1) = {" +ct +dl +MG +dl +dl +MG +MG +dl +dl +dl +MG +dl +MG +ew +TA +NP +FB +bd +"} +(5,1,1) = {" +ct +MG +BR +ew +Fi +dl +Ze +VR +Oo +VR +jw +zb +Rz +Ze +Ze +Ze +Ro +bd +"} +(6,1,1) = {" +ct +MG +wr +Ze +Ze +MG +eH +Ze +Zr +dk +sv +WA +MG +RN +Ze +Ze +IH +bd +"} +(7,1,1) = {" +ct +dl +ys +Ze +HA +ud +Pi +hs +Tt +Me +Ze +KY +MG +MG +IH +FB +IH +bd +"} +(8,1,1) = {" +ct +dl +Cb +Sw +Ze +dl +Hl +Ze +Ze +hs +HS +VR +Ze +Jt +MG +Lz +uE +uE +"} +(9,1,1) = {" +ct +TD +eZ +gy +km +MG +sl +Cq +os +vV +Ze +Ze +ka +Ze +dl +uE +uE +ct +"} +(10,1,1) = {" +ct +dl +MG +dl +MG +MG +gK +Ze +tl +VR +TM +fm +Nd +Jb +MG +bd +bd +ct +"} +(11,1,1) = {" +ct +MG +bh +xd +aW +MG +Ze +aU +RG +Ze +vO +VR +VR +hA +ia +bd +EC +ct +"} +(12,1,1) = {" +ct +dl +AE +zM +aU +MG +Ij +bz +pl +OJ +bo +HS +VR +dk +ia +bd +bd +ct +"} +(13,1,1) = {" +ct +dl +XL +Lm +Mu +Hi +ga +vZ +Mu +pZ +gG +Sr +gF +VR +ia +bd +bd +ct +"} +(14,1,1) = {" +ct +MG +eU +bf +Az +dl +Jm +Iy +Ze +Qm +ST +Ze +Ze +Bl +MG +bd +bd +ct +"} +(15,1,1) = {" +ct +dl +CU +hw +Ze +dl +Qp +Ze +CD +Ke +oN +dw +aa +Ze +dl +ct +ct +ct +"} +(16,1,1) = {" +ct +dl +MG +MG +dl +MG +MG +dl +MG +dl +MG +MG +dl +MG +dl +ct +ct +ct +"} +(17,1,1) = {" +ct +ct +ct +ct +ct +ct +ct +ct +ct +ct +ct +ct +ct +ct +ct +ct +ct +ct +"} diff --git a/_maps/RandomRuins/SandRuins/whitesands_surface_starfurycrash.dmm b/_maps/RandomRuins/SandRuins/whitesands_surface_starfurycrash.dmm new file mode 100644 index 000000000000..230481e65503 --- /dev/null +++ b/_maps/RandomRuins/SandRuins/whitesands_surface_starfurycrash.dmm @@ -0,0 +1,1555 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ad" = ( +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/overmap_encounter/planetoid/cave/explored) +"aE" = ( +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/overmap_encounter/planetoid/cave/explored) +"ba" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/visible, +/turf/open/floor/engine{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"bJ" = ( +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/overmap_encounter/planetoid/cave/explored) +"cS" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/open/floor/plating{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"dX" = ( +/obj/item/gun/ballistic/automatic/pistol/no_mag, +/turf/open/floor/plating/asteroid/whitesands, +/area/overmap_encounter/planetoid/cave/explored) +"eg" = ( +/obj/effect/turf_decal/industrial/traffic{ + dir = 4 + }, +/turf/open/floor/engine{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"eO" = ( +/obj/item/clothing/gloves/combat, +/turf/open/floor/plating/asteroid/whitesands, +/area/overmap_encounter/planetoid/cave/explored) +"eS" = ( +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/overmap_encounter/planetoid/cave/explored) +"fw" = ( +/obj/structure/frame/machine, +/obj/item/stack/cable_coil/cut/blue, +/turf/open/floor/mineral/plastitanium/red{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"fA" = ( +/obj/effect/turf_decal/industrial/traffic{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 5 + }, +/turf/open/floor/engine{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"fH" = ( +/obj/effect/turf_decal/industrial/traffic{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 8 + }, +/turf/open/floor/engine{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"fM" = ( +/turf/closed/wall/r_wall/syndicate, +/area/overmap_encounter/planetoid/cave/explored) +"fU" = ( +/obj/item/stack/sheet/metal, +/obj/item/stack/sheet/metal, +/obj/item/stack/sheet/metal, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 8 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1"; + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"fW" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 1 + }, +/turf/open/floor/plating/asteroid/whitesands, +/area/overmap_encounter/planetoid/cave/explored) +"gt" = ( +/obj/machinery/atmospherics/components/binary/pump, +/turf/open/floor/plating{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"ho" = ( +/obj/effect/turf_decal/industrial/traffic{ + dir = 1 + }, +/turf/open/floor/engine{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"hz" = ( +/obj/item/storage/toolbox/syndicate, +/turf/open/floor/engine{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"hG" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4 + }, +/turf/open/floor/plating{ + icon_state = "panelscorched"; + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"hQ" = ( +/obj/structure/chair/comfy, +/turf/open/floor/plating{ + icon_state = "panelscorched"; + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"ih" = ( +/obj/effect/turf_decal/industrial/traffic{ + dir = 4 + }, +/mob/living/simple_animal/hostile/human/syndicate/ranged/smg/space, +/turf/open/floor/engine{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"il" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers, +/turf/open/floor/plating{ + icon_state = "panelscorched"; + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"iq" = ( +/obj/effect/turf_decal/industrial/traffic{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers, +/turf/open/floor/engine{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"jd" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 10 + }, +/turf/open/floor/plating{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"jf" = ( +/turf/open/floor/mineral/plastitanium/red{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"jI" = ( +/turf/closed/mineral/random/whitesands, +/area/overmap_encounter/planetoid/cave/explored) +"kN" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/plating{ + icon_state = "platingdmg1"; + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"kW" = ( +/obj/effect/decal/cleanable/ash/large, +/turf/open/floor/plating{ + icon_state = "panelscorched"; + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"kZ" = ( +/turf/open/floor/plating{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"lx" = ( +/obj/effect/turf_decal/corner/opaque/blue, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/overmap_encounter/planetoid/cave/explored) +"lN" = ( +/obj/item/clothing/head/hardhat/red{ + desc = "A piece of headgear used in dangerous working conditions to protect the head. On closer inspection it apears to be a regular hardhat painted red."; + name = "syndicate hardhat" + }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/turf/open/floor/plating{ + icon_state = "panelscorched"; + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"mv" = ( +/mob/living/simple_animal/hostile/human/syndicate/ranged/space, +/turf/open/floor/plating/asteroid/whitesands, +/area/overmap_encounter/planetoid/cave/explored) +"mP" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 8 + }, +/turf/open/floor/engine{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"nn" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/engine{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"ns" = ( +/obj/structure/frame/machine, +/obj/item/circuitboard/machine/smes, +/obj/item/stock_parts/capacitor, +/obj/item/stack/cable_coil/cut/blue, +/obj/item/stock_parts/cell/empty, +/turf/open/floor/plating{ + icon_state = "platingdmg2" + }, +/area/overmap_encounter/planetoid/cave/explored) +"nA" = ( +/obj/item/storage/firstaid/ancient, +/turf/open/floor/plating/asteroid/whitesands, +/area/overmap_encounter/planetoid/cave/explored) +"nM" = ( +/obj/machinery/atmospherics/pipe/simple/dark/visible{ + dir = 8 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1"; + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"ox" = ( +/obj/machinery/atmospherics/components/binary/pump, +/turf/open/floor/engine{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"oT" = ( +/turf/open/floor/plating/asteroid/whitesands, +/area/overmap_encounter/planetoid/cave/explored) +"pK" = ( +/obj/item/stack/cable_coil/cut/blue, +/obj/item/stack/tile/plasteel, +/turf/open/floor/plating/asteroid/whitesands/dried, +/area/overmap_encounter/planetoid/cave/explored) +"pL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers{ + dir = 5 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1"; + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"qe" = ( +/obj/machinery/atmospherics/components/binary/circulator{ + dir = 4 + }, +/turf/open/floor/engine{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"qk" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg2"; + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"rp" = ( +/obj/machinery/suit_storage_unit, +/turf/open/floor/plating{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"rE" = ( +/obj/machinery/power/smes, +/turf/open/floor/plating{ + icon_state = "platingdmg2" + }, +/area/overmap_encounter/planetoid/cave/explored) +"sa" = ( +/obj/item/toy/plush/lizardplushie{ + desc = "An adorable stuffed toy that resembles nothing like a tegu."; + name = "tegu plushie" + }, +/turf/open/floor/plating/asteroid/whitesands, +/area/overmap_encounter/planetoid/cave/explored) +"ss" = ( +/obj/structure/window/plasma/reinforced/plastitanium/unanchored, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/overmap_encounter/planetoid/cave/explored) +"sB" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/machinery/portable_atmospherics/canister/toxins, +/turf/open/floor/plating{ + icon_state = "panelscorched"; + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"tc" = ( +/obj/effect/turf_decal/industrial/traffic{ + dir = 8 + }, +/turf/open/floor/plating{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"tp" = ( +/obj/machinery/atmospherics/pipe/simple/dark/visible{ + dir = 10 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1"; + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"uN" = ( +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers{ + dir = 6 + }, +/turf/open/floor/engine{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"wh" = ( +/obj/item/clothing/shoes/jackboots, +/turf/open/floor/plating/asteroid/whitesands, +/area/overmap_encounter/planetoid/cave/explored) +"wp" = ( +/obj/structure/frame/machine, +/turf/open/floor/plating{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"wy" = ( +/obj/item/stock_parts/cell/empty, +/obj/item/stock_parts/cell/empty{ + pixel_x = -8; + pixel_y = -7 + }, +/obj/item/stock_parts/cell/empty{ + pixel_x = 6; + pixel_y = -10 + }, +/turf/open/floor/plating/asteroid/whitesands, +/area/overmap_encounter/planetoid/cave/explored) +"wH" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/plating{ + icon_state = "platingdmg1"; + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"wS" = ( +/mob/living/simple_animal/hostile/human/syndicate/ranged/smg/space, +/turf/open/floor/plating{ + icon_state = "platingdmg2"; + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"xr" = ( +/mob/living/simple_animal/hostile/human/syndicate/ranged/smg/space, +/mob/living/simple_animal/hostile/human/syndicate/ranged/space, +/turf/open/floor/plating{ + icon_state = "platingdmg2"; + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"yj" = ( +/obj/machinery/door/airlock/hatch, +/turf/open/floor/plasteel/dark, +/area/overmap_encounter/planetoid/cave/explored) +"yD" = ( +/obj/machinery/door/airlock/engineering{ + dir = 4 + }, +/turf/open/floor/plating, +/area/overmap_encounter/planetoid/cave/explored) +"zt" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/outline/yellow, +/turf/open/floor/plasteel/dark, +/area/overmap_encounter/planetoid/cave/explored) +"zA" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 8 + }, +/turf/open/floor/plating{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"zB" = ( +/obj/effect/decal/remains/human, +/obj/effect/decal/cleanable/blood/old, +/obj/item/clothing/under/syndicate{ + pixel_y = -11 + }, +/turf/open/floor/plating/asteroid/whitesands, +/area/overmap_encounter/planetoid/cave/explored) +"zY" = ( +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/overmap_encounter/planetoid/cave/explored) +"AB" = ( +/obj/structure/frame/machine, +/obj/item/circuitboard/machine/sleeper, +/turf/open/floor/plating{ + icon_state = "panelscorched"; + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"Be" = ( +/obj/structure/window/plasma/reinforced/plastitanium/unanchored, +/obj/machinery/atmospherics/pipe/simple/scrubbers, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/overmap_encounter/planetoid/cave/explored) +"Bt" = ( +/mob/living/simple_animal/hostile/human/syndicate/ranged/shotgun/space, +/turf/open/floor/plating{ + icon_state = "platingdmg1"; + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"BW" = ( +/turf/open/floor/plasteel/dark, +/area/overmap_encounter/planetoid/cave/explored) +"BY" = ( +/obj/effect/turf_decal/radiation, +/turf/open/floor/plasteel/dark, +/area/overmap_encounter/planetoid/cave/explored) +"CM" = ( +/obj/machinery/atmospherics/pipe/simple/dark/visible, +/turf/closed/wall/r_wall/syndicate, +/area/overmap_encounter/planetoid/cave/explored) +"CX" = ( +/obj/effect/turf_decal/industrial/hatch/yellow, +/obj/machinery/portable_atmospherics/canister/toxins, +/turf/open/floor/plasteel/dark, +/area/overmap_encounter/planetoid/cave/explored) +"Dz" = ( +/obj/machinery/atmospherics/components/binary/circulator/cold{ + dir = 8 + }, +/turf/open/floor/engine{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"DF" = ( +/obj/effect/turf_decal/industrial/traffic{ + dir = 1 + }, +/obj/machinery/atmospherics/components/binary/pump, +/obj/machinery/atmospherics/pipe/simple/dark/visible{ + dir = 8 + }, +/turf/open/floor/engine{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"DL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers, +/turf/open/floor/plating{ + icon_state = "platingdmg1"; + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"Eg" = ( +/obj/item/stock_parts/cell/empty{ + pixel_x = 5; + pixel_y = -6 + }, +/obj/machinery/power/terminal{ + dir = 1 + }, +/turf/open/floor/plating/asteroid/whitesands/dried, +/area/overmap_encounter/planetoid/cave/explored) +"Ej" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 8 + }, +/turf/open/floor/engine{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"Ek" = ( +/obj/effect/turf_decal/industrial/traffic{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/dark/visible{ + dir = 5 + }, +/turf/open/floor/engine{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"Eu" = ( +/mob/living/simple_animal/hostile/human/syndicate/ranged/space/stormtrooper, +/turf/open/floor/plating{ + icon_state = "panelscorched"; + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"FM" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 6 + }, +/turf/open/floor/engine{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"Gd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers{ + dir = 8 + }, +/turf/open/floor/plating{ + icon_state = "panelscorched"; + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"Gg" = ( +/obj/machinery/atmospherics/pipe/manifold/dark/visible{ + dir = 4 + }, +/turf/open/floor/engine{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"GD" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/open/floor/engine{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"GO" = ( +/obj/item/circuitboard/machine/sleeper, +/turf/open/floor/plating{ + icon_state = "platingdmg1"; + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"Ha" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/turf/open/floor/plating{ + icon_state = "panelscorched"; + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"Hy" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, +/turf/open/floor/plating{ + icon_state = "platingdmg1"; + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"Iz" = ( +/turf/open/floor/plating{ + icon_state = "panelscorched"; + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"IK" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/engine{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"IY" = ( +/obj/machinery/power/smes, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/overmap_encounter/planetoid/cave/explored) +"Jn" = ( +/turf/open/floor/pod/dark, +/area/overmap_encounter/planetoid/cave/explored) +"KN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers, +/turf/open/floor/engine{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"KR" = ( +/mob/living/simple_animal/hostile/human/syndicate/ranged/shotgun/space, +/turf/open/floor/plating/asteroid/whitesands, +/area/overmap_encounter/planetoid/cave/explored) +"KT" = ( +/obj/structure/safe/floor, +/obj/item/clothing/suit/space/hardsuit/syndi/ramzi, +/obj/item/documents/syndicate, +/turf/open/floor/plating{ + icon_state = "panelscorched"; + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"Md" = ( +/mob/living/simple_animal/hostile/human/syndicate/ranged/space, +/turf/open/floor/plating{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"NA" = ( +/obj/structure/frame/machine, +/turf/open/floor/engine{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"NH" = ( +/obj/machinery/atmospherics/pipe/simple/dark/visible{ + dir = 5 + }, +/turf/open/floor/plating/asteroid/whitesands{ + dir = 8 + }, +/area/overmap_encounter/planetoid/cave/explored) +"NQ" = ( +/turf/open/floor/plating, +/area/overmap_encounter/planetoid/cave/explored) +"Oj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers{ + dir = 10 + }, +/turf/open/floor/engine{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"Or" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1"; + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"OY" = ( +/obj/effect/turf_decal/corner/opaque/blue, +/turf/open/floor/plasteel/dark, +/area/overmap_encounter/planetoid/cave/explored) +"Pr" = ( +/obj/machinery/door/airlock/engineering, +/turf/open/floor/plating{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"PQ" = ( +/obj/effect/turf_decal/industrial/traffic{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/dark/visible{ + dir = 8 + }, +/turf/open/floor/engine{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"Qk" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 9 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1"; + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"QG" = ( +/obj/effect/turf_decal/industrial/loading/red, +/turf/open/floor/plasteel/dark, +/area/overmap_encounter/planetoid/cave/explored) +"QP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers{ + dir = 8 + }, +/turf/open/floor/plating/asteroid/whitesands, +/area/overmap_encounter/planetoid/cave/explored) +"Ri" = ( +/obj/item/pickaxe/improvised, +/turf/open/floor/plating/asteroid/whitesands, +/area/overmap_encounter/planetoid/cave/explored) +"Rn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers{ + dir = 8 + }, +/turf/open/floor/plating{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"Rq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers{ + dir = 8 + }, +/turf/open/floor/engine{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"RJ" = ( +/turf/template_noop, +/area/template_noop) +"Sp" = ( +/obj/effect/decal/cleanable/ash, +/obj/item/paper{ + desc = null; + default_raw_text = "Well, we failed. The undoable has been done. We were taken out. The great Starfury is stuck in orbit, and many of our systems are damaged. There is no other choice but to evacuate. However, me and a group of talented indviduals will go with me. I will activate the hyperdrive, one last time to scuttle the ship before Nanotrasen can get their grubby little hands on it, on the planet of our greatest victory. If you are worried about me, I have my tegu plushie and all i need to survive for a year. Men and women, its been a honour."; + name = "Starfury Status Report - January 15th, 2501" + }, +/turf/open/floor/plating{ + icon_state = "panelscorched"; + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"Sx" = ( +/turf/open/floor/plating/asteroid/whitesands/dried, +/area/overmap_encounter/planetoid/cave/explored) +"SM" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/overmap_encounter/planetoid/cave/explored) +"SS" = ( +/obj/effect/turf_decal/industrial/traffic{ + dir = 8 + }, +/turf/open/floor/engine{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"Ts" = ( +/obj/effect/decal/cleanable/ash, +/obj/effect/decal/cleanable/ash{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/decal/cleanable/ash{ + pixel_x = 2; + pixel_y = -2 + }, +/turf/open/floor/plating{ + icon_state = "panelscorched"; + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"TF" = ( +/obj/effect/turf_decal/industrial/traffic{ + dir = 5 + }, +/turf/open/floor/engine{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"TT" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/item/pipe_dispenser, +/turf/open/floor/plating{ + icon_state = "panelscorched"; + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"TZ" = ( +/obj/item/stack/sheet/metal, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1 + }, +/turf/open/floor/plating/asteroid/whitesands, +/area/overmap_encounter/planetoid/cave/explored) +"Uw" = ( +/obj/structure/door_assembly/door_assembly_hatch, +/turf/open/floor/plating{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"UD" = ( +/obj/machinery/portable_atmospherics/scrubber, +/turf/open/floor/plating{ + icon_state = "platingdmg1"; + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"UV" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1"; + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"Vl" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/overmap_encounter/planetoid/cave/explored) +"Wh" = ( +/obj/item/clothing/neck/stethoscope, +/turf/open/floor/plating{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"Ws" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg1"; + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"Wz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers{ + dir = 10 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1"; + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"WB" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 8 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1"; + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"WX" = ( +/turf/open/floor/engine{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"Xh" = ( +/obj/item/stack/tile/plasteel, +/mob/living/simple_animal/hostile/human/syndicate/ranged/space, +/turf/open/floor/plating/asteroid/whitesands/dried, +/area/overmap_encounter/planetoid/cave/explored) +"XR" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/open/floor/plating{ + icon_state = "platingdmg1"; + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"Yo" = ( +/obj/machinery/portable_atmospherics/scrubber, +/turf/open/floor/plating/asteroid/whitesands, +/area/overmap_encounter/planetoid/cave/explored) +"Yw" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/plating/asteroid/whitesands, +/area/overmap_encounter/planetoid/cave/explored) +"YE" = ( +/obj/item/stack/sheet/metal, +/obj/item/stack/sheet/metal, +/turf/open/floor/plating/asteroid/whitesands, +/area/overmap_encounter/planetoid/cave/explored) +"YM" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 8 + }, +/turf/open/floor/plating{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"Zl" = ( +/obj/machinery/door/airlock/hatch{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/overmap_encounter/planetoid/cave/explored) +"Zy" = ( +/obj/structure/frame/machine, +/obj/item/stack/cable_coil/cut/blue, +/turf/open/floor/engine{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) +"ZX" = ( +/obj/machinery/suit_storage_unit{ + mask_type = /obj/item/clothing/mask/gas/syndicate; + storage_type = null + }, +/turf/open/floor/mineral/plastitanium/red{ + initial_gas_mix = "ws_atmos" + }, +/area/overmap_encounter/planetoid/cave/explored) + +(1,1,1) = {" +RJ +RJ +RJ +jI +jI +jI +jI +jI +jI +jI +jI +jI +IY +Eg +jI +jI +jI +RJ +jI +jI +jI +jI +jI +RJ +RJ +"} +(2,1,1) = {" +RJ +RJ +jI +jI +jI +jI +jI +jI +jI +jI +jI +fM +ns +wy +Xh +Yo +jI +RJ +fM +fM +fM +fM +jI +jI +RJ +"} +(3,1,1) = {" +RJ +RJ +jI +jI +jI +jI +oT +Ws +fM +jI +jI +fM +rE +Vl +pK +jI +fM +ss +fM +oT +oT +oT +jI +jI +RJ +"} +(4,1,1) = {" +RJ +jI +jI +jI +jI +oT +kZ +oT +fM +fM +fM +fM +fM +fM +yD +fM +fM +Ws +oT +Iz +mv +oT +jI +jI +jI +"} +(5,1,1) = {" +RJ +jI +jI +jI +jI +Iz +Iz +Bt +BW +BY +QG +Pr +Iz +oT +Iz +oT +Iz +tc +SS +sB +NH +qk +jI +jI +jI +"} +(6,1,1) = {" +RJ +jI +jI +jI +jI +jI +qk +oT +Iz +BY +QG +Pr +ho +IK +KR +Ws +WX +Iz +Ws +wH +Gg +Ek +jI +jI +jI +"} +(7,1,1) = {" +jI +jI +fM +jI +fM +fM +BW +oT +fM +fM +fM +fM +TF +uN +KN +kN +KN +KN +KN +DL +pL +PQ +jI +jI +jI +"} +(8,1,1) = {" +jI +jI +jI +nA +GO +fM +oT +kZ +fM +Iz +kW +fM +fM +QP +Ws +YE +Iz +Ha +Ws +WX +Rq +nM +fM +jI +jI +"} +(9,1,1) = {" +jI +fM +fM +qk +oT +fM +aE +OY +fM +hQ +Sp +fM +fM +Gd +UD +Iz +Ws +ad +zt +Ws +fW +DF +jI +jI +jI +"} +(10,1,1) = {" +jI +jI +jI +oT +wS +Uw +zY +lx +yj +Eu +Ts +fM +fM +Rn +kZ +kZ +oT +Wz +Hy +WX +hG +tp +CM +jI +jI +"} +(11,1,1) = {" +jI +jI +jI +Wh +kZ +fM +qk +eS +fM +Iz +Iz +fM +fM +Oj +KN +TZ +qe +Or +nn +il +UV +iq +Be +jI +jI +"} +(12,1,1) = {" +RJ +jI +jI +jI +wp +fM +BW +BW +fM +KT +AB +fM +fM +Iz +WX +WX +Zy +WX +kZ +WX +WX +WX +ss +jI +jI +"} +(13,1,1) = {" +RJ +jI +jI +fM +fM +fM +Zl +Zl +fM +fM +fM +fM +fM +FM +XR +ox +Dz +gt +YM +TT +cS +fA +ss +jI +jI +"} +(14,1,1) = {" +RJ +jI +jI +jI +jI +jI +Iz +Ws +ZX +rp +fw +fM +fM +zA +kZ +Md +WX +FM +ba +WX +Iz +WB +fM +jI +jI +"} +(15,1,1) = {" +RJ +jI +jI +jI +jI +jI +oT +oT +Ws +xr +Jn +fM +fM +fU +Yw +oT +hz +bJ +lN +WX +Ws +fH +jI +jI +jI +"} +(16,1,1) = {" +RJ +jI +jI +jI +jI +jI +oT +oT +jf +qk +NQ +fM +fM +zA +Yw +Ws +WX +Ws +CX +Iz +Ws +WB +fM +jI +jI +"} +(17,1,1) = {" +RJ +RJ +jI +jI +jI +jI +oT +oT +oT +oT +oT +fM +jI +jd +cS +cS +GD +mP +mP +mP +YM +Qk +oT +jI +jI +"} +(18,1,1) = {" +RJ +RJ +jI +jI +jI +oT +dX +oT +oT +oT +oT +jI +jI +jI +jI +jI +jI +Ej +NA +NA +NA +ho +oT +jI +jI +"} +(19,1,1) = {" +RJ +RJ +jI +jI +oT +oT +zB +wh +oT +oT +jI +jI +jI +jI +jI +jI +jI +eg +ih +eg +eg +Sx +jI +jI +jI +"} +(20,1,1) = {" +RJ +jI +jI +oT +oT +Ri +eO +oT +oT +jI +jI +RJ +RJ +RJ +jI +jI +jI +BW +SM +Sx +Sx +jI +jI +jI +jI +"} +(21,1,1) = {" +RJ +jI +jI +sa +oT +oT +jI +jI +jI +jI +RJ +RJ +RJ +RJ +RJ +jI +jI +fM +fM +BW +BW +BW +jI +jI +RJ +"} +(22,1,1) = {" +RJ +jI +jI +jI +jI +jI +jI +jI +RJ +RJ +RJ +RJ +RJ +RJ +RJ +RJ +jI +jI +fM +ss +fM +jI +jI +RJ +RJ +"} +(23,1,1) = {" +RJ +RJ +jI +jI +jI +jI +RJ +RJ +RJ +RJ +RJ +RJ +RJ +RJ +RJ +RJ +RJ +RJ +RJ +RJ +RJ +RJ +RJ +RJ +RJ +"} diff --git a/_maps/RandomRuins/SandRuins/whitesands_surface_waterplant.dmm b/_maps/RandomRuins/SandRuins/whitesands_surface_waterplant.dmm new file mode 100644 index 000000000000..ae51575ef49c --- /dev/null +++ b/_maps/RandomRuins/SandRuins/whitesands_surface_waterplant.dmm @@ -0,0 +1,3145 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ab" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"ao" = ( +/obj/effect/gibspawner, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/white/airless, +/area/ruin/powered) +"au" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"aF" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/turf/open/floor/plasteel, +/area/ruin/powered) +"aU" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/ruin/powered) +"aX" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/turf/open/floor/plating, +/area/ruin/powered) +"aY" = ( +/obj/machinery/door/airlock/public/glass, +/turf/open/floor/plasteel, +/area/ruin/powered) +"bn" = ( +/obj/machinery/door/airlock/vault, +/obj/structure/fans/tiny, +/turf/open/floor/plating, +/area/ruin/powered) +"bt" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"bx" = ( +/obj/structure/table, +/obj/effect/turf_decal/corner/opaque/red, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/fancy/donut_box, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"bE" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"bQ" = ( +/obj/machinery/door/airlock/vault, +/turf/open/floor/plating, +/area/ruin/powered) +"cl" = ( +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"ct" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical/old, +/obj/item/storage/toolbox/electrical{ + icon_state = "toolbox_blue_old"; + name = "rusty old electrical toolbox"; + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/multitool/old, +/obj/item/screwdriver/old, +/turf/open/floor/plating, +/area/ruin/powered) +"cU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/ruin/powered) +"cV" = ( +/obj/effect/turf_decal/corner/opaque/red, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white/airless, +/area/ruin/powered) +"dc" = ( +/obj/structure/table, +/obj/effect/turf_decal/corner/opaque/red, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/assembly/flash/handheld, +/turf/open/floor/plating, +/area/ruin/powered) +"dd" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"dx" = ( +/obj/effect/turf_decal/corner/opaque/green{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"dD" = ( +/obj/structure/chair/office, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"eh" = ( +/turf/open/floor/plating/asteroid/whitesands, +/area/ruin/powered) +"et" = ( +/obj/item/chair/stool, +/turf/open/floor/plating, +/area/ruin/powered) +"eC" = ( +/obj/structure/grille, +/turf/closed/wall/r_wall, +/area/ruin/powered) +"eV" = ( +/obj/effect/turf_decal/corner/opaque/red{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"ff" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/plasteel, +/area/ruin/powered) +"fn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"fo" = ( +/obj/effect/turf_decal/corner/opaque/red{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"fv" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister, +/turf/open/floor/plasteel, +/area/ruin/powered) +"fH" = ( +/obj/structure/frame/computer, +/turf/open/floor/plating, +/area/ruin/powered) +"gm" = ( +/obj/machinery/hydroponics/constructable, +/turf/open/floor/plating, +/area/ruin/powered) +"gr" = ( +/obj/effect/turf_decal/industrial/loading{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plasteel, +/area/ruin/powered) +"gW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"ha" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/ruin/powered) +"hk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plating, +/area/ruin/powered) +"hs" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"hy" = ( +/obj/structure/statue/gold/hos, +/turf/open/floor/wood, +/area/ruin/powered) +"hC" = ( +/obj/machinery/computer/crew, +/turf/open/floor/plating, +/area/ruin/powered) +"hI" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/ruin/powered) +"ih" = ( +/obj/effect/turf_decal/corner/opaque/red{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/red, +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/office{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"il" = ( +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/machinery/portable_atmospherics/canister/water_vapor, +/turf/open/floor/plasteel, +/area/ruin/powered) +"io" = ( +/obj/effect/turf_decal/number/zero, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"iY" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/obj/effect/turf_decal/corner/opaque/green, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"jc" = ( +/obj/structure/table, +/obj/item/pen/red{ + pixel_x = -4; + pixel_y = -3 + }, +/obj/item/pen/blue, +/obj/item/pen/fountain/solgov{ + pixel_x = 1; + pixel_y = 4 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"ji" = ( +/obj/machinery/atmospherics/pipe/manifold/general{ + dir = 4 + }, +/turf/open/floor/engine, +/area/ruin/powered) +"jo" = ( +/obj/effect/overlay/palmtree_l, +/mob/living/simple_animal/parrot, +/turf/open/floor/plating/asteroid/whitesands, +/area/ruin/powered) +"jt" = ( +/obj/structure/sign/poster/official/safety_report{ + pixel_y = 32 + }, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/red, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"jw" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 5 + }, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"jz" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"jR" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"kr" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/water_vapor, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"kD" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 10 + }, +/turf/closed/wall, +/area/ruin/powered) +"kG" = ( +/turf/closed/wall/rust, +/area/ruin/powered) +"kZ" = ( +/obj/structure/chair/comfy/beige, +/turf/open/floor/carpet, +/area/ruin/powered) +"le" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"ll" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plating, +/area/ruin/powered) +"ln" = ( +/obj/structure/fluff/paper/stack{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"lu" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/turf/closed/wall/rust, +/area/ruin/powered) +"ly" = ( +/obj/machinery/power/compressor{ + comp_id = "incineratorturbine"; + dir = 1; + luminosity = 2 + }, +/turf/open/floor/engine/vacuum, +/area/ruin/powered) +"lA" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"lF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"lN" = ( +/obj/structure/table/wood/fancy, +/obj/item/reagent_containers/food/snacks/cakeslice/lime, +/turf/open/floor/carpet, +/area/ruin/powered) +"lQ" = ( +/obj/effect/turf_decal/industrial/loading{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"mc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/ruin/powered) +"mi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"mj" = ( +/obj/machinery/door/airlock/security/glass{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"mr" = ( +/obj/effect/turf_decal/corner/opaque/red{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"mP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"mQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"ne" = ( +/obj/item/reagent_containers/glass/bucket{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"nh" = ( +/obj/effect/turf_decal/corner/opaque/red, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"ni" = ( +/obj/item/reagent_containers/food/drinks/bottle/sarsaparilla, +/turf/open/floor/plating/asteroid/whitesands, +/area/ruin/powered) +"np" = ( +/obj/structure/table, +/obj/item/storage/firstaid{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/firstaid/brute, +/obj/item/storage/firstaid/fire{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/corner/opaque/red, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/white/airless, +/area/ruin/powered) +"nE" = ( +/obj/effect/turf_decal/corner/opaque/red{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/red, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"nJ" = ( +/obj/effect/turf_decal/industrial/loading{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/ruin/powered) +"nZ" = ( +/obj/effect/turf_decal/corner/opaque/red{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"oo" = ( +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plasteel, +/area/ruin/powered) +"op" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/security/glass{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"oq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/ruin/powered) +"oy" = ( +/obj/effect/turf_decal/corner/opaque/green{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"oB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"oE" = ( +/obj/effect/turf_decal/corner/opaque/red, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"oK" = ( +/obj/structure/table, +/obj/item/healthanalyzer, +/obj/effect/turf_decal/corner/opaque/red, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 4 + }, +/turf/open/floor/plasteel/white/airless, +/area/ruin/powered) +"oT" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"pf" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"pl" = ( +/obj/structure/bed, +/obj/machinery/iv_drip, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 1 + }, +/turf/open/floor/plasteel/white/airless, +/area/ruin/powered) +"pI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/plasteel, +/area/ruin/powered) +"qi" = ( +/obj/machinery/atmospherics/components/binary/volume_pump, +/turf/open/floor/plasteel, +/area/ruin/powered) +"qn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 8 + }, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"qo" = ( +/obj/machinery/atmospherics/components/unary/tank/air{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"qs" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Break Room"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"qv" = ( +/obj/structure/table/wood/fancy, +/obj/item/reagent_containers/food/snacks/cakeslice/chocolate, +/turf/open/floor/carpet, +/area/ruin/powered) +"qC" = ( +/obj/structure/rack, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/red, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/white/airless, +/area/ruin/powered) +"qD" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/turf/open/floor/plasteel, +/area/ruin/powered) +"qI" = ( +/obj/structure/closet/crate/bin, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"qK" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall/rust, +/area/ruin/powered) +"qL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel, +/area/ruin/powered) +"re" = ( +/obj/structure/chair/stool, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"rh" = ( +/obj/effect/turf_decal/corner/opaque/red{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"ri" = ( +/obj/structure/sink/puddle, +/turf/open/floor/plating/asteroid/whitesands, +/area/ruin/powered) +"rr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"rK" = ( +/obj/effect/turf_decal/corner/opaque/red{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/red, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"rX" = ( +/turf/open/floor/plasteel, +/area/ruin/powered) +"sf" = ( +/obj/machinery/atmospherics/components/trinary/filter/on{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"sD" = ( +/obj/machinery/door/airlock/public/glass/incinerator/atmos_exterior, +/obj/machinery/atmospherics/pipe/simple/general/visible, +/turf/open/floor/engine, +/area/ruin/powered) +"sE" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/obj/effect/turf_decal/corner/opaque/green, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"sK" = ( +/obj/effect/turf_decal/corner/opaque/red, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/ruin/powered) +"sR" = ( +/obj/effect/turf_decal/industrial/loading{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"ti" = ( +/obj/machinery/atmospherics/pipe/layer_manifold/visible, +/turf/closed/wall, +/area/ruin/powered) +"tk" = ( +/obj/effect/turf_decal/dept{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"to" = ( +/obj/structure/rack, +/obj/item/paper/pamphlet/centcom, +/turf/open/floor/plasteel, +/area/ruin/powered) +"tu" = ( +/obj/structure/chair/stool, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"tF" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor/northright{ + dir = 4; + name = "Warden's Desk"; + req_access_txt = "3" + }, +/obj/machinery/door/window/westleft{ + name = "Warden's Desk" + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"tI" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/turf/closed/wall/r_wall, +/area/ruin/powered) +"tL" = ( +/obj/machinery/door/airlock/vault, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating/asteroid/whitesands, +/area/ruin/powered) +"tY" = ( +/obj/effect/turf_decal/corner/opaque/green{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"ue" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"ul" = ( +/obj/item/plant_analyzer, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"ux" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/ruin/powered) +"uL" = ( +/obj/machinery/door/airlock/public/glass{ + dir = 4 + }, +/obj/structure/fans/tiny, +/turf/open/floor/plasteel, +/area/ruin/powered) +"uO" = ( +/obj/effect/turf_decal/arrows, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/ruin/powered) +"uZ" = ( +/obj/machinery/door/airlock/public/glass{ + dir = 8 + }, +/obj/structure/fans/tiny, +/turf/open/floor/plating, +/area/ruin/powered) +"vW" = ( +/obj/effect/turf_decal/corner/opaque/red{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"wh" = ( +/obj/effect/turf_decal/corner/opaque/red{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"wk" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 6 + }, +/turf/closed/wall, +/area/ruin/powered) +"wo" = ( +/obj/structure/table, +/obj/item/paper, +/obj/item/pen, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"wt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"wx" = ( +/obj/effect/turf_decal/arrows, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"wD" = ( +/obj/item/reagent_containers/food/drinks/waterbottle/large/empty, +/obj/item/reagent_containers/food/drinks/waterbottle/large/empty, +/obj/item/reagent_containers/food/drinks/waterbottle/large/empty, +/obj/item/reagent_containers/food/drinks/waterbottle/large/empty, +/obj/item/reagent_containers/food/drinks/waterbottle/large/empty, +/obj/item/reagent_containers/food/drinks/waterbottle/large/empty, +/obj/item/reagent_containers/food/drinks/waterbottle/large/empty, +/obj/item/reagent_containers/food/drinks/waterbottle/large/empty, +/obj/item/reagent_containers/food/drinks/waterbottle/large/empty, +/obj/item/reagent_containers/food/drinks/waterbottle/large/empty, +/obj/item/reagent_containers/food/drinks/waterbottle/large/empty, +/obj/item/reagent_containers/food/drinks/waterbottle/large/empty, +/obj/item/reagent_containers/food/drinks/waterbottle/large/empty, +/obj/item/reagent_containers/food/drinks/waterbottle/large/empty, +/obj/item/reagent_containers/food/drinks/waterbottle/large/empty, +/obj/item/reagent_containers/food/drinks/waterbottle/large/empty, +/obj/item/reagent_containers/food/drinks/waterbottle/large/empty, +/obj/item/reagent_containers/food/drinks/waterbottle/large/empty, +/obj/item/reagent_containers/food/drinks/waterbottle/large/empty, +/obj/structure/closet/crate, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"wJ" = ( +/obj/machinery/door/airlock/security/glass, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/ruin/powered) +"wR" = ( +/obj/effect/gibspawner, +/obj/effect/turf_decal/corner/opaque/red, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white/airless, +/area/ruin/powered) +"wW" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"xc" = ( +/obj/item/reagent_containers/glass/bucket{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"xe" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"xh" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/ruin/powered) +"xv" = ( +/obj/effect/turf_decal/number/two, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"xG" = ( +/obj/machinery/door/window/westleft, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"xN" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"xV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"yH" = ( +/obj/structure/geyser{ + reagent_id = /datum/reagent/water + }, +/obj/machinery/plumbing/liquid_pump, +/turf/open/floor/plating/asteroid/whitesands, +/area/ruin/powered) +"yQ" = ( +/obj/item/chair/stool, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"zq" = ( +/obj/machinery/door/airlock/engineering{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, +/turf/open/floor/plating, +/area/ruin/powered) +"zA" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"zJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Aj" = ( +/obj/structure/table/wood/fancy, +/obj/item/reagent_containers/food/snacks/cakeslice/cheese, +/turf/open/floor/carpet, +/area/ruin/powered) +"AC" = ( +/obj/structure/closet/secure_closet/brig, +/turf/open/floor/plasteel, +/area/ruin/powered) +"AE" = ( +/obj/item/reagent_containers/glass/bucket{ + pixel_x = -2; + pixel_y = 3 + }, +/turf/open/floor/plating/asteroid/whitesands, +/area/ruin/powered) +"AM" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/ruin/powered) +"AT" = ( +/obj/effect/turf_decal/corner/opaque/red, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Bb" = ( +/obj/structure/chair/comfy/orange/directional/south, +/turf/open/floor/carpet, +/area/ruin/powered) +"Bs" = ( +/obj/item/toy/beach_ball, +/obj/structure/geyser{ + reagent_id = /datum/reagent/water + }, +/obj/machinery/plumbing/liquid_pump, +/turf/open/floor/plating/asteroid/whitesands, +/area/ruin/powered) +"Bx" = ( +/obj/machinery/door/airlock/public/glass, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Bz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/ruin/powered) +"BQ" = ( +/obj/effect/turf_decal/industrial/loading{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"BV" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"Ci" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/ruin/powered) +"Cm" = ( +/obj/structure/sign/poster/official/work_for_a_future, +/turf/closed/wall/r_wall, +/area/ruin/powered) +"Cq" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/turf/open/floor/engine, +/area/ruin/powered) +"Ct" = ( +/obj/effect/turf_decal/corner/opaque/green{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Cu" = ( +/obj/effect/turf_decal/industrial/loading{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Cw" = ( +/obj/structure/sign/warning/securearea, +/turf/closed/wall/r_wall, +/area/ruin/powered) +"Dd" = ( +/obj/effect/turf_decal/industrial/loading{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Do" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Dp" = ( +/obj/structure/table, +/obj/effect/turf_decal/corner/opaque/red, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/restraints/handcuffs, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Dz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/ruin/powered) +"DT" = ( +/obj/structure/chair/comfy/blue/directional/south, +/turf/open/floor/carpet, +/area/ruin/powered) +"DU" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"Eb" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plasteel, +/area/ruin/powered) +"En" = ( +/obj/structure/rack, +/obj/item/reagent_containers/food/drinks/waterbottle/large{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/reagent_containers/food/drinks/waterbottle/large, +/obj/item/reagent_containers/food/drinks/waterbottle/large{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"EW" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Fg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Fn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"Fw" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/ruin/powered) +"FF" = ( +/obj/machinery/door/airlock/public/glass/incinerator/atmos_interior, +/turf/open/floor/engine, +/area/ruin/powered) +"FT" = ( +/obj/effect/decal/cleanable/blood/gibs/limb, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white/airless, +/area/ruin/powered) +"FW" = ( +/obj/structure/fluff/paper/stack{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Gu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"GA" = ( +/obj/structure/chair, +/turf/open/floor/plasteel, +/area/ruin/powered) +"GL" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 4 + }, +/obj/structure/fans/tiny, +/turf/open/floor/plating, +/area/ruin/powered) +"Hc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"Hm" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Cell 2"; + req_access_txt = "2"; + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Hs" = ( +/obj/structure/chair, +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"HH" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"HJ" = ( +/obj/machinery/atmospherics/pipe/manifold/general{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"HL" = ( +/obj/structure/table/reinforced, +/obj/item/organ/tongue, +/obj/item/organ/tongue{ + pixel_y = 5 + }, +/obj/item/organ/tongue/lizard{ + pixel_x = -4 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"HQ" = ( +/obj/effect/turf_decal/arrows, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Ij" = ( +/obj/structure/sign/warning/securearea, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"It" = ( +/turf/closed/wall/r_wall, +/area/ruin/powered) +"Iy" = ( +/obj/structure/sign/poster/official/work_for_a_future, +/turf/closed/wall, +/area/ruin/powered) +"IB" = ( +/obj/structure/table, +/obj/item/folder/blue, +/obj/item/folder/red, +/obj/item/folder/yellow, +/obj/effect/turf_decal/corner/opaque/green, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"IL" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"IO" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/turf/closed/wall, +/area/ruin/powered) +"IR" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/ruin/powered) +"Ja" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Jb" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"Jv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"JK" = ( +/obj/effect/turf_decal/radiation, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"JT" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Kd" = ( +/obj/structure/bed, +/obj/machinery/iv_drip, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 4 + }, +/turf/open/floor/plasteel/white/airless, +/area/ruin/powered) +"KB" = ( +/obj/machinery/door/airlock/security/glass, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Li" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"LE" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/item/clothing/glasses/hud/health, +/turf/open/floor/plasteel, +/area/ruin/powered) +"LK" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"LM" = ( +/obj/machinery/power/shuttle/engine/turbine, +/turf/open/floor/plating/asteroid/whitesands, +/area/overmap_encounter/planetoid/sand/explored) +"LN" = ( +/obj/structure/rack, +/obj/item/reagent_containers/food/drinks/waterbottle/large{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/reagent_containers/food/drinks/waterbottle/large, +/obj/item/reagent_containers/food/drinks/waterbottle/large{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"LS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Me" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/ruin/powered) +"My" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/office, +/turf/open/floor/plasteel, +/area/ruin/powered) +"MQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plating, +/area/ruin/powered) +"MR" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"MW" = ( +/obj/item/reagent_containers/glass/bucket, +/obj/effect/decal/remains/human, +/obj/structure/fluff/beach_umbrella, +/turf/open/floor/plating/asteroid/whitesands, +/area/ruin/powered) +"MZ" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = 32 + }, +/turf/template_noop, +/area/template_noop) +"Nk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Nn" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"NM" = ( +/obj/effect/turf_decal/box, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"NP" = ( +/obj/effect/decal/cleanable/blood/gibs/limb, +/turf/open/floor/plasteel/white/airless, +/area/ruin/powered) +"NS" = ( +/obj/effect/turf_decal/arrows, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"NT" = ( +/turf/closed/wall, +/area/ruin/powered) +"NX" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/engine_waste{ + dir = 8 + }, +/turf/open/floor/plating/asteroid/whitesands, +/area/overmap_encounter/planetoid/sand/explored) +"NZ" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Ok" = ( +/obj/structure/sign/poster/official/work_for_a_future, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"Oo" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"Ow" = ( +/obj/item/storage/bottles/sandblast, +/turf/open/floor/wood{ + icon_state = "wood-broken2" + }, +/area/ruin/powered) +"Oz" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"OC" = ( +/obj/effect/turf_decal/dept{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Pc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"Pk" = ( +/obj/effect/turf_decal/corner/opaque/red, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Pm" = ( +/obj/machinery/door/airlock/security/glass{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"Ps" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plating, +/area/ruin/powered) +"Pu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Py" = ( +/obj/structure/grille, +/turf/open/floor/plating, +/area/ruin/powered) +"PF" = ( +/obj/machinery/atmospherics/components/trinary/filter/on{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Qh" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Cell 1"; + req_access_txt = "2"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Qq" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/engine/vacuum, +/area/ruin/powered) +"Qr" = ( +/obj/structure/table, +/obj/item/storage/backpack/duffelbag/sec/surgery, +/obj/item/bodypart/leg/left{ + pixel_y = 5 + }, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/red, +/turf/open/floor/plasteel/white/airless, +/area/ruin/powered) +"Qw" = ( +/obj/item/kirbyplants/random, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Qy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"QK" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Cell 3"; + req_access_txt = "2"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"QO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/ruin/powered) +"QU" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/white/airless, +/area/ruin/powered) +"QY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"Re" = ( +/obj/structure/table, +/obj/effect/turf_decal/corner/opaque/red, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/recharger, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"Ru" = ( +/mob/living/simple_animal/crab, +/turf/open/floor/plating/asteroid/whitesands, +/area/ruin/powered) +"RH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"RR" = ( +/obj/effect/turf_decal/corner/opaque/red{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"RU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/ruin/powered) +"RW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/ruin/powered) +"RX" = ( +/obj/machinery/computer/arcade, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Su" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"SE" = ( +/turf/open/floor/plating, +/area/ruin/powered) +"SW" = ( +/obj/effect/turf_decal/corner/opaque/red{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 1 + }, +/turf/open/floor/plasteel/white/airless, +/area/ruin/powered) +"SZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Ta" = ( +/obj/machinery/biogenerator, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Tc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"Te" = ( +/obj/machinery/door/airlock/security/glass{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Ty" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Tz" = ( +/obj/effect/turf_decal/corner/opaque/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"TB" = ( +/obj/item/cultivator, +/obj/item/shovel/spade{ + pixel_x = -5; + pixel_y = -11 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"TG" = ( +/obj/machinery/door/airlock/security/glass{ + req_access_txt = "3"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"TH" = ( +/obj/machinery/igniter/incinerator_atmos, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/engine/vacuum, +/area/ruin/powered) +"TO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 8 + }, +/obj/machinery/door/airlock/security/glass{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Ug" = ( +/obj/effect/turf_decal/corner/opaque/red, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Up" = ( +/obj/structure/table, +/obj/machinery/microwave, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Uu" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/wood, +/area/ruin/powered) +"UG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"Va" = ( +/turf/template_noop, +/area/template_noop) +"Vc" = ( +/obj/machinery/seed_extractor, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Vr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"Vs" = ( +/obj/effect/turf_decal/corner/opaque/red, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Vv" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/incinerator_input{ + dir = 1 + }, +/turf/open/floor/engine/vacuum, +/area/ruin/powered) +"VF" = ( +/obj/effect/turf_decal/number/one, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"VG" = ( +/obj/structure/closet/crate/large, +/obj/structure/reagent_dispensers/watertank/high, +/turf/open/floor/plasteel, +/area/ruin/powered) +"VP" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor/shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"VS" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"VT" = ( +/obj/structure/table, +/obj/item/paper, +/obj/item/pen, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"Wa" = ( +/obj/effect/turf_decal/corner/opaque/red{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/office{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Ww" = ( +/obj/item/reagent_containers/glass/bucket{ + pixel_x = -4; + pixel_y = -6 + }, +/turf/open/floor/plating/asteroid/whitesands, +/area/ruin/powered) +"WD" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall, +/area/ruin/powered) +"WF" = ( +/obj/machinery/door/airlock/public/glass, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/ruin/powered) +"WV" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"WY" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 6 + }, +/turf/open/floor/engine, +/area/ruin/powered) +"Xg" = ( +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Xy" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"XA" = ( +/obj/machinery/door/airlock/security/glass{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/white, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 4 + }, +/turf/open/floor/plasteel/airless, +/area/ruin/powered) +"XR" = ( +/obj/structure/table, +/obj/item/paper, +/obj/item/pen, +/turf/open/floor/plating, +/area/ruin/powered) +"XY" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Yt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"YC" = ( +/obj/structure/table, +/obj/item/mmi, +/obj/effect/turf_decal/corner/opaque/red, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 4 + }, +/turf/open/floor/plasteel/white/airless, +/area/ruin/powered) +"YV" = ( +/obj/effect/turf_decal/corner/opaque/red{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/red{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"YW" = ( +/obj/structure/table, +/obj/item/storage/box/cups, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"YY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white/airless, +/area/ruin/powered) +"Zh" = ( +/obj/effect/turf_decal/corner/opaque/red, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Zs" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/britcup, +/obj/effect/turf_decal/corner/opaque/green, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Zt" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Zv" = ( +/obj/effect/turf_decal/number/zero, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/ruin/powered) +"ZE" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"ZH" = ( +/obj/effect/overlay/palmtree_r, +/turf/open/floor/plating/asteroid/whitesands, +/area/ruin/powered) +"ZJ" = ( +/obj/effect/turf_decal/number/three, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"ZV" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/plasteel, +/area/ruin/powered) + +(1,1,1) = {" +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +"} +(2,1,1) = {" +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +MZ +Va +Va +Va +Va +MZ +cl +It +cl +cl +It +cl +It +It +cl +Va +"} +(3,1,1) = {" +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +NT +NT +NT +kG +ha +uL +uZ +ha +kG +NT +xN +HJ +qi +tI +Cq +bE +Vv +cl +Va +"} +(4,1,1) = {" +Va +Va +Va +kG +GL +VP +VP +VP +VP +VP +VP +NT +GA +lA +Ty +to +SE +ZE +to +Ty +kG +Ja +EW +Jb +FF +WY +sD +TH +ly +LM +"} +(5,1,1) = {" +Va +Va +Va +kG +SE +Jb +OC +Jb +SE +tk +il +kG +Hs +ZE +SE +FW +ZE +ZE +ln +SE +wk +JT +sf +PF +tI +ji +tI +Qq +cl +Va +"} +(6,1,1) = {" +Va +Va +Va +kG +Jb +Jb +tk +SE +Jb +Jb +il +kG +NT +NT +Zs +jc +iY +sE +IB +xG +lu +qo +fv +kr +cl +cl +cl +It +It +Va +"} +(7,1,1) = {" +Va +Va +Va +kG +Jb +SE +SE +SE +SE +tk +oo +kG +oy +Jb +YW +dx +XY +tY +Jb +Ct +lu +wD +aU +MQ +oq +Nk +rX +SE +cl +Va +"} +(8,1,1) = {" +Va +Va +Va +kG +NM +SE +ZE +Xg +Xg +SE +oo +kG +SE +rX +ll +rr +SZ +xV +rX +SE +kD +qK +IO +IO +DU +zq +xh +ti +jw +Va +"} +(9,1,1) = {" +Va +Va +Va +kG +lQ +sR +mQ +BQ +nJ +Dz +Dz +Bx +Me +Me +QO +Do +Ci +Dz +Me +Dz +WF +Fg +Fw +mP +Ps +gr +ZE +SE +AM +Va +"} +(10,1,1) = {" +Va +Va +Va +kG +Jb +Jb +bt +ue +SE +VG +rX +aY +ZE +SE +SE +rX +rX +SE +rX +zA +aY +Jb +ZE +bt +ue +JK +rX +rX +AM +Va +"} +(11,1,1) = {" +kG +kG +kG +NT +ZE +SE +ZE +SE +Jb +ZE +SE +kG +SE +qI +Eb +En +LN +En +hs +NT +kG +ZV +WD +NT +ha +Pm +ha +NT +AM +Va +"} +(12,1,1) = {" +It +It +It +It +cl +cl +It +cl +cl +It +It +It +cl +cl +It +It +cl +It +It +It +It +cl +cl +Fn +Me +Zt +Jb +ZE +dd +Va +"} +(13,1,1) = {" +cl +SE +Ug +Su +sK +Vs +QO +Me +BV +mc +sK +UG +AT +Jv +sK +nh +QO +Pk +sK +xe +oE +Vs +wJ +Zh +Jb +rK +rh +SE +AM +Va +"} +(14,1,1) = {" +It +Tz +vW +eV +Jb +RR +Jb +Jb +au +bt +SE +le +vW +mr +Tz +ab +Tz +Vr +nZ +wh +mr +Hc +KB +ih +dc +Re +Wa +rX +dd +Va +"} +(15,1,1) = {" +cl +ha +XA +WV +NT +NT +fo +ZE +Oo +nE +cl +lF +Qh +RW +cl +lF +Hm +RW +cl +RU +QK +qn +It +jt +Dp +bx +Jb +ZE +dd +Va +"} +(16,1,1) = {" +It +Kd +FT +YY +qC +ha +SE +SE +RH +Jb +It +mi +ab +yQ +cl +LS +et +QY +cl +bt +Pc +MR +cl +wt +YV +IL +ZE +rX +AM +Va +"} +(17,1,1) = {" +It +SW +ao +QY +cV +ha +ha +tF +TG +ha +cl +aF +Gu +XR +Cm +aX +rX +VT +Cm +aX +pf +XR +It +pI +Li +zJ +My +ZE +AM +Va +"} +(18,1,1) = {" +It +pl +NP +QU +wR +ha +ct +ZE +gW +qD +It +It +op +It +It +It +Te +It +cl +cl +TO +It +It +cl +NT +qs +kG +NT +AM +Va +"} +(19,1,1) = {" +cl +Qr +YC +np +oK +ha +hC +SE +dD +HL +ha +Qw +Cu +oB +Jb +ZE +lQ +rX +Jb +oB +Dd +SE +ff +It +hy +Bz +DT +qv +AM +Va +"} +(20,1,1) = {" +cl +It +cl +cl +It +cl +fH +ZE +Qy +LE +ha +ZE +io +NS +HQ +HQ +Zv +HQ +uO +wx +Tc +ZE +ZE +ha +Ow +IR +Bb +Aj +dd +Va +"} +(21,1,1) = {" +Va +cl +Py +Py +Py +cl +NZ +SE +Xy +AC +ha +ff +VF +QY +ZE +Jb +xv +SE +ZE +HH +ZJ +Jb +Qw +It +Uu +ux +kZ +lN +dd +Va +"} +(22,1,1) = {" +cl +Py +It +cl +It +It +VS +LK +It +It +cl +It +Ok +It +cl +cl +Iy +NT +NT +NT +mj +NT +NT +cl +cl +cl +It +It +AM +Va +"} +(23,1,1) = {" +It +Py +cl +yH +eh +ni +eh +yH +cl +Py +cl +Nn +Nn +Nn +Nn +Nn +It +RX +jR +Up +Yt +rX +rX +It +Va +Va +Va +Va +NX +Va +"} +(24,1,1) = {" +It +Py +It +Ru +eh +jo +MW +eh +cl +It +Cw +xc +ne +xc +ZE +xc +Cw +Nn +ZE +fn +re +hI +tu +It +Va +Va +Va +Va +Va +Va +"} +(25,1,1) = {" +cl +Py +cl +eh +eh +ri +eh +eh +bn +SE +bQ +ZE +qL +cU +hk +Me +tL +Dz +Me +Pu +jz +wo +QY +cl +Va +Va +Va +Va +Va +Va +"} +(26,1,1) = {" +cl +Py +cl +eh +ZH +Ww +AE +eh +cl +It +Ij +ne +ZE +xc +xc +Jb +Cw +gm +ul +Oz +ZE +yQ +rX +It +Va +Va +Va +Va +Va +Va +"} +(27,1,1) = {" +It +Py +cl +Bs +eh +Ru +eh +yH +It +Py +It +Nn +oT +Nn +Eb +Nn +It +Oz +TB +wW +Vc +Ta +ff +cl +Va +Va +Va +Va +Va +Va +"} +(28,1,1) = {" +cl +Py +It +cl +cl +It +cl +cl +It +eC +It +It +cl +cl +It +cl +It +It +cl +It +It +cl +It +cl +Va +Va +Va +Va +Va +Va +"} +(29,1,1) = {" +Va +cl +eC +Py +Py +Py +Py +Py +Py +cl +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +"} +(30,1,1) = {" +Va +Va +cl +It +It +cl +cl +It +It +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +Va +"} diff --git a/_maps/RandomRuins/SpaceRuins/Fast_Food.dmm b/_maps/RandomRuins/SpaceRuins/Fast_Food.dmm new file mode 100644 index 000000000000..559f4987deec --- /dev/null +++ b/_maps/RandomRuins/SpaceRuins/Fast_Food.dmm @@ -0,0 +1,2536 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/turf/open/space, +/area/space) +"ac" = ( +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav/powered) +"ad" = ( +/turf/closed/mineral, +/area/ruin/space/has_grav/powered) +"ae" = ( +/turf/closed/wall, +/area/ruin/space/has_grav/powered/macspace) +"af" = ( +/obj/machinery/atmospherics/components/unary/tank/air, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"ag" = ( +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"ah" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"ai" = ( +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"aj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"ak" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/ruin/space/has_grav/powered/macspace) +"al" = ( +/obj/machinery/door/airlock/silver, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"am" = ( +/obj/machinery/space_heater, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"an" = ( +/obj/item/toy/figure/curator, +/obj/structure/chair/wood/wings, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"ao" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"ap" = ( +/obj/machinery/jukebox, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"aq" = ( +/obj/structure/closet/secure/loot, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"ar" = ( +/obj/structure/sink/kitchen{ + pixel_y = 20 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"as" = ( +/obj/machinery/processor, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"at" = ( +/obj/machinery/reagentgrinder{ + pixel_y = 5 + }, +/obj/structure/table, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"au" = ( +/obj/machinery/microwave{ + pixel_y = 5 + }, +/obj/structure/table, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"av" = ( +/obj/machinery/deepfryer, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"aw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/vending/dinnerware, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"ax" = ( +/obj/machinery/vending/donksofttoyvendor, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"ay" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"az" = ( +/obj/structure/closet/secure_closet/freezer/kitchen{ + locked = 0; + req_access = null + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"aA" = ( +/obj/structure/closet/secure_closet/freezer/kitchen{ + req_access = null + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"aB" = ( +/obj/machinery/vending/cola, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"aC" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"aD" = ( +/obj/structure/closet/secure_closet/freezer/meat{ + req_access = null + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"aE" = ( +/obj/machinery/vending/wardrobe/chef_wardrobe, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"aF" = ( +/obj/item/toy/figure/chaplain, +/obj/structure/chair/wood/wings{ + dir = 4; + icon_state = "wooden_chair_wings" + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"aG" = ( +/obj/item/reagent_containers/food/snacks/burger/empoweredburger{ + pixel_x = 5; + pixel_y = -6 + }, +/obj/structure/table/wood/fancy/blue, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"aH" = ( +/obj/item/toy/figure/assistant, +/obj/structure/chair/wood/wings{ + dir = 8; + icon_state = "wooden_chair_wings" + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"aI" = ( +/obj/structure/table/wood/fancy/blue, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"aJ" = ( +/obj/structure/chair/wood/wings{ + dir = 8; + icon_state = "wooden_chair_wings" + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"aK" = ( +/obj/machinery/light/directional/south, +/obj/item/kitchen/knife/butcher, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"aL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"aM" = ( +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"aN" = ( +/obj/effect/decal/cleanable/food/flour, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"aO" = ( +/obj/machinery/door/airlock/freezer{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"aP" = ( +/obj/effect/decal/cleanable/food/egg_smudge, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"aQ" = ( +/obj/structure/closet/crate/freezer/blood, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"aR" = ( +/obj/structure/chair/wood/wings{ + dir = 1; + icon_state = "wooden_chair_wings" + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"aS" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"aT" = ( +/obj/machinery/door/airlock/gold/glass, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"aU" = ( +/obj/machinery/smartfridge/food, +/turf/closed/wall, +/area/ruin/space/has_grav/powered/macspace) +"aV" = ( +/obj/item/bedsheet/patriot, +/obj/item/bedsheet/patriot, +/obj/item/bedsheet/patriot, +/obj/machinery/vending/wardrobe/bar_wardrobe, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"aW" = ( +/obj/machinery/vending/boozeomat/all_access, +/turf/closed/wall, +/area/ruin/space/has_grav/powered/macspace) +"aX" = ( +/obj/machinery/light/directional/west, +/obj/structure/reagent_dispensers/beerkeg, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"aY" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/food/egg_smudge, +/obj/effect/decal/cleanable/food/flour, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"aZ" = ( +/obj/structure/closet/secure_closet/bar{ + req_access = null + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"ba" = ( +/obj/machinery/light/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/item/toy/prize/honk, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"bb" = ( +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"bc" = ( +/obj/structure/chair/stool/bar, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"bd" = ( +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"be" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/obj/effect/decal/cleanable/food/egg_smudge, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"bf" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"bh" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"bi" = ( +/obj/item/gps{ + gpstag = "MacSpace" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"bj" = ( +/obj/item/toy/figure/clown, +/obj/effect/decal/cleanable/food/tomato_smudge, +/obj/structure/chair/wood/wings{ + dir = 4; + icon_state = "wooden_chair_wings" + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"bk" = ( +/obj/item/reagent_containers/food/snacks/burger/clown, +/obj/structure/table/wood/fancy/blue, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"bl" = ( +/obj/item/reagent_containers/food/snacks/burger/mime, +/obj/structure/table/wood/fancy/blue, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"bm" = ( +/obj/item/toy/figure/mime, +/obj/effect/decal/cleanable/food/salt, +/obj/structure/chair/wood/wings{ + dir = 8; + icon_state = "wooden_chair_wings" + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"bn" = ( +/obj/structure/closet/secure_closet/freezer/meat{ + req_access = null + }, +/obj/item/aicard/aitater, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"bo" = ( +/obj/structure/table/wood/fancy/red, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"bp" = ( +/obj/item/toy/figure/bartender, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"bq" = ( +/obj/item/toy/figure/chef, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"br" = ( +/obj/item/toy/figure/chef, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"bs" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"bt" = ( +/obj/item/toy/figure/chef, +/obj/effect/decal/cleanable/food/flour, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"bu" = ( +/obj/structure/reagent_dispensers/cooking_oil, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"bv" = ( +/obj/machinery/gibber, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"bw" = ( +/obj/structure/chair/wood/wings{ + dir = 4; + icon_state = "wooden_chair_wings" + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"bx" = ( +/obj/item/reagent_containers/food/snacks/omelette, +/obj/structure/table/wood/fancy/blue, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"by" = ( +/obj/item/reagent_containers/food/snacks/cubancarp, +/obj/structure/table/wood/fancy/blue, +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"bz" = ( +/obj/structure/chair/wood/wings{ + dir = 8; + icon_state = "wooden_chair_wings" + }, +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"bA" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"bC" = ( +/obj/structure/table/wood/fancy/red, +/obj/item/reagent_containers/food/snacks/burger/fish, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"bD" = ( +/obj/structure/table/wood/fancy/red, +/obj/item/reagent_containers/food/snacks/fishfingers, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"bE" = ( +/obj/structure/table/wood/fancy/red, +/obj/item/reagent_containers/food/snacks/burger/superbite, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"bG" = ( +/obj/structure/table/wood/fancy/red, +/obj/item/reagent_containers/food/snacks/carrotfries, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"bH" = ( +/obj/structure/table/wood/fancy/red, +/obj/item/reagent_containers/food/snacks/burger/superbite, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"bI" = ( +/obj/structure/table/wood/fancy/red, +/obj/item/reagent_containers/food/snacks/friedegg, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"bJ" = ( +/obj/structure/table/wood/fancy/red, +/obj/item/reagent_containers/food/snacks/fries, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"bK" = ( +/obj/structure/table/wood/fancy/red, +/obj/item/reagent_containers/food/snacks/butter/on_a_stick, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"bL" = ( +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"bM" = ( +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"bN" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"bO" = ( +/obj/structure/chair/stool/bar, +/obj/item/toy/figure/atmos, +/obj/effect/decal/cleanable/vomit/old, +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"bP" = ( +/obj/structure/chair/stool/bar, +/obj/item/toy/figure/ce, +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"bQ" = ( +/obj/structure/chair/stool/bar, +/obj/item/toy/figure/captain, +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"bR" = ( +/obj/structure/chair/stool/bar, +/obj/item/toy/figure/assistant, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/decal/cleanable/food/tomato_smudge, +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"bS" = ( +/obj/structure/chair/stool/bar, +/obj/item/toy/figure/assistant, +/obj/effect/decal/cleanable/food/tomato_smudge, +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"bT" = ( +/obj/structure/chair/stool/bar, +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"bU" = ( +/obj/structure/chair/stool/bar, +/obj/item/toy/figure/ian, +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"bV" = ( +/obj/machinery/light/directional/east, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"bW" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"bX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"bY" = ( +/obj/item/reagent_containers/food/snacks/burger/xeno, +/obj/structure/table/wood/fancy/royalblue, +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"bZ" = ( +/obj/structure/table/wood/fancy/royalblue, +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"ca" = ( +/obj/structure/chair/wood/wings{ + dir = 4; + icon_state = "wooden_chair_wings" + }, +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"cc" = ( +/obj/item/reagent_containers/food/snacks/honkdae, +/obj/structure/table/wood/fancy/blue, +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"cd" = ( +/obj/item/reagent_containers/food/snacks/toastedsandwich, +/obj/structure/table/wood/fancy/blue, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"ce" = ( +/obj/item/toy/figure/janitor, +/obj/structure/chair/wood/wings{ + dir = 8; + icon_state = "wooden_chair_wings" + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"cf" = ( +/obj/item/toy/figure/qm, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/wood/wings{ + dir = 4; + icon_state = "wooden_chair_wings" + }, +/obj/effect/decal/cleanable/food/salt, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"cg" = ( +/obj/item/reagent_containers/food/snacks/burger/spell{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/structure/table/wood/fancy/blue, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"ch" = ( +/obj/item/reagent_containers/food/snacks/grilledcheese, +/obj/structure/table/wood/fancy/blue, +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"ci" = ( +/obj/machinery/light/floor, +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"cl" = ( +/obj/structure/table/wood/fancy/royalblue, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"cm" = ( +/obj/item/gun/ballistic/shotgun, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"cn" = ( +/obj/item/reagent_containers/food/snacks/kebab/human, +/obj/structure/table/wood/fancy/blue, +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"co" = ( +/obj/item/reagent_containers/food/snacks/pie/grapetart, +/obj/structure/table/wood/fancy/blue, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"cp" = ( +/obj/item/toy/figure/botanist, +/obj/structure/chair/wood/wings{ + dir = 8; + icon_state = "wooden_chair_wings" + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"cq" = ( +/obj/item/reagent_containers/food/snacks/bearsteak, +/obj/structure/table/wood/fancy/blue, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"cr" = ( +/obj/item/reagent_containers/food/snacks/crab_rangoon, +/obj/structure/table/wood/fancy/blue, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"cs" = ( +/obj/item/toy/figure/wizard, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/food/pie_smudge, +/obj/structure/chair/wood/wings{ + dir = 8; + icon_state = "wooden_chair_wings" + }, +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"ct" = ( +/obj/machinery/light/floor, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"cu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"cv" = ( +/obj/item/reagent_containers/food/snacks/burger/baseball, +/obj/structure/table/wood/fancy/royalblue, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"cx" = ( +/obj/item/reagent_containers/food/snacks/burger/human, +/obj/structure/table/wood/fancy/royalblue, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"cy" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/food/egg_smudge, +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"cz" = ( +/obj/structure/table/wood/fancy/blue, +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"cA" = ( +/obj/item/reagent_containers/food/snacks/pie/appletart, +/obj/structure/table/wood/fancy/blue, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"cB" = ( +/obj/item/toy/figure/warden, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/food/salt, +/obj/structure/chair/wood/wings, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"cC" = ( +/obj/item/toy/figure/hos, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/food/salt, +/obj/structure/chair/wood/wings, +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"cD" = ( +/obj/item/toy/figure/detective, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/food/salt, +/obj/structure/chair/wood/wings, +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"cE" = ( +/obj/structure/chair/wood/wings, +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"cF" = ( +/obj/item/toy/figure/miner, +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/wood/wings, +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"cG" = ( +/obj/structure/chair/wood/wings, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"cH" = ( +/obj/item/reagent_containers/food/snacks/kebab/rat/double, +/obj/structure/table/wood/fancy/blue, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"cI" = ( +/obj/item/reagent_containers/food/snacks/salad/validsalad, +/obj/structure/table/wood/fancy/blue, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"cJ" = ( +/obj/item/reagent_containers/food/snacks/burger/rat, +/obj/structure/table/wood/fancy/blue, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"cK" = ( +/obj/item/reagent_containers/food/snacks/burrito, +/obj/structure/table/wood/fancy/blue, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"cM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/food/egg_smudge, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"cN" = ( +/obj/item/reagent_containers/food/snacks/fishfingers, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/table/wood/fancy/blue, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"cO" = ( +/obj/item/reagent_containers/food/snacks/carneburrito, +/obj/structure/table/wood/fancy/blue, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"cP" = ( +/obj/item/reagent_containers/food/snacks/fishandchips, +/obj/structure/table/wood/fancy/blue, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"cQ" = ( +/obj/item/reagent_containers/food/snacks/pizza/donkpocket, +/obj/structure/table/wood/fancy/blue, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"cR" = ( +/obj/item/reagent_containers/food/snacks/pizza/dank, +/obj/structure/table/wood/fancy/blue, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"cS" = ( +/obj/item/reagent_containers/food/snacks/pizza/mushroom{ + pixel_x = -5 + }, +/obj/structure/table/wood/fancy/blue, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"cT" = ( +/obj/item/reagent_containers/food/snacks/pizza/sassysage, +/obj/structure/table/wood/fancy/blue, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"cU" = ( +/obj/item/reagent_containers/food/snacks/pizza/meat, +/obj/structure/table/wood/fancy/blue, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"cV" = ( +/obj/item/reagent_containers/food/snacks/pizza/pineapple, +/obj/structure/table/wood/fancy/blue, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"cW" = ( +/obj/item/toy/figure/lawyer, +/obj/structure/chair/wood/wings{ + dir = 1; + icon_state = "wooden_chair_wings" + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"cX" = ( +/obj/item/toy/figure/secofficer, +/obj/structure/chair/wood/wings{ + dir = 1; + icon_state = "wooden_chair_wings" + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"cY" = ( +/obj/machinery/light/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"cZ" = ( +/obj/item/toy/figure/cargotech, +/obj/structure/chair/wood/wings{ + dir = 1; + icon_state = "wooden_chair_wings" + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"da" = ( +/obj/item/toy/figure/syndie, +/obj/item/gun/ballistic/automatic/toy/pistol, +/obj/item/toy/sword, +/obj/effect/decal/cleanable/food/tomato_smudge, +/obj/structure/chair/wood/wings{ + dir = 1; + icon_state = "wooden_chair_wings" + }, +/obj/effect/decal/cleanable/food/salt, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"db" = ( +/obj/structure/sign/poster/contraband/eat, +/turf/closed/wall, +/area/ruin/space/has_grav/powered/macspace) +"dd" = ( +/obj/structure/sign/poster/contraband/eat, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/ruin/space/has_grav/powered/macspace) +"de" = ( +/turf/open/floor/mineral/titanium, +/area/ruin/space/has_grav/powered/macspace) +"df" = ( +/obj/structure/statue/silver/sec, +/turf/open/floor/mineral/titanium, +/area/ruin/space/has_grav/powered/macspace) +"dg" = ( +/turf/open/floor/plasteel/stairs, +/area/ruin/space/has_grav/powered/macspace) +"dh" = ( +/obj/machinery/mech_bay_recharge_port, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/mineral/titanium, +/area/ruin/space/has_grav/powered/macspace) +"di" = ( +/turf/open/floor/mech_bay_recharge_floor, +/area/ruin/space/has_grav/powered/macspace) +"dj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/closed/wall, +/area/ruin/space/has_grav/powered/macspace) +"dk" = ( +/obj/machinery/atmospherics/components/unary/tank/oxygen, +/turf/open/floor/mineral/titanium, +/area/ruin/space/has_grav/powered/macspace) +"dl" = ( +/obj/structure/tank_dispenser, +/turf/open/floor/mineral/titanium, +/area/ruin/space/has_grav/powered/macspace) +"dm" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/mineral/titanium, +/area/ruin/space/has_grav/powered/macspace) +"dn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/mineral/titanium, +/area/ruin/space/has_grav/powered/macspace) +"do" = ( +/obj/machinery/atmospherics/pipe/manifold4w, +/turf/closed/wall, +/area/ruin/space/has_grav/powered/macspace) +"dp" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/pump, +/turf/open/floor/mineral/titanium, +/area/ruin/space/has_grav/powered/macspace) +"dq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/closed/wall, +/area/ruin/space/has_grav/powered/macspace) +"dx" = ( +/obj/structure/chair/wood/wings{ + dir = 4; + icon_state = "wooden_chair_wings" + }, +/obj/item/toy/toy_xeno, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"dy" = ( +/obj/structure/chair/wood/wings{ + dir = 8; + icon_state = "wooden_chair_wings" + }, +/obj/item/toy/plush/slimeplushie, +/obj/item/toy/figure/rd, +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"dz" = ( +/obj/structure/chair/wood/wings{ + dir = 4; + icon_state = "wooden_chair_wings" + }, +/obj/item/toy/figure/scientist, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"dB" = ( +/obj/structure/chair/wood/wings{ + dir = 8; + icon_state = "wooden_chair_wings" + }, +/obj/item/toy/talking/AI, +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"dC" = ( +/obj/item/toy/figure/botanist, +/obj/structure/chair/wood/wings{ + dir = 8; + icon_state = "wooden_chair_wings" + }, +/obj/item/toy/plush/beeplushie, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"dD" = ( +/obj/structure/chair/wood/wings{ + dir = 4; + icon_state = "wooden_chair_wings" + }, +/obj/item/toy/figure/roboticist, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"dF" = ( +/obj/structure/chair/wood/wings{ + dir = 1; + icon_state = "wooden_chair_wings" + }, +/obj/item/toy/plush/nukeplushie, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/powered/macspace) +"dG" = ( +/obj/effect/decal/cleanable/food/flour, +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"dH" = ( +/obj/structure/chair/wood/wings, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"eB" = ( +/obj/machinery/light/floor, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"gO" = ( +/obj/machinery/door/airlock/silver, +/obj/structure/fans/tiny, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/mineral/titanium, +/area/ruin/space/has_grav/powered/macspace) +"jH" = ( +/obj/structure/table/wood/fancy/blue, +/obj/item/reagent_containers/food/snacks/pizza/margherita, +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"yl" = ( +/obj/structure/table/wood/fancy/blue, +/obj/item/reagent_containers/food/snacks/burger/brain, +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"Im" = ( +/obj/machinery/door/airlock/silver, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/mineral/gold, +/area/ruin/space/has_grav/powered/macspace) +"JK" = ( +/obj/vehicle/ridden/atv, +/turf/open/floor/mineral/titanium/airless, +/area/ruin/space/has_grav/powered/macspace) +"LY" = ( +/obj/structure/table/wood/fancy/blue, +/obj/item/reagent_containers/food/snacks/burger/jelly/slime, +/turf/open/floor/carpet, +/area/ruin/space/has_grav/powered/macspace) +"OA" = ( +/obj/vehicle/ridden/janicart/upgraded, +/turf/open/floor/mineral/titanium/airless, +/area/ruin/space/has_grav/powered/macspace) +"VM" = ( +/turf/open/floor/mineral/titanium/airless, +/area/ruin/space/has_grav/powered/macspace) + +(1,1,1) = {" +aa +aa +aa +ac +ac +ac +ac +aa +aa +aa +aa +ac +ac +aa +aa +aa +aa +ad +aa +aa +aa +aa +aa +aa +aa +aa +"} +(2,1,1) = {" +aa +aa +aa +ac +ad +ad +ac +aa +aa +ac +ac +ac +ac +ac +aa +aa +ad +ad +ad +ad +ac +aa +aa +aa +aa +aa +"} +(3,1,1) = {" +aa +aa +aa +ac +ad +ad +ad +ad +ad +ad +ad +ad +ad +ad +ad +ad +ad +ad +ad +ad +ad +ac +aa +aa +aa +aa +"} +(4,1,1) = {" +aa +ac +ac +ad +ae +ae +ae +ae +ae +ae +ae +ae +ae +ae +ae +ae +ae +ae +ae +ad +ad +ac +aa +aa +aa +aa +"} +(5,1,1) = {" +aa +ac +ad +ad +ae +am +aF +ag +ba +bj +bw +bL +ag +cf +bw +bL +ag +ag +ae +ad +ad +ad +ac +aa +aa +aa +"} +(6,1,1) = {" +aa +ac +ad +ad +ae +an +aG +aR +ao +bk +bx +ag +aP +cg +cq +cB +cH +cW +ae +ad +ad +ad +ac +aa +aa +aa +"} +(7,1,1) = {" +aa +ad +ad +ad +ae +ag +aH +aS +ag +bl +by +bM +bW +ch +cr +cC +cI +cX +ae +ad +ad +ad +ad +ac +ac +aa +"} +(8,1,1) = {" +aa +ad +ad +ad +ae +ao +ao +ao +ao +bm +bz +bN +bX +bz +cs +cD +cJ +cX +ae +ad +ad +ad +ad +ac +ac +ac +"} +(9,1,1) = {" +aa +ac +ad +ad +ae +ag +aI +aI +ag +ag +bA +bN +bN +ci +bN +bM +aP +aM +ae +ad +ad +ad +ad +ac +ac +ac +"} +(10,1,1) = {" +ac +ac +ad +ad +ae +ap +aJ +aJ +bb +bc +bT +bT +bM +bN +bN +cE +cK +aR +ae +ae +ae +ae +ae +VM +VM +ac +"} +(11,1,1) = {" +ac +ac +ad +ad +ae +ae +ae +ae +ae +bo +bC +bO +bA +bN +cu +cE +aI +aR +ae +de +dl +dl +ae +JK +VM +ac +"} +(12,1,1) = {" +ac +ac +ad +ad +ae +aq +ag +ae +aZ +bp +bo +bT +bM +bW +cy +cE +cK +aR +db +de +de +de +db +VM +VM +aa +"} +(13,1,1) = {" +ac +ac +ad +ad +ae +ar +ag +ae +aZ +bq +bD +bT +bY +cl +cv +bM +ag +aM +ae +df +de +de +ae +JK +VM +aa +"} +(14,1,1) = {" +ac +ac +ad +ad +ae +as +ag +aT +ag +aP +bE +bP +bZ +eB +cl +bM +ao +ag +Im +dg +de +de +gO +VM +VM +aa +"} +(15,1,1) = {" +ac +ad +ad +ad +ae +at +aK +ae +bd +ag +bo +bQ +bY +cl +cx +bM +cM +ao +Im +dg +de +de +gO +VM +VM +aa +"} +(16,1,1) = {" +ac +ae +ae +ae +ae +au +ag +aU +ag +ag +bG +bT +bM +bN +bN +bM +ag +cY +ae +df +de +de +ae +VM +VM +aa +"} +(17,1,1) = {" +ac +ae +af +ah +ae +av +ag +ae +be +br +bH +bR +dx +dz +dD +dH +cN +aR +dd +dh +dm +de +db +VM +VM +aa +"} +(18,1,1) = {" +ac +ae +af +ai +ak +aw +aL +ak +bf +bs +bI +bT +yl +jH +LY +cE +cO +aR +ae +di +dn +dp +ae +JK +VM +aa +"} +(19,1,1) = {" +ad +ae +af +aj +al +ag +ag +aW +ag +ag +bJ +bS +dy +dB +dB +cE +cP +aR +ae +dj +do +dq +ae +JK +VM +aa +"} +(20,1,1) = {" +ad +ae +aE +ag +ae +ag +aM +ae +ag +bt +bE +bS +bM +bM +bM +bW +ag +aM +ae +dk +dk +dk +ae +VM +VM +ac +"} +(21,1,1) = {" +ac +ae +aV +ag +ae +ag +aN +ae +ag +aN +bo +bT +bN +ct +bN +cE +cQ +cZ +ae +ae +ae +ae +ae +VM +OA +ac +"} +(22,1,1) = {" +ad +ae +ae +ae +ae +ag +ag +aT +ag +ag +bK +bU +bM +bM +dG +cE +cR +cZ +ae +ad +ad +ad +ad +ad +ad +ac +"} +(23,1,1) = {" +ad +ad +ad +ad +ae +ax +ag +ae +ag +ag +bo +bT +ca +ca +ca +cF +cS +cZ +ae +ad +ad +ad +ad +ad +ac +ac +"} +(24,1,1) = {" +ad +ad +ad +ad +ae +aB +ag +ae +ay +bb +ag +bT +cc +cn +cz +bM +ag +aM +ae +ad +ad +ad +ad +ac +ac +aa +"} +(25,1,1) = {" +aa +ad +ad +ad +ae +ae +aO +ae +ae +ae +ae +ag +aJ +aJ +aJ +cG +cT +aR +ae +ad +ad +ad +aa +ac +aa +aa +"} +(26,1,1) = {" +ac +ac +ad +ad +ae +aC +aN +aX +ag +cm +ae +ag +ag +bh +ag +cG +cU +dF +ae +ad +ad +ad +aa +ac +aa +aa +"} +(27,1,1) = {" +aa +ac +ad +ad +ae +az +aN +aY +bi +bu +ae +ag +bw +bw +bw +cG +cV +da +ae +ad +ad +ac +ac +ac +aa +aa +"} +(28,1,1) = {" +ac +ac +ad +ad +ae +aA +aP +ag +ag +ag +ae +ag +cd +co +cA +bh +bh +aM +ae +ad +ac +ac +ac +aa +aa +aa +"} +(29,1,1) = {" +aa +ac +ad +ad +ae +ag +aQ +aD +bn +bv +ae +bV +ce +dC +cp +bb +ag +ag +ae +ad +ad +ac +ac +aa +aa +aa +"} +(30,1,1) = {" +aa +ac +ad +ad +ae +ae +ae +ae +ae +ae +ae +ae +ae +ae +ae +ae +ae +ae +ae +ad +ad +aa +aa +aa +aa +aa +"} +(31,1,1) = {" +aa +aa +ac +ac +ad +ad +ad +ad +ad +ad +ad +ac +ac +ad +ad +ad +ad +ad +ad +ad +aa +aa +aa +aa +aa +aa +"} +(32,1,1) = {" +aa +aa +aa +ac +ad +ac +ad +ac +ac +aa +aa +aa +aa +aa +ac +ac +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} diff --git a/_maps/RandomRuins/SpaceRuins/astraeus.dmm b/_maps/RandomRuins/SpaceRuins/astraeus.dmm index 655aff67aa1c..6b83da98447f 100644 --- a/_maps/RandomRuins/SpaceRuins/astraeus.dmm +++ b/_maps/RandomRuins/SpaceRuins/astraeus.dmm @@ -1234,6 +1234,9 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark/airless, /area/ruin/space/has_grav/astraeus/bridge) +"GV" = ( +/turf/closed/mineral/random/high_chance, +/area/ruin/unpowered) "Ha" = ( /obj/structure/disposalpipe/broken, /obj/effect/decal/cleanable/dirt, @@ -2302,7 +2305,7 @@ Wy ac ac ac -zq +GV zq zq FB @@ -2339,9 +2342,9 @@ ac ac ac zq -zq -zq -zq +GV +GV +GV zq ac "} @@ -2376,9 +2379,9 @@ FL Wy ac zq -zq -zq -zq +GV +GV +GV zq ac "} @@ -2413,8 +2416,8 @@ ac ac ac zq -zq -zq +GV +GV zq FB ac @@ -2449,9 +2452,9 @@ Fb WQ ac ac -zq -zq -zq +GV +GV +GV zq FB ac @@ -2487,8 +2490,8 @@ ac ac ac FB -zq -zq +GV +GV zq ac ac @@ -2524,8 +2527,8 @@ ac ac ac FB -zq -zq +GV +GV zq ac ac @@ -2562,7 +2565,7 @@ ac ac lF ph -zq +GV FB ac ac @@ -2599,7 +2602,7 @@ ac ac wX Nj -zq +GV FB ac ac @@ -2636,7 +2639,7 @@ WQ ac ac Nj -zq +GV zq ac ac @@ -3042,8 +3045,8 @@ ac FB zq zq -zq -zq +GV +GV zq zq ac @@ -3078,9 +3081,9 @@ ac ac zq zq -zq -zq -zq +GV +GV +GV zq zq ac @@ -3115,9 +3118,9 @@ ac ac zq zq -zq -zq -zq +GV +GV +GV zq FB ac @@ -3153,7 +3156,7 @@ ac ac zq zq -zq +GV zq zq FB @@ -3190,7 +3193,7 @@ ac ac zq zq -zq +GV zq FB ac @@ -3253,7 +3256,7 @@ FB FB zq zq -zq +GV zq zq ac @@ -3289,9 +3292,9 @@ FB zq zq zq -zq -zq -zq +GV +GV +GV zq zq zq @@ -3362,9 +3365,9 @@ VG FB zq zq -zq +GV FB -zq +GV FB FB FB @@ -3397,13 +3400,13 @@ zq Ub FB FB -zq -zq -zq +GV +GV +GV FB -zq -zq -zq +GV +GV +GV zq zq zq @@ -3438,10 +3441,10 @@ zq zq FB FB -zq -zq -zq -zq +GV +GV +GV +GV zq zq zq @@ -3469,7 +3472,7 @@ zq zq zq zq -zq +GV FB FB FB @@ -3478,8 +3481,8 @@ FB FB FB FB -zq -zq +GV +GV zq zq ac @@ -3505,17 +3508,17 @@ ac zq zq zq -zq -zq -zq -zq -zq +GV +GV +GV +GV +GV zq FB ra -zq -zq -zq +GV +GV +GV zq zq ac @@ -3543,14 +3546,14 @@ ac zq zq zq -zq -zq -zq -zq -zq +GV +GV +GV +GV +GV FB FB -zq +GV zq zq ac @@ -3693,9 +3696,9 @@ ac ac zq zq -zq -zq -zq +GV +GV +GV FB zq zq diff --git a/_maps/RandomRuins/SpaceRuins/crashedship.dmm b/_maps/RandomRuins/SpaceRuins/crashedship.dmm new file mode 100644 index 000000000000..358b08790095 --- /dev/null +++ b/_maps/RandomRuins/SpaceRuins/crashedship.dmm @@ -0,0 +1,5676 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/turf/template_noop, +/area/template_noop) +"ab" = ( +/obj/item/circular_saw, +/obj/structure/lattice, +/turf/template_noop, +/area/space/nearstation) +"ac" = ( +/turf/closed/wall/mineral/titanium, +/area/awaymission/BMPship/Aft) +"ad" = ( +/obj/machinery/button/door{ + id = "packerMed"; + pixel_x = 0; + pixel_y = -25 + }, +/turf/open/floor/plating/airless, +/area/awaymission/BMPship/Midship) +"ae" = ( +/turf/closed/wall/mineral/titanium/overspace, +/area/awaymission/BMPship/Aft) +"af" = ( +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/obj/machinery/button/door{ + id = "packerMed"; + pixel_x = 0; + pixel_y = 25 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"ah" = ( +/turf/open/floor/engine, +/area/awaymission/BMPship/Aft) +"aj" = ( +/obj/effect/spawner/structure/window/hollow/reinforced/middle{ + dir = 4 + }, +/turf/open/floor/engine, +/area/awaymission/BMPship/Aft) +"ak" = ( +/obj/machinery/door/airlock/titanium, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"al" = ( +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"am" = ( +/obj/structure/lattice, +/turf/template_noop, +/area/space/nearstation) +"an" = ( +/obj/structure/window/reinforced, +/obj/effect/spawner/structure/window/hollow/reinforced/middle{ + dir = 4 + }, +/turf/open/floor/engine, +/area/awaymission/BMPship/Aft) +"ap" = ( +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/awaymission/BMPship/Midship) +"aq" = ( +/turf/closed/wall/mineral/titanium, +/area/awaymission/BMPship/Midship) +"ar" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/titanium, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/awaymission/BMPship/Aft) +"as" = ( +/obj/structure/bed/roller, +/turf/open/floor/plating/airless, +/area/awaymission/BMPship/Midship) +"at" = ( +/turf/open/floor/plating/airless, +/area/awaymission/BMPship/Midship) +"au" = ( +/obj/item/restraints/handcuffs, +/obj/item/restraints/handcuffs, +/obj/structure/closet/crate, +/turf/open/floor/plating/airless, +/area/awaymission/BMPship/Midship) +"av" = ( +/obj/item/scalpel, +/obj/structure/closet/crate, +/obj/item/tank/internals/anesthetic, +/turf/open/floor/plating/airless, +/area/awaymission/BMPship/Midship) +"aw" = ( +/obj/item/bodybag, +/turf/open/floor/plating/airless, +/area/awaymission/BMPship/Midship) +"ax" = ( +/obj/item/storage/box/syringes, +/turf/open/floor/plating/airless, +/area/awaymission/BMPship/Midship) +"ay" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating/airless, +/area/awaymission/BMPship/Midship) +"az" = ( +/obj/structure/table/optable, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/airless, +/area/awaymission/BMPship/Midship) +"aA" = ( +/obj/machinery/computer/operating{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating/airless, +/area/awaymission/BMPship/Midship) +"aB" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 9 + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"aC" = ( +/obj/structure/closet/crate/freezer, +/obj/item/organ/appendix, +/obj/item/reagent_containers/food/snacks/meat/slab, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"aD" = ( +/obj/structure/closet/crate/freezer, +/obj/item/organ/brain, +/obj/item/reagent_containers/food/snacks/meat/slab, +/obj/item/reagent_containers/food/snacks/meat/slab/human/mutant/slime, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"aE" = ( +/obj/structure/table, +/obj/item/stack/packageWrap, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"aG" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"aI" = ( +/turf/closed/wall/mineral/titanium/overspace, +/area/awaymission/BMPship/Fore) +"aL" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/airless, +/area/awaymission/BMPship/Midship) +"aM" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"aN" = ( +/obj/item/storage/box, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"aO" = ( +/obj/item/hand_labeler, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"aP" = ( +/obj/structure/closet/crate/large, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"aR" = ( +/obj/structure/table/wood, +/obj/item/spacecash/bundle/c500, +/obj/item/spacecash/bundle/c100, +/obj/item/reagent_containers/food/drinks/beer, +/turf/open/floor/wood, +/area/awaymission/BMPship/Fore) +"aS" = ( +/obj/structure/bed, +/obj/item/bedsheet/yellow, +/turf/open/floor/wood, +/area/awaymission/BMPship/Fore) +"aT" = ( +/turf/closed/wall/mineral/titanium, +/area/awaymission/BMPship/Fore) +"aU" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 9 + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Fore) +"aV" = ( +/obj/structure/rack, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Fore) +"aW" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Fore) +"aX" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 5 + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Fore) +"aY" = ( +/obj/structure/sign/warning/vacuum, +/turf/closed/wall/mineral/titanium, +/area/awaymission/BMPship/Fore) +"bb" = ( +/obj/effect/decal/cleanable/blood/gibs/old, +/obj/effect/gibspawner/human, +/turf/open/floor/plating/airless, +/area/awaymission/BMPship/Midship) +"bc" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/item/clothing/glasses/regular/hipster, +/turf/open/floor/plating/airless, +/area/awaymission/BMPship/Midship) +"be" = ( +/obj/machinery/door/airlock/titanium, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/airless, +/area/awaymission/BMPship/Midship) +"bf" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"bg" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"bh" = ( +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/food/drinks/beer, +/obj/item/reagent_containers/food/drinks/beer, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"bi" = ( +/obj/machinery/computer/teleporter, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"bj" = ( +/obj/machinery/teleport/station, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"bk" = ( +/obj/machinery/teleport/hub, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"bl" = ( +/obj/effect/spawner/structure/window/hollow/reinforced/middle{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/awaymission/BMPship/Fore) +"bm" = ( +/turf/open/floor/wood, +/area/awaymission/BMPship/Fore) +"bo" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Fore) +"bp" = ( +/turf/open/floor/plating, +/area/awaymission/BMPship/Fore) +"bq" = ( +/obj/machinery/door/airlock/external{ + dir = 4 + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Fore) +"bs" = ( +/obj/structure/closet/crate, +/obj/item/spacecash/bundle/c1000, +/obj/item/spacecash/bundle/c50, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"bt" = ( +/obj/structure/window/reinforced, +/obj/effect/spawner/structure/window/hollow/reinforced/middle{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/awaymission/BMPship/Fore) +"bu" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/awaymission/BMPship/Fore) +"bv" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 2 + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Fore) +"bx" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 6 + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Fore) +"bA" = ( +/obj/machinery/sleeper{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/awaymission/BMPship/Midship) +"bB" = ( +/obj/machinery/sleep_console, +/turf/open/floor/plating/airless, +/area/awaymission/BMPship/Midship) +"bD" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"bE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/hand_labeler, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"bG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/storage/box, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"bH" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"bK" = ( +/obj/machinery/door/poddoor/shutters{ + id = "packerMed" + }, +/turf/open/floor/plating/airless, +/area/awaymission/BMPship/Midship) +"bL" = ( +/obj/structure/closet/crate/large, +/obj/effect/turf_decal/industrial/warning{ + dir = 10 + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"bM" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 2 + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"bO" = ( +/obj/structure/kitchenspike, +/obj/effect/turf_decal/industrial/warning{ + dir = 2 + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"bP" = ( +/obj/structure/closet/crate, +/obj/item/analyzer, +/obj/item/spacecash/bundle/c10, +/obj/effect/turf_decal/industrial/warning{ + dir = 2 + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"bQ" = ( +/obj/structure/closet/crate, +/obj/item/spacecash/bundle/c1000, +/obj/item/spacecash/bundle/c200, +/obj/item/spacecash/bundle/c500, +/obj/effect/turf_decal/industrial/warning{ + dir = 2 + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"bR" = ( +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/food/snacks/hugemushroomslice, +/obj/item/organ/appendix, +/obj/item/reagent_containers/food/snacks/meat/slab, +/obj/effect/turf_decal/industrial/warning{ + dir = 2 + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"bT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 2 + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"bU" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 6 + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"bV" = ( +/turf/open/floor/carpet, +/area/awaymission/BMPship/Fore) +"bW" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/unlocked{ + dir = 1; + environ = 0; + equipment = 3; + pixel_y = 25; + req_access = null + }, +/turf/open/floor/carpet, +/area/awaymission/BMPship/Fore) +"bX" = ( +/obj/structure/table, +/obj/item/screwdriver, +/obj/item/screwdriver, +/obj/item/paper/fluff/ruins/crashedship/scribbled, +/obj/item/screwdriver, +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"bZ" = ( +/obj/machinery/hydroponics, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"ca" = ( +/obj/structure/sink{ + dir = 2 + }, +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"cc" = ( +/obj/machinery/vending/hydronutrients, +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"cd" = ( +/obj/machinery/hydroponics, +/obj/effect/turf_decal/corner/opaque/green, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"ce" = ( +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"cf" = ( +/obj/structure/table, +/obj/item/kitchen/knife/butcher, +/obj/item/reagent_containers/food/drinks/beer, +/obj/item/reagent_containers/food/snacks/meat, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"cg" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"ch" = ( +/obj/structure/table, +/obj/machinery/microwave, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"cj" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/beer, +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"ck" = ( +/obj/structure/table, +/obj/item/kitchen/knife, +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"cm" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"cn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/titanium, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"cp" = ( +/obj/item/reagent_containers/food/snacks/hugemushroomslice, +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"cq" = ( +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"cr" = ( +/obj/item/reagent_containers/food/drinks/beer, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"cs" = ( +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"ct" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"cu" = ( +/obj/structure/chair/stool, +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"cv" = ( +/obj/structure/kitchenspike, +/turf/open/floor/plasteel/showroomfloor, +/area/awaymission/BMPship/Aft) +"cw" = ( +/turf/open/floor/plasteel/showroomfloor, +/area/awaymission/BMPship/Aft) +"cx" = ( +/obj/machinery/door/airlock/titanium, +/turf/open/floor/plasteel/showroomfloor, +/area/awaymission/BMPship/Aft) +"cy" = ( +/turf/open/floor/plasteel/white, +/area/awaymission/BMPship/Aft) +"cA" = ( +/obj/effect/decal/cleanable/blood/gibs/old, +/turf/open/floor/plasteel/white, +/area/awaymission/BMPship/Aft) +"cB" = ( +/obj/machinery/gibber, +/turf/open/floor/plasteel/white, +/area/awaymission/BMPship/Aft) +"cE" = ( +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"cG" = ( +/turf/closed/wall/mineral/titanium/interior, +/area/awaymission/BMPship/Fore) +"cH" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/carpet, +/area/awaymission/BMPship/Fore) +"cI" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/carpet, +/area/awaymission/BMPship/Fore) +"cJ" = ( +/obj/item/reagent_containers/food/snacks/hugemushroomslice, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"cK" = ( +/obj/machinery/door/airlock/titanium, +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"cL" = ( +/obj/structure/window/reinforced, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"cM" = ( +/obj/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"cN" = ( +/obj/machinery/door/window, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"cO" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"cP" = ( +/obj/item/reagent_containers/food/drinks/beer, +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"cQ" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/awaymission/BMPship/Aft) +"cR" = ( +/obj/structure/closet/secure_closet/freezer/meat/open{ + opened = 1 + }, +/turf/open/floor/plasteel/white, +/area/awaymission/BMPship/Aft) +"cS" = ( +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/food/snacks/meat/slab, +/obj/item/reagent_containers/food/snacks/meat/slab, +/turf/open/floor/plasteel/white, +/area/awaymission/BMPship/Aft) +"cT" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/plasteel/white, +/area/awaymission/BMPship/Aft) +"cU" = ( +/obj/item/crowbar, +/turf/open/floor/plasteel/white, +/area/awaymission/BMPship/Aft) +"cV" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"cW" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/unlocked{ + dir = 1; + environ = 0; + equipment = 3; + pixel_y = 25; + req_access = null + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"cX" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"cY" = ( +/obj/structure/table, +/obj/item/paper/fluff/ruins/crashedship/captains_log, +/turf/open/floor/carpet, +/area/awaymission/BMPship/Fore) +"cZ" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/beer, +/turf/open/floor/carpet, +/area/awaymission/BMPship/Fore) +"da" = ( +/obj/structure/frame/computer{ + anchored = 1 + }, +/turf/open/floor/carpet, +/area/awaymission/BMPship/Fore) +"db" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/carpet, +/area/awaymission/BMPship/Fore) +"dc" = ( +/obj/machinery/hydroponics, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/green, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"dd" = ( +/obj/effect/turf_decal/corner/opaque/green, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"de" = ( +/obj/machinery/seed_extractor, +/obj/item/seeds/plump/walkingmushroom, +/obj/effect/turf_decal/corner/opaque/green, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"df" = ( +/obj/machinery/hydroponics, +/obj/effect/turf_decal/corner/opaque/green, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"dg" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"dh" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating/airless, +/area/awaymission/BMPship/Fore) +"di" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"dj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/awaymission/BMPship/Aft) +"dk" = ( +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/awaymission/BMPship/Aft) +"dl" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"dm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"dn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"do" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"dq" = ( +/obj/item/multitool, +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/engine, +/area/awaymission/BMPship/Aft) +"dr" = ( +/obj/machinery/power/smes/shuttle{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/turf_decal/techfloor/orange{ + dir = 4 + }, +/turf/open/floor/engine/airless, +/area/awaymission/BMPship/Aft) +"ds" = ( +/obj/machinery/power/shuttle/engine/electric{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/engine/airless, +/area/awaymission/BMPship/Aft) +"dt" = ( +/obj/structure/table, +/obj/machinery/recharger, +/turf/open/floor/carpet, +/area/awaymission/BMPship/Fore) +"du" = ( +/obj/structure/chair/stool, +/turf/open/floor/carpet, +/area/awaymission/BMPship/Fore) +"dx" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"dy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"dz" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"dB" = ( +/turf/closed/wall/r_wall, +/area/awaymission/BMPship/Midship) +"dE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"dG" = ( +/obj/effect/spawner/structure/window/hollow/reinforced/end{ + dir = 1 + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Fore) +"dH" = ( +/obj/item/shard, +/turf/open/floor/carpet, +/area/awaymission/BMPship/Fore) +"dI" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/carpet, +/area/awaymission/BMPship/Fore) +"dJ" = ( +/obj/machinery/door/airlock/titanium, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet, +/area/awaymission/BMPship/Fore) +"dK" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"dL" = ( +/obj/machinery/power/shieldwallgen, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Midship) +"dM" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"dN" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/unlocked{ + dir = 1; + pixel_y = 25; + req_access = null + }, +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"dO" = ( +/obj/effect/turf_decal/industrial/loading{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"dP" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "meatConvey1" + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Midship) +"dQ" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "meatConvey1" + }, +/obj/structure/plasticflaps, +/turf/open/floor/plating, +/area/awaymission/BMPship/Midship) +"dR" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/disposal/deliveryChute{ + dir = 8 + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Midship) +"dS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/awaymission/BMPship/Midship) +"dT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"dU" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"dV" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"dW" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"dX" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"dY" = ( +/obj/structure/rack, +/obj/item/storage/box/lights, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"ea" = ( +/obj/machinery/power/smes/magical{ + desc = "A high-capacity superconducting magnetic energy storage (SMES) unit."; + name = "power storage unit" + }, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"eb" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/terminal{ + dir = 8 + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"ec" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"ed" = ( +/obj/effect/spawner/structure/window/hollow/reinforced/middle{ + dir = 4 + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Fore) +"ee" = ( +/obj/structure/table, +/turf/open/floor/carpet, +/area/awaymission/BMPship/Fore) +"ef" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/awaymission/BMPship/Fore) +"eg" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/turf/open/floor/carpet, +/area/awaymission/BMPship/Fore) +"eh" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/awaymission/BMPship/Midship) +"ei" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Midship) +"ej" = ( +/turf/open/floor/plating, +/area/awaymission/BMPship/Midship) +"ek" = ( +/obj/item/reagent_containers/glass/bucket, +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"el" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "meatConvey1" + }, +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"em" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"eo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/awaymission/BMPship/Aft) +"ep" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/awaymission/BMPship/Aft) +"eq" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/disposaloutlet{ + dir = 4 + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"er" = ( +/obj/effect/decal/cleanable/blood/gibs/old, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"es" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"et" = ( +/obj/structure/rack, +/obj/item/storage/belt/utility/full, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"eu" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"ev" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/carpet, +/area/awaymission/BMPship/Fore) +"ew" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet, +/area/awaymission/BMPship/Fore) +"ex" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/carpet, +/area/awaymission/BMPship/Fore) +"ey" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/gibspawner/xeno, +/turf/open/floor/plating, +/area/awaymission/BMPship/Midship) +"ez" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"eA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"eB" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"eD" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"eE" = ( +/obj/effect/gibspawner/human, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"eF" = ( +/obj/machinery/door/window{ + base_state = "right"; + dir = 4; + icon_state = "right" + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"eG" = ( +/obj/structure/rack, +/obj/item/stock_parts/cell/high, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"eH" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/spawner/structure/window/hollow/reinforced/directional{ + dir = 6 + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Fore) +"eJ" = ( +/obj/machinery/door/window{ + base_state = "right"; + dir = 4; + icon_state = "right" + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Midship) +"eL" = ( +/obj/effect/gibspawner/generic, +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"eM" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"eO" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/awaymission/BMPship/Aft) +"eP" = ( +/obj/structure/rack, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"eQ" = ( +/obj/machinery/power/smes/magical{ + desc = "A high-capacity superconducting magnetic energy storage (SMES) unit."; + name = "power storage unit" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"eR" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"eS" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/engine, +/area/awaymission/BMPship/Aft) +"eT" = ( +/obj/structure/closet, +/turf/open/floor/carpet, +/area/awaymission/BMPship/Fore) +"eV" = ( +/obj/item/wrench, +/turf/open/floor/plating, +/area/awaymission/BMPship/Midship) +"eW" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"eX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"eY" = ( +/obj/structure/mopbucket, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"eZ" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/kitchen/knife, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"fa" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/stock_parts/cell/high, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"fc" = ( +/obj/machinery/door/airlock/titanium, +/turf/open/floor/carpet, +/area/awaymission/BMPship/Fore) +"fd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/titanium, +/turf/open/floor/carpet, +/area/awaymission/BMPship/Fore) +"fe" = ( +/obj/effect/gibspawner/xeno, +/turf/open/floor/plating, +/area/awaymission/BMPship/Midship) +"ff" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plasteel{ + icon_state = "panelscorched" + }, +/area/awaymission/BMPship/Midship) +"fg" = ( +/obj/structure/kitchenspike, +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"fi" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "meatConvey2" + }, +/obj/item/kitchen/knife, +/turf/open/floor/plating, +/area/awaymission/BMPship/Midship) +"fj" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "meatConvey2" + }, +/obj/structure/plasticflaps, +/turf/open/floor/plating, +/area/awaymission/BMPship/Midship) +"fk" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "meatConvey2" + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Midship) +"fl" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"fm" = ( +/turf/closed/wall/mineral/titanium/interior, +/area/awaymission/BMPship/Midship) +"fn" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"fo" = ( +/obj/structure/window/reinforced, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"fp" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"fq" = ( +/obj/item/stack/cable_coil, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"fs" = ( +/obj/item/stack/sheet/mineral/uranium{ + amount = 50 + }, +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/awaymission/BMPship/Aft) +"ft" = ( +/turf/open/floor/plating/airless{ + icon_state = "platingdmg1" + }, +/area/awaymission/BMPship/Fore) +"fu" = ( +/obj/structure/lattice, +/turf/template_noop, +/area/awaymission/BMPship/Fore) +"fv" = ( +/turf/open/floor/plating/airless{ + icon_state = "platingdmg3" + }, +/area/awaymission/BMPship/Fore) +"fw" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating/airless, +/area/awaymission/BMPship/Fore) +"fx" = ( +/obj/item/shard{ + icon_state = "small" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/airless, +/area/awaymission/BMPship/Fore) +"fy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/airless{ + icon_state = "panelscorched" + }, +/area/awaymission/BMPship/Fore) +"fz" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating/airless{ + icon_state = "platingdmg3" + }, +/area/awaymission/BMPship/Fore) +"fA" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/item/kitchen/knife, +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"fB" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "meatConvey2" + }, +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"fC" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/awaymission/BMPship/Aft) +"fD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/awaymission/BMPship/Aft) +"fE" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/awaymission/BMPship/Aft) +"fF" = ( +/obj/item/mop, +/turf/open/floor/plasteel/showroomfloor, +/area/awaymission/BMPship/Aft) +"fG" = ( +/obj/effect/decal/cleanable/oil, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"fH" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"fI" = ( +/turf/open/floor/plating/airless{ + icon_state = "platingdmg2" + }, +/area/awaymission/BMPship/Fore) +"fJ" = ( +/obj/item/shard, +/turf/open/floor/plating/airless{ + icon_state = "platingdmg1" + }, +/area/awaymission/BMPship/Fore) +"fK" = ( +/obj/structure/chair/stool, +/turf/open/floor/plating/airless{ + icon_state = "platingdmg3" + }, +/area/awaymission/BMPship/Fore) +"fL" = ( +/obj/item/stack/cable_coil{ + amount = 5 + }, +/turf/open/floor/plating/airless, +/area/awaymission/BMPship/Fore) +"fM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/airless, +/area/awaymission/BMPship/Fore) +"fN" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"fO" = ( +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/food/snacks/meat, +/turf/open/floor/plasteel/showroomfloor, +/area/awaymission/BMPship/Aft) +"fP" = ( +/obj/item/reagent_containers/glass/bucket, +/turf/open/floor/plasteel/showroomfloor, +/area/awaymission/BMPship/Aft) +"fQ" = ( +/obj/structure/reagent_dispensers, +/turf/open/floor/plasteel/showroomfloor, +/area/awaymission/BMPship/Aft) +"fR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"fS" = ( +/turf/open/floor/plating/asteroid/airless, +/area/awaymission/BMPship) +"fT" = ( +/obj/structure/frame/computer{ + anchored = 1; + dir = 1 + }, +/turf/open/floor/plating/airless{ + icon_state = "panelscorched" + }, +/area/awaymission/BMPship/Fore) +"fU" = ( +/obj/structure/frame/computer{ + anchored = 1; + dir = 1 + }, +/turf/open/floor/plating/airless{ + icon_state = "platingdmg1" + }, +/area/awaymission/BMPship/Fore) +"fW" = ( +/turf/open/floor/plasteel{ + icon_state = "platingdmg3" + }, +/area/awaymission/BMPship/Midship) +"fX" = ( +/turf/open/floor/plasteel{ + icon_state = "platingdmg1" + }, +/area/awaymission/BMPship/Midship) +"fY" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/titanium, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"fZ" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/titanium, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"ga" = ( +/obj/machinery/door/airlock/titanium, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"gb" = ( +/turf/closed/mineral/random, +/area/awaymission/BMPship) +"gc" = ( +/obj/item/multitool, +/turf/open/floor/plating/airless{ + icon_state = "platingdmg2" + }, +/area/awaymission/BMPship) +"gd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/titanium, +/turf/open/floor/plating/airless, +/area/awaymission/BMPship/Fore) +"ge" = ( +/obj/machinery/door/airlock/titanium, +/turf/open/floor/plating, +/area/awaymission/BMPship/Midship) +"gg" = ( +/obj/structure/chair/stool, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"gh" = ( +/obj/structure/table, +/obj/item/paper/fluff/ruins/crashedship/old_diary, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"gi" = ( +/obj/structure/table, +/obj/item/pen/red, +/obj/item/reagent_containers/food/drinks/beer, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"gj" = ( +/obj/structure/closet, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"gk" = ( +/obj/effect/spawner/structure/window/hollow/reinforced/end{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/awaymission/BMPship/Fore) +"gn" = ( +/obj/structure/cable, +/turf/open/floor/plating/airless{ + icon_state = "platingdmg3" + }, +/area/awaymission/BMPship/Fore) +"gp" = ( +/turf/open/floor/plating/asteroid/airless, +/area/awaymission/BMPship/Fore) +"gq" = ( +/obj/structure/rack, +/turf/open/floor/plating/airless, +/area/awaymission/BMPship/Fore) +"gs" = ( +/turf/open/floor/plating/asteroid/airless, +/area/awaymission/BMPship/Midship) +"gt" = ( +/turf/open/floor/plating/airless{ + icon_state = "platingdmg1" + }, +/area/awaymission/BMPship/Midship) +"gv" = ( +/obj/item/wallframe/apc, +/turf/open/floor/plating/airless, +/area/awaymission/BMPship/Midship) +"gx" = ( +/obj/item/stack/cable_coil{ + amount = 5 + }, +/turf/open/floor/plating/airless, +/area/awaymission/BMPship/Midship) +"gy" = ( +/obj/structure/ore_box, +/turf/open/floor/plating/airless, +/area/awaymission/BMPship/Midship) +"gz" = ( +/obj/machinery/computer/arcade, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"gA" = ( +/obj/effect/decal/remains/human, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"gC" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"gD" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/item/wallframe/apc, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"gE" = ( +/obj/effect/decal/remains/human, +/obj/item/clothing/head/helmet/space/syndicate/green/dark, +/obj/effect/gibspawner/generic, +/turf/open/floor/plating/asteroid/airless, +/area/awaymission/BMPship) +"gF" = ( +/obj/effect/spawner/structure/window/hollow/reinforced/directional{ + dir = 4 + }, +/obj/item/shard{ + icon_state = "small" + }, +/turf/open/floor/plating/airless, +/area/awaymission/BMPship/Fore) +"gG" = ( +/turf/open/floor/engine, +/area/awaymission/BMPship/Fore) +"gH" = ( +/obj/machinery/door/airlock/titanium, +/turf/open/floor/plating/airless, +/area/awaymission/BMPship/Fore) +"gI" = ( +/turf/open/floor/plating/airless, +/area/awaymission/BMPship/Fore) +"gJ" = ( +/obj/effect/gibspawner/robot, +/turf/open/floor/plasteel/airless{ + icon_state = "floorscorched2" + }, +/area/awaymission/BMPship/Fore) +"gK" = ( +/turf/closed/mineral/random, +/area/awaymission/BMPship/Fore) +"gL" = ( +/turf/open/floor/plating/airless{ + icon_state = "platingdmg2" + }, +/area/awaymission/BMPship/Midship) +"gM" = ( +/obj/structure/mecha_wreckage/ripley, +/turf/open/floor/plating/airless, +/area/awaymission/BMPship/Midship) +"gN" = ( +/obj/structure/bed, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"gO" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/obj/item/storage/wallet/random, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"gP" = ( +/obj/structure/closet, +/obj/item/clothing/under/rank/civilian/lawyer/bluesuit, +/obj/item/clothing/suit/apron, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"gQ" = ( +/obj/item/clothing/suit/space/syndicate/green/dark, +/turf/open/floor/plating/asteroid/airless, +/area/awaymission/BMPship) +"gR" = ( +/obj/effect/spawner/structure/window/hollow/reinforced/directional{ + dir = 6 + }, +/turf/open/floor/plating/airless, +/area/awaymission/BMPship/Fore) +"gS" = ( +/turf/closed/wall/mineral/titanium, +/area/awaymission/BMPship) +"gT" = ( +/obj/effect/gibspawner/robot, +/turf/open/floor/plating/airless, +/area/awaymission/BMPship/Midship) +"gU" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating/airless, +/area/awaymission/BMPship/Midship) +"gV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/airless, +/area/awaymission/BMPship/Midship) +"gW" = ( +/obj/machinery/door/airlock/titanium, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Midship) +"gX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"gY" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"gZ" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/turf/template_noop, +/area/template_noop) +"ha" = ( +/turf/open/floor/plating/airless{ + icon_state = "panelscorched" + }, +/area/awaymission/BMPship/Midship) +"hb" = ( +/obj/effect/decal/remains/human, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"hc" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"hd" = ( +/obj/machinery/door/airlock/titanium, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"he" = ( +/obj/structure/mirror{ + pixel_y = 28 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"hg" = ( +/turf/open/floor/plating/airless{ + icon_state = "platingdmg3" + }, +/area/awaymission/BMPship/Midship) +"hh" = ( +/obj/item/clothing/suit/caution, +/turf/open/floor/plating/airless, +/area/awaymission/BMPship/Midship) +"hi" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating/airless, +/area/awaymission/BMPship/Midship) +"hj" = ( +/obj/structure/closet/crate, +/obj/item/spacecash/bundle/c10, +/obj/item/spacecash/bundle/c200, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"hk" = ( +/obj/structure/closet/crate, +/obj/item/spacecash/bundle/c10, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"hl" = ( +/obj/structure/sink{ + dir = 2 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"hn" = ( +/obj/item/clothing/gloves/color/fyellow, +/turf/open/floor/plating/asteroid/airless, +/area/awaymission/BMPship) +"ho" = ( +/obj/effect/spawner/structure/window/hollow/reinforced/end{ + dir = 1 + }, +/turf/open/floor/engine, +/area/awaymission/BMPship/Aft) +"hq" = ( +/obj/item/storage/box/matches, +/obj/item/storage/fancy/cigarettes/dromedaryco, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"hr" = ( +/obj/item/poster/random_contraband, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"hs" = ( +/obj/item/reagent_containers/food/drinks/beer, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"ht" = ( +/turf/closed/wall/mineral/titanium/interior, +/area/awaymission/BMPship/Aft) +"hu" = ( +/obj/effect/spawner/structure/window/hollow/reinforced/end, +/turf/open/floor/engine, +/area/awaymission/BMPship/Aft) +"hv" = ( +/turf/closed/mineral/diamond, +/area/awaymission/BMPship) +"hw" = ( +/turf/closed/mineral/bscrystal, +/area/awaymission/BMPship) +"hE" = ( +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/awaymission/BMPship/Fore) +"iJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, +/turf/open/floor/plating, +/area/awaymission/BMPship/Midship) +"jl" = ( +/obj/machinery/light/directional/east, +/obj/structure/closet, +/turf/open/floor/carpet, +/area/awaymission/BMPship/Fore) +"pe" = ( +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"pJ" = ( +/obj/machinery/power/port_gen/pacman/super, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"qv" = ( +/obj/machinery/light/directional/south, +/obj/effect/decal/cleanable/blood/gibs/old, +/turf/open/floor/plating/airless, +/area/awaymission/BMPship/Midship) +"qU" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"qY" = ( +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/yellow{ + dir = 4 + }, +/obj/structure/salvageable/seed, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"sk" = ( +/obj/structure/table, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"sB" = ( +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/obj/machinery/button/door{ + id = "packerMine"; + pixel_x = 0; + pixel_y = -25 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"ui" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"vh" = ( +/turf/template_noop, +/area/space/nearstation) +"wh" = ( +/turf/template_noop, +/area/awaymission/BMPship) +"wq" = ( +/obj/machinery/light/directional/east, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/carpet, +/area/awaymission/BMPship/Fore) +"Ae" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"AX" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"Bm" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/engine, +/area/awaymission/BMPship/Aft) +"BZ" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"Ca" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"CP" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/industrial/warning{ + dir = 2 + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"Dq" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/plasteel/white, +/area/awaymission/BMPship/Aft) +"DX" = ( +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/engine, +/area/awaymission/BMPship/Aft) +"ED" = ( +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/engine, +/area/awaymission/BMPship/Aft) +"EJ" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"EQ" = ( +/obj/structure/lattice, +/turf/template_noop, +/area/awaymission/BMPship/Midship) +"Fl" = ( +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"Go" = ( +/obj/machinery/door/airlock/titanium, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"Hy" = ( +/obj/machinery/door/poddoor/shutters{ + id = "packerMine" + }, +/turf/open/floor/plating/airless, +/area/awaymission/BMPship/Midship) +"HP" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"JI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"Kq" = ( +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"Lr" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"Mx" = ( +/turf/closed/mineral/random, +/area/awaymission/BMPship/Midship) +"MV" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/corner/transparent/bar, +/obj/effect/turf_decal/corner/transparent/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"Op" = ( +/obj/machinery/porta_turret{ + dir = 8; + installation = /obj/item/gun/energy/lasercannon; + set_obj_flags = "EMAGGED" + }, +/turf/open/floor/engine, +/area/awaymission/BMPship/Aft) +"OQ" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating/asteroid/airless, +/area/awaymission/BMPship/Fore) +"Pb" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/engine, +/area/awaymission/BMPship/Fore) +"Qe" = ( +/obj/structure/table, +/obj/item/storage/box, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"Rp" = ( +/obj/machinery/light/small/directional/south, +/turf/open/floor/engine, +/area/awaymission/BMPship/Aft) +"RG" = ( +/obj/machinery/porta_turret{ + dir = 8; + installation = /obj/item/gun/energy/lasercannon; + set_obj_flags = "EMAGGED" + }, +/turf/open/floor/engine, +/area/awaymission/BMPship/Fore) +"SL" = ( +/obj/machinery/light/small/directional/east, +/turf/open/floor/plasteel/showroomfloor, +/area/awaymission/BMPship/Aft) +"SN" = ( +/obj/machinery/light/directional/north, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Aft) +"SS" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/industrial/warning{ + dir = 2 + }, +/turf/open/floor/plating, +/area/awaymission/BMPship/Fore) +"Uc" = ( +/obj/machinery/light/small/directional/east, +/turf/open/floor/wood, +/area/awaymission/BMPship/Fore) +"WI" = ( +/obj/machinery/light/small/directional/west, +/turf/open/floor/plating, +/area/awaymission/BMPship/Aft) +"Xc" = ( +/obj/structure/frame/computer{ + anchored = 1; + dir = 4 + }, +/turf/open/floor/carpet, +/area/awaymission/BMPship/Fore) +"Xi" = ( +/obj/machinery/light/directional/south, +/turf/open/floor/plating/airless, +/area/awaymission/BMPship/Midship) +"Xp" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/button/door{ + id = "packerMine"; + pixel_x = 0; + pixel_y = 25 + }, +/turf/open/floor/plating/asteroid/airless, +/area/awaymission/BMPship/Midship) +"YE" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating/airless{ + icon_state = "platingdmg1" + }, +/area/awaymission/BMPship/Midship) +"ZA" = ( +/obj/machinery/processor, +/obj/machinery/light/directional/north, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/awaymission/BMPship/Midship) +"ZB" = ( +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/engine, +/area/awaymission/BMPship/Aft) + +(1,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +gb +gb +gb +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(2,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fS +gb +gb +gb +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(3,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fS +gb +gb +gb +gb +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(4,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fS +gb +gb +fS +fS +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(5,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fS +gE +gQ +aa +aa +aa +aa +aa +aa +aa +aa +gb +gb +gb +aa +aa +aa +aa +aa +aa +"} +(6,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +am +am +aa +aa +aa +aa +aa +aa +aa +wh +fS +fS +gb +gb +gb +gb +gb +aa +aa +aa +aa +aa +"} +(7,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aI +aT +dG +ed +ed +eH +aT +aI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fS +fS +fS +gb +gb +gb +gb +gb +gb +gb +aa +aa +aa +aa +"} +(8,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aI +hE +bV +ee +Xc +Xc +ee +bV +aT +aI +aa +aa +gc +aa +aa +aa +aa +aa +hn +fS +fS +fS +gb +gb +gb +gb +gb +gb +gb +gb +aa +aa +aa +"} +(9,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aI +hE +bV +bV +dH +ef +ef +bV +bV +aT +ft +fu +aa +am +aa +aa +aa +gZ +fS +fS +fS +fS +fS +fS +fS +gb +gb +gb +gb +gb +gb +gb +aa +aa +"} +(10,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aI +hE +bV +bV +bV +bV +bV +bV +bV +bV +aT +fu +fI +fu +aa +aa +aa +aa +fS +fS +fS +fS +fS +fS +fS +fS +fS +fS +fS +gb +gb +gb +gb +aa +aa +"} +(11,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +cG +gk +bl +bt +hE +hE +bV +bV +cY +dt +bV +eg +bV +bV +bV +fc +fv +fJ +cG +hE +gk +gF +gR +cG +fS +fS +gb +gb +gb +gb +fS +fS +fS +fS +fS +gb +gb +fS +aa +aa +"} +(12,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +cG +aR +bm +bu +aT +bV +bV +bV +cZ +du +bV +bV +ev +db +db +fd +fw +fu +fT +cG +RG +gG +RG +cG +gb +gb +gb +gb +gb +gb +gb +gb +fS +fS +fS +fS +fS +fS +aa +aa +"} +(13,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +cG +aS +Uc +bm +fc +bV +bV +bV +da +bV +bV +bV +ew +bV +bV +aT +fx +fK +fU +cG +Pb +gG +gG +cG +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +fS +fS +fS +fS +fS +aa +"} +(14,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +cG +aT +aT +aT +hE +bW +db +cH +bV +bV +bV +bV +ew +bV +eT +aT +fy +fL +fv +cG +cG +gH +cG +cG +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +fS +fS +fS +fS +aa +"} +(15,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +cG +aU +bo +bp +fc +bV +bV +cI +db +wq +dI +db +ex +bV +jl +aT +fz +fM +fM +gd +gn +gI +fv +cG +gb +gb +gb +gb +gb +gb +gb +gb +hv +gb +gb +gb +fS +fS +fS +aa +"} +(16,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +cG +aV +bp +bv +aT +aT +aT +aT +aT +aT +dJ +aT +aT +fc +aT +aT +aT +aT +aT +aT +dh +fI +fv +cG +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +fS +fS +aa +"} +(17,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +cG +aW +bp +bv +aq +bX +ce +ce +ce +MV +dy +ce +ce +ce +MV +ce +ce +ce +ce +aq +gp +gI +gp +gK +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +fS +fS +"} +(18,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +cG +aV +bp +SS +aq +Fl +cp +ce +ce +dx +dK +ce +ce +ce +ce +ce +ce +ce +BZ +aq +gq +gp +ft +gp +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +hw +gb +gb +fS +fS +"} +(19,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +cG +aW +bp +bv +aq +bZ +bZ +bZ +dc +dy +dB +dB +dB +dB +dB +dB +dB +ce +ce +aq +ft +gJ +gp +aT +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +fS +"} +(20,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +cG +aV +bp +bv +aq +ca +cq +cq +dd +dy +dB +eh +eh +iJ +eh +ej +dB +ce +ce +aq +OQ +gI +fv +gK +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +hw +gb +gb +gb +gb +fS +"} +(21,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +cG +aX +bp +bx +aq +qY +cq +cJ +dd +dy +dB +eh +ey +eh +ej +ej +dB +ce +ce +aq +fv +gp +gp +gK +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +hw +gb +gb +gb +fS +"} +(22,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aI +aY +bq +aT +aq +cc +cq +cq +de +dy +dB +eh +ej +ej +ej +fe +dB +ce +ce +aq +aT +gK +aT +gK +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +fS +"} +(23,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aq +ca +cr +cq +dd +dy +dB +ei +ei +eJ +ei +ff +dB +ce +fW +aq +gb +gb +gb +gb +gb +gS +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +fS +"} +(24,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aq +cd +cd +cd +df +dy +dL +ej +ej +ej +eV +ej +dL +ce +ce +aq +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +fS +"} +(25,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aq +Fl +ce +ce +ce +di +dM +dz +ez +dz +dz +dz +fA +ej +fX +ge +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +fS +"} +(26,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +am +ap +aq +ce +ce +ce +ce +ce +ce +ek +dy +ce +ce +fg +ce +ce +fW +fm +Mx +gb +gS +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +fS +"} +(27,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ap +aq +aq +aq +cK +aq +aq +aq +dN +dz +eA +pe +aq +aq +cK +aq +aq +fm +aq +Mx +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +fS +fS +"} +(28,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +am +aa +EQ +aq +gt +aq +cf +cs +cL +ce +ce +ce +ce +dy +ce +ce +ce +ce +ce +ce +fm +gs +aq +Mx +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +fS +fS +"} +(29,1,1) = {" +aa +aa +aa +aa +aa +aa +am +aa +vh +EQ +gt +at +ha +aq +cg +cs +cM +dg +dz +dz +dz +eB +dz +dz +dz +dz +fN +BZ +fm +gs +gs +Mx +Mx +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +fS +fS +aa +"} +(30,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +am +EQ +gL +hg +ha +at +aq +ch +cs +cN +dy +ce +dO +ce +ce +ce +ce +dO +ce +dy +ce +fm +at +gL +gs +Mx +Mx +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +fS +fS +aa +"} +(31,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +ap +aq +hg +at +hg +qv +aq +ZA +ct +cO +dy +EJ +dP +el +ce +ce +EJ +fi +fB +dy +ce +fm +gt +gM +gT +gt +aq +Mx +gb +gb +gb +gb +gb +gb +gb +gb +gb +fS +fS +fS +aa +aa +"} +(32,1,1) = {" +ab +aa +aa +aa +aa +aa +aa +aq +as +at +ha +at +ad +aq +af +ce +ce +dy +dB +dQ +dB +ce +eL +dB +fj +dB +dy +sB +fm +Xp +at +gs +gL +gs +fm +gb +gb +gb +gb +gb +gb +gb +gb +fS +fS +fS +fS +aa +aa +"} +(33,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aq +at +at +bb +ha +at +bK +ce +ce +ce +dy +dB +dP +dB +ce +ce +dB +fk +dB +dy +ce +Hy +at +gs +at +at +gL +fm +gb +gb +gb +gb +gb +gb +gb +fS +fS +fS +gb +gb +aa +aa +"} +(34,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aq +au +at +at +at +at +bK +ce +ce +ce +dy +dB +dP +dB +ce +ce +dB +fk +dB +dy +ce +Hy +at +gt +at +at +at +fm +gb +gb +gb +gb +gb +fS +fS +fS +fS +fS +gb +gb +gb +aa +"} +(35,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aq +av +at +at +at +at +bK +ce +ce +ce +dy +dB +dP +dB +AX +ce +dB +fk +dB +dy +ce +Hy +gs +at +at +gs +at +fm +fS +fS +fS +fS +fS +fS +fS +fS +fS +gb +gb +gb +gb +aa +"} +(36,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aq +aw +at +as +at +bA +aq +cj +cu +ce +dy +dB +dP +dB +ce +ce +dB +fk +dB +dy +Kq +fm +YE +at +at +at +hg +fm +fS +fS +fS +fS +aa +aa +aa +aa +aa +gb +gb +gb +gb +aa +"} +(37,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aq +ax +at +at +at +bB +aq +ck +cu +ce +dy +dB +dR +dB +ce +ce +dB +dR +dB +dy +ce +fm +gv +at +at +at +hh +fm +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +gb +gb +aa +aa +"} +(38,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aq +ay +aL +bc +at +Xi +aq +sk +ce +cP +dy +dB +dS +dB +ce +ce +dB +dS +dB +dy +ce +fm +gy +at +at +ha +hh +fm +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(39,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aq +az +at +gV +at +bA +aq +cj +cu +ce +di +dz +dT +dz +dz +eM +dz +dT +dz +dK +Kq +fm +gx +at +gU +at +hh +fm +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(40,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aq +aA +at +gV +at +bB +aq +cm +ce +ce +ce +ce +dU +em +ce +dy +eW +fl +ce +ce +ce +fm +gy +at +gV +at +hi +fm +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(41,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aq +aq +aq +be +aq +aq +aq +aq +aq +aq +aq +aq +aq +JI +ce +dy +eX +fm +fm +fm +fm +fm +fm +fm +gW +fm +fm +fm +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(42,1,1) = {" +aa +aa +aa +ac +ho +aj +an +ac +aB +aM +bf +aM +aM +bL +ac +cv +cw +cw +cw +cw +eo +cw +fD +eo +cw +cw +fO +ac +cE +gz +gg +gX +cE +hj +ht +ho +aj +hu +dk +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(43,1,1) = {" +aa +aa +aa +ht +Op +ah +Op +ac +aC +al +bg +fR +bD +bM +ac +cv +cQ +dj +dj +dj +ep +dj +eO +ep +dj +fC +cw +ac +cE +cE +cE +gX +cE +hk +ht +Op +ah +Op +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(44,1,1) = {" +aa +aa +aa +ht +ah +ah +Rp +ac +aD +al +al +al +bE +CP +ac +cw +cw +cw +cw +dV +eq +eD +eD +eq +fn +fD +cw +fY +cE +al +cE +gX +hb +cE +ht +Bm +ah +ah +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(45,1,1) = {" +aa +aa +aa +ht +ac +ak +ac +ac +aE +aN +bh +al +dm +bO +ac +cx +ac +dk +cw +dW +er +al +er +eY +fo +fD +cw +ac +cE +cE +gN +gX +hc +al +ht +ac +ak +ac +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(46,1,1) = {" +aa +aa +aa +ht +WI +al +al +ac +Qe +al +al +al +dm +bM +ac +cy +cR +ac +cw +dW +er +eE +al +al +fo +fD +cw +ac +SN +cE +cE +gX +cE +cE +ht +hq +al +WI +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(47,1,1) = {" +aa +aa +aa +ae +ht +al +al +ar +aG +al +al +al +bG +bM +ac +Dq +cS +ac +cw +dX +es +eF +eF +eZ +fp +fE +dj +fZ +dE +gA +gO +gY +gN +cE +fY +al +hs +ht +ae +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(48,1,1) = {" +aa +aa +aa +aa +ae +ht +al +ac +aG +al +bi +al +dm +bP +ac +cA +cT +ac +cw +cw +cw +cw +cw +cw +cw +cw +fP +ac +gg +gX +cE +cE +cE +cE +ht +hr +ht +ae +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(49,1,1) = {" +aa +aa +aa +aa +aa +ae +ht +ht +aG +al +bj +al +dm +bQ +ac +cB +cU +ac +SL +cw +cw +cw +cw +SL +cw +fF +fQ +ac +gh +gX +gN +cE +gN +cE +ht +ac +ae +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(50,1,1) = {" +aa +aa +aa +aa +aa +aa +ae +ht +aG +al +bk +al +dm +bR +ht +ht +ht +ht +ht +ht +ht +ht +ht +ht +ht +ht +ht +ht +gi +gX +cE +cE +cE +cE +ht +ae +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(51,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +ht +aG +al +al +al +dm +CP +ac +cV +cV +cV +ui +dY +et +eG +eP +ui +cV +cV +cV +ac +SN +gX +cE +ht +hd +ht +ht +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(52,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +ht +aG +aO +al +al +bg +bT +cn +dE +dE +dl +dE +dE +dE +dE +dE +fa +dE +dE +fR +ga +dE +gC +cE +ht +he +hl +ht +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(53,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +ae +ht +aP +aP +bs +bH +bU +ht +cE +cE +dm +al +al +al +al +al +al +al +cE +al +ac +gj +gD +gP +ht +Ae +ht +ae +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(54,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +ae +ht +ht +ht +ht +ht +ht +ht +cE +dn +fR +ea +fR +fR +eQ +al +fq +pJ +ht +ht +ht +ht +ht +ht +ht +ae +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(55,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ae +ac +cW +do +al +eb +al +al +eb +al +al +fG +ht +ae +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(56,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ac +cX +HP +Ca +ec +eu +eu +eR +qU +Lr +fH +ht +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(57,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ac +ht +ht +Go +ht +ht +ac +ht +Go +ht +ht +ht +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(58,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ae +ht +dq +ED +DX +ht +ht +eS +ZB +fs +ht +ae +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(59,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ht +dr +dr +dr +ht +ht +dr +dr +dr +ht +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(60,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ht +ds +ds +ds +ht +ht +ds +ds +ds +ht +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} diff --git a/_maps/RandomRuins/SpaceRuins/cryocontainment.dmm b/_maps/RandomRuins/SpaceRuins/cryocontainment.dmm new file mode 100644 index 000000000000..f381d0375e46 --- /dev/null +++ b/_maps/RandomRuins/SpaceRuins/cryocontainment.dmm @@ -0,0 +1,2434 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ab" = ( +/obj/machinery/atmospherics/pipe/simple/general{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"al" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"ar" = ( +/obj/item/stack/ore/salvage/scraptitanium, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"aK" = ( +/obj/item/stack/ore/salvage/scrapgold, +/obj/effect/turf_decal/corner/opaque/purple/border{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"aM" = ( +/obj/structure/fluff/paper/stack{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/purple/border{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"aO" = ( +/obj/item/stack/ore/salvage/scrapmetal, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"ba" = ( +/obj/structure/sign/directions/science{ + pixel_y = 25 + }, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"bm" = ( +/obj/effect/decal/cleanable/greenglow, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"bp" = ( +/turf/open/floor/plating/airless{ + icon_state = "platingdmg1" + }, +/area/ruin/unpowered) +"bt" = ( +/obj/structure/fluff/paper/stack{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/purple/border{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"bK" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"bW" = ( +/obj/effect/decal/cleanable/chem_pile, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"ca" = ( +/obj/item/stack/ore/salvage/scrapplasma, +/obj/effect/turf_decal/corner/opaque/purple/border{ + dir = 5 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"cy" = ( +/turf/closed/wall/r_wall, +/area/ruin/unpowered) +"cB" = ( +/obj/structure/table_frame, +/obj/item/stock_parts/cell/hyper/empty, +/obj/effect/turf_decal/corner/opaque/purple/border{ + dir = 1 + }, +/obj/effect/decal/cleanable/robot_debris/old, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"cV" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced/survival_pod{ + dir = 1 + }, +/obj/item/circuitboard/machine/bepis, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"dt" = ( +/obj/machinery/door/airlock/security{ + dir = 8 + }, +/obj/machinery/door/poddoor{ + id = "cryocontainmentlockdown"; + dir = 8 + }, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"dw" = ( +/turf/open/floor/plating/asteroid/airless, +/area/ruin/unpowered) +"dT" = ( +/obj/effect/turf_decal/siding/purple, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"eI" = ( +/obj/machinery/vending/plasmaresearch, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"eN" = ( +/obj/effect/decal/cleanable/blood/gibs, +/obj/machinery/atmospherics/components/unary/vent_pump/layer2, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"eS" = ( +/obj/item/shard, +/obj/item/stack/rods, +/turf/template_noop, +/area/template_noop) +"eT" = ( +/obj/effect/decal/cleanable/blood/gibs/down, +/obj/effect/decal/cleanable/blood/gibs, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"eU" = ( +/obj/effect/decal/cleanable/blood/tracks, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"eX" = ( +/obj/item/stack/ore/titanium, +/obj/item/stack/ore/titanium, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/unpowered) +"eZ" = ( +/obj/machinery/atmospherics/pipe/simple/general{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"fo" = ( +/obj/structure/sign/departments/chemistry, +/turf/closed/wall/r_wall, +/area/ruin/unpowered) +"fx" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/stockparts/t3, +/obj/machinery/door/window/survival_pod{ + dir = 4 + }, +/obj/structure/window/reinforced/survival_pod{ + dir = 1 + }, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"fE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"fL" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"fN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"fY" = ( +/obj/structure/table/optable, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"gd" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"ge" = ( +/obj/structure/sign/directions/science{ + pixel_y = 25 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"gm" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"gz" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/purple, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"gC" = ( +/obj/machinery/door/poddoor{ + id = "cryocontainmentlockdown"; + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"gG" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/layer2, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"gJ" = ( +/obj/item/stack/ore/salvage/scrapuranium, +/obj/structure/salvageable/protolathe, +/obj/machinery/light/dim/directional/south, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"gO" = ( +/obj/item/stock_parts/capacitor, +/turf/open/floor/plating/airless{ + icon_state = "platingdmg3" + }, +/area/ruin/unpowered) +"ha" = ( +/obj/structure/table/reinforced, +/obj/machinery/light/directional/north, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"hl" = ( +/obj/item/stack/ore/salvage/scrapmetal, +/obj/structure/fluff/paper/stack{ + dir = 6 + }, +/obj/effect/turf_decal/corner/opaque/purple/border{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"hw" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 8 + }, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"hE" = ( +/obj/item/stack/ore/salvage/scrapgold, +/obj/machinery/light/broken/directional/south, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"ih" = ( +/obj/effect/decal/cleanable/blood/gibs/limb, +/obj/item/light/tube/broken, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/light/built/directional/south, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"iA" = ( +/obj/item/mine/proximity/explosive/sting/live, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"jd" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"jq" = ( +/turf/closed/mineral, +/area/ruin/unpowered) +"jx" = ( +/obj/effect/decal/cleanable/robot_debris/old, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"jN" = ( +/obj/effect/decal/cleanable/blood, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"jP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/structure/fluff/paper/stack{ + dir = 6 + }, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"kl" = ( +/obj/machinery/computer{ + desc = "A computer long since rendered non-functional due to lack of maintenance. Spitting out error messages."; + dir = 4; + name = "Broken Computer" + }, +/obj/item/paper{ + name = "console log"; + text = "SPECIMIN BREACH, ACTIVATING LOCKDOWN PRTOCOLS, ACTIVATING EXPLOSIVE DECOUPLE CHARGES."; + default_raw_text = "SPECIMEN BREACHED FROM CRYO CELL, ACTIVATING LOCKDOWN PRTOCOLS, ACTIVATING DECOUPLING CHARGES. THE SPECIMEN MUST NOT GET TO THE MAIN STATION. RECONTAIN AT ALL COSTS." + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"km" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"kH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"kI" = ( +/obj/structure/fluff/paper/stack{ + dir = 1 + }, +/obj/effect/decal/cleanable/chem_pile, +/obj/effect/turf_decal/corner/opaque/orange/border{ + dir = 10 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"kT" = ( +/obj/effect/spawner/lootdrop/beaker_loot_spawner, +/turf/open/floor/plating/airless{ + icon_state = "platingdmg2" + }, +/area/ruin/unpowered) +"kU" = ( +/obj/effect/mob_spawn/human/corpse/damaged{ + outfit = /datum/outfit/job/scientist + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/turf_decal/corner/opaque/purple/border{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"kW" = ( +/obj/structure/table_frame, +/obj/item/shard, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"lk" = ( +/obj/structure/salvageable/computer{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"lR" = ( +/obj/structure/sign/warning/chemdiamond, +/turf/closed/wall/r_wall/rust, +/area/ruin/unpowered) +"mM" = ( +/obj/structure/lattice, +/obj/item/stack/ore/salvage/scraptitanium, +/turf/template_noop, +/area/template_noop) +"nh" = ( +/obj/machinery/smartfridge/organ, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"nl" = ( +/obj/machinery/chem_master, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"nt" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"nN" = ( +/obj/structure/salvageable/destructive_analyzer, +/turf/open/floor/plating/airless{ + icon_state = "platingdmg2" + }, +/area/ruin/unpowered) +"nY" = ( +/obj/effect/turf_decal/corner/opaque/orange/border, +/obj/structure/table_frame, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"ow" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/item/storage/backpack/duffelbag/med/surgery, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"oD" = ( +/obj/structure/lattice, +/obj/item/stack/cable_coil/cut/red, +/turf/template_noop, +/area/template_noop) +"oY" = ( +/obj/structure/fluff/paper/stack{ + dir = 9 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"qa" = ( +/obj/machinery/atmospherics/pipe/simple/general, +/turf/open/floor/engine/airless, +/area/ruin/unpowered) +"qf" = ( +/obj/machinery/door/airlock/public/glass{ + dir = 8 + }, +/obj/machinery/door/poddoor{ + id = "cryocontainmentlockdown"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"qk" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/away{ + pixel_x = -25; + start_charge = 0; + dir = 8 + }, +/obj/item/ammo_casing/spent{ + pixel_x = -9; + pixel_y = 11 + }, +/obj/item/ammo_casing/spent{ + dir = 10; + pixel_y = 5 + }, +/obj/item/ammo_casing/spent{ + dir = 4; + pixel_x = 1; + pixel_y = 10 + }, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"qy" = ( +/obj/structure/lattice, +/obj/item/stack/rods, +/turf/template_noop, +/area/template_noop) +"qC" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/fulltile, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"ra" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"sc" = ( +/obj/effect/decal/cleanable/chem_pile, +/obj/effect/turf_decal/corner/opaque/orange/border, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"sD" = ( +/obj/item/stack/ore/salvage/scraptitanium, +/turf/template_noop, +/area/template_noop) +"sJ" = ( +/obj/item/reagent_containers/syringe, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"tm" = ( +/obj/item/stack/ore/salvage/scrapsilver, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"tn" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + cap_on = 1; + pixel_x = -6 + }, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + cap_on = 1; + pixel_x = 6 + }, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"ts" = ( +/obj/structure/grille, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"tx" = ( +/obj/structure/table/reinforced, +/obj/machinery/button{ + name = "Explosive Decoupler Control"; + pixel_x = 8; + pixel_y = -4 + }, +/obj/machinery/button/door{ + id = "cryocontainmentlockdown"; + name = "Containment Lockdown Control"; + pixel_x = -8; + pixel_y = -4 + }, +/obj/item/megaphone/command, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"tD" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/siding/purple{ + dir = 5 + }, +/obj/machinery/aug_manipulator, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"uc" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/accessory/medal/plasma/nobel_science, +/obj/machinery/door/window/survival_pod, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"un" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "cryocontainshutter" + }, +/obj/structure/grille, +/obj/structure/window/reinforced/fulltile, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"ve" = ( +/obj/structure/table/greyscale, +/obj/item/storage/fancy/cigarettes/cigpack_carp, +/obj/machinery/atmospherics/components/unary/vent_pump/layer2{ + dir = 8 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"vj" = ( +/obj/structure/table/glass, +/obj/item/toy/figure/chemist, +/obj/effect/turf_decal/corner/opaque/orange/border{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"vp" = ( +/obj/item/shard, +/turf/template_noop, +/area/template_noop) +"vO" = ( +/obj/structure/table/reinforced, +/obj/item/gun/energy/laser/hitscanpistol, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/window/survival_pod{ + dir = 4 + }, +/obj/structure/window/reinforced/survival_pod, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"vU" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"wj" = ( +/obj/machinery/computer/pandemic, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"wr" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/layer4, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"wM" = ( +/obj/effect/turf_decal/corner/opaque/purple/border{ + dir = 1 + }, +/obj/effect/decal/remains/robot, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"wQ" = ( +/obj/structure/fluff/paper/stack{ + pixel_x = -7; + pixel_y = 1 + }, +/obj/structure/salvageable/circuit_imprinter, +/obj/machinery/light/dim/directional/south, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"xB" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced/survival_pod, +/obj/item/clothing/neck/cloak/rd, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"xD" = ( +/obj/structure/table/chem, +/obj/item/reagent_containers/glass/beaker/sulphuric, +/obj/effect/spawner/lootdrop/beaker_loot_spawner, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"xL" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/purple{ + dir = 9 + }, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"ye" = ( +/obj/structure/closet/wardrobe/chemistry_white, +/obj/machinery/light/broken/directional/west, +/obj/effect/turf_decal/corner/opaque/orange/border, +/obj/item/stock_parts/scanning_module/phasic, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"yM" = ( +/obj/item/stack/ore/salvage/scrapmetal, +/turf/template_noop, +/area/template_noop) +"zI" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"Ax" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/glass, +/obj/item/shard, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"Be" = ( +/obj/structure/table_frame, +/obj/item/stack/ore/salvage/scrapsilver, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"Bl" = ( +/obj/structure/salvageable/computer{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"BB" = ( +/obj/machinery/blackbox_recorder, +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/siding/purple{ + dir = 6 + }, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"BV" = ( +/turf/open/floor/plating/airless{ + icon_state = "platingdmg2" + }, +/area/ruin/unpowered) +"Cd" = ( +/obj/structure/sign/departments/science, +/turf/closed/wall/r_wall, +/area/ruin/unpowered) +"Cq" = ( +/turf/closed/wall/r_wall/rust, +/area/ruin/unpowered) +"Cs" = ( +/obj/item/stack/cable_coil/cut/red, +/turf/open/floor/plating/airless{ + icon_state = "platingdmg2" + }, +/area/ruin/unpowered) +"CD" = ( +/obj/effect/decal/cleanable/blood/tracks, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"CI" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"CL" = ( +/obj/structure/table/chem, +/obj/item/reagent_containers/glass/beaker/large/styptic, +/obj/item/stock_parts/micro_laser/high, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"DL" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"DX" = ( +/obj/effect/turf_decal/trimline/opaque/purple/end, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"Ej" = ( +/obj/structure/table/reinforced, +/obj/item/research_notes/loot/big, +/obj/machinery/door/window/survival_pod, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"Ey" = ( +/obj/item/stack/ore/uranium, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/unpowered) +"EE" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"EH" = ( +/obj/machinery/atmospherics/pipe/simple/general, +/obj/machinery/door/poddoor/preopen{ + id = "cryocontainmentblastdoors" + }, +/obj/structure/door_assembly/door_assembly_hatch{ + anchored = 1 + }, +/turf/open/floor/engine/airless, +/area/ruin/unpowered) +"ET" = ( +/obj/item/mine/proximity/explosive/sting/live, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"Fb" = ( +/obj/structure/table/reinforced, +/obj/item/ammo_box/magazine/co9mm, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"Fk" = ( +/obj/machinery/smartfridge/chemistry, +/obj/machinery/light/directional/east, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"Fq" = ( +/obj/structure/grille, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"FK" = ( +/obj/structure/fluff/paper/stack{ + pixel_x = -7; + pixel_y = 1 + }, +/obj/effect/decal/remains/robot, +/obj/item/bodypart/l_arm/robot, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"FW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"FX" = ( +/obj/structure/fluff/paper/stack{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"Gj" = ( +/obj/effect/decal/cleanable/blood/footprints{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/item/ammo_casing/spent{ + dir = 10; + pixel_x = -11; + pixel_y = -5 + }, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"Gn" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/bodypart/r_arm/robot, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"Gp" = ( +/obj/structure/lattice, +/obj/item/stack/ore/salvage/scrapmetal, +/turf/template_noop, +/area/template_noop) +"Gw" = ( +/obj/structure/girder/reinforced, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"GP" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced/survival_pod{ + dir = 1 + }, +/obj/item/circuitboard/aicore, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"GV" = ( +/turf/open/floor/plating/airless{ + icon_state = "platingdmg3" + }, +/area/ruin/unpowered) +"Hm" = ( +/obj/item/stack/ore/silver, +/obj/item/stack/ore/silver, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/unpowered) +"Hn" = ( +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/dept/science, +/turf/open/floor/engine/airless, +/area/ruin/unpowered) +"Hu" = ( +/obj/structure/salvageable/computer{ + dir = 8 + }, +/obj/machinery/light/broken/directional/east, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"Hy" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plating/airless{ + icon_state = "platingdmg3" + }, +/area/ruin/unpowered) +"HE" = ( +/obj/structure/table/reinforced, +/obj/item/circuitboard/computer/cloning, +/obj/machinery/door/window/survival_pod{ + dir = 1 + }, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"HS" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"Ic" = ( +/obj/machinery/atmospherics/pipe/simple/general{ + dir = 5 + }, +/obj/structure/fluff/paper/stack{ + dir = 4 + }, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"Iw" = ( +/obj/effect/decal/cleanable/blood/footprints{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/mob/living/simple_animal/hostile/carp, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"Ix" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"IR" = ( +/obj/structure/table/reinforced, +/obj/machinery/button/door{ + id = "cryocontainshutter"; + name = "Window Shutter Control"; + pixel_x = 8; + pixel_y = -4 + }, +/obj/item/gun/ballistic/automatic/pistol/commander/no_mag, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"IX" = ( +/turf/template_noop, +/area/template_noop) +"Jd" = ( +/obj/structure/showcase/horrific_experiment, +/turf/open/floor/engine/airless, +/area/ruin/unpowered) +"Ji" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/glass, +/obj/item/stack/rods, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"Jj" = ( +/turf/open/floor/engine/airless, +/area/ruin/unpowered) +"JX" = ( +/obj/effect/decal/cleanable/chem_pile, +/obj/effect/turf_decal/corner/opaque/orange/border{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"KY" = ( +/obj/structure/lattice, +/turf/template_noop, +/area/template_noop) +"KZ" = ( +/obj/structure/grille/broken, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"Lw" = ( +/obj/structure/table/glass, +/obj/item/book/manual/wiki/chemistry, +/obj/effect/turf_decal/corner/opaque/orange/border, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"Lx" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"LH" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"LP" = ( +/obj/structure/fluff/paper/stack{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"LY" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/components/unary/vent_scrubber/layer4{ + dir = 8 + }, +/obj/effect/decal/remains/human, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"Mb" = ( +/obj/machinery/atmospherics/pipe/simple/general{ + dir = 4 + }, +/mob/living/simple_animal/hostile/carp, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"Mf" = ( +/obj/effect/mob_spawn/human/corpse/damaged{ + outfit = /datum/outfit/job/scientist + }, +/obj/effect/decal/cleanable/blood, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"Mp" = ( +/obj/structure/table/glass, +/obj/item/storage/bag/chemistry, +/obj/effect/turf_decal/corner/opaque/orange/border, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"Mw" = ( +/mob/living/simple_animal/hostile/carp, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"Mz" = ( +/obj/structure/fluff/paper/stack{ + pixel_x = -7; + pixel_y = 1 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"MK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/fluff/paper/stack{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"Na" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8 + }, +/obj/machinery/light/directional/north, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"NM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/ruin/unpowered) +"OD" = ( +/obj/structure/table/glass, +/obj/item/clothing/head/beret/chem, +/obj/effect/turf_decal/corner/opaque/orange/border, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"OG" = ( +/obj/item/stack/ore/salvage/scrapuranium, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"OH" = ( +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"OI" = ( +/obj/item/stack/ore/silver, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/unpowered) +"OM" = ( +/obj/effect/turf_decal/corner/opaque/purple/bordercorner{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"Pg" = ( +/obj/effect/spawner/lootdrop/beaker_loot_spawner, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"Po" = ( +/obj/effect/decal/cleanable/blood/splatter, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"Pu" = ( +/obj/structure/fluff/paper/stack{ + dir = 6 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"Py" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/corner/opaque/orange/border{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"PD" = ( +/obj/effect/decal/cleanable/blood/splatter, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"PL" = ( +/obj/effect/decal/cleanable/greenglow, +/obj/machinery/light/directional/east, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"PN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"PW" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"Qi" = ( +/obj/effect/decal/cleanable/blood/splatter, +/obj/effect/decal/cleanable/blood/gibs, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"QC" = ( +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"QH" = ( +/obj/effect/decal/cleanable/blood, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"QP" = ( +/obj/machinery/chem_master, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"QV" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"Rd" = ( +/obj/effect/decal/cleanable/vomit/old, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"Rj" = ( +/mob/living/simple_animal/hostile/carp, +/turf/template_noop, +/area/template_noop) +"Ro" = ( +/obj/item/banner/science, +/obj/machinery/light/directional/west, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"Ru" = ( +/obj/structure/fluff/paper/stack{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/orange/border{ + dir = 6 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"Rx" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/purple{ + dir = 10 + }, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"RJ" = ( +/obj/item/stack/ore/salvage/scrapplasma, +/obj/machinery/light/broken/directional/west, +/obj/effect/turf_decal/corner/opaque/purple/border{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"RK" = ( +/obj/structure/girder/displaced, +/turf/template_noop, +/area/template_noop) +"RX" = ( +/obj/structure/salvageable/computer{ + dir = 1 + }, +/turf/open/floor/plating/airless{ + icon_state = "platingdmg3" + }, +/area/ruin/unpowered) +"RZ" = ( +/obj/effect/gibspawner/human, +/obj/item/clothing/suit/toggle/labcoat, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"Sj" = ( +/obj/structure/fluff/paper/stack{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"Sk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"Sp" = ( +/obj/structure/lattice, +/obj/item/stack/cable_coil/cut/red, +/obj/item/stack/ore/salvage/scraptitanium, +/turf/template_noop, +/area/template_noop) +"Ta" = ( +/obj/item/shard, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"Tq" = ( +/obj/effect/decal/cleanable/greenglow, +/obj/structure/salvageable/autolathe, +/turf/open/floor/plating/airless{ + icon_state = "platingdmg3" + }, +/area/ruin/unpowered) +"Tr" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/hatch{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"TF" = ( +/obj/effect/decal/cleanable/blood/splatter, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"TG" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"TL" = ( +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"TU" = ( +/obj/item/shard, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"Ue" = ( +/obj/structure/chair/greyscale{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood, +/obj/machinery/atmospherics/components/unary/vent_pump/layer2{ + dir = 4 + }, +/obj/effect/mob_spawn/human/corpse/nanotrasensoldier, +/obj/machinery/light/directional/north, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"Ul" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced/survival_pod, +/obj/item/clothing/glasses/science, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"UL" = ( +/obj/machinery/atmospherics/pipe/manifold{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"UO" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) +"UT" = ( +/obj/machinery/chem_heater, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"VG" = ( +/mob/living/simple_animal/hostile/carp, +/obj/structure/lattice, +/turf/template_noop, +/area/template_noop) +"Wm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"Wz" = ( +/obj/item/stack/ore/titanium, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/unpowered) +"WF" = ( +/obj/effect/turf_decal/corner/opaque/purple/border{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"WR" = ( +/obj/structure/grille, +/obj/structure/window/plasma/reinforced/fulltile, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/preopen{ + id = "cryocontainmentblastdoors" + }, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"WS" = ( +/obj/structure/table/chem, +/obj/item/reagent_containers/glass/beaker/large/silver_sulfadiazine, +/obj/machinery/light/dim/directional/north, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"Xn" = ( +/obj/item/ammo_casing/spent{ + dir = 8; + pixel_x = -1; + pixel_y = 8 + }, +/obj/item/ammo_casing/spent{ + dir = 9; + pixel_x = 5; + pixel_y = -3 + }, +/obj/item/ammo_casing/spent, +/obj/item/ammo_casing/spent{ + pixel_x = 10; + pixel_y = 5 + }, +/obj/item/ammo_casing/spent{ + dir = 1; + pixel_x = -10 + }, +/obj/machinery/light/broken/directional/west, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"Xq" = ( +/obj/machinery/light/broken/directional/south, +/obj/effect/turf_decal/rechargefloor, +/obj/structure/sign/departments/science{ + pixel_x = 32 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"Xs" = ( +/obj/structure/table/reinforced, +/obj/machinery/button/door{ + id = "cryocontainmentblastdoors"; + name = "Blast Door Control" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"XF" = ( +/obj/item/stack/ore/titanium, +/turf/closed/mineral, +/area/ruin/unpowered) +"Yc" = ( +/mob/living/simple_animal/hostile/carp/megacarp, +/obj/machinery/light/floor, +/obj/effect/turf_decal/trimline/opaque/orange/end{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"Ye" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/light/broken/directional/south, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"YC" = ( +/obj/machinery/door/airlock/science/glass, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/unpowered) +"Zx" = ( +/obj/machinery/atmospherics/components/unary/cryo_cell{ + state_open = 1 + }, +/turf/open/floor/engine/airless, +/area/ruin/unpowered) +"Zz" = ( +/obj/effect/mob_spawn/human/corpse/damaged{ + outfit = /datum/outfit/job/scientist + }, +/obj/effect/decal/cleanable/blood, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"ZF" = ( +/obj/structure/table/reinforced, +/obj/item/circuitboard/computer/crew, +/obj/machinery/door/window/survival_pod{ + dir = 1 + }, +/turf/open/floor/plasteel/white/airless, +/area/ruin/unpowered) + +(1,1,1) = {" +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +KY +IX +IX +IX +IX +IX +KZ +ts +KZ +KZ +ts +KZ +LH +ts +IX +IX +IX +"} +(2,1,1) = {" +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +KY +IX +IX +qy +IX +IX +IX +yM +KY +IX +IX +IX +IX +"} +(3,1,1) = {" +IX +IX +IX +XF +Wz +IX +IX +IX +IX +IX +IX +IX +IX +IX +KY +IX +IX +IX +IX +Cq +Cq +Cq +cy +cy +cy +Cq +Gw +IX +KZ +IX +"} +(4,1,1) = {" +IX +IX +Wz +jq +jq +dw +Hm +IX +IX +IX +IX +IX +IX +IX +Sp +KY +KY +RK +IX +cy +cy +Ro +fx +vO +Ro +cy +Cq +KY +ts +IX +"} +(5,1,1) = {" +IX +IX +jq +jq +jq +Ey +jq +jq +IX +IX +Rj +IX +IX +IX +sD +BV +oD +eS +IX +cy +xB +xL +vU +EE +Rx +GP +cy +IX +ts +IX +"} +(6,1,1) = {" +IX +IX +IX +OI +jq +jq +jq +jq +dw +IX +IX +IX +IX +IX +KY +bp +VG +KY +Gp +cy +uc +UO +CI +QC +gz +ZF +cy +IX +KZ +IX +"} +(7,1,1) = {" +IX +IX +IX +IX +jq +eX +jq +Ey +jq +IX +IX +IX +IX +vp +Cq +GV +Cq +IX +IX +Cq +Ej +Ix +QC +CI +dT +HE +Cq +IX +ts +IX +"} +(8,1,1) = {" +IX +IX +IX +IX +IX +jq +jq +jq +jq +IX +IX +IX +yM +IX +Ji +Cs +Ax +IX +IX +Cq +Ul +UO +CI +QC +gz +cV +Cq +IX +LH +IX +"} +(9,1,1) = {" +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +sD +IX +IX +IX +Ax +GV +Fq +IX +IX +Cq +Cd +tD +gm +gm +BB +cy +Cq +KY +ts +IX +"} +(10,1,1) = {" +IX +IX +IX +IX +Rj +IX +IX +IX +IX +ts +ts +KZ +KZ +vp +Fq +Hy +qC +mM +KY +Cq +cy +cy +Tr +Tr +Cq +cy +Cq +IX +ts +IX +"} +(11,1,1) = {" +IX +IX +IX +IX +IX +IX +IX +IX +IX +yM +KY +IX +yM +IX +qC +al +qC +IX +IX +KY +IX +Cq +ET +iA +cy +IX +KY +yM +IX +IX +"} +(12,1,1) = {" +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +Cq +Cq +Cq +cy +cy +gC +cy +IX +Rj +KY +IX +Cq +Lx +OH +cy +IX +KY +IX +IX +IX +"} +(13,1,1) = {" +IX +IX +IX +yM +IX +sD +IX +IX +yM +yM +Cq +kl +Fb +un +wr +Wm +cy +IX +IX +KY +cy +cy +Tr +Tr +cy +cy +KY +IX +IX +LH +"} +(14,1,1) = {" +IX +IX +KZ +KZ +ts +ts +ts +ts +ts +IX +cy +Ue +IR +un +OH +Ye +Cq +yM +IX +Cq +fo +ye +bm +TL +RJ +cy +Cq +KY +qy +KZ +"} +(15,1,1) = {" +IX +IX +KZ +yM +IX +KY +sD +IX +KY +IX +cy +Gj +tx +un +gG +nt +Cq +KY +cy +Cq +xD +kT +bW +TG +cB +wj +cy +Cq +IX +ts +"} +(16,1,1) = {" +IX +IX +ts +yM +IX +Gp +IX +IX +cy +cy +cy +dt +cy +Cq +Cq +gC +Cq +KY +Cq +CL +OG +sc +bW +BV +kU +tm +RX +Cq +IX +IX +"} +(17,1,1) = {" +IX +IX +ts +KY +cy +Cq +Cq +cy +cy +tn +QC +zI +Xn +qk +OH +al +Cq +IX +Cq +WS +Pg +gO +Mw +TL +WF +Gn +hE +Cq +yM +IX +"} +(18,1,1) = {" +IX +IX +ts +IX +cy +cy +cy +cy +cy +ha +HS +Iw +QH +Mf +FW +ih +cy +Cq +cy +Tq +JX +Ru +TG +aO +ca +OM +Be +cy +cy +IX +"} +(19,1,1) = {" +IX +IX +ts +IX +cy +Cq +Jd +Jj +WR +Xs +OH +jN +RZ +DL +OH +TF +cy +ba +TL +OH +TL +GV +GV +TL +GV +wM +LP +nN +cy +IX +"} +(20,1,1) = {" +IX +IX +ts +KY +cy +Cq +Hn +Jj +WR +fL +eN +gd +ow +MK +eT +km +YC +TL +GV +Ta +ar +Pu +TL +TL +Mz +WF +jx +gJ +cy +IX +"} +(21,1,1) = {" +IX +IX +KZ +IX +cy +Cq +Zx +qa +EH +eZ +Zz +fE +fY +QV +TF +QC +YC +TL +TL +GV +TL +TL +Yc +DX +TL +WF +TL +Bl +cy +IX +"} +(22,1,1) = {" +IX +IX +ts +IX +cy +Cq +Hn +Jj +WR +ab +wr +Po +kW +bK +eU +CD +YC +TL +LP +OH +aO +Sj +TL +TL +TL +bt +BV +wQ +cy +IX +"} +(23,1,1) = {" +IX +IX +ts +KY +Cq +Cq +Jd +Jj +WR +UL +Ic +PN +PD +kH +TU +jP +Cq +ge +BV +bm +TL +bW +Ta +Sj +ar +WF +FK +eI +cy +IX +"} +(24,1,1) = {" +IX +IX +ts +IX +Cq +Cq +Cq +Cq +cy +Na +Mb +sJ +QC +jd +ra +Sk +Cq +cy +cy +vj +Py +GV +kI +TL +Mw +aK +oY +cy +Cq +IX +"} +(25,1,1) = {" +IX +IX +ts +IX +cy +Cq +Cq +cy +cy +PW +hw +nh +Fk +nl +Qi +fN +Cq +IX +lR +aO +TG +bW +Lw +Mz +oY +WF +RX +Cq +IX +IX +"} +(26,1,1) = {" +IX +IX +KZ +KY +KY +KY +Gp +KY +cy +cy +Cq +Cq +Cq +Cq +NM +qf +cy +KY +Cq +QP +Rd +TG +nY +LP +BV +hl +Xq +Cq +IX +IX +"} +(27,1,1) = {" +IX +IX +KZ +IX +IX +Rj +IX +IX +IX +KY +IX +yM +IX +qC +ve +LY +qC +Gp +Cq +cy +UT +BV +Mp +FX +TL +aM +cy +cy +IX +ts +"} +(28,1,1) = {" +IX +IX +IX +IX +KZ +ts +ts +ts +ts +ts +ts +KZ +yM +qC +qC +qC +qC +IX +IX +cy +cy +PL +OD +lk +Hu +cy +cy +qy +Gp +LH +"} +(29,1,1) = {" +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +yM +IX +IX +IX +IX +IX +KY +Cq +Cq +cy +Cq +Cq +cy +KY +IX +IX +ts +"} +(30,1,1) = {" +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +IX +KY +IX +IX +IX +IX +IX +IX +KY +IX +IX +IX +"} diff --git a/_maps/RandomRuins/SpaceRuins/dangerous_research.dmm b/_maps/RandomRuins/SpaceRuins/dangerous_research.dmm new file mode 100644 index 000000000000..a1bfbbcabd83 --- /dev/null +++ b/_maps/RandomRuins/SpaceRuins/dangerous_research.dmm @@ -0,0 +1,3666 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/turf/open/floor/glass/reinforced, +/area/ruin/space/has_grav) +"ae" = ( +/obj/effect/decal/cleanable/blood/bubblegum, +/obj/item/shard, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"av" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/corner/opaque/mauve/border{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/grey{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"ay" = ( +/obj/effect/turf_decal/siding/purple/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"aB" = ( +/obj/structure/closet/crate, +/obj/item/reagent_containers/food/drinks/waterbottle/large, +/obj/item/reagent_containers/food/drinks/waterbottle/large, +/obj/item/reagent_containers/food/drinks/waterbottle/large, +/obj/item/reagent_containers/food/drinks/waterbottle/large, +/obj/item/reagent_containers/food/drinks/waterbottle/large, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"aP" = ( +/obj/machinery/door/airlock/command, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"aT" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/latex, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"aW" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/space/has_grav) +"bB" = ( +/obj/effect/decal/cleanable/blood/footprints{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/grey/diagonal, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"bR" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/grey/diagonal, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"ci" = ( +/obj/structure/window/reinforced, +/obj/effect/turf_decal/corner/opaque/grey/diagonal, +/obj/machinery/autolathe, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"cl" = ( +/obj/structure/flippedtable, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"ct" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/blue, +/area/ruin/space/has_grav) +"cF" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/mauve/border{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/grey, +/obj/machinery/rnd/production/techfab/department/medical, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"cW" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/grey/diagonal, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"dy" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/effect/decal/cleanable/blood/footprints, +/obj/item/organ/lungs, +/turf/open/floor/plating/rust, +/area/ruin/space/has_grav) +"dA" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/lootdrop/maintenance/five, +/obj/structure/closet/crate, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"dI" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/gibs/up, +/obj/effect/decal/cleanable/blood/footprints, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"dN" = ( +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/gibs, +/obj/effect/mob_spawn/human/scientist, +/obj/item/gun/ballistic/automatic/pistol/no_mag, +/obj/effect/turf_decal/corner/opaque/mauve/border{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/grey, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"eI" = ( +/obj/effect/turf_decal/corner/opaque/grey/diagonal, +/obj/machinery/computer/security, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"eW" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"fg" = ( +/obj/effect/turf_decal/siding/purple, +/obj/structure/table, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"fq" = ( +/obj/structure/table, +/obj/item/shard, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"fB" = ( +/obj/machinery/light/broken/directional/north, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"fF" = ( +/obj/effect/turf_decal/trimline/opaque/purple/corner{ + dir = 8 + }, +/obj/machinery/chem_master, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"fH" = ( +/obj/effect/decal/cleanable/blood/splatter, +/obj/effect/turf_decal/corner/opaque/grey/diagonal, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"fR" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/obj/item/flashlight, +/turf/open/floor/plating/rust, +/area/ruin/space/has_grav) +"fZ" = ( +/obj/structure/window/reinforced, +/obj/structure/filingcabinet, +/obj/effect/turf_decal/corner/opaque/grey/diagonal, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"gb" = ( +/turf/closed/wall/rust, +/area/ruin/space/has_grav) +"gC" = ( +/obj/structure/table, +/obj/effect/turf_decal/corner/opaque/green/border, +/obj/item/book/manual/wiki/chemistry, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"gH" = ( +/obj/item/trash/can{ + pixel_x = -8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/broken/directional/west, +/obj/effect/turf_decal/corner/opaque/mauve/border{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/grey, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"gN" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/blood/tracks, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav) +"hn" = ( +/obj/structure/sign/poster/official/safety_report{ + pixel_y = -32 + }, +/obj/effect/turf_decal/corner/opaque/mauve/border, +/obj/effect/turf_decal/corner/opaque/grey{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"hV" = ( +/obj/effect/turf_decal/siding/purple/corner{ + dir = 4 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"ip" = ( +/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ + dir = 4 + }, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"is" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/computer/med_data/laptop, +/obj/effect/turf_decal/corner/opaque/grey/diagonal, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"iD" = ( +/obj/structure/table, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/corner/opaque/grey/diagonal, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"iR" = ( +/obj/structure/chair/comfy{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/grey/diagonal, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"jz" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/modular_computer/laptop/preset/civilian, +/obj/effect/turf_decal/corner/opaque/grey/diagonal, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"jB" = ( +/obj/structure/chair/comfy{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/green/border{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"jD" = ( +/obj/effect/decal/cleanable/blood/gibs/up, +/obj/effect/decal/cleanable/blood/bubblegum, +/turf/open/floor/plating, +/area/ruin/space/has_grav) +"jF" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"kf" = ( +/obj/structure/barricade/wooden/crude, +/obj/machinery/door/airlock/vault, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"kl" = ( +/obj/effect/decal/cleanable/blood/footprints{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/footprints, +/turf/open/floor/plating/rust, +/area/ruin/space/has_grav) +"kp" = ( +/obj/effect/decal/cleanable/blood/gibs/core, +/turf/open/floor/plating/rust, +/area/ruin/space/has_grav) +"kA" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 8 + }, +/turf/open/floor/plating/rust, +/area/ruin/space/has_grav) +"kV" = ( +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/effect/decal/cleanable/blood/footprints, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"kY" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/mob_spawn/human/scientist, +/obj/effect/decal/cleanable/blood/bubblegum, +/obj/item/switchblade, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"ln" = ( +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"lu" = ( +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/corner/opaque/grey/diagonal, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"lX" = ( +/obj/effect/decal/cleanable/blood/footprints{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/grey/diagonal, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"lY" = ( +/obj/machinery/light/broken/directional/south, +/turf/open/floor/plating/rust, +/area/ruin/space/has_grav) +"mo" = ( +/obj/structure/closet/l3closet/scientist, +/obj/effect/turf_decal/corner/opaque/purple/diagonal, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"mp" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"mG" = ( +/obj/structure/door_assembly/door_assembly_vault, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"mK" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/corner/opaque/green/border{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"mV" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/carpet/blue, +/area/ruin/space/has_grav) +"nl" = ( +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/corner/opaque/mauve/border{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/grey, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"nu" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/table, +/obj/effect/turf_decal/corner/opaque/grey/diagonal, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"nA" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/stack/sticky_tape, +/obj/effect/turf_decal/corner/opaque/grey/diagonal, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"nB" = ( +/obj/effect/decal/cleanable/blood/tracks, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"oa" = ( +/obj/machinery/computer/operating, +/obj/machinery/light/broken/directional/north, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"oi" = ( +/obj/structure/table, +/obj/item/organ/heart, +/obj/effect/decal/cleanable/blood/bubblegum, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"ol" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen/fountain, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"os" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/obj/effect/turf_decal/corner/opaque/grey/diagonal, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"oz" = ( +/turf/open/floor/plating, +/area/ruin/space/has_grav) +"oG" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/green/border{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"pd" = ( +/obj/effect/turf_decal/trimline/opaque/purple/corner{ + dir = 1 + }, +/mob/living/simple_animal/hostile/faithless, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"pF" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ + dir = 4 + }, +/obj/item/hemostat, +/obj/item/circular_saw, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"pO" = ( +/obj/effect/turf_decal/trimline/opaque/purple/line{ + dir = 1 + }, +/obj/structure/table, +/obj/item/clothing/gloves/color/latex, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"pP" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical, +/obj/item/storage/toolbox/electrical, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"pY" = ( +/obj/structure/table, +/obj/structure/window/reinforced, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/corner/opaque/grey/diagonal, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"ql" = ( +/obj/machinery/light/broken/directional/north, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"qp" = ( +/obj/effect/turf_decal/corner/opaque/mauve/border{ + dir = 9 + }, +/obj/effect/turf_decal/corner/opaque/grey, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"qq" = ( +/obj/machinery/door/airlock/science, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/barricade/wooden, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"qE" = ( +/obj/effect/turf_decal/corner/opaque/mauve/diagonal, +/obj/machinery/suit_storage_unit/standard_unit, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"qR" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/gibs, +/obj/effect/decal/cleanable/blood/footprints, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav) +"rb" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 4 + }, +/turf/open/floor/plating/rust, +/area/ruin/space/has_grav) +"rc" = ( +/obj/effect/decal/cleanable/blood/footprints{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 8 + }, +/mob/living/simple_animal/hostile/faithless, +/turf/open/floor/plating/rust, +/area/ruin/space/has_grav) +"rd" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple/corner, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"re" = ( +/obj/effect/decal/cleanable/blood/footprints{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/opaque/purple/line, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"rr" = ( +/obj/item/shard, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/blood/footprints, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 8 + }, +/obj/item/organ/liver, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"rF" = ( +/obj/item/chair, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"rO" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/paper/stack{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"sa" = ( +/obj/effect/turf_decal/siding/purple/corner{ + dir = 8 + }, +/obj/item/kirbyplants/random, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"sj" = ( +/obj/effect/decal/cleanable/blood/footprints, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 4 + }, +/turf/open/floor/plating/rust, +/area/ruin/space/has_grav) +"sv" = ( +/obj/effect/turf_decal/corner/opaque/grey/diagonal, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"sG" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/green/border{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"tm" = ( +/obj/machinery/iv_drip, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"tp" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/green/border{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"tt" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/industrial/warning, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"tz" = ( +/obj/structure/table, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/paper_bin{ + pixel_x = -1; + pixel_y = 5 + }, +/obj/item/pen, +/obj/effect/turf_decal/corner/opaque/grey/diagonal, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"tK" = ( +/obj/effect/decal/cleanable/blood/footprints, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/bubblegum, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"tQ" = ( +/obj/structure/sign/warning/docking{ + pixel_y = 28 + }, +/turf/open/space, +/area/template_noop) +"tR" = ( +/obj/item/storage/firstaid/regular{ + empty = 1; + name = "First-Aid (empty)" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/reagent_containers/spray/cleaner, +/obj/structure/rack, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"tS" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"uN" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/ruin/space/has_grav) +"uP" = ( +/obj/structure/fluff/paper/stack{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"uZ" = ( +/obj/effect/decal/cleanable/blood/footprints{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/footprints, +/obj/effect/decal/cleanable/blood/footprints, +/turf/open/floor/plating/rust, +/area/ruin/space/has_grav) +"ve" = ( +/obj/effect/turf_decal/trimline/opaque/purple/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/mob/living/simple_animal/hostile/faithless, +/turf/open/floor/plating, +/area/ruin/space/has_grav) +"vm" = ( +/obj/effect/turf_decal/corner/opaque/mauve/border{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/grey, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"vA" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/footprints, +/obj/effect/decal/cleanable/blood/bubblegum, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"vH" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/obj/item/shard, +/obj/effect/decal/cleanable/glass, +/obj/item/electronics/airlock, +/obj/effect/decal/cleanable/blood/footprints, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"wg" = ( +/obj/effect/decal/cleanable/blood/footprints, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"wh" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"wt" = ( +/obj/machinery/light/broken/directional/south, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"wC" = ( +/obj/effect/decal/cleanable/blood/bubblegum, +/obj/structure/frame/computer, +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + icon_state = "small" + }, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/item/stack/cable_coil/cut, +/turf/open/floor/plating, +/area/ruin/space/has_grav) +"wJ" = ( +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/corner/opaque/mauve/diagonal, +/obj/machinery/suit_storage_unit/standard_unit, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"xf" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/office{ + dir = 1 + }, +/turf/open/floor/carpet/blue, +/area/ruin/space/has_grav) +"xn" = ( +/turf/open/floor/plating/rust, +/area/ruin/space/has_grav) +"xq" = ( +/obj/structure/window/reinforced, +/obj/effect/decal/cleanable/blood/gibs/torso, +/obj/effect/decal/cleanable/blood/footprints, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"xB" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/opaque/purple/line, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"xE" = ( +/obj/effect/turf_decal/corner/opaque/mauve/border{ + dir = 6 + }, +/obj/effect/turf_decal/corner/opaque/grey{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"ya" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/purple/diagonal, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"yA" = ( +/obj/structure/table, +/obj/item/stack/sheet/cardboard, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"yB" = ( +/obj/structure/fluff/paper/stack, +/obj/effect/turf_decal/industrial/warning/corner, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"yK" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/mineral/wood/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/plasteel{ + amount = 30 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"yO" = ( +/obj/effect/turf_decal/siding/purple/corner, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"yW" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/grille/broken, +/turf/open/floor/plating, +/area/ruin/space/has_grav) +"ze" = ( +/obj/structure/sign/poster/official/science, +/turf/closed/wall/r_wall, +/area/ruin/space/has_grav) +"zg" = ( +/obj/structure/table, +/turf/open/floor/carpet/blue, +/area/ruin/space/has_grav) +"zi" = ( +/obj/item/stack/rods/ten, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"zr" = ( +/obj/structure/chair/office, +/obj/effect/turf_decal/corner/opaque/grey/diagonal, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"zz" = ( +/turf/open/floor/carpet/blue, +/area/ruin/space/has_grav) +"zX" = ( +/obj/structure/table/glass, +/obj/item/folder/white, +/obj/item/toy/figure/rd{ + pixel_y = 10 + }, +/turf/open/floor/carpet/blue, +/area/ruin/space/has_grav) +"zZ" = ( +/obj/effect/decal/cleanable/blood/bubblegum, +/obj/effect/turf_decal/corner/opaque/mauve/border{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/grey, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"Ad" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/obj/item/shard{ + icon_state = "small" + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav) +"Ah" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/green/border{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"Am" = ( +/obj/machinery/door/airlock/external, +/obj/effect/turf_decal/corner/opaque/mauve/diagonal, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"AH" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/footprints, +/obj/effect/decal/cleanable/blood/footprints, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"AK" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/clothing/gloves/color/latex, +/obj/effect/turf_decal/corner/opaque/grey/diagonal, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"AS" = ( +/obj/effect/turf_decal/corner/opaque/green/border{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"Bc" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/effect/decal/cleanable/blood/gibs/limb, +/obj/effect/decal/cleanable/blood/footprints, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/bubblegum, +/obj/item/organ/appendix, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"Bg" = ( +/turf/closed/mineral/random, +/area/template_noop) +"Bz" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 10 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"BE" = ( +/obj/effect/decal/cleanable/blood/footprints{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 8 + }, +/obj/item/organ/heart, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"BG" = ( +/turf/closed/wall/r_wall/rust, +/area/ruin/space/has_grav) +"BH" = ( +/obj/structure/table/optable, +/obj/item/organ/eyes, +/obj/item/organ/liver, +/obj/effect/decal/cleanable/blood/bubblegum, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"BJ" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table, +/obj/effect/turf_decal/corner/opaque/grey/diagonal, +/obj/item/circuitboard/computer/rdconsole, +/obj/item/multitool, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"BN" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/reagent_containers/dropper{ + pixel_x = -3; + pixel_y = -6 + }, +/obj/effect/turf_decal/corner/opaque/mauve/border, +/obj/effect/turf_decal/corner/opaque/grey{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"Cn" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/opaque/purple/line, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"CD" = ( +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/effect/decal/cleanable/blood/footprints, +/obj/effect/decal/cleanable/blood/bubblegum, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"CE" = ( +/obj/effect/turf_decal/trimline/opaque/purple/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"CG" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/ruin/space/has_grav) +"CS" = ( +/obj/effect/decal/cleanable/blood/footprints, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 8 + }, +/obj/item/clothing/suit/bio_suit/scientist, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"CW" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"Dl" = ( +/obj/effect/turf_decal/trimline/opaque/purple/line{ + dir = 8 + }, +/obj/machinery/light/broken/directional/east, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"Dt" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/corner/opaque/grey/diagonal, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"Dx" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"DA" = ( +/obj/structure/chair/comfy{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/green/border, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"DC" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/grille/broken, +/obj/item/shard{ + icon_state = "small" + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav) +"DR" = ( +/obj/effect/turf_decal/trimline/opaque/purple/line, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"DX" = ( +/obj/structure/table/glass, +/turf/open/floor/carpet/blue, +/area/ruin/space/has_grav) +"DY" = ( +/obj/item/trash/can/food/peaches/maint, +/obj/item/trash/sosjerky, +/obj/item/trash/semki, +/obj/item/ammo_box/magazine/m10mm, +/obj/effect/turf_decal/corner/opaque/mauve/border{ + dir = 10 + }, +/obj/item/gps/science, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"EF" = ( +/obj/effect/decal/cleanable/blood/tracks, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"ET" = ( +/obj/effect/decal/cleanable/blood/footprints{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/footprints, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/effect/decal/cleanable/blood/bubblegum, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"EX" = ( +/obj/structure/table, +/obj/item/storage/bag/bio, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"Fi" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"Fj" = ( +/obj/structure/closet, +/obj/item/crowbar, +/obj/item/clothing/suit/armor/vest, +/obj/item/ammo_box/magazine/m10mm, +/obj/effect/turf_decal/corner/opaque/grey/diagonal, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"Fk" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav) +"Fo" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"FA" = ( +/obj/effect/turf_decal/trimline/opaque/purple/line{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"FB" = ( +/obj/structure/table, +/obj/machinery/light/directional/west, +/obj/item/storage/box/donkpockets/donkpocketpizza, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"FG" = ( +/obj/structure/fluff/paper/stack, +/obj/effect/turf_decal/industrial/warning, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"FM" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"FZ" = ( +/obj/effect/decal/cleanable/blood/gibs/torso, +/obj/effect/decal/cleanable/blood/footprints, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"Gn" = ( +/mob/living/simple_animal/hostile/faithless, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"Gu" = ( +/obj/effect/turf_decal/trimline/opaque/purple/line, +/obj/structure/table, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/item/reagent_containers/dropper, +/obj/item/clothing/glasses/science, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"Gz" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/structure/barricade/wooden, +/obj/effect/turf_decal/corner/opaque/purple/diagonal, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"GN" = ( +/obj/structure/fluff/paper/stack{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"GZ" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/opaque/purple/line, +/obj/effect/turf_decal/trimline/opaque/blue/filled/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"Hl" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"HG" = ( +/obj/effect/turf_decal/corner/opaque/green/border{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"If" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/corner/opaque/purple/diagonal, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"Il" = ( +/obj/effect/turf_decal/siding/purple, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"ID" = ( +/obj/effect/turf_decal/corner/opaque/green/border{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"IR" = ( +/obj/structure/closet/firecloset/wall/directional/north, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"Ja" = ( +/obj/effect/decal/cleanable/blood/footprints{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/footprints, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/bubblegum, +/obj/effect/mob_spawn/human/corpse/charredskeleton, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"Jf" = ( +/obj/effect/turf_decal/siding/purple/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"Ji" = ( +/obj/structure/chair/comfy{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/green/border{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"Js" = ( +/obj/effect/turf_decal/siding/purple/corner{ + dir = 1 + }, +/obj/item/kirbyplants/random, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"Ju" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/bubblegum, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"Jw" = ( +/obj/effect/turf_decal/trimline/opaque/purple/corner{ + dir = 4 + }, +/obj/item/storage/backpack/duffelbag/med/surgery, +/obj/structure/table, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"JL" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"JS" = ( +/obj/structure/window/reinforced, +/obj/effect/decal/cleanable/blood/footprints, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"JW" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/computer/med_data/laptop{ + dir = 8; + pixel_y = 1; + req_one_access = null; + req_one_access_txt = "4;5;9" + }, +/obj/effect/turf_decal/corner/opaque/mauve/border{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/grey, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"Kb" = ( +/obj/effect/decal/cleanable/blood/footprints{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/footprints, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"Kg" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/corner/opaque/mauve/diagonal, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"Ki" = ( +/obj/effect/decal/cleanable/blood/bubblegum, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"Ky" = ( +/obj/machinery/light/broken/directional/east, +/obj/effect/turf_decal/corner/opaque/mauve/diagonal, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"KH" = ( +/obj/effect/turf_decal/siding/purple, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"KL" = ( +/mob/living/simple_animal/hostile/faithless, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"KR" = ( +/obj/effect/turf_decal/corner/opaque/mauve/diagonal, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"KT" = ( +/obj/effect/decal/cleanable/blood/tracks, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/opaque/purple/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"KX" = ( +/obj/effect/decal/cleanable/blood/bubblegum, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"LG" = ( +/obj/structure/chair/comfy{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/green/border, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"LJ" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"LZ" = ( +/obj/item/stack/sheet/mineral/silver, +/turf/open/floor/plating/rust, +/area/ruin/space/has_grav) +"Mf" = ( +/obj/machinery/light/directional/east, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"Ml" = ( +/obj/item/circuitboard/computer/operating, +/turf/open/floor/plating/rust, +/area/ruin/space/has_grav) +"MI" = ( +/obj/structure/table, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"Ns" = ( +/turf/closed/wall/r_wall, +/area/ruin/space/has_grav) +"ND" = ( +/obj/item/kirbyplants/random, +/turf/open/floor/carpet/blue, +/area/ruin/space/has_grav) +"NK" = ( +/obj/structure/window/reinforced, +/obj/effect/decal/cleanable/blood/gibs, +/obj/effect/decal/cleanable/blood/footprints, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"Oa" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"Oh" = ( +/obj/effect/turf_decal/trimline/opaque/purple/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"On" = ( +/turf/open/floor/plating/asteroid/airless, +/area/template_noop) +"OB" = ( +/obj/effect/turf_decal/industrial/warning, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"OH" = ( +/obj/effect/decal/cleanable/blood/bubblegum, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/effect/decal/cleanable/blood/gibs/down, +/mob/living/simple_animal/hostile/faithless, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/space/has_grav) +"Pb" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"Pk" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/footprints, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"Pv" = ( +/obj/machinery/door/airlock/science, +/obj/effect/turf_decal/corner/opaque/purple/diagonal, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"Pw" = ( +/obj/effect/decal/cleanable/blood/footprints{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/item/ammo_box/magazine/m10mm{ + start_empty = 1 + }, +/obj/effect/turf_decal/corner/opaque/grey/diagonal, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"PL" = ( +/obj/machinery/light/broken/directional/south, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"PM" = ( +/obj/effect/decal/cleanable/blood/footprints{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/opaque/purple/line, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/footprints, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"PO" = ( +/obj/machinery/door/airlock/science, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"PP" = ( +/obj/structure/table/glass, +/obj/item/paicard, +/turf/open/floor/carpet/blue, +/area/ruin/space/has_grav) +"Qk" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/glass/reinforced, +/area/ruin/space/has_grav) +"Qn" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/trash/energybar, +/obj/item/trash/chips, +/obj/effect/turf_decal/corner/opaque/grey/diagonal, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"Qp" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"Qr" = ( +/obj/effect/decal/cleanable/blood/tracks, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"Qt" = ( +/obj/structure/barricade/wooden/crude, +/obj/effect/decal/cleanable/blood/tracks, +/obj/effect/turf_decal/corner/opaque/purple/diagonal, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"Qv" = ( +/turf/open/space, +/area/template_noop) +"Qz" = ( +/obj/structure/sign/warning/docking{ + pixel_y = 28 + }, +/obj/effect/turf_decal/corner/opaque/purple/diagonal, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"QE" = ( +/obj/structure/sign/warning/biohazard{ + pixel_y = 32 + }, +/obj/effect/turf_decal/corner/opaque/purple/diagonal, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"QF" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"QI" = ( +/obj/structure/table, +/obj/item/storage/book/bible, +/obj/effect/turf_decal/corner/opaque/green/border, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"QQ" = ( +/obj/effect/decal/cleanable/blood/footprints{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/footprints, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"Rj" = ( +/obj/structure/table, +/obj/machinery/microwave, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"Rn" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/footprints, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"Rs" = ( +/obj/structure/frame/machine, +/obj/item/stack/cable_coil/cut, +/turf/open/floor/plating/rust, +/area/ruin/space/has_grav) +"RA" = ( +/obj/structure/sink{ + pixel_y = 22 + }, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"RB" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/effect/turf_decal/corner/opaque/grey/diagonal, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"RM" = ( +/obj/effect/decal/cleanable/blood/footprints{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav) +"RR" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/medicine, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"RU" = ( +/obj/effect/turf_decal/corner/opaque/purple/diagonal, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"Sg" = ( +/obj/machinery/light/directional/north, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"Si" = ( +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"Sx" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/green/border{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"SC" = ( +/obj/effect/turf_decal/corner/opaque/mauve/border{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/grey{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"SD" = ( +/obj/effect/turf_decal/corner/opaque/grey/diagonal, +/turf/open/floor/plating/rust, +/area/ruin/space/has_grav) +"SL" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/corner/opaque/green/border{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"SS" = ( +/obj/item/trash/cheesie, +/obj/structure/sign/poster/ripped{ + pixel_y = -32 + }, +/obj/effect/turf_decal/corner/opaque/mauve/border, +/obj/effect/turf_decal/corner/opaque/grey{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"SV" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/corner/opaque/mauve/border{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/grey, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"Tc" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"Ty" = ( +/obj/effect/turf_decal/corner/opaque/mauve/border{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/grey, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"TD" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 4 + }, +/mob/living/simple_animal/hostile/faithless, +/obj/effect/turf_decal/corner/opaque/grey/diagonal, +/turf/open/floor/plating/rust, +/area/ruin/space/has_grav) +"TL" = ( +/obj/machinery/light/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"TO" = ( +/obj/effect/turf_decal/siding/purple, +/obj/structure/chair, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"TW" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/grey/diagonal, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"Uk" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/grey/diagonal, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"Um" = ( +/obj/structure/barricade/wooden, +/obj/effect/turf_decal/corner/opaque/purple/diagonal, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"UD" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/reagent_containers/food/snacks/grown/eggplant, +/obj/effect/turf_decal/corner/opaque/mauve/border, +/obj/effect/turf_decal/corner/opaque/grey{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"UQ" = ( +/obj/effect/turf_decal/siding/purple, +/obj/structure/closet/firecloset/wall/directional/north, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"UR" = ( +/obj/effect/turf_decal/siding/purple, +/obj/structure/table, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"UV" = ( +/obj/item/chair, +/turf/open/floor/plating/rust, +/area/ruin/space/has_grav) +"Va" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"Vd" = ( +/obj/structure/table, +/obj/machinery/light/broken/directional/north, +/obj/item/ammo_box/magazine/m10mm, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"Vm" = ( +/mob/living/simple_animal/hostile/faithless, +/obj/effect/turf_decal/industrial/warning, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"Vo" = ( +/obj/effect/decal/cleanable/blood/footprints{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/opaque/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/purple/corner, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"VL" = ( +/obj/effect/decal/cleanable/blood/footprints, +/turf/open/floor/plating/rust, +/area/ruin/space/has_grav) +"VP" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/corner/opaque/mauve/border{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"Wn" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/trash/can, +/obj/effect/turf_decal/corner/opaque/grey/diagonal, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"Wt" = ( +/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ + dir = 4 + }, +/obj/item/chair, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"Wx" = ( +/obj/structure/table, +/obj/machinery/light/directional/south, +/obj/item/clothing/under/rank/rnd/research_director/turtleneck, +/turf/open/floor/carpet/blue, +/area/ruin/space/has_grav) +"WV" = ( +/obj/structure/fluff/paper/stack{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"Xk" = ( +/turf/closed/wall, +/area/ruin/space/has_grav) +"Xy" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) +"XO" = ( +/obj/structure/door_assembly/door_assembly_vault, +/obj/item/electronics/airlock, +/obj/effect/turf_decal/trimline/opaque/purple/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav) +"XX" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/gibs, +/obj/effect/decal/cleanable/blood/footprints, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"XY" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/carpet/blue, +/area/ruin/space/has_grav) +"Yr" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/grey/diagonal, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"YW" = ( +/obj/effect/turf_decal/trimline/opaque/purple/line, +/obj/machinery/chem_heater, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"Zc" = ( +/obj/effect/decal/cleanable/blood/footprints{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/footprints, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"Zd" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/green/border{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"Zl" = ( +/obj/structure/fluff/paper/stack, +/turf/open/floor/plasteel/white, +/area/ruin/space/has_grav) +"ZF" = ( +/obj/structure/table, +/obj/item/storage/fancy/donut_box, +/obj/effect/turf_decal/corner/opaque/grey/diagonal, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav) +"ZH" = ( +/mob/living/simple_animal/hostile/faithless, +/obj/effect/turf_decal/siding/purple{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav) + +(1,1,1) = {" +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +On +On +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +"} +(2,1,1) = {" +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Bg +Bg +Bg +Bg +Bg +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +On +Bg +Bg +On +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +"} +(3,1,1) = {" +Qv +Qv +Qv +Bg +Bg +Bg +Qv +Qv +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +On +On +Bg +On +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +"} +(4,1,1) = {" +Qv +Qv +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +On +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +On +Bg +On +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +"} +(5,1,1) = {" +Qv +Qv +Bg +Bg +Bg +gb +gb +Ns +Ns +ze +Ns +Ns +gb +gb +gb +Bg +On +Qv +Qv +On +On +Qv +Qv +On +Qv +Qv +On +On +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +"} +(6,1,1) = {" +Qv +Qv +Bg +Bg +Bg +gb +qp +nl +Ty +Ty +dN +zZ +gH +DY +Ns +Bg +On +Qv +On +On +On +On +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Bg +Bg +Bg +Bg +Qv +Qv +Qv +"} +(7,1,1) = {" +Qv +Qv +Qv +Bg +Bg +gb +SV +TW +iD +sv +Pw +jz +iR +SS +Ns +Bg +Bg +On +On +Bg +Bg +On +On +On +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +On +Bg +Bg +Bg +Bg +Qv +Qv +"} +(8,1,1) = {" +Qv +Qv +Qv +Qv +Bg +Ns +JW +Yr +Dt +sv +TD +Wn +Qn +UD +Ns +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +On +On +On +Qv +Bg +Qv +Qv +Qv +Qv +Qv +On +On +Bg +Bg +Bg +Qv +Qv +"} +(9,1,1) = {" +Qv +Qv +Qv +Bg +Bg +Ns +cF +BJ +nu +SD +bB +AK +nA +BN +Ns +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +On +On +On +Bg +Bg +Qv +Qv +Qv +Qv +On +Bg +Bg +Bg +Bg +Bg +Qv +"} +(10,1,1) = {" +Qv +Qv +Bg +Bg +Bg +ze +vm +Uk +ci +SD +lX +is +bR +hn +Ns +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +On +On +On +Bg +Bg +Bg +On +Qv +On +On +Bg +Bg +Bg +Bg +Bg +Qv +"} +(11,1,1) = {" +Qv +Qv +Bg +Bg +Bg +Ns +VP +SC +av +SC +Fk +SC +SC +xE +Ns +Ns +Ns +Bg +Bg +Bg +Bg +Bg +Bg +On +On +On +On +On +On +Bg +On +On +On +On +Bg +Bg +Bg +Bg +Bg +Qv +"} +(12,1,1) = {" +Qv +Bg +Bg +Bg +Bg +Ns +ZH +xn +Xy +Xy +RM +oz +Xy +tS +Gn +QF +Ns +Ns +Ns +Xk +Xk +Xk +Xk +Xk +On +On +On +On +Bg +Bg +On +On +On +On +On +Bg +Bg +Bg +Qv +Qv +"} +(13,1,1) = {" +Qv +Bg +Bg +Bg +Bg +Ns +Tc +Mf +xn +xn +kA +xn +aW +Mf +Si +Si +oz +xn +Ns +Rj +FB +yA +MI +Xk +CG +CG +CG +Xk +Xk +Bg +Bg +On +On +On +On +Bg +Bg +Bg +Qv +Qv +"} +(14,1,1) = {" +Qv +Bg +Bg +Bg +Bg +Ns +Ns +BG +BG +xn +rc +BG +BG +Ns +xn +xn +oz +Si +BG +Si +Si +Si +Si +Xk +ND +zz +ct +XY +Xk +Bg +Bg +On +On +Qv +On +On +On +Bg +Qv +Qv +"} +(15,1,1) = {" +Qv +Bg +Bg +Bg +Bg +Ns +RR +yB +Pb +UV +rb +Pb +xn +xn +xn +Ns +IR +QF +Ns +yO +Va +JL +Jf +CG +zz +PP +zz +zg +Xk +Bg +Bg +On +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +"} +(16,1,1) = {" +Qv +Bg +Bg +Bg +Bg +Ns +Vd +OB +qR +eW +sj +Pk +Bc +lY +Ns +Si +Si +Si +Ns +fg +aa +aa +Fo +aP +ct +DX +xf +Wx +Xk +Bg +Bg +On +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +"} +(17,1,1) = {" +Qv +Qv +Bg +Bg +Bg +Ns +aT +tt +Ju +BE +FZ +kV +NK +Fi +CG +Dx +oz +xn +Ns +TO +aa +aa +Fo +CG +zz +zX +zz +mV +Xk +Bg +Bg +Bg +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +"} +(18,1,1) = {" +Qv +Qv +Bg +Bg +Bg +Ns +fq +OB +rr +VL +Ja +tK +JS +Fi +CG +Dx +QF +oz +Ns +TO +aa +aa +Fo +Xk +CG +CG +Xk +Xk +Xk +Xk +Xk +Bg +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +"} +(19,1,1) = {" +Qv +Qv +Bg +Bg +Bg +Ns +GN +Vm +dI +CD +Rn +CS +xq +Fi +CG +Si +Si +rF +Ns +UR +aa +Qk +rd +Va +Va +hV +Xk +KR +wJ +qE +Xk +Bg +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +"} +(20,1,1) = {" +Qv +Qv +Qv +Bg +Bg +Ns +FM +FG +XX +AH +vH +vA +dy +Fi +CG +rF +Si +Si +Ns +UQ +aa +aa +CW +aa +aa +Fo +CG +Kg +KR +KR +CG +CG +Xk +Qv +Qv +Qv +Qv +Qv +Qv +Qv +"} +(21,1,1) = {" +Qv +Qv +Qv +Qv +Bg +Ns +ql +Kb +kl +uZ +wg +Bz +mp +PL +Ns +cl +WV +KL +Ns +ay +Xy +Xy +KH +aa +aa +wh +Am +KR +QF +KR +Am +KR +Am +Qv +Qv +Qv +Qv +Qv +Qv +Qv +"} +(22,1,1) = {" +Qv +Qv +Qv +Qv +Bg +Ns +Oa +EX +ol +Zl +ln +QQ +ln +FM +Ns +Si +Si +KX +Ns +os +cW +tz +Il +aa +aa +Fo +CG +Kg +Si +KR +CG +CG +Xk +tQ +Qv +Qv +Qv +Qv +Qv +Qv +"} +(23,1,1) = {" +Qv +Qv +Qv +Bg +Bg +Ns +Ns +Ns +Ns +CG +yW +Ad +XO +Ns +gb +QF +Si +Si +Ns +sv +fH +pY +Il +aa +aa +wh +CG +KR +Si +Kg +CG +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +"} +(24,1,1) = {" +Qv +Qv +Qv +Bg +Bg +Bg +Bg +Ns +pF +ip +Wt +Vo +FA +Jw +gb +gb +Sg +Si +Ns +Fj +zr +ZF +Il +aa +aa +Fo +CG +KR +Si +KR +CG +CG +Xk +tQ +Qv +Qv +Qv +Qv +Qv +Qv +"} +(25,1,1) = {" +Qv +Qv +Bg +Bg +Bg +Bg +Bg +Ns +oi +ET +Zc +PM +uP +pO +gb +QF +Si +QF +Ns +RB +sv +iD +Il +aa +aa +Fo +Am +KR +Si +KR +Am +KR +Am +Qv +Qv +Qv +Qv +Qv +Qv +Qv +"} +(26,1,1) = {" +Qv +Bg +Bg +Bg +Bg +Bg +Bg +Ns +oa +BH +tm +xB +Ki +ve +gb +Si +Si +Si +Ns +eI +lu +fZ +Il +aa +aa +Fo +CG +KR +Ky +KR +CG +CG +Xk +Qv +Qv +Qv +Qv +Qv +Qv +Qv +"} +(27,1,1) = {" +Qv +Bg +Bg +Bg +Bg +Bg +Bg +Ns +RA +FM +zi +re +ln +Oh +CG +Si +Si +BG +BG +Ns +Ns +Ns +sa +Xy +Xy +Js +Xk +CG +Xk +CG +Xk +Bg +Bg +Qv +Qv +Qv +Qv +Qv +Qv +Qv +"} +(28,1,1) = {" +Qv +Qv +Bg +Bg +Bg +Bg +Bg +BG +kp +Ml +ln +Cn +FM +Oh +CG +ae +QF +Ns +Um +Gz +mo +Ns +Qz +RU +Si +tp +mK +oG +HG +jB +Xk +Bg +On +Qv +Qv +Qv +Qv +Qv +Qv +Qv +"} +(29,1,1) = {" +Qv +Qv +Qv +Bg +Bg +Bg +Bg +Ns +wC +uN +LZ +GZ +nB +KT +gN +Qr +EF +kf +Qt +Qt +RU +Pv +RU +RU +Si +AS +FM +ln +FM +QI +CG +On +On +Qv +Qv +Qv +Qv +Qv +Qv +Qv +"} +(30,1,1) = {" +Qv +Qv +Qv +Bg +Bg +Bg +Bg +Ns +jD +OH +xn +xn +fR +Oh +CG +Si +wt +BG +Um +Um +RU +Ns +QE +RU +QF +sG +Qp +Qp +ln +DA +CG +On +On +Qv +Qv +Qv +Qv +Qv +Qv +Qv +"} +(31,1,1) = {" +Qv +Qv +Qv +Bg +Bg +Bg +Bg +Ns +Ns +Ns +BG +xn +rO +Oh +CG +oz +Si +mG +RU +RU +RU +Pv +If +RU +Si +Zd +jF +jF +ln +LG +CG +On +On +Qv +Qv +On +On +Qv +Qv +Qv +"} +(32,1,1) = {" +Qv +Qv +Qv +Qv +Bg +Bg +Bg +Bg +Bg +Bg +Ns +DR +ln +Oh +DC +Si +Si +Ns +Um +ya +mo +Ns +Qz +RU +Si +AS +ln +ln +ln +gC +CG +On +On +Qv +On +Bg +Bg +On +Qv +Qv +"} +(33,1,1) = {" +Qv +Qv +Qv +Qv +Bg +Bg +Bg +Bg +Bg +Bg +Ns +Rs +ln +CE +xn +Si +Si +Ns +Ns +BG +Ns +Ns +Hl +Si +Si +Ah +SL +Sx +ID +Ji +Xk +Bg +On +On +Bg +Bg +Bg +On +Qv +Qv +"} +(34,1,1) = {" +Qv +Qv +Qv +Qv +Qv +Bg +Bg +Bg +Bg +Bg +Ns +YW +ln +Oh +Xk +fB +Si +Xk +pP +yK +aB +Ns +Xk +Xk +Xk +Xk +Xk +Xk +Xk +Xk +Xk +Bg +On +On +Bg +Bg +On +Qv +Qv +Qv +"} +(35,1,1) = {" +Qv +Qv +Qv +Qv +Qv +Qv +Bg +Bg +Bg +Bg +Ns +Gu +ln +Oh +PO +Si +Si +qq +QF +QF +TL +Ns +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +On +On +On +On +Qv +Qv +Qv +"} +(36,1,1) = {" +Qv +Qv +Qv +Qv +Qv +Qv +Bg +Bg +Bg +Bg +Ns +fF +Dl +pd +Xk +QF +LJ +Xk +tR +dA +kY +Ns +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Qv +Qv +On +On +Qv +Qv +Qv +Qv +"} +(37,1,1) = {" +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Bg +Bg +Ns +Ns +Ns +Ns +Ns +Ns +gb +gb +gb +Ns +Ns +Ns +Bg +Bg +Bg +Bg +Bg +Bg +Bg +On +On +On +On +Qv +Qv +Qv +Qv +Qv +Qv +Qv +"} +(38,1,1) = {" +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Qv +Qv +Bg +Bg +On +On +Bg +On +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +"} +(39,1,1) = {" +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Bg +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +On +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +"} +(40,1,1) = {" +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Bg +Bg +Bg +Bg +Bg +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +Qv +"} diff --git a/_maps/RandomRuins/SpaceRuins/dark_glade.dmm b/_maps/RandomRuins/SpaceRuins/dark_glade.dmm new file mode 100644 index 000000000000..f17b4a9fd89b --- /dev/null +++ b/_maps/RandomRuins/SpaceRuins/dark_glade.dmm @@ -0,0 +1,699 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"b" = ( +/turf/closed/mineral/random, +/area/ruin/space/has_grav/glade) +"c" = ( +/obj/item/toy/plush/goatplushie, +/turf/open/floor/plating/asteroid, +/area/ruin/space/has_grav/glade) +"d" = ( +/obj/structure/chair/wood, +/obj/item/instrument/banjo{ + pixel_y = -22 + }, +/turf/open/floor/plating/asteroid, +/area/ruin/space/has_grav/glade) +"f" = ( +/obj/item/grown/log/tree, +/turf/open/floor/plating/asteroid, +/area/ruin/space/has_grav/glade) +"h" = ( +/obj/structure/flora/tree/jungle{ + icon_state = "tree8"; + randomize_icon = 0 + }, +/turf/open/floor/plating/asteroid, +/area/ruin/space/has_grav/glade) +"i" = ( +/obj/structure/flora/tree/jungle{ + icon_state = "tree7"; + randomize_icon = 0 + }, +/turf/open/floor/plating/asteroid, +/area/ruin/space/has_grav/glade) +"r" = ( +/obj/structure/fans/tiny/invisible, +/turf/open/floor/plating/asteroid, +/area/ruin/space/has_grav/glade) +"v" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/obj/item/instrument/violin{ + pixel_x = -16; + pixel_y = -12 + }, +/turf/open/floor/plating/asteroid, +/area/ruin/space/has_grav/glade) +"C" = ( +/obj/structure/flora/tree/jungle{ + icon_state = "tree9"; + randomize_icon = 0 + }, +/turf/open/floor/plating/asteroid, +/area/ruin/space/has_grav/glade) +"D" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/open/floor/plating/asteroid, +/area/ruin/space/has_grav/glade) +"F" = ( +/obj/item/melee/roastingstick, +/turf/open/floor/grass, +/area/ruin/space/has_grav/glade) +"J" = ( +/obj/item/instrument/piano_synth{ + pixel_x = 18 + }, +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/open/floor/grass, +/area/ruin/space/has_grav/glade) +"M" = ( +/obj/structure/bonfire/prelit, +/turf/open/floor/grass, +/area/ruin/space/has_grav/glade) +"P" = ( +/turf/open/floor/plating/asteroid, +/area/ruin/space/has_grav/glade) +"R" = ( +/turf/open/floor/grass, +/area/ruin/space/has_grav/glade) +"S" = ( +/obj/item/trash/can/food/beans, +/turf/open/floor/grass, +/area/ruin/space/has_grav/glade) +"T" = ( +/obj/structure/flora/stump, +/turf/open/floor/plating/asteroid, +/area/ruin/space/has_grav/glade) +"Z" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/obj/item/instrument/harmonica{ + pixel_x = -17; + pixel_y = 9 + }, +/turf/open/floor/plating/asteroid, +/area/ruin/space/has_grav/glade) + +(1,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +b +b +a +"} +(2,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +b +b +b +"} +(3,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +b +a +"} +(4,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +"} +(5,1,1) = {" +a +a +a +a +a +a +a +a +a +a +b +b +a +a +a +a +a +a +a +a +a +a +a +a +a +"} +(6,1,1) = {" +a +a +a +a +a +a +a +a +b +b +b +b +b +b +a +a +a +a +a +a +a +a +a +a +a +"} +(7,1,1) = {" +a +a +a +a +a +a +a +b +b +b +b +b +b +b +r +r +r +a +a +a +a +a +a +a +a +"} +(8,1,1) = {" +a +a +a +a +a +b +b +b +b +b +b +b +b +P +P +i +P +r +r +r +a +a +a +a +a +"} +(9,1,1) = {" +a +a +b +a +b +b +b +b +b +b +b +b +P +P +P +P +P +P +P +P +r +r +a +a +a +"} +(10,1,1) = {" +a +a +b +b +b +b +b +b +b +b +b +b +P +P +P +P +P +P +P +P +P +r +a +a +a +"} +(11,1,1) = {" +a +a +b +b +b +b +b +b +b +b +b +P +P +C +P +P +J +R +P +P +h +P +r +a +a +"} +(12,1,1) = {" +a +b +b +b +b +b +b +b +b +b +b +P +P +P +P +S +R +R +R +P +P +P +r +a +a +"} +(13,1,1) = {" +b +b +b +b +b +b +b +b +b +P +P +P +P +P +d +R +M +F +D +P +P +P +r +a +b +"} +(14,1,1) = {" +a +b +b +b +b +b +b +b +c +P +h +P +T +P +P +R +R +R +P +P +P +P +b +b +b +"} +(15,1,1) = {" +a +a +b +b +b +b +b +b +b +r +P +P +f +P +P +Z +R +v +P +P +b +b +b +b +a +"} +(16,1,1) = {" +a +a +b +b +b +b +b +b +b +a +r +P +P +P +P +P +P +P +P +b +b +b +b +b +a +"} +(17,1,1) = {" +a +a +b +b +a +a +b +b +b +a +a +r +r +r +P +P +P +i +P +b +b +b +b +b +a +"} +(18,1,1) = {" +a +a +a +a +a +a +a +b +a +a +a +a +a +a +r +r +r +P +P +P +b +b +b +b +b +"} +(19,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +r +r +r +b +b +b +b +b +"} +(20,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +b +b +b +b +"} +(21,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +b +b +a +"} +(22,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +b +b +"} diff --git a/_maps/RandomRuins/SpaceRuins/excavator_DK.dmm b/_maps/RandomRuins/SpaceRuins/excavator_DK.dmm new file mode 100644 index 000000000000..865f979ff820 --- /dev/null +++ b/_maps/RandomRuins/SpaceRuins/excavator_DK.dmm @@ -0,0 +1,1481 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"dN" = ( +/obj/item/shard, +/obj/structure/bed, +/obj/item/bedsheet/dorms, +/turf/open/floor/plating, +/area/ruin/space/derelict) +"eo" = ( +/obj/structure/sign/directions/medical{ + dir = 8 + }, +/obj/structure/sign/directions/engineering{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/sign/directions/command{ + pixel_y = 8 + }, +/turf/closed/wall/r_wall, +/area/ruin/space/derelict) +"eC" = ( +/obj/structure/table, +/turf/open/floor/plasteel, +/area/ruin/space/derelict) +"gg" = ( +/obj/structure/table, +/obj/item/storage/backpack/duffelbag/med/surgery, +/turf/open/floor/plasteel, +/area/ruin/space/derelict) +"gk" = ( +/obj/machinery/light/broken/directional/south, +/turf/open/floor/plasteel, +/area/ruin/space/derelict) +"gr" = ( +/obj/structure/lattice, +/obj/item/stack/rods/ten, +/turf/open/space, +/area/ruin/space/derelict) +"gD" = ( +/turf/open/space, +/area/ruin/space) +"gQ" = ( +/obj/item/stack/tile/plasteel, +/turf/open/space, +/area/ruin/space) +"hk" = ( +/obj/item/trash/pistachios, +/turf/open/space, +/area/ruin/space) +"iC" = ( +/obj/item/stack/tile/plasteel, +/turf/open/floor/plating, +/area/ruin/space/derelict) +"jb" = ( +/obj/item/trash/plate, +/turf/open/floor/plating, +/area/ruin/space/derelict) +"jn" = ( +/obj/structure/lattice, +/obj/item/trash/pistachios, +/turf/open/space, +/area/ruin/space/derelict) +"kF" = ( +/obj/structure/closet/crate/large, +/turf/open/floor/plasteel, +/area/ruin/space/derelict) +"ly" = ( +/obj/item/trash/candy, +/turf/open/floor/plasteel, +/area/ruin/space/derelict) +"lL" = ( +/obj/structure/lattice, +/turf/open/space, +/area/ruin/space/derelict) +"mH" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods/ten, +/turf/open/floor/plasteel, +/area/ruin/space/derelict) +"mM" = ( +/turf/open/floor/plating, +/area/ruin/space/derelict) +"ni" = ( +/obj/item/stack/sheet/plasteel, +/turf/open/floor/plasteel, +/area/ruin/space/derelict) +"nj" = ( +/obj/structure/grille/broken, +/obj/item/shard, +/turf/open/floor/plasteel, +/area/ruin/space/derelict) +"nA" = ( +/obj/structure/catwalk, +/turf/open/space, +/area/ruin/space/derelict) +"nU" = ( +/obj/machinery/light/broken/directional/south, +/obj/item/stack/tile/plasteel, +/turf/open/floor/plating, +/area/ruin/space/derelict) +"nV" = ( +/obj/structure/sign/departments/medbay/alt, +/turf/closed/wall/r_wall, +/area/ruin/space/derelict) +"qT" = ( +/obj/structure/door_assembly/door_assembly_med, +/turf/open/space, +/area/ruin/space) +"qU" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plasteel, +/area/ruin/space/derelict) +"sb" = ( +/obj/structure/door_assembly/door_assembly_public, +/turf/open/floor/plasteel, +/area/ruin/space/derelict) +"sO" = ( +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/turf/open/floor/plasteel, +/area/ruin/space/derelict) +"tq" = ( +/obj/structure/catwalk, +/obj/item/stack/cable_coil/cut/red, +/turf/open/space, +/area/ruin/space/derelict) +"uX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/ruin/space/derelict) +"vj" = ( +/obj/item/stack/sheet/plasteel, +/turf/open/space, +/area/ruin/space) +"vC" = ( +/obj/structure/catwalk, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/space, +/area/ruin/space/derelict) +"vX" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/turf/open/floor/plasteel, +/area/ruin/space/derelict) +"wK" = ( +/obj/item/shard, +/turf/open/space, +/area/ruin/space) +"yj" = ( +/turf/open/floor/plasteel, +/area/ruin/space/derelict) +"yl" = ( +/obj/machinery/door/poddoor/shutters, +/turf/open/floor/plating, +/area/ruin/space/derelict) +"zw" = ( +/obj/item/shard, +/turf/open/floor/plating, +/area/ruin/space/derelict) +"Au" = ( +/obj/machinery/door/airlock/engineering{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/space/derelict) +"AP" = ( +/obj/structure/girder/reinforced, +/turf/open/floor/plating, +/area/ruin/space/derelict) +"Bl" = ( +/obj/structure/closet/crate/rcd, +/turf/open/floor/plasteel, +/area/ruin/space/derelict) +"BB" = ( +/obj/structure/closet/crate/medical, +/turf/open/floor/plasteel, +/area/ruin/space/derelict) +"Dz" = ( +/turf/closed/wall/r_wall/rust, +/area/ruin/space/derelict) +"Eu" = ( +/obj/item/trash/popcorn, +/turf/open/floor/plasteel, +/area/ruin/space/derelict) +"EE" = ( +/obj/item/stack/cable_coil/cut/red, +/turf/open/floor/plating, +/area/ruin/space/derelict) +"EN" = ( +/obj/machinery/light/broken/directional/south, +/obj/structure/table, +/turf/open/floor/plasteel, +/area/ruin/space/derelict) +"GB" = ( +/obj/item/stack/cable_coil/cut/red, +/turf/open/floor/plasteel, +/area/ruin/space/derelict) +"GQ" = ( +/obj/item/trash/plate, +/turf/open/space, +/area/ruin/space) +"Hv" = ( +/obj/structure/catwalk, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/space, +/area/ruin/space/derelict) +"HA" = ( +/obj/structure/door_assembly/door_assembly_ext, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/ruin/space/derelict) +"IA" = ( +/turf/closed/wall/r_wall, +/area/ruin/space/derelict) +"IB" = ( +/obj/structure/lattice, +/obj/item/shard, +/turf/open/space, +/area/ruin/space/derelict) +"IZ" = ( +/obj/structure/flippedtable, +/turf/open/floor/plasteel, +/area/ruin/space/derelict) +"Jd" = ( +/obj/machinery/light/broken/directional/south, +/obj/structure/closet/crate/large, +/turf/open/floor/plasteel, +/area/ruin/space/derelict) +"Jp" = ( +/obj/structure/door_assembly/door_assembly_public, +/turf/open/floor/plating, +/area/ruin/space/derelict) +"JG" = ( +/obj/structure/table/optable, +/turf/open/floor/plasteel, +/area/ruin/space/derelict) +"Ki" = ( +/obj/item/trash/semki, +/turf/open/floor/plasteel, +/area/ruin/space/derelict) +"KG" = ( +/obj/item/stack/rods/ten, +/turf/open/floor/plasteel, +/area/ruin/space/derelict) +"La" = ( +/obj/structure/bed, +/obj/item/bedsheet/dorms, +/turf/open/floor/plating, +/area/ruin/space/derelict) +"Lg" = ( +/obj/structure/lattice, +/obj/item/stack/sheet/plasteel, +/turf/open/space, +/area/ruin/space/derelict) +"My" = ( +/obj/item/stack/rods/ten, +/turf/open/space, +/area/ruin/space) +"Nk" = ( +/obj/item/trash/cheesie, +/turf/open/floor/plasteel, +/area/ruin/space/derelict) +"Ns" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plasteel, +/area/ruin/space/derelict) +"OJ" = ( +/obj/machinery/door/poddoor/shutters, +/turf/open/floor/plasteel, +/area/ruin/space/derelict) +"Pq" = ( +/obj/machinery/light/broken/directional/south, +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plasteel, +/area/ruin/space/derelict) +"QL" = ( +/obj/item/shard, +/turf/open/floor/plasteel, +/area/ruin/space/derelict) +"Sl" = ( +/obj/structure/catwalk, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/space, +/area/ruin/space/derelict) +"Td" = ( +/obj/item/shard, +/obj/structure/grille/broken, +/turf/open/floor/plasteel, +/area/ruin/space/derelict) +"Tm" = ( +/obj/machinery/door/airlock/external, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/ruin/space/derelict) +"Ul" = ( +/obj/structure/lattice, +/obj/item/stack/cable_coil/cut/red, +/turf/open/space, +/area/ruin/space/derelict) +"VV" = ( +/obj/machinery/door/airlock/solgov, +/turf/open/floor/plasteel, +/area/ruin/space/derelict) +"Wc" = ( +/obj/structure/bed, +/obj/item/bedsheet/dorms, +/turf/open/floor/plasteel, +/area/ruin/space/derelict) +"Wm" = ( +/obj/structure/catwalk, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/space, +/area/ruin/space/derelict) +"WM" = ( +/obj/item/trash/waffles, +/turf/open/space, +/area/ruin/space) +"XA" = ( +/obj/item/stack/tile/plasteel, +/turf/open/floor/plasteel, +/area/ruin/space/derelict) +"XH" = ( +/obj/machinery/door/airlock/glass, +/turf/open/floor/plasteel, +/area/ruin/space/derelict) +"XP" = ( +/obj/machinery/light/broken/directional/south, +/obj/structure/bed, +/obj/item/bedsheet/dorms, +/turf/open/floor/plasteel, +/area/ruin/space/derelict) +"YF" = ( +/mob/living/simple_animal/bot/medbot/derelict, +/turf/open/floor/plasteel, +/area/ruin/space/derelict) +"ZB" = ( +/obj/structure/catwalk, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/space, +/area/ruin/space/derelict) +"ZK" = ( +/obj/item/stack/cable_coil/cut/red, +/obj/item/trash/can, +/turf/open/floor/plating, +/area/ruin/space/derelict) + +(1,1,1) = {" +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +"} +(2,1,1) = {" +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +"} +(3,1,1) = {" +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +"} +(4,1,1) = {" +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +"} +(5,1,1) = {" +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +"} +(6,1,1) = {" +gD +gD +gD +gD +gD +gD +gD +mM +AP +IA +gD +wK +AP +AP +AP +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +"} +(7,1,1) = {" +gD +gD +gD +gD +gD +gD +tq +IA +Lg +jb +lL +mM +lL +iC +Dz +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +"} +(8,1,1) = {" +gD +gD +gD +gD +gD +gD +Hv +Dz +lL +lL +Lg +lL +IB +mM +IA +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +"} +(9,1,1) = {" +gD +gD +gD +gD +gD +Wm +ZB +Dz +gD +wK +mM +mM +gD +gD +AP +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +"} +(10,1,1) = {" +gD +gD +gD +gD +gD +Hv +IA +IA +IA +Dz +Dz +gD +hk +My +AP +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +"} +(11,1,1) = {" +gD +gD +gD +gD +gD +Hv +Dz +gg +yj +mM +IA +qT +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +"} +(12,1,1) = {" +gD +gD +gD +gD +gD +Hv +IA +JG +mM +yj +ni +gD +gD +gQ +gD +WM +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +"} +(13,1,1) = {" +gD +gD +gD +gD +gD +Hv +IA +BB +yj +gk +nV +gD +gD +gD +gD +gD +gQ +gD +gD +AP +AP +gD +gD +gD +gD +gD +gD +gD +gD +gD +"} +(14,1,1) = {" +gD +gD +gD +gD +gD +Hv +Dz +IA +Dz +Dz +Dz +mM +gD +vj +GQ +gD +gQ +mM +zw +mM +Dz +gD +gD +gD +gD +gD +gD +gD +gD +gD +"} +(15,1,1) = {" +gD +gD +gD +gD +gD +Hv +Dz +Wc +Wc +XP +IA +mM +iC +mM +gD +gD +gr +lL +zw +mM +IA +gD +gD +gD +gD +gD +gD +gD +gD +gD +"} +(16,1,1) = {" +gD +gD +gD +gD +gD +Hv +Td +zw +Eu +yj +XH +yj +mM +zw +Jp +lL +Lg +lL +lL +mM +AP +gD +gD +gD +gD +gD +gD +gD +gD +gD +"} +(17,1,1) = {" +gD +gD +gD +gD +gD +Hv +IA +dN +La +Wc +IA +yj +yj +mM +mM +Ul +lL +jn +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +"} +(18,1,1) = {" +gD +gD +gD +gD +gD +Hv +IA +IA +Dz +Dz +Dz +sb +yj +IA +mM +lL +lL +wK +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +"} +(19,1,1) = {" +gD +gD +gD +gD +gD +vC +Sl +HA +uX +Tm +yj +yj +yj +Dz +mM +mM +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +"} +(20,1,1) = {" +gD +gD +gD +gD +gD +gD +gD +IA +Dz +Dz +kF +yj +gk +Dz +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +"} +(21,1,1) = {" +gD +gD +gD +gD +gD +gD +gD +OJ +yj +OJ +kF +mM +mM +Dz +gD +gD +wK +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +"} +(22,1,1) = {" +gD +gD +gD +gD +gD +gD +gD +Dz +Dz +IA +GB +iC +KG +IA +nA +nA +nA +gD +nA +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +"} +(23,1,1) = {" +gD +gD +gD +gD +gD +gD +gD +yl +yj +OJ +yj +Nk +yj +Dz +IA +qU +nj +mH +Dz +Dz +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +"} +(24,1,1) = {" +gD +gD +gD +gD +gD +gD +gD +IA +Dz +IA +yj +kF +Jd +IA +yj +IZ +yj +yj +nU +IA +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +"} +(25,1,1) = {" +gD +gD +gD +gD +gD +gD +gD +OJ +yj +yl +yj +KG +yj +IA +yj +IZ +ly +zw +mM +Ns +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +"} +(26,1,1) = {" +gD +gD +gD +gD +gD +gD +gD +IA +Dz +Dz +yj +yj +GB +VV +yj +mM +mM +yj +yj +qU +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +"} +(27,1,1) = {" +gD +gD +gD +gD +gD +gD +gD +OJ +mM +yl +yj +yj +gk +IA +yj +QL +yj +yj +YF +qU +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +"} +(28,1,1) = {" +gD +gD +gD +gD +gD +gD +gD +IA +Dz +Dz +eo +yj +yj +Dz +Ki +yj +XA +eC +EN +Dz +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +"} +(29,1,1) = {" +gD +gD +gD +gD +gD +gD +gD +gD +lL +gD +IA +Au +IA +Dz +Dz +qU +qU +qU +IA +IA +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +"} +(30,1,1) = {" +gD +gD +gD +gD +gD +gD +gD +gD +IA +Dz +Dz +EE +Pq +Dz +nA +nA +gD +nA +nA +nA +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +"} +(31,1,1) = {" +gD +gD +gD +gD +gD +gD +gD +gD +yj +yj +qU +ZK +sO +qU +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +"} +(32,1,1) = {" +gD +gD +gD +gD +gD +gD +gD +gD +IA +Dz +Dz +Bl +vX +Dz +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +"} +(33,1,1) = {" +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +IA +qU +qU +IA +nA +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +"} +(34,1,1) = {" +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +"} +(35,1,1) = {" +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD +"} diff --git a/_maps/RandomRuins/SpaceRuins/fueldepot.dmm b/_maps/RandomRuins/SpaceRuins/fueldepot.dmm new file mode 100644 index 000000000000..aa5edab6420a --- /dev/null +++ b/_maps/RandomRuins/SpaceRuins/fueldepot.dmm @@ -0,0 +1,4226 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aH" = ( +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/structure/table_frame, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/light, +/area/ruin/unpowered) +"aL" = ( +/obj/effect/gibspawner/human, +/turf/open/space, +/area/ruin/unpowered) +"aO" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/mineral/plastitanium, +/area/ruin/unpowered) +"aW" = ( +/obj/structure/girder/displaced, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/ruin/unpowered) +"bm" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/stack/cable_coil/cut/red, +/turf/open/floor/plating{ + broken = 1; + icon_state = "platingdmg1" + }, +/area/ruin/unpowered) +"bG" = ( +/obj/effect/decal/cleanable/oil/streak, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"bI" = ( +/obj/structure/fluff/broken_flooring{ + dir = 8; + icon_state = "plating" + }, +/turf/open/space, +/area/template_noop) +"bJ" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/stack/rods, +/obj/item/shard, +/turf/open/floor/plating{ + icon_state = "platingdmg2" + }, +/area/ruin/unpowered) +"bK" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 10 + }, +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/mineral/plastitanium, +/area/ruin/unpowered) +"bM" = ( +/turf/open/space, +/area/ruin/unpowered) +"bN" = ( +/obj/effect/turf_decal/corner/transparent/neutral/full, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/unpowered) +"bV" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull, +/area/ruin/unpowered) +"cr" = ( +/obj/structure/girder/displaced, +/turf/template_noop, +/area/template_noop) +"dx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/space, +/area/ruin/unpowered) +"dC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/door_assembly/door_assembly_mhatch{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"dN" = ( +/obj/structure/railing, +/obj/effect/turf_decal/corner/transparent/neutral/full, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/unpowered) +"ef" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/door_assembly/door_assembly_mhatch{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/dark, +/area/ruin/unpowered) +"eg" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull, +/area/ruin/unpowered) +"eD" = ( +/obj/item/shard, +/obj/effect/decal/cleanable/oil, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/stack/cable_coil/cut/red, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/ruin/unpowered) +"eJ" = ( +/obj/structure/girder/displaced, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/stack/sheet/mineral/plastitanium, +/turf/open/floor/plating, +/area/ruin/unpowered) +"fs" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 6 + }, +/obj/structure/table_frame, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/closet/wall/directional/east{ + name = "armory locker" + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/unpowered) +"fP" = ( +/obj/item/shard, +/turf/open/space, +/area/ruin/unpowered) +"gj" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/gibspawner/human, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/light, +/area/ruin/unpowered) +"gp" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "5-8" + }, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/mob_spawn/human/corpse/charredskeleton, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/mineral/plastitanium, +/area/ruin/unpowered) +"gq" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/closed/wall/mineral/plastitanium, +/area/ruin/unpowered) +"gH" = ( +/obj/structure/lattice, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/space, +/area/ruin/unpowered) +"gM" = ( +/obj/structure/cable{ + icon_state = "6-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/oil, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/unpowered) +"gN" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/obj/machinery/power/terminal, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/unpowered) +"hv" = ( +/obj/effect/turf_decal/industrial/outline/yellow, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"hJ" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 5 + }, +/obj/structure/closet/wall/directional/east{ + name = "armory locker" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/gun/ballistic/shotgun/brimstone, +/turf/open/floor/mineral/plastitanium, +/area/ruin/unpowered) +"hL" = ( +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/light, +/area/ruin/unpowered) +"hO" = ( +/turf/closed/wall/material, +/area/ruin/unpowered) +"io" = ( +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/ruin/unpowered) +"iB" = ( +/obj/structure/lattice, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "plating" + }, +/turf/template_noop, +/area/template_noop) +"iT" = ( +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/oil/streak, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/ruin/unpowered) +"ji" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/stairs/right, +/area/ruin/unpowered) +"jl" = ( +/obj/structure/railing, +/obj/effect/turf_decal/corner/transparent/neutral/full, +/obj/effect/decal/cleanable/oil, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/unpowered) +"jy" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/ruin/unpowered) +"jE" = ( +/obj/item/stack/rods, +/turf/open/space, +/area/ruin/unpowered) +"jH" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/girder/displaced, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/ruin/unpowered) +"kl" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "8-10" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/airalarm/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/greenglow, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/unpowered) +"kN" = ( +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/orange{ + dir = 8 + }, +/turf/open/space, +/area/ruin/unpowered) +"kT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/stack/cable_coil/cut/red, +/turf/open/floor/pod/light, +/area/ruin/unpowered) +"lm" = ( +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"ln" = ( +/obj/structure/lattice, +/turf/open/space, +/area/ruin/unpowered) +"lq" = ( +/obj/effect/decal/cleanable/oil, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"ls" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/stack/cable_coil/cut/red, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/ruin/unpowered) +"lS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/ruin/unpowered) +"md" = ( +/obj/structure/door_assembly/door_assembly_mhatch, +/turf/open/space, +/area/ruin/unpowered) +"mK" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + icon_state = "platingdmg2" + }, +/area/ruin/unpowered) +"mX" = ( +/obj/effect/turf_decal/corner/transparent/neutral/full, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/light, +/area/ruin/unpowered) +"nz" = ( +/obj/structure/grille, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/ruin/unpowered) +"nI" = ( +/obj/structure/girder/displaced, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + broken = 1; + icon_state = "platingdmg1" + }, +/area/ruin/unpowered) +"oc" = ( +/turf/open/floor/engine/hull, +/area/ruin/unpowered) +"od" = ( +/obj/structure/fluff/broken_flooring{ + dir = 2; + icon_state = "plating" + }, +/turf/open/space, +/area/ruin/unpowered) +"oh" = ( +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/mineral/plastitanium, +/area/ruin/unpowered) +"oP" = ( +/obj/effect/decal/cleanable/oil, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/stack/cable_coil/cut/yellow, +/turf/open/floor/plating, +/area/ruin/unpowered) +"oQ" = ( +/obj/structure/lattice, +/obj/structure/fluff/broken_flooring{ + dir = 8; + icon_state = "plating" + }, +/turf/open/space, +/area/ruin/unpowered) +"pv" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-9" + }, +/obj/effect/decal/cleanable/oil, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/mineral/plastitanium, +/area/ruin/unpowered) +"pF" = ( +/obj/effect/turf_decal/corner/transparent/neutral/full, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/box, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/light, +/area/ruin/unpowered) +"pJ" = ( +/obj/structure/fluff/broken_flooring{ + dir = 8; + icon_state = "plating" + }, +/turf/open/space, +/area/ruin/unpowered) +"pM" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/unpowered) +"qy" = ( +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/item/rack_parts, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/light, +/area/ruin/unpowered) +"qZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/door_assembly/door_assembly_grunge, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/dark, +/area/ruin/unpowered) +"ri" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 6 + }, +/obj/effect/turf_decal/industrial/stand_clear{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/mineral/plastitanium, +/area/ruin/unpowered) +"rr" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"rt" = ( +/obj/effect/turf_decal/box, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/light, +/area/ruin/unpowered) +"rM" = ( +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/machinery/power/port_gen/pacman/super, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/greenglow, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/unpowered) +"rO" = ( +/obj/item/shard, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/light, +/area/ruin/unpowered) +"sg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/light, +/area/ruin/unpowered) +"st" = ( +/obj/structure/door_assembly/door_assembly_grunge{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/orange{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"sU" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/stairs, +/area/ruin/unpowered) +"tp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/lattice, +/turf/open/space, +/area/ruin/unpowered) +"tG" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/orange{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"tJ" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/ruin/unpowered) +"tW" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/stack/rods, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/ruin/unpowered) +"tX" = ( +/turf/open/space, +/area/template_noop) +"tZ" = ( +/obj/effect/decal/cleanable/oil, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"uk" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/closed/wall/rust, +/area/ruin/unpowered) +"ut" = ( +/obj/effect/turf_decal/industrial/warning/cee, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/mineral/plastitanium, +/area/ruin/unpowered) +"uJ" = ( +/obj/effect/turf_decal/corner/transparent/neutral/full, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/box, +/obj/effect/gibspawner/human, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/light, +/area/ruin/unpowered) +"uV" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "4-5" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/oil, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/light, +/area/ruin/unpowered) +"ve" = ( +/obj/effect/turf_decal/industrial/warning/cee{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/closet/wall/directional/west{ + name = "suit locker" + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/unpowered) +"vs" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"vz" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "8-10" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/frame/machine, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/mineral/plastitanium, +/area/ruin/unpowered) +"vJ" = ( +/obj/machinery/power/apc/auto_name/directional/east, +/obj/machinery/atmospherics/components/binary/pump/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/unpowered) +"vR" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/oil/streak, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/stack/cable_coil/cut/red, +/turf/open/floor/plating{ + icon_state = "platingdmg2" + }, +/area/ruin/unpowered) +"vV" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/ruin/unpowered) +"wb" = ( +/obj/item/shard, +/obj/structure/lattice, +/obj/structure/fluff/broken_flooring{ + dir = 8; + icon_state = "plating" + }, +/turf/open/space, +/area/ruin/unpowered) +"wd" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/ruin/unpowered) +"wi" = ( +/obj/effect/turf_decal/industrial/stand_clear{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/mineral/plastitanium, +/area/ruin/unpowered) +"wx" = ( +/obj/effect/turf_decal/corner/transparent/neutral/full, +/obj/structure/railing, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/frame/computer, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/light, +/area/ruin/unpowered) +"wF" = ( +/obj/effect/turf_decal/corner/transparent/neutral/full, +/obj/structure/railing, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-6" + }, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/light, +/area/ruin/unpowered) +"wN" = ( +/obj/structure/girder/displaced, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/stack/rods, +/turf/open/floor/plating{ + broken = 1; + icon_state = "platingdmg1" + }, +/area/ruin/unpowered) +"xy" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/effect/decal/cleanable/oil/streak, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/ruin/unpowered) +"xM" = ( +/obj/structure/frame/machine, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/unpowered) +"yg" = ( +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/manifold4w/orange, +/turf/open/space, +/area/ruin/unpowered) +"yv" = ( +/obj/item/stack/sheet/mineral/plastitanium, +/turf/open/space, +/area/ruin/unpowered) +"yw" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/stairs/left, +/area/ruin/unpowered) +"yx" = ( +/obj/structure/lattice, +/obj/structure/girder/displaced, +/turf/open/space, +/area/ruin/unpowered) +"yE" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/mineral/plastitanium, +/area/ruin/unpowered) +"zt" = ( +/obj/effect/decal/cleanable/oil/streak, +/obj/machinery/light/small/broken/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/light, +/area/ruin/unpowered) +"zu" = ( +/obj/structure/girder/displaced, +/turf/open/space, +/area/ruin/unpowered) +"zE" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/stack/cable_coil/cut/red, +/turf/open/floor/pod/light, +/area/ruin/unpowered) +"zH" = ( +/obj/structure/lattice, +/obj/structure/fluff/broken_flooring{ + icon_state = "pile"; + pixel_x = 11; + pixel_y = 1 + }, +/turf/open/space, +/area/ruin/unpowered) +"zI" = ( +/obj/effect/turf_decal/corner/transparent/neutral/full, +/obj/structure/railing, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable{ + icon_state = "6-8" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/north, +/turf/open/floor/pod/light, +/area/ruin/unpowered) +"zY" = ( +/obj/structure/grille, +/obj/machinery/door/poddoor/shutters{ + id = "pirateshutters"; + name = "Blast Shutters"; + dir = 4 + }, +/obj/structure/window/plasma/reinforced/plastitanium, +/turf/open/floor/plating, +/area/ruin/unpowered) +"AC" = ( +/obj/structure/railing, +/obj/effect/turf_decal/corner/transparent/neutral/full, +/obj/structure/cable{ + icon_state = "5-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/light, +/area/ruin/unpowered) +"AD" = ( +/obj/structure/grille/broken, +/obj/item/shard, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/stack/rods, +/turf/open/floor/plating{ + broken = 1; + icon_state = "platingdmg1" + }, +/area/ruin/unpowered) +"AI" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/clothing/glasses/thermal/eyepatch, +/obj/effect/decal/cleanable/oil/streak, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/light, +/area/ruin/unpowered) +"AV" = ( +/obj/effect/turf_decal/corner/transparent/neutral/full, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/stack/cable_coil/cut/red, +/turf/open/floor/pod/light, +/area/ruin/unpowered) +"AX" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"BG" = ( +/obj/structure/railing, +/obj/effect/turf_decal/corner/transparent/neutral/full, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/light, +/area/ruin/unpowered) +"BX" = ( +/obj/structure/girder/displaced, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Cc" = ( +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/light, +/area/ruin/unpowered) +"CA" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/portables_connector{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"CS" = ( +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "plating" + }, +/turf/template_noop, +/area/ruin/unpowered) +"CZ" = ( +/obj/machinery/door/airlock/hatch{ + name = "External Access Hatch"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/light, +/area/ruin/unpowered) +"Dl" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/smes/shuttle/precharged{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/ruin/unpowered) +"Dt" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-5" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/unpowered) +"DS" = ( +/turf/closed/wall/rust, +/area/ruin/unpowered) +"El" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/stack/sheet/mineral/plastitanium, +/turf/open/floor/plating{ + icon_state = "platingdmg2" + }, +/area/ruin/unpowered) +"En" = ( +/obj/effect/decal/cleanable/oil/streak, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull, +/area/ruin/unpowered) +"Ew" = ( +/obj/structure/girder/displaced, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/unpowered) +"ED" = ( +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/space, +/area/ruin/unpowered) +"Fc" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/mineral/plastitanium, +/area/ruin/unpowered) +"FA" = ( +/obj/effect/decal/cleanable/oil/streak, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"FT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/structure/door_assembly/door_assembly_mhatch{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + broken = 1; + icon_state = "platingdmg1" + }, +/area/ruin/unpowered) +"FW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-5" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + broken = 1; + icon_state = "platingdmg1" + }, +/area/ruin/unpowered) +"FY" = ( +/obj/structure/lattice, +/obj/item/rack_parts, +/turf/open/space, +/area/ruin/unpowered) +"FZ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/space, +/area/ruin/unpowered) +"Hl" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/orange{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"HE" = ( +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/structure/frame/computer, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/light, +/area/ruin/unpowered) +"HL" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + broken = 1; + icon_state = "platingdmg1" + }, +/area/ruin/unpowered) +"HQ" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "8-10" + }, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/mineral/plastitanium, +/area/ruin/unpowered) +"In" = ( +/obj/structure/lattice, +/turf/template_noop, +/area/ruin/unpowered) +"Iv" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/ruin/unpowered) +"IH" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 10 + }, +/obj/effect/turf_decal/industrial/stand_clear{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/broken/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/mineral/plastitanium, +/area/ruin/unpowered) +"IW" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"Jg" = ( +/obj/item/chair/plastic, +/turf/open/space, +/area/ruin/unpowered) +"Jj" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/effect/decal/cleanable/oil, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"JU" = ( +/obj/structure/girder/displaced, +/turf/template_noop, +/area/ruin/unpowered) +"JX" = ( +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/obj/structure/fluff/broken_flooring{ + dir = 8; + icon_state = "plating" + }, +/turf/template_noop, +/area/ruin/unpowered) +"Kd" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/space, +/area/ruin/unpowered) +"Kw" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"KJ" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/light, +/area/ruin/unpowered) +"KO" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/light, +/area/ruin/unpowered) +"Lc" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/ruin/unpowered) +"Lo" = ( +/obj/structure/door_assembly/door_assembly_hatch, +/turf/open/space, +/area/ruin/unpowered) +"Lu" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/mineral/plastitanium, +/area/ruin/unpowered) +"LT" = ( +/obj/structure/cable{ + icon_state = "4-5" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + broken = 1; + icon_state = "platingdmg1" + }, +/area/ruin/unpowered) +"Mf" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/unpowered) +"My" = ( +/obj/structure/lattice, +/obj/item/stack/rods, +/turf/open/space, +/area/ruin/unpowered) +"MM" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/stack/cable_coil/cut/red, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/ruin/unpowered) +"MZ" = ( +/obj/item/roller, +/turf/open/space, +/area/ruin/unpowered) +"Nt" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-10" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/oil, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Nx" = ( +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/decal/cleanable/greenglow, +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/mineral/plastitanium, +/area/ruin/unpowered) +"Oa" = ( +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Oe" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/light, +/area/ruin/unpowered) +"OC" = ( +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/space, +/area/ruin/unpowered) +"OW" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/light, +/area/ruin/unpowered) +"Pa" = ( +/obj/structure/door_assembly/door_assembly_hatch{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + broken = 1; + icon_state = "platingdmg1" + }, +/area/ruin/unpowered) +"Pq" = ( +/obj/effect/turf_decal/industrial/warning, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/mineral/plastitanium, +/area/ruin/unpowered) +"Ps" = ( +/obj/item/wrench, +/turf/open/space, +/area/ruin/unpowered) +"PU" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/turf/open/space, +/area/ruin/unpowered) +"Qa" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/space, +/area/template_noop) +"Qf" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/item/stack/cable_coil/cut/red, +/turf/open/space, +/area/ruin/unpowered) +"Qh" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ruin/unpowered) +"Qk" = ( +/obj/effect/turf_decal/industrial/warning, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/mineral/plastitanium, +/area/ruin/unpowered) +"Qy" = ( +/obj/structure/fluff/broken_flooring{ + icon_state = "pile"; + pixel_x = 11; + pixel_y = 1 + }, +/turf/template_noop, +/area/template_noop) +"QV" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg2" + }, +/area/ruin/unpowered) +"Ra" = ( +/turf/closed/wall/mineral/plastitanium, +/area/ruin/unpowered) +"Rj" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/stack/cable_coil/cut/red, +/turf/open/floor/mineral/plastitanium, +/area/ruin/unpowered) +"Rl" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/decal/cleanable/oil, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/reagent_containers/food/drinks/bottle/rum, +/obj/structure/closet/wall/directional/east{ + name = "armory locker" + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/unpowered) +"Rt" = ( +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "5-8" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/mineral/plastitanium, +/area/ruin/unpowered) +"Ry" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ruin/unpowered) +"RP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/structure/door_assembly/door_assembly_grunge, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/dark, +/area/ruin/unpowered) +"RX" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + broken = 1; + icon_state = "platingdmg1" + }, +/area/ruin/unpowered) +"Sm" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/orange{ + dir = 8 + }, +/obj/structure/door_assembly/door_assembly_mhatch{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"Sw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/stack/cable_coil/cut/red, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/ruin/unpowered) +"SL" = ( +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/ruin/unpowered) +"SQ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/interior, +/area/ruin/unpowered) +"Tj" = ( +/obj/machinery/power/shuttle/engine/electric{ + dir = 1 + }, +/turf/open/space, +/area/ruin/unpowered) +"Ty" = ( +/obj/effect/turf_decal/corner/transparent/neutral/full, +/obj/structure/cable{ + icon_state = "2-9" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/stairs, +/area/ruin/unpowered) +"TC" = ( +/obj/structure/girder/displaced, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + icon_state = "platingdmg2" + }, +/area/ruin/unpowered) +"TM" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 9 + }, +/obj/effect/decal/cleanable/oil, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/mineral/plastitanium, +/area/ruin/unpowered) +"Ug" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/space, +/area/ruin/unpowered) +"Ui" = ( +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/effect/decal/cleanable/oil/streak, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/mineral/plastitanium, +/area/ruin/unpowered) +"Us" = ( +/obj/structure/lattice, +/turf/open/space, +/area/template_noop) +"Ut" = ( +/obj/structure/catwalk, +/turf/open/space, +/area/ruin/unpowered) +"Uu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/ruin/unpowered) +"Uv" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/turf/template_noop, +/area/ruin/unpowered) +"Uy" = ( +/obj/structure/lattice, +/turf/template_noop, +/area/template_noop) +"Uz" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-6" + }, +/obj/structure/closet/wall/directional/west{ + name = "suit locker" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/mineral/plastitanium, +/area/ruin/unpowered) +"UJ" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-6" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/mineral/plastitanium, +/area/ruin/unpowered) +"Vm" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/template_noop, +/area/template_noop) +"Vo" = ( +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable{ + icon_state = "4-5" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/mineral/plastitanium, +/area/ruin/unpowered) +"Vv" = ( +/obj/structure/fluff/broken_flooring{ + dir = 1; + icon_state = "plating" + }, +/turf/open/space, +/area/ruin/unpowered) +"VP" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/chair/plastic, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/unpowered) +"VX" = ( +/obj/structure/table_frame, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Wn" = ( +/obj/effect/turf_decal/corner/transparent/neutral/full, +/obj/structure/railing, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable{ + icon_state = "4-6" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/north, +/turf/open/floor/pod/light, +/area/ruin/unpowered) +"WA" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + icon_state = "platingdmg2" + }, +/area/ruin/unpowered) +"WB" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "5-8" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/mineral/plastitanium, +/area/ruin/unpowered) +"WV" = ( +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "plating" + }, +/turf/open/space, +/area/ruin/unpowered) +"XE" = ( +/obj/structure/grille, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/unpowered) +"XJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "5-9" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/light, +/area/ruin/unpowered) +"XL" = ( +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/orange, +/turf/open/space, +/area/ruin/unpowered) +"XR" = ( +/obj/structure/cable{ + icon_state = "8-10" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/unpowered) +"YK" = ( +/obj/structure/cable, +/obj/machinery/power/shuttle/engine/electric{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"YM" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/shard, +/obj/item/clothing/head/pirate/captain, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/light, +/area/ruin/unpowered) +"YO" = ( +/obj/item/stack/cable_coil/cut/red, +/turf/open/space, +/area/ruin/unpowered) +"YX" = ( +/obj/effect/decal/cleanable/oil, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + broken = 1; + icon_state = "platingdmg1" + }, +/area/ruin/unpowered) +"ZA" = ( +/obj/structure/cable/yellow, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/ruin/unpowered) +"ZO" = ( +/turf/template_noop, +/area/template_noop) +"ZQ" = ( +/obj/structure/toilet, +/obj/effect/decal/cleanable/vomit/old, +/obj/item/shard, +/obj/effect/decal/cleanable/oil, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/light, +/area/ruin/unpowered) + +(1,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +zu +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +"} +(2,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ln +ln +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +"} +(3,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +DS +DS +hO +DS +DS +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +RX +hO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +"} +(4,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +DS +hO +AX +AX +Kw +DS +DS +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +WV +ZO +ZO +ZO +zu +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +"} +(5,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +DS +DS +lm +vs +Kw +IW +vs +hO +hO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +Uv +ZO +ZO +ZO +ZO +mK +hO +DS +DS +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +"} +(6,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +hO +AX +IW +SL +AX +SL +IW +AX +hO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +jE +ln +ln +zH +RX +jy +uk +hO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +"} +(7,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +hO +AX +Kw +AX +CA +AX +Kw +FA +DS +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ln +FZ +ZO +ZO +ZO +ln +ZO +ZO +ln +mK +YX +tJ +DS +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +"} +(8,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +DS +Kw +SL +Jj +Hl +vs +lm +Kw +hO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +gH +pJ +ZO +ZO +ZO +ZO +ZO +PU +tX +Qa +RX +RX +hO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +"} +(9,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +DS +hO +hv +hv +tG +vs +lm +DS +hO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ln +ZO +ZO +ZO +ZO +ln +ln +ln +jy +DS +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +"} +(10,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +hO +hO +AX +bG +AX +DS +DS +ZO +ZO +ZO +ZO +ZO +ZO +ZO +cr +ZO +ZO +ZO +ZO +ZO +ZO +ln +ZO +ZO +ZO +ln +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +"} +(11,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +hO +hO +Sm +DS +DS +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +PU +DS +pJ +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +"} +(12,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ln +ZO +kN +ZO +ln +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +jE +ZO +ZO +ZO +ZO +ZO +ZO +ZO +mK +ZO +ZO +yx +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +"} +(13,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ln +ZO +Ut +ln +ZO +ZO +ZO +ZO +ZO +ln +ZO +ZO +ZO +ZO +ZO +ZO +ln +XL +Ut +ln +ZO +ZO +WV +HL +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +"} +(14,1,1) = {" +ZO +ZO +ln +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ln +ZO +Ut +ZO +ln +ZO +ZO +ZO +ZO +ln +ZO +ZO +ZO +ZO +ZO +ln +Ut +ln +ZO +ZO +ZO +ZO +ZO +JU +ln +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +"} +(15,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ln +ZO +Ut +ZO +ln +ZO +ZO +ZO +ZO +ln +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +"} +(16,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ln +ln +ln +ln +ln +ln +ln +ln +Ut +ln +ln +ln +ln +ln +ln +ZO +ZO +ZO +ln +ln +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +"} +(17,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ln +ZO +kN +ZO +ln +ZO +ZO +ZO +ZO +ZO +ZO +ln +ZO +ZO +ZO +ZO +jE +ZO +ZO +ZO +ln +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +"} +(18,1,1) = {" +ZO +ZO +ZO +ZO +ln +ln +Ut +Ut +XL +XL +XL +XL +XL +yg +XL +XL +XL +Ut +Ut +ln +ln +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +fP +ZO +ZO +"} +(19,1,1) = {" +ZO +ZO +ZO +ln +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ln +ZO +Ut +ZO +ln +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +Ra +Ra +Ra +Ra +ZO +ZO +ZO +ZO +ZO +ZO +ZO +"} +(20,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ln +ln +ZO +ZO +ln +ln +ZO +ZO +ZO +ZO +Ra +Ra +Ra +Ra +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +Ra +Ry +rM +ZA +vR +Ra +Ra +BX +ZO +jE +ZO +ZO +"} +(21,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +eg +eg +ZO +ZO +ZO +ZO +ZO +jE +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +Ra +Ry +iT +vJ +Nt +FW +Dt +eD +mK +ZO +ZO +Tj +"} +(22,1,1) = {" +ln +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ln +ZO +ZO +ln +ZO +ln +ZO +ZO +Qy +ZO +ZO +In +bV +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +Ug +ZO +ZO +ZO +Ra +Ra +Ry +FT +kl +gN +Dl +YK +ZO +ZO +ZO +"} +(23,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ln +ZO +ZO +ZO +ln +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +yv +ZO +ZO +ZO +ZO +ZO +md +ZO +ZO +ZO +ZO +Ra +WA +Ry +Ra +Ra +ZO +ZO +ZO +ZO +"} +(24,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ln +ZO +fP +ln +ZO +ZO +Ra +RX +mK +ZO +ZO +Ra +Pa +mK +ZO +ZO +ZO +Ra +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +WV +Ra +ZO +ZO +ZO +ZO +ZO +ZO +"} +(25,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ln +ZO +ZO +Uy +iB +Lc +Ra +ZO +Ry +Oe +Ry +Ra +vV +mK +ZO +ZO +My +TC +Ra +Ra +Ry +Sw +Ry +Ra +Ra +ZO +yv +zu +YO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +"} +(26,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +Ra +Ry +Iv +Qh +Ry +Ry +Ry +OW +Ry +pM +RX +JX +ZO +MZ +ZO +Ra +mX +ji +kT +uV +Cc +hL +Ry +Ra +ZO +ZO +ZO +ED +ZO +ZO +ZO +ZO +ZO +ZO +ZO +"} +(27,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +jE +ZO +ZO +mK +AD +aW +zY +Ra +Ry +Wn +ve +Uz +ut +Ry +CZ +Ry +mK +ZO +ZO +ZO +ZO +aL +Ra +AC +aH +vz +WB +Rj +Fc +IH +SQ +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +"} +(28,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +RX +uJ +AI +sU +KJ +RP +AV +Ty +KO +XJ +qZ +zE +Uu +tp +FY +ZO +ZO +ZO +ZO +Qf +BG +Cc +yE +Nx +Vo +Ui +Qk +SQ +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +"} +(29,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +tW +pF +wx +YM +gj +Ra +wF +TM +gp +bK +Qh +VX +XR +aL +dx +ln +od +ZO +Lo +ZO +dN +HE +UJ +Rt +oh +oh +Pq +SQ +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +"} +(30,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ln +nz +XE +gq +ls +Ra +Ry +zI +hJ +Rl +fs +Ry +ZQ +HL +ZO +ZO +ZO +Kd +ZO +ZO +OC +jl +rt +HQ +pv +Lu +Lu +ri +SQ +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +"} +(31,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +Ut +ZO +ZO +ln +ZO +Ra +Ry +wi +Qh +Qh +Qh +nI +VP +rO +ED +YO +ZO +ZO +ZO +Vv +Lc +bN +yw +zt +sg +qy +Cc +Ry +Ra +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +"} +(32,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +Ut +ZO +ln +ZO +ZO +ZO +jy +aO +Ry +mK +ZO +RX +Ew +El +pJ +aL +Jg +bM +ln +mK +Mf +Ra +Lc +Ry +ef +Ry +Ra +Ra +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +"} +(33,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ln +ZO +kN +ZO +ln +ZO +ZO +ZO +Lc +AD +Ra +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +Ra +MM +jH +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +"} +(34,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +DS +DS +st +hO +DS +ZO +ZO +fP +ZO +oc +oQ +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +Mf +Ra +Ry +dC +Ry +Ra +Ra +ln +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +"} +(35,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +ZO +DS +DS +jy +tZ +jy +DS +DS +ZO +ZO +ZO +ZO +ln +ZO +ZO +ZO +ZO +yv +ZO +ZO +ZO +ZO +ZO +ZO +ZO +eJ +Mf +Oa +bm +gM +lS +LT +bJ +ZO +ZO +zu +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +"} +(36,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +hO +DS +AX +xy +jy +ln +mK +jy +wN +jE +ZO +ZO +ZO +ZO +ln +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +Ra +Ry +io +oP +jy +mK +wb +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +"} +(37,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +hO +AX +RX +bI +ZO +ln +ZO +CS +RX +ZO +zu +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +Ra +mK +Ra +xM +RX +ZO +ZO +ZO +ZO +ZO +ZO +zu +ZO +ZO +ZO +ZO +ZO +ZO +"} +(38,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +hO +tJ +lq +QV +ln +ln +ZO +Uv +hO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +zu +ln +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +"} +(39,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +DS +rr +jy +Vm +ZO +ZO +ln +ZO +ln +zu +ZO +ZO +ZO +ZO +ZO +ZO +ZO +jE +ZO +ZO +ZO +ZO +zu +ZO +ZO +ZO +ZO +ZO +Ps +ZO +ZO +ZO +fP +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +"} +(40,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +DS +hO +Us +RX +ZO +ZO +ln +ZO +ZO +ZO +ZO +ZO +jE +ZO +ZO +ZO +ZO +ZO +En +Ra +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +jE +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +"} +(41,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +ZO +WV +RX +mK +jy +od +ZO +ZO +ZO +ED +ln +ZO +ZO +ZO +ZO +ZO +eg +ln +bV +Ra +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +"} +(42,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +DS +ZO +DS +bM +jE +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +eg +Ra +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +"} +(43,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ln +ZO +ZO +ZO +ZO +zu +ZO +ZO +ZO +ZO +PU +ZO +ZO +ZO +ZO +Ra +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +"} +(44,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +"} +(45,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +wd +ZO +ZO +ZO +ZO +ZO +ZO +zu +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +"} +(46,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +"} +(47,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +"} +(48,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +"} +(49,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +Uv +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +"} +(50,1,1) = {" +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +ZO +"} diff --git a/_maps/RandomRuins/SpaceRuins/gondolaasteroid.dmm b/_maps/RandomRuins/SpaceRuins/gondolaasteroid.dmm new file mode 100644 index 000000000000..56747dbd203f --- /dev/null +++ b/_maps/RandomRuins/SpaceRuins/gondolaasteroid.dmm @@ -0,0 +1,1392 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"b" = ( +/turf/closed/mineral/random, +/area/ruin/space/has_grav) +"c" = ( +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav) +"d" = ( +/turf/open/floor/grass, +/area/ruin/space/has_grav) +"e" = ( +/obj/structure/marker_beacon{ + light_color = "#FFE8AA"; + light_range = 20 + }, +/turf/open/floor/grass, +/area/ruin/space/has_grav) +"f" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/open/floor/grass, +/area/ruin/space/has_grav) +"g" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/open/floor/grass, +/area/ruin/space/has_grav) +"h" = ( +/mob/living/simple_animal/pet/gondola, +/turf/open/floor/grass, +/area/ruin/space/has_grav) +"i" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/open/floor/grass, +/area/ruin/space/has_grav) +"j" = ( +/obj/effect/overlay/coconut, +/turf/open/floor/grass, +/area/ruin/space/has_grav) +"k" = ( +/obj/effect/overlay/palmtree_l, +/turf/open/floor/grass, +/area/ruin/space/has_grav) +"l" = ( +/obj/structure/flora/ausbushes/stalkybush, +/turf/open/floor/grass, +/area/ruin/space/has_grav) +"m" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/open/floor/grass, +/area/ruin/space/has_grav) +"n" = ( +/obj/structure/flora/ausbushes/reedbush, +/turf/open/floor/grass, +/area/ruin/space/has_grav) +"o" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/turf/open/floor/grass, +/area/ruin/space/has_grav) +"p" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/open/floor/grass, +/area/ruin/space/has_grav) +"q" = ( +/obj/structure/flora/ausbushes/fernybush, +/turf/open/floor/grass, +/area/ruin/space/has_grav) +"r" = ( +/obj/effect/overlay/palmtree_r, +/turf/open/floor/grass, +/area/ruin/space/has_grav) +"s" = ( +/obj/structure/flora/junglebush/large, +/turf/open/floor/grass, +/area/ruin/space/has_grav) +"t" = ( +/obj/structure/flora/ausbushes/sunnybush, +/turf/open/floor/grass, +/area/ruin/space/has_grav) +"u" = ( +/obj/structure/sink/puddle, +/turf/open/floor/grass, +/area/ruin/space/has_grav) +"v" = ( +/obj/machinery/door/airlock/survival_pod/glass, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/grass, +/area/ruin/space/has_grav) +"w" = ( +/obj/machinery/door/airlock/survival_pod/glass, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/grass, +/area/ruin/space/has_grav) + +(1,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +b +b +b +b +b +b +a +a +a +"} +(2,1,1) = {" +a +a +a +a +b +b +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +b +b +b +b +b +b +b +b +b +a +a +"} +(3,1,1) = {" +a +a +b +b +b +b +b +a +a +a +a +a +a +a +a +a +a +a +a +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +c +"} +(4,1,1) = {" +a +b +b +b +b +a +a +a +a +a +a +a +a +a +a +b +b +b +b +b +b +b +b +b +b +b +b +b +b +d +b +b +b +b +b +"} +(5,1,1) = {" +a +b +b +b +a +a +a +a +a +a +a +a +a +a +b +b +b +b +b +b +b +b +b +b +b +d +d +d +d +d +d +d +b +b +b +"} +(6,1,1) = {" +a +a +a +a +a +a +a +a +a +b +b +b +b +b +b +b +b +b +b +b +b +b +b +d +d +d +d +g +d +d +d +h +d +b +b +"} +(7,1,1) = {" +a +a +a +a +a +a +a +a +b +b +b +b +b +b +b +b +b +b +b +b +b +d +d +d +d +o +d +r +d +b +b +b +b +b +c +"} +(8,1,1) = {" +a +a +a +a +a +a +b +b +b +b +b +b +b +b +b +b +d +b +d +d +d +d +d +d +d +d +j +d +d +d +d +b +b +b +c +"} +(9,1,1) = {" +a +a +a +a +a +b +b +b +b +b +b +b +b +d +k +d +d +q +d +d +j +d +d +k +d +d +d +d +m +d +d +b +b +b +c +"} +(10,1,1) = {" +a +a +a +b +b +b +b +b +b +b +b +b +b +b +b +d +d +d +d +d +s +d +d +d +d +d +d +i +d +d +d +b +b +b +c +"} +(11,1,1) = {" +a +a +b +b +b +b +b +b +b +b +b +b +b +b +d +i +n +g +d +d +e +d +d +j +d +h +d +l +d +e +d +b +b +b +c +"} +(12,1,1) = {" +a +a +b +b +b +b +b +b +b +b +b +b +d +d +d +d +o +o +d +h +d +d +d +d +d +d +d +i +o +d +d +b +b +b +c +"} +(13,1,1) = {" +a +b +b +b +b +b +b +b +b +b +b +b +d +d +u +d +i +d +q +d +d +d +d +d +d +s +d +d +d +d +b +b +b +b +c +"} +(14,1,1) = {" +a +b +b +b +b +b +b +b +b +b +b +h +d +d +d +d +l +d +d +d +m +i +d +d +d +d +d +u +d +b +b +b +b +b +c +"} +(15,1,1) = {" +a +b +b +b +b +b +b +b +b +b +b +b +b +b +b +d +d +d +d +d +i +o +d +d +d +d +d +d +d +d +b +b +b +b +c +"} +(16,1,1) = {" +a +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +d +d +d +o +p +d +d +d +d +r +d +d +d +d +b +b +b +c +"} +(17,1,1) = {" +a +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +d +f +n +d +d +d +d +d +d +d +d +d +d +d +b +b +c +"} +(18,1,1) = {" +a +b +b +b +b +b +b +b +b +b +d +f +d +b +b +b +b +b +d +d +d +d +d +d +i +t +d +d +d +i +d +d +b +b +b +"} +(19,1,1) = {" +a +b +b +b +b +b +b +b +b +d +d +d +d +d +d +b +b +b +d +d +r +j +d +d +d +g +d +d +d +d +d +d +v +d +w +"} +(20,1,1) = {" +a +c +b +b +b +b +b +b +b +h +d +d +e +d +d +d +d +d +d +d +d +d +d +d +d +d +d +d +d +d +d +b +b +b +b +"} +(21,1,1) = {" +a +c +c +b +b +b +b +b +b +d +d +d +k +d +i +i +d +d +q +d +d +d +d +d +e +d +h +d +d +d +d +d +b +b +b +"} +(22,1,1) = {" +a +c +c +b +b +b +b +b +b +d +d +d +d +d +d +l +d +d +d +d +d +d +d +d +d +d +d +d +d +r +d +d +b +b +b +"} +(23,1,1) = {" +a +c +c +b +b +b +b +b +b +d +d +j +d +d +d +d +d +d +d +u +d +h +s +d +d +d +s +d +d +d +d +d +b +b +b +"} +(24,1,1) = {" +a +a +c +c +b +b +b +b +f +d +d +d +d +d +h +d +d +d +d +d +d +d +d +d +m +d +d +d +d +d +d +d +b +b +b +"} +(25,1,1) = {" +a +a +c +c +b +b +b +d +d +d +d +d +d +d +d +d +i +l +d +d +d +d +d +d +n +m +d +d +d +d +d +b +b +b +a +"} +(26,1,1) = {" +a +a +c +c +b +b +b +d +d +d +u +d +d +d +d +m +p +i +d +g +d +d +d +d +d +d +k +d +d +j +d +b +b +b +a +"} +(27,1,1) = {" +a +a +c +c +b +b +b +b +d +d +d +d +d +d +d +d +d +d +d +e +m +i +d +d +d +d +d +d +d +d +b +b +b +a +a +"} +(28,1,1) = {" +a +a +a +c +c +b +b +b +d +d +d +d +d +f +d +d +d +d +d +d +i +l +p +d +d +d +d +u +d +b +b +b +b +a +a +"} +(29,1,1) = {" +a +a +a +c +c +b +b +d +d +d +f +d +d +d +d +d +d +d +d +d +d +d +d +d +d +i +d +d +d +b +b +b +c +c +a +"} +(30,1,1) = {" +a +a +a +c +b +b +d +e +g +d +i +d +d +d +b +d +d +d +d +d +j +d +d +d +d +d +d +d +b +b +b +c +c +c +a +"} +(31,1,1) = {" +a +a +a +b +b +b +b +d +d +d +d +d +d +b +b +b +d +d +d +r +d +d +d +d +d +d +b +b +b +b +c +c +c +b +b +"} +(32,1,1) = {" +a +a +a +b +b +b +d +d +d +d +d +d +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +c +c +b +b +b +"} +(33,1,1) = {" +a +a +a +b +b +d +d +d +d +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +a +a +b +b +b +a +"} +(34,1,1) = {" +a +a +a +b +b +b +b +b +b +b +b +b +b +b +c +c +c +c +c +b +b +b +b +b +a +a +a +a +a +a +a +b +b +b +a +"} +(35,1,1) = {" +a +a +a +a +b +b +b +b +b +b +b +b +b +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +"} diff --git a/_maps/RandomRuins/SpaceRuins/hellfactory.dmm b/_maps/RandomRuins/SpaceRuins/hellfactory.dmm new file mode 100644 index 000000000000..700511e2e132 --- /dev/null +++ b/_maps/RandomRuins/SpaceRuins/hellfactory.dmm @@ -0,0 +1,1823 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/turf/template_noop, +/area/template_noop) +"ab" = ( +/turf/closed/wall, +/area/ruin/space/has_grav/hellfactory) +"ac" = ( +/turf/closed/wall/r_wall, +/area/ruin/space/has_grav/hellfactory) +"ad" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ + dir = 4 + }, +/turf/open/floor/plastic, +/area/ruin/space/has_grav/hellfactory) +"ae" = ( +/obj/machinery/atmospherics/pipe/layer_manifold/visible{ + dir = 4 + }, +/obj/structure/closet/secure_closet/freezer/meat, +/turf/open/floor/plastic, +/area/ruin/space/has_grav/hellfactory) +"af" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/junction/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/junction/layer4{ + dir = 4 + }, +/turf/open/floor/plastic, +/area/ruin/space/has_grav/hellfactory) +"ag" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/manifold{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/manifold/layer2{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/manifold/layer4{ + dir = 1 + }, +/turf/open/floor/plastic, +/area/ruin/space/has_grav/hellfactory) +"ah" = ( +/turf/closed/indestructible/reinforced, +/area/ruin/space/has_grav/hellfactoryoffice) +"ai" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/junction/layer2{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/junction/layer4{ + dir = 8 + }, +/turf/closed/indestructible/reinforced, +/area/ruin/space/has_grav/hellfactoryoffice) +"aj" = ( +/obj/machinery/atmospherics/pipe/layer_manifold/visible{ + dir = 4 + }, +/obj/structure/fluff/hedge/opaque, +/turf/open/floor/plasteel/grimy, +/area/ruin/space/has_grav/hellfactoryoffice) +"ak" = ( +/obj/machinery/atmospherics/components/unary/tank/oxygen{ + dir = 8; + gas_type = "water_vapor"; + initialize_directions = 8 + }, +/turf/open/floor/plasteel/grimy, +/area/ruin/space/has_grav/hellfactoryoffice) +"al" = ( +/obj/structure/table/reinforced, +/obj/item/storage/cans/sixbeer, +/turf/open/floor/plasteel/grimy, +/area/ruin/space/has_grav/hellfactoryoffice) +"am" = ( +/obj/machinery/paystand, +/turf/open/floor/plasteel/grimy, +/area/ruin/space/has_grav/hellfactoryoffice) +"an" = ( +/obj/effect/decal/remains/human, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plasteel/grimy, +/area/ruin/space/has_grav/hellfactoryoffice) +"ao" = ( +/turf/open/floor/plasteel/grimy, +/area/ruin/space/has_grav/hellfactoryoffice) +"ap" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/security/wooden_tv, +/turf/open/floor/plasteel/grimy, +/area/ruin/space/has_grav/hellfactoryoffice) +"ar" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/metal/five, +/obj/item/grenade/firecracker, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/hellfactory) +"as" = ( +/obj/structure/holobox, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/hellfactory) +"at" = ( +/obj/structure/closet/crate{ + icon_state = "crateopen" + }, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker/large, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"au" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer4{ + dir = 6 + }, +/turf/open/floor/plastic, +/area/ruin/space/has_grav/hellfactory) +"av" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ + dir = 4 + }, +/obj/structure/holobox, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer4{ + dir = 4 + }, +/turf/open/floor/plastic, +/area/ruin/space/has_grav/hellfactory) +"ax" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/manifold{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/manifold/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/manifold/layer4{ + dir = 4 + }, +/turf/open/floor/plastic, +/area/ruin/space/has_grav/hellfactory) +"ay" = ( +/obj/structure/fluff/hedge/opaque, +/turf/open/floor/plasteel/grimy, +/area/ruin/space/has_grav/hellfactoryoffice) +"az" = ( +/obj/item/trash/raisins, +/turf/open/floor/plasteel/grimy, +/area/ruin/space/has_grav/hellfactoryoffice) +"aA" = ( +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/hellfactory) +"aC" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer4, +/turf/open/floor/plastic, +/area/ruin/space/has_grav/hellfactory) +"aD" = ( +/obj/structure/holobox, +/turf/open/floor/plastic, +/area/ruin/space/has_grav/hellfactory) +"aE" = ( +/obj/machinery/photocopier, +/turf/open/floor/plasteel/grimy, +/area/ruin/space/has_grav/hellfactoryoffice) +"aF" = ( +/obj/item/trash/can, +/turf/open/floor/plasteel/grimy, +/area/ruin/space/has_grav/hellfactoryoffice) +"aG" = ( +/obj/structure/table/reinforced, +/obj/item/storage/cans/sixsoda, +/turf/open/floor/plasteel/grimy, +/area/ruin/space/has_grav/hellfactoryoffice) +"aH" = ( +/obj/structure/table/reinforced, +/obj/item/trash/popcorn, +/turf/open/floor/plasteel/grimy, +/area/ruin/space/has_grav/hellfactoryoffice) +"aK" = ( +/obj/structure/table/reinforced, +/obj/item/rsf, +/turf/open/floor/plasteel/grimy, +/area/ruin/space/has_grav/hellfactoryoffice) +"aL" = ( +/turf/closed/wall/rust, +/area/ruin/space/has_grav/hellfactory) +"aM" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer4{ + dir = 5 + }, +/turf/open/floor/plastic, +/area/ruin/space/has_grav/hellfactory) +"aN" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer4{ + dir = 4 + }, +/turf/open/floor/plastic, +/area/ruin/space/has_grav/hellfactory) +"aO" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer4{ + dir = 9 + }, +/turf/open/floor/plastic, +/area/ruin/space/has_grav/hellfactory) +"aP" = ( +/obj/structure/filingcabinet, +/turf/open/floor/plasteel/grimy, +/area/ruin/space/has_grav/hellfactoryoffice) +"aQ" = ( +/obj/item/trash/can, +/obj/item/trash/can, +/obj/structure/closet/crate/bin, +/obj/item/trash/chips, +/turf/open/floor/plasteel/grimy, +/area/ruin/space/has_grav/hellfactoryoffice) +"aR" = ( +/obj/item/ammo_casing/spent, +/obj/item/ammo_casing/spent{ + pixel_x = 3; + pixel_y = 5 + }, +/obj/item/ammo_casing/spent{ + pixel_x = 4; + pixel_y = -10 + }, +/turf/open/floor/plasteel/grimy, +/area/ruin/space/has_grav/hellfactoryoffice) +"aS" = ( +/obj/structure/closet/crate, +/obj/item/stack/packageWrap, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"aT" = ( +/obj/item/mine/pressure/gas/live, +/obj/machinery/door/window, +/turf/open/floor/plastic, +/area/ruin/space/has_grav/hellfactory) +"aU" = ( +/turf/open/floor/plastic, +/area/ruin/space/has_grav/hellfactory) +"aV" = ( +/obj/item/mine/pressure/gas/live, +/turf/open/floor/plastic, +/area/ruin/space/has_grav/hellfactory) +"aW" = ( +/turf/closed/wall/r_wall/rust, +/area/ruin/space/has_grav/hellfactory) +"ba" = ( +/obj/structure/plasticflaps, +/obj/machinery/conveyor/auto, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"bb" = ( +/obj/structure/window/reinforced/fulltile, +/obj/structure/grille, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"bc" = ( +/obj/structure/plasticflaps, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"bd" = ( +/obj/structure/sign/warning/coldtemp{ + name = "\improper BLAST FREEZER" + }, +/turf/closed/wall/r_wall, +/area/ruin/space/has_grav/hellfactory) +"be" = ( +/obj/structure/table, +/obj/item/paper_bin/carbon, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/hellfactory) +"bg" = ( +/obj/machinery/modular_computer/console/preset/civilian, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/hellfactory) +"bh" = ( +/obj/item/pressure_plate/hologrid{ + reward = /obj/item/keycard/office + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"bj" = ( +/obj/structure/grille, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"bl" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/conveyor/auto, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"bm" = ( +/obj/structure/table, +/obj/item/stamp/denied, +/obj/item/stamp{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/hellfactory) +"bn" = ( +/obj/structure/closet/crate/trashcart, +/obj/item/soap/nanotrasen, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/hellfactory) +"bo" = ( +/obj/structure/grille/broken, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"bp" = ( +/obj/structure/chair/plastic, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/hellfactory) +"bs" = ( +/obj/machinery/conveyor/auto, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"bt" = ( +/obj/structure/holobox, +/obj/machinery/conveyor/auto{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"bu" = ( +/obj/structure/fermenting_barrel, +/obj/machinery/conveyor/auto{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"bv" = ( +/obj/machinery/conveyor/auto{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"bw" = ( +/obj/structure/table, +/obj/structure/window{ + dir = 8 + }, +/obj/item/pen/fourcolor, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/hellfactory) +"bx" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/obj/structure/window{ + dir = 8 + }, +/obj/structure/window, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/hellfactory) +"by" = ( +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"bz" = ( +/obj/structure/closet/crate, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker/large, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/hellfactory) +"bA" = ( +/obj/structure/closet/crate, +/obj/item/stack/packageWrap, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/hellfactory) +"bB" = ( +/obj/structure/fermenting_barrel, +/obj/machinery/conveyor/auto, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"bC" = ( +/obj/structure/ore_box, +/obj/machinery/conveyor/auto{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"bD" = ( +/obj/effect/turf_decal/arrows, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"bG" = ( +/obj/structure/closet/crate, +/obj/machinery/conveyor/auto, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/reagent_containers/food/drinks/flask, +/obj/item/stack/sheet/glass, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"bI" = ( +/obj/structure/fermenting_barrel, +/obj/machinery/conveyor/auto{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"bL" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/hellfactory) +"bN" = ( +/obj/structure/ore_box, +/obj/machinery/conveyor/auto, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"bO" = ( +/obj/structure/closet/crate, +/obj/machinery/conveyor/auto{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/stack/sheet/mineral/wood/fifty, +/obj/item/plunger, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"bP" = ( +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"bQ" = ( +/obj/structure/mirror, +/turf/closed/wall/rust, +/area/ruin/space/has_grav/hellfactory) +"bR" = ( +/obj/item/pressure_plate/hologrid{ + reward = /obj/item/keycard/stockroom + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"bS" = ( +/obj/item/pressure_plate/hologrid{ + reward = /obj/item/stack/arcadeticket/thirty + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"bT" = ( +/obj/machinery/conveyor/auto{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"bU" = ( +/obj/structure/closet/crate/large, +/obj/machinery/conveyor/auto{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"bV" = ( +/obj/structure/closet/crate, +/obj/machinery/conveyor/auto{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/item/reagent_containers/food/drinks/shaker, +/obj/item/stack/sheet/cardboard, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"bW" = ( +/obj/machinery/conveyor/auto{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"bX" = ( +/obj/structure/sign/warning/chemdiamond, +/turf/closed/wall, +/area/ruin/space/has_grav/hellfactory) +"ca" = ( +/obj/machinery/door/airlock{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/hellfactory) +"cc" = ( +/obj/structure/bed, +/obj/item/bedsheet/dorms, +/turf/open/floor/holofloor/wood, +/area/ruin/space/has_grav/hellfactory) +"cd" = ( +/obj/machinery/plumbing/synthesizer{ + desc = "Produces a single chemical at a given volume. This one appears to have been hotwired to generate universal enzyme."; + dir = 2; + dispensable_reagents = list(/datum/reagent/consumable/enzyme); + reagent_id = /datum/reagent/consumable/enzyme + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/hellfactory) +"ce" = ( +/obj/machinery/plumbing/synthesizer{ + desc = "Produces a single chemical at a given volume. This one appears to have been hotwired to generate honey."; + dir = 2; + dispensable_reagents = list(/datum/reagent/consumable/honey); + reagent_id = /datum/reagent/consumable/honey + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/hellfactory) +"cf" = ( +/obj/machinery/plumbing/synthesizer{ + desc = "Produces a single chemical at a given volume. This one seems to have been hotwired to produce... blood?"; + dir = 2; + dispensable_reagents = list(/datum/reagent/blood); + reagent_id = /datum/reagent/blood + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/hellfactory) +"cg" = ( +/obj/structure/closet/crate, +/obj/item/stack/ore/glass, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/hellfactory) +"cj" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/cotton/cloth/five, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/hellfactory) +"ck" = ( +/obj/machinery/plumbing/tank, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/hellfactory) +"cn" = ( +/obj/machinery/plumbing/output{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/hellfactory) +"cr" = ( +/obj/structure/closet/crate/trashcart, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"cA" = ( +/obj/item/trash/raisins, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"cB" = ( +/obj/item/stack/tile/plasteel, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"cE" = ( +/obj/structure/sign/warning/docking, +/turf/closed/wall/rust, +/area/ruin/space/has_grav/hellfactory) +"cF" = ( +/obj/effect/turf_decal/industrial/hatch, +/obj/machinery/door/poddoor, +/turf/open/floor/plating{ + broken = 1; + icon_state = "platingdmg1" + }, +/area/ruin/space/has_grav/hellfactory) +"cG" = ( +/obj/effect/turf_decal/industrial/hatch, +/obj/effect/turf_decal/industrial/hatch/red, +/obj/item/stack/tile/plasteel, +/obj/machinery/door/poddoor, +/turf/open/floor/plating{ + broken = 1; + icon_state = "platingdmg1" + }, +/area/ruin/space/has_grav/hellfactory) +"cH" = ( +/obj/effect/turf_decal/industrial/hatch, +/obj/structure/grille/broken, +/obj/machinery/door/poddoor, +/turf/open/floor/plating{ + broken = 1; + icon_state = "platingdmg1" + }, +/area/ruin/space/has_grav/hellfactory) +"cI" = ( +/obj/effect/turf_decal/industrial/hatch, +/obj/effect/turf_decal/industrial/hatch/red, +/obj/machinery/door/poddoor, +/turf/open/floor/plating{ + broken = 1; + icon_state = "platingdmg1" + }, +/area/ruin/space/has_grav/hellfactory) +"cJ" = ( +/obj/effect/turf_decal/industrial/hatch, +/obj/item/stack/tile/plasteel, +/obj/machinery/door/poddoor, +/turf/open/floor/plating{ + broken = 1; + icon_state = "platingdmg1" + }, +/area/ruin/space/has_grav/hellfactory) +"cK" = ( +/obj/machinery/power/port_gen/pacman, +/obj/structure/cable, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"cL" = ( +/obj/item/bedsheet/brown, +/obj/structure/bed, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"cM" = ( +/obj/item/storage/toolbox/emergency/old, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"cO" = ( +/obj/structure/holobox, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"cU" = ( +/obj/machinery/door/keycard/office, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/hellfactoryoffice) +"cV" = ( +/obj/structure/table, +/obj/item/stack/ducts/fifty, +/obj/structure/window, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/hellfactory) +"cY" = ( +/obj/machinery/light/directional/north, +/obj/item/chair/plastic{ + pixel_y = 4 + }, +/obj/item/chair/plastic{ + pixel_y = 8 + }, +/obj/item/chair/plastic{ + pixel_y = 12 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/hellfactory) +"dg" = ( +/obj/machinery/light/small/directional/south, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"fI" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/hellfactory) +"gV" = ( +/obj/machinery/door/keycard/entry, +/obj/machinery/door/airlock/public, +/obj/structure/fans/tiny, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"hd" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/turf/closed/wall/r_wall/rust, +/area/ruin/space/has_grav/hellfactory) +"hv" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plastic, +/area/ruin/space/has_grav/hellfactory) +"kf" = ( +/obj/machinery/power/apc/highcap/ten_k{ + dir = 1; + pixel_y = 25 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"ko" = ( +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/hellfactory) +"lq" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/hellfactory) +"lC" = ( +/obj/machinery/light/broken/directional/south, +/obj/structure/marker_beacon{ + icon_state = "markerburgundy-on" + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/hellfactory) +"lL" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/floor, +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/hellfactory) +"ng" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/closed/wall/r_wall/rust, +/area/ruin/space/has_grav/hellfactory) +"nn" = ( +/obj/structure/grille/broken, +/obj/item/pressure_plate/hologrid{ + reward = /obj/item/spacecash/bundle/c500 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"nF" = ( +/obj/effect/turf_decal/industrial/warning, +/obj/effect/turf_decal/box, +/obj/effect/turf_decal/industrial/stand_clear/white{ + dir = 1 + }, +/turf/open/floor/plating{ + broken = 1; + icon_state = "platingdmg1" + }, +/area/ruin/space/has_grav/hellfactory) +"nT" = ( +/obj/structure/rack, +/obj/item/stack/wrapping_paper, +/obj/item/stack/packageWrap, +/obj/effect/spawner/lootdrop/donkpockets, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/hellfactory) +"pb" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/closed/wall/r_wall, +/area/ruin/space/has_grav/hellfactory) +"qB" = ( +/obj/item/pressure_plate/hologrid{ + reward = /obj/item/skub + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"rC" = ( +/obj/structure/sign/poster/random, +/turf/closed/wall/rust, +/area/ruin/space/has_grav/hellfactory) +"sy" = ( +/obj/structure/table/reinforced, +/obj/item/gun/ballistic/automatic/pistol/commander, +/turf/open/floor/plasteel/grimy, +/area/ruin/space/has_grav/hellfactoryoffice) +"tt" = ( +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/hellfactory) +"tE" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/closed/wall/r_wall, +/area/ruin/space/has_grav/hellfactory) +"xd" = ( +/obj/effect/turf_decal/box, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"xy" = ( +/obj/machinery/light/directional/west, +/obj/machinery/plumbing/tank, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/hellfactory) +"xJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/closed/indestructible/reinforced, +/area/ruin/space/has_grav/hellfactoryoffice) +"xK" = ( +/obj/structure/bed, +/obj/item/bedsheet/dorms, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/holofloor/wood, +/area/ruin/space/has_grav/hellfactory) +"yk" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/west{ + brightness = 3 + }, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/hellfactory) +"yM" = ( +/obj/structure/closet/crate/trashcart, +/obj/item/stack/sheet/mineral/plasma, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"yY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/closed/wall/r_wall/rust, +/area/ruin/space/has_grav/hellfactory) +"zj" = ( +/obj/item/pressure_plate/hologrid{ + name = "bossman's hologrid"; + reward = /obj/item/spacecash/bundle/c10000 + }, +/turf/open/floor/plasteel/grimy, +/area/ruin/space/has_grav/hellfactoryoffice) +"zK" = ( +/obj/structure/catwalk, +/obj/structure/marker_beacon{ + icon_state = "markerburgundy-on" + }, +/turf/open/space, +/area/ruin/space/has_grav/hellfactory) +"zW" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/decal/remains/human, +/obj/structure/curtain, +/turf/open/floor/holofloor/wood, +/area/ruin/space/has_grav/hellfactory) +"AL" = ( +/obj/structure/fluff/broken_flooring, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"AY" = ( +/obj/machinery/power/apc/highcap/ten_k{ + dir = 1; + pixel_y = 25 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel/grimy, +/area/ruin/space/has_grav/hellfactoryoffice) +"Ct" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"CH" = ( +/obj/effect/turf_decal/industrial/warning/corner, +/turf/open/floor/plating{ + broken = 1; + icon_state = "platingdmg1" + }, +/area/ruin/space/has_grav/hellfactory) +"Dk" = ( +/obj/structure/fermenting_barrel, +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/hellfactory) +"Do" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall/r_wall/rust, +/area/ruin/space/has_grav/hellfactory) +"Fn" = ( +/obj/machinery/light/directional/north, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"Fs" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/obj/machinery/microwave, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/hellfactory) +"GH" = ( +/obj/structure/tank_dispenser/oxygen, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/hellfactory) +"GK" = ( +/obj/structure/catwalk, +/obj/item/keycard/entry, +/turf/open/space, +/area/ruin/space/has_grav/hellfactory) +"Ia" = ( +/obj/effect/turf_decal/industrial/warning, +/obj/effect/turf_decal/box, +/obj/effect/turf_decal/industrial/stand_clear/white{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"IP" = ( +/obj/machinery/light/directional/east, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"Jv" = ( +/obj/structure/table/reinforced, +/obj/item/trash/candle, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/grimy, +/area/ruin/space/has_grav/hellfactoryoffice) +"KI" = ( +/obj/machinery/light/directional/south, +/obj/structure/rack, +/obj/item/book/manual/random, +/obj/item/poster/random_contraband, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/hellfactory) +"Ld" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/hellfactory) +"Mi" = ( +/obj/item/ammo_casing/spent{ + pixel_x = -10; + pixel_y = -4 + }, +/obj/item/ammo_casing/spent, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/grimy, +/area/ruin/space/has_grav/hellfactoryoffice) +"Mv" = ( +/obj/structure/sign/poster/random, +/turf/closed/wall, +/area/ruin/space/has_grav/hellfactory) +"Mx" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/closed/wall/r_wall/rust, +/area/ruin/space/has_grav/hellfactory) +"MR" = ( +/obj/item/pressure_plate/hologrid, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"Nv" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer2, +/obj/machinery/light/directional/east, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer4, +/turf/open/floor/plastic, +/area/ruin/space/has_grav/hellfactory) +"Nx" = ( +/obj/item/stack/tile/plasteel, +/obj/effect/turf_decal/industrial/warning, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"NY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/closed/wall/r_wall, +/area/ruin/space/has_grav/hellfactory) +"Ob" = ( +/obj/effect/turf_decal/industrial/hatch/yellow, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"Om" = ( +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"OF" = ( +/obj/structure/catwalk, +/turf/open/space, +/area/ruin/space/has_grav/hellfactory) +"Pg" = ( +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"PA" = ( +/obj/effect/turf_decal/corner/opaque/black{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/hellfactory) +"QK" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/box/corners, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"QR" = ( +/obj/machinery/light/floor, +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/hellfactory) +"QV" = ( +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"Sz" = ( +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"UK" = ( +/obj/effect/decal/cleanable/oil/streak, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/hellfactory) +"VZ" = ( +/obj/machinery/door/keycard/stockroom, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/hellfactory) +"Wh" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) +"WZ" = ( +/obj/structure/sign/warning/vacuum, +/turf/closed/wall, +/area/ruin/space/has_grav/hellfactory) +"Xt" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/curtain, +/turf/open/floor/holofloor/wood, +/area/ruin/space/has_grav/hellfactory) +"XS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/grimy, +/area/ruin/space/has_grav/hellfactoryoffice) +"XX" = ( +/obj/machinery/light/built/directional/south, +/obj/structure/marker_beacon{ + icon_state = "markerburgundy-on" + }, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/hellfactory) +"YR" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/turf/closed/wall, +/area/ruin/space/has_grav/hellfactory) +"Za" = ( +/obj/machinery/light/small/directional/south, +/turf/open/floor/plasteel/grimy, +/area/ruin/space/has_grav/hellfactoryoffice) +"ZX" = ( +/obj/machinery/light/small/directional/west{ + brightness = 3 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/hellfactory) + +(1,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(2,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(3,1,1) = {" +aa +aa +aW +ac +aW +aW +ac +ac +aW +ac +ac +ac +aW +ac +ac +ac +ac +aW +aW +ac +aW +aW +aW +aa +aa +"} +(4,1,1) = {" +aa +aa +aW +ad +au +aC +aM +aT +ba +bl +bl +bs +bB +bG +bN +bT +cd +xy +ck +ck +Dk +fI +aW +aa +aa +"} +(5,1,1) = {" +aa +aa +ac +ae +av +ab +aN +hv +bb +aA +bL +bt +bb +bb +bb +bU +ce +aA +bL +aA +cn +Dk +aW +aa +aa +"} +(6,1,1) = {" +aa +aa +aW +af +aN +aD +aN +aU +bb +bL +aA +bu +bb +bb +bb +bV +cf +aA +aA +UK +bL +Dk +aW +aa +aa +"} +(7,1,1) = {" +aa +aa +aW +ag +ax +Nv +aO +aV +bc +bL +bL +bv +bC +bI +bO +bW +aA +aA +bL +aA +aA +Dk +aW +OF +aa +"} +(8,1,1) = {" +aa +aa +ah +ai +ah +ah +ah +ah +bd +aA +aA +aA +bD +Ob +bP +bX +aA +aA +bL +aA +XX +cE +aW +zK +OF +"} +(9,1,1) = {" +aa +aa +ah +aj +az +aF +aQ +ah +be +bm +bw +bx +Pg +by +by +ZX +by +by +by +QV +CH +cF +aa +aa +aa +"} +(10,1,1) = {" +aa +aa +ah +ak +ao +ao +aF +ah +cY +aA +bp +cV +by +Wh +QR +tt +Ld +lL +by +by +Ia +cG +aa +aa +aa +"} +(11,1,1) = {" +aa +aa +ah +al +ao +aG +Za +ah +bg +aA +bL +aA +Wh +Wh +tt +by +by +tt +Wh +by +Nx +cH +aa +aa +aa +"} +(12,1,1) = {" +aa +aa +ah +am +ao +aH +ao +ah +ac +ac +hd +by +by +by +QR +tt +tt +lL +by +Wh +nF +cI +aa +aa +aa +"} +(13,1,1) = {" +aa +aa +ah +an +ao +sy +aR +cU +bh +qB +MR +by +Om +by +by +xd +by +xd +IP +QK +AL +cJ +aa +aa +aa +"} +(14,1,1) = {" +aa +aa +ah +AY +XS +Jv +Mi +xJ +NY +yY +pb +by +by +KI +aL +ca +aL +ca +aL +by +lC +cE +ac +zK +OF +"} +(15,1,1) = {" +aa +aa +ah +ap +ao +aK +Za +ah +aA +bn +Do +by +Wh +Fs +bQ +Xt +bQ +zW +aL +kf +Ct +cK +aW +GK +aa +"} +(16,1,1) = {" +aa +aa +ah +zj +ao +ao +ao +ah +PA +bL +VZ +by +by +nT +aL +cc +aL +xK +Mx +tE +aW +ac +aW +aa +aa +"} +(17,1,1) = {" +aa +aa +ah +ay +aE +aP +aP +ah +Fn +PA +ng +NY +NY +yY +NY +yY +NY +yY +tE +yM +cA +by +ab +aa +aa +"} +(18,1,1) = {" +aa +aa +ah +ah +ah +ah +ah +ah +bj +bo +aL +bz +Mv +PA +bR +dg +ab +as +aL +cr +cB +cL +WZ +aa +aa +"} +(19,1,1) = {" +aa +aa +ac +ar +aA +PA +aS +aL +GH +PA +ab +bA +aA +PA +ab +lq +cg +cj +by +Sz +by +cM +gV +aa +aa +"} +(20,1,1) = {" +aa +aa +aW +ab +bL +PA +PA +YR +aA +PA +ab +ab +ab +nn +ab +ab +rC +ab +Mv +Wh +Wh +by +ab +aa +aa +"} +(21,1,1) = {" +aa +aa +ac +as +aA +Mv +PA +aA +bL +PA +PA +PA +yk +PA +ab +PA +bL +aA +by +Wh +by +by +ab +aa +aa +"} +(22,1,1) = {" +aa +aa +ac +at +lq +aL +lq +ko +PA +PA +aL +by +ab +aA +bS +PA +ab +as +aL +by +IP +cO +ab +aa +aa +"} +(23,1,1) = {" +aa +aa +aW +aW +aW +aW +aW +ac +aW +ac +ac +aW +aW +ac +ac +ac +ac +aW +aW +ab +ab +ab +ab +aa +aa +"} +(24,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(25,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} diff --git a/_maps/RandomRuins/SpaceRuins/ntfacility.dmm b/_maps/RandomRuins/SpaceRuins/ntfacility.dmm new file mode 100644 index 000000000000..bacfb7fe76ac --- /dev/null +++ b/_maps/RandomRuins/SpaceRuins/ntfacility.dmm @@ -0,0 +1,3845 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aT" = ( +/obj/machinery/button/door{ + id = "a"; + name = "door lock"; + pixel_x = -25; + pixel_y = -7 + }, +/obj/machinery/button/door{ + id = "medical_lock_cmo"; + name = "door lock"; + pixel_x = -25; + pixel_y = 9 + }, +/obj/machinery/button/door{ + id = "medical_lock_medlock"; + name = "door lock"; + pixel_x = -25; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"bb" = ( +/obj/machinery/computer/security{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"bd" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/plating, +/area/ruin/powered) +"bx" = ( +/obj/machinery/computer/operating, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"bL" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"bO" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"bZ" = ( +/obj/machinery/door/airlock/vault, +/obj/effect/mapping_helpers/airlock/locked, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"cc" = ( +/obj/machinery/door/airlock/research{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/poddoor/shutters{ + id = "rd4"; + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"cd" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/turf/open/floor/plating, +/area/ruin/powered) +"cl" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + id = "rd1"; + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/powered) +"cy" = ( +/obj/item/crowbar/power, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/blue, +/area/ruin/powered) +"cI" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"dg" = ( +/obj/machinery/cryopod{ + dir = 4 + }, +/obj/effect/mob_spawn/human/corpse/assistant{ + outfit = /datum/outfit/job/cmo + }, +/mob/living/simple_animal/hostile/human/zombie, +/turf/open/floor/mineral/titanium/blue, +/area/ruin/powered) +"dh" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/bottle/romerol{ + desc = "A serum that restart a patients heart without the use of a defibilator. Although it deals tissue damage when its in a alive patient, it heals organ damage. The more badly damaged a a patient is, the more resucator is needed."; + name = "resuscator bottle" + }, +/obj/item/reagent_containers/syringe, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"dj" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + id = "celock"; + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"dm" = ( +/mob/living/simple_animal/hostile/human/zombie, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"dv" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/royalblue, +/area/ruin/powered) +"dS" = ( +/obj/machinery/door/airlock/command/glass{ + id_tag = list(103); + name = "Chief Engineer's Office"; + dir = 4 + }, +/obj/machinery/door/poddoor/shutters{ + id = "celock"; + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"dV" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"ek" = ( +/turf/closed/wall, +/area/ruin/powered) +"eo" = ( +/obj/effect/decal/cleanable/blood/splatter, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"eD" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/turf/open/floor/plating, +/area/ruin/powered) +"eJ" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"eP" = ( +/obj/effect/gibspawner/human, +/obj/item/bodypart/head, +/obj/item/clothing/head/beret/chem, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"eQ" = ( +/obj/structure/table/wood/reinforced, +/obj/item/storage/fancy/cigarettes/cigars/havana, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/royalblue, +/area/ruin/powered) +"eX" = ( +/obj/effect/turf_decal/industrial/warning/cee, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/poddoor{ + id = "medical_lock_medlock"; + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/powered) +"fd" = ( +/obj/item/shard{ + icon_state = "small" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"fe" = ( +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 4 + }, +/obj/effect/mob_spawn/human/corpse/damaged{ + disease = /datum/disease/brainrot; + outfit = /datum/outfit/job/assistant + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white, +/area/ruin/powered) +"fj" = ( +/obj/machinery/suit_storage_unit/rd, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"fq" = ( +/obj/machinery/door/airlock/medical/glass{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters{ + id = "medical_lock_lobby"; + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/powered) +"fQ" = ( +/obj/effect/turf_decal/number/two{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"fW" = ( +/obj/machinery/power/emitter/welded{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/powered) +"gb" = ( +/mob/living/simple_animal/hostile/human/zombie, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"gg" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + id = "rd1" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/powered) +"gi" = ( +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 1 + }, +/obj/machinery/harvester, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white, +/area/ruin/powered) +"gk" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"gE" = ( +/obj/structure/table, +/obj/item/folder, +/obj/item/reagent_containers/glass/beaker, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"gJ" = ( +/obj/machinery/modular_computer/console/preset/engineering{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"gL" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rd3"; + dir = 8 + }, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plating, +/area/ruin/powered) +"gP" = ( +/obj/item/shard, +/obj/item/shard{ + icon_state = "small" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rd3"; + dir = 8 + }, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plating, +/area/ruin/powered) +"gY" = ( +/obj/effect/turf_decal/corner/opaque/blue, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white, +/area/ruin/powered) +"hi" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + id = "celock"; + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"hk" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"hC" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/door/poddoor/preopen, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/button/door{ + id = "a"; + name = "door lock"; + pixel_x = -8; + pixel_y = -23 + }, +/obj/machinery/button/door{ + id = "b"; + name = "door lock"; + pixel_x = 1; + pixel_y = -23 + }, +/obj/machinery/button/door{ + id = "c"; + name = "door lock"; + pixel_x = 10; + pixel_y = -23 + }, +/turf/open/floor/vault, +/area/ruin/powered) +"hI" = ( +/mob/living/simple_animal/hostile/human/zombie, +/mob/living/simple_animal/hostile/human/zombie, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/powered) +"ii" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/blue, +/area/ruin/powered) +"it" = ( +/obj/machinery/door/poddoor/preopen{ + dir = 4 + }, +/obj/effect/spawner/lootdrop/maintenance/five, +/obj/structure/closet/crate, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/vault, +/area/ruin/powered) +"iu" = ( +/obj/structure/table/glass, +/obj/item/toy/figure/cmo, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"ix" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/poddoor/shutters{ + id = "rd4"; + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"iA" = ( +/obj/machinery/atmospherics/components/unary/portables_connector, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine, +/area/ruin/powered) +"iH" = ( +/turf/open/floor/plasteel/airless, +/area/ruin/powered) +"iN" = ( +/obj/machinery/door/window, +/turf/open/floor/carpet/blue, +/area/ruin/powered) +"iR" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/poddoor/preopen{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"jq" = ( +/obj/structure/table/wood/reinforced, +/obj/item/cigbutt/cigarbutt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/royalblue, +/area/ruin/powered) +"jx" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"jA" = ( +/obj/machinery/door/airlock/external/glass{ + dir = 4 + }, +/obj/structure/fans/tiny, +/turf/open/floor/plating, +/area/ruin/powered) +"jI" = ( +/obj/machinery/button/door{ + id = "medical_lock_lobby"; + name = "door lock"; + pixel_x = -8; + pixel_y = 25 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white, +/area/ruin/powered) +"jP" = ( +/mob/living/simple_animal/hostile/human/zombie, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"jW" = ( +/obj/machinery/door/poddoor/preopen, +/obj/effect/gibspawner/human, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/powered) +"kl" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/machinery/atmospherics/components/unary/portables_connector{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine, +/area/ruin/powered) +"kq" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/blue, +/area/ruin/powered) +"ku" = ( +/obj/machinery/atmospherics/pipe/manifold/brown/visible, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine, +/area/ruin/powered) +"kB" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/bodypart/l_arm, +/obj/item/clothing/gloves/color/yellow, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/blue, +/area/ruin/powered) +"kT" = ( +/obj/machinery/door/poddoor/ert{ + id = "c"; + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"kX" = ( +/obj/effect/gibspawner/human, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"le" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + id = "medical_lock_lobby"; + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"lu" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"lL" = ( +/obj/machinery/door/airlock/engineering/glass/critical{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/plating, +/area/ruin/powered) +"lR" = ( +/obj/machinery/door/poddoor/preopen, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/powered) +"lZ" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = -12 + }, +/obj/effect/gibspawner/human, +/mob/living/simple_animal/hostile/human/zombie, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"mS" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"nc" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"ng" = ( +/obj/effect/gibspawner/human, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"nR" = ( +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 8 + }, +/obj/machinery/sleeper{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white, +/area/ruin/powered) +"nV" = ( +/obj/item/shard, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rd3" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plating, +/area/ruin/powered) +"os" = ( +/obj/item/mop, +/obj/structure/mopbucket, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/powered) +"oN" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/powered) +"oP" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/door/poddoor/preopen, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/vault, +/area/ruin/powered) +"oV" = ( +/obj/item/kirbyplants/random, +/obj/machinery/door/poddoor{ + id = "medical_lock_medlock" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white, +/area/ruin/powered) +"po" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/powered) +"pI" = ( +/obj/machinery/door/poddoor/preopen{ + dir = 4 + }, +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance/five, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/vault, +/area/ruin/powered) +"pM" = ( +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/ruin/powered) +"pO" = ( +/obj/machinery/power/supermatter_crystal/shard, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine, +/area/ruin/powered) +"pP" = ( +/obj/structure/chair/office, +/turf/open/floor/carpet/blue, +/area/ruin/powered) +"qd" = ( +/obj/machinery/door/poddoor{ + id = "medical_lock_medlock" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/white, +/area/ruin/powered) +"qm" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/door/poddoor/preopen{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/splatter, +/obj/structure/sign/poster/retro/nanotrasen_logo_70s{ + pixel_x = 32 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/vault, +/area/ruin/powered) +"qr" = ( +/obj/item/kirbyplants/random, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/corner/opaque/orange{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"qs" = ( +/obj/machinery/door/airlock/research{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/poddoor/shutters{ + id = "rd1"; + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"qU" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/poddoor/preopen{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"qW" = ( +/obj/structure/table/reinforced, +/obj/item/toy/figure/ce, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"rK" = ( +/turf/closed/wall/mineral/titanium, +/area/ruin/powered) +"rO" = ( +/obj/machinery/door/airlock/research{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/abandoned, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rd3"; + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"rS" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/on{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine, +/area/ruin/powered) +"rX" = ( +/obj/machinery/door/poddoor{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/ruin/powered) +"rY" = ( +/obj/effect/mob_spawn/human/corpse/assistant{ + outfit = /datum/outfit/job/doctor + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"sd" = ( +/obj/machinery/door/airlock/vault, +/obj/machinery/door/poddoor/shutters{ + id = "celock" + }, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"sn" = ( +/obj/machinery/door/poddoor/preopen{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/vault, +/area/ruin/powered) +"so" = ( +/obj/machinery/computer/card{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"sA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/blue, +/area/ruin/powered) +"sE" = ( +/obj/effect/spawner/structure/window/shuttle, +/turf/open/floor/plating, +/area/ruin/powered) +"tv" = ( +/obj/machinery/door/airlock/external/glass{ + dir = 4 + }, +/turf/open/floor/mineral/titanium/blue, +/area/ruin/powered) +"tF" = ( +/obj/machinery/door/poddoor/preopen{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/powered) +"tI" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/corner/opaque/orange{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"tQ" = ( +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 4 + }, +/obj/effect/gibspawner/human, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white, +/area/ruin/powered) +"tW" = ( +/obj/machinery/door/airlock/external/glass{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 8 + }, +/obj/structure/fans/tiny, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"tZ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/item/ammo_box/magazine/m10mm{ + start_empty = 1 + }, +/turf/open/floor/vault, +/area/ruin/powered) +"ue" = ( +/obj/machinery/suit_storage_unit/ce, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"uF" = ( +/obj/structure/table/optable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"uG" = ( +/obj/machinery/door/airlock/engineering/glass/critical{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine, +/area/ruin/powered) +"uL" = ( +/obj/item/shard{ + icon_state = "small" + }, +/obj/structure/table, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"uM" = ( +/obj/effect/turf_decal/number/four{ + dir = 4 + }, +/mob/living/simple_animal/hostile/human/zombie, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"vb" = ( +/obj/machinery/door/poddoor/ert{ + id = "b" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"vO" = ( +/obj/structure/table/optable, +/obj/effect/mob_spawn/human/corpse/assistant/brainrot_infection, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"vP" = ( +/obj/machinery/atmospherics/pipe/simple/brown/visible{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine, +/area/ruin/powered) +"vU" = ( +/obj/structure/table/wood/reinforced, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/royalblue, +/area/ruin/powered) +"vW" = ( +/obj/structure/bed, +/obj/item/bedsheet/captain, +/turf/open/floor/carpet/royalblue, +/area/ruin/powered) +"wa" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/turf/open/floor/plating/airless, +/area/ruin/powered) +"wb" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/royalblue, +/area/ruin/powered) +"wx" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine, +/area/ruin/powered) +"xf" = ( +/obj/machinery/door/poddoor/preopen{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/splatter, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/vault, +/area/ruin/powered) +"xx" = ( +/obj/machinery/door/poddoor/ert{ + id = "b"; + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"xO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white, +/area/ruin/powered) +"yC" = ( +/obj/machinery/door/poddoor/ert{ + id = "a" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"yE" = ( +/obj/structure/bed, +/obj/item/bedsheet/dorms, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"yG" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"yP" = ( +/obj/structure/closet/secure_closet{ + icon_state = "rd"; + name = "chief doctor's locker"; + req_access = list(103) + }, +/obj/item/storage/box/hypospray/CMO, +/obj/item/storage/photo_album/CMO, +/obj/item/melee/classic_baton, +/obj/item/storage/firstaid/ancient, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"yQ" = ( +/obj/machinery/door/poddoor/preopen, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/vault, +/area/ruin/powered) +"yR" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/royalblue, +/area/ruin/powered) +"yX" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/blue, +/area/ruin/powered) +"zk" = ( +/obj/effect/decal/cleanable/blood/splatter, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/blue, +/area/ruin/powered) +"zn" = ( +/obj/machinery/door/airlock/research{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/poddoor/shutters{ + id = "rd2"; + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"zx" = ( +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/vault, +/area/ruin/powered) +"zZ" = ( +/obj/machinery/door/airlock/medical{ + name = "OR" + }, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"Ae" = ( +/obj/machinery/button/door{ + id = "b"; + name = "door lock"; + pixel_x = -25; + pixel_y = 10 + }, +/obj/machinery/button/door{ + id = "captain_lock"; + name = "door lock"; + pixel_x = -25; + pixel_y = 1 + }, +/turf/open/floor/carpet/blue, +/area/ruin/powered) +"Aj" = ( +/obj/structure/marker_beacon, +/turf/open/floor/plating, +/area/ruin/powered) +"An" = ( +/turf/closed/indestructible/reinforced, +/area/ruin/powered) +"As" = ( +/obj/effect/spawner/structure/window/reinforced/shutters, +/turf/open/floor/plating, +/area/ruin/powered) +"AI" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/closed/wall/r_wall, +/area/ruin/powered) +"AQ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/poddoor/shutters{ + id = "rd1"; + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"AR" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg2"; + initial_gas_mix = "o2=22;n2=82;TEMP=503.15" + }, +/area/ruin/powered) +"AT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"Bk" = ( +/obj/structure/table/wood/reinforced, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/royalblue, +/area/ruin/powered) +"Bl" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = -12 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"Bm" = ( +/obj/structure/table/wood, +/obj/machinery/door/window, +/turf/open/floor/wood, +/area/ruin/powered) +"BD" = ( +/obj/effect/decal/cleanable/blood/splatter, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 6 + }, +/mob/living/simple_animal/hostile/human/zombie, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"BG" = ( +/mob/living/simple_animal/hostile/human/zombie, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"BO" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/poddoor/shutters{ + id = "rd4" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"BS" = ( +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/blue, +/obj/machinery/medical_kiosk, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white, +/area/ruin/powered) +"Ca" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine, +/area/ruin/powered) +"CJ" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/mineral/plastitanium, +/area/ruin/powered) +"CO" = ( +/obj/machinery/atmospherics/pipe/simple/brown/visible{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine, +/area/ruin/powered) +"Dn" = ( +/obj/structure/shuttle/engine/propulsion/burst{ + dir = 4 + }, +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/ruin/powered) +"Dp" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/powered) +"DF" = ( +/obj/structure/table/wood/reinforced, +/obj/item/toy/redbutton, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/royalblue, +/area/ruin/powered) +"DK" = ( +/obj/machinery/door/poddoor/ert{ + id = "a"; + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"DU" = ( +/obj/structure/window/plasma/reinforced/spawner{ + dir = 1 + }, +/obj/machinery/power/rad_collector/anchored, +/obj/machinery/atmospherics/pipe/simple/brown/visible, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine, +/area/ruin/powered) +"DW" = ( +/obj/machinery/door/airlock/vault, +/obj/machinery/door/poddoor{ + id = "medical_lock_medlock"; + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Ea" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rd3" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plating, +/area/ruin/powered) +"Ee" = ( +/obj/structure/table/optable, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"Ey" = ( +/obj/item/storage/backpack/duffelbag/syndie/c4, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/vault, +/area/ruin/powered) +"Ez" = ( +/turf/open/floor/plating/airless, +/area/ruin/powered) +"EH" = ( +/turf/closed/wall/r_wall, +/area/ruin/powered) +"EJ" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/blue, +/area/ruin/powered) +"EL" = ( +/obj/structure/window/reinforced, +/obj/structure/table/wood, +/obj/machinery/computer/card{ + dir = 8 + }, +/turf/open/floor/wood, +/area/ruin/powered) +"EN" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"Fk" = ( +/obj/structure/closet/secure_closet{ + icon_state = "ce"; + name = "chief engineer's locker"; + req_access = list(103) + }, +/obj/item/clothing/under/rank/engineering/chief_engineer, +/obj/item/weldingtool/hugetank, +/obj/item/clothing/mask/gas/welding, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/glasses/meson/engine, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"Fn" = ( +/obj/item/gun/ballistic/derringer, +/obj/item/ammo_casing{ + dir = 5; + pixel_x = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"Fq" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/mineral/plastitanium, +/area/ruin/powered) +"FE" = ( +/obj/machinery/computer/rdconsole/production{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"FI" = ( +/turf/template_noop, +/area/template_noop) +"FO" = ( +/obj/structure/table/glass, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"FQ" = ( +/obj/machinery/door/poddoor/preopen{ + dir = 8 + }, +/obj/machinery/light/small/directional/west{ + brightness = 3 + }, +/obj/structure/sign/poster/retro/nanotrasen_logo_70s{ + pixel_x = -32 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/vault, +/area/ruin/powered) +"Gb" = ( +/obj/item/kirbyplants/random, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Gf" = ( +/obj/machinery/door/poddoor/preopen{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/ruin/powered) +"Gx" = ( +/obj/structure/table/glass, +/obj/item/modular_computer/laptop/preset/civilian, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"GH" = ( +/obj/item/clothing/head/hardhat/white, +/turf/template_noop, +/area/template_noop) +"GO" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"GQ" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"GY" = ( +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white, +/area/ruin/powered) +"Hc" = ( +/obj/structure/bed, +/obj/item/bedsheet/dorms, +/obj/effect/mob_spawn/human/corpse/damaged{ + disease = null; + outfit = /datum/outfit/job/assistant + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"Hf" = ( +/obj/machinery/door/poddoor{ + id = "medical_lock_medlock"; + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning/cee{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/white, +/area/ruin/powered) +"Hx" = ( +/obj/machinery/door/poddoor/preopen, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"Hy" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/corner/opaque/orange{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"HA" = ( +/obj/machinery/atmospherics/pipe/manifold/brown/visible{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine, +/area/ruin/powered) +"Ib" = ( +/obj/machinery/door/poddoor/shutters{ + id = "medical_lock_lobby"; + dir = 8 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/ruin/powered) +"If" = ( +/obj/structure/grille, +/turf/open/floor/plating, +/area/ruin/powered) +"Iw" = ( +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white, +/area/ruin/powered) +"IA" = ( +/obj/structure/displaycase/captain{ + start_showpiece_type = /obj/item/gun/energy/laser/hitscanpistol + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/vault, +/area/ruin/powered) +"IH" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/poddoor{ + id = "medical_lock_medlock"; + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/ruin/powered) +"IM" = ( +/obj/structure/chair/office, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/royalblue, +/area/ruin/powered) +"IS" = ( +/obj/machinery/door/firedoor/window{ + density = 1; + icon_state = "door_closed"; + opacity = 1 + }, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"IV" = ( +/obj/item/shard, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Jh" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"Jm" = ( +/obj/machinery/door/poddoor/preopen, +/obj/structure/sign/poster/retro/nanotrasen_logo_80s{ + pixel_x = -32 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/powered) +"Ju" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine, +/area/ruin/powered) +"JH" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"JI" = ( +/turf/open/floor/carpet/blue, +/area/ruin/powered) +"JJ" = ( +/obj/structure/tank_dispenser, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/corner/opaque/orange{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"JM" = ( +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 8 + }, +/obj/structure/table/glass, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white, +/area/ruin/powered) +"JP" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/blue, +/area/ruin/powered) +"Kd" = ( +/turf/open/floor/plating, +/area/ruin/powered) +"Kk" = ( +/obj/item/reagent_containers/glass/mortar, +/obj/item/pestle, +/obj/effect/gibspawner/human, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"Ko" = ( +/obj/item/ammo_casing{ + dir = 9; + pixel_y = 11 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"Kp" = ( +/obj/machinery/power/smes, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Kw" = ( +/obj/effect/mob_spawn/human/corpse/damaged{ + disease = /datum/disease/brainrot; + outfit = /datum/outfit/job/assistant + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"KF" = ( +/obj/machinery/atmospherics/pipe/simple/brown/visible{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine, +/area/ruin/powered) +"KG" = ( +/obj/machinery/door/airlock/command/glass{ + id_tag = list(103); + name = "Chief Doctor's Office" + }, +/obj/machinery/door/poddoor/shutters{ + id = "medical_lock_cmo" + }, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"KJ" = ( +/obj/item/gun/ballistic/revolver/detective/no_mag, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/royalblue, +/area/ruin/powered) +"KK" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/frame/computer{ + dir = 1 + }, +/turf/open/floor/wood, +/area/ruin/powered) +"KQ" = ( +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white, +/area/ruin/powered) +"Lt" = ( +/obj/machinery/button/door{ + id = "celock"; + name = "door lock"; + pixel_x = 6; + pixel_y = 25 + }, +/obj/machinery/button/door{ + id = "c"; + name = "door lock"; + pixel_x = -6; + pixel_y = 25 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"LA" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"LD" = ( +/mob/living/simple_animal/hostile/human/zombie, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/royalblue, +/area/ruin/powered) +"LI" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"LO" = ( +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white, +/area/ruin/powered) +"Mb" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/door/poddoor/shutters{ + id = "rd2"; + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"Mk" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + id = "celock"; + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"Ml" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = 13 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"Mx" = ( +/obj/machinery/door/poddoor/preopen{ + dir = 4 + }, +/obj/machinery/light/small/directional/west{ + brightness = 3 + }, +/obj/structure/sign/poster/retro/nanotrasen_logo_70s{ + pixel_x = -32 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/vault, +/area/ruin/powered) +"ML" = ( +/obj/machinery/door/poddoor/preopen, +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance/five, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/vault, +/area/ruin/powered) +"Nq" = ( +/obj/structure/closet/secure_closet/chemical, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"NH" = ( +/obj/structure/window/plasma/reinforced/spawner, +/obj/machinery/power/rad_collector/anchored, +/obj/machinery/atmospherics/pipe/simple/brown/visible, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine, +/area/ruin/powered) +"NM" = ( +/obj/machinery/door/poddoor{ + dir = 8 + }, +/turf/open/floor/plasteel/airless, +/area/ruin/powered) +"NU" = ( +/obj/structure/table/wood/reinforced, +/obj/item/flashlight/lamp/green, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/royalblue, +/area/ruin/powered) +"OE" = ( +/obj/effect/turf_decal/corner/opaque/blue, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 1 + }, +/obj/effect/gibspawner/human, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white, +/area/ruin/powered) +"OJ" = ( +/obj/machinery/computer/crew{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"OV" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin/carbon, +/obj/item/pen, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"OX" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"Pe" = ( +/obj/effect/decal/cleanable/blood/splatter, +/obj/item/clothing/head/hopcap{ + desc = "It's good to be the king."; + icon = 'icons/obj/clothing/hats.dmi'; + mob_overlay_icon = 'icons/mob/clothing/head.dmi'; + name = "captains's cap"; + pixel_x = 5; + pixel_y = -4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/blue, +/area/ruin/powered) +"Pn" = ( +/obj/effect/mob_spawn/human/corpse/syndicatesoldier, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/vault, +/area/ruin/powered) +"PC" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/powered) +"PJ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/vault, +/area/ruin/powered) +"Qz" = ( +/obj/structure/window/reinforced, +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/ruin/powered) +"QI" = ( +/obj/item/kirbyplants/random, +/obj/machinery/door/poddoor{ + id = "medical_lock_medlock" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/white, +/area/ruin/powered) +"QM" = ( +/obj/structure/table/glass, +/obj/item/paper_bin/carbon, +/obj/item/pen, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"QP" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"QQ" = ( +/obj/structure/closet/secure_closet{ + icon_state = "cap"; + name = "captain's locker"; + req_access = list(103) + }, +/obj/item/ammo_box/c38, +/obj/item/melee/sabre, +/obj/item/clothing/suit/hooded/wintercoat/captain, +/obj/item/clothing/head/beret/captain, +/obj/item/card/id/captains_spare, +/turf/open/floor/carpet/royalblue, +/area/ruin/powered) +"QW" = ( +/obj/effect/gibspawner/human, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/powered) +"Rs" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/door/poddoor/preopen{ + dir = 4 + }, +/obj/structure/sign/poster/retro/nanotrasen_logo_70s{ + pixel_x = 32 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/vault, +/area/ruin/powered) +"Rw" = ( +/obj/machinery/door/poddoor/preopen, +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance/five, +/obj/item/camera_bug, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/vault, +/area/ruin/powered) +"Sm" = ( +/obj/effect/turf_decal/corner/opaque/blue, +/obj/structure/table/glass, +/obj/item/defibrillator/loaded, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white, +/area/ruin/powered) +"SR" = ( +/obj/machinery/door/poddoor{ + id = "medical_lock_medlock" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white, +/area/ruin/powered) +"SU" = ( +/obj/structure/table/reinforced, +/obj/item/pipe_dispenser, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"Tb" = ( +/obj/effect/turf_decal/number/one{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"Tf" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + id = "rd2"; + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/powered) +"Tr" = ( +/obj/machinery/computer/crew{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"TB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/royalblue, +/area/ruin/powered) +"TD" = ( +/obj/effect/gibspawner/human, +/mob/living/simple_animal/hostile/human/zombie, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"Uv" = ( +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 4 + }, +/obj/structure/sign/poster/retro/nanotrasen_logo_80s{ + pixel_x = -32 + }, +/obj/structure/table/glass, +/obj/item/storage/firstaid/ancient, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white, +/area/ruin/powered) +"UL" = ( +/turf/closed/wall/rust, +/area/ruin/powered) +"UR" = ( +/obj/effect/gibspawner/human, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/royalblue, +/area/ruin/powered) +"UU" = ( +/obj/machinery/button/door{ + id = "rd4"; + name = "door lock"; + pixel_x = 6; + pixel_y = 29 + }, +/obj/machinery/button/door{ + id = "rd3"; + name = "door lock"; + pixel_x = -6; + pixel_y = 29 + }, +/obj/machinery/button/door{ + id = "rd1"; + name = "door lock"; + pixel_x = -6; + pixel_y = 38 + }, +/obj/machinery/button/door{ + id = "rd2"; + name = "door lock"; + pixel_x = 6; + pixel_y = 38 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Vh" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"Vj" = ( +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"Vk" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"VE" = ( +/mob/living/simple_animal/hostile/human/zombie, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"VN" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"VV" = ( +/obj/structure/bed, +/obj/item/bedsheet/dorms, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"Wl" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/obj/item/shard{ + icon_state = "small" + }, +/obj/item/shard, +/obj/effect/gibspawner/human, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rd3"; + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plating, +/area/ruin/powered) +"WU" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/powered) +"Xb" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/mineral/plastitanium, +/area/ruin/powered) +"Xc" = ( +/obj/item/kirbyplants/random, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Xg" = ( +/obj/machinery/door/airlock/vault, +/obj/machinery/door/poddoor/shutters{ + id = "captain_lock" + }, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Xw" = ( +/obj/machinery/computer{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/black{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"Xx" = ( +/obj/structure/table/glass, +/obj/item/storage/backpack/duffelbag/med/surgery, +/obj/item/reagent_containers/medigel/sterilizine, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"Xz" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/ruin/powered) +"XA" = ( +/obj/structure/curtain, +/turf/open/floor/carpet/royalblue, +/area/ruin/powered) +"XB" = ( +/mob/living/simple_animal/hostile/human/zombie, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/powered) +"XC" = ( +/obj/machinery/door/airlock/command/glass{ + id_tag = list(103); + name = "Captain's Office"; + dir = 4 + }, +/obj/machinery/door/poddoor/shutters{ + id = "captain_lock"; + dir = 4 + }, +/turf/open/floor/carpet/blue, +/area/ruin/powered) +"XF" = ( +/obj/item/gun/ballistic/automatic/pistol/no_mag, +/obj/effect/decal/cleanable/blood/gibs, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/vault, +/area/ruin/powered) +"XG" = ( +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 8 + }, +/obj/effect/turf_decal/corner/opaque/blue, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white, +/area/ruin/powered) +"XH" = ( +/obj/item/kirbyplants/random, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"XK" = ( +/obj/machinery/atmospherics/pipe/simple/brown/visible{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine, +/area/ruin/powered) +"XN" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/item/paper/crumpled{ + default_raw_text = "the buttons... open the doors... did i ever mention how the buttons open the doors?" + }, +/turf/open/floor/vault, +/area/ruin/powered) +"Yl" = ( +/obj/effect/turf_decal/corner/opaque/blue{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/blue, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/white, +/area/ruin/powered) +"YM" = ( +/obj/machinery/door/poddoor/ert{ + id = "c" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"Zt" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + id = "rd2" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/powered) +"Zu" = ( +/obj/machinery/door/poddoor/preopen, +/mob/living/simple_animal/hostile/human/zombie, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/powered) +"ZB" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/corner/opaque/orange{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ruin/powered) +"ZQ" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/ruin/powered) +"ZW" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) + +(1,1,1) = {" +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +Vj +NM +rX +rX +Gf +EH +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +"} +(2,1,1) = {" +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +EH +Ez +iH +Ez +iH +EH +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +"} +(3,1,1) = {" +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +Vj +Ez +iH +Ez +Ez +Vj +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +"} +(4,1,1) = {" +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +EH +le +fq +fq +Ib +EH +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +Aj +FI +Aj +Aj +FI +Aj +Aj +FI +Aj +FI +"} +(5,1,1) = {" +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +Vj +jI +xO +xO +xO +Vj +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +Aj +FI +Aj +Aj +FI +Aj +Aj +FI +Aj +FI +"} +(6,1,1) = {" +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +Vj +EH +Hf +IH +IH +eX +EH +Vj +Vj +Vj +Vj +Vj +EH +Vj +Vj +EH +Vj +Vj +FI +rK +sE +rK +Aj +FI +Aj +Aj +FI +Aj +FI +"} +(7,1,1) = {" +FI +FI +FI +FI +FI +FI +Vj +Vj +Vj +Vj +Vj +QI +gY +Yl +xO +Sm +Uv +oV +ZQ +aT +iu +lu +Tr +EH +If +WU +If +Vj +FI +pM +dg +pM +Aj +FI +Aj +Aj +FI +Aj +FI +"} +(8,1,1) = {" +FI +FI +FI +FI +FI +FI +Vj +Xx +lu +FO +UL +qd +KQ +OE +fe +XG +LO +SR +ZQ +lu +Gx +LA +fj +wa +Dp +Dp +Vj +EH +Vj +Dn +tv +Dn +Aj +FI +Aj +Aj +FI +Aj +FI +"} +(9,1,1) = {" +FI +FI +FI +FI +FI +FI +Vj +Ee +rY +cI +zZ +qd +gY +Iw +XG +tQ +xO +SR +KG +lu +QM +Fn +yP +EH +If +Dp +Dp +If +EH +EH +jA +Vj +EH +tW +EH +Vj +jA +EH +Vj +"} +(10,1,1) = {" +FI +FI +FI +FI +FI +FI +Vj +bx +gb +FO +UL +QI +nR +gi +JM +BS +GY +oV +ZQ +Kw +lu +Ko +Vj +Vj +EH +Vj +Dp +Dp +EH +Xb +Dp +Xb +Dp +ZW +Dp +Dp +Xb +Dp +EH +"} +(11,1,1) = {" +FI +FI +FI +EH +Vj +Vj +Vj +Vj +Kd +Vj +Vj +EH +Vj +EH +Vj +EH +DW +Vj +EH +Vj +EH +EH +Vj +Nq +eP +EH +EH +WU +Vj +CJ +GQ +Fq +GQ +Jh +Xb +Xb +Dp +Dp +Vj +"} +(12,1,1) = {" +FI +FI +FI +EH +gJ +Fk +ue +Kd +ek +Vj +Vj +Dp +Vk +Dp +Vk +Jm +dm +lR +Vk +Dp +Dp +Vk +EH +EH +Kk +TD +eD +Dp +EH +ZW +Dp +Xb +Xb +Xb +Dp +Dp +Xb +Xb +EH +"} +(13,1,1) = {" +FI +FI +FI +Vj +Lt +Vk +Vk +Vk +EH +EH +Hx +XB +Dp +Dp +kX +Hx +Dp +lR +Dp +Vk +Dp +Dp +lR +Vj +EH +Vj +EH +Dp +EH +PC +Vj +Vj +Dp +Dp +Xb +Dp +Dp +Xb +Vj +"} +(14,1,1) = {" +FI +FI +FI +Vj +qW +OV +SU +Vk +Vj +Dp +QW +lR +Dp +Vj +EH +An +DK +An +EH +EH +Vk +Zu +Vk +Dp +EH +If +WU +Dp +bL +BD +WU +EH +Dp +Xb +Dp +Dp +Xb +Dp +Vj +"} +(15,1,1) = {" +FI +FI +FI +EH +Vk +Vk +Vk +Vk +EH +Dp +Dp +Vk +Vj +If +If +Vj +xx +An +If +If +Vj +Vk +Dp +Dp +Vj +EH +Vj +Vj +hk +Vj +EH +EH +Vj +EH +EH +ZQ +ZQ +ZQ +Vj +"} +(16,1,1) = {" +EH +Vj +EH +Vj +hi +dS +Mk +dj +Vj +Vk +Dp +EH +If +An +An +An +kT +An +An +An +If +EH +Dp +Vk +EH +XH +AT +eo +JH +FE +OJ +QP +Vj +Vj +FI +FI +FI +FI +FI +"} +(17,1,1) = {" +Vj +Xc +dV +ZB +Hy +Hy +Hy +JJ +Vj +dm +Dp +Vj +If +An +ML +Mx +xf +FQ +pI +An +If +Vj +Dp +Dp +Vj +sA +zk +sA +EJ +JP +kq +sA +sA +As +FI +FI +FI +FI +FI +"} +(18,1,1) = {" +EH +Kp +mS +dV +BG +dV +dV +dV +EH +iR +qU +Vj +An +An +oP +tZ +XN +PJ +hC +An +An +An +iR +qU +EH +TB +dv +LD +wb +NU +Bk +Bk +TB +As +FI +FI +FI +FI +FI +"} +(19,1,1) = {" +Vj +Kp +mS +dV +dV +BG +dV +dV +sd +Vk +Dp +yC +vb +YM +yQ +Pn +IA +zx +yQ +YM +vb +yC +Vk +Vk +Xg +UR +TB +TB +IM +vU +DF +Bk +yR +As +FI +FI +FI +FI +FI +"} +(20,1,1) = {" +Vj +qr +tI +tI +tI +tI +tI +qr +EH +tF +qU +An +Vj +An +oP +XF +Ey +PJ +hC +An +Vj +An +qU +iR +EH +TB +TB +TB +KJ +jq +eQ +Bk +TB +As +FI +FI +GH +FI +FI +"} +(21,1,1) = {" +Vj +cd +cd +cd +lL +cd +cd +cd +Vj +Vk +Dp +Vj +If +An +it +qm +sn +Rs +Rw +An +If +EH +Vk +Dp +Vj +sA +sA +zk +ii +Pe +yX +kB +cy +IS +FI +FI +FI +FI +FI +"} +(22,1,1) = {" +EH +Ju +Ju +Ju +Ju +Ju +Ju +Ju +EH +hI +Vk +Vj +If +An +An +An +kT +An +An +An +If +Vj +Dp +Dp +EH +XH +AT +AT +VE +so +bb +AT +EH +EH +FI +FI +FI +FI +FI +"} +(23,1,1) = {" +EH +vP +kl +EH +uG +EH +iA +CO +Vj +Vk +Dp +Vk +Vj +If +If +Vj +xx +An +If +If +EH +Vk +Dp +Vk +Vj +Vj +EH +XC +EH +Vj +Vj +jx +EH +FI +FI +FI +FI +FI +FI +"} +(24,1,1) = {" +Vj +HA +kl +EH +Ju +EH +iA +ku +EH +Dp +Dp +jW +Vk +EH +Vj +An +DK +Vj +Vj +EH +Vk +lR +Dp +Dp +Vj +Ae +KK +JI +Vj +Dp +Dp +Dp +Vj +FI +FI +FI +FI +FI +FI +"} +(25,1,1) = {" +Vj +KF +EH +EH +uG +EH +EH +KF +Vj +Vj +Hx +Dp +Dp +Dp +Vk +lR +Vk +lR +Dp +kX +XB +Dp +Hx +EH +Vj +pP +Bm +JI +Vj +WU +If +If +EH +FI +FI +FI +FI +FI +FI +"} +(26,1,1) = {" +EH +HA +NH +rS +Ju +Ca +DU +ku +Vj +If +EH +Vk +Vk +Dp +Dp +lR +Vk +Hx +Vk +Dp +Dp +Vk +EH +Vj +EH +JI +Qz +JI +Vj +Dp +Dp +Vj +Vj +FI +FI +FI +FI +FI +FI +"} +(27,1,1) = {" +Vj +HA +NH +rS +pO +Ca +DU +ku +EH +Vj +Vj +EH +Vj +Vj +Vj +EH +bZ +EH +EH +EH +EH +EH +Vj +vW +XA +JI +iN +JI +Vj +EH +Dp +Vj +FI +FI +FI +FI +FI +FI +FI +"} +(28,1,1) = {" +EH +XK +NH +rS +Ju +Ca +DU +ku +Vj +EH +VV +yG +Vk +Bl +gg +Gb +LI +Gb +Ea +lZ +Vh +yE +Vj +QQ +XA +JI +EL +JI +Vj +If +Dp +Vj +FI +FI +FI +FI +FI +FI +FI +"} +(29,1,1) = {" +Vj +Vj +EH +EH +bd +Vj +EH +wx +EH +Vj +Vk +Vk +Vk +dh +gg +LI +LI +GO +Ea +uL +ng +lu +EH +EH +Vj +Vj +EH +eJ +EH +EH +WU +Vj +FI +FI +FI +FI +FI +FI +FI +"} +(30,1,1) = {" +FI +FI +Vj +WU +WU +If +Vj +EH +If +EH +vO +Vk +Tb +gE +gg +LI +LI +jP +nV +OX +uM +gb +Ee +EH +Dp +If +EH +Dp +If +Dp +Dp +EH +FI +FI +FI +FI +FI +FI +FI +"} +(31,1,1) = {" +FI +FI +EH +If +Dp +WU +WU +Vj +If +Vj +AQ +AQ +qs +cl +gk +LI +LI +IV +nc +Wl +rO +gL +gP +EH +Dp +WU +Dp +WU +Dp +Dp +EH +Vj +FI +FI +FI +FI +FI +FI +FI +"} +(32,1,1) = {" +FI +EH +Vj +Dp +Dp +EH +Vj +EH +Vj +EH +Gb +LI +LI +LI +LI +LI +LI +fd +jP +LI +LI +LI +Gb +Vj +If +If +Dp +If +EH +Vj +Vj +FI +FI +FI +FI +FI +FI +FI +FI +"} +(33,1,1) = {" +FI +Vj +If +Dp +fW +If +Vj +Dp +Dp +po +LI +LI +jP +LI +LI +jP +LI +LI +LI +LI +LI +GO +LI +eD +WU +XB +Dp +EH +EH +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +"} +(34,1,1) = {" +FI +EH +If +WU +Vj +EH +EH +WU +EH +Vj +Gb +LI +LI +LI +LI +LI +LI +LI +LI +jP +LI +LI +Gb +Vj +EH +EH +EH +Vj +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +"} +(35,1,1) = {" +FI +Vj +EH +Dp +Vj +os +Vj +Dp +If +EH +Mb +Tf +zn +Mb +AI +LI +LI +LI +gk +ix +cc +ix +ix +EH +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +"} +(36,1,1) = {" +FI +FI +Vj +Dp +EH +oN +EH +Dp +If +Vj +uF +Vk +fQ +gE +Zt +LI +jP +LI +BO +Xz +Xz +Xz +Xz +EH +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +"} +(37,1,1) = {" +FI +FI +Vj +WU +Dp +Dp +Dp +WU +If +EH +Vk +Vk +Vk +bO +Zt +VN +UU +VN +BO +Xz +Xz +AR +Xz +Vj +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +"} +(38,1,1) = {" +FI +FI +EH +Vj +Vj +WU +If +Dp +Dp +EH +Hc +EN +Vk +Ml +Zt +Xw +Xw +Xw +BO +Xz +Xz +Xz +Xz +EH +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +"} +(39,1,1) = {" +FI +FI +FI +FI +EH +Vj +EH +Vj +EH +Vj +EH +Vj +Vj +Vj +EH +Vj +Vj +EH +Vj +EH +EH +Vj +EH +EH +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +FI +"} diff --git a/_maps/RandomRuins/SpaceRuins/oretruck.dmm b/_maps/RandomRuins/SpaceRuins/oretruck.dmm new file mode 100644 index 000000000000..00c9b51f53cb --- /dev/null +++ b/_maps/RandomRuins/SpaceRuins/oretruck.dmm @@ -0,0 +1,3315 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ac" = ( +/turf/closed/wall/mineral/plastitanium, +/area/ruin/space/has_grav/radship/Cargo3) +"ah" = ( +/obj/machinery/atmospherics/components/unary/tank/air{ + piping_layer = 2 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/space/has_grav/radship/EngineRoom) +"al" = ( +/obj/structure/sign/warning/radiation{ + pixel_y = 32 + }, +/turf/closed/mineral/random, +/area/template_noop) +"ao" = ( +/obj/effect/turf_decal/industrial/warning/corner, +/obj/effect/turf_decal/trimline/opaque/orange/filled/line, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/radship/Hallway) +"aA" = ( +/obj/effect/turf_decal/industrial/warning, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/radship/Cargo4) +"aR" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/reagent_containers/glass/beaker/large, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/radship/MethLab) +"aT" = ( +/obj/item/wrench/syndie, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/radship/EngineRoom) +"aY" = ( +/obj/item/shard{ + icon_state = "small" + }, +/turf/template_noop, +/area/template_noop) +"bf" = ( +/turf/open/floor/plating/asteroid, +/area/template_noop) +"bj" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/radship/Engineering) +"bx" = ( +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/structure/radioactive/waste, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/radship/Cargo2) +"bF" = ( +/obj/structure/radioactive/waste, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/directional/east, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/radship/Cargo2) +"bK" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/obj/item/reagent_containers/pill/floorpill, +/obj/item/reagent_containers/pill/floorpill, +/obj/item/reagent_containers/glass/beaker, +/turf/open/floor/plating, +/area/ruin/space/has_grav/radship/MethLab) +"cn" = ( +/obj/effect/turf_decal/trimline/opaque/orange/filled/line{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/radship/Hallway) +"cq" = ( +/obj/structure/sign/warning/radiation{ + pixel_y = -32 + }, +/obj/effect/turf_decal/trimline/opaque/orange/filled/line, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/radship/Hallway) +"cH" = ( +/obj/structure/radioactive/stack, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/radship/Cargo1) +"cM" = ( +/obj/structure/radioactive/stack, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/directional/east, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/radship/Cargo4) +"cN" = ( +/obj/structure/radioactive/stack, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/radship/Cargo4) +"dk" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ruin/space/has_grav/radship/Cargo2) +"dP" = ( +/obj/structure/radioactive, +/obj/effect/turf_decal/industrial/warning/corner, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/radship/Cargo3) +"dZ" = ( +/obj/machinery/power/smes, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/radship/Engineering) +"ef" = ( +/obj/structure/table/wood, +/obj/item/toy/nuke, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood/maple, +/area/ruin/space/has_grav/radship/CrewQuarters) +"em" = ( +/turf/closed/wall/mineral/plastitanium/overspace, +/area/ruin/space/has_grav/radship/MethLab) +"eF" = ( +/turf/closed/wall/mineral/plastitanium, +/area/ruin/space/has_grav/radship/Cargo2) +"eL" = ( +/obj/effect/turf_decal/industrial/warning, +/obj/machinery/portable_atmospherics/canister/tritium, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/radship/Cargo2) +"eR" = ( +/obj/structure/sign/warning/securearea{ + pixel_y = 32 + }, +/turf/template_noop, +/area/template_noop) +"eW" = ( +/obj/structure/closet/crate, +/obj/effect/turf_decal/industrial/warning, +/obj/item/stack/sheet/mineral/uranium, +/obj/item/stack/sheet/mineral/uranium, +/obj/item/coin/uranium, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/radship/Cargo4) +"fd" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/grunge{ + name = "Engine Room"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plasteel/mono/dark, +/area/ruin/space/has_grav/radship/EngineRoom) +"fh" = ( +/obj/effect/turf_decal/industrial/warning/fulltile, +/obj/machinery/door/poddoor{ + id = "radroom1int" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/mono/dark, +/area/ruin/space/has_grav/radship/Cargo1) +"fi" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Bridge"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/mono/dark, +/area/ruin/space/has_grav/radship/Hallway) +"fD" = ( +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 8 + }, +/obj/machinery/button{ + id = "radroom2ext"; + name = "External Blast Doors"; + pixel_x = 6; + pixel_y = -25; + dir = 1 + }, +/obj/machinery/button{ + id = "radroom2int"; + name = "Internal Blast Doors"; + pixel_x = -6; + pixel_y = -25; + dir = 1 + }, +/obj/effect/turf_decal/trimline/opaque/orange/filled/line, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/radship/Hallway) +"fG" = ( +/turf/closed/mineral/random, +/area/ruin/space/has_grav/radship/Cargo1) +"fN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/radship/Hallway) +"gp" = ( +/turf/closed/wall/mineral/plastitanium, +/area/ruin/space/has_grav/radship/CrewQuarters) +"gx" = ( +/obj/effect/turf_decal/trimline/opaque/orange/filled/line, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/radship/Hallway) +"gI" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/space/has_grav/radship/Hallway) +"gO" = ( +/obj/item/toy/plush/moth{ + desc = "Eternally at odds with Unsafe Moth"; + name = "Safety Moth" + }, +/turf/open/floor/plating/grass, +/area/template_noop) +"hs" = ( +/obj/effect/turf_decal/industrial/warning/corner, +/obj/structure/radioactive/waste, +/obj/effect/decal/cleanable/oil{ + pixel_x = 8; + pixel_y = -3 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/radship/Cargo4) +"hT" = ( +/obj/structure/radioactive/stack, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/radship/Cargo4) +"ib" = ( +/obj/structure/closet/crate/radiation, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/stack/sheet/mineral/uranium, +/obj/item/stack/sheet/mineral/uranium, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/plating, +/area/ruin/space/has_grav/radship/Engineering) +"id" = ( +/obj/effect/turf_decal/industrial/warning/fulltile, +/obj/machinery/door/poddoor{ + id = "radroom4int" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/mono/dark, +/area/ruin/space/has_grav/radship/Cargo4) +"io" = ( +/obj/structure/radioactive, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/on/layer2, +/turf/open/floor/plasteel/tech/grid, +/area/ruin/space/has_grav/radship/Cargo4) +"iv" = ( +/obj/effect/turf_decal/trimline/opaque/orange/filled/line{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/radship/Hallway) +"iY" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/turf/template_noop, +/area/template_noop) +"jb" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/on/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/light/directional/north, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/radship/Engineering) +"jo" = ( +/obj/structure/closet/crate/large, +/obj/effect/turf_decal/industrial/warning, +/obj/item/coin/uranium, +/obj/item/stack/sheet/mineral/uranium, +/obj/item/stack/sheet/mineral/uranium, +/obj/item/stack/sheet/mineral/uranium, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/radship/Cargo1) +"jp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/radship/Hallway) +"jQ" = ( +/turf/closed/wall/mineral/plastitanium, +/area/ruin/space/has_grav/radship/Cargo4) +"jS" = ( +/turf/closed/wall/mineral/plastitanium, +/area/ruin/space/has_grav/radship/Engineering) +"kv" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/opaque/orange/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/radship/Hallway) +"kP" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/oil/streak, +/turf/open/floor/plating, +/area/ruin/space/has_grav/radship/EngineRoom) +"kR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/manifold4w/supply/visible/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/radship/Hallway) +"kS" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ruin/space/has_grav/radship/MethLab) +"le" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/radship/Hallway) +"lM" = ( +/obj/structure/closet/crate, +/obj/item/coin/uranium, +/obj/item/coin/uranium, +/obj/machinery/light/directional/west, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/radship/Cargo1) +"lX" = ( +/obj/machinery/suit_storage_unit/radsuit, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/radship/Engineering) +"ma" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/structure/mirror{ + pixel_x = -1; + pixel_y = 30 + }, +/obj/structure/sink{ + pixel_y = 25 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/remains/human, +/obj/machinery/light/small/directional/east, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/space/has_grav/radship/CrewQuarters) +"me" = ( +/mob/living/simple_animal/hostile/carp/megacarp, +/turf/template_noop, +/area/template_noop) +"mo" = ( +/obj/effect/turf_decal/trimline/opaque/orange/filled/line, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/directional/south, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/radship/Hallway) +"mp" = ( +/obj/machinery/power/shuttle/engine/fueled/plasma{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/radship/EngineRoom) +"mz" = ( +/obj/structure/closet/crate/large, +/obj/structure/statue/uranium/nuke, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/directional/west, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/radship/Cargo2) +"mZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/radship/Hallway) +"nd" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/table, +/obj/item/reagent_containers/pill/floorpill, +/turf/open/floor/plating, +/area/ruin/space/has_grav/radship/MethLab) +"nf" = ( +/obj/item/stack/cable_coil/red, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/space/has_grav/radship/EngineRoom) +"nk" = ( +/obj/effect/turf_decal/industrial/warning/fulltile, +/turf/closed/mineral/random, +/area/ruin/space/has_grav/radship/Cargo1) +"nt" = ( +/turf/closed/wall/mineral/plastitanium, +/area/ruin/space/has_grav/radship/Hallway) +"nD" = ( +/obj/structure/radioactive/waste, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/radship/Cargo1) +"nY" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/mineral/uranium, +/obj/item/stack/sheet/mineral/uranium, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/directional/west, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/radship/Cargo3) +"ol" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/oil/slippery, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/radship/EngineRoom) +"oI" = ( +/obj/item/storage/toolbox/syndicate/empty, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/broken/directional/north, +/turf/open/floor/plating, +/area/ruin/space/has_grav/radship/EngineRoom) +"oP" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/south, +/turf/open/floor/plating, +/area/ruin/space/has_grav/radship/EngineRoom) +"pm" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer4, +/turf/open/floor/plating, +/area/ruin/space/has_grav/radship/Engineering) +"px" = ( +/obj/effect/turf_decal/industrial/warning/corner, +/obj/machinery/button{ + id = "radroom1int"; + name = "Internal Blast Doors"; + pixel_x = -6; + pixel_y = -25; + dir = 1 + }, +/obj/machinery/button{ + id = "radroom1ext"; + name = "External Blast Doors"; + pixel_x = 6; + pixel_y = -25; + dir = 1 + }, +/obj/effect/turf_decal/trimline/opaque/orange/filled/line, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/radship/Hallway) +"pz" = ( +/turf/closed/wall/mineral/plastitanium, +/area/ruin/space/has_grav/radship/EngineRoom) +"pB" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/industrial/warning, +/obj/item/stack/ore/uranium, +/obj/item/stack/ore/uranium, +/obj/item/stack/ore/uranium, +/obj/item/stack/ore/uranium, +/obj/item/stack/ore/glass/basalt, +/obj/item/stack/ore/iron, +/obj/item/stack/ore/iron, +/obj/item/stack/ore/iron, +/obj/item/stack/ore/iron, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/oil/streak, +/obj/effect/decal/cleanable/greenglow, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/radship/Cargo3) +"pD" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/trash/can, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood/maple, +/area/ruin/space/has_grav/radship/CrewQuarters) +"pF" = ( +/obj/structure/curtain/bounty, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/space/has_grav/radship/CrewQuarters) +"qn" = ( +/obj/effect/turf_decal/industrial/warning, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/trash/pistachios, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/radship/Cargo1) +"qt" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/grille/broken, +/obj/item/shard{ + icon_state = "medium" + }, +/turf/open/floor/plating, +/area/template_noop) +"qu" = ( +/obj/machinery/power/port_gen/pacman/super, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/radship/Engineering) +"qV" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/opaque/orange/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/radship/Hallway) +"rf" = ( +/turf/closed/wall/mineral/plastitanium/overspace, +/area/ruin/space/has_grav/radship/Hallway) +"rD" = ( +/turf/open/floor/plating/grass, +/area/template_noop) +"se" = ( +/obj/structure/fans/tiny/invisible, +/turf/open/floor/plating/asteroid, +/area/template_noop) +"sr" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ruin/space/has_grav/radship/CrewQuarters) +"sR" = ( +/obj/item/bedsheet/syndie, +/obj/structure/bed, +/obj/structure/curtain/bounty, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/trash/can, +/turf/open/floor/wood/maple, +/area/ruin/space/has_grav/radship/CrewQuarters) +"sW" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/item/stack/ore/uranium, +/obj/item/stack/ore/uranium, +/obj/item/stack/ore/uranium, +/obj/item/stack/ore/gold, +/obj/item/stack/ore/gold, +/obj/item/stack/ore/iron, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/radship/Cargo1) +"tm" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/turf/open/floor/plating/grass, +/area/template_noop) +"tH" = ( +/obj/effect/turf_decal/industrial/warning/fulltile, +/obj/machinery/door/poddoor{ + id = "radroom3int" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/mono/dark, +/area/ruin/space/has_grav/radship/Cargo3) +"tJ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/generic, +/obj/machinery/light/dim/directional/west, +/turf/open/floor/wood/maple, +/area/ruin/space/has_grav/radship/CrewQuarters) +"tX" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/radioactive/waste, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/oil/slippery, +/obj/effect/decal/cleanable/greenglow, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/radship/Cargo4) +"uo" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/opaque/orange/filled/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/radship/Hallway) +"up" = ( +/obj/structure/closet/crate/large, +/obj/item/stack/sheet/mineral/uranium, +/obj/item/stack/sheet/mineral/uranium, +/obj/item/stack/sheet/mineral/uranium, +/obj/item/stack/sheet/mineral/uranium, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/tech/grid, +/area/ruin/space/has_grav/radship/Cargo2) +"uD" = ( +/obj/effect/turf_decal/trimline/opaque/orange/filled/line, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/directional/south, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/radship/Hallway) +"uP" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/oil/slippery, +/obj/machinery/light/directional/east, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/radship/Cargo1) +"uY" = ( +/turf/closed/wall/mineral/plastitanium, +/area/ruin/space/has_grav/radship/MethLab) +"vi" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/radship/Hallway) +"vJ" = ( +/obj/structure/sign/warning/radiation{ + pixel_y = 32 + }, +/obj/effect/turf_decal/trimline/opaque/orange/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/radship/Hallway) +"wd" = ( +/turf/closed/wall/mineral/plastitanium/overspace, +/area/ruin/space/has_grav/radship/EngineRoom) +"wt" = ( +/obj/effect/turf_decal/trimline/opaque/orange/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/trash/energybar, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/radship/Hallway) +"wR" = ( +/obj/machinery/power/smes, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/radship/Engineering) +"xw" = ( +/obj/effect/turf_decal/industrial/warning/fulltile, +/obj/machinery/door/poddoor{ + id = "radroom3ext" + }, +/obj/structure/fans/tiny, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/radship/Cargo3) +"xB" = ( +/obj/effect/turf_decal/trimline/opaque/orange/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/radship/Hallway) +"xI" = ( +/obj/item/broken_bottle, +/turf/template_noop, +/area/template_noop) +"xZ" = ( +/obj/effect/turf_decal/industrial/warning/fulltile, +/obj/machinery/door/poddoor{ + id = "radroom4ext" + }, +/obj/structure/fans/tiny, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/radship/Cargo4) +"yv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, +/turf/open/floor/plating, +/area/ruin/space/has_grav/radship/Hallway) +"zG" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 8 + }, +/obj/item/stack/ore/uranium, +/obj/item/stack/ore/uranium, +/obj/item/stack/ore/uranium, +/obj/item/stack/ore/uranium, +/obj/item/stack/ore/uranium, +/obj/item/stack/ore/uranium, +/obj/item/stack/ore/glass/basalt, +/obj/item/stack/ore/glass/basalt, +/obj/item/stack/ore/glass/basalt, +/obj/item/stack/ore/glass/basalt, +/obj/item/stack/ore/iron, +/obj/effect/decal/cleanable/oil, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/radship/Cargo4) +"Am" = ( +/obj/structure/ore_box, +/obj/item/stack/ore/uranium, +/obj/item/stack/ore/uranium, +/obj/item/stack/ore/uranium, +/obj/item/stack/ore/uranium, +/obj/item/stack/ore/glass/basalt, +/obj/item/stack/ore/glass/basalt, +/obj/item/stack/ore/glass/basalt, +/obj/item/stack/ore/gold, +/obj/item/stack/ore/iron, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/tech/grid, +/area/ruin/space/has_grav/radship/Cargo2) +"AY" = ( +/obj/item/bedsheet/syndie, +/obj/structure/bed, +/obj/structure/curtain/bounty, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/storage/cans/sixbeer, +/turf/open/floor/wood/maple, +/area/ruin/space/has_grav/radship/CrewQuarters) +"Bf" = ( +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/machinery/button{ + id = "radroom4ext"; + name = "External Blast Doors"; + pixel_x = 6; + pixel_y = 25 + }, +/obj/machinery/button{ + id = "radroom4int"; + name = "Internal Blast Doors"; + pixel_x = -6; + pixel_y = 25 + }, +/obj/effect/turf_decal/trimline/opaque/orange/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/radship/Hallway) +"BD" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/item/stack/ore/uranium, +/obj/item/stack/ore/glass/basalt, +/obj/item/stack/ore/gold, +/obj/item/stack/ore/iron, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/radship/Cargo4) +"Ct" = ( +/obj/structure/table/wood, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/generic, +/obj/item/storage/cans/sixbeer, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/turf/open/floor/wood/maple, +/area/ruin/space/has_grav/radship/CrewQuarters) +"CT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/closed/wall/mineral/plastitanium, +/area/ruin/space/has_grav/radship/Engineering) +"DI" = ( +/obj/structure/sign/warning/securearea{ + pixel_y = -32 + }, +/turf/template_noop, +/area/template_noop) +"DW" = ( +/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/reagent_containers/hypospray/medipen/pumpup, +/obj/effect/decal/remains/human, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/mono/dark, +/area/template_noop) +"Ee" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ruin/space/has_grav/radship/Cargo1) +"El" = ( +/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/vomit/old, +/obj/item/reagent_containers/food/drinks/beer, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/item/wallframe/apc, +/turf/open/floor/plasteel/mono/dark, +/area/template_noop) +"Fg" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/reagent_containers/syringe/contraband/methamphetamine, +/obj/machinery/chem_dispenser, +/turf/open/floor/plating, +/area/ruin/space/has_grav/radship/MethLab) +"Fq" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/opaque/orange/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/radship/Hallway) +"Ft" = ( +/obj/machinery/atmospherics/components/unary/shuttle/heater{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/window{ + dir = 4; + name = "Engine Access" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/radship/EngineRoom) +"FJ" = ( +/turf/closed/wall/mineral/plastitanium/overspace, +/area/ruin/space/has_grav/radship/Engineering) +"FP" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/opaque/blue/filled/line{ + dir = 9 + }, +/obj/item/dnainjector/radioactive, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/reagent_containers/syringe/contraband/krokodil, +/obj/effect/decal/cleanable/glass, +/obj/machinery/light/broken/directional/west, +/turf/open/floor/plasteel/dark, +/area/template_noop) +"FS" = ( +/obj/effect/turf_decal/trimline/opaque/orange/filled/line{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/radship/Hallway) +"Gc" = ( +/obj/effect/turf_decal/industrial/warning/fulltile, +/obj/machinery/door/poddoor{ + id = "radroom2int" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/mono/dark, +/area/ruin/space/has_grav/radship/Cargo2) +"Gr" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/greenglow, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/radship/Cargo2) +"Gu" = ( +/obj/structure/closet/crate/large, +/obj/structure/radioactive/supermatter, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/greenglow, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/turf/open/floor/plasteel/tech/grid, +/area/ruin/space/has_grav/radship/Cargo1) +"Gx" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/binary/valve, +/turf/open/floor/plating, +/area/ruin/space/has_grav/radship/EngineRoom) +"Gz" = ( +/obj/structure/radioactive/waste, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/greenglow, +/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/on/layer2{ + dir = 1 + }, +/turf/open/floor/plasteel/tech/grid, +/area/ruin/space/has_grav/radship/Cargo1) +"GH" = ( +/obj/machinery/atmospherics/components/unary/tank/toxins{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/space/has_grav/radship/EngineRoom) +"Ha" = ( +/obj/structure/ore_box, +/obj/item/stack/ore/uranium, +/obj/item/stack/ore/uranium, +/obj/item/stack/ore/uranium, +/obj/item/stack/ore/glass/basalt, +/obj/item/stack/ore/gold, +/obj/item/stack/ore/gold, +/obj/item/stack/ore/iron, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/directional/west, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/radship/Cargo4) +"Hb" = ( +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/radship/Engineering) +"Hj" = ( +/obj/item/bedsheet/syndie, +/obj/structure/bed, +/obj/structure/curtain/bounty, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/wood/maple, +/area/ruin/space/has_grav/radship/CrewQuarters) +"HD" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/reagent_containers/syringe/contraband/methamphetamine, +/turf/open/floor/plating, +/area/ruin/space/has_grav/radship/MethLab) +"HM" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/chem_heater, +/turf/open/floor/plating, +/area/ruin/space/has_grav/radship/MethLab) +"HN" = ( +/obj/machinery/door/airlock/grunge{ + name = "Crew Quarters" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/mono/dark, +/area/ruin/space/has_grav/radship/CrewQuarters) +"HW" = ( +/obj/structure/closet/crate/large, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/item/stack/sheet/mineral/uranium, +/obj/item/stack/sheet/mineral/uranium, +/obj/item/stack/sheet/mineral/uranium, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/radship/Cargo3) +"Ik" = ( +/obj/effect/turf_decal/trimline/opaque/orange/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/light/directional/north, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/radship/Hallway) +"It" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/trash/energybar, +/turf/open/floor/plating, +/area/ruin/space/has_grav/radship/MethLab) +"IM" = ( +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/machinery/button{ + id = "radroom3ext"; + name = "External Blast Doors"; + pixel_x = 6; + pixel_y = 25 + }, +/obj/machinery/button{ + id = "radroom3int"; + name = "Internal Blast Doors"; + pixel_x = -6; + pixel_y = 25 + }, +/obj/effect/turf_decal/trimline/opaque/orange/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/radship/Hallway) +"IS" = ( +/mob/living/simple_animal/hostile/carp, +/turf/template_noop, +/area/template_noop) +"IW" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/radship/Engineering) +"Jq" = ( +/obj/structure/closet/crate/large, +/obj/item/stack/sheet/mineral/uranium, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/plasteel/tech/grid, +/area/ruin/space/has_grav/radship/Cargo4) +"JS" = ( +/obj/effect/turf_decal/industrial/warning, +/obj/structure/radioactive/waste, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/radship/Cargo3) +"Kc" = ( +/obj/effect/turf_decal/trimline/opaque/orange/filled/line, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/radship/Hallway) +"Ko" = ( +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/opaque/orange/filled/line, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/directional/south, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/radship/Hallway) +"Kw" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ruin/space/has_grav/radship/Cargo3) +"KJ" = ( +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/closed/mineral/random, +/area/ruin/space/has_grav/radship/Cargo1) +"KK" = ( +/obj/effect/turf_decal/industrial/warning/fulltile, +/obj/machinery/door/poddoor{ + id = "radroom1int" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/mono/dark, +/area/ruin/space/has_grav/radship/Cargo1) +"KW" = ( +/obj/effect/turf_decal/industrial/warning/fulltile, +/obj/machinery/door/poddoor{ + id = "radroom2int" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/mono/dark, +/area/ruin/space/has_grav/radship/Cargo2) +"Li" = ( +/obj/machinery/door/airlock/external/glass, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/mono/dark, +/area/ruin/space/has_grav/radship/Hallway) +"Mv" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ruin/space/has_grav/radship/EngineRoom) +"MD" = ( +/obj/effect/turf_decal/trimline/opaque/orange/filled/line, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/radship/Hallway) +"MG" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/item/stack/ore/uranium, +/obj/item/stack/ore/glass/basalt, +/obj/item/stack/ore/glass/basalt, +/obj/item/stack/ore/iron, +/obj/item/stack/ore/iron, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/oil/streak, +/obj/effect/decal/cleanable/greenglow, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/radship/Cargo3) +"MQ" = ( +/obj/machinery/door/airlock/grunge{ + name = "Storage" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/mono/dark, +/area/ruin/space/has_grav/radship/MethLab) +"MY" = ( +/obj/effect/turf_decal/trimline/opaque/orange/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/directional/north, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/radship/Hallway) +"Ns" = ( +/obj/effect/turf_decal/industrial/warning/fulltile, +/obj/machinery/door/poddoor{ + id = "radroom3int" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/mono/dark, +/area/ruin/space/has_grav/radship/Cargo3) +"Nu" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ruin/space/has_grav/radship/Hallway) +"NQ" = ( +/obj/structure/radioactive/stack, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/radship/Cargo3) +"NR" = ( +/turf/closed/mineral/random, +/area/template_noop) +"NS" = ( +/obj/structure/closet/crate/large, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/item/stack/sheet/mineral/uranium, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/radship/Cargo2) +"NT" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/grille/broken, +/obj/item/shard, +/turf/open/floor/plating, +/area/template_noop) +"Od" = ( +/obj/structure/radioactive/stack, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/plasteel/tech/grid, +/area/ruin/space/has_grav/radship/Cargo3) +"Oj" = ( +/obj/effect/turf_decal/trimline/opaque/orange/filled/line{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/radship/Hallway) +"Ol" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/storage/pill_bottle/happy, +/obj/structure/table, +/turf/open/floor/plating, +/area/ruin/space/has_grav/radship/MethLab) +"Op" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/opaque/orange/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/radship/Hallway) +"Oq" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/wood/maple, +/area/ruin/space/has_grav/radship/CrewQuarters) +"Pf" = ( +/turf/closed/wall/mineral/plastitanium/overspace, +/area/ruin/space/has_grav/radship/CrewQuarters) +"Pl" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/reagent_containers/chem_pack, +/obj/machinery/iv_drip, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/plating, +/area/ruin/space/has_grav/radship/MethLab) +"Pu" = ( +/obj/effect/turf_decal/trimline/opaque/orange/filled/line, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/radship/Hallway) +"PB" = ( +/turf/template_noop, +/area/template_noop) +"PH" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/chem_master, +/turf/open/floor/plating, +/area/ruin/space/has_grav/radship/MethLab) +"PK" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ruin/space/has_grav/radship/Cargo4) +"PU" = ( +/obj/effect/turf_decal/trimline/opaque/orange/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/radship/Hallway) +"Qj" = ( +/obj/effect/turf_decal/industrial/warning, +/obj/effect/turf_decal/trimline/opaque/orange/filled/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/radship/Hallway) +"Qr" = ( +/obj/effect/turf_decal/industrial/warning/fulltile, +/obj/machinery/door/poddoor{ + id = "radroom2ext" + }, +/obj/structure/fans/tiny, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/radship/Cargo2) +"Qw" = ( +/obj/machinery/power/smes/shuttle{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/window{ + dir = 4; + name = "Engine Access" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/radship/EngineRoom) +"Qy" = ( +/obj/structure/closet/crate/large, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/item/coin/uranium, +/obj/item/coin/uranium, +/obj/item/coin/uranium, +/obj/item/coin/uranium, +/obj/item/stack/sheet/mineral/uranium, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/trash/sosjerky, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/radship/Cargo1) +"QW" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/remains/human, +/turf/open/floor/plating, +/area/ruin/space/has_grav/radship/MethLab) +"Rq" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ruin/space/has_grav/radship/Engineering) +"Rz" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/on/layer2, +/obj/item/trash/boritos, +/turf/open/floor/wood/maple, +/area/ruin/space/has_grav/radship/CrewQuarters) +"RV" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/open/floor/plating/grass, +/area/template_noop) +"Sa" = ( +/obj/effect/turf_decal/trimline/opaque/orange/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/radship/Hallway) +"Su" = ( +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/opaque/orange/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/radship/Hallway) +"Sw" = ( +/obj/effect/turf_decal/industrial/warning, +/obj/effect/turf_decal/trimline/opaque/orange/filled/line, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/radship/Hallway) +"SN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/trimline/opaque/orange/filled/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/radship/Hallway) +"TR" = ( +/obj/structure/closet/crate, +/obj/effect/turf_decal/industrial/warning, +/obj/item/coin/uranium, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/radship/Cargo2) +"Uo" = ( +/obj/machinery/power/shuttle/engine/electric{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/radship/EngineRoom) +"UD" = ( +/obj/effect/turf_decal/trimline/opaque/orange/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/radship/Hallway) +"UU" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/item/stack/ore/glass/basalt, +/obj/item/stack/ore/glass/basalt, +/obj/item/stack/ore/gold, +/obj/item/stack/ore/gold, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/radship/Cargo3) +"Va" = ( +/obj/item/wirecutters/syndie, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/binary/valve/layer2, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/plating, +/area/ruin/space/has_grav/radship/EngineRoom) +"Vn" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/radship/Engineering) +"Vr" = ( +/obj/machinery/door/airlock/grunge{ + name = "Engineering" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/mono/dark, +/area/ruin/space/has_grav/radship/Engineering) +"Vx" = ( +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/structure/radioactive/waste, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/radship/Cargo3) +"VD" = ( +/obj/structure/closet/crate, +/obj/item/coin/uranium, +/obj/item/coin/uranium, +/obj/item/coin/uranium, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/on/layer2, +/turf/open/floor/plasteel/tech/grid, +/area/ruin/space/has_grav/radship/Cargo3) +"VF" = ( +/obj/structure/radioactive/stack, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/radship/Cargo2) +"VI" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/closed/wall/mineral/plastitanium, +/area/ruin/space/has_grav/radship/Cargo3) +"VL" = ( +/obj/effect/turf_decal/industrial/warning/fulltile, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/radship/Cargo1) +"VT" = ( +/obj/machinery/door/airlock/external/glass, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fans/tiny, +/turf/open/floor/plasteel/mono/dark, +/area/ruin/space/has_grav/radship/Hallway) +"Wk" = ( +/obj/item/toy/plush/moth{ + desc = "A plushie depicting a mothperson dying of radiation poisioning. How cute!"; + name = "Unsafe moth" + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/radship/Hallway) +"WD" = ( +/turf/closed/wall/mineral/plastitanium, +/area/ruin/space/has_grav/radship/Cargo1) +"WF" = ( +/obj/structure/radioactive/stack, +/obj/effect/turf_decal/industrial/warning/corner, +/obj/effect/decal/cleanable/greenglow, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/radship/Cargo2) +"WS" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/radship/Hallway) +"XT" = ( +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/radship/Engineering) +"Yd" = ( +/obj/effect/turf_decal/industrial/warning, +/obj/effect/turf_decal/trimline/opaque/orange/filled/line, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/radship/Hallway) +"Yk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, +/turf/open/floor/plating, +/area/ruin/space/has_grav/radship/Hallway) +"YA" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/industrial/warning/corner, +/obj/item/stack/ore/uranium, +/obj/item/stack/ore/uranium, +/obj/item/stack/ore/glass/basalt, +/obj/item/stack/ore/glass/basalt, +/obj/item/stack/ore/iron, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/greenglow, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/radship/Cargo1) +"YE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/radship/Hallway) +"YF" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/directional/east, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/radship/Cargo3) +"YH" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 8 + }, +/obj/item/stack/ore/gold, +/obj/item/stack/ore/iron, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/radship/Cargo2) +"YU" = ( +/obj/structure/sign/warning/securearea{ + pixel_y = 32 + }, +/turf/closed/mineral/random, +/area/template_noop) +"YV" = ( +/obj/item/trash/boritos, +/turf/closed/mineral/random, +/area/template_noop) +"Zb" = ( +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/opaque/orange/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/directional/north, +/turf/open/floor/plasteel/dark, +/area/ruin/space/has_grav/radship/Hallway) +"Zd" = ( +/obj/structure/sign/warning/radiation{ + pixel_y = -32 + }, +/turf/template_noop, +/area/template_noop) +"Zj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/closed/wall/mineral/plastitanium, +/area/ruin/space/has_grav/radship/Engineering) +"ZN" = ( +/obj/effect/turf_decal/industrial/warning/fulltile, +/obj/machinery/door/poddoor{ + id = "radroom4int" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/mono/dark, +/area/ruin/space/has_grav/radship/Cargo4) + +(1,1,1) = {" +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +"} +(2,1,1) = {" +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +"} +(3,1,1) = {" +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +"} +(4,1,1) = {" +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +"} +(5,1,1) = {" +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +"} +(6,1,1) = {" +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +IS +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +IS +PB +PB +PB +"} +(7,1,1) = {" +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +Uo +Uo +mp +Uo +Uo +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +"} +(8,1,1) = {" +PB +PB +PB +PB +PB +PB +PB +PB +PB +Mv +Qw +Qw +Ft +Qw +Qw +Mv +PB +PB +PB +PB +PB +PB +PB +PB +PB +"} +(9,1,1) = {" +PB +PB +PB +PB +PB +PB +PB +PB +PB +pz +oI +kP +aT +nf +oP +pz +PB +PB +PB +PB +PB +PB +PB +PB +PB +"} +(10,1,1) = {" +PB +PB +PB +PB +PB +PB +PB +PB +wd +Mv +ah +Va +ol +Gx +GH +Mv +wd +PB +PB +PB +PB +PB +PB +PB +PB +"} +(11,1,1) = {" +PB +PB +PB +PB +PB +PB +PB +FJ +Rq +Rq +jS +Mv +fd +Mv +pz +Mv +Mv +em +PB +PB +PB +PB +PB +PB +PB +"} +(12,1,1) = {" +PB +PB +PB +PB +PB +PB +FJ +Rq +dZ +wR +Zj +FS +uo +cn +uY +Ol +bK +kS +em +PB +PB +PB +PB +PB +PB +"} +(13,1,1) = {" +PB +PB +PB +PB +me +PB +Rq +IW +XT +Hb +Rq +Ik +jp +mo +kS +Pl +HD +nd +kS +PB +PB +PB +PB +PB +PB +"} +(14,1,1) = {" +PB +PB +PB +PB +PB +pm +CT +jb +bj +Vn +Vr +xB +mZ +MD +MQ +aR +QW +It +uY +PB +PB +PB +PB +PB +PB +"} +(15,1,1) = {" +PB +PB +PB +PB +PB +PB +jS +qu +ib +lX +Rq +wt +fN +Pu +kS +Fg +PH +HM +uY +PB +me +PB +PB +PB +PB +"} +(16,1,1) = {" +PB +PB +PB +PB +PB +PB +ac +ac +ac +ac +ac +Sa +fN +Kc +WD +WD +WD +WD +WD +PB +PB +PB +PB +PB +PB +"} +(17,1,1) = {" +PB +PB +PB +PB +PB +DI +Kw +UU +nY +dP +Kw +IM +fN +px +Ee +cH +lM +YA +Ee +YU +NR +PB +PB +PB +PB +"} +(18,1,1) = {" +PB +PB +PB +PB +PB +PB +xw +HW +Od +pB +tH +qV +Yk +Sw +fh +nD +Gu +qn +VL +NR +NR +NR +NR +PB +PB +"} +(19,1,1) = {" +PB +PB +PB +PB +PB +PB +xw +MG +VD +JS +Ns +Op +kR +Yd +KK +sW +Gz +jo +nk +NR +NR +NR +NR +NR +PB +"} +(20,1,1) = {" +PB +PB +PB +PB +PB +PB +Kw +Vx +YF +NQ +Kw +Su +YE +Ko +Ee +Qy +uP +KJ +fG +NR +NR +NR +NR +NR +PB +"} +(21,1,1) = {" +PB +PB +PB +PB +PB +Zd +jQ +jQ +ac +VI +ac +vJ +vi +cq +WD +WD +WD +eF +eF +al +NR +NR +NR +NR +PB +"} +(22,1,1) = {" +PB +PB +PB +PB +PB +PB +PK +cN +Ha +hs +PK +Zb +vi +ao +dk +bx +mz +WF +dk +PB +NR +NR +NR +PB +PB +"} +(23,1,1) = {" +PB +PB +PB +PB +PB +PB +xZ +hT +Jq +aA +ZN +Fq +yv +Qj +KW +VF +Am +eL +Qr +PB +PB +PB +PB +PB +PB +"} +(24,1,1) = {" +PB +PB +PB +PB +PB +PB +xZ +tX +io +eW +id +kv +kR +Yd +Gc +Gr +up +TR +Qr +PB +PB +PB +PB +PB +PB +"} +(25,1,1) = {" +PB +PB +PB +PB +PB +DI +PK +BD +cM +zG +PK +Bf +vi +fD +dk +NS +bF +YH +dk +eR +PB +PB +PB +PB +PB +"} +(26,1,1) = {" +PB +PB +PB +PB +PB +PB +jQ +jQ +jQ +jQ +jQ +PU +fN +Kc +dk +eF +eF +eF +dk +PB +PB +PB +PB +PB +PB +"} +(27,1,1) = {" +PB +PB +PB +PB +PB +PB +gp +Hj +tJ +ef +gp +PU +jp +Kc +WS +Li +gI +gI +VT +PB +PB +PB +PB +PB +PB +"} +(28,1,1) = {" +PB +PB +PB +PB +PB +PB +sr +sR +Rz +Ct +sr +PU +jp +gx +Nu +nt +nt +nt +Nu +PB +PB +PB +PB +PB +PB +"} +(29,1,1) = {" +PB +PB +IS +PB +PB +NR +NR +AY +Oq +pD +HN +UD +le +gx +nt +Wk +nt +nt +Nu +PB +PB +PB +PB +PB +PB +"} +(30,1,1) = {" +PB +PB +PB +PB +NR +NR +NR +NR +sr +pF +sr +MY +jp +uD +nt +nt +nt +Nu +rf +PB +PB +PB +PB +PB +PB +"} +(31,1,1) = {" +PB +PB +PB +PB +NR +NR +NR +NR +sr +ma +gp +iv +SN +Oj +Nu +nt +Nu +rf +PB +PB +PB +PB +PB +PB +PB +"} +(32,1,1) = {" +PB +PB +PB +NR +NR +NR +NR +PB +Pf +sr +gp +Nu +fi +Nu +NR +NR +PB +PB +PB +PB +PB +PB +PB +PB +PB +"} +(33,1,1) = {" +PB +PB +PB +PB +NR +NR +aY +PB +PB +NT +FP +El +DW +NR +NR +NR +NR +PB +PB +PB +PB +PB +PB +PB +PB +"} +(34,1,1) = {" +PB +PB +PB +PB +PB +PB +PB +IS +PB +qt +NR +YV +NR +NR +NR +NR +NR +NR +PB +PB +PB +PB +PB +PB +PB +"} +(35,1,1) = {" +PB +PB +PB +PB +PB +PB +xI +PB +PB +NR +NR +NR +NR +NR +NR +NR +NR +NR +NR +PB +PB +PB +IS +PB +PB +"} +(36,1,1) = {" +PB +PB +PB +PB +iY +PB +NR +NR +NR +NR +NR +NR +NR +NR +NR +NR +NR +NR +NR +NR +PB +PB +PB +PB +PB +"} +(37,1,1) = {" +PB +PB +PB +PB +PB +NR +NR +NR +NR +NR +NR +NR +NR +NR +NR +NR +NR +NR +NR +NR +PB +PB +PB +PB +PB +"} +(38,1,1) = {" +PB +PB +PB +PB +NR +NR +NR +NR +NR +NR +NR +NR +se +se +NR +NR +NR +NR +NR +NR +PB +PB +PB +PB +PB +"} +(39,1,1) = {" +PB +PB +PB +PB +NR +NR +NR +NR +NR +NR +se +se +rD +bf +se +NR +NR +NR +NR +NR +PB +PB +PB +PB +PB +"} +(40,1,1) = {" +PB +PB +PB +PB +NR +NR +NR +NR +NR +se +bf +gO +RV +rD +se +NR +NR +NR +NR +NR +PB +PB +PB +PB +PB +"} +(41,1,1) = {" +PB +PB +PB +PB +NR +NR +NR +NR +NR +se +rD +tm +rD +se +NR +NR +NR +NR +NR +PB +PB +PB +PB +PB +PB +"} +(42,1,1) = {" +PB +PB +PB +PB +PB +NR +NR +NR +NR +NR +se +se +se +NR +NR +NR +NR +NR +NR +PB +PB +PB +PB +PB +PB +"} +(43,1,1) = {" +PB +PB +PB +PB +PB +NR +NR +NR +NR +NR +NR +NR +NR +NR +NR +NR +NR +NR +NR +PB +PB +PB +PB +PB +PB +"} +(44,1,1) = {" +PB +me +PB +PB +PB +PB +NR +NR +NR +NR +NR +NR +NR +NR +NR +NR +NR +NR +NR +PB +PB +PB +PB +PB +PB +"} +(45,1,1) = {" +PB +PB +PB +PB +PB +PB +PB +PB +NR +NR +NR +NR +NR +NR +NR +NR +NR +NR +PB +PB +PB +PB +PB +PB +PB +"} +(46,1,1) = {" +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +NR +NR +NR +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +"} +(47,1,1) = {" +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +me +PB +PB +PB +"} +(48,1,1) = {" +PB +PB +PB +PB +PB +PB +IS +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +"} +(49,1,1) = {" +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +"} +(50,1,1) = {" +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +PB +"} diff --git a/_maps/RandomRuins/SpaceRuins/provinggrounds.dmm b/_maps/RandomRuins/SpaceRuins/provinggrounds.dmm new file mode 100644 index 000000000000..83e662b69ad0 --- /dev/null +++ b/_maps/RandomRuins/SpaceRuins/provinggrounds.dmm @@ -0,0 +1,4699 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"am" = ( +/turf/closed/wall/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"ap" = ( +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"at" = ( +/obj/machinery/light/directional/south, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"au" = ( +/obj/machinery/door/airlock/centcom, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"ay" = ( +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/syndicircle/halls) +"aW" = ( +/turf/closed/indestructible/rock/snow, +/area/ruin/space/has_grav/syndicircle/winter) +"ba" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/space/has_grav/syndicircle/research) +"bd" = ( +/obj/structure/window/plasma/reinforced/plastitanium, +/obj/structure/grille, +/obj/machinery/door/poddoor{ + id = 64; + dir = 4 + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"bf" = ( +/obj/machinery/modular_computer/console/preset, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/space/has_grav/syndicircle/research) +"bo" = ( +/obj/machinery/button{ + id = 256; + name = "Zone Delta Shutters"; + pixel_x = 8; + pixel_y = -8 + }, +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ruin/space/has_grav/syndicircle/halls) +"bx" = ( +/obj/structure/flora/rock/icy, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/asteroid/snow/atmosphere, +/area/ruin/space/has_grav/syndicircle/winter) +"by" = ( +/obj/item/target, +/obj/structure/flippedtable{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/dirt/jungle/wasteland, +/area/ruin/space/has_grav/syndicircle/training) +"bz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/oil/slippery, +/turf/open/floor/plating/sandy_dirt, +/area/ruin/space/has_grav/syndicircle/training) +"bD" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/asteroid/snow/atmosphere, +/area/ruin/space/has_grav/syndicircle/winter) +"bL" = ( +/turf/open/floor/plating/asteroid/snow/atmosphere, +/area/ruin/space/has_grav/syndicircle/winter) +"bM" = ( +/obj/machinery/light/directional/west, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"bP" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"bS" = ( +/obj/structure/sign/warning/firingrange, +/turf/closed/wall/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"bV" = ( +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/space/has_grav/syndicircle/research) +"ci" = ( +/obj/structure/window/plasma/reinforced/plastitanium, +/obj/structure/grille, +/obj/machinery/door/poddoor{ + id = 99; + dir = 4 + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"cC" = ( +/obj/structure/chair/office, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/space/has_grav/syndicircle/research) +"cQ" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/space/has_grav/syndicircle/research) +"dd" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/space/has_grav/syndicircle/research) +"dh" = ( +/obj/machinery/camera{ + network = list("zonec") + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/space/has_grav/syndicircle/research) +"du" = ( +/mob/living/simple_animal/hostile/human/syndicate/civilian{ + name = "Syndicate Researcher" + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/syndicircle/halls) +"dx" = ( +/obj/machinery/button{ + id = 128; + name = "Zone Charlie shutters"; + pixel_x = -8; + pixel_y = -8 + }, +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ruin/space/has_grav/syndicircle/halls) +"dN" = ( +/obj/machinery/light/directional/north, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/syndicircle/halls) +"dP" = ( +/obj/structure/window/plasma/reinforced/plastitanium, +/obj/structure/grille, +/obj/machinery/door/poddoor{ + id = 256 + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"dZ" = ( +/turf/closed/wall/r_wall, +/area/ruin/space/has_grav/syndicircle/winter) +"eh" = ( +/turf/open/floor/plating/ice, +/area/ruin/space/has_grav/syndicircle/winter) +"en" = ( +/obj/structure/flora/rock/pile, +/turf/open/floor/plating/asteroid/snow/atmosphere, +/area/ruin/space/has_grav/syndicircle/winter) +"eu" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/asteroid/snow/atmosphere, +/area/ruin/space/has_grav/syndicircle/winter) +"ew" = ( +/obj/structure/window/plasma/reinforced/plastitanium, +/obj/structure/grille, +/obj/machinery/door/poddoor{ + id = 6; + dir = 4 + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"eH" = ( +/obj/structure/table/reinforced, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/syndicircle/halls) +"eJ" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/glasses/night, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/syndicircle/halls) +"fe" = ( +/obj/structure/window/plasma/reinforced/plastitanium, +/obj/structure/grille, +/obj/machinery/door/poddoor{ + id = 4 + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"ff" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/modular_computer/console/preset{ + dir = 1 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/space/has_grav/syndicircle/research) +"fI" = ( +/obj/machinery/modular_computer/console/preset{ + dir = 1 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/space/has_grav/syndicircle/research) +"fO" = ( +/obj/effect/decal/cleanable/blood/tracks, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/space/has_grav/syndicircle/research) +"fZ" = ( +/obj/structure/window/plasma/reinforced/plastitanium, +/obj/structure/grille, +/obj/machinery/door/poddoor{ + id = 128 + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"gi" = ( +/obj/structure/table/reinforced, +/obj/item/folder/documents/syndicate/red, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/syndicircle/winter) +"gp" = ( +/obj/structure/table/reinforced, +/obj/item/documents/syndicate/red{ + pixel_x = -7 + }, +/obj/machinery/camera/preset{ + network = list("zoned") + }, +/obj/item/seeds/chili/ice{ + pixel_x = -5 + }, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/syndicircle/winter) +"gv" = ( +/obj/machinery/camera/preset{ + dir = 4; + network = list("zoned") + }, +/turf/open/floor/plating/asteroid/snow/atmosphere, +/area/ruin/space/has_grav/syndicircle/winter) +"gz" = ( +/mob/living/simple_animal/hostile/human/syndicate/ranged/smg{ + name = "REDFOR operative" + }, +/turf/open/floor/plating/asteroid/snow/atmosphere, +/area/ruin/space/has_grav/syndicircle/winter) +"gF" = ( +/obj/structure/rack, +/obj/item/grenade/c4{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/item/grenade/c4, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"hh" = ( +/obj/structure/rack, +/obj/item/taperecorder, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"ho" = ( +/obj/structure/salvageable/server, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/space/has_grav/syndicircle/research) +"ht" = ( +/obj/machinery/modular_computer/console/preset{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ruin/space/has_grav/syndicircle/research) +"hw" = ( +/obj/effect/decal/cleanable/blood/gibs, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/space/has_grav/syndicircle/research) +"if" = ( +/obj/effect/mob_spawn/human/corpse/nanotrasensoldier, +/obj/effect/decal/cleanable/blood/tracks, +/obj/effect/decal/cleanable/blood/gibs/old, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/space/has_grav/syndicircle/research) +"in" = ( +/obj/structure/window/plasma/reinforced/plastitanium, +/obj/structure/grille, +/obj/machinery/door/poddoor{ + id = 128; + dir = 8 + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"iq" = ( +/obj/item/target, +/obj/structure/flippedtable{ + dir = 1 + }, +/turf/open/floor/plating/dirt/jungle/wasteland, +/area/ruin/space/has_grav/syndicircle/training) +"ir" = ( +/obj/structure/table/reinforced, +/obj/item/toy/redbutton{ + pixel_y = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/syndicircle/winter) +"iy" = ( +/obj/structure/barricade/sandbags, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/dirt/jungle/wasteland, +/area/ruin/space/has_grav/syndicircle/training) +"iz" = ( +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/syndicircle/winter) +"iD" = ( +/obj/structure/flippedtable{ + dir = 4 + }, +/mob/living/simple_animal/hostile/human/nanotrasen/ranged/smg{ + name = "BLUFOR operative" + }, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/syndicircle/winter) +"iH" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/syndicircle/winter) +"iM" = ( +/obj/structure/sign/warning/coldtemp, +/turf/closed/wall/r_wall, +/area/ruin/space/has_grav/syndicircle/winter) +"iR" = ( +/obj/item/mine/pressure/explosive/shrapnel/live, +/obj/item/stack/tile/mineral/snow, +/obj/machinery/light/dim/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/asteroid/snow/atmosphere, +/area/ruin/space/has_grav/syndicircle/winter) +"iZ" = ( +/obj/machinery/light/dim/directional/east, +/turf/open/floor/plating/asteroid/snow/atmosphere, +/area/ruin/space/has_grav/syndicircle/winter) +"jo" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/syndicircle/halls) +"jx" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/syndicircle/halls) +"jA" = ( +/obj/effect/decal/cleanable/robot_debris, +/obj/effect/decal/cleanable/oil, +/obj/effect/decal/cleanable/shreds, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/space/has_grav/syndicircle/research) +"jG" = ( +/obj/structure/window/plasma/reinforced/plastitanium, +/obj/structure/grille, +/obj/machinery/door/poddoor{ + id = 4 + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/escape) +"kc" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/space/has_grav/syndicircle/research) +"kj" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/space/has_grav/syndicircle/research) +"kv" = ( +/obj/machinery/modular_computer/console/preset{ + dir = 8 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/space/has_grav/syndicircle/research) +"kE" = ( +/obj/structure/window/plasma/reinforced/plastitanium, +/obj/structure/grille, +/obj/machinery/door/poddoor{ + id = 32; + dir = 4 + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"kK" = ( +/obj/structure/table/reinforced, +/obj/item/gun/ballistic/automatic/smg/c20r{ + pixel_x = 4; + pixel_y = -4 + }, +/obj/machinery/light/dim/directional/west, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/syndicircle/winter) +"lb" = ( +/obj/structure/flippedtable{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/syndicircle/winter) +"le" = ( +/obj/structure/barricade/wooden/snowed, +/obj/effect/turf_decal/snow, +/obj/machinery/door/airlock/hatch{ + dir = 8 + }, +/obj/structure/fans/tiny/invisible, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/syndicircle/winter) +"lg" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/snowed, +/area/ruin/space/has_grav/syndicircle/winter) +"lv" = ( +/obj/machinery/door/poddoor, +/obj/structure/fans/tiny, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/syndicircle/halls) +"lP" = ( +/obj/machinery/vending/coffee, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"lX" = ( +/mob/living/simple_animal/hostile/human/syndicate/ranged/infiltrator{ + name = "REDFOR operative" + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/space/has_grav/syndicircle/research) +"mc" = ( +/obj/effect/turf_decal/techfloor{ + dir = 9 + }, +/turf/open/floor/mineral/titanium/white, +/area/ruin/space/has_grav/syndicircle/research) +"mq" = ( +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/turf/open/floor/mineral/titanium/white, +/area/ruin/space/has_grav/syndicircle/research) +"mB" = ( +/obj/effect/turf_decal/techfloor{ + dir = 5 + }, +/turf/open/floor/mineral/titanium/white, +/area/ruin/space/has_grav/syndicircle/research) +"mC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/office{ + dir = 4 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/space/has_grav/syndicircle/research) +"mN" = ( +/obj/structure/table/reinforced, +/obj/item/ammo_box/magazine/smgm45{ + pixel_y = 5 + }, +/obj/item/ammo_box/magazine/smgm45{ + pixel_x = -4; + pixel_y = -6 + }, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/syndicircle/winter) +"na" = ( +/obj/structure/flippedtable, +/mob/living/simple_animal/hostile/human/nanotrasen/ranged/smg{ + name = "BLUFOR operative" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/syndicircle/winter) +"nm" = ( +/obj/machinery/door/poddoor{ + dir = 4 + }, +/obj/structure/fans/tiny, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/syndicircle/halls) +"nR" = ( +/obj/structure/flippedtable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/syndicircle/winter) +"nU" = ( +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/space/has_grav/syndicircle/training) +"nZ" = ( +/turf/open/floor/plating, +/area/ruin/space/has_grav/syndicircle/winter) +"ov" = ( +/mob/living/simple_animal/hostile/human/syndicate/civilian{ + name = "Syndicate Researcher" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/syndicircle/halls) +"ow" = ( +/obj/effect/turf_decal/snow, +/turf/open/floor/plating, +/area/ruin/space/has_grav/syndicircle/winter) +"oJ" = ( +/obj/structure/fence/door{ + dir = 8 + }, +/turf/open/floor/plating/sandy_dirt, +/area/ruin/space/has_grav/syndicircle/training) +"oK" = ( +/obj/structure/fence/door, +/turf/open/floor/plating, +/area/ruin/space/has_grav/syndicircle/training) +"oS" = ( +/turf/open/floor/plating/snowed, +/area/ruin/space/has_grav/syndicircle/winter) +"oV" = ( +/obj/effect/mob_spawn/human/corpse/nanotrasensoldier, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/gibs/old, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/space/has_grav/syndicircle/research) +"oW" = ( +/obj/effect/turf_decal/techfloor/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/deployable_turret, +/turf/open/floor/mineral/titanium/white, +/area/ruin/space/has_grav/syndicircle/research) +"pb" = ( +/turf/open/floor/mineral/titanium/white, +/area/ruin/space/has_grav/syndicircle/research) +"pk" = ( +/obj/machinery/modular_computer/console/preset, +/turf/open/floor/mineral/titanium/white, +/area/ruin/space/has_grav/syndicircle/research) +"pt" = ( +/obj/effect/turf_decal/techfloor/corner{ + dir = 4 + }, +/turf/open/floor/mineral/titanium/white, +/area/ruin/space/has_grav/syndicircle/research) +"pT" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ruin/space/has_grav/syndicircle/halls) +"qm" = ( +/obj/effect/decal/cleanable/blood/gibs, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/space/has_grav/syndicircle/research) +"qo" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ruin/space/has_grav/syndicircle/winter) +"qv" = ( +/mob/living/simple_animal/hostile/human/syndicate/ranged/shotgun{ + name = "REDFOR operative" + }, +/turf/open/floor/plating/ice, +/area/ruin/space/has_grav/syndicircle/winter) +"qP" = ( +/obj/item/target, +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/dirt/jungle/wasteland, +/area/ruin/space/has_grav/syndicircle/training) +"qV" = ( +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/obj/machinery/camera{ + dir = 5; + network = list("zonec") + }, +/turf/open/floor/circuit, +/area/ruin/space/has_grav/syndicircle/research) +"rf" = ( +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/turf/open/floor/circuit, +/area/ruin/space/has_grav/syndicircle/research) +"ru" = ( +/obj/effect/turf_decal/techfloor{ + dir = 5 + }, +/turf/open/floor/circuit, +/area/ruin/space/has_grav/syndicircle/research) +"rV" = ( +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/turf/open/floor/mineral/titanium/white, +/area/ruin/space/has_grav/syndicircle/research) +"sb" = ( +/obj/machinery/modular_computer/console/preset{ + dir = 4 + }, +/turf/open/floor/mineral/titanium/white, +/area/ruin/space/has_grav/syndicircle/research) +"st" = ( +/obj/effect/turf_decal/ntlogo{ + dir = 1 + }, +/mob/living/simple_animal/hostile/human/syndicate/ranged/smg/space{ + name = "REDFOR commando" + }, +/turf/open/floor/mineral/titanium/white, +/area/ruin/space/has_grav/syndicircle/research) +"sC" = ( +/obj/effect/turf_decal/ntlogo{ + dir = 8 + }, +/turf/open/floor/mineral/titanium/white, +/area/ruin/space/has_grav/syndicircle/research) +"sE" = ( +/obj/machinery/modular_computer/console/preset{ + dir = 8 + }, +/turf/open/floor/mineral/titanium/white, +/area/ruin/space/has_grav/syndicircle/research) +"sI" = ( +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/turf/open/floor/mineral/titanium/white, +/area/ruin/space/has_grav/syndicircle/research) +"sX" = ( +/obj/effect/mob_spawn/human/corpse/syndicatesoldier, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/tracks, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/space/has_grav/syndicircle/research) +"ta" = ( +/obj/item/restraints/legcuffs/beartrap, +/obj/structure/barricade/wooden/snowed, +/obj/effect/turf_decal/snow, +/obj/machinery/door/airlock/hatch, +/obj/structure/fans/tiny/invisible, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/syndicircle/winter) +"tf" = ( +/obj/item/mine/pressure/explosive/shrapnel/live, +/obj/item/stack/tile/mineral/snow, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/asteroid/snow/atmosphere, +/area/ruin/space/has_grav/syndicircle/winter) +"tl" = ( +/obj/structure/rack, +/obj/item/pickaxe, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"tp" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/syndicircle/halls) +"tq" = ( +/obj/structure/rack, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"tz" = ( +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ruin/space/has_grav/syndicircle/research) +"tE" = ( +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/mineral/titanium/white, +/area/ruin/space/has_grav/syndicircle/research) +"tG" = ( +/obj/effect/turf_decal/ntlogo, +/obj/machinery/nuclearbomb/beer, +/turf/open/floor/mineral/titanium/white, +/area/ruin/space/has_grav/syndicircle/research) +"tN" = ( +/obj/effect/turf_decal/ntlogo{ + dir = 4 + }, +/mob/living/simple_animal/hostile/human/syndicate/ranged/smg/space{ + name = "REDFOR commando" + }, +/turf/open/floor/mineral/titanium/white, +/area/ruin/space/has_grav/syndicircle/research) +"tV" = ( +/obj/item/ammo_casing/mm712x82/match, +/turf/open/floor/mineral/titanium/white, +/area/ruin/space/has_grav/syndicircle/research) +"tZ" = ( +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/mineral/titanium/white, +/area/ruin/space/has_grav/syndicircle/research) +"uc" = ( +/obj/structure/window/plasma/reinforced/plastitanium, +/obj/structure/grille, +/obj/machinery/door/poddoor{ + id = 256 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"up" = ( +/obj/structure/window/plasma/reinforced/plastitanium, +/obj/structure/grille, +/obj/machinery/door/poddoor{ + id = 256; + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"ur" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"ut" = ( +/obj/machinery/camera/preset{ + network = list("zoned") + }, +/turf/open/floor/plating/asteroid/snow/atmosphere, +/area/ruin/space/has_grav/syndicircle/winter) +"uE" = ( +/obj/effect/turf_decal/number/two, +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ruin/space/has_grav/syndicircle/halls) +"uU" = ( +/obj/machinery/button{ + id = 99; + name = "Zone Alpha shutters"; + pixel_x = -25; + dir = 4 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/syndicircle/halls) +"vc" = ( +/obj/machinery/light/dim/directional/north, +/turf/open/floor/plating/asteroid/snow/atmosphere, +/area/ruin/space/has_grav/syndicircle/winter) +"vg" = ( +/obj/machinery/modular_computer/console/preset{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/circuit, +/area/ruin/space/has_grav/syndicircle/research) +"vx" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/circuit, +/area/ruin/space/has_grav/syndicircle/research) +"vB" = ( +/obj/effect/turf_decal/techfloor{ + dir = 10 + }, +/turf/open/floor/mineral/titanium/white, +/area/ruin/space/has_grav/syndicircle/research) +"vC" = ( +/obj/effect/turf_decal/techfloor/corner{ + dir = 8 + }, +/turf/open/floor/mineral/titanium/white, +/area/ruin/space/has_grav/syndicircle/research) +"vE" = ( +/obj/machinery/modular_computer/console/preset{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/mineral/titanium/white, +/area/ruin/space/has_grav/syndicircle/research) +"vQ" = ( +/obj/machinery/light/directional/north, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"vT" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"wa" = ( +/obj/machinery/modular_computer/console/preset{ + dir = 1 + }, +/turf/open/floor/mineral/titanium/white, +/area/ruin/space/has_grav/syndicircle/research) +"wb" = ( +/obj/effect/turf_decal/techfloor/corner, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/mineral/titanium/white, +/area/ruin/space/has_grav/syndicircle/research) +"wh" = ( +/obj/structure/sign/warning{ + desc = "WARNING: Clear shoothouse before intiating a drill!"; + name = "Shoothouse Sign"; + sign_change_name = "Warning: Shoothouse" + }, +/turf/closed/wall, +/area/ruin/space/has_grav/syndicircle/training) +"wp" = ( +/obj/effect/turf_decal/techfloor{ + dir = 6 + }, +/turf/open/floor/mineral/titanium/white, +/area/ruin/space/has_grav/syndicircle/research) +"ws" = ( +/obj/machinery/modular_computer/console/preset{ + dir = 1 + }, +/turf/open/floor/circuit, +/area/ruin/space/has_grav/syndicircle/research) +"wD" = ( +/obj/machinery/camera{ + dir = 8; + network = list("zonec") + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/space/has_grav/syndicircle/research) +"wG" = ( +/obj/machinery/button{ + id = 6; + name = "Zone Delta shutters"; + pixel_x = -25; + dir = 4 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/syndicircle/halls) +"wN" = ( +/obj/structure/flora/rock/icy, +/obj/machinery/camera/preset{ + dir = 9; + network = list("zoned") + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/asteroid/snow/atmosphere, +/area/ruin/space/has_grav/syndicircle/winter) +"wU" = ( +/obj/machinery/light/directional/east, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"xd" = ( +/obj/effect/decal/cleanable/robot_debris, +/obj/effect/decal/cleanable/plastic, +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/space/has_grav/syndicircle/research) +"xs" = ( +/obj/effect/mob_spawn/human/corpse/nanotrasensoldier, +/obj/effect/decal/cleanable/blood/gibs/old, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/plasteel/tech/grid, +/area/ruin/space/has_grav/syndicircle/research) +"xD" = ( +/obj/machinery/camera{ + dir = 10; + network = list("zonea") + }, +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plating/dirt/jungle/wasteland, +/area/ruin/space/has_grav/syndicircle/training) +"xE" = ( +/obj/effect/turf_decal/techfloor, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/mineral/titanium/white, +/area/ruin/space/has_grav/syndicircle/research) +"xF" = ( +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/syndicircle/spacewalk) +"xI" = ( +/obj/effect/turf_decal/techfloor, +/turf/open/floor/mineral/titanium/white, +/area/ruin/space/has_grav/syndicircle/research) +"yf" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/syndicircle/training) +"yG" = ( +/obj/structure/frame/machine, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/space/has_grav/syndicircle/research) +"yO" = ( +/obj/structure/flora/rock/pile, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/asteroid/snow/atmosphere, +/area/ruin/space/has_grav/syndicircle/winter) +"yT" = ( +/obj/machinery/button{ + id = 64; + name = "Zone Bravo shutters"; + pixel_x = -8; + pixel_y = -2; + dir = 8 + }, +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ruin/space/has_grav/syndicircle/halls) +"zm" = ( +/turf/open/floor/circuit, +/area/ruin/space/has_grav/syndicircle/research) +"zn" = ( +/obj/effect/turf_decal/techfloor/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/circuit, +/area/ruin/space/has_grav/syndicircle/research) +"zr" = ( +/obj/machinery/door/poddoor{ + dir = 4 + }, +/obj/structure/fans/tiny, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/syndicircle/halls) +"zF" = ( +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/obj/effect/mob_spawn/human/corpse/nanotrasensoldier, +/obj/effect/decal/cleanable/blood/splatter, +/obj/effect/decal/cleanable/blood/tracks, +/turf/open/floor/circuit, +/area/ruin/space/has_grav/syndicircle/research) +"zP" = ( +/obj/effect/decal/cleanable/blood/splatter, +/obj/machinery/modular_computer/console/preset{ + dir = 4 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/space/has_grav/syndicircle/research) +"zY" = ( +/obj/structure/statue/snow/snowman, +/turf/open/floor/plating/asteroid/snow/atmosphere, +/area/ruin/space/has_grav/syndicircle/winter) +"Af" = ( +/obj/effect/decal/cleanable/blood/gibs, +/obj/effect/decal/cleanable/blood/tracks, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/circuit, +/area/ruin/space/has_grav/syndicircle/research) +"Aj" = ( +/obj/effect/decal/cleanable/robot_debris, +/obj/effect/decal/cleanable/plastic, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/space/has_grav/syndicircle/research) +"Al" = ( +/obj/machinery/modular_computer/console/preset{ + dir = 4 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/space/has_grav/syndicircle/research) +"AG" = ( +/obj/effect/mob_spawn/human/corpse/nanotrasensoldier, +/obj/effect/decal/cleanable/blood/gibs/old, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/space/has_grav/syndicircle/research) +"AP" = ( +/obj/structure/lattice, +/turf/open/space, +/area/template_noop) +"AQ" = ( +/obj/machinery/light/dim/directional/south, +/turf/open/floor/plating/asteroid/snow/atmosphere, +/area/ruin/space/has_grav/syndicircle/winter) +"AV" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/blackbox_recorder, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"Bc" = ( +/obj/machinery/light/directional/west, +/turf/closed/mineral/random, +/area/ruin/space/has_grav/syndicircle/spacewalk) +"Bj" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"Br" = ( +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + dir = 1; + network = list("zonec") + }, +/turf/open/floor/circuit, +/area/ruin/space/has_grav/syndicircle/research) +"Bw" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/space/has_grav/syndicircle/research) +"Bx" = ( +/obj/machinery/button{ + id = 4; + name = "Zone Charlie shutters"; + pixel_x = -25; + dir = 8 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/space/has_grav/syndicircle/research) +"BJ" = ( +/obj/effect/turf_decal/number/zero, +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ruin/space/has_grav/syndicircle/halls) +"BV" = ( +/obj/effect/turf_decal/number/one, +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ruin/space/has_grav/syndicircle/halls) +"BY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/syndicircle/halls) +"BZ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/tech, +/area/ruin/space/has_grav/syndicircle/winter) +"Cd" = ( +/obj/structure/window/plasma/reinforced/plastitanium, +/obj/structure/grille, +/obj/machinery/door/poddoor{ + id = 9 + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"Ch" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"Ci" = ( +/obj/effect/turf_decal/snow, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/turf/open/floor/plating, +/area/ruin/space/has_grav/syndicircle/winter) +"Cj" = ( +/obj/machinery/button{ + id = 6; + name = "Zone Delta shutters"; + pixel_x = 25; + dir = 8 + }, +/turf/open/floor/plating/asteroid/snow/atmosphere, +/area/ruin/space/has_grav/syndicircle/winter) +"Cu" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor{ + dir = 4 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/syndicircle/halls) +"CA" = ( +/obj/machinery/button{ + id = 4; + name = "Zone Charlie shutters"; + pixel_x = 25; + dir = 8 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/syndicircle/halls) +"CC" = ( +/obj/machinery/computer/camera_advanced{ + networks = list("zoned") + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"CO" = ( +/obj/structure/window/plasma/reinforced/plastitanium, +/obj/structure/grille, +/obj/machinery/door/poddoor{ + id = 128; + dir = 4 + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"Df" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"Dm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"Dn" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"DG" = ( +/obj/machinery/computer/camera_advanced{ + networks = list("zonec") + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"DU" = ( +/obj/structure/flora/rock/pile, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav/syndicircle/spacewalk) +"DW" = ( +/obj/structure/window/plasma/reinforced/plastitanium, +/obj/structure/grille, +/obj/machinery/door/poddoor{ + id = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"Ed" = ( +/obj/machinery/button{ + id = 9; + name = "Zone Delta shutters"; + pixel_y = -25 + }, +/turf/open/floor/plating/ice, +/area/ruin/space/has_grav/syndicircle/winter) +"Ej" = ( +/obj/machinery/button{ + id = 102; + name = "Zone Charlie shutters"; + pixel_y = -25 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/space/has_grav/syndicircle/research) +"Ek" = ( +/obj/effect/turf_decal/number/three, +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ruin/space/has_grav/syndicircle/halls) +"EO" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/hatch, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/syndicircle/halls) +"EQ" = ( +/obj/machinery/light/directional/north, +/obj/machinery/vending/sovietsoda, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"ES" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/suit/hooded/wintercoat/security, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/syndicircle/halls) +"ET" = ( +/obj/structure/rack, +/obj/item/clothing/gloves/color/brown, +/obj/item/clothing/shoes/winterboots/ice_boots, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"Fq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/office{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/space/has_grav/syndicircle/research) +"Fr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/mob/living/simple_animal/hostile/human/syndicate, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"Fv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"FG" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/regular, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/syndicircle/halls) +"FH" = ( +/obj/effect/decal/cleanable/robot_debris, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/space/has_grav/syndicircle/research) +"FM" = ( +/mob/living/simple_animal/hostile/human/syndicate/civilian{ + name = "Syndicate Researcher" + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"GJ" = ( +/obj/structure/table/reinforced, +/obj/item/modular_computer/laptop{ + pixel_y = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/syndicircle/halls) +"GP" = ( +/obj/structure/window/plasma/reinforced/plastitanium, +/obj/structure/grille, +/obj/machinery/door/poddoor{ + id = 64 + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"GV" = ( +/turf/open/space, +/area/template_noop) +"GW" = ( +/obj/structure/rack, +/obj/item/multitool/syndie, +/obj/item/screwdriver/nuke, +/obj/item/screwdriver/nuke, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"GZ" = ( +/obj/structure/rack, +/obj/item/wirecutters/syndie, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"Hi" = ( +/obj/machinery/light/directional/north, +/obj/machinery/vending/cola/shamblers, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"Hl" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/hatch{ + dir = 4 + }, +/turf/open/space/basic, +/area/ruin/space/has_grav/syndicircle/halls) +"HC" = ( +/mob/living/simple_animal/hostile/human/syndicate/civilian{ + name = "Syndicate Researcher" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"Ik" = ( +/obj/machinery/light/directional/east, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/syndicircle/halls) +"Im" = ( +/obj/structure/table/reinforced, +/obj/machinery/light/directional/west, +/obj/item/paper_bin, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"Ir" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/hatch{ + dir = 4 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/syndicircle/halls) +"Iv" = ( +/obj/structure/window/plasma/reinforced/plastitanium, +/obj/structure/grille, +/obj/machinery/door/poddoor{ + id = 4; + dir = 8 + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"IE" = ( +/obj/machinery/camera{ + dir = 5; + network = list("zonea") + }, +/obj/item/target/alien, +/turf/open/floor/plating/dirt/jungle/wasteland, +/area/ruin/space/has_grav/syndicircle/training) +"IT" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/syndicircle/halls) +"IY" = ( +/obj/machinery/power/smes/magical{ + name = "power storage unit" + }, +/obj/structure/cable, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"Je" = ( +/obj/structure/table/reinforced, +/obj/machinery/light/directional/east, +/obj/item/paper_bin, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"Ji" = ( +/obj/machinery/light/directional/west, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/syndicircle/halls) +"Jq" = ( +/obj/structure/rack, +/obj/item/assembly/timer, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"Jv" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen/survival, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/syndicircle/halls) +"Jx" = ( +/obj/machinery/door/airlock/centcom{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"JP" = ( +/obj/structure/window/plasma/reinforced/plastitanium, +/obj/structure/grille, +/obj/machinery/door/poddoor{ + id = 32 + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"JT" = ( +/obj/machinery/light/directional/east, +/turf/open/floor/plating/sandy_dirt, +/area/ruin/space/has_grav/syndicircle/training) +"Kb" = ( +/obj/machinery/button{ + id = 32; + name = "Zone Alpha shutters"; + pixel_x = 7; + pixel_y = 3; + dir = 4 + }, +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ruin/space/has_grav/syndicircle/halls) +"Kr" = ( +/obj/structure/rack, +/obj/item/tank/internals/oxygen/red, +/obj/item/tank/internals/oxygen/red, +/obj/item/tank/internals/oxygen/red, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"Kt" = ( +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/syndicircle/escape) +"KH" = ( +/obj/machinery/button{ + id = 84; + name = "Zone Bravo shutters"; + pixel_x = -25; + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/syndicircle/spacewalk) +"KR" = ( +/obj/machinery/button{ + id = 909; + name = "Zone Bravo shutters"; + pixel_y = -25 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/syndicircle/escape) +"KY" = ( +/obj/structure/rack, +/obj/item/clothing/suit/space/eva, +/obj/item/clothing/head/helmet/space/eva, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"Lb" = ( +/obj/structure/sign/warning/securearea, +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ruin/space/has_grav/syndicircle/halls) +"Lh" = ( +/obj/structure/window/plasma/reinforced/plastitanium, +/obj/structure/grille, +/obj/machinery/door/poddoor{ + id = 45 + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"Li" = ( +/obj/effect/decal/cleanable/robot_debris, +/obj/structure/frame/machine, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/space/has_grav/syndicircle/research) +"Lt" = ( +/obj/machinery/light/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plating, +/area/ruin/space/has_grav/syndicircle/training) +"LF" = ( +/obj/machinery/button{ + id = 45; + name = "Zone Alpha Shutters"; + pixel_y = 8 + }, +/turf/closed/wall/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"Mf" = ( +/obj/machinery/computer/camera_advanced{ + dir = 1; + networks = list("zonea") + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"Mr" = ( +/obj/machinery/computer/camera_advanced{ + dir = 1; + networks = list("zoneb") + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"Mt" = ( +/turf/closed/wall/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/escape) +"Mu" = ( +/obj/machinery/door/poddoor, +/obj/structure/fans/tiny, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/syndicircle/escape) +"Mv" = ( +/obj/machinery/button{ + id = 99; + name = "Zone Alpha shutters"; + pixel_x = -25 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/syndicircle/training) +"MP" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/human/syndicate/ranged/smg/space{ + name = "REDFOR commando" + }, +/obj/item/storage/backpack/duffelbag/syndie/c4, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav/syndicircle/spacewalk) +"MV" = ( +/turf/closed/wall/rust, +/area/ruin/space/has_grav/syndicircle/training) +"MW" = ( +/obj/item/target, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/dirt/jungle/wasteland, +/area/ruin/space/has_grav/syndicircle/training) +"Na" = ( +/obj/machinery/computer/helm{ + dir = 1 + }, +/turf/open/floor/mineral/titanium/blue, +/area/ruin/space/has_grav/syndicircle/escape) +"Ng" = ( +/turf/open/floor/plating/sandy_dirt, +/area/ruin/space/has_grav/syndicircle/training) +"NT" = ( +/obj/machinery/camera{ + network = list("zonea") + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/sandy_dirt, +/area/ruin/space/has_grav/syndicircle/training) +"NV" = ( +/obj/machinery/light/directional/south, +/turf/open/space, +/area/ruin/space/has_grav/syndicircle/spacewalk) +"Oc" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/sandy_dirt, +/area/ruin/space/has_grav/syndicircle/training) +"Ox" = ( +/turf/closed/wall, +/area/ruin/space/has_grav/syndicircle/training) +"OB" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/glasses/night, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/syndicircle/halls) +"OE" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"OH" = ( +/turf/closed/mineral/random, +/area/ruin/space/has_grav/syndicircle/spacewalk) +"OW" = ( +/turf/closed/wall/mineral/titanium, +/area/ruin/space/has_grav/syndicircle/escape) +"OY" = ( +/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/mineral/titanium, +/area/ruin/space/has_grav/syndicircle/escape) +"Pq" = ( +/obj/machinery/door/airlock/centcom{ + dir = 4 + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"Pv" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/port_gen/pacman, +/obj/item/stack/sheet/mineral/plasma/twenty, +/turf/open/floor/mineral/titanium/blue, +/area/ruin/space/has_grav/syndicircle/escape) +"Qc" = ( +/obj/machinery/light/directional/north, +/turf/open/floor/mineral/titanium, +/area/ruin/space/has_grav/syndicircle/escape) +"Qd" = ( +/turf/open/floor/mineral/titanium/blue, +/area/ruin/space/has_grav/syndicircle/escape) +"Qy" = ( +/obj/machinery/button{ + id = 909; + name = "Zone Bravo shutters"; + pixel_x = 25 + }, +/turf/open/floor/mineral/titanium, +/area/ruin/space/has_grav/syndicircle/escape) +"QT" = ( +/obj/machinery/light/directional/south, +/turf/open/floor/plating/dirt/jungle/wasteland, +/area/ruin/space/has_grav/syndicircle/training) +"Rj" = ( +/mob/living/simple_animal/hostile/human/syndicate, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"Rs" = ( +/obj/structure/window/plasma/reinforced/plastitanium, +/obj/structure/grille, +/obj/machinery/door/poddoor{ + id = 256; + dir = 4 + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"Rw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/dirt/jungle/wasteland, +/area/ruin/space/has_grav/syndicircle/training) +"Rz" = ( +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plating/dirt/jungle/wasteland, +/area/ruin/space/has_grav/syndicircle/training) +"RH" = ( +/obj/structure/barricade/sandbags, +/turf/open/floor/plating/dirt/jungle/wasteland, +/area/ruin/space/has_grav/syndicircle/training) +"RR" = ( +/obj/item/target, +/turf/open/floor/plating/dirt/jungle/wasteland, +/area/ruin/space/has_grav/syndicircle/training) +"RV" = ( +/turf/open/floor/plating/dirt/jungle/wasteland, +/area/ruin/space/has_grav/syndicircle/training) +"Sb" = ( +/obj/structure/flippedtable{ + icon_state = "table" + }, +/obj/item/target/clown, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/dirt/jungle/wasteland, +/area/ruin/space/has_grav/syndicircle/training) +"Sf" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav/syndicircle/spacewalk) +"Sh" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/titanium, +/turf/open/floor/mineral/titanium/blue, +/area/ruin/space/has_grav/syndicircle/escape) +"Sl" = ( +/turf/open/floor/mineral/titanium, +/area/ruin/space/has_grav/syndicircle/escape) +"Sr" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/mineral/titanium/blue, +/area/ruin/space/has_grav/syndicircle/escape) +"Sz" = ( +/obj/structure/window/reinforced/spawner{ + dir = 4 + }, +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/mob/living/simple_animal/hostile/human/nanotrasen/ranged{ + name = "BLUFOR operative" + }, +/turf/open/floor/mineral/titanium, +/area/ruin/space/has_grav/syndicircle/escape) +"SC" = ( +/obj/machinery/light/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/sandy_dirt, +/area/ruin/space/has_grav/syndicircle/training) +"SF" = ( +/obj/item/target/syndicate, +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plating/dirt/jungle/wasteland, +/area/ruin/space/has_grav/syndicircle/training) +"SQ" = ( +/obj/structure/flora/rock, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav/syndicircle/spacewalk) +"Tj" = ( +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav/syndicircle/spacewalk) +"Tl" = ( +/obj/structure/lattice, +/turf/open/space, +/area/ruin/space/has_grav/syndicircle/spacewalk) +"To" = ( +/obj/structure/window/reinforced/spawner{ + dir = 8 + }, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/human/nanotrasen/ranged{ + name = "BLUFOR operative" + }, +/turf/open/floor/mineral/titanium, +/area/ruin/space/has_grav/syndicircle/escape) +"Tw" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/ancient{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/storage/firstaid/ancient{ + pixel_x = 6 + }, +/turf/open/floor/mineral/titanium, +/area/ruin/space/has_grav/syndicircle/escape) +"Tz" = ( +/obj/structure/window/reinforced/spawner{ + dir = 4 + }, +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/open/floor/mineral/titanium, +/area/ruin/space/has_grav/syndicircle/escape) +"TF" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/syndicircle/spacewalk) +"TG" = ( +/obj/structure/fence/door, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/sandy_dirt, +/area/ruin/space/has_grav/syndicircle/training) +"TP" = ( +/obj/structure/fence{ + dir = 8 + }, +/turf/open/floor/plating/sandy_dirt, +/area/ruin/space/has_grav/syndicircle/training) +"TQ" = ( +/obj/structure/fence/door, +/turf/open/floor/plating/dirt/jungle/wasteland, +/area/ruin/space/has_grav/syndicircle/training) +"Ua" = ( +/obj/machinery/light/directional/south, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/syndicircle/halls) +"UA" = ( +/mob/living/simple_animal/hostile/human/syndicate, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/syndicircle/halls) +"UI" = ( +/obj/item/target, +/turf/open/floor/plating/sandy_dirt, +/area/ruin/space/has_grav/syndicircle/training) +"UL" = ( +/obj/machinery/camera{ + dir = 5; + network = list("zonea") + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/dirt/jungle/wasteland, +/area/ruin/space/has_grav/syndicircle/training) +"Vd" = ( +/obj/machinery/camera{ + dir = 8; + network = list("zonea") + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/dirt/jungle/wasteland, +/area/ruin/space/has_grav/syndicircle/training) +"Vn" = ( +/turf/open/space, +/area/ruin/space/has_grav/syndicircle/spacewalk) +"Vp" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/mineral/titanium/blue, +/area/ruin/space/has_grav/syndicircle/escape) +"Vu" = ( +/obj/structure/window/reinforced/spawner{ + dir = 8 + }, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/mob/living/simple_animal/hostile/human/nanotrasen/ranged{ + name = "BLUFOR operative" + }, +/turf/open/floor/mineral/titanium, +/area/ruin/space/has_grav/syndicircle/escape) +"VH" = ( +/obj/structure/table/reinforced, +/turf/open/floor/mineral/titanium/blue, +/area/ruin/space/has_grav/syndicircle/escape) +"VW" = ( +/obj/item/target, +/obj/structure/flippedtable{ + dir = 4 + }, +/obj/structure/flippedtable{ + icon_state = "table" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/sandy_dirt, +/area/ruin/space/has_grav/syndicircle/training) +"VZ" = ( +/obj/machinery/camera{ + network = list("zonea") + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/dirt/jungle/wasteland, +/area/ruin/space/has_grav/syndicircle/training) +"Wt" = ( +/obj/machinery/light/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/sandy_dirt, +/area/ruin/space/has_grav/syndicircle/training) +"Wv" = ( +/obj/item/target, +/obj/structure/flippedtable{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/dirt/jungle/wasteland, +/area/ruin/space/has_grav/syndicircle/training) +"Wx" = ( +/obj/machinery/camera{ + dir = 8; + network = list("zoneb") + }, +/turf/open/space, +/area/ruin/space/has_grav/syndicircle/spacewalk) +"WH" = ( +/obj/machinery/button{ + id = 102; + name = "Zone Charlie shutters"; + pixel_y = 25 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/syndicircle/halls) +"WU" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/button{ + id = 9; + name = "Zone Delta shutters"; + pixel_y = 25 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/syndicircle/halls) +"WV" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/head/helmet/riot{ + pixel_y = 9 + }, +/obj/item/clothing/suit/armor/vest/bulletproof{ + pixel_x = -4; + pixel_y = -2 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/syndicircle/halls) +"WY" = ( +/obj/structure/window/plasma/reinforced/plastitanium, +/obj/structure/grille, +/obj/machinery/door/poddoor{ + id = 84; + dir = 4 + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"Xb" = ( +/obj/structure/table/reinforced, +/obj/item/ammo_box/magazine/co9mm{ + pixel_x = 8 + }, +/obj/item/ammo_box/magazine/co9mm, +/obj/item/gun/ballistic/automatic/pistol/commander, +/turf/open/floor/mineral/titanium/blue, +/area/ruin/space/has_grav/syndicircle/escape) +"Xf" = ( +/obj/machinery/button{ + id = 84; + name = "Zone Bravo shutters"; + pixel_x = 25; + dir = 8 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ruin/space/has_grav/syndicircle/halls) +"Xo" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/head/helmet{ + pixel_x = -3; + pixel_y = 8 + }, +/obj/item/clothing/head/helmet, +/obj/machinery/camera{ + dir = 8; + network = list("zoneb") + }, +/turf/open/floor/mineral/titanium/blue, +/area/ruin/space/has_grav/syndicircle/escape) +"Xt" = ( +/obj/structure/barricade/sandbags, +/turf/open/floor/plating/sandy_dirt, +/area/ruin/space/has_grav/syndicircle/training) +"XA" = ( +/obj/structure/rack, +/obj/item/ammo_box/foambox/riot, +/obj/item/gun/ballistic/automatic/toy/pistol/riot, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"XW" = ( +/mob/living/simple_animal/hostile/human/syndicate/melee/space{ + name = "REDFOR commando" + }, +/turf/open/space, +/area/ruin/space/has_grav/syndicircle/spacewalk) +"XX" = ( +/obj/machinery/power/emitter/welded, +/obj/structure/railing{ + dir = 10 + }, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/syndicircle/escape) +"Yh" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/fulltile/shuttle/tinted, +/turf/open/floor/mineral/titanium/blue, +/area/ruin/space/has_grav/syndicircle/escape) +"Yr" = ( +/obj/structure/chair/comfy/shuttle, +/mob/living/simple_animal/hostile/human/syndicate/mecha_pilot/no_mech/nanotrasen{ + name = "BLUFOR Pilot" + }, +/turf/open/floor/mineral/titanium/blue, +/area/ruin/space/has_grav/syndicircle/escape) +"Yx" = ( +/obj/machinery/power/emitter/welded, +/obj/structure/railing{ + dir = 6 + }, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/syndicircle/escape) +"YB" = ( +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plating/sandy_dirt, +/area/ruin/space/has_grav/syndicircle/training) +"YD" = ( +/obj/structure/barricade/sandbags, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/sandy_dirt, +/area/ruin/space/has_grav/syndicircle/training) +"YJ" = ( +/obj/structure/fence/cut/large{ + dir = 8 + }, +/turf/open/floor/plating/sandy_dirt, +/area/ruin/space/has_grav/syndicircle/training) +"YV" = ( +/obj/structure/table/greyscale, +/obj/item/assembly/timer{ + pixel_x = 5; + pixel_y = 3 + }, +/obj/item/assembly/timer{ + pixel_x = -4; + pixel_y = -3 + }, +/obj/machinery/camera{ + network = list("zonea") + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/syndicircle/training) +"Zf" = ( +/obj/machinery/light/directional/west, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"Zk" = ( +/obj/machinery/vending/toyliberationstation, +/turf/open/floor/plating, +/area/ruin/space/has_grav/syndicircle/training) +"Zq" = ( +/obj/machinery/door/airlock/centcom, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"Zt" = ( +/obj/machinery/button{ + id = 99; + name = "Zone Alpha shutters"; + pixel_x = 8; + dir = 4 + }, +/turf/closed/wall/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"ZH" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) +"ZU" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/human/syndicate/ranged/smg/space{ + name = "REDFOR commando" + }, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav/syndicircle/spacewalk) +"ZW" = ( +/turf/template_noop, +/area/template_noop) +"ZZ" = ( +/obj/machinery/camera{ + dir = 5; + network = list("zoneb") + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/syndicircle/spacewalk) + +(1,1,1) = {" +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +AP +GV +GV +GV +AP +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +"} +(2,1,1) = {" +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +AP +GV +AP +GV +AP +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +"} +(3,1,1) = {" +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +pT +Ir +pT +Hl +pT +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +"} +(4,1,1) = {" +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +AP +BJ +ay +ay +ay +pT +AP +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +"} +(5,1,1) = {" +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +AP +BV +ay +Ik +ay +Lb +AP +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +"} +(6,1,1) = {" +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +pT +pT +pT +pT +Ir +am +Ir +pT +pT +pT +pT +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +"} +(7,1,1) = {" +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +pT +pT +pT +pT +ap +ap +ay +ap +ay +ap +ay +ap +ap +pT +pT +pT +pT +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +"} +(8,1,1) = {" +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +pT +pT +pT +pT +ap +ap +ap +Df +ur +ur +IT +wU +ay +ap +ap +ap +ap +ap +ap +pT +pT +pT +pT +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +"} +(9,1,1) = {" +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +pT +pT +pT +Df +ur +ur +ur +ur +ur +Ch +pT +pT +Jx +pT +Pq +pT +pT +ap +ap +ap +ap +ap +ap +ap +pT +pT +pT +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +"} +(10,1,1) = {" +ZW +ZW +ZW +ZW +ZW +ZW +ZW +pT +pT +ay +ap +jx +ap +ap +pT +pT +pT +pT +pT +pT +Dm +ap +ap +pT +pT +pT +pT +pT +pT +ap +ap +ay +ap +ay +pT +pT +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +"} +(11,1,1) = {" +ZW +ZW +ZW +ZW +ZW +ZW +pT +pT +jo +ur +BY +Ch +qo +qo +qo +aW +aW +aW +aW +pT +Dm +ap +ap +pT +MV +Rw +MV +MV +pT +pT +pT +ap +ay +ap +ay +pT +pT +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +"} +(12,1,1) = {" +ZW +ZW +ZW +ZW +ZW +pT +bo +dN +jx +ay +pT +pT +qo +aW +bL +eh +en +aW +aW +pT +EQ +ap +ap +bS +MW +Rz +Ng +TG +Oc +RV +pT +pT +pT +ay +ay +Ua +Kb +pT +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +"} +(13,1,1) = {" +ZW +ZW +ZW +ZW +pT +pT +ay +ay +ov +dP +pT +dZ +dZ +eh +eu +bL +bL +bx +aW +Cd +ES +ap +eH +Lh +MV +Oc +Oc +TP +Ng +Oc +MW +Ox +pT +JP +UA +ay +ay +pT +pT +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +"} +(14,1,1) = {" +ZW +ZW +ZW +pT +pT +ay +ay +UA +uc +Rs +kK +mN +dZ +dZ +ut +bL +bL +bL +bD +Cd +ET +ay +tq +Lh +Ng +Ng +SC +Ox +Ng +Oc +Oc +RH +IE +kE +JP +ay +ay +ay +pT +pT +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +"} +(15,1,1) = {" +ZW +ZW +ZW +pT +ay +ap +ay +dP +up +ir +BZ +na +Ci +dZ +vc +tf +gz +bL +AQ +am +WU +ap +ay +LF +NT +Ng +RV +MV +Ng +Oc +Ng +RH +qP +MV +kE +JP +ay +ap +ay +pT +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +"} +(16,1,1) = {" +ZW +ZW +pT +pT +ap +ay +pT +pT +gi +iz +iH +nR +nZ +ta +bL +bL +bD +bL +oS +lv +jx +ay +ay +lv +Ng +RH +MV +MV +VW +Ng +YB +Ox +MV +MV +MV +pT +pT +ay +ap +pT +pT +ZW +ZW +ZW +ZW +ZW +ZW +ZW +"} +(17,1,1) = {" +ZW +ZW +pT +ap +ay +ap +pT +dZ +gp +iD +lb +nZ +ow +dZ +bL +bL +bL +bL +oS +lv +jx +ay +ay +lv +Oc +RH +SF +MV +Ng +Ng +SC +MV +UL +iy +Oc +by +pT +ap +ay +ap +pT +ZW +ZW +ZW +ZW +ZW +ZW +ZW +"} +(18,1,1) = {" +ZW +ZW +pT +ap +ap +pT +pT +dZ +dZ +iH +iz +ow +dZ +dZ +aW +bD +en +bL +Ed +am +jx +ap +ay +LF +Ox +Ox +Ox +MV +VZ +Xt +YD +Ox +RR +YD +Ng +Ng +pT +pT +ap +ap +pT +ZW +ZW +ZW +ZW +ZW +ZW +ZW +"} +(19,1,1) = {" +ZW +pT +pT +ap +ap +pT +aW +bL +dZ +iM +le +dZ +dZ +aW +aW +eh +bL +bL +bL +Cd +ET +ay +Jq +Lh +Ox +RR +Rw +TQ +Rw +RH +RR +MV +Oc +JT +Ng +Oc +MV +pT +ap +ap +pT +pT +ZW +ZW +ZW +ZW +ZW +ZW +"} +(20,1,1) = {" +ZW +pT +ap +ap +pT +pT +bx +bL +gv +iR +bL +bD +eh +eh +aW +aW +bL +bL +en +Cd +ES +ap +Jv +Lh +MV +Rw +RV +Ox +MV +Ox +MV +MV +oJ +MV +MV +oJ +MV +pT +pT +ap +ap +pT +ZW +ZW +ZW +ZW +ZW +ZW +"} +(21,1,1) = {" +ZW +pT +ap +ap +pT +aW +bD +eh +bL +bL +bL +aW +qv +eh +eh +aW +tf +bL +aW +bS +Dm +ap +at +am +MV +RV +SC +Ox +Wt +Oc +YJ +bz +Oc +MV +RV +Ng +Ng +MW +pT +ap +ap +pT +ZW +ZW +ZW +ZW +ZW +ZW +"} +(22,1,1) = {" +pT +pT +ap +ap +pT +aW +bL +en +gz +bL +bL +aW +aW +bL +eh +bL +bL +zY +aW +am +Dm +ap +ap +am +MV +RV +Ng +UI +Oc +MV +MV +MV +Ox +Ox +Oc +Ng +Ng +xD +pT +ap +ap +pT +pT +ZW +ZW +ZW +ZW +ZW +"} +(23,1,1) = {" +pT +ap +ap +ap +pT +aW +aW +eu +bL +bL +bL +bL +eh +bL +bL +bL +yO +aW +aW +am +Jx +am +Pq +am +MV +Sb +RV +Oc +Ng +Ox +YV +nU +Mv +oK +Oc +Oc +RV +QT +pT +ap +ap +ap +pT +ZW +ZW +ZW +ZW +ZW +"} +(24,1,1) = {" +pT +ap +ap +pT +pT +aW +aW +aW +eu +iZ +lg +oS +Cj +tf +bL +wN +aW +aW +am +am +Dm +Im +ap +am +am +MV +RV +Vd +Wv +MV +Zk +yf +Lt +wh +RV +Oc +MW +iq +pT +pT +ap +ap +pT +AP +AP +ZW +ZW +ZW +"} +(25,1,1) = {" +pT +ap +ap +pT +pT +pT +pT +ew +ew +am +Cu +Cu +am +ew +ew +bS +am +am +am +CC +Fr +ap +FM +Mf +am +am +am +am +ci +ci +Zt +zr +nm +am +ci +ci +bS +pT +pT +pT +ap +ay +pT +uE +BJ +pT +AP +AP +"} +(26,1,1) = {" +pT +ap +ap +au +ap +ap +bM +eH +gF +wG +ay +ay +ay +tl +eH +ap +ap +au +ap +Df +Fv +ur +ur +ur +ur +Zq +ur +Zf +WV +XA +BY +tp +ay +uU +tq +eH +lP +ap +ap +au +ay +ap +EO +ay +ay +EO +GV +GV +"} +(27,1,1) = {" +pT +ap +at +pT +ap +ap +ap +ap +ay +ap +ay +ay +ap +ay +ap +ap +ap +am +AV +Dm +Bj +IY +vT +ap +OE +am +ap +ap +ap +ay +ap +jx +ay +ap +ay +ap +ap +ap +ap +am +vQ +ay +pT +dN +ay +pT +AP +GV +"} +(28,1,1) = {" +pT +ap +ap +au +ap +ap +bP +eJ +hh +ay +ay +ay +CA +tq +FG +wU +ap +au +Bj +Dn +ZH +ap +ap +ap +ap +au +ap +ap +eH +KY +Xf +jx +ay +ay +Kr +eH +wU +ap +ap +au +ay +ap +EO +ay +ay +EO +GV +GV +"} +(29,1,1) = {" +pT +ap +ap +pT +pT +pT +bS +Iv +Iv +am +nm +Cu +am +Iv +Iv +am +am +am +am +DG +HC +ap +Rj +Mr +am +am +am +bS +WY +WY +am +zr +nm +am +WY +WY +pT +pT +pT +pT +ap +ay +pT +Lb +pT +pT +AP +AP +"} +(30,1,1) = {" +pT +ap +ap +pT +pT +ba +bV +bV +bV +Bx +kc +bV +qV +Li +vg +ho +vg +ho +am +am +Dm +Je +ap +am +am +OH +SQ +Tj +DU +XW +ZZ +TF +xF +KH +Tj +OH +Bc +OH +pT +pT +ap +ap +pT +AP +AP +ZW +ZW +ZW +"} +(31,1,1) = {" +pT +ap +ap +ap +pT +bf +cC +ff +ho +yG +FH +oV +rf +ho +vx +xd +zm +bV +ho +am +Jx +am +Pq +am +OH +Sf +Tj +Vn +Vn +Vn +Vn +Vn +Vn +Vn +Vn +Sf +OH +OH +pT +ap +ap +ap +pT +ZW +ZW +ZW +ZW +ZW +"} +(32,1,1) = {" +pT +pT +ap +ap +pT +bf +cQ +fI +FH +jA +ho +bV +ru +tz +tz +tz +zn +zm +ws +am +Dm +ap +ap +am +OH +Sf +Tl +Vn +Vn +Vn +Vn +Vn +Vn +Vn +Vn +ZU +Sf +OH +pT +ap +ap +pT +pT +ZW +ZW +ZW +ZW +ZW +"} +(33,1,1) = {" +ZW +pT +ap +ap +pT +ba +dd +bV +ho +yG +lX +mc +rV +tE +vB +xs +rf +Li +ho +bS +Dm +ap +at +Mt +OW +Sh +Sh +OW +OW +XX +Tl +Vn +Vn +Vn +Vn +Sf +SQ +OH +pT +ap +ap +pT +ZW +ZW +ZW +ZW +ZW +ZW +"} +(34,1,1) = {" +ZW +pT +ap +ap +pT +pT +dh +bV +ht +ht +mc +oW +sb +sb +vC +vB +zF +Af +ws +fe +GJ +ap +eH +jG +OY +Qd +Qd +Vp +OW +Yh +OW +Tl +Vn +Vn +Tj +DU +OH +pT +pT +ap +ap +pT +ZW +ZW +ZW +ZW +ZW +ZW +"} +(35,1,1) = {" +ZW +pT +pT +ap +ap +pT +bV +dd +hw +bV +mq +pb +st +tG +vE +xE +rf +bV +yG +fe +GW +ay +Kr +jG +Pv +Sl +To +Vu +Xb +Qd +Yh +Yh +Tj +Tj +MP +OH +OH +pT +ap +ap +pT +pT +ZW +ZW +ZW +ZW +ZW +ZW +"} +(36,1,1) = {" +ZW +ZW +pT +ap +ap +pT +pT +fO +if +bV +mq +pk +sC +tN +wa +xI +ru +tz +Br +am +WH +ap +Kt +Mt +Qc +Sr +Tw +Qd +Sr +Yr +Na +Yh +Sf +OH +OH +OH +pT +pT +ap +ap +pT +ZW +ZW +ZW +ZW +ZW +ZW +ZW +"} +(37,1,1) = {" +ZW +ZW +pT +ap +ay +ap +pT +ba +bV +kc +mB +pt +sE +tV +wb +wp +fO +sX +bV +lv +jx +ay +Kt +Mu +Qd +Sz +Tz +Sz +Xo +Sr +Yh +Yh +Tl +SQ +OH +OH +pT +ap +ay +ap +pT +ZW +ZW +ZW +ZW +ZW +ZW +ZW +"} +(38,1,1) = {" +ZW +ZW +pT +pT +ap +ay +pT +pT +bf +kj +bV +mB +sI +tZ +wp +bV +FH +bV +kc +lv +jx +ay +Kt +Mu +Qy +Qd +Sr +VH +OW +Yh +OW +Tl +Vn +Tj +DU +pT +pT +ay +ap +pT +pT +ZW +ZW +ZW +ZW +ZW +ZW +ZW +"} +(39,1,1) = {" +ZW +ZW +ZW +pT +ay +ap +du +fZ +CO +kv +mC +qm +bV +lX +ws +ho +bV +Aj +Ej +am +jx +ap +KR +Mt +OW +Sh +Sh +OW +OW +Yx +Tl +Vn +XW +Tl +bd +GP +ay +ap +ay +pT +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +"} +(40,1,1) = {" +ZW +ZW +ZW +pT +pT +ay +ay +ay +fZ +in +kv +dd +sX +fO +ws +FH +yG +ho +bV +fe +GZ +ay +KY +fe +DU +Sf +Tl +Vn +Vn +Vn +Vn +Vn +Vn +bd +GP +ay +ay +ay +pT +pT +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +"} +(41,1,1) = {" +ZW +ZW +ZW +ZW +pT +pT +ay +ay +UA +fZ +pT +ba +bV +bV +bV +bV +zP +Al +Fq +DW +OB +ap +eH +fe +OH +Sf +Sf +Vn +Vn +Vn +Wx +NV +pT +GP +UA +ay +du +pT +pT +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +"} +(42,1,1) = {" +ZW +ZW +ZW +ZW +ZW +pT +dx +dN +ay +ay +pT +pT +pT +dd +wD +dd +cC +AG +Bw +pT +Hi +ap +ap +bS +OH +OH +Tj +Tj +Sf +DU +pT +pT +pT +ay +ay +Ua +yT +pT +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +"} +(43,1,1) = {" +ZW +ZW +ZW +ZW +ZW +ZW +pT +pT +ay +ap +ay +ap +pT +pT +pT +ba +kv +kv +ba +pT +ap +ap +ap +pT +OH +OH +Tj +DU +pT +pT +pT +ap +ay +ap +ay +pT +pT +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +"} +(44,1,1) = {" +ZW +ZW +ZW +ZW +ZW +ZW +ZW +pT +pT +ay +ap +ay +ap +ap +pT +pT +pT +pT +pT +pT +ap +ap +ap +pT +pT +pT +pT +pT +pT +ap +ap +ay +ap +ay +pT +pT +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +"} +(45,1,1) = {" +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +pT +pT +pT +ap +ap +ap +ap +ap +ap +ap +pT +pT +Pq +am +Pq +pT +pT +ap +ap +ap +ap +ap +ap +ap +pT +pT +pT +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +"} +(46,1,1) = {" +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +pT +pT +pT +pT +ap +ap +ap +ap +ap +ap +ay +bM +ay +ap +ap +ap +ap +ap +ap +pT +pT +pT +pT +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +"} +(47,1,1) = {" +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +pT +pT +pT +pT +ap +ap +ay +ap +ay +ap +ay +ap +ap +pT +pT +pT +pT +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +"} +(48,1,1) = {" +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +pT +pT +pT +pT +Ir +am +Ir +pT +pT +pT +pT +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +"} +(49,1,1) = {" +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +AP +BJ +ay +Ji +ay +Lb +AP +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +"} +(50,1,1) = {" +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +AP +Ek +ay +ay +ay +pT +AP +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +"} +(51,1,1) = {" +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +pT +Ir +am +Ir +pT +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +"} +(52,1,1) = {" +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +AP +GV +AP +GV +AP +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +"} +(53,1,1) = {" +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +AP +GV +GV +GV +AP +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +"} diff --git a/_maps/RandomRuins/SpaceRuins/scav_mining.dmm b/_maps/RandomRuins/SpaceRuins/scav_mining.dmm new file mode 100644 index 000000000000..cc1e434dc75b --- /dev/null +++ b/_maps/RandomRuins/SpaceRuins/scav_mining.dmm @@ -0,0 +1,4471 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/turf/open/space, +/area/space) +"ab" = ( +/turf/closed/mineral, +/area/ruin/space/has_grav) +"ac" = ( +/obj/effect/decal/cleanable/vomit, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/dorm) +"ae" = ( +/mob/living/simple_animal/hostile/asteroid/hivelord, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav) +"af" = ( +/obj/item/stack/medical/bruise_pack, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav) +"ag" = ( +/obj/item/stack/ore/gold{ + amount = 2; + pixel_x = 13 + }, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav) +"ak" = ( +/obj/machinery/atmospherics/pipe/simple{ + dir = 4 + }, +/obj/machinery/door/airlock/hatch{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/scav_mining/entrance) +"al" = ( +/obj/item/stack/ore/titanium, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav) +"au" = ( +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav) +"ay" = ( +/obj/item/mining_scanner, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav) +"aD" = ( +/obj/item/pickaxe/drill, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav) +"aM" = ( +/obj/effect/decal/cleanable/ash, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/scav_mining/entrance) +"aO" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/machinery/atmospherics/pipe/manifold/general{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/core) +"aQ" = ( +/turf/closed/mineral/random, +/area/ruin/space/has_grav) +"aS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/core) +"aU" = ( +/obj/item/stack/ore/plasma{ + amount = 10; + pixel_x = -10; + pixel_y = -10 + }, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav) +"aW" = ( +/obj/item/stack/ore/diamond{ + pixel_x = 5; + pixel_y = 10 + }, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav) +"ba" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/scav_mining/entrance) +"bu" = ( +/obj/item/flashlight/lantern, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav) +"cp" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/ash, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/scav_mining/entrance) +"cq" = ( +/obj/machinery/atmospherics/pipe/simple{ + dir = 9 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/core) +"cs" = ( +/obj/machinery/airalarm/directional/west{ + pixel_x = -25 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/dorm) +"dK" = ( +/obj/item/stack/sheet/mineral/wood, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/dorm) +"ez" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/dorm) +"fB" = ( +/obj/effect/decal/cleanable/oil/streak, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/manifold/general, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/core) +"ga" = ( +/obj/machinery/atmospherics/components/unary/vent_pump{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/scav_mining/entrance) +"gi" = ( +/obj/machinery/atmospherics/pipe/simple{ + dir = 9 + }, +/obj/item/stack/sheet/mineral/wood, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/core) +"gx" = ( +/turf/closed/wall/material, +/area/ruin/space/has_grav/scav_mining/entrance) +"gR" = ( +/obj/item/reagent_containers/food/drinks/waterbottle/large/empty, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/dorm) +"hl" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_pump{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/scav_mining/entrance) +"hU" = ( +/obj/effect/decal/cleanable/ash, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/dorm) +"kW" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/dorm) +"lr" = ( +/obj/item/trash/boritos, +/obj/effect/decal/cleanable/vomit, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/dorm) +"mS" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/portable_atmospherics/pump, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav) +"nd" = ( +/obj/machinery/door/airlock/hatch{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/scav_mining/entrance) +"nw" = ( +/obj/structure/table, +/obj/machinery/light/small/broken/directional/west, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/dorm) +"nA" = ( +/obj/item/trash/energybar, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/dorm) +"nE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/scav_mining/entrance) +"on" = ( +/obj/item/stack/ore/plasma{ + amount = 5; + pixel_x = -15; + pixel_y = -10 + }, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav) +"oB" = ( +/obj/item/grenade, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav) +"pn" = ( +/mob/living/simple_animal/hostile/carp, +/turf/open/space, +/area/space) +"pw" = ( +/obj/machinery/light/small/broken/directional/north, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/scav_mining/entrance) +"pA" = ( +/obj/machinery/atmospherics/components/unary/vent_pump{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/dorm) +"pE" = ( +/mob/living/simple_animal/hostile/asteroid/basilisk, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/scav_mining/entrance) +"qb" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple{ + dir = 5 + }, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/scav_mining/entrance) +"qP" = ( +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/core) +"qX" = ( +/obj/item/stack/medical/ointment, +/obj/item/pipe{ + dir = 5 + }, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav) +"rl" = ( +/obj/effect/mob_spawn/human/miner, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav) +"rH" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/scav_mining/entrance) +"rM" = ( +/obj/effect/mob_spawn/human/corpse/cargo_tech, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/scav_mining/entrance) +"sr" = ( +/obj/machinery/atmospherics/pipe/simple{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/dorm) +"tr" = ( +/obj/item/stack/ore/silver{ + amount = 2; + pixel_x = -16; + pixel_y = -4 + }, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav) +"tw" = ( +/obj/item/stack/ore/uranium{ + pixel_x = -10 + }, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav) +"tY" = ( +/obj/item/stack/ore/silver{ + amount = 5; + pixel_x = 7; + pixel_y = -3 + }, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav) +"ue" = ( +/obj/item/stack/ore/iron{ + amount = 5; + pixel_x = -10; + pixel_y = 3 + }, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav) +"up" = ( +/obj/item/stack/ore/silver{ + amount = 5; + pixel_x = 6; + pixel_y = 5 + }, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav) +"uH" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple{ + dir = 10 + }, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/scav_mining/entrance) +"vn" = ( +/obj/machinery/power/port_gen/pacman, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/core) +"vw" = ( +/obj/item/stack/ore/iron{ + amount = 15; + pixel_x = 15; + pixel_y = 5 + }, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav) +"wi" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple{ + dir = 10 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/core) +"xv" = ( +/obj/machinery/door/airlock/hatch{ + dir = 4 + }, +/obj/structure/barricade/wooden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple{ + dir = 6 + }, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/scav_mining/core) +"xC" = ( +/obj/item/radio, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/general{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/core) +"zo" = ( +/obj/machinery/atmospherics/pipe/simple{ + dir = 9 + }, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/scav_mining/entrance) +"zA" = ( +/obj/item/tank/internals/oxygen, +/obj/item/tank/internals/oxygen, +/obj/item/tank/jetpack/improvised, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/core) +"zH" = ( +/obj/machinery/door/airlock/hatch, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/scav_mining/core) +"zO" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/core) +"Ao" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/scav_mining/entrance) +"Ax" = ( +/mob/living/simple_animal/hostile/asteroid/basilisk, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav) +"Cs" = ( +/obj/machinery/light/small/broken/directional/east, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav) +"CG" = ( +/obj/structure/closet/crate, +/obj/machinery/atmospherics/pipe/simple, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/scav_mining/entrance) +"Dy" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/scav_mining/entrance) +"Dz" = ( +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/scav_mining/entrance) +"Et" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/stack/sheet/metal, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav) +"EB" = ( +/obj/item/stack/ore/titanium{ + amount = 10; + pixel_x = 5; + pixel_y = -2 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav) +"Fn" = ( +/turf/closed/mineral/random/labormineral, +/area/ruin/space/has_grav) +"Fp" = ( +/obj/item/stack/sheet/mineral/wood, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/scav_mining/entrance) +"FV" = ( +/obj/effect/decal/remains/human, +/obj/item/pickaxe/drill, +/obj/item/mining_scanner, +/obj/item/clothing/suit/space/hardsuit/mining, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav) +"Gx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/dorm) +"Hr" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple{ + dir = 5 + }, +/obj/item/stack/sheet/metal, +/obj/item/stack/sheet/mineral/wood, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/scav_mining/entrance) +"Hw" = ( +/obj/item/stack/ore/gold{ + amount = 2; + pixel_x = 13; + pixel_y = 10 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav) +"HQ" = ( +/obj/structure/girder/displaced, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/dorm) +"Ia" = ( +/obj/effect/decal/cleanable/oil, +/obj/machinery/door/airlock/hatch{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/scav_mining/core) +"Ii" = ( +/obj/machinery/atmospherics/pipe/simple{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/core) +"Iu" = ( +/obj/item/stack/medical/bruise_pack, +/obj/machinery/atmospherics/pipe/manifold/general{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/scav_mining/entrance) +"Ix" = ( +/obj/machinery/atmospherics/pipe/simple{ + dir = 6 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/core) +"IA" = ( +/turf/closed/mineral/random/high_chance, +/area/ruin/space/has_grav) +"IG" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/core) +"JB" = ( +/obj/machinery/airalarm/directional/south{ + pixel_y = -25 + }, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/scav_mining/entrance) +"JK" = ( +/turf/closed/wall/rust, +/area/ruin/space/has_grav/scav_mining/core) +"Kp" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple{ + dir = 5 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/core) +"KK" = ( +/obj/machinery/portable_atmospherics/scrubber, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/dorm) +"KU" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/machinery/atmospherics/components/unary/portables_connector{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/core) +"Le" = ( +/obj/structure/girder/displaced, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav) +"Lm" = ( +/obj/item/stack/sheet/glass/fifty, +/obj/machinery/atmospherics/components/unary/vent_pump, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/core) +"LT" = ( +/obj/effect/mob_spawn/human/miner, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/dorm) +"MZ" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/mob_spawn/human/miner, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav) +"No" = ( +/obj/machinery/atmospherics/pipe/simple, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/scav_mining/entrance) +"ND" = ( +/obj/structure/barricade/sandbags, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav) +"NE" = ( +/obj/structure/bed, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/dorm) +"Oz" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/scav_mining/entrance) +"OD" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/pipe{ + dir = 8 + }, +/obj/effect/decal/cleanable/ash, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav) +"OI" = ( +/obj/structure/closet/crate, +/obj/machinery/light/small/broken/directional/south, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/scav_mining/entrance) +"Pj" = ( +/obj/item/stack/ore/iron{ + amount = 15; + pixel_x = -10; + pixel_y = -4 + }, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav) +"PO" = ( +/obj/item/trash/pistachios, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/dorm) +"PT" = ( +/obj/structure/closet/crate, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/scav_mining/entrance) +"Rp" = ( +/mob/living/simple_animal/hostile/asteroid/goliath/beast/ancient, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav) +"RD" = ( +/turf/closed/wall/rust, +/area/ruin/space/has_grav/scav_mining/entrance) +"Sd" = ( +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/core) +"Sq" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/core) +"Su" = ( +/obj/machinery/atmospherics/pipe/simple{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/scav_mining/entrance) +"Ti" = ( +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/item/stack/sheet/metal, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/scav_mining/entrance) +"Tw" = ( +/obj/structure/closet/crate, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/dorm) +"TJ" = ( +/obj/machinery/atmospherics/pipe/simple{ + dir = 8 + }, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav) +"TT" = ( +/obj/machinery/suit_storage_unit/open, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/core) +"Uk" = ( +/obj/machinery/light/small/broken/directional/west, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/dorm) +"Uz" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav) +"UR" = ( +/obj/structure/flora/ash/space/voidmelon, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav) +"Ve" = ( +/obj/item/stack/ore/bluespace_crystal{ + pixel_x = -5; + pixel_y = 10 + }, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav) +"Vw" = ( +/obj/item/trash/can/food/beans, +/obj/machinery/atmospherics/pipe/simple{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/dorm) +"Wk" = ( +/turf/closed/wall/material, +/area/ruin/space/has_grav/scav_mining/core) +"WC" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/space/has_grav) +"Xg" = ( +/obj/machinery/airalarm/directional/north{ + pixel_y = 25 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/core) +"Xn" = ( +/obj/structure/barricade/wooden, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/dorm) +"XD" = ( +/obj/machinery/atmospherics/components/trinary/mixer{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/core) +"YE" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/dorm) +"YF" = ( +/obj/structure/table, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/dorm) +"Zb" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/machinery/atmospherics/components/unary/portables_connector{ + dir = 4 + }, +/obj/machinery/light/small/broken/directional/west, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/core) +"Zi" = ( +/obj/item/trash/can/food/beans, +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/dorm) +"ZC" = ( +/obj/machinery/atmospherics/pipe/simple{ + dir = 4 + }, +/obj/machinery/advanced_airlock_controller{ + pixel_y = 25 + }, +/obj/machinery/light/small/broken/directional/south, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/scav_mining/entrance) +"ZH" = ( +/turf/open/floor/plating, +/area/ruin/space/has_grav/scav_mining/dorm) + +(1,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(2,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(3,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(4,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(5,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(6,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +pn +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(7,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(8,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(9,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +pn +aa +aa +aa +aa +aa +aa +aa +"} +(10,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Fn +Fn +Fn +Fn +Fn +aa +aa +aa +aa +aa +aa +Fn +Fn +Fn +aQ +Fn +Fn +Fn +Fn +Fn +Fn +Fn +Fn +Fn +Fn +Fn +aa +Fn +Fn +Fn +Fn +Fn +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(11,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Fn +Fn +Fn +Fn +Fn +Fn +Fn +aa +Fn +Fn +Fn +Fn +Fn +Fn +Fn +Fn +Fn +Fn +Fn +aQ +Fn +Fn +Fn +Fn +Fn +Fn +aa +Fn +Fn +Fn +Fn +Fn +Fn +Fn +aa +Fn +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(12,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +Fn +Fn +Fn +Fn +aQ +aQ +Fn +Fn +Fn +Fn +Fn +Fn +Fn +aQ +aQ +Fn +Fn +Fn +Fn +Fn +Fn +Fn +Fn +Fn +Fn +Fn +Fn +ab +Fn +Fn +Fn +Fn +Fn +Fn +Fn +Fn +Fn +Fn +Fn +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(13,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +Fn +Fn +Fn +aQ +aQ +aQ +aQ +aQ +Fn +Fn +aQ +Fn +Fn +aQ +aQ +aQ +Fn +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +ab +aQ +Fn +aQ +aQ +aQ +Fn +aQ +Fn +Fn +Fn +Fn +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(14,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +Fn +Fn +Fn +aQ +aQ +aQ +aQ +Fn +Fn +Fn +Fn +Fn +aQ +aQ +Fn +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +ab +aQ +aQ +Fn +aQ +Fn +Fn +aQ +Fn +Fn +Fn +Fn +Fn +Fn +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(15,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +Fn +Fn +Fn +Fn +aQ +aQ +Fn +Fn +Fn +Fn +Fn +Fn +aQ +aQ +Fn +au +au +au +au +au +Uz +bu +au +au +au +au +au +au +au +au +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +Fn +Fn +Fn +Fn +Fn +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(16,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +Fn +Fn +Fn +Fn +au +au +au +aQ +aQ +aQ +Fn +aQ +aQ +aQ +aQ +au +Uz +aQ +aQ +Uz +Uz +au +aQ +aQ +aQ +au +aQ +au +au +ae +au +bu +Uz +ND +af +Uz +au +Le +au +Fn +Fn +Fn +Fn +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(17,1,1) = {" +aa +aa +aa +aa +aa +aa +Fn +Fn +Fn +Fn +Fn +aQ +aQ +au +au +aQ +Fn +Fn +aQ +aQ +aQ +au +ay +au +aQ +aQ +au +au +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +au +au +au +au +ND +qX +rl +Et +aD +au +Fn +au +Le +Fn +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(18,1,1) = {" +aa +aa +aa +aa +aa +aa +Fn +Fn +Fn +Fn +Fn +aQ +aQ +aQ +au +au +aQ +aQ +aQ +aQ +aQ +aQ +au +au +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +up +au +Uz +Uz +ND +OD +Uz +ae +au +WC +au +au +WC +Fn +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(19,1,1) = {" +aa +aa +aa +aa +aa +aa +Fn +Fn +Fn +aQ +Fn +aQ +au +au +aQ +Uz +au +aQ +aQ +aQ +aQ +au +Uz +au +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +au +au +Le +au +Cs +TJ +au +aQ +aQ +Fn +Fn +au +au +Fn +Fn +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(20,1,1) = {" +aa +aa +pn +aa +aa +aa +Fn +Fn +Fn +Fn +Fn +aQ +au +au +aQ +aQ +Uz +aQ +aQ +aQ +au +au +Uz +ae +aQ +aQ +aQ +Ax +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +JK +Wk +JK +Ia +JK +JK +Wk +Fn +Fn +aQ +au +Fn +Fn +Fn +aa +aa +aa +aa +aa +aa +aa +aa +"} +(21,1,1) = {" +aa +aa +aa +aa +aa +aa +Fn +aQ +Fn +au +au +aQ +au +Uz +Uz +au +Uz +au +au +au +au +Uz +au +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +JK +TT +Lm +fB +Zb +KU +Wk +pw +Ao +Dz +Fp +Fn +Fn +Fn +Fn +aa +aa +aa +aa +aa +aa +aa +"} +(22,1,1) = {" +aa +aa +aa +aa +aa +Fn +Fn +Fn +Fn +au +au +aQ +Uz +Uz +au +au +au +au +au +au +aQ +aQ +aQ +aQ +IA +aQ +aQ +aQ +aQ +aQ +aQ +IA +aQ +aQ +aQ +aQ +aQ +aQ +Wk +TT +Ix +gi +XD +cq +JK +Dz +rH +rH +aM +pE +Dz +Fn +Fn +Fn +gx +aa +aa +aa +aa +aa +"} +(23,1,1) = {" +aa +aa +aa +aa +aa +Fn +Fn +Fn +Fn +Uz +Uz +au +au +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +Fn +aQ +IA +aQ +aQ +aQ +aQ +aQ +aQ +aQ +Fn +JK +TT +aO +Sq +xC +aS +zH +nE +Hr +ba +hl +Oz +PT +PT +Dz +JB +gx +aa +aa +aa +aa +aa +"} +(24,1,1) = {" +aa +aa +aa +aa +Fn +Fn +Fn +aQ +Fn +au +Uz +au +au +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +Fn +aQ +aQ +aQ +aQ +IA +aQ +IA +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +Fn +JK +Xg +Ii +zO +qP +zA +Wk +Dz +Dy +Dz +Iu +rM +No +CG +qb +OI +RD +aa +aa +aa +aa +aa +"} +(25,1,1) = {" +aa +aa +aa +aa +Fn +Fn +Fn +aQ +Fn +au +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +IA +IA +IA +IA +aQ +aQ +aQ +aQ +IA +aQ +Fn +Fn +JK +vn +wi +Kp +Sd +IG +JK +cp +uH +No +zo +Ti +rH +Dz +Su +Dz +RD +aa +aa +aa +aa +aa +"} +(26,1,1) = {" +aa +aa +aa +aa +aa +Fn +Fn +Fn +Fn +au +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +IA +aQ +IA +IA +IA +aQ +au +tr +aQ +IA +IA +aQ +aQ +aQ +aQ +Fn +Fn +Wk +Wk +JK +xv +JK +JK +JK +aQ +gx +gx +gx +RD +RD +RD +ak +gx +gx +aa +aa +aa +aa +aa +"} +(27,1,1) = {" +aa +aa +aa +aa +aa +Fn +Fn +Fn +Ax +au +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +IA +IA +IA +IA +au +aW +ag +aU +Uz +Uz +au +ae +Ve +au +aQ +aQ +aQ +Fn +Fn +nw +YF +Gx +Xn +ez +cs +Uk +Fn +Fn +aa +aa +aa +aa +RD +ZC +gx +aa +aa +aa +aa +aa +aa +"} +(28,1,1) = {" +aa +aa +aa +aa +Fn +Fn +aQ +Fn +au +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +IA +aQ +IA +IA +IA +au +ue +au +au +au +au +Uz +UR +au +aQ +aQ +aQ +aQ +aQ +Fn +YE +NE +lr +ZH +Vw +Tw +ZH +Tw +Fn +Fn +aa +aa +aa +aa +RD +ga +RD +aa +aa +pn +aa +aa +aa +"} +(29,1,1) = {" +aa +aa +aa +aa +Fn +Fn +aQ +au +oB +aQ +aQ +aQ +Fn +IA +IA +IA +aQ +aQ +IA +IA +IA +au +Ax +au +EB +au +au +tw +au +Uz +tw +IA +IA +aQ +aQ +Fn +NE +ZH +ZH +ZH +gR +sr +ac +ZH +kW +Fn +Fn +aa +aa +aa +aa +gx +nd +gx +aa +aa +aa +aa +aa +aa +"} +(30,1,1) = {" +aa +aa +aa +aa +Fn +aQ +Fn +bu +MZ +aQ +aQ +aQ +Fn +aQ +aQ +aQ +aQ +aQ +aQ +aQ +IA +tY +au +au +au +au +Ve +Uz +FV +al +au +aQ +aQ +aQ +aQ +Fn +ZH +ZH +LT +kW +ac +pA +nA +dK +KK +Fn +Fn +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(31,1,1) = {" +aa +aa +aa +aa +aQ +aQ +au +au +au +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +au +au +up +au +au +au +Rp +au +au +Uz +tY +aQ +aQ +aQ +Fn +ZH +ZH +dK +gR +nA +hU +LT +Tw +HQ +Fn +Fn +aa +aa +aa +pn +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(32,1,1) = {" +aa +aa +aa +aa +aa +aa +UR +Uz +ND +aQ +aQ +aQ +IA +aQ +aQ +IA +aQ +IA +IA +aQ +IA +au +au +au +tr +au +au +Uz +au +Pj +au +vw +au +aQ +aQ +Fn +Fn +Fn +Zi +ZH +ZH +kW +PO +ZH +Fn +Fn +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(33,1,1) = {" +aa +aa +aa +aa +aa +aa +Uz +au +ND +au +aQ +aQ +aQ +aQ +aQ +IA +aQ +aQ +IA +IA +aQ +au +aQ +aQ +on +au +au +Hw +au +vw +aQ +au +au +mS +aQ +Fn +Fn +ZH +ZH +ZH +ZH +NE +ZH +NE +Fn +Fn +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(34,1,1) = {" +aa +aa +aa +aa +pn +aa +Fn +Fn +Fn +au +aQ +aQ +aQ +Fn +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +IA +IA +IA +UR +au +IA +IA +IA +aQ +bu +Uz +aQ +aQ +Fn +Fn +Fn +Fn +Fn +Fn +HQ +ZH +Fn +Fn +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(35,1,1) = {" +aa +aa +aa +aa +aa +aQ +Fn +Fn +Fn +au +au +au +aQ +Fn +aQ +aQ +IA +aQ +aQ +IA +aQ +Fn +aQ +IA +aQ +IA +au +on +IA +IA +IA +aQ +IA +Uz +aQ +aQ +aQ +Fn +Fn +Fn +Fn +Fn +Fn +Fn +Fn +Fn +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(36,1,1) = {" +aa +aa +aa +aa +Fn +Fn +Fn +Fn +Fn +Fn +au +Uz +au +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +IA +IA +IA +IA +aQ +aQ +IA +aQ +au +IA +aQ +aQ +aQ +aQ +aQ +Fn +Fn +Fn +Fn +Fn +Fn +Fn +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(37,1,1) = {" +aa +aa +aa +aa +Fn +Fn +Fn +aQ +Fn +Fn +au +au +au +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +Uz +au +aQ +aQ +aQ +aQ +aQ +Fn +Fn +Fn +Fn +Fn +Fn +Fn +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(38,1,1) = {" +aa +aa +aa +aa +Fn +Fn +Fn +aQ +aQ +Fn +aQ +au +ae +au +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +ae +aQ +IA +IA +au +aQ +IA +aQ +aQ +aQ +aQ +aQ +Fn +Fn +Fn +Fn +Fn +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(39,1,1) = {" +aa +aa +aa +aa +Fn +Fn +Fn +Fn +aQ +Fn +aQ +aQ +au +au +aQ +aQ +au +au +aQ +aQ +aQ +aQ +aQ +Fn +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +au +aQ +aQ +aQ +aQ +aQ +aQ +Fn +Fn +Fn +Fn +Fn +Fn +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(40,1,1) = {" +aa +aa +aa +aa +aQ +aQ +Fn +Fn +aQ +Fn +aQ +aQ +aQ +au +IA +aQ +au +au +au +aQ +IA +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +au +aQ +aQ +aQ +aQ +aQ +aQ +Fn +Fn +Fn +Fn +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(41,1,1) = {" +aa +aa +aa +aa +aa +aQ +Fn +Fn +Fn +Fn +Fn +aQ +aQ +au +au +au +au +au +au +au +au +au +aQ +aQ +aQ +aQ +aQ +Fn +aQ +aQ +aQ +aQ +aQ +aQ +au +au +aQ +aQ +aQ +aQ +aQ +aQ +Fn +Fn +Fn +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(42,1,1) = {" +aa +aa +aa +aa +aQ +aQ +Fn +Fn +Fn +Fn +Fn +aQ +aQ +aQ +au +au +au +au +Fn +Fn +au +au +au +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +Fn +aQ +aQ +au +Ax +aQ +aQ +aQ +aQ +aQ +aQ +Fn +Fn +Fn +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(43,1,1) = {" +aa +aa +aa +aa +aa +aQ +Fn +Fn +Fn +aQ +aQ +Fn +Fn +aQ +au +au +Fn +Fn +Fn +Fn +au +aQ +au +au +au +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +au +au +aQ +aQ +aQ +aQ +aQ +aQ +aQ +Fn +Fn +Fn +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(44,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +Fn +Fn +Fn +Fn +Fn +Fn +aQ +Fn +Fn +Fn +aQ +aQ +Fn +au +aQ +aQ +aQ +au +au +au +au +au +aQ +aQ +aQ +IA +au +au +aQ +aQ +aQ +aQ +aQ +Fn +Fn +Fn +Fn +Fn +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(45,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +Fn +Fn +Fn +Fn +Fn +Fn +aQ +Fn +aQ +aQ +aQ +aQ +Fn +Fn +aQ +aQ +aQ +aQ +aQ +IA +aQ +au +au +au +au +au +au +aQ +aQ +aQ +aQ +aQ +Fn +Fn +Fn +Fn +Fn +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(46,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +Fn +Fn +Fn +Fn +Fn +Fn +Fn +Fn +Fn +Fn +Fn +aQ +aQ +Fn +Fn +aQ +aQ +aQ +aQ +Fn +aQ +aQ +aQ +aQ +aQ +aQ +aQ +Fn +Fn +aQ +aQ +aQ +Fn +Fn +Fn +Fn +Fn +aa +aa +aa +aa +pn +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(47,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aQ +Fn +Fn +aQ +Fn +Fn +Fn +Fn +Fn +Fn +Fn +aQ +Fn +Fn +Fn +Fn +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +aQ +Fn +aQ +Fn +Fn +Fn +Fn +Fn +Fn +Fn +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +pn +aa +aa +"} +(48,1,1) = {" +pn +aa +aa +aa +aa +aa +aa +aa +aQ +Fn +Fn +aQ +Fn +Fn +aQ +Fn +Fn +Fn +aQ +Fn +Fn +Fn +aQ +aQ +Fn +Fn +aQ +aQ +Fn +Fn +aQ +aQ +aQ +Fn +aQ +aQ +Fn +Fn +Fn +Fn +Fn +Fn +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(49,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aQ +aQ +Fn +aQ +aQ +Fn +Fn +Fn +Fn +aQ +Fn +Fn +Fn +Fn +Fn +Fn +Fn +Fn +Fn +Fn +aQ +aQ +Fn +aQ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(50,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Fn +Fn +Fn +aQ +aQ +Fn +Fn +Fn +Fn +Fn +Fn +Fn +aQ +Fn +aa +Fn +Fn +Fn +Fn +Fn +Fn +aQ +aQ +aQ +aQ +aa +aa +aa +aa +aa +pn +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(51,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Fn +Fn +Fn +Fn +Fn +aQ +aQ +aQ +Fn +aa +aQ +Fn +Fn +aa +aa +aa +aa +aa +Fn +aa +aQ +aQ +aQ +aQ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(52,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Fn +Fn +aQ +Fn +Fn +Fn +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Fn +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(53,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Fn +Fn +Fn +Fn +Fn +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(54,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +pn +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(55,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(56,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +pn +aa +aa +aa +aa +aa +aa +aa +Fn +Fn +Fn +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(57,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(58,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(59,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(60,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} diff --git a/_maps/RandomRuins/SpaceRuins/singularity_lab.dmm b/_maps/RandomRuins/SpaceRuins/singularity_lab.dmm index 28f84c6dfea9..54896bfe8630 100644 --- a/_maps/RandomRuins/SpaceRuins/singularity_lab.dmm +++ b/_maps/RandomRuins/SpaceRuins/singularity_lab.dmm @@ -4555,6 +4555,9 @@ }, /turf/open/floor/plasteel, /area/ruin/space/has_grav/singularitylab/lab) +"se" = ( +/turf/open/space/basic, +/area/ruin/space/has_grav) "sh" = ( /obj/effect/turf_decal/corner/opaque/white/full, /obj/item/weldingtool/empty, @@ -9240,7 +9243,9 @@ /turf/open/floor/wood, /area/ruin/space/has_grav/singularitylab/civvie) "Ke" = ( -/turf/closed/indestructible/rock, +/turf/closed/indestructible/rock{ + base_icon_state = "smoothrocks" + }, /area/ruin/space/has_grav) "Kf" = ( /obj/structure/cable{ @@ -13849,13 +13854,15 @@ tq tq tq tq +tq +tq +tq +tq +tq id tq tq tq -Ke -Ke -Ke tq tq tq @@ -13868,10 +13875,58 @@ tq tq tq tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +id +id +id +id +id +id +id +id +tq id id tq tq +"} +(2,1,1) = {" +tq +tq +tq +tq +tq +tq +tq tq tq tq @@ -13880,6 +13935,19 @@ id tq tq tq +Ke +Ke +Ke +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq tq tq tq @@ -13912,9 +13980,23 @@ tq tq tq tq +id +id +id +id +id +id +id +id +id +id +id +id +id +tq tq "} -(2,1,1) = {" +(3,1,1) = {" tq tq tq @@ -13943,8 +14025,6 @@ tq tq tq tq -tq -id id id tq @@ -13952,19 +14032,12 @@ tq tq tq tq -id -id -tq -tq tq tq tq +id tq tq -id -id -id -id tq tq tq @@ -13972,11 +14045,6 @@ tq tq tq tq -id -id -id -id -id tq tq tq @@ -13988,10 +14056,24 @@ tq tq tq tq +id +id +id +id +id +id +id +id +id +id +id +id +id +id tq tq "} -(3,1,1) = {" +(4,1,1) = {" tq tq tq @@ -14019,7 +14101,6 @@ id tq tq tq -tq id id id @@ -14028,10 +14109,11 @@ tq tq tq tq +tq +tq id id -id -id +tq tq tq tq @@ -14047,9 +14129,9 @@ tq tq tq tq -id -id -id +tq +tq +tq id id id @@ -14068,7 +14150,7 @@ tq tq tq "} -(4,1,1) = {" +(5,1,1) = {" tq tq tq @@ -14094,11 +14176,11 @@ Ke Ke Ke id -Ke -tq -tq tq id +id +id +tq tq tq tq @@ -14111,12 +14193,14 @@ id id tq tq -id -id tq tq id id +id +id +id +id tq tq tq @@ -14132,11 +14216,9 @@ id id id id -id -id -id -id -id +tq +tq +tq tq tq tq @@ -14145,7 +14227,7 @@ tq tq tq "} -(5,1,1) = {" +(6,1,1) = {" tq tq tq @@ -14171,8 +14253,9 @@ Ke id Ke id -Ke -Ke +tq +tq +id tq tq tq @@ -14187,14 +14270,15 @@ id id tq tq -id -id -id +tq +tq tq tq id id -id +tq +tq +tq tq tq tq @@ -14207,9 +14291,7 @@ id id id id -tq -tq -tq +id tq tq tq @@ -14222,7 +14304,7 @@ tq tq tq "} -(6,1,1) = {" +(7,1,1) = {" tq tq Ke @@ -14246,20 +14328,14 @@ id id id id -id -id -id -Ke Ke tq tq tq tq tq -Ke tq -id -id +tq tq tq tq @@ -14269,11 +14345,21 @@ id id id tq +tq +tq +tq +tq +tq +tq +id id id tq tq tq +tq +tq +tq id id id @@ -14282,11 +14368,7 @@ id id id id -id -tq -tq -tq -tq +kP tq tq tq @@ -14299,7 +14381,7 @@ tq tq tq "} -(7,1,1) = {" +(8,1,1) = {" tq Ke Ke @@ -14316,33 +14398,37 @@ id id id id -Yt -AB -dh -st -Hr id id id id id id -Ke +id Ke tq tq tq -Ke -Ke -Ke +tq +tq +tq +tq +tq +tq +tq +tq id id tq tq tq tq -id tq +tq +tq +tq +tq +id id tq tq @@ -14359,11 +14445,7 @@ id id id id -tq -tq -tq -tq -tq +kP tq tq tq @@ -14376,7 +14458,7 @@ tq tq tq "} -(8,1,1) = {" +(9,1,1) = {" id Ke id @@ -14392,26 +14474,14 @@ id id id id -Ue -AS -fD -pd -pd -SY -Tb -UG id id id id id -Ke -Ke -Ke -Ke -Ke id -Ke +id +id Ke Ke tq @@ -14424,18 +14494,394 @@ tq tq tq tq +id +id tq tq tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +id +id +id +id +id +id +id +id +kP +kP +kP +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +"} +(10,1,1) = {" +tq +Ke +Ke +Ke +id +id +id +id +id +id +id +id +id +id +id +id +id +id +id +id +id +id +id +id +Ke +Ke +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +id +id +id +tq +tq +tq +tq +tq +tq +tq +id +id +id +id +id +id +id +id +kP +kP +kP +kP +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +"} +(11,1,1) = {" +tq +tq +tq +Ke +id +id +id +id +id +id +id +id +id +id +id +id +id +id +id +id +id +id +id +id +id +Ke +Ke +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +id +id +id +tq +tq +tq +tq +tq +tq +tq +tq +id +id +id +id +id +id +id +id +kP +kP +kP +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +"} +(12,1,1) = {" +tq +tq +Ke +Ke +id +id +id +id +id +id +id +id +id +id +id +id +id +id +id +id +id +id +id +id +id +id +Ke +Ke +tq +tq +tq +tq +tq +Ke +tq +tq +tq +tq +tq +tq +tq +id +id +id +id +tq +tq +tq +tq +tq +tq +id +id +id +id +kP +kP +id +id +kP +kP +kP +kP +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +"} +(13,1,1) = {" +tq +Ke +Ke +id +id +id +id +id +id +id +id +id +id +id +id +id +Yt +AB +dh +st +Hr +id +id +id +id +id +id +Ke +Ke +tq +tq +tq +Ke +Ke +Ke +tq +tq +tq +tq +tq +tq +id +tq +id +tq +tq +tq +tq +tq +tq +id +id +id +id +kP +kP +kP +id +id +kP +kP +kP +kP +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +tq +"} +(14,1,1) = {" +id +Ke +id id id id id -id -id -id -id -kP +id +id +id +id +id +id +id +id +Ue +AS +fD +pd +pd +SY +Tb +UG +id +id +id +id +id +Ke +Ke +Ke +Ke +Ke +id +Ke +Ke +Ke +tq tq tq tq @@ -14448,12 +14894,33 @@ tq tq tq tq +id +id +id +id +kP +kP +kP +id +kP +kP +kP +kP +kP +tq +tq +tq +tq +tq +tq +tq +tq tq tq tq tq "} -(9,1,1) = {" +(15,1,1) = {" id Ke id @@ -14530,7 +14997,7 @@ tq tq tq "} -(10,1,1) = {" +(16,1,1) = {" tq Ke Ke @@ -14607,7 +15074,7 @@ tq tq tq "} -(11,1,1) = {" +(17,1,1) = {" tq tq Ke @@ -14684,7 +15151,7 @@ tq tq tq "} -(12,1,1) = {" +(18,1,1) = {" tq tq Ke @@ -14761,7 +15228,7 @@ tq tq tq "} -(13,1,1) = {" +(19,1,1) = {" tq Ke Ke @@ -14838,7 +15305,7 @@ tq tq tq "} -(14,1,1) = {" +(20,1,1) = {" tq Ke Qo @@ -14915,7 +15382,7 @@ tq tq tq "} -(15,1,1) = {" +(21,1,1) = {" tq Ke tq @@ -14992,7 +15459,7 @@ tq tq tq "} -(16,1,1) = {" +(22,1,1) = {" tq tq tq @@ -15069,7 +15536,7 @@ tq tq tq "} -(17,1,1) = {" +(23,1,1) = {" tq tq tq @@ -15146,7 +15613,7 @@ tq tq tq "} -(18,1,1) = {" +(24,1,1) = {" tq id id @@ -15223,7 +15690,7 @@ tq tq tq "} -(19,1,1) = {" +(25,1,1) = {" tq tq id @@ -15300,7 +15767,7 @@ tq tq tq "} -(20,1,1) = {" +(26,1,1) = {" tq tq tq @@ -15377,7 +15844,7 @@ tq tq tq "} -(21,1,1) = {" +(27,1,1) = {" tq tq tq @@ -15454,7 +15921,7 @@ tq tq tq "} -(22,1,1) = {" +(28,1,1) = {" tq tq Ke @@ -15531,7 +15998,7 @@ tq tq tq "} -(23,1,1) = {" +(29,1,1) = {" tq tq Ke @@ -15608,7 +16075,7 @@ tq tq tq "} -(24,1,1) = {" +(30,1,1) = {" tq id Ke @@ -15685,7 +16152,7 @@ tq tq tq "} -(25,1,1) = {" +(31,1,1) = {" tq id Ke @@ -15762,7 +16229,7 @@ kP tq tq "} -(26,1,1) = {" +(32,1,1) = {" tq tq Ke @@ -15839,7 +16306,7 @@ Ke tq tq "} -(27,1,1) = {" +(33,1,1) = {" tq tq Ke @@ -15916,7 +16383,7 @@ Ke tq tq "} -(28,1,1) = {" +(34,1,1) = {" tq tq tq @@ -15993,7 +16460,7 @@ Ke tq tq "} -(29,1,1) = {" +(35,1,1) = {" tq Ke Ke @@ -16066,11 +16533,11 @@ NB id id Ke -Qo +se tq tq "} -(30,1,1) = {" +(36,1,1) = {" tq Ke id @@ -16147,7 +16614,7 @@ Qo tq tq "} -(31,1,1) = {" +(37,1,1) = {" tq Ke Ke @@ -16224,7 +16691,7 @@ Qo tq tq "} -(32,1,1) = {" +(38,1,1) = {" tq tq tq @@ -16301,7 +16768,7 @@ Ke tq tq "} -(33,1,1) = {" +(39,1,1) = {" tq tq tq @@ -16378,7 +16845,7 @@ Ke tq tq "} -(34,1,1) = {" +(40,1,1) = {" tq tq tq @@ -16455,7 +16922,7 @@ Ke tq tq "} -(35,1,1) = {" +(41,1,1) = {" id id Ke @@ -16532,7 +16999,7 @@ Qo tq tq "} -(36,1,1) = {" +(42,1,1) = {" id id Ke @@ -16609,7 +17076,7 @@ tq tq tq "} -(37,1,1) = {" +(43,1,1) = {" tq tq Ke @@ -16686,7 +17153,7 @@ tq tq tq "} -(38,1,1) = {" +(44,1,1) = {" tq tq Ke @@ -16763,7 +17230,7 @@ Ke tq tq "} -(39,1,1) = {" +(45,1,1) = {" tq tq Ke @@ -16840,7 +17307,7 @@ Ke tq tq "} -(40,1,1) = {" +(46,1,1) = {" tq tq Ke @@ -16917,7 +17384,7 @@ Ke tq tq "} -(41,1,1) = {" +(47,1,1) = {" tq Ke Ke @@ -16994,7 +17461,7 @@ Ke tq tq "} -(42,1,1) = {" +(48,1,1) = {" tq Ke id @@ -17071,7 +17538,7 @@ Ke tq tq "} -(43,1,1) = {" +(49,1,1) = {" tq Ke id @@ -17148,7 +17615,7 @@ Ke tq tq "} -(44,1,1) = {" +(50,1,1) = {" tq Ke id @@ -17225,7 +17692,7 @@ Ke tq tq "} -(45,1,1) = {" +(51,1,1) = {" tq Ke Ke @@ -17302,7 +17769,7 @@ Ke tq tq "} -(46,1,1) = {" +(52,1,1) = {" tq tq Ke @@ -17379,7 +17846,7 @@ Ke Ke tq "} -(47,1,1) = {" +(53,1,1) = {" tq tq Ke @@ -17456,7 +17923,7 @@ id Ke tq "} -(48,1,1) = {" +(54,1,1) = {" tq tq Ke @@ -17533,7 +18000,7 @@ Ke Ke tq "} -(49,1,1) = {" +(55,1,1) = {" tq id Ke @@ -17610,7 +18077,7 @@ Ke tq tq "} -(50,1,1) = {" +(56,1,1) = {" tq id Ke @@ -17687,7 +18154,7 @@ Qo tq tq "} -(51,1,1) = {" +(57,1,1) = {" id id tq @@ -17764,7 +18231,7 @@ Qo tq tq "} -(52,1,1) = {" +(58,1,1) = {" tq tq tq @@ -17841,7 +18308,7 @@ Qo tq tq "} -(53,1,1) = {" +(59,1,1) = {" tq tq tq @@ -17918,7 +18385,7 @@ Qo tq tq "} -(54,1,1) = {" +(60,1,1) = {" tq tq tq @@ -17995,7 +18462,7 @@ Ke tq tq "} -(55,1,1) = {" +(61,1,1) = {" tq tq tq @@ -18072,7 +18539,7 @@ Ke tq tq "} -(56,1,1) = {" +(62,1,1) = {" tq tq tq @@ -18149,7 +18616,7 @@ Ke Ke tq "} -(57,1,1) = {" +(63,1,1) = {" tq id Ke @@ -18226,7 +18693,7 @@ id Ke tq "} -(58,1,1) = {" +(64,1,1) = {" tq tq Ke @@ -18303,7 +18770,7 @@ id Ke tq "} -(59,1,1) = {" +(65,1,1) = {" tq tq Ke @@ -18380,7 +18847,7 @@ id Ke tq "} -(60,1,1) = {" +(66,1,1) = {" tq tq Ke @@ -18457,7 +18924,7 @@ id Ke tq "} -(61,1,1) = {" +(67,1,1) = {" tq tq Ke @@ -18534,7 +19001,7 @@ Ke Ke tq "} -(62,1,1) = {" +(68,1,1) = {" tq Ke Ke @@ -18611,7 +19078,7 @@ Ke tq tq "} -(63,1,1) = {" +(69,1,1) = {" Ke Ke id @@ -18688,7 +19155,7 @@ Ke tq tq "} -(64,1,1) = {" +(70,1,1) = {" Ke id id @@ -18765,7 +19232,7 @@ Ke tq tq "} -(65,1,1) = {" +(71,1,1) = {" Ke id NB @@ -18842,7 +19309,7 @@ Ke tq tq "} -(66,1,1) = {" +(72,1,1) = {" Ke id id @@ -18919,7 +19386,7 @@ Ke tq tq "} -(67,1,1) = {" +(73,1,1) = {" Ke id id @@ -18996,7 +19463,7 @@ Ke tq tq "} -(68,1,1) = {" +(74,1,1) = {" Ke id id @@ -19073,7 +19540,7 @@ Ke Ke tq "} -(69,1,1) = {" +(75,1,1) = {" Ke Ke id @@ -19150,7 +19617,7 @@ id Ke tq "} -(70,1,1) = {" +(76,1,1) = {" tq Ke id @@ -19227,7 +19694,7 @@ Ke Ke tq "} -(71,1,1) = {" +(77,1,1) = {" tq Ke NB @@ -19304,7 +19771,7 @@ Ke tq tq "} -(72,1,1) = {" +(78,1,1) = {" tq Ke id @@ -19381,7 +19848,7 @@ Ke tq tq "} -(73,1,1) = {" +(79,1,1) = {" tq Ke Ke @@ -19458,7 +19925,7 @@ Qo tq tq "} -(74,1,1) = {" +(80,1,1) = {" tq tq Ke @@ -19535,7 +20002,7 @@ Qo tq tq "} -(75,1,1) = {" +(81,1,1) = {" tq tq Ke @@ -19612,7 +20079,7 @@ Ke tq tq "} -(76,1,1) = {" +(82,1,1) = {" tq tq tq @@ -19689,7 +20156,7 @@ Ke Ke tq "} -(77,1,1) = {" +(83,1,1) = {" tq tq Ke @@ -19766,7 +20233,7 @@ id Ke tq "} -(78,1,1) = {" +(84,1,1) = {" tq tq Ke @@ -19843,7 +20310,7 @@ Ke Ke tq "} -(79,1,1) = {" +(85,1,1) = {" tq tq Ke @@ -19920,7 +20387,7 @@ Ke tq tq "} -(80,1,1) = {" +(86,1,1) = {" tq id Ke @@ -19997,7 +20464,7 @@ Ke tq tq "} -(81,1,1) = {" +(87,1,1) = {" tq id Ke @@ -20074,7 +20541,7 @@ Ke tq tq "} -(82,1,1) = {" +(88,1,1) = {" tq tq Ke @@ -20151,7 +20618,7 @@ Ke tq tq "} -(83,1,1) = {" +(89,1,1) = {" tq tq Ke @@ -20228,7 +20695,7 @@ Ke tq tq "} -(84,1,1) = {" +(90,1,1) = {" tq Ke Ke @@ -20305,7 +20772,7 @@ Ke Ke tq "} -(85,1,1) = {" +(91,1,1) = {" tq Ke id @@ -20382,7 +20849,7 @@ id Ke tq "} -(86,1,1) = {" +(92,1,1) = {" tq Ke Ke @@ -20459,7 +20926,7 @@ Ke Ke tq "} -(87,1,1) = {" +(93,1,1) = {" tq id id @@ -20536,7 +21003,7 @@ Ke tq tq "} -(88,1,1) = {" +(94,1,1) = {" tq id tq @@ -20613,7 +21080,7 @@ Ke tq tq "} -(89,1,1) = {" +(95,1,1) = {" tq id tq @@ -20690,7 +21157,7 @@ tq tq tq "} -(90,1,1) = {" +(96,1,1) = {" tq id tq @@ -20767,7 +21234,7 @@ tq tq tq "} -(91,1,1) = {" +(97,1,1) = {" tq id tq @@ -20844,7 +21311,7 @@ tq tq tq "} -(92,1,1) = {" +(98,1,1) = {" tq tq tq @@ -20921,7 +21388,7 @@ tq tq tq "} -(93,1,1) = {" +(99,1,1) = {" tq tq tq @@ -20998,7 +21465,7 @@ tq tq tq "} -(94,1,1) = {" +(100,1,1) = {" tq tq tq @@ -21075,7 +21542,7 @@ tq tq tq "} -(95,1,1) = {" +(101,1,1) = {" tq tq tq @@ -21152,7 +21619,7 @@ id tq tq "} -(96,1,1) = {" +(102,1,1) = {" tq tq tq @@ -21229,7 +21696,7 @@ tq tq tq "} -(97,1,1) = {" +(103,1,1) = {" tq tq tq @@ -21306,7 +21773,7 @@ tq tq tq "} -(98,1,1) = {" +(104,1,1) = {" tq tq id @@ -21383,7 +21850,7 @@ tq tq tq "} -(99,1,1) = {" +(105,1,1) = {" tq tq id @@ -21460,7 +21927,7 @@ tq tq tq "} -(100,1,1) = {" +(106,1,1) = {" tq tq tq @@ -21537,7 +22004,7 @@ tq tq tq "} -(101,1,1) = {" +(107,1,1) = {" tq tq tq @@ -21614,7 +22081,7 @@ tq tq tq "} -(102,1,1) = {" +(108,1,1) = {" tq tq tq @@ -21691,7 +22158,7 @@ tq tq tq "} -(103,1,1) = {" +(109,1,1) = {" tq tq tq @@ -21768,7 +22235,7 @@ tq tq tq "} -(104,1,1) = {" +(110,1,1) = {" tq tq tq @@ -21845,7 +22312,7 @@ tq tq tq "} -(105,1,1) = {" +(111,1,1) = {" tq tq tq @@ -21922,7 +22389,7 @@ Ke tq tq "} -(106,1,1) = {" +(112,1,1) = {" tq tq tq @@ -21999,7 +22466,7 @@ Ke id tq "} -(107,1,1) = {" +(113,1,1) = {" tq tq tq @@ -22076,7 +22543,7 @@ Ke tq tq "} -(108,1,1) = {" +(114,1,1) = {" tq tq id @@ -22153,7 +22620,7 @@ tq tq tq "} -(109,1,1) = {" +(115,1,1) = {" tq id id @@ -22230,7 +22697,7 @@ tq tq tq "} -(110,1,1) = {" +(116,1,1) = {" tq id id @@ -22307,7 +22774,7 @@ tq tq tq "} -(111,1,1) = {" +(117,1,1) = {" tq tq tq @@ -22384,7 +22851,7 @@ tq tq tq "} -(112,1,1) = {" +(118,1,1) = {" tq tq tq diff --git a/_maps/RandomRuins/SpaceRuins/spacemall.dmm b/_maps/RandomRuins/SpaceRuins/spacemall.dmm index ee94fddd9230..b225765a1a33 100644 --- a/_maps/RandomRuins/SpaceRuins/spacemall.dmm +++ b/_maps/RandomRuins/SpaceRuins/spacemall.dmm @@ -11992,6 +11992,7 @@ "Tc" = ( /obj/structure/rack, /obj/effect/turf_decal/corner/transparent/green/full, +/obj/effect/spawner/lootdrop/seed_vault, /turf/open/floor/plasteel, /area/ruin/space/has_grav/spacemall/maint) "Td" = ( diff --git a/_maps/RandomRuins/SpaceRuins/transport18.dmm b/_maps/RandomRuins/SpaceRuins/transport18.dmm new file mode 100644 index 000000000000..c42e6366f368 --- /dev/null +++ b/_maps/RandomRuins/SpaceRuins/transport18.dmm @@ -0,0 +1,3399 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ai" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/industrial/fire{ + dir = 8 + }, +/obj/item/trash/can, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/airless, +/area/ruin/space/has_grav/transport18mid) +"ax" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/public, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/airless, +/area/ruin/space/has_grav/transport18mid) +"aE" = ( +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/item/stack/sheet/mineral/wood, +/obj/item/stack/sheet/mineral/wood, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/greenglow, +/obj/item/trash/can{ + pixel_y = -8 + }, +/obj/item/trash/can{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"aT" = ( +/turf/closed/wall/mineral/titanium, +/area/ruin/space/transport18aft) +"aV" = ( +/obj/effect/turf_decal/number/zero{ + color = "#000000"; + dir = 1 + }, +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/ruin/space/has_grav/transport18mid) +"aZ" = ( +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"ba" = ( +/obj/structure/lattice, +/obj/structure/grille/broken, +/turf/open/space, +/area/space) +"bh" = ( +/obj/structure/cable/cyan{ + icon_state = "6-10" + }, +/obj/item/stack/cable_coil/cut/red, +/obj/machinery/light/small/built/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/ruin/space/transport18aft) +"bT" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/blue/airless, +/area/ruin/space/has_grav/transport18mid) +"cN" = ( +/obj/structure/lattice, +/obj/structure/reagent_dispensers/beerkeg, +/turf/open/space, +/area/space) +"dp" = ( +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"dq" = ( +/obj/machinery/door/airlock/hatch, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/engine/hull/interior, +/area/ruin/space/has_grav/transport18mid) +"dy" = ( +/obj/structure/chair, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/airless, +/area/ruin/space/has_grav/transport18mid) +"dE" = ( +/obj/machinery/plumbing/input, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"dH" = ( +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/airless, +/area/ruin/space/has_grav/transport18mid) +"dU" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/paper/stack{ + dir = 1 + }, +/turf/open/floor/carpet/blue/airless, +/area/ruin/space/has_grav/transport18mid) +"eg" = ( +/turf/template_noop, +/area/template_noop) +"et" = ( +/obj/machinery/light/broken/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/vomit/old, +/obj/item/trash/plate{ + pixel_x = 2; + pixel_y = 9 + }, +/obj/structure/table/glass, +/turf/open/floor/plasteel/airless, +/area/ruin/space/has_grav/transport18mid) +"eJ" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/blue/airless, +/area/ruin/space/has_grav/transport18mid) +"eK" = ( +/obj/structure/girder, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/ruin/space/transport18aft) +"eS" = ( +/obj/structure/reagent_dispensers/beerkeg, +/obj/effect/turf_decal/industrial/warning/fulltile, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/transport18mid) +"eY" = ( +/obj/item/wallframe/airalarm{ + pixel_y = 25 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/ruin/space/transport18aft) +"fw" = ( +/obj/machinery/power/smes, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/ruin/space/transport18aft) +"fx" = ( +/obj/item/wallframe/extinguisher_cabinet{ + pixel_y = 32 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light/small/broken/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/transport18mid) +"fy" = ( +/obj/structure/reagent_dispensers/beerkeg, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"fE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/reagent_dispensers/beerkeg, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"gf" = ( +/obj/effect/turf_decal/number/one, +/turf/closed/wall, +/area/ruin/space/has_grav/transport18mid) +"gm" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/fluff/broken_flooring{ + icon_state = "singular" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/ruin/space/transport18aft) +"go" = ( +/obj/structure/girder, +/obj/item/stack/sheet/mineral/titanium, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/transport18mid) +"gp" = ( +/obj/item/clothing/shoes/magboots, +/obj/effect/gibspawner/human, +/turf/open/floor/plating{ + icon_state = "platingdmg2" + }, +/area/ruin/space/transport18aft) +"gs" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + icon_state = "platingdmg2" + }, +/area/ruin/space/transport18aft) +"gx" = ( +/obj/item/stack/cable_coil/cut/red, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/ruin/space/transport18aft) +"gD" = ( +/obj/machinery/light/broken/directional/north, +/obj/machinery/suit_storage_unit/open, +/obj/effect/turf_decal/industrial/fire{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/airless, +/area/ruin/space/has_grav/transport18mid) +"gY" = ( +/obj/structure/table/reinforced, +/obj/item/radio/intercom/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/airless, +/area/ruin/space/has_grav/transport18mid) +"gZ" = ( +/obj/structure/reagent_dispensers/beerkeg, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/transport18mid) +"hn" = ( +/obj/structure/sign/warning/enginesafety, +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/ruin/space/transport18aft) +"iy" = ( +/obj/structure/bed, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/airless, +/area/ruin/space/has_grav/transport18mid) +"iD" = ( +/obj/structure/girder, +/turf/open/floor/plating, +/area/ruin/space/transport18aft) +"iE" = ( +/obj/item/trash/can, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/vomit/old, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"iW" = ( +/obj/machinery/light/small/broken/directional/south, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/machinery/plumbing/tank, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"iZ" = ( +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/item/trash/can, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/blue/airless, +/area/ruin/space/has_grav/transport18mid) +"jl" = ( +/obj/item/trash/can, +/turf/open/space, +/area/space) +"jq" = ( +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/ruin/space/transport18aft) +"jr" = ( +/obj/item/storage/cans/sixbeer, +/obj/item/storage/cans/sixbeer, +/obj/item/storage/cans/sixbeer, +/obj/item/storage/cans/sixbeer, +/obj/item/storage/cans/sixbeer, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/structure/closet/crate/large{ + name = "damp crate" + }, +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"jz" = ( +/obj/structure/frame/computer{ + anchored = 1; + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/airless, +/area/ruin/space/has_grav/transport18mid) +"jP" = ( +/obj/item/trash/can{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"jV" = ( +/obj/machinery/power/shuttle/engine/liquid/beer{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/space/transport18aft) +"km" = ( +/obj/item/stack/sheet/metal, +/turf/open/space, +/area/space) +"kC" = ( +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/ruin/space/transport18aft) +"kK" = ( +/obj/machinery/suit_storage_unit/open, +/obj/effect/turf_decal/industrial/fire{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plasteel/airless, +/area/ruin/space/has_grav/transport18mid) +"kR" = ( +/obj/item/wirecutters, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/space/transport18aft) +"la" = ( +/obj/structure/reagent_dispensers/beerkeg, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/greenglow, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"lf" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/machinery/plumbing/tank, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"lK" = ( +/obj/item/storage/cans/sixbeer, +/obj/item/storage/cans/sixbeer, +/obj/item/storage/cans/sixbeer, +/obj/item/storage/cans/sixbeer, +/obj/item/storage/cans/sixbeer, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/structure/closet/crate/large{ + name = "damp crate" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"lN" = ( +/obj/structure/girder, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/transport18mid) +"lT" = ( +/obj/machinery/power/port_gen/pacman, +/obj/structure/cable/cyan{ + icon_state = "0-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/ruin/space/transport18aft) +"lV" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/wallframe/airalarm{ + pixel_y = 25 + }, +/obj/machinery/button/door{ + id = "transp19"; + name = "Container Blast Door Control"; + pixel_x = 5 + }, +/obj/machinery/button/door{ + id = "transp19_windows"; + name = "Window Shutter Control"; + pixel_x = -5 + }, +/turf/open/floor/plasteel/airless, +/area/ruin/space/has_grav/transport18mid) +"lY" = ( +/obj/effect/turf_decal/number/two, +/turf/closed/wall, +/area/ruin/space/has_grav/transport18mid) +"mb" = ( +/obj/machinery/atmospherics/components/unary/shuttle/heater/tank{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/space/transport18aft) +"md" = ( +/obj/structure/door_assembly/door_assembly_hatch, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod, +/area/ruin/space/transport18aft) +"me" = ( +/obj/item/trash/can, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"mj" = ( +/obj/item/stack/rods, +/turf/open/space, +/area/space) +"mt" = ( +/obj/machinery/door/poddoor/multi_tile/three_tile_hor{ + id = "transp19" + }, +/obj/effect/turf_decal/industrial/warning/fulltile, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/transport18mid) +"mA" = ( +/obj/machinery/door/airlock/hatch{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod, +/area/ruin/space/has_grav/transport18mid) +"mI" = ( +/obj/structure/sign/warning/nosmoking, +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/ruin/space/transport18aft) +"mU" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/transport18mid) +"mX" = ( +/obj/item/wrench, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/ruin/space/transport18aft) +"ne" = ( +/obj/item/storage/cans/sixbeer, +/obj/item/storage/cans/sixbeer, +/obj/item/storage/cans/sixbeer, +/obj/item/storage/cans/sixbeer, +/obj/item/storage/cans/sixbeer, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/structure/closet/crate/large{ + name = "damp crate" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"np" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/airless, +/area/ruin/space/has_grav/transport18mid) +"ns" = ( +/obj/item/stack/ducts/fifty, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/ruin/space/transport18aft) +"nw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/ruin/space/transport18aft) +"nx" = ( +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/machinery/plumbing/tank, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"nJ" = ( +/obj/effect/decal/cleanable/food/flour, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/airless, +/area/ruin/space/has_grav/transport18mid) +"nL" = ( +/obj/structure/bed, +/obj/machinery/light/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/airless, +/area/ruin/space/has_grav/transport18mid) +"oa" = ( +/obj/item/storage/cans/sixbeer, +/obj/item/storage/cans/sixbeer, +/obj/item/storage/cans/sixbeer, +/obj/item/storage/cans/sixbeer, +/obj/item/storage/cans/sixbeer, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/structure/closet/crate/large{ + name = "damp crate" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"of" = ( +/obj/item/storage/cans/sixbeer, +/obj/item/storage/cans/sixbeer, +/obj/item/storage/cans/sixbeer, +/obj/item/storage/cans/sixbeer, +/obj/item/storage/cans/sixbeer, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/machinery/light/small/directional/north, +/obj/item/stack/sheet/mineral/wood, +/obj/effect/decal/cleanable/greenglow, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"ot" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light/small/broken/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/transport18mid) +"ou" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/trash/can{ + pixel_x = -7; + pixel_y = -7 + }, +/obj/item/trash/can{ + pixel_x = -11; + pixel_y = 10 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"oL" = ( +/obj/machinery/door/airlock/hatch, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/transport18mid) +"oP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/reagent_dispensers/beerkeg, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"oQ" = ( +/obj/structure/tank_dispenser/oxygen, +/obj/structure/sign/warning/vacuum{ + pixel_x = -32 + }, +/obj/effect/turf_decal/industrial/fire{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/transport18mid) +"oT" = ( +/obj/structure/girder, +/turf/open/space, +/area/space) +"po" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/ruin/space/transport18aft) +"pr" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/ruin/space/transport18aft) +"pE" = ( +/obj/machinery/power/shuttle/engine/liquid/beer{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/ruin/space/transport18aft) +"pF" = ( +/obj/effect/turf_decal/industrial/warning/fulltile, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/transport18mid) +"pN" = ( +/obj/item/stack/rods, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/transport18mid) +"pR" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/reagent_dispensers/beerkeg, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"qf" = ( +/obj/structure/fluff/broken_flooring{ + dir = 2; + icon_state = "plating" + }, +/turf/template_noop, +/area/space) +"qJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/vomit/old, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"qM" = ( +/obj/structure/frame/machine, +/obj/effect/turf_decal/industrial/fire{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/ruin/space/transport18aft) +"qY" = ( +/obj/machinery/light/broken/directional/south, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/obj/effect/turf_decal/industrial/fire, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/airless, +/area/ruin/space/has_grav/transport18mid) +"re" = ( +/obj/machinery/door/airlock/hatch, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/engine/hull/interior, +/area/ruin/space/has_grav/transport18mid) +"rC" = ( +/turf/closed/wall/rust, +/area/ruin/space/has_grav/transport18mid) +"rF" = ( +/obj/structure/fluff/broken_flooring, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/ruin/space/transport18aft) +"rV" = ( +/obj/structure/table/reinforced, +/obj/machinery/light/dim/directional/north, +/obj/item/trash/plate{ + pixel_x = -5 + }, +/obj/item/trash/plate{ + pixel_x = 5; + pixel_y = 7 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/airless, +/area/ruin/space/has_grav/transport18mid) +"sr" = ( +/obj/effect/turf_decal/number/five{ + dir = 1 + }, +/turf/closed/wall/rust, +/area/ruin/space/has_grav/transport18mid) +"tb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light/small/broken/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/transport18mid) +"tJ" = ( +/obj/structure/girder, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/transport18mid) +"tK" = ( +/obj/structure/table_frame, +/obj/item/shard{ + icon_state = "tiny" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/airless, +/area/ruin/space/has_grav/transport18mid) +"tY" = ( +/obj/effect/spawner/structure/window/shuttle, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "transp19_windows" + }, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/transport18mid) +"uj" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/airless, +/area/ruin/space/has_grav/transport18mid) +"uo" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"ur" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"uC" = ( +/obj/item/storage/cans/sixbeer, +/obj/item/storage/cans/sixbeer, +/obj/item/storage/cans/sixbeer, +/obj/item/storage/cans/sixbeer, +/obj/item/storage/cans/sixbeer, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/structure/closet/crate/large{ + name = "damp crate" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"uQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/trash/can{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"vg" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/shard, +/turf/open/floor/carpet/blue/airless, +/area/ruin/space/has_grav/transport18mid) +"vo" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg2" + }, +/area/ruin/space/transport18aft) +"vr" = ( +/obj/structure/lattice, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/template_noop, +/area/space) +"vN" = ( +/obj/item/clothing/gloves/color/fyellow/old, +/obj/item/stack/cable_coil/cyan, +/obj/effect/turf_decal/industrial/fire{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/ruin/space/transport18aft) +"wb" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/space/transport18aft) +"wi" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/industrial/fire{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/ruin/space/transport18aft) +"wj" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "transp19_windows"; + dir = 4 + }, +/obj/structure/grille, +/obj/item/shard, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/transport18mid) +"wu" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/ruin/space/transport18aft) +"wC" = ( +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/structure/reagent_dispensers/beerkeg, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"wD" = ( +/obj/structure/grille/broken, +/obj/item/shard, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "transp19_windows"; + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/transport18mid) +"wN" = ( +/obj/item/trash/can{ + pixel_x = 9; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/vomit/old, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"wU" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/ruin/space/transport18aft) +"xm" = ( +/obj/item/stack/cable_coil/cut/red, +/obj/machinery/holopad, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/ruin/space/transport18aft) +"xq" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/rust, +/area/ruin/space/has_grav/transport18mid) +"xz" = ( +/obj/effect/turf_decal/number/one{ + color = "#000000" + }, +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/ruin/space/has_grav/transport18mid) +"xA" = ( +/obj/structure/fluff/broken_flooring{ + dir = 2; + icon_state = "plating" + }, +/obj/structure/lattice, +/turf/open/space, +/area/space) +"xD" = ( +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"yk" = ( +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/turf/open/space, +/area/space) +"yv" = ( +/obj/structure/girder, +/turf/open/floor/plating{ + broken = 1; + icon_state = "platingdmg1" + }, +/area/ruin/space/transport18aft) +"yy" = ( +/obj/item/stack/rods, +/obj/item/stack/rods, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/transport18mid) +"yG" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "transp19_windows" + }, +/obj/structure/grille, +/obj/item/shard, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/transport18mid) +"yI" = ( +/obj/item/trash/can{ + pixel_y = 9 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"zp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/door_assembly/door_assembly_public, +/turf/open/floor/plasteel, +/area/ruin/space/has_grav/transport18mid) +"zr" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/airless, +/area/ruin/space/has_grav/transport18mid) +"zB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/vomit/old, +/turf/open/floor/carpet/blue/airless, +/area/ruin/space/has_grav/transport18mid) +"zE" = ( +/obj/structure/frame/computer, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/airless, +/area/ruin/space/has_grav/transport18mid) +"zG" = ( +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/space/transport18aft) +"zL" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/ruin/space/transport18aft) +"zN" = ( +/obj/item/stack/cable_coil/cut/red, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/ruin/space/transport18aft) +"zY" = ( +/obj/structure/reagent_dispensers/beerkeg, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"Ah" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/radio/intercom/wideband/table{ + dir = 1 + }, +/turf/open/floor/plasteel/airless, +/area/ruin/space/has_grav/transport18mid) +"AU" = ( +/obj/structure/fluff/broken_flooring, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/ruin/space/transport18aft) +"Bh" = ( +/obj/item/trash/can{ + pixel_y = -4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"Bv" = ( +/obj/structure/reagent_dispensers/beerkeg, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/machinery/light/small/broken/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"BD" = ( +/obj/item/stack/ducts/fifty, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"BM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"BO" = ( +/obj/effect/turf_decal/number/five{ + dir = 1 + }, +/turf/closed/wall, +/area/ruin/space/has_grav/transport18mid) +"CH" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"CK" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/door_assembly/door_assembly_hatch, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/transport18mid) +"CX" = ( +/obj/structure/lattice, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/space, +/area/space) +"Dh" = ( +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/structure/cable/cyan{ + icon_state = "2-4" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/space/transport18aft) +"Dk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/number/eight{ + color = "#000000" + }, +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/ruin/space/has_grav/transport18mid) +"Do" = ( +/obj/effect/turf_decal/number/three{ + dir = 1 + }, +/turf/closed/wall/rust, +/area/ruin/space/has_grav/transport18mid) +"Dr" = ( +/obj/machinery/light/dim/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/airless, +/area/ruin/space/has_grav/transport18mid) +"Dy" = ( +/obj/structure/closet/secure_closet/freezer/fridge/open, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plasteel/airless, +/area/ruin/space/has_grav/transport18mid) +"DF" = ( +/obj/structure/reagent_dispensers/beerkeg, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"DM" = ( +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/machinery/light/small/broken/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"EB" = ( +/obj/machinery/light/small/broken/directional/north, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/ruin/space/transport18aft) +"ES" = ( +/obj/item/stack/cable_coil/cut/cyan, +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "pile" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/ruin/space/transport18aft) +"EW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/shard{ + icon_state = "tiny" + }, +/obj/structure/table_frame, +/turf/open/floor/plasteel/airless, +/area/ruin/space/has_grav/transport18mid) +"Fc" = ( +/obj/effect/turf_decal/number/eight{ + color = "#000000" + }, +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/ruin/space/has_grav/transport18mid) +"Fq" = ( +/obj/structure/girder, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/transport18mid) +"FF" = ( +/obj/structure/cable/cyan{ + icon_state = "2-4" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + broken = 1; + icon_state = "platingdmg1" + }, +/area/ruin/space/transport18aft) +"Go" = ( +/obj/effect/mob_spawn/human/corpse/cargo_tech, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/vomit/old, +/obj/item/organ/stomach, +/obj/item/trash/can{ + pixel_x = -11; + pixel_y = 10 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"Gp" = ( +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "singular" + }, +/turf/open/space, +/area/space) +"Gq" = ( +/obj/structure/grille, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "transp19_windows"; + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/transport18mid) +"Hd" = ( +/obj/machinery/light/dim/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/vomit/old, +/obj/item/shard, +/turf/open/floor/plasteel/airless, +/area/ruin/space/has_grav/transport18mid) +"Hr" = ( +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/ruin/space/transport18aft) +"Hy" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "transp19_windows"; + dir = 4 + }, +/obj/structure/grille, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/transport18mid) +"HN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/paper/crumpled/fluff{ + default_raw_text = "Well, journal, it's just you, me, and twelve tons of beer. Haven't heard back from the engineer in about a day since he cooked up that crazy plan to fuel the thrusters with beer, so I reckon I'll go out with a bang. At least I'll die happy." + }, +/obj/item/trash/can{ + pixel_x = -7; + pixel_y = -7 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"Io" = ( +/obj/structure/girder, +/obj/item/stack/sheet/metal, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/transport18mid) +"Ir" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/transport18mid) +"Iy" = ( +/obj/machinery/door/poddoor/multi_tile/three_tile_hor{ + id = "transp19"; + state_open = 1 + }, +/obj/structure/reagent_dispensers/beerkeg, +/obj/effect/turf_decal/industrial/warning/fulltile, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/transport18mid) +"IF" = ( +/obj/item/stack/sheet/metal, +/turf/template_noop, +/area/space) +"IG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/fluff/broken_flooring, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/transport18mid) +"IT" = ( +/turf/closed/wall, +/area/ruin/space/has_grav/transport18mid) +"Jk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/airless, +/area/ruin/space/has_grav/transport18mid) +"Jl" = ( +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/item/trash/candy, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/airless, +/area/ruin/space/has_grav/transport18mid) +"Jx" = ( +/obj/item/stack/cable_coil/cut/yellow, +/turf/template_noop, +/area/space) +"JM" = ( +/obj/item/construction/plumbing, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"JR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/public{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/airless, +/area/ruin/space/has_grav/transport18mid) +"JV" = ( +/obj/structure/fluff/broken_flooring{ + icon_state = "pile"; + pixel_x = 11; + pixel_y = 1 + }, +/obj/item/broken_bottle, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/transport18mid) +"Kv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/transport18mid) +"KZ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/trash/can{ + pixel_x = -3 + }, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"Le" = ( +/turf/open/space, +/area/space) +"Lg" = ( +/obj/structure/chair/comfy/shuttle, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/trash/can, +/turf/open/floor/plasteel/airless, +/area/ruin/space/has_grav/transport18mid) +"Lq" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/airless, +/area/ruin/space/has_grav/transport18mid) +"LD" = ( +/obj/structure/girder, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/ruin/space/transport18aft) +"LE" = ( +/obj/structure/fluff/broken_flooring{ + dir = 4; + icon_state = "plating" + }, +/turf/open/space, +/area/space) +"LI" = ( +/obj/structure/door_assembly/door_assembly_hatch, +/obj/item/stack/cable_coil/cut/red, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/space/transport18aft) +"Mi" = ( +/obj/machinery/atmospherics/components/unary/shuttle/heater/tank{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/ruin/space/transport18aft) +"Mz" = ( +/obj/effect/spawner/structure/window/shuttle, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "transp19_windows"; + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/transport18mid) +"MA" = ( +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/machinery/light/small/built/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"MV" = ( +/obj/structure/table/reinforced, +/obj/machinery/microwave, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plasteel/airless, +/area/ruin/space/has_grav/transport18mid) +"NA" = ( +/obj/structure/chair, +/obj/structure/fluff/broken_flooring, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/transport18mid) +"ND" = ( +/obj/structure/reagent_dispensers/beerkeg, +/turf/open/space, +/area/space) +"NH" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/airless, +/area/ruin/space/has_grav/transport18mid) +"Oi" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "transp19_windows"; + dir = 4 + }, +/obj/structure/grille/broken, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/transport18mid) +"OS" = ( +/obj/structure/frame/computer{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/airless, +/area/ruin/space/has_grav/transport18mid) +"Pm" = ( +/obj/structure/girder, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/ruin/space/transport18aft) +"Pq" = ( +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/cable/cyan{ + icon_state = "0-5" + }, +/obj/item/stack/cable_coil/cut/yellow, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/ruin/space/transport18aft) +"PC" = ( +/obj/structure/lattice, +/obj/structure/fluff/broken_flooring{ + dir = 8; + icon_state = "plating" + }, +/turf/open/space, +/area/space) +"PJ" = ( +/obj/structure/lattice, +/turf/open/space, +/area/space) +"PV" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/trash/can, +/turf/open/floor/carpet/blue/airless, +/area/ruin/space/has_grav/transport18mid) +"PW" = ( +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"PZ" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/airless, +/area/ruin/space/has_grav/transport18mid) +"Qh" = ( +/obj/item/stack/sheet/cardboard, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/airless, +/area/ruin/space/has_grav/transport18mid) +"Qi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/ruin/space/transport18aft) +"Qu" = ( +/obj/structure/cable/cyan{ + icon_state = "1-9" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + icon_state = "platingdmg2" + }, +/area/ruin/space/transport18aft) +"QP" = ( +/obj/structure/door_assembly/door_assembly_hatch, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/transport18mid) +"QS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/trash/can{ + pixel_x = -11; + pixel_y = 10 + }, +/obj/item/trash/can{ + pixel_y = -8 + }, +/obj/effect/decal/cleanable/vomit/old, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"Ro" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"Sd" = ( +/obj/machinery/door/airlock/hatch, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/space/has_grav/transport18mid) +"Si" = ( +/obj/effect/turf_decal/industrial/warning/fulltile, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/airless, +/area/ruin/space/has_grav/transport18mid) +"Sr" = ( +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"SI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/storage/cans/sixbeer, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"SQ" = ( +/obj/structure/mirror{ + broken = 1; + desc = "Oh no, seven years of bad luck!"; + icon_state = "mirror_broke"; + pixel_y = 25 + }, +/obj/structure/sink{ + pixel_y = 20 + }, +/obj/item/shard{ + icon_state = "tiny" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/vomit/old, +/turf/open/floor/carpet/airless, +/area/ruin/space/has_grav/transport18mid) +"Tp" = ( +/obj/machinery/holopad, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/blue/airless, +/area/ruin/space/has_grav/transport18mid) +"Tu" = ( +/obj/structure/reagent_dispensers/beerkeg, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"TD" = ( +/obj/machinery/light/broken/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/paper/stack{ + dir = 8 + }, +/turf/open/floor/plasteel/airless, +/area/ruin/space/has_grav/transport18mid) +"TU" = ( +/obj/item/wallframe/apc, +/obj/effect/turf_decal/industrial/fire{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/ruin/space/transport18aft) +"TZ" = ( +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/ruin/space/has_grav/transport18mid) +"Uu" = ( +/obj/machinery/door/airlock/hatch, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel, +/area/ruin/space/transport18aft) +"Ux" = ( +/obj/structure/door_assembly/door_assembly_hatch, +/obj/item/stack/cable_coil/cut/red, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/ruin/space/transport18aft) +"UB" = ( +/obj/item/stack/ducts/fifty, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"Va" = ( +/obj/structure/reagent_dispensers/beerkeg, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/machinery/light/small/broken/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"Vm" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/airless, +/area/ruin/space/has_grav/transport18mid) +"VG" = ( +/obj/structure/fluff/broken_flooring{ + dir = 1; + icon_state = "plating" + }, +/obj/structure/lattice, +/turf/open/space, +/area/space) +"Wb" = ( +/obj/structure/girder, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/space/transport18aft) +"Wf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/greenglow, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"Wr" = ( +/obj/effect/turf_decal/number/zero{ + color = "#000000" + }, +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/ruin/space/has_grav/transport18mid) +"Wx" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/structure/fluff/paper/stack{ + dir = 5 + }, +/turf/open/floor/plasteel/airless, +/area/ruin/space/has_grav/transport18mid) +"WA" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"Xb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/ruin/space/transport18aft) +"Xc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/fluff/paper/stack, +/turf/open/floor/carpet/blue/airless, +/area/ruin/space/has_grav/transport18mid) +"XQ" = ( +/obj/item/storage/cans/sixbeer, +/obj/item/storage/cans/sixbeer, +/obj/item/storage/cans/sixbeer, +/obj/item/storage/cans/sixbeer, +/obj/item/storage/cans/sixbeer, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/structure/closet/crate/large{ + name = "damp crate" + }, +/obj/machinery/light/small/broken/directional/south, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"XU" = ( +/turf/closed/wall/mineral/titanium, +/area/ruin/space/has_grav/transport18mid) +"YC" = ( +/obj/effect/turf_decal/number/one{ + color = "#000000"; + dir = 1 + }, +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/ruin/space/has_grav/transport18mid) +"YJ" = ( +/obj/structure/reagent_dispensers/beerkeg, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"Zl" = ( +/obj/item/stack/cable_coil/cut/red, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/space/transport18aft) +"Zn" = ( +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/machinery/plumbing/tank, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark/airless, +/area/ruin/space/has_grav/transport18mid) +"Zz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/ruin/space/transport18aft) +"ZH" = ( +/obj/item/stack/sheet/mineral/titanium, +/turf/open/space, +/area/space) +"ZX" = ( +/obj/structure/girder, +/obj/item/stack/sheet/mineral/titanium, +/turf/open/floor/plating, +/area/ruin/space/transport18aft) + +(1,1,1) = {" +eg +eg +eg +eg +eg +mj +eg +eg +eg +eg +eg +eg +eg +eg +Hr +eg +Gp +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(2,1,1) = {" +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +Hr +aT +eg +eg +eg +eg +mj +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(3,1,1) = {" +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +PJ +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(4,1,1) = {" +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +vo +PJ +eg +eg +eg +eg +eg +jl +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(5,1,1) = {" +eg +eg +mj +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +ZH +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(6,1,1) = {" +eg +eg +eg +eg +eg +eg +ZH +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(7,1,1) = {" +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +oT +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(8,1,1) = {" +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +ZH +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(9,1,1) = {" +eg +eg +eg +eg +eg +eg +eg +eg +Gp +eg +eg +eg +zL +eg +eg +eg +eg +eg +eg +jV +jV +eg +eg +eg +ZH +eg +eg +eg +eg +eg +"} +(10,1,1) = {" +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +LD +eg +PJ +eg +eg +eg +wU +eg +eg +mb +mb +Hr +eg +eg +eg +eg +eg +eg +eg +eg +"} +(11,1,1) = {" +eg +eg +eg +eg +eg +eg +eg +eg +eg +Hr +Hr +eg +eg +Jx +PJ +eg +PJ +eg +eg +Xb +wu +ZX +eg +eg +eg +eg +eg +eg +eg +eg +"} +(12,1,1) = {" +eg +eg +eg +eg +pE +pE +eg +eg +eg +eg +Jx +eg +eg +IF +PJ +eg +PJ +CX +PJ +zL +Zl +PC +eg +yk +eg +eg +eg +eg +eg +eg +"} +(13,1,1) = {" +eg +eg +eg +Hr +Mi +Mi +Hr +eg +PJ +PJ +eg +eg +PJ +PJ +iD +eg +Hr +pr +eg +wU +PJ +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(14,1,1) = {" +eg +eg +eg +Hr +nw +nw +Hr +eg +yv +xA +PJ +gp +eg +eg +Hr +eg +Hr +PJ +PJ +PJ +PJ +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(15,1,1) = {" +eg +eg +eg +Hr +gx +nw +Hr +eg +Hr +jq +Pq +PJ +eg +vr +Hr +eg +hn +PJ +eg +eg +PJ +eg +mj +eg +eg +eg +eg +ND +eg +eg +"} +(16,1,1) = {" +eg +eg +eg +Hr +EB +gx +Hr +Hr +Hr +bh +fw +PJ +VG +mX +Wb +Hr +Hr +wb +qf +eg +PJ +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(17,1,1) = {" +eg +eg +eg +Hr +eY +gm +Uu +po +Ux +FF +Qu +jq +Xb +Zz +LI +PJ +zL +zN +zG +PJ +Hr +aT +eg +eg +eg +eg +eg +eg +eg +eg +"} +(18,1,1) = {" +eg +eg +eg +Hr +AU +Qi +Hr +Hr +Pm +Dh +ES +xm +kR +rF +Hr +Le +LE +kC +Xb +eg +PJ +Hr +eg +eg +eg +eg +eg +eg +eg +eg +"} +(19,1,1) = {" +eg +eg +eg +Hr +ns +Qi +Hr +eg +Hr +lT +vN +wi +TU +qM +eK +PJ +cN +Hr +Hr +eg +eg +Hr +eg +eg +eg +eg +eg +jl +eg +eg +"} +(20,1,1) = {" +eg +eg +eg +aT +Hr +Hr +aT +eg +aT +yv +mI +md +Hr +Hr +gs +eg +PJ +eg +PJ +eg +eg +PJ +eg +eg +eg +eg +eg +eg +eg +eg +"} +(21,1,1) = {" +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +TZ +Ir +TZ +eg +PJ +eg +tJ +gZ +IT +IT +Fq +rC +IT +eg +eg +eg +eg +eg +eg +eg +"} +(22,1,1) = {" +eg +eg +eg +IT +IT +xq +IT +Fq +lN +IT +TZ +Ir +TZ +eg +eg +eg +tJ +xD +Tu +dp +Tu +fy +IT +eg +eg +ND +eg +eg +eg +eg +"} +(23,1,1) = {" +eg +eg +eg +rC +Zn +BM +Zn +uo +dp +IT +TZ +fx +TZ +eg +eg +eg +IT +MA +uo +dp +BM +Bv +lY +eg +ND +eg +eg +eg +eg +eg +"} +(24,1,1) = {" +eg +eg +eg +Do +lf +BM +Zn +UB +iW +rC +TZ +Kv +TZ +PJ +PJ +PJ +IT +dp +BM +dp +BM +dp +Iy +eg +eg +eg +eg +eg +eg +eg +"} +(25,1,1) = {" +eg +eg +eg +mt +xD +BM +dp +BM +dp +rC +TZ +Kv +TZ +eg +PJ +eg +QP +uo +BM +BM +zY +uo +pF +eg +eg +eg +eg +eg +eg +eg +"} +(26,1,1) = {" +eg +eg +eg +Si +BM +dE +BM +BM +BM +Sd +oL +Kv +CK +PJ +PJ +ba +IT +dp +zY +dp +BM +wC +eS +ND +eg +eg +eg +eg +eg +eg +"} +(27,1,1) = {" +eg +eg +eg +Si +xD +JM +dp +BM +PW +IT +TZ +Kv +TZ +ZH +eg +eg +IT +DM +BM +dp +uo +Bv +lY +eg +eg +eg +eg +eg +eg +ND +"} +(28,1,1) = {" +eg +eg +eg +Do +ur +BM +Sr +BM +CH +IT +TZ +tb +tJ +mj +eg +eg +rC +dp +uo +fy +uo +YJ +IT +eg +eg +eg +eg +eg +eg +eg +"} +(29,1,1) = {" +eg +eg +eg +IT +nx +uo +BD +uo +YJ +rC +TZ +Kv +pN +eg +mj +PJ +rC +IT +rC +rC +IT +IT +IT +eg +eg +eg +eg +eg +eg +eg +"} +(30,1,1) = {" +eg +jl +eg +IT +IT +rC +rC +rC +IT +IT +TZ +Kv +TZ +PJ +eg +eg +eg +PJ +eg +PJ +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(31,1,1) = {" +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +TZ +Kv +TZ +eg +eg +eg +eg +PJ +eg +PJ +eg +km +eg +eg +eg +eg +eg +eg +eg +eg +"} +(32,1,1) = {" +eg +eg +eg +IT +rC +rC +IT +IT +rC +rC +TZ +Ir +TZ +IT +IT +rC +rC +IT +tJ +tJ +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(33,1,1) = {" +eg +eg +eg +IT +lK +WA +ne +me +ne +IT +TZ +Ir +TZ +IT +fy +oP +fy +BM +la +Io +eg +eg +eg +eg +jl +eg +eg +eg +eg +eg +"} +(34,1,1) = {" +eg +eg +jl +sr +oa +yI +uC +QS +jr +IT +TZ +ot +TZ +rC +YJ +BM +fy +uo +Va +IT +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(35,1,1) = {" +jl +eg +eg +mt +oa +KZ +oa +Wf +oa +IT +TZ +Kv +TZ +IT +xD +qJ +aZ +pR +wC +mt +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(36,1,1) = {" +eg +eg +eg +pF +KZ +SI +wN +uQ +ou +dq +oL +Kv +Sd +re +BM +BM +Ro +fE +uo +pF +eg +jl +eg +eg +eg +eg +eg +eg +eg +eg +"} +(37,1,1) = {" +eg +eg +eg +pF +oa +Bh +aE +Go +oa +rC +TZ +Kv +TZ +rC +la +BM +dp +uo +wC +pF +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(38,1,1) = {" +eg +eg +eg +BO +of +BM +ne +HN +XQ +rC +TZ +Ir +TZ +rC +DF +BM +YJ +BM +Va +gf +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(39,1,1) = {" +eg +eg +eg +rC +ne +iE +oa +jP +oa +IT +TZ +mU +TZ +rC +fy +uo +fy +uo +YJ +IT +eg +eg +eg +eg +eg +eg +eg +eg +jl +eg +"} +(40,1,1) = {" +eg +eg +eg +rC +rC +rC +IT +IT +rC +IT +TZ +Ir +TZ +IT +rC +Io +tJ +IT +IT +IT +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(41,1,1) = {" +eg +eg +eg +eg +eg +eg +eg +eg +ZH +eg +TZ +Ir +TZ +eg +eg +eg +eg +eg +eg +eg +eg +jl +eg +eg +eg +eg +eg +eg +eg +eg +"} +(42,1,1) = {" +eg +eg +eg +eg +TZ +TZ +wj +tJ +TZ +TZ +TZ +mA +TZ +TZ +TZ +TZ +tY +TZ +TZ +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(43,1,1) = {" +eg +eg +eg +eg +Dk +MV +JV +NA +EW +TZ +kK +ai +oQ +TZ +SQ +uj +uj +tK +Wr +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(44,1,1) = {" +eg +eg +eg +eg +YC +rV +nJ +dy +et +TZ +gD +Jk +qY +TZ +Dr +np +np +nL +xz +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(45,1,1) = {" +eg +eg +eg +eg +aV +Dy +Qh +Jl +zr +ax +zr +IG +zr +zp +Vm +dH +uj +iy +Fc +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(46,1,1) = {" +eg +eg +eg +eg +XU +TZ +TZ +TZ +TZ +TZ +TZ +JR +TZ +TZ +TZ +TZ +TZ +go +tJ +eg +ZH +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(47,1,1) = {" +eg +eg +eg +eg +eg +TZ +TZ +TZ +lV +TD +iZ +bT +PV +Hd +Lq +TZ +TZ +tJ +eg +mj +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(48,1,1) = {" +eg +eg +eg +eg +eg +XU +TZ +TZ +zE +NH +zB +Tp +Xc +Lg +OS +TZ +tJ +yy +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(49,1,1) = {" +eg +eg +eg +eg +eg +eg +XU +TZ +Wx +Ah +dU +vg +eJ +gY +PZ +TZ +XU +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(50,1,1) = {" +eg +eg +eg +eg +eg +eg +eg +XU +Mz +tY +jz +jz +jz +yG +Mz +XU +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(51,1,1) = {" +eg +eg +eg +eg +eg +eg +eg +eg +eg +Mz +Hy +Gq +wD +Oi +mj +eg +eg +ZH +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} diff --git a/_maps/RandomRuins/SpaceRuins/vaporwave.dmm b/_maps/RandomRuins/SpaceRuins/vaporwave.dmm new file mode 100644 index 000000000000..cca20b75c275 --- /dev/null +++ b/_maps/RandomRuins/SpaceRuins/vaporwave.dmm @@ -0,0 +1,525 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/open/space, +/area/space) +"b" = ( +/obj/structure/lattice, +/turf/open/space, +/area/space/nearstation) +"c" = ( +/obj/structure/lattice, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/unpowered/no_grav) +"d" = ( +/turf/open/floor/plating/asteroid/airless, +/area/ruin/unpowered/no_grav) +"e" = ( +/obj/structure/lattice, +/turf/open/floor/plating/airless, +/area/ruin/unpowered/no_grav) +"f" = ( +/turf/closed/wall, +/area/ruin/space/has_grav/powered/aesthetic) +"g" = ( +/turf/closed/wall/rust, +/area/ruin/space/has_grav/powered/aesthetic) +"h" = ( +/obj/effect/overlay/palmtree_r, +/turf/open/floor/holofloor/beach, +/area/ruin/space/has_grav/powered/aesthetic) +"i" = ( +/obj/structure/musician/piano, +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/plasteel/vaporwave, +/area/ruin/space/has_grav/powered/aesthetic) +"j" = ( +/obj/structure/chair/stool, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plasteel/vaporwave, +/area/ruin/space/has_grav/powered/aesthetic) +"k" = ( +/turf/open/floor/plasteel/vaporwave, +/area/ruin/space/has_grav/powered/aesthetic) +"l" = ( +/obj/structure/chair/comfy/grey/directional/east, +/turf/open/floor/plasteel/vaporwave, +/area/ruin/space/has_grav/powered/aesthetic) +"m" = ( +/obj/structure/table/reinforced, +/obj/item/taperecorder, +/turf/open/floor/plasteel/vaporwave, +/area/ruin/space/has_grav/powered/aesthetic) +"n" = ( +/obj/structure/chair/comfy/grey/directional/west, +/turf/open/floor/plasteel/vaporwave, +/area/ruin/space/has_grav/powered/aesthetic) +"o" = ( +/obj/structure/window{ + dir = 4 + }, +/turf/open/floor/plasteel/vaporwave, +/area/ruin/space/has_grav/powered/aesthetic) +"p" = ( +/obj/effect/overlay/palmtree_l, +/turf/open/floor/holofloor/beach, +/area/ruin/space/has_grav/powered/aesthetic) +"q" = ( +/turf/open/floor/holofloor/beach, +/area/ruin/space/has_grav/powered/aesthetic) +"r" = ( +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/plasteel/vaporwave, +/area/ruin/space/has_grav/powered/aesthetic) +"s" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/glasses/sunglasses/big{ + name = "aesthetic sunglasses" + }, +/turf/open/floor/plasteel/vaporwave, +/area/ruin/space/has_grav/powered/aesthetic) +"t" = ( +/obj/item/instrument/eguitar, +/turf/open/floor/holofloor/beach, +/area/ruin/space/has_grav/powered/aesthetic) +"u" = ( +/turf/open/floor/holofloor/beach/coast_t, +/area/ruin/space/has_grav/powered/aesthetic) +"v" = ( +/obj/item/statuebust, +/turf/open/floor/plasteel/vaporwave, +/area/ruin/space/has_grav/powered/aesthetic) +"w" = ( +/mob/living/simple_animal/butterfly, +/turf/open/floor/plasteel/vaporwave, +/area/ruin/space/has_grav/powered/aesthetic) +"x" = ( +/obj/structure/closet/crate/bin, +/obj/item/tape/random, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/unpowered/no_grav) +"y" = ( +/turf/open/floor/holofloor/beach/coast_b, +/area/ruin/space/has_grav/powered/aesthetic) +"z" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/hatch, +/turf/open/floor/pod/dark, +/area/ruin/space/has_grav/powered/aesthetic) +"A" = ( +/obj/effect/turf_decal/sand, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating{ + initial_gas_mix = "TEMP=2.7" + }, +/area/ruin/unpowered/no_grav) +"B" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating{ + initial_gas_mix = "TEMP=2.7" + }, +/area/ruin/unpowered/no_grav) +"C" = ( +/obj/structure/statue/sandstone/venus{ + desc = "Ugh, this is merely an ugly amateurish replica of the other statue! The letters RIPGOAT are scribbled onto the base."; + dir = 8 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating{ + initial_gas_mix = "TEMP=2.7" + }, +/area/ruin/unpowered/no_grav) +"E" = ( +/obj/effect/turf_decal/sand, +/turf/open/floor/plasteel/airless, +/area/ruin/unpowered/no_grav) +"F" = ( +/obj/structure/statue/sandstone/venus{ + dir = 4 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating{ + initial_gas_mix = "TEMP=2.7" + }, +/area/ruin/unpowered/no_grav) +"G" = ( +/obj/effect/turf_decal/industrial/warning/dust, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating{ + initial_gas_mix = "TEMP=2.7" + }, +/area/ruin/unpowered/no_grav) +"H" = ( +/obj/effect/overlay/palmtree_l, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/unpowered/no_grav) +"I" = ( +/obj/effect/turf_decal/sand, +/obj/effect/turf_decal/sand, +/turf/open/floor/plasteel/airless, +/area/ruin/unpowered/no_grav) +"J" = ( +/obj/effect/turf_decal/sand, +/turf/open/floor/plasteel/airless{ + icon_state = "stairs-l" + }, +/area/ruin/unpowered/no_grav) +"K" = ( +/obj/effect/turf_decal/sand, +/turf/open/floor/plasteel/airless{ + icon_state = "stairs-m" + }, +/area/ruin/unpowered/no_grav) +"L" = ( +/obj/effect/turf_decal/sand, +/turf/open/floor/plasteel/airless{ + icon_state = "stairs-r" + }, +/area/ruin/unpowered/no_grav) +"M" = ( +/obj/effect/overlay/palmtree_r, +/turf/open/floor/plating/asteroid/airless, +/area/ruin/unpowered/no_grav) +"O" = ( +/obj/structure/chair/comfy/grey/directional/west, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plasteel/vaporwave, +/area/ruin/space/has_grav/powered/aesthetic) +"P" = ( +/obj/machinery/light/small/directional/south, +/turf/open/floor/plasteel/vaporwave, +/area/ruin/space/has_grav/powered/aesthetic) +"R" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating{ + initial_gas_mix = "TEMP=2.7" + }, +/area/ruin/unpowered/no_grav) + +(1,1,1) = {" +a +a +a +a +a +a +b +a +a +a +a +a +a +a +a +"} +(2,1,1) = {" +a +a +a +a +a +d +c +d +a +b +a +a +a +a +a +"} +(3,1,1) = {" +a +a +a +a +d +d +c +d +d +c +d +d +a +a +a +"} +(4,1,1) = {" +a +a +a +d +d +d +e +c +d +e +d +d +d +a +a +"} +(5,1,1) = {" +a +a +a +d +f +f +g +g +g +f +g +A +d +d +a +"} +(6,1,1) = {" +a +a +c +d +f +h +q +h +u +y +f +R +d +d +a +"} +(7,1,1) = {" +a +b +c +e +g +i +r +r +r +r +f +B +H +d +d +"} +(8,1,1) = {" +a +a +d +d +f +j +k +k +v +P +f +C +I +A +d +"} +(9,1,1) = {" +a +a +d +d +f +k +k +k +k +k +f +E +J +E +d +"} +(10,1,1) = {" +a +a +d +c +f +l +l +k +k +k +z +E +K +E +I +"} +(11,1,1) = {" +a +a +d +c +g +m +s +k +k +k +f +E +L +E +I +"} +(12,1,1) = {" +a +a +d +c +g +O +n +k +w +P +g +F +I +A +A +"} +(13,1,1) = {" +b +b +c +e +f +o +o +o +o +o +f +G +M +d +d +"} +(14,1,1) = {" +a +a +d +d +g +p +t +p +u +y +g +R +d +d +a +"} +(15,1,1) = {" +a +a +d +d +f +f +g +f +g +g +g +A +d +d +a +"} +(16,1,1) = {" +a +a +a +d +d +d +e +c +x +e +d +d +d +a +a +"} +(17,1,1) = {" +a +a +a +a +a +d +c +d +d +c +d +d +d +a +a +"} +(18,1,1) = {" +a +a +a +a +a +a +b +d +d +d +d +a +a +a +a +"} +(19,1,1) = {" +a +a +a +a +a +a +b +a +a +a +a +a +a +a +a +"} diff --git a/_maps/RandomRuins/WasteRuins/wasteplanet_clowncrash.dmm b/_maps/RandomRuins/WasteRuins/wasteplanet_clowncrash.dmm new file mode 100644 index 000000000000..11c0ecc1a2ff --- /dev/null +++ b/_maps/RandomRuins/WasteRuins/wasteplanet_clowncrash.dmm @@ -0,0 +1,432 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/structure/fence/corner{ + dir = 9 + }, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/cave/explored) +"b" = ( +/obj/machinery/modular_computer/console/preset/civilian, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/noslip, +/area/overmap_encounter/planetoid/cave/explored) +"c" = ( +/obj/machinery/power/floodlight, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/cave/explored) +"d" = ( +/obj/item/grown/bananapeel, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/cave/explored) +"e" = ( +/obj/machinery/power/smes/shuttle/precharged{ + dir = 1 + }, +/obj/structure/window/plasma/reinforced{ + name = "clowning grade window" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/overmap_encounter/planetoid/cave/explored) +"f" = ( +/obj/effect/decal/cleanable/oil/slippery, +/obj/item/grown/bananapeel, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/cave/explored) +"g" = ( +/obj/structure/fence/door, +/obj/item/toy/snappop/phoenix, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/cave/explored) +"h" = ( +/obj/machinery/door/airlock/titanium, +/obj/item/toy/snappop/phoenix, +/turf/open/floor/noslip, +/area/overmap_encounter/planetoid/cave/explored) +"i" = ( +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp/bananalamp, +/obj/machinery/power/terminal, +/obj/structure/cable, +/turf/open/floor/noslip, +/area/overmap_encounter/planetoid/cave/explored) +"j" = ( +/mob/living/simple_animal/bot/honkbot, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/cave/explored) +"k" = ( +/turf/closed/mineral/random/wasteplanet, +/area/overmap_encounter/planetoid/cave/explored) +"l" = ( +/obj/item/grown/bananapeel, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/cave/explored) +"m" = ( +/obj/structure/fence/corner{ + dir = 6 + }, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/cave/explored) +"o" = ( +/obj/structure/table/reinforced, +/obj/item/bikehorn/airhorn, +/obj/item/nullrod/clown, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/cave/explored) +"q" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/box/white, +/turf/open/floor/noslip, +/area/overmap_encounter/planetoid/cave/explored) +"r" = ( +/obj/structure/table/reinforced, +/obj/item/stack/ore/hellstone, +/turf/open/floor/plating/asteroid, +/area/overmap_encounter/planetoid/cave/explored) +"s" = ( +/obj/structure/sign/poster/official/foam_force_ad, +/turf/closed/wall/mineral/titanium, +/area/overmap_encounter/planetoid/cave/explored) +"t" = ( +/obj/item/bedsheet/clown, +/obj/structure/bed, +/turf/open/floor/noslip, +/area/overmap_encounter/planetoid/cave/explored) +"u" = ( +/obj/structure/mecha_wreckage/honker, +/obj/effect/decal/cleanable/greenglow, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/cave/explored) +"w" = ( +/obj/structure/sign/poster/contraband/clown, +/turf/closed/wall/mineral/titanium, +/area/overmap_encounter/planetoid/cave/explored) +"x" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/mob/living/simple_animal/hostile/retaliate/clown, +/turf/open/floor/noslip, +/area/overmap_encounter/planetoid/cave/explored) +"y" = ( +/obj/structure/sign/poster/official/high_class_martini, +/turf/closed/wall/mineral/titanium, +/area/overmap_encounter/planetoid/cave/explored) +"z" = ( +/obj/structure/window/reinforced/fulltile/shuttle, +/obj/structure/grille, +/turf/open/floor/noslip, +/area/overmap_encounter/planetoid/cave/explored) +"B" = ( +/turf/closed/wall/mineral/titanium, +/area/overmap_encounter/planetoid/cave/explored) +"C" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/noslip, +/area/overmap_encounter/planetoid/cave/explored) +"D" = ( +/obj/item/wrench, +/obj/structure/rack, +/obj/item/stack/sheet/mineral/plasma/five, +/obj/item/stack/sheet/mineral/plasma/five, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/cave/explored) +"E" = ( +/obj/machinery/power/shuttle/engine/electric{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/overmap_encounter/planetoid/cave/explored) +"F" = ( +/obj/structure/fence{ + dir = 8 + }, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/cave/explored) +"G" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/cave/explored) +"H" = ( +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/cave/explored) +"I" = ( +/obj/item/clothing/suit/space/hardsuit/clown, +/obj/item/clothing/head/helmet/space/hardsuit/clown, +/obj/structure/rack, +/obj/machinery/power/terminal, +/obj/structure/cable, +/turf/open/floor/noslip, +/area/overmap_encounter/planetoid/cave/explored) +"J" = ( +/obj/machinery/power/floodlight, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/cave/explored) +"K" = ( +/obj/structure/closet/crate/trashcart, +/obj/effect/spawner/lootdrop/maintenance/seven, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/cave/explored) +"L" = ( +/obj/structure/fence/corner, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/cave/explored) +"M" = ( +/obj/structure/fence, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/cave/explored) +"N" = ( +/obj/effect/decal/cleanable/oil/slippery, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/cave/explored) +"O" = ( +/obj/structure/table/reinforced, +/obj/item/pickaxe/drill, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/cave/explored) +"P" = ( +/turf/open/floor/noslip, +/area/overmap_encounter/planetoid/cave/explored) +"Q" = ( +/turf/template_noop, +/area/template_noop) +"R" = ( +/obj/machinery/power/port_gen/pacman, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/cave/explored) +"S" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/cave/explored) +"T" = ( +/obj/structure/fence/corner{ + dir = 8 + }, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/cave/explored) +"U" = ( +/obj/structure/fence{ + dir = 4 + }, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/cave/explored) +"V" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/noslip, +/area/overmap_encounter/planetoid/cave/explored) +"W" = ( +/obj/structure/table/reinforced, +/obj/item/seeds/banana/bluespace, +/obj/item/circuitboard/computer/arcade/orion_trail, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/cave/explored) +"X" = ( +/obj/effect/decal/cleanable/oil/slippery, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/cave/explored) +"Y" = ( +/obj/structure/statue/bananium/clown, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/structure/window/reinforced/survival_pod{ + dir = 8 + }, +/obj/structure/window/reinforced/survival_pod, +/turf/open/floor/noslip, +/area/overmap_encounter/planetoid/cave/explored) +"Z" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/snacks/honkdae, +/turf/open/floor/plating/asteroid, +/area/overmap_encounter/planetoid/cave/explored) + +(1,1,1) = {" +Q +Q +Q +Q +k +k +k +k +k +M +M +a +"} +(2,1,1) = {" +Q +Q +k +k +k +k +u +H +D +H +c +U +"} +(3,1,1) = {" +Q +k +k +k +Z +r +H +H +l +H +X +U +"} +(4,1,1) = {" +k +k +W +l +H +N +H +H +H +H +S +g +"} +(5,1,1) = {" +k +k +B +z +y +h +B +B +B +R +d +U +"} +(6,1,1) = {" +k +B +b +x +P +V +i +e +E +H +S +F +"} +(7,1,1) = {" +k +w +Y +t +q +C +I +e +E +H +S +F +"} +(8,1,1) = {" +k +k +B +z +s +h +B +B +B +K +S +F +"} +(9,1,1) = {" +Q +k +k +o +l +H +H +H +H +f +G +U +"} +(10,1,1) = {" +Q +Q +k +k +O +j +H +H +H +J +T +m +"} +(11,1,1) = {" +Q +Q +Q +k +k +k +M +M +M +M +L +Q +"} diff --git a/_maps/RandomRuins/WasteRuins/wasteplanet_crash_kitchen.dmm b/_maps/RandomRuins/WasteRuins/wasteplanet_crash_kitchen.dmm new file mode 100644 index 000000000000..18e6bdb2fbd7 --- /dev/null +++ b/_maps/RandomRuins/WasteRuins/wasteplanet_crash_kitchen.dmm @@ -0,0 +1,724 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aq" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/donut_box, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/obj/effect/turf_decal/corner/transparent/bar/diagonal{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"br" = ( +/obj/structure/sign/donk{ + pixel_y = 32 + }, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered) +"cl" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/ruin/unpowered) +"dr" = ( +/turf/closed/wall/mineral/titanium, +/area/ruin/unpowered) +"fE" = ( +/obj/structure/curtain/bounty, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/eighties, +/area/ruin/unpowered) +"ga" = ( +/turf/open/floor/wood, +/area/ruin/unpowered) +"gg" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg2" + }, +/area/ruin/unpowered) +"gO" = ( +/obj/structure/table, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered) +"gS" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered) +"im" = ( +/obj/structure/curtain/bounty, +/turf/open/floor/eighties, +/area/ruin/unpowered) +"iH" = ( +/turf/template_noop, +/area/template_noop) +"ju" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered) +"jX" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/ruin/unpowered) +"lN" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_y = 2 + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/obj/effect/turf_decal/corner/transparent/bar/diagonal{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"me" = ( +/obj/structure/frame/machine, +/obj/structure/table, +/obj/item/circuitboard/machine/chem_dispenser/drinks/beer, +/turf/open/floor/plating{ + icon_state = "platingdmg2" + }, +/area/ruin/unpowered) +"pa" = ( +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/ruin/unpowered) +"pc" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/obj/effect/turf_decal/corner/transparent/bar/diagonal{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"sI" = ( +/mob/living/simple_animal/hostile/hivebot/rapid, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/ruin/unpowered) +"sQ" = ( +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/ruin/unpowered) +"sV" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/plating, +/area/ruin/unpowered) +"tm" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/obj/effect/turf_decal/corner/transparent/bar/diagonal{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"tI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/structure/sign/solgov_seal{ + pixel_x = -27; + pixel_y = 0 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"ut" = ( +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"uM" = ( +/obj/effect/decal/fakelattice, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"vc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered) +"wq" = ( +/mob/living/simple_animal/hostile/hivebot/rapid, +/turf/open/floor/plating{ + icon_state = "platingdmg2" + }, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"xh" = ( +/obj/structure/girder, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/ruin/unpowered) +"xi" = ( +/obj/structure/girder, +/turf/open/floor/plating, +/area/ruin/unpowered) +"xD" = ( +/obj/structure/table, +/obj/item/storage/bag/tray, +/obj/item/reagent_containers/food/drinks/shaker, +/obj/item/reagent_containers/glass/rag, +/obj/item/reagent_containers/food/condiment/enzyme, +/obj/item/kitchen/knife, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/obj/effect/turf_decal/corner/transparent/bar/diagonal{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"xU" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Crew Quarters" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"yB" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/airlock/public/glass{ + dir = 4 + }, +/turf/open/floor/plasteel/tech/grid, +/area/ruin/unpowered) +"yE" = ( +/obj/structure/sign/warning/docking, +/turf/closed/wall/mineral/titanium, +/area/ruin/unpowered) +"Al" = ( +/obj/structure/window/reinforced/tinted/frosted{ + dir = 1 + }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/ruin/unpowered) +"DF" = ( +/obj/machinery/door/window/westleft, +/obj/structure/sink{ + dir = 8; + pixel_x = 12 + }, +/obj/structure/mirror{ + pixel_x = 24 + }, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"EU" = ( +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"Fq" = ( +/obj/item/electronics/apc, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/ruin/unpowered) +"Hv" = ( +/obj/structure/table, +/obj/machinery/chem_dispenser/drinks, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/obj/effect/turf_decal/corner/transparent/bar/diagonal{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"HU" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered) +"HV" = ( +/obj/structure/curtain, +/obj/machinery/shower{ + pixel_y = 8 + }, +/obj/structure/window/reinforced/tinted/frosted{ + dir = 8 + }, +/obj/item/soap, +/mob/living/simple_animal/hostile/hivebot/rapid, +/turf/open/floor/plasteel/white, +/area/ruin/unpowered) +"Ka" = ( +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/turf/open/floor/wood, +/area/ruin/unpowered) +"KR" = ( +/turf/open/floor/plating, +/area/ruin/unpowered) +"Lz" = ( +/obj/item/ammo_casing/spent{ + dir = 1; + pixel_x = 7; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/blood/gibs, +/obj/item/gun/ballistic/automatic/pistol/commander{ + pixel_y = 7 + }, +/obj/effect/mob_spawn/human/corpse/assistant, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/ruin/unpowered) +"Mi" = ( +/obj/structure/grille, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Nb" = ( +/obj/structure/girder, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/ruin/unpowered) +"Qz" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"QS" = ( +/obj/structure/chair/comfy/blue/directional/south, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/wood, +/area/ruin/unpowered) +"Rt" = ( +/obj/effect/spawner/structure/window/shuttle, +/obj/machinery/door/firedoor/window, +/obj/structure/grille, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "sgwindowshut"; + name = "External Shutters" + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"RL" = ( +/obj/structure/lattice, +/obj/structure/girder, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/ruin/unpowered) +"Sh" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/door/window/westright, +/obj/structure/window/reinforced/spawner, +/obj/machinery/atmospherics/components/binary/pump/layer2, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/ruin/unpowered) +"Te" = ( +/obj/structure/table, +/obj/machinery/microwave, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/obj/effect/turf_decal/corner/transparent/bar/diagonal{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"TX" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/layer4{ + dir = 8 + }, +/obj/item/oar, +/obj/machinery/advanced_airlock_controller{ + pixel_y = -24 + }, +/obj/structure/closet/emcloset/wall/directional/east, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered) +"TZ" = ( +/obj/machinery/door/airlock/public/glass{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plasteel/tech/grid, +/area/ruin/unpowered) +"UA" = ( +/obj/machinery/gibber, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/obj/effect/turf_decal/corner/transparent/bar/diagonal{ + dir = 4 + }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/ruin/unpowered) +"Vn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/carpet/nanoweave/purple, +/area/ruin/unpowered) +"Vy" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/donkpockets, +/obj/machinery/button/door{ + id = "sgkitchen"; + name = "Kitchen Shutters"; + pixel_y = -22 + }, +/obj/machinery/camera/autoname{ + dir = 1; + network = list("cricket") + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 1 + }, +/obj/effect/turf_decal/corner/opaque/white{ + dir = 2 + }, +/obj/effect/turf_decal/corner/transparent/bar/diagonal{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ruin/unpowered) +"VG" = ( +/obj/machinery/atmospherics/components/unary/tank/air{ + piping_layer = 2 + }, +/obj/structure/window/reinforced/spawner/west, +/obj/machinery/camera/autoname{ + dir = 8; + network = list("cricket") + }, +/turf/open/floor/plasteel/tech, +/area/ruin/unpowered) +"WP" = ( +/mob/living/simple_animal/hostile/hivebot/rapid, +/turf/open/floor/plating, +/area/ruin/unpowered) + +(1,1,1) = {" +ut +iH +ut +uM +uM +uM +wq +Qz +EU +uM +uM +ut +iH +ut +iH +iH +"} +(2,1,1) = {" +yE +VG +Sh +TX +pa +yB +TZ +pa +pa +Nb +dr +dr +uM +iH +iH +iH +"} +(3,1,1) = {" +Nb +Nb +dr +pa +pa +KR +Vn +ju +xU +tI +Ka +fE +KR +uM +ut +iH +"} +(4,1,1) = {" +Nb +UA +tm +Te +xh +sQ +jX +gS +dr +QS +cl +im +gg +sQ +uM +ut +"} +(5,1,1) = {" +Rt +xD +pc +WP +lN +sV +sQ +gO +dr +Fq +ga +Al +jX +KR +uM +uM +"} +(6,1,1) = {" +Rt +me +jX +Lz +aq +sQ +jX +HU +pa +HV +DF +pa +sQ +uM +iH +ut +"} +(7,1,1) = {" +Mi +Hv +KR +Vy +dr +br +vc +Nb +pa +Nb +pa +pa +uM +ut +iH +iH +"} +(8,1,1) = {" +RL +pa +pa +xi +Nb +gg +jX +jX +sQ +Nb +uM +ut +ut +iH +iH +iH +"} +(9,1,1) = {" +ut +ut +uM +uM +sQ +KR +sI +sQ +uM +uM +ut +iH +iH +iH +iH +iH +"} +(10,1,1) = {" +iH +iH +ut +iH +ut +uM +uM +uM +ut +iH +ut +iH +iH +iH +iH +iH +"} +(11,1,1) = {" +iH +iH +iH +iH +iH +ut +uM +ut +iH +iH +iH +iH +iH +iH +iH +iH +"} diff --git a/_maps/RandomRuins/WasteRuins/wasteplanet_fortress_of_solitide.dmm b/_maps/RandomRuins/WasteRuins/wasteplanet_fortress_of_solitide.dmm new file mode 100644 index 000000000000..b795826ec6c2 --- /dev/null +++ b/_maps/RandomRuins/WasteRuins/wasteplanet_fortress_of_solitide.dmm @@ -0,0 +1,7587 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"ad" = ( +/mob/living/simple_animal/hostile/rat, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"am" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance/three, +/obj/item/flashlight/glowstick, +/obj/item/hand_labeler_refill, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"as" = ( +/obj/effect/decal/cleanable/oil, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"av" = ( +/turf/open/floor/plating/rust, +/area/ruin/powered) +"az" = ( +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/ruin/powered) +"aE" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Funny Creature Storage"; + dir = 4 + }, +/obj/structure/barricade/wooden, +/obj/item/restraints/legcuffs/beartrap{ + armed = 1; + trap_damage = 1 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"aH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/footprints, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"aM" = ( +/obj/structure/closet/crate/hydroponics, +/obj/item/reagent_containers/food/snacks/grown/banana, +/obj/item/reagent_containers/food/snacks/grown/banana, +/obj/item/reagent_containers/food/snacks/grown/banana, +/obj/item/reagent_containers/food/snacks/grown/banana, +/obj/item/reagent_containers/food/snacks/grown/banana, +/obj/item/reagent_containers/food/snacks/grown/banana, +/obj/item/reagent_containers/food/snacks/grown/banana, +/obj/item/reagent_containers/food/snacks/grown/banana, +/turf/open/floor/plating, +/area/ruin/powered) +"aP" = ( +/obj/effect/decal/cleanable/food/flour, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating, +/area/ruin/powered) +"aT" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating, +/area/ruin/powered) +"aY" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/poster/random_contraband, +/turf/open/floor/plating, +/area/ruin/powered) +"bb" = ( +/obj/structure/sign/poster/contraband/punch_shit, +/turf/closed/wall/rust, +/area/ruin/powered) +"bj" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/blood/old, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet/royalblack, +/area/ruin/powered) +"br" = ( +/obj/effect/mob_spawn/human/corpse/assistant, +/obj/effect/decal/cleanable/blood, +/obj/machinery/light/directional/south, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"bs" = ( +/obj/structure/statue/sandstone/assistant, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"bt" = ( +/obj/structure/sign/poster/contraband/rip_badger, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"bv" = ( +/obj/machinery/door/airlock/maintenance{ + name = "The Grey Fortress"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"bz" = ( +/obj/effect/decal/cleanable/blood/splatter, +/obj/item/chair/plastic, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"bC" = ( +/obj/structure/sign/poster/contraband/clown, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"bF" = ( +/obj/item/gun/ballistic/shotgun/doublebarrel/improvised, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating, +/area/ruin/powered) +"bG" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"bH" = ( +/obj/effect/decal/cleanable/food/tomato_smudge, +/turf/open/floor/plating, +/area/ruin/powered) +"bI" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"bN" = ( +/obj/structure/sign/poster/contraband/donut_corp, +/turf/closed/wall/rust, +/area/ruin/powered) +"bR" = ( +/obj/effect/decal/cleanable/oil/streak, +/turf/open/floor/plating, +/area/ruin/powered) +"bS" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/gibs/limb, +/obj/effect/decal/cleanable/blood/innards, +/turf/open/floor/plating, +/area/ruin/powered) +"bT" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/rack, +/obj/item/trash/plate, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/toner, +/obj/item/mop, +/obj/item/weldingtool/empty, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"cf" = ( +/obj/effect/decal/cleanable/blood/splatter, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet/royalblack, +/area/ruin/powered) +"cj" = ( +/obj/structure/window/plasma/spawner/east, +/obj/item/clothing/gloves/color/yellow, +/obj/effect/decal/cleanable/glass/plasma, +/turf/open/floor/plating, +/area/ruin/powered) +"cm" = ( +/obj/effect/mob_spawn/human/engineer, +/obj/item/crowbar/power{ + pixel_x = -1; + pixel_y = -13 + }, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/item/pipe_dispenser{ + pixel_x = 2; + pixel_y = 7 + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"co" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"ct" = ( +/obj/structure/window/spawner, +/mob/living/carbon/monkey, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"cD" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"cE" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"cF" = ( +/obj/item/ammo_casing{ + dir = 5; + pixel_x = -3; + pixel_y = 9 + }, +/obj/item/chair/plastic, +/turf/open/floor/plating, +/area/ruin/powered) +"cP" = ( +/obj/item/trash/boritos, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"cS" = ( +/obj/structure/table/wood/fancy/orange, +/obj/item/reagent_containers/food/snacks/store/cake/clown_cake, +/turf/open/floor/plating, +/area/ruin/powered) +"cU" = ( +/obj/item/toy/figure/secofficer, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"cX" = ( +/obj/structure/statue/bananium/clown, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/mineral/gold, +/area/ruin/powered) +"dg" = ( +/obj/structure/sign/poster/contraband/eat, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"dn" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"dp" = ( +/obj/structure/headpike, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"dv" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"dC" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/powered) +"dH" = ( +/obj/effect/decal/cleanable/greenglow, +/turf/open/floor/plating, +/area/ruin/powered) +"dI" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/poster/contraband/have_a_puff, +/turf/closed/wall/rust, +/area/ruin/powered) +"dK" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating, +/area/ruin/powered) +"dM" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/oil/streak, +/obj/item/trash/cheesie, +/turf/open/floor/plating, +/area/ruin/powered) +"dP" = ( +/obj/effect/gibspawner/human, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet/royalblack, +/area/ruin/powered) +"dT" = ( +/obj/structure/table/wood, +/obj/machinery/fax/ruin, +/turf/open/floor/plating, +/area/ruin/powered) +"dU" = ( +/obj/structure/table, +/obj/item/stack/tape/industrial/electrical, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/powered) +"dY" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/west, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"ec" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet/royalblack, +/area/ruin/powered) +"ed" = ( +/obj/item/trash/cheesie, +/turf/open/floor/mineral/gold, +/area/ruin/powered) +"ee" = ( +/obj/machinery/photocopier, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"eh" = ( +/obj/effect/mob_spawn/human/corpse/assistant, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"ej" = ( +/obj/machinery/door/airlock/maintenance{ + name = "The Throneroom"; + dir = 4 + }, +/obj/effect/decal/cleanable/blood, +/obj/item/assembly/mousetrap/armed, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet/royalblack, +/area/ruin/powered) +"ep" = ( +/obj/effect/spawner/lootdrop/maintenance/two, +/obj/item/reagent_containers/food/snacks/butterdog, +/obj/structure/table, +/obj/item/coin/plastic, +/turf/open/floor/plating, +/area/ruin/powered) +"er" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/poster/random_contraband, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"et" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"ev" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/blood/old, +/mob/living/simple_animal/hostile/rat{ + dir = 8 + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"ez" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/trash/plate, +/obj/item/trash/sosjerky, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/assembly/igniter, +/obj/item/clipboard, +/obj/item/electronics/airlock, +/obj/item/hand_labeler_refill, +/obj/item/photo, +/obj/item/wrench/old, +/obj/item/poster/random_contraband, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"eI" = ( +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"eL" = ( +/mob/living/simple_animal/hostile/rat, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/powered) +"eM" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/effect/mob_spawn/human/corpse/frontier, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/powered) +"eO" = ( +/obj/effect/gibspawner/human, +/obj/structure/statue/sandstone/assistant, +/turf/open/floor/plating, +/area/ruin/powered) +"eS" = ( +/obj/item/storage/toolbox/mechanical, +/turf/open/floor/plating, +/area/ruin/powered) +"eT" = ( +/obj/effect/decal/cleanable/generic, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/visible/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"eW" = ( +/obj/effect/decal/cleanable/oil/streak, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"ff" = ( +/obj/structure/closet/crate/bin, +/obj/item/clothing/mask/gas/mime, +/obj/item/clothing/under/rank/civilian/mime, +/obj/item/clothing/head/frenchberet, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"fh" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/powered) +"fi" = ( +/obj/structure/sign/poster/contraband/random, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"fj" = ( +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"fk" = ( +/obj/item/grown/bananapeel, +/turf/open/floor/mineral/gold, +/area/ruin/powered) +"fn" = ( +/obj/effect/gibspawner/human, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"fr" = ( +/obj/structure/table, +/obj/item/stack/sheet/mineral/wood, +/obj/item/stack/sheet/mineral/wood, +/obj/item/stack/sheet/mineral/wood, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/item/trash/waffles, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/flashlight/glowstick, +/turf/open/floor/plating, +/area/ruin/powered) +"fw" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance/five, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/item/toner/extreme, +/obj/item/poster/random_contraband, +/turf/open/floor/plating, +/area/ruin/powered) +"fy" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/powered) +"fB" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"fE" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"fI" = ( +/obj/structure/closet/crate, +/obj/item/spear, +/obj/item/spear, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/trash/tray, +/turf/open/floor/plating, +/area/ruin/powered) +"fJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/lootdrop/grille_or_trash, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"ga" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"gi" = ( +/obj/structure/rack, +/obj/item/clothing/gloves/color/fyellow, +/obj/item/clothing/gloves/color/fyellow, +/turf/open/floor/plating, +/area/ruin/powered) +"go" = ( +/obj/machinery/light/small/directional/west, +/turf/open/floor/mineral/gold, +/area/ruin/powered) +"gp" = ( +/mob/living/simple_animal/hostile/rat, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"gq" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/coin, +/obj/machinery/light/small/directional/south, +/turf/open/floor/plating, +/area/ruin/powered) +"gr" = ( +/obj/structure/rack, +/obj/item/trash/sosjerky, +/obj/item/trash/raisins, +/obj/item/folder/blue, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/ruin/powered) +"gG" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/ruin/powered) +"gL" = ( +/turf/open/floor/mineral/gold, +/area/ruin/powered) +"gM" = ( +/obj/structure/rack, +/obj/item/clothing/gloves/color/fyellow, +/obj/item/clothing/gloves/color/fyellow, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"gQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"gW" = ( +/obj/structure/table/wood, +/obj/item/paper/crumpled{ + default_raw_text = "Please leave money and pawned items on this table. Thank you! -R"; + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/spacecash/bundle/c100, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/ruin/powered) +"hd" = ( +/obj/item/reagent_containers/food/snacks/cakeslice/clown_slice, +/turf/open/floor/mineral/gold, +/area/ruin/powered) +"he" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"hf" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Self-Service Shoppery" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"hD" = ( +/obj/structure/sign/poster/contraband/steppyflag, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"hH" = ( +/obj/structure/table, +/obj/item/pizzabox/pineapple, +/obj/item/pizzabox/pineapple{ + pixel_y = 3 + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"hO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/obj/item/trash/can/food/beans, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"hV" = ( +/obj/effect/mob_spawn/human/corpse/assistant, +/obj/effect/decal/cleanable/blood, +/obj/machinery/light/directional/west, +/turf/open/floor/plating, +/area/ruin/powered) +"hW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"hZ" = ( +/obj/effect/mob_spawn/human/corpse/assistant, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"ik" = ( +/obj/structure/filingcabinet, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/ruin/powered) +"in" = ( +/turf/template_noop, +/area/template_noop) +"is" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"iv" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/trash/can/food/beans, +/obj/structure/closet/crate, +/obj/item/trash/candy, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/assembly/prox_sensor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/poster/random_contraband, +/turf/open/floor/plating, +/area/ruin/powered) +"iw" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 8; + pixel_x = -7; + pixel_y = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"iH" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/blood/old, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"iI" = ( +/mob/living/simple_animal/hostile/rat, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"iK" = ( +/obj/structure/curtain/cloth/fancy, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"iR" = ( +/mob/living/simple_animal/hostile/rat, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"iZ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet/royalblack, +/area/ruin/powered) +"ja" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"jh" = ( +/obj/effect/decal/cleanable/ash, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"jl" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/old, +/obj/item/broken_bottle, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"jn" = ( +/mob/living/simple_animal/hostile/retaliate/clown/mutant/blob, +/obj/effect/gibspawner/human, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/powered) +"jr" = ( +/obj/structure/table/reinforced, +/obj/item/slime_cookie/green, +/obj/item/toy/figure/chef, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"jy" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"jz" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/mob_spawn/human/clown/corpse, +/turf/open/floor/plating, +/area/ruin/powered) +"jA" = ( +/obj/structure/reagent_dispensers/cooking_oil, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"jD" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"jF" = ( +/mob/living/simple_animal/hostile/rat, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"jG" = ( +/obj/structure/closet/cabinet, +/obj/item/clothing/accessory/holster/detective, +/obj/item/clothing/under/rank/security/detective, +/obj/item/clothing/suit/det_suit, +/obj/item/clothing/neck/tie/detective, +/obj/item/clothing/head/fedora/det_hat, +/obj/item/cartridge/detective, +/obj/item/evidencebag, +/turf/open/floor/plating, +/area/ruin/powered) +"jH" = ( +/obj/machinery/light/directional/north, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"jM" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"jS" = ( +/obj/structure/chair/sofa/brown/right/directional/north, +/mob/living/simple_animal/hostile/retaliate/goose/vomit{ + dir = 1 + }, +/obj/effect/decal/cleanable/vomit/old, +/turf/open/floor/plating, +/area/ruin/powered) +"jU" = ( +/obj/structure/sign/poster/contraband/space_cube, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"jY" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Armoire"; + dir = 4 + }, +/obj/item/restraints/legcuffs/beartrap{ + armed = 1; + trap_damage = 1 + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"kb" = ( +/obj/machinery/door/airlock/maintenance{ + name = "The Grey Fortress" + }, +/obj/structure/fans/tiny, +/obj/item/assembly/mousetrap/armed, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/ruin/powered) +"kd" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"kf" = ( +/obj/structure/table, +/obj/item/stack/rods/ten, +/turf/open/floor/plating, +/area/ruin/powered) +"ki" = ( +/obj/effect/decal/cleanable/blood, +/mob/living/simple_animal/hostile/rat, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"kj" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/ash, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"kl" = ( +/obj/structure/sign/poster/contraband/space_cola, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"kn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"kp" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Detective Halligan's Office" + }, +/obj/structure/barricade/wooden/crude, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"kw" = ( +/obj/machinery/vending/sovietsoda, +/turf/open/floor/wood, +/area/ruin/powered) +"kD" = ( +/obj/structure/statue/sandstone/assistant, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"kE" = ( +/obj/structure/sign/poster/contraband/xenofauna_parasite, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"kK" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/mob_spawn/human/clown/corpse, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/mineral/gold, +/area/ruin/powered) +"kO" = ( +/obj/item/trash/chips, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"kR" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/mineral/gold, +/area/ruin/powered) +"kS" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"kT" = ( +/obj/structure/closet/crate/secure/science, +/obj/item/laser_pointer/upgraded, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/item/trash/plate, +/obj/effect/spawner/lootdrop/maintenance/two, +/obj/item/electronics/airlock, +/turf/open/floor/plating, +/area/ruin/powered) +"kX" = ( +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"lf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"lk" = ( +/obj/effect/decal/cleanable/blood, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"ll" = ( +/obj/structure/headpike, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"lp" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"lr" = ( +/obj/machinery/deepfryer, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/ruin/powered) +"ls" = ( +/obj/structure/table, +/obj/item/gun/energy/laser/retro, +/turf/open/floor/plating, +/area/ruin/powered) +"lv" = ( +/obj/item/flashlight/lamp/bananalamp, +/turf/open/floor/plating, +/area/ruin/powered) +"lz" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"lA" = ( +/obj/effect/decal/cleanable/blood/gibs/up, +/obj/effect/decal/cleanable/ash, +/turf/open/floor/plating, +/area/ruin/powered) +"lI" = ( +/obj/structure/chair/comfy/beige{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/ruin/powered) +"lK" = ( +/mob/living/simple_animal/hostile/rat{ + dir = 8 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/plating, +/area/ruin/powered) +"lL" = ( +/obj/item/mecha_parts/mecha_equipment/generator, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"lM" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"lO" = ( +/obj/structure/bed, +/obj/item/bedsheet/random, +/obj/effect/mob_spawn/human/corpse/assistant, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"lQ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/glass, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"lX" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"mc" = ( +/obj/structure/closet/crate, +/obj/item/trash/raisins, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/flashlight/glowstick, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"md" = ( +/obj/effect/spawner/lootdrop/grille_or_trash, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"mh" = ( +/obj/effect/decal/cleanable/vomit/old, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"mk" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/ash, +/obj/item/c_tube{ + pixel_x = -12; + pixel_y = 3 + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"mo" = ( +/obj/item/spear, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 28 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"mv" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/poster/contraband/missing_gloves, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"mx" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood{ + icon_state = "wood-broken2" + }, +/area/ruin/powered) +"mG" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/flask/det, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/folder{ + pixel_x = -6; + pixel_y = 5 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"mM" = ( +/obj/structure/sign/poster/contraband/peacemaker, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"mP" = ( +/obj/effect/mob_spawn/human/corpse/assistant, +/obj/effect/decal/cleanable/blood, +/obj/item/spear, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/powered) +"mV" = ( +/obj/structure/closet/cabinet, +/obj/item/clothing/suit/jacket/leather, +/obj/item/clothing/suit/jacket/leather, +/obj/item/clothing/suit/jacket/leather, +/obj/item/clothing/suit/jacket/leather, +/obj/item/clothing/glasses/cheapsuns, +/obj/item/clothing/glasses/cheapsuns, +/obj/item/clothing/glasses/cheapsuns, +/obj/item/clothing/glasses/cheapsuns, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"mW" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/mob_spawn/human/corpse/assistant, +/obj/effect/decal/cleanable/vomit/old, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"na" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor, +/obj/machinery/door/window/brigdoor/northleft, +/obj/item/paper_bin, +/obj/item/trash/tray, +/turf/open/floor/plating, +/area/ruin/powered) +"nc" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/snacks/cakeslice/brain, +/turf/open/floor/plating, +/area/ruin/powered) +"nd" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"nh" = ( +/obj/effect/decal/cleanable/glass, +/obj/item/cigbutt, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"nk" = ( +/obj/structure/table, +/obj/item/stock_parts/micro_laser/ultra, +/obj/item/reagent_containers/glass/beaker{ + name = "standard-sized beaker"; + pixel_x = -9; + pixel_y = 3 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"nt" = ( +/obj/effect/decal/cleanable/blood, +/mob/living/simple_animal/hostile/rat, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/trash/cheesie, +/turf/open/floor/plating, +/area/ruin/powered) +"nv" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"nw" = ( +/obj/effect/mob_spawn/human/clown/corpse, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"nz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"nE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/oil, +/obj/effect/decal/cleanable/blood/footprints, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"nF" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4 + }, +/obj/item/assembly/mousetrap/armed, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"nH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/ash, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"nJ" = ( +/obj/structure/rack, +/obj/item/pneumatic_cannon/pie, +/obj/item/reagent_containers/spray/waterflower/lube, +/obj/machinery/light/small/directional/east, +/turf/open/floor/mineral/gold, +/area/ruin/powered) +"nK" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance/five, +/obj/item/shovel/spoon, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"nM" = ( +/obj/structure/curtain/cloth/fancy, +/obj/effect/mob_spawn/human/corpse/frontier, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/vomit/old, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"nN" = ( +/obj/structure/closet/cardboard, +/obj/item/toy/plush/carpplushie/dehy_carp, +/obj/item/toy/plush/carpplushie, +/obj/item/toy/plush/carpplushie, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/poster/random_contraband, +/turf/open/floor/plating, +/area/ruin/powered) +"nS" = ( +/obj/structure/rack, +/obj/item/melee/baton/cattleprod, +/obj/item/restraints/handcuffs/cable/pink, +/obj/item/clothing/mask/muzzle, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/ruin/powered) +"oa" = ( +/obj/machinery/door/airlock/maintenance{ + name = "The Barracks Part 3" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"oe" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/closet/crate, +/obj/item/trash/sosjerky, +/obj/item/trash/candy, +/obj/item/assembly/igniter, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"oj" = ( +/obj/effect/spawner/lootdrop/grille_or_trash, +/obj/effect/decal/cleanable/oil, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"oq" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/food/egg_smudge, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"ow" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/lootdrop/grille_or_trash, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"oB" = ( +/obj/structure/bed, +/obj/item/bedsheet/random, +/obj/effect/gibspawner/human, +/turf/open/floor/plating, +/area/ruin/powered) +"oD" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/greenglow, +/turf/open/floor/plating, +/area/ruin/powered) +"oJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"oM" = ( +/obj/structure/bed, +/obj/item/bedsheet/random, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"oQ" = ( +/obj/structure/table/wood, +/obj/item/toy/plush/snakeplushie, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/item/trash/waffles, +/turf/open/floor/plating, +/area/ruin/powered) +"oS" = ( +/obj/structure/bed, +/obj/item/bedsheet/random, +/obj/machinery/light/small/directional/east, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"oU" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/oil/streak, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"oW" = ( +/obj/structure/flora/rock, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"oX" = ( +/obj/structure/sign/poster/contraband/pgf, +/turf/closed/wall/rust, +/area/ruin/powered) +"oY" = ( +/obj/effect/decal/cleanable/blood/footprints, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"ph" = ( +/obj/effect/decal/cleanable/insectguts, +/obj/structure/rack, +/obj/item/folder/yellow, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/electronics/airlock, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"pp" = ( +/obj/effect/decal/cleanable/oil/streak, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"pq" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"py" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/trash/semki, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"pz" = ( +/obj/structure/fluff/paper/stack{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"pD" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/item/ammo_casing/shotgun/techshell, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"pE" = ( +/obj/structure/chair/comfy/orange/directional/south, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"pM" = ( +/obj/effect/decal/cleanable/generic, +/obj/structure/rack, +/obj/item/trash/sosjerky, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/assembly/prox_sensor, +/obj/item/photo, +/obj/item/poster/random_contraband, +/turf/open/floor/plating, +/area/ruin/powered) +"pN" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/vomit/old, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"pP" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"pR" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"pS" = ( +/obj/structure/sign/poster/contraband/engis_unite, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"pW" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"pY" = ( +/obj/structure/table, +/obj/item/ammo_box/c9mm{ + pixel_y = 6 + }, +/obj/item/gun/ballistic/automatic/zip_pistol, +/obj/item/ammo_box/magazine/zip_ammo_9mm, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"qi" = ( +/obj/structure/closet/body_bag, +/obj/item/clothing/under/costume/pirate, +/obj/item/clothing/suit/pirate, +/obj/item/clothing/head/pirate, +/obj/item/clothing/head/helmet/space/pirate/bandana, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"qn" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/mob_spawn/human/corpse/assistant, +/turf/open/floor/plating, +/area/ruin/powered) +"qo" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/broken_bottle, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"qr" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/powered) +"qs" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Laboratorium Storage" + }, +/obj/item/assembly/mousetrap/armed, +/turf/open/floor/plating, +/area/ruin/powered) +"qx" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/glass, +/obj/machinery/light/directional/south, +/turf/open/floor/plating, +/area/ruin/powered) +"qE" = ( +/obj/effect/decal/cleanable/oil/streak, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"qF" = ( +/obj/machinery/door/airlock/maintenance{ + name = "The Gambling Hall" + }, +/turf/open/floor/wood, +/area/ruin/powered) +"qI" = ( +/obj/structure/table, +/obj/item/holochip{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/clothing/suit/toggle/owlwings/griffinwings{ + pixel_y = 5 + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"qR" = ( +/obj/structure/grille, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/restraints/legcuffs/beartrap{ + armed = 1; + trap_damage = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/ruin/powered) +"qT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"ra" = ( +/obj/effect/decal/cleanable/generic, +/obj/structure/sign/poster/contraband/random{ + pixel_y = -28 + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"rl" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/grown/cannabis{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/reagent_containers/food/snacks/grown/cannabis{ + pixel_x = 3; + pixel_y = 9 + }, +/obj/item/storage/fancy/cigarettes/cigpack_carp{ + pixel_x = 4 + }, +/obj/item/storage/fancy/cigarettes/cigpack_carp{ + pixel_x = -6; + pixel_y = 5 + }, +/obj/item/lighter, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/powered) +"rn" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"rp" = ( +/obj/effect/mob_spawn/human/corpse/assistant, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"ru" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/glass, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"rx" = ( +/obj/structure/bed, +/obj/item/bedsheet/random, +/obj/effect/decal/cleanable/blood, +/mob/living/simple_animal/hostile/rat, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"rE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"rJ" = ( +/obj/structure/falsewall/reinforced, +/obj/structure/sign/poster/retro/smile, +/turf/open/floor/plating, +/area/ruin/powered) +"rO" = ( +/obj/structure/curtain/cloth/fancy, +/obj/item/trash/tray, +/turf/open/floor/plating, +/area/ruin/powered) +"rR" = ( +/obj/machinery/light/directional/south, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"rU" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/oil, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"sg" = ( +/mob/living/simple_animal/hostile/rat{ + dir = 1 + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"sl" = ( +/mob/living/simple_animal/hostile/rat, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/lootdrop/grille_or_trash, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"so" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/wood, +/area/ruin/powered) +"sr" = ( +/obj/item/rack_parts, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"sB" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/paper/crumpled{ + default_raw_text = "You know you want to do it. Give in to your pyromaniacal urges. DO IT." + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"sE" = ( +/mob/living/simple_animal/hostile/asteroid/goliath{ + desc = "Douglas! Everyone's pal! What a guy!"; + dir = 1; + faction = list("neutral"); + name = "Douglas the Friendly Maintenance Goliath" + }, +/obj/structure/chair/sofa/brown/left/directional/north, +/turf/open/floor/plating, +/area/ruin/powered) +"sH" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/mob_spawn/human/corpse/assistant, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"sQ" = ( +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/ruin/powered) +"sR" = ( +/obj/machinery/door/airlock/maintenance{ + name = "The Glovebox" + }, +/obj/item/assembly/mousetrap/armed, +/turf/open/floor/plating, +/area/ruin/powered) +"sU" = ( +/obj/effect/decal/cleanable/blood/footprints{ + pixel_x = 1; + pixel_y = -6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"tc" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/trash/sosjerky, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"tf" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/wood, +/area/ruin/powered) +"tA" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/glass/mortar/gold, +/obj/item/pestle, +/turf/open/floor/plating, +/area/ruin/powered) +"tB" = ( +/obj/structure/chair/comfy/grey/directional/west, +/turf/open/floor/plating, +/area/ruin/powered) +"tF" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/mob/living/simple_animal/hostile/human/frontier{ + dir = 8 + }, +/turf/open/floor/wood, +/area/ruin/powered) +"tI" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/lootdrop/grille_or_trash, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"tK" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/reagent_containers/food/snacks/deadmouse, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/powered) +"tP" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/directional/north, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"tR" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"tT" = ( +/obj/machinery/door/airlock/maintenance{ + name = "The Barracks" + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/oil/slippery, +/obj/item/assembly/mousetrap/armed, +/turf/open/floor/plating, +/area/ruin/powered) +"tY" = ( +/obj/structure/statue/sandstone/assistant, +/turf/open/floor/plating, +/area/ruin/powered) +"ub" = ( +/obj/structure/sign/poster/contraband/donut_corp, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"ul" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/chewable/bubblegum, +/obj/item/reagent_containers/food/snacks/chewable/bubblegum{ + pixel_y = 5 + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"ut" = ( +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"uB" = ( +/obj/structure/table/wood, +/obj/item/switchblade{ + pixel_x = -3; + pixel_y = 4 + }, +/obj/item/coin/antagtoken{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"uD" = ( +/obj/structure/rack, +/obj/effect/mob_spawn/drone, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/trash/raisins, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/airlock_painter, +/obj/item/tape/random, +/obj/item/poster/random_contraband, +/turf/open/floor/plating, +/area/ruin/powered) +"uJ" = ( +/obj/structure/table/wood, +/obj/item/toy/figure/lawyer{ + pixel_x = 7; + pixel_y = 3 + }, +/obj/item/toy/figure/secofficer{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/item/toy/figure/warden{ + pixel_x = -4; + pixel_y = -1 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"uP" = ( +/obj/machinery/door/airlock/maintenance{ + name = "The Laboratorium"; + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"uS" = ( +/obj/effect/decal/cleanable/glass, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"va" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"vc" = ( +/obj/structure/closet/crate, +/obj/item/trash/can/food, +/obj/item/trash/sosjerky, +/obj/item/trash/raisins, +/obj/item/airlock_painter, +/turf/open/floor/plating, +/area/ruin/powered) +"ve" = ( +/obj/effect/decal/cleanable/glass, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"vh" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/trash/raisins, +/turf/open/floor/plating, +/area/ruin/powered) +"vl" = ( +/obj/structure/curtain/cloth/fancy, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"vm" = ( +/obj/machinery/icecream_vat, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"vp" = ( +/obj/structure/bed, +/obj/item/bedsheet/random, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"vt" = ( +/obj/structure/sign/poster/contraband/shamblers_juice, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"vw" = ( +/obj/structure/grille, +/obj/structure/window/fulltile, +/turf/open/floor/plating, +/area/ruin/powered) +"vy" = ( +/obj/effect/decal/cleanable/oil, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/oil/streak, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"vD" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"vE" = ( +/mob/living/carbon/monkey, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"vF" = ( +/obj/structure/fluff/paper/stack{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"vG" = ( +/obj/effect/decal/cleanable/blood, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet/royalblack, +/area/ruin/powered) +"vI" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/item/trash/chips, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/visible/layer2{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"vJ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/template_noop, +/area/template_noop) +"vM" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"vP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/trash/pistachios, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"vR" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"vW" = ( +/obj/structure/bed, +/obj/item/bedsheet/clown, +/obj/effect/decal/cleanable/blood, +/obj/effect/mob_spawn/human/clown/corpse, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/mineral/gold, +/area/ruin/powered) +"vX" = ( +/obj/item/ammo_casing, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"wb" = ( +/obj/effect/decal/cleanable/oil/streak, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"we" = ( +/obj/effect/decal/cleanable/greenglow/filled, +/turf/open/floor/plating, +/area/ruin/powered) +"wg" = ( +/obj/machinery/door/airlock/maintenance{ + name = "The Galley"; + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/grown/bananapeel, +/turf/open/floor/plating, +/area/ruin/powered) +"wi" = ( +/obj/structure/window/spawner/north, +/mob/living/carbon/monkey, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"wj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"wk" = ( +/obj/effect/decal/cleanable/food/pie_smudge, +/turf/open/floor/plating, +/area/ruin/powered) +"wq" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/oil/streak, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"wu" = ( +/obj/effect/decal/cleanable/vomit/old, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"wv" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/item/trash/can/food/beans, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"wx" = ( +/obj/effect/gibspawner/human, +/obj/structure/statue/sandstone/assistant, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"wz" = ( +/obj/structure/rack, +/obj/item/circuitboard/machine/dnascanner, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/trash/semki, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/photo, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"wJ" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"wM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"wP" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/weldingtool/mini, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"xd" = ( +/obj/structure/grille, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/powered) +"xj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plating, +/area/ruin/powered) +"xm" = ( +/obj/effect/spawner/lootdrop/grille_or_trash, +/turf/open/floor/plating, +/area/ruin/powered) +"xu" = ( +/obj/effect/decal/cleanable/vomit/old, +/turf/open/floor/plating, +/area/ruin/powered) +"xx" = ( +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"xy" = ( +/obj/machinery/porta_turret/syndicate/energy, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"xC" = ( +/obj/structure/sign/poster/contraband/ntos, +/turf/closed/wall/rust, +/area/ruin/powered) +"xI" = ( +/obj/structure/table/wood/fancy/orange, +/obj/item/reagent_containers/food/snacks/pie/cream, +/turf/open/floor/plating, +/area/ruin/powered) +"xL" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"xW" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/storage/toolbox/mechanical, +/obj/machinery/light/directional/south, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"yb" = ( +/obj/item/nullrod/hypertool, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/generic, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"yd" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"yl" = ( +/obj/structure/falsewall/gold, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"yp" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = 28 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"yw" = ( +/obj/structure/sign/poster/contraband/masked_men, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"yy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/book/manual/random, +/turf/open/floor/plating, +/area/ruin/powered) +"yz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/ash, +/obj/item/cigbutt, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"yK" = ( +/obj/structure/closet/crate, +/obj/item/folder/yellow, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/ruin/powered) +"yS" = ( +/obj/effect/decal/cleanable/greenglow/filled, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/lootdrop/grille_or_trash, +/turf/open/floor/plating, +/area/ruin/powered) +"yV" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/oil/streak, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"yZ" = ( +/obj/structure/sign/poster/contraband/tools, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"za" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/powered) +"zf" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/wood, +/area/ruin/powered) +"zg" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"zh" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/powered) +"zp" = ( +/obj/item/kitchen/rollingpin, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"zs" = ( +/obj/structure/sign/poster/contraband/grey_tide, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"zv" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/greenglow/filled, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"zw" = ( +/obj/effect/gibspawner/human, +/obj/structure/statue/sandstone/assistant, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"zy" = ( +/obj/effect/decal/cleanable/ash, +/obj/effect/decal/cleanable/ash/large, +/obj/item/cigbutt, +/obj/item/cigbutt{ + pixel_x = -8; + pixel_y = 2 + }, +/obj/item/cigbutt{ + pixel_x = 11 + }, +/obj/item/cigbutt{ + pixel_y = 15 + }, +/obj/item/cigbutt{ + pixel_y = -8 + }, +/obj/item/cigbutt{ + pixel_x = -12; + pixel_y = 7 + }, +/obj/item/cigbutt{ + pixel_x = 8; + pixel_y = -8 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"zC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"zE" = ( +/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/powered) +"zG" = ( +/obj/item/gun/ballistic/automatic/pistol/commander, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"zK" = ( +/turf/closed/indestructible/reinforced, +/area/ruin/powered) +"zL" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet/royalblack, +/area/ruin/powered) +"zV" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"zW" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/generic, +/obj/item/trash/cheesie, +/turf/open/floor/mineral/gold, +/area/ruin/powered) +"Aa" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Ab" = ( +/obj/item/toy/figure/hos, +/obj/effect/decal/cleanable/ash, +/obj/effect/decal/cleanable/ash, +/obj/effect/decal/cleanable/ash, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"As" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/greenglow, +/turf/open/floor/plating, +/area/ruin/powered) +"At" = ( +/obj/structure/closet, +/obj/item/clothing/suit/armor/riot/knight/greyscale, +/obj/item/clothing/head/helmet/knight/greyscale, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Av" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Az" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"AC" = ( +/obj/effect/decal/cleanable/ash, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"AD" = ( +/obj/structure/falsewall/gold, +/turf/open/floor/plating, +/area/ruin/powered) +"AE" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/generic, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"AH" = ( +/obj/structure/rack, +/obj/item/trash/raisins, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/toner, +/obj/item/assembly/prox_sensor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"AN" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet/royalblack, +/area/ruin/powered) +"AP" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/closet/crate, +/obj/item/trash/semki, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/airlock_painter, +/obj/item/hand_labeler_refill, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"AY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Bd" = ( +/obj/structure/sign/poster/contraband/random, +/turf/closed/wall/rust, +/area/ruin/powered) +"Bk" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Bl" = ( +/obj/effect/decal/cleanable/oil, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Bm" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/c_tube, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Bn" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/mob_spawn/human/corpse/damaged, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Bp" = ( +/obj/structure/table/wood, +/obj/effect/mob_spawn/human/clown/corpse, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Br" = ( +/obj/structure/mirror{ + pixel_y = 30 + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Bv" = ( +/obj/structure/closet/crate, +/obj/item/trash/sosjerky, +/obj/item/trash/syndi_cakes, +/obj/effect/spawner/lootdrop/maintenance/two, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"Bw" = ( +/obj/effect/decal/cleanable/vomit/old, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/ruin/powered) +"By" = ( +/obj/machinery/door/airlock/maintenance{ + name = "The Gauntlet"; + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/assembly/mousetrap/armed, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"BA" = ( +/obj/machinery/door/airlock/maintenance{ + name = "The Other Serpentorium" + }, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plating, +/area/ruin/powered) +"BF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/lootdrop/grille_or_trash, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"BI" = ( +/mob/living/simple_animal/hostile/rat, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"BK" = ( +/obj/structure/sign/poster/contraband/d_day_promo, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"BP" = ( +/obj/structure/sign/poster/ripped, +/turf/closed/wall/rust, +/area/ruin/powered) +"BU" = ( +/obj/effect/decal/cleanable/oil/streak, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"BV" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"BY" = ( +/obj/structure/bed, +/obj/item/bedsheet/random, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Cc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/oil/streak, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Ce" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"Cf" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/poster/random_contraband, +/turf/open/floor/plating, +/area/ruin/powered) +"Cu" = ( +/obj/effect/decal/cleanable/insectguts, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"Cw" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/visible/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Cy" = ( +/obj/structure/closet/cardboard, +/obj/item/coin/hellstone, +/obj/item/reagent_containers/food/snacks/soup/clownstears, +/turf/open/floor/plating, +/area/ruin/powered) +"CE" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Chirurgeon's Theatre"; + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"CF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"CM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"CN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"CT" = ( +/obj/effect/gibspawner/human, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"CU" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Db" = ( +/mob/living/simple_animal/hostile/rat{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating, +/area/ruin/powered) +"Dc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"Dg" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/generic, +/obj/item/extendohand, +/turf/open/floor/plating, +/area/ruin/powered) +"Di" = ( +/obj/structure/plaque/static_plaque/golden, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"Dl" = ( +/mob/living/simple_animal/hostile/rat{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet/royalblack, +/area/ruin/powered) +"Do" = ( +/obj/structure/sign/poster/contraband/ss13, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"DI" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/item/toy/talking/griffin, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"DJ" = ( +/obj/structure/closet/crate/trashcart, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"DR" = ( +/obj/effect/mob_spawn/human/corpse/assistant, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating, +/area/ruin/powered) +"DS" = ( +/obj/structure/table/wood, +/obj/structure/bedsheetbin, +/obj/item/dualsaber/toy, +/obj/item/poster/random_contraband, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"DW" = ( +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plating, +/area/ruin/powered) +"DX" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance/five, +/obj/item/toner/extreme, +/turf/open/floor/plating, +/area/ruin/powered) +"DY" = ( +/obj/structure/table, +/obj/item/paper/pamphlet{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/item/paper/pamphlet{ + pixel_x = 5; + pixel_y = 1 + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Eb" = ( +/obj/item/spear, +/turf/open/floor/plating, +/area/ruin/powered) +"Ed" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/grey, +/obj/item/clothing/under/color/grey, +/obj/item/clothing/under/color/grey, +/obj/item/trash/sosjerky, +/obj/item/folder/yellow, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/book/manual/random, +/obj/item/poster/random_contraband, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Ef" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/closet/crate, +/obj/item/trash/sosjerky, +/obj/item/trash/candy, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/book/manual/random, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"Eg" = ( +/obj/machinery/light/directional/west, +/turf/open/floor/plating, +/area/ruin/powered) +"Ei" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/blood/old, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"El" = ( +/obj/effect/decal/cleanable/oil/streak, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Ex" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/visible/layer2{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Ey" = ( +/obj/structure/table/wood, +/obj/item/storage/box/drinkingglasses{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/coin, +/turf/open/floor/plating, +/area/ruin/powered) +"ED" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"EE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"EH" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/generic, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"EJ" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/layer4{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"ET" = ( +/turf/open/floor/wood, +/area/ruin/powered) +"Fb" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/item/cigbutt, +/turf/open/floor/plating, +/area/ruin/powered) +"Fc" = ( +/mob/living/simple_animal/hostile/rat{ + dir = 4 + }, +/obj/effect/decal/cleanable/oil/streak, +/obj/machinery/light/directional/north, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Fh" = ( +/obj/effect/decal/remains/human, +/obj/item/clothing/head/helmet{ + pixel_y = 1 + }, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"Fl" = ( +/obj/effect/decal/cleanable/robot_debris, +/mob/living/simple_animal/hostile/rat{ + dir = 8 + }, +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Fm" = ( +/obj/effect/decal/cleanable/blood, +/mob/living/simple_animal/hostile/rat, +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Fn" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/item/trash/candy, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Fs" = ( +/obj/effect/decal/cleanable/oil/streak, +/obj/effect/decal/cleanable/vomit/old, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Fw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"FG" = ( +/mob/living/simple_animal/hostile/rat, +/turf/open/floor/plating, +/area/ruin/powered) +"FH" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"FT" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"FV" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Automatonatron" + }, +/obj/item/restraints/legcuffs/beartrap{ + armed = 1; + trap_damage = 1 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"Gd" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Gg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/oil/streak, +/obj/effect/decal/cleanable/glass, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"Gq" = ( +/mob/living/simple_animal/hostile/retaliate/clown/fleshclown, +/obj/effect/gibspawner/human, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/powered) +"Gt" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"Gw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/ash, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"Gz" = ( +/obj/structure/table/wood/fancy/orange, +/obj/item/toy/figure/clown, +/obj/item/trash/candle, +/turf/open/floor/plating, +/area/ruin/powered) +"GF" = ( +/obj/structure/table/bronze, +/obj/item/clothing/suit/jacket/letterman_red, +/obj/item/clothing/head/chicken{ + pixel_y = 11 + }, +/obj/item/kitchen/knife{ + pixel_x = -9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/powered) +"GN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/oil, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"GP" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "The Reliquary"; + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/item/assembly/mousetrap/armed, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"GR" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"GY" = ( +/obj/structure/sign/poster/contraband/fun_police, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"Ha" = ( +/mob/living/carbon/monkey, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating, +/area/ruin/powered) +"Hp" = ( +/turf/open/floor/plating, +/area/ruin/powered) +"Hw" = ( +/obj/structure/window/plasma/spawner/west, +/obj/item/storage/toolbox/syndicate, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/ash, +/turf/open/floor/plating, +/area/ruin/powered) +"HC" = ( +/obj/effect/mob_spawn/human/corpse/damaged, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"HD" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/mob_spawn/human/clown/corpse, +/mob/living/simple_animal/hostile/rat, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"HH" = ( +/obj/effect/gibspawner/human, +/mob/living/simple_animal/hostile/rat, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/trash/can/food/beans, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"HL" = ( +/obj/structure/filingcabinet/security, +/turf/open/floor/plating, +/area/ruin/powered) +"HR" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/captain, +/obj/item/storage/belt/utility/chief/full, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/powered) +"HV" = ( +/obj/structure/falsewall/gold, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating, +/area/ruin/powered) +"HY" = ( +/obj/structure/sign/poster/contraband/hacking_guide, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"Ia" = ( +/obj/effect/decal/cleanable/ash, +/turf/closed/wall/rust, +/area/ruin/powered) +"Ib" = ( +/obj/structure/table/wood/poker, +/obj/item/gun/ballistic/revolver/russian, +/turf/open/floor/wood, +/area/ruin/powered) +"Ie" = ( +/obj/structure/closet/cardboard, +/mob/living/simple_animal/hostile/retaliate/poison/snake, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"Im" = ( +/obj/structure/closet/crate/trashcart, +/obj/item/toy/plush/among{ + pixel_x = 4; + pixel_y = -1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"In" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet/royalblack, +/area/ruin/powered) +"Is" = ( +/obj/structure/table, +/obj/item/storage/fancy/donut_box, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/powered) +"Iv" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/generic, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Iz" = ( +/obj/item/trash/chips, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"IA" = ( +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"IB" = ( +/obj/item/storage/fancy/cigarettes/cigpack_robustgold, +/turf/open/floor/plating, +/area/ruin/powered) +"IE" = ( +/obj/structure/statue/sandstone/assistant, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"IG" = ( +/obj/structure/table, +/obj/item/paper/crumpled{ + default_raw_text = "Everything on a table or in a container is altogether 100 credits or an item of equivalent value." + }, +/turf/open/floor/plating, +/area/ruin/powered) +"IK" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/decal/cleanable/glass, +/obj/item/restraints/legcuffs/beartrap{ + armed = 1; + trap_damage = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"IM" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/layer2{ + dir = 1 + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"IO" = ( +/obj/structure/kitchenspike, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating, +/area/ruin/powered) +"IU" = ( +/obj/structure/filingcabinet/security, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/ruin/powered) +"IV" = ( +/obj/structure/table, +/obj/item/clothing/mask/gas, +/obj/item/clothing/under/color/grey/ancient, +/obj/item/spear/grey_tide, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"IY" = ( +/mob/living/simple_animal/hostile/rat, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"Jc" = ( +/obj/structure/table/wood, +/obj/item/detective_scanner, +/turf/open/floor/plating, +/area/ruin/powered) +"Jg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"Jj" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Jm" = ( +/obj/structure/chair/comfy/orange/directional/west, +/turf/open/floor/plating, +/area/ruin/powered) +"Jn" = ( +/obj/structure/sign/poster/contraband/pwr_game, +/turf/closed/wall/rust, +/area/ruin/powered) +"Jp" = ( +/obj/structure/closet/cardboard, +/mob/living/simple_animal/hostile/retaliate/poison/snake, +/turf/open/floor/plating, +/area/ruin/powered) +"Jx" = ( +/obj/item/storage/toolbox/mechanical/old, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Jz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/inteq, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"JA" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/lootdrop/grille_or_trash, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"JK" = ( +/obj/structure/closet/crate, +/obj/item/trash/plate, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/clipboard, +/turf/open/floor/plating, +/area/ruin/powered) +"JW" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/visible/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"JX" = ( +/obj/effect/decal/remains/human, +/obj/item/clothing/head/crown/fancy{ + pixel_x = 2; + pixel_y = 12 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"JZ" = ( +/obj/structure/curtain/cloth/fancy, +/obj/effect/mob_spawn/human/corpse/cargo_tech, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Ke" = ( +/obj/structure/table, +/obj/item/bikehorn/golden{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/clothing/shoes/clown_shoes/banana_shoes/combat{ + pixel_y = 5 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Kg" = ( +/obj/structure/reagent_dispensers/beerkeg{ + desc = "For drunk science." + }, +/turf/open/floor/plating, +/area/ruin/powered) +"Kq" = ( +/obj/structure/grille, +/obj/item/assembly/mousetrap/armed, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Ky" = ( +/mob/living/simple_animal/hostile/rat{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"KB" = ( +/obj/structure/closet/crate, +/obj/item/spear, +/obj/item/spear, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/trash/boritos, +/turf/open/floor/plating, +/area/ruin/powered) +"KC" = ( +/obj/effect/decal/cleanable/oil, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"KF" = ( +/obj/structure/table, +/obj/item/screwdriver, +/obj/item/kitchen/fork, +/turf/open/floor/plating, +/area/ruin/powered) +"KN" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"KR" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"KS" = ( +/obj/structure/table, +/obj/item/relic, +/turf/open/floor/plating, +/area/ruin/powered) +"KX" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"Lb" = ( +/obj/machinery/door/airlock/maintenance{ + name = "The Grey Fortress"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Lc" = ( +/obj/effect/gibspawner/robot, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Ld" = ( +/obj/effect/mob_spawn/human/corpse/assistant, +/obj/item/clothing/head/chefhat, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Lj" = ( +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plating, +/area/ruin/powered) +"Lr" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/plating, +/area/ruin/powered) +"Lu" = ( +/obj/machinery/door/airlock/maintenance{ + name = "The Barracks Part 4"; + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"Lv" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"LN" = ( +/obj/structure/showcase/cyborg/old{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"LQ" = ( +/obj/structure/closet/cabinet, +/obj/item/clothing/under/misc/assistantformal, +/obj/item/clothing/under/misc/assistantformal, +/obj/item/clothing/under/misc/assistantformal, +/obj/item/clothing/under/misc/assistantformal, +/obj/item/clothing/under/misc/assistantformal, +/obj/item/clothing/under/misc/assistantformal, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/ruin/powered) +"LR" = ( +/obj/structure/sign/poster/contraband/steppyflag, +/turf/closed/wall/rust, +/area/ruin/powered) +"LU" = ( +/obj/effect/decal/remains/human, +/obj/effect/decal/cleanable/vomit/old, +/obj/effect/decal/cleanable/blood/old, +/obj/item/paper/crumpled/bloody{ + default_raw_text = "this place is hell. im done. meet me there, guys."; + pixel_x = -8; + pixel_y = 6 + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"LY" = ( +/obj/item/mine/pressure/sound/live, +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/ruin/powered) +"Mk" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/smes/engineering, +/turf/open/floor/plating, +/area/ruin/powered) +"Mm" = ( +/obj/structure/bed, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Mo" = ( +/obj/structure/closet/cardboard, +/mob/living/simple_animal/hostile/retaliate/poison/snake, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/ruin/powered) +"Mv" = ( +/obj/structure/curtain/cloth/fancy, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/powered) +"MA" = ( +/obj/structure/sign/poster/contraband/lusty_xenomorph, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"MC" = ( +/obj/structure/filingcabinet/medical, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Nc" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/structure/sign/poster/contraband/random{ + pixel_y = -28 + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Nd" = ( +/obj/structure/bed, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Ni" = ( +/obj/structure/table, +/obj/item/organ/ears/cat, +/obj/item/organ/tail/cat, +/obj/item/restraints/handcuffs/cable, +/obj/item/restraints/handcuffs/cable, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/ruin/powered) +"Nj" = ( +/obj/structure/grille, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/item/grown/bananapeel, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Nl" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"Nr" = ( +/obj/effect/mob_spawn/human/clown/corpse, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet/royalblack, +/area/ruin/powered) +"Nt" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/trash/sosjerky, +/obj/item/trash/candy, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Ny" = ( +/obj/structure/rack, +/obj/item/clothing/gloves/color/fyellow, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"NA" = ( +/obj/machinery/door/airlock/maintenance{ + name = "The Grey Fortress" + }, +/obj/structure/fans/tiny, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/ruin/powered) +"NC" = ( +/obj/structure/sign/poster/contraband/eat, +/turf/closed/wall/rust, +/area/ruin/powered) +"NI" = ( +/obj/structure/closet/cardboard, +/mob/living/simple_animal/hostile/retaliate/poison/snake, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"NK" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"NN" = ( +/obj/machinery/vending/cigarette/beach, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"NO" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/oil, +/obj/structure/rack, +/obj/item/trash/candy, +/obj/item/folder/yellow, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/electronics/airlock, +/obj/item/hot_potato/harmless/toy, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"NP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plating, +/area/ruin/powered) +"NR" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating, +/area/ruin/powered) +"NS" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"NT" = ( +/obj/structure/bed, +/obj/item/bedsheet/random, +/obj/effect/decal/cleanable/blood, +/obj/effect/mob_spawn/human/corpse/damaged, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/powered) +"NV" = ( +/obj/structure/chair/plastic{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"NW" = ( +/obj/item/reagent_containers/food/drinks/beer, +/obj/item/reagent_containers/food/drinks/beer, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Og" = ( +/obj/item/trash/waffles, +/obj/item/broken_bottle, +/turf/open/floor/plating, +/area/ruin/powered) +"Ol" = ( +/obj/structure/curtain/cloth/fancy, +/obj/effect/gibspawner/human, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Oo" = ( +/mob/living/simple_animal/hostile/rat, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/rcl/ghetto, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Op" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Oq" = ( +/obj/structure/closet/cardboard, +/mob/living/simple_animal/hostile/retaliate/poison/snake, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/west, +/turf/open/floor/plating, +/area/ruin/powered) +"Or" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/wood, +/area/ruin/powered) +"Ot" = ( +/mob/living/carbon/monkey, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/powered) +"Ou" = ( +/obj/structure/curtain/cloth/fancy, +/mob/living/simple_animal/hostile/rat, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Ow" = ( +/obj/structure/table/wood/fancy/orange, +/obj/item/clothing/under/rank/civilian/clown/rainbow, +/turf/open/floor/mineral/gold, +/area/ruin/powered) +"Ox" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/spawner/lootdrop/grille_or_trash, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"OE" = ( +/obj/effect/decal/cleanable/food/pie_smudge, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/ruin/powered) +"OI" = ( +/obj/structure/statue/sandstone/assistant, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"OM" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"OO" = ( +/obj/structure/closet, +/obj/item/gun/ballistic/automatic/zip_pistol, +/obj/item/ammo_box/magazine/zip_ammo_9mm, +/obj/item/ammo_box/magazine/zip_ammo_9mm, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"OQ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"OV" = ( +/obj/structure/closet/cardboard, +/mob/living/simple_animal/hostile/retaliate/poison/snake, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"Pb" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Pe" = ( +/obj/structure/chair/wood, +/obj/effect/mob_spawn/human/corpse/frontier, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/wood, +/area/ruin/powered) +"Pf" = ( +/mob/living/carbon/monkey, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Pg" = ( +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Pq" = ( +/obj/structure/curtain/cloth/fancy, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Pr" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/mineral/gold, +/area/ruin/powered) +"Px" = ( +/mob/living/simple_animal/hostile/rat, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"PA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/grille_or_trash, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"PE" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"PJ" = ( +/obj/machinery/door/airlock/maintenance/glass{ + name = "Waiting Lobby"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"PM" = ( +/obj/structure/closet/cardboard, +/mob/living/simple_animal/hostile/retaliate/poison/snake, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"PS" = ( +/obj/structure/curtain/cloth/fancy, +/obj/effect/mob_spawn/human/corpse/damaged, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating, +/area/ruin/powered) +"PT" = ( +/obj/structure/sign/poster/contraband/robustmore_drinkfoods, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"PW" = ( +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Qc" = ( +/obj/effect/gibspawner/generic, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Qf" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/drinks/beer{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"Qh" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/blood/footprints, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Qm" = ( +/obj/structure/statue/sandstone/assistant, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Qt" = ( +/obj/structure/grille, +/obj/item/restraints/legcuffs/beartrap{ + armed = 1; + trap_damage = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Qu" = ( +/obj/structure/closet/crate, +/obj/item/trash/sosjerky, +/obj/item/trash/raisins, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/toner, +/obj/item/flashlight/glowstick, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Qx" = ( +/obj/effect/decal/cleanable/oil, +/obj/effect/decal/cleanable/generic, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Qy" = ( +/obj/structure/table, +/obj/item/paicard, +/turf/open/floor/plating, +/area/ruin/powered) +"QH" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/ruin/powered) +"QI" = ( +/obj/structure/bed, +/obj/item/bedsheet/random, +/obj/effect/mob_spawn/human/corpse/damaged, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/ruin/powered) +"QK" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/rack, +/obj/item/trash/plate, +/obj/item/trash/raisins, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/book/manual/random, +/obj/item/paper, +/turf/open/floor/plating, +/area/ruin/powered) +"QT" = ( +/obj/effect/mob_spawn/human/corpse/pirate, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating, +/area/ruin/powered) +"Rc" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Re" = ( +/obj/structure/rack, +/obj/item/clothing/accessory/medal/silver/security, +/obj/item/clothing/accessory/medal/silver/bureaucracy{ + pixel_x = 8 + }, +/obj/item/clothing/accessory/medal/bronze_heart{ + pixel_x = -8 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"Ro" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/visible/layer2{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Ru" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/ruin/powered) +"Rw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"RG" = ( +/obj/machinery/door/airlock/maintenance{ + name = "The Serpentorium"; + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"RR" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"RU" = ( +/mob/living/carbon/monkey/punpun, +/turf/open/floor/plating, +/area/ruin/powered) +"RX" = ( +/obj/effect/spawner/lootdrop/maintenance/four, +/obj/structure/table/wood/poker, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"RY" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/closed/wall/rust, +/area/ruin/powered) +"Sa" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/ash, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Sb" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance/two, +/obj/item/assembly/prox_sensor, +/obj/item/camera, +/turf/open/floor/plating, +/area/ruin/powered) +"So" = ( +/obj/structure/sign/poster/contraband/backdoor_xeno_babes_6, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"Sr" = ( +/obj/structure/punching_bag, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Sv" = ( +/obj/effect/decal/cleanable/greenglow, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Sy" = ( +/obj/structure/headpike, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"SC" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"SD" = ( +/obj/item/target/clown, +/turf/open/floor/plating, +/area/ruin/powered) +"SF" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/mob_spawn/human/corpse/damaged, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"SG" = ( +/obj/structure/sign/poster/official/science, +/turf/closed/wall/rust, +/area/ruin/powered) +"SM" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/mask/fakemoustache/italian, +/obj/item/kitchen/spoon/plastic{ + name = "normal-sized spoon" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"ST" = ( +/obj/structure/window/reinforced/spawner{ + dir = 8 + }, +/obj/structure/window/reinforced/spawner{ + dir = 1 + }, +/obj/machinery/computer/med_data, +/turf/open/floor/plating, +/area/ruin/powered) +"Ta" = ( +/obj/structure/table/wood, +/obj/item/toy/plush/snakeplushie, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Tb" = ( +/obj/effect/decal/cleanable/generic, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Tc" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating, +/area/ruin/powered) +"Te" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Tf" = ( +/obj/effect/mob_spawn/human/corpse/damaged, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/powered) +"Ti" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Tj" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/obj/effect/mob_spawn/human/corpse/frontier, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/wood, +/area/ruin/powered) +"Tk" = ( +/obj/structure/closet/crate, +/obj/item/trash/popcorn, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/assembly/prox_sensor, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Tl" = ( +/obj/structure/toilet{ + dir = 8; + name = "The Great Throne" + }, +/mob/living/simple_animal/hostile/regalrat{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet/royalblack, +/area/ruin/powered) +"Tq" = ( +/obj/structure/rack, +/obj/item/trash/boritos, +/obj/item/trash/can/food/peaches/maint, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/decal_painter, +/obj/item/poster/random_retro, +/obj/item/poster/random_contraband, +/turf/open/floor/plating, +/area/ruin/powered) +"Tu" = ( +/obj/structure/table, +/obj/item/hatchet, +/obj/item/lighter, +/obj/item/surgicaldrill, +/turf/open/floor/plating, +/area/ruin/powered) +"TA" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"TC" = ( +/obj/structure/bed, +/obj/item/bedsheet/random, +/mob/living/simple_animal/hostile/rat{ + dir = 4 + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"TD" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = 28 + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"TE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"TF" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/trash/can/food/beans, +/turf/open/floor/plating, +/area/ruin/powered) +"TH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/lootdrop/grille_or_trash, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"TJ" = ( +/obj/structure/dresser, +/turf/open/floor/plating, +/area/ruin/powered) +"TM" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/oil/streak, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"TO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"TX" = ( +/obj/structure/table/reinforced, +/obj/effect/mob_spawn/human/corpse/damaged, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating, +/area/ruin/powered) +"Ub" = ( +/mob/living/simple_animal/hostile/rat, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating, +/area/ruin/powered) +"Ue" = ( +/mob/living/simple_animal/hostile/mimic/crate, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/trash/waffles, +/obj/item/trash/sosjerky, +/obj/item/trash/plate, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Uk" = ( +/obj/effect/decal/cleanable/blood/gibs/down, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"Ul" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/poster/contraband/the_griffin, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"Uq" = ( +/obj/structure/rack, +/obj/item/clothing/gloves/color/fyellow, +/obj/item/clothing/gloves/color/fyellow, +/obj/item/clothing/gloves/color/fyellow, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Uv" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Throneroom Desk"; + dir = 4 + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"UA" = ( +/obj/effect/decal/cleanable/generic, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/lootdrop/grille_or_trash, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"UF" = ( +/obj/effect/mob_spawn/human/corpse/cargo_tech, +/turf/open/floor/plating, +/area/ruin/powered) +"UH" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"UJ" = ( +/obj/effect/spawner/lootdrop/grille_or_trash, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/glass, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"UK" = ( +/obj/machinery/light/directional/north, +/turf/open/floor/plating, +/area/ruin/powered) +"UM" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Throneroom Reception"; + dir = 4 + }, +/obj/item/assembly/mousetrap/armed, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"UR" = ( +/obj/structure/falsewall/reinforced, +/turf/open/floor/plating, +/area/ruin/powered) +"UT" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/glass, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"UU" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"UW" = ( +/obj/item/spear, +/obj/machinery/light/directional/south, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Vd" = ( +/obj/effect/mob_spawn/human/corpse/damaged, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/old, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet/royalblack, +/area/ruin/powered) +"Ve" = ( +/obj/structure/sign/poster/contraband/twelve_gauge, +/obj/effect/decal/cleanable/dirt/dust, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"Vf" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/oil/streak, +/turf/open/floor/plating, +/area/ruin/powered) +"Vm" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/ruin/powered) +"Vn" = ( +/obj/structure/bed, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Vo" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/blood/splatter, +/obj/item/trash/can/food/beans, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Vp" = ( +/obj/structure/sign/poster/contraband/red_rum, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"Vu" = ( +/mob/living/simple_animal/hostile/rat, +/obj/effect/decal/cleanable/food/salt, +/turf/open/floor/plating, +/area/ruin/powered) +"VF" = ( +/obj/structure/bed, +/obj/item/bedsheet/random, +/obj/effect/decal/cleanable/blood, +/obj/effect/mob_spawn/human/corpse/pirate, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"VH" = ( +/obj/machinery/door/airlock/maintenance{ + name = "The Barracks Part 2"; + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"VJ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/restraints/legcuffs/beartrap{ + armed = 1; + trap_damage = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"VK" = ( +/obj/effect/decal/cleanable/oil, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Wl" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "The Reliquary"; + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/item/assembly/mousetrap/armed, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"Wn" = ( +/obj/vehicle/ridden/wheelchair, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating, +/area/ruin/powered) +"Wt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/grille, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Wv" = ( +/obj/structure/table, +/obj/item/melee/greykingsword, +/obj/item/clothing/head/delinquent, +/turf/open/floor/plating, +/area/ruin/powered) +"WD" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/ash, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"WL" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/lootdrop/grille_or_trash, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"WM" = ( +/obj/effect/decal/cleanable/generic, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"WN" = ( +/mob/living/simple_animal/hostile/retaliate/clown/fleshclown, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"WO" = ( +/obj/structure/sign/poster/contraband/twelve_gauge, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"WZ" = ( +/obj/effect/decal/cleanable/blood/footprints{ + dir = 8 + }, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"Xd" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Xe" = ( +/turf/closed/wall/rust, +/area/ruin/powered) +"Xg" = ( +/obj/structure/mecha_wreckage/phazon, +/obj/effect/decal/cleanable/oil, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Xi" = ( +/obj/effect/decal/cleanable/oil, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"Xm" = ( +/obj/item/storage/toolbox/mechanical, +/obj/effect/decal/cleanable/blood/tracks{ + dir = 5 + }, +/turf/open/floor/plating, +/area/ruin/powered) +"Xp" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/rack, +/obj/item/trash/plate, +/obj/effect/spawner/lootdrop/maintenance/two, +/obj/item/assembly/prox_sensor, +/obj/item/hand_labeler_refill, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"Xs" = ( +/obj/effect/decal/cleanable/insectguts, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Xt" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating, +/area/ruin/powered) +"Xx" = ( +/obj/item/flashlight/glowstick, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"XF" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"XK" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/blood/footprints{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"XL" = ( +/obj/effect/decal/cleanable/blood, +/obj/machinery/light/directional/north, +/obj/effect/mob_spawn/human/corpse/damaged/whitesands/survivor, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating, +/area/ruin/powered) +"XR" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"XS" = ( +/obj/structure/rack, +/obj/item/trash/can/food/peaches, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/fakeartefact, +/obj/item/poster/random_retro, +/obj/item/poster/random_contraband, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"XW" = ( +/mob/living/simple_animal/hostile/rat, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"XY" = ( +/mob/living/simple_animal/hostile/rat, +/obj/effect/decal/cleanable/oil/streak, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Yb" = ( +/obj/item/storage/toolbox/mechanical, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Yd" = ( +/obj/structure/rack, +/obj/item/trash/plate, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/assembly/igniter, +/obj/item/camera, +/obj/item/tape/random, +/obj/item/weldingtool/empty, +/obj/item/poster/random_contraband, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Yf" = ( +/obj/structure/chair/comfy/beige{ + dir = 8 + }, +/mob/living/simple_animal/hostile/rat, +/turf/open/floor/plating, +/area/ruin/powered) +"Yr" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Yu" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/vomit/old, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"Yy" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/blood/old, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"YB" = ( +/obj/structure/sign/poster/contraband{ + desc = "You forgot to download CS Source, didn't you."; + name = "black and pink poster" + }, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"YC" = ( +/obj/structure/spirit_board, +/turf/open/floor/plating, +/area/ruin/powered) +"YE" = ( +/obj/structure/rack, +/obj/item/trash/can/food, +/obj/item/trash/popcorn, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/toner, +/obj/item/clipboard, +/obj/item/flashlight/glowstick, +/obj/item/hand_labeler, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"YF" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/blood/splatter, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"YJ" = ( +/obj/structure/table, +/obj/item/shard, +/obj/item/wirecutters, +/obj/item/trash/tray, +/turf/open/floor/plating, +/area/ruin/powered) +"YL" = ( +/obj/machinery/grill/cat, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"YO" = ( +/obj/structure/bed, +/turf/open/floor/plating, +/area/ruin/powered) +"YP" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/rust, +/area/ruin/powered) +"YS" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/directional/north, +/turf/open/floor/plating, +/area/ruin/powered) +"YT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"YU" = ( +/obj/structure/musician/piano, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"YW" = ( +/obj/structure/sign/poster/contraband/ambrosia_vulgaris, +/turf/closed/wall/rust, +/area/ruin/powered) +"YZ" = ( +/obj/structure/sign/poster/contraband/the_griffin, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"Zb" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/poster/contraband/random, +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"Ze" = ( +/obj/structure/rack, +/obj/item/clothing/gloves/color/fyellow, +/obj/item/clothing/gloves/color/fyellow, +/obj/item/clothing/gloves/color/fyellow, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/ruin/powered) +"Zf" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Zg" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/closet/crate, +/obj/item/trash/plate, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/assembly/igniter, +/obj/item/flashlight/glowstick, +/turf/open/floor/plating, +/area/ruin/powered) +"Zo" = ( +/mob/living/simple_animal/hostile/human/cat_butcherer{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/gibs, +/turf/open/floor/plating, +/area/ruin/powered) +"Zt" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/oil/streak, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"ZC" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/pizza/sassysage, +/turf/open/floor/plating, +/area/ruin/powered) +"ZE" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/plating, +/area/ruin/powered) +"ZJ" = ( +/obj/structure/filingcabinet/employment, +/turf/open/floor/plating, +/area/ruin/powered) +"ZL" = ( +/mob/living/simple_animal/hostile/retaliate/clown/fleshclown, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/ruin/powered) +"ZN" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/ruin/powered) +"ZR" = ( +/obj/effect/decal/cleanable/oil, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/ruin/powered) +"ZZ" = ( +/obj/structure/sign/poster/contraband/smoke, +/turf/closed/wall/rust, +/area/ruin/powered) + +(1,1,1) = {" +in +in +in +xx +xx +fi +xx +xx +xx +xx +xx +xx +xx +fi +xx +xx +et +xx +xx +xx +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +"} +(2,1,1) = {" +in +in +in +xx +Hp +rE +iR +pR +Yd +Tk +Xs +cP +fj +xm +FH +yz +pp +ez +Hp +xx +xx +xx +xx +xx +xx +xx +xx +xx +xx +xx +xx +bG +xx +xx +xx +in +in +in +in +in +in +in +"} +(3,1,1) = {" +in +in +in +xx +oY +ED +ow +Gg +wj +nE +aa +YT +wu +aH +GN +Ef +Rw +sr +wj +YT +vI +hO +aa +lM +XR +Iv +Yu +YT +UT +iH +ED +TM +BV +rn +xx +xx +xx +xx +in +in +in +in +"} +(4,1,1) = {" +xx +BK +xx +xx +UM +xx +xx +xx +fi +Xe +Xe +xx +xx +Xe +xx +Xe +pS +xx +xx +xx +zV +xx +Bd +Xe +dn +dn +xx +xx +bC +fk +bC +xx +bG +hW +av +Vf +Lj +fi +in +in +in +in +"} +(5,1,1) = {" +xx +Ti +At +xx +EE +Xe +MC +ZJ +xx +rx +Vn +YU +NT +dH +xx +DI +Mm +DS +VF +Ia +Sa +xx +ik +HL +xx +ZL +hd +Gq +Xe +av +HD +ff +bC +Qu +NK +XW +wP +xx +in +in +in +in +"} +(6,1,1) = {" +xx +zh +At +xx +lk +Jz +bz +kS +Ul +lv +Bm +Fm +Dg +TC +xx +BY +iI +qn +av +xx +sl +ub +Jj +vh +bG +jn +KR +WN +bC +Ru +gL +Cy +xx +vD +Pb +sB +gG +xx +xx +in +in +in +"} +(7,1,1) = {" +xx +NK +At +xx +hW +na +Tc +ad +bG +Nd +Vo +mk +qo +kS +oa +Xt +Te +wv +pR +xx +Tb +Xe +er +mh +Xe +xx +rJ +xx +xx +fk +bC +Xe +Xe +fJ +bG +RY +bG +RY +xx +xx +in +in +"} +(8,1,1) = {" +fi +bR +GR +xx +zV +ST +nh +SF +bG +UU +sH +oS +TJ +YO +xx +Br +dK +Mm +oB +et +XK +mM +jl +XF +dT +bC +OE +go +Hp +av +zh +ed +xx +ve +bG +lL +dU +Cf +ul +xx +in +in +"} +(9,1,1) = {" +xx +kd +fI +xx +Yy +bG +ee +pR +RY +Lu +bG +Xe +So +xx +xx +VH +xx +Xe +PT +YP +cD +WZ +fj +cU +jG +xx +ed +eL +zW +Pr +yd +gL +bC +KC +bG +Sv +vy +OQ +sg +fi +in +in +"} +(10,1,1) = {" +xx +av +KB +bG +hW +xx +IU +av +bG +Xt +Nd +Nd +Sr +lO +xx +av +kS +YO +LN +Di +fB +kp +av +LU +mG +xx +jz +gL +gL +wk +dM +kK +Xe +hW +xx +FG +RR +pz +Bl +xx +in +in +"} +(11,1,1) = {" +xx +jY +dn +xx +PJ +xx +RY +Uv +MA +kO +av +HH +TA +ki +Jn +Xt +OQ +XF +XF +tT +hW +xx +NN +Ab +uJ +xx +xI +Gz +Ow +cS +kR +aM +Xe +Ei +FV +av +Lc +Bn +Xg +xx +in +in +"} +(12,1,1) = {" +xx +kS +FG +dv +hW +av +dC +kS +bG +NR +oM +YC +vW +LQ +xx +QI +iI +vp +YO +xx +hW +xx +Fb +zy +Jc +xx +cX +we +VK +nt +Pr +nJ +xx +zV +HY +Zf +Jx +vF +fj +xx +in +in +"} +(13,1,1) = {" +xx +Hp +wq +pR +mW +is +iI +wb +bG +bG +Xe +fi +bG +xx +xx +Xe +RY +xx +xx +Xe +lp +xx +GY +xx +xx +xx +bC +xx +Xe +xx +bC +xx +xx +zV +bG +av +XF +Lj +El +xx +in +in +"} +(14,1,1) = {" +xx +lI +Is +tB +hW +pE +DY +Jm +dn +Xe +nv +YT +XR +pq +XR +fE +ED +UA +XR +YT +Cw +Az +Az +YT +BF +pq +ED +Ex +eW +ED +ED +uS +ED +he +RY +fr +zE +kf +Fl +xx +in +in +"} +(15,1,1) = {" +xx +xx +bG +xx +ej +xx +xx +xx +bG +bG +wJ +xx +xx +xx +bG +bG +xx +Bd +bG +xx +xx +xx +xx +Xe +Xe +xx +xx +wJ +fi +xx +xx +xx +Xe +yw +xx +xx +Do +Xe +xx +xx +in +in +"} +(16,1,1) = {" +xx +Hp +tY +hV +vG +Eg +tY +av +bG +aY +hW +Ox +dC +CM +XF +OQ +av +Hp +Op +py +md +av +pR +lz +YE +vc +FG +zC +vP +TE +NR +Og +Xe +eI +fj +xx +Bw +zf +eM +bG +in +in +"} +(17,1,1) = {" +xx +XL +Ol +av +ec +kS +vl +qx +bG +cE +JW +ZN +oe +jD +tc +Xp +Bv +pW +EH +Qh +Aa +ja +DJ +WM +jD +qE +oJ +qT +jD +pW +rU +yS +bI +Av +KN +qF +tf +mx +Ib +xx +in +in +"} +(18,1,1) = {" +xx +Xm +Qm +XF +cf +XF +Qm +QT +bG +wJ +bG +xx +Xe +bG +xx +dn +RY +av +FG +Xe +dn +Dc +xx +Xe +ZZ +bG +NS +hW +Xe +Xe +xx +bG +bG +zg +Nt +RY +tf +so +tF +xx +in +in +"} +(19,1,1) = {" +xx +mo +Ou +av +Vd +XF +Pq +Hp +bG +eT +jD +pW +JA +xL +IK +rn +Xe +gr +pR +bG +ep +dC +av +av +nS +GF +RY +ve +vw +av +NW +jS +xx +jy +XF +bb +Pe +Ib +ET +fi +in +in +"} +(20,1,1) = {" +xx +YS +kD +Xt +iZ +Yb +wx +UW +xx +YF +xx +bG +Zb +xx +bG +CF +jU +av +XF +hf +XF +WD +hH +PW +Ue +XF +xx +AE +vw +UU +IB +sE +Xe +NO +Fs +xx +Or +Tj +xx +xx +in +in +"} +(21,1,1) = {" +xx +Lr +JZ +Hp +vG +av +Mv +ra +Ce +vD +xx +Ta +rl +NV +Xe +Lv +bG +av +IG +dn +qi +XF +Bp +XF +av +dC +kl +zV +xx +Xe +LR +xx +vt +iv +PA +xx +kw +xx +xx +in +in +in +"} +(22,1,1) = {" +xx +DR +zw +av +AN +DR +bs +wb +xx +vD +RY +cF +Fn +xu +YW +ru +xx +Yf +Hp +xx +gW +av +nN +Re +RX +OO +xx +CF +xx +Ze +Ny +Uq +xx +lQ +iR +xx +xx +xx +in +in +in +in +"} +(23,1,1) = {" +xx +tP +Pq +HC +AN +av +iK +rR +bG +TH +Vp +TF +jF +Qf +Xe +oU +bG +bG +bG +Xe +xx +bt +Xe +Xe +xx +xx +RY +oj +HY +lz +kd +Ub +BP +BU +FH +xx +zG +oW +in +in +in +in +"} +(24,1,1) = {" +xx +TD +bs +XF +In +kS +OI +nw +xx +CF +xx +Cc +va +Ey +RY +vD +fi +vE +Pf +lz +ct +Hp +Ld +pR +Pf +RU +bG +CF +sR +wb +Qc +jh +xx +TO +dK +xx +oW +IA +IA +ll +IA +in +"} +(25,1,1) = {" +xx +fj +Pq +Hp +Nr +av +Pq +av +xx +jM +BA +av +zv +gq +xx +CF +RY +Ot +Hp +Ha +Rc +Bk +UH +wi +pR +Pf +xx +zV +mv +Hp +Ub +Xs +xx +bv +RY +xx +zs +ll +IA +IA +IA +IA +"} +(26,1,1) = {" +xx +UK +IE +wq +dP +XF +kD +lK +xx +jM +xx +pR +kj +lX +YP +Cu +Xe +xx +dn +bG +RY +dg +aE +et +bN +xx +xx +zV +Xe +gM +gi +gi +xx +PE +VJ +NA +IA +tR +IA +IA +ll +IA +"} +(27,1,1) = {" +xx +Xt +Pq +mP +zL +av +nM +Nc +xx +vD +dI +av +uB +Ta +xx +zV +fy +dC +fh +xx +IO +dY +oq +FH +SM +nc +xx +gp +WO +xx +xx +Xe +xx +xx +xd +pS +dp +tR +tR +IA +IA +IA +"} +(28,1,1) = {" +xx +yp +kD +eS +Dl +Hp +eO +av +xx +Lv +xx +vM +Yr +ZC +bG +bT +Fs +iI +za +xx +jA +jh +zp +bH +Rc +Vu +NC +sU +UR +mh +pR +bF +et +Gw +WL +kb +IA +IA +Sy +IA +IA +IA +"} +(29,1,1) = {" +xx +jH +PS +Ky +bj +Db +rO +br +xx +CF +xx +FH +av +XF +fi +CF +OQ +NR +Vm +xx +lr +aP +jr +Hp +YL +tA +xx +iw +Ve +av +pD +UF +xx +EE +Ed +YZ +IA +IA +IA +Fh +IA +ll +"} +(30,1,1) = {" +xx +CT +tY +av +Tl +Tf +tY +av +xx +nz +xx +oQ +iI +mV +xx +nF +xx +xx +dn +xx +xx +Xe +Xe +wg +xx +xx +et +UJ +xx +xx +Xe +Xe +xx +Lb +xx +hD +Im +IA +IA +IA +IA +IA +"} +(31,1,1) = {" +xx +Hp +ZE +AD +yl +HV +DW +av +xx +SC +et +xx +xx +xx +xx +fJ +Xx +vX +aT +yK +QK +NR +av +Rc +vm +Sb +co +ga +vM +CU +av +ut +Fw +he +xx +in +IA +ll +IA +IA +IA +IA +"} +(32,1,1) = {" +xx +Fc +hZ +av +hW +Eb +av +xW +xx +PE +IY +ja +xL +Zt +Ro +Cw +vR +AH +pW +vR +Xi +vR +tI +IY +vR +Xd +pW +Cw +qE +Jg +KX +Uk +am +Bd +xx +in +IA +IA +IA +IA +IA +IA +"} +(33,1,1) = {" +xx +UU +av +Xt +fn +AY +hZ +Hp +xx +Hp +XF +yy +JK +dC +zV +dC +xx +xx +bG +xx +xx +uP +xx +SG +xx +xx +xx +Xe +Xe +Xe +CE +xx +xx +xx +xx +xx +in +IA +IA +IA +ll +IA +"} +(34,1,1) = {" +xx +xx +xx +xx +xx +Wl +xx +xx +xx +xx +bG +xx +YP +bG +By +RY +bG +wz +SD +xC +ZR +QH +pP +iI +Sv +Qy +xx +Ni +Wn +lA +Xt +RY +OV +Oq +Jp +xx +in +in +in +in +in +in +"} +(35,1,1) = {" +xx +zK +zK +zK +xx +GP +xx +zK +zK +zK +zK +zK +fi +sQ +OM +dC +Xe +uD +oD +xx +pR +Xs +eh +NP +kS +nk +xx +Tu +Xt +tK +As +oX +Ie +PM +NI +xx +in +in +in +in +in +in +"} +(36,1,1) = {" +xx +zK +xx +xx +xx +Wl +xx +xx +xx +xx +xx +zK +bG +Nl +ga +ph +Xe +XY +PW +qs +FT +iR +av +wb +nH +ls +Xe +Hp +Zo +ZE +YJ +xx +Mo +Ie +Ie +xx +in +in +in +in +in +in +"} +(37,1,1) = {" +xx +zK +xx +Tq +dC +OM +DW +av +dH +DX +xx +zK +xx +gQ +fJ +Zg +bG +kT +Kg +bG +xy +DW +dH +ZE +rp +KS +So +Xt +TX +bS +KF +bG +bG +RG +xx +xx +in +in +in +in +in +in +"} +(38,1,1) = {" +xx +zK +xx +qI +pR +Gt +qr +pY +XF +av +xx +zK +xx +pP +zV +dC +xx +dn +bG +NS +xx +xx +xx +kE +Xe +xx +xx +bG +xx +Xe +xx +xx +pM +XF +iI +xx +in +in +in +in +in +in +"} +(39,1,1) = {" +xx +zK +YB +av +XF +JX +wM +wM +IM +HR +xx +zK +xx +FH +yV +Iz +az +BI +lf +qR +YT +Qx +kX +ED +uS +LY +ED +iH +kX +eW +ED +Kq +AC +nd +xj +xx +in +in +in +in +in +in +"} +(40,1,1) = {" +xx +zK +xx +Hp +Ke +kn +Pb +nK +pN +av +xx +zK +xx +Gd +vM +Lj +xx +xx +Dc +xx +xx +xx +xx +xx +cj +xx +yZ +bG +xx +xx +xx +fi +xm +OM +pp +bG +in +in +in +in +in +in +"} +(41,1,1) = {" +xx +zK +xx +Mk +CN +EJ +wb +XF +Pb +pR +xx +zK +xx +AP +ev +av +xx +xx +xx +xx +xx +xx +xx +xx +Hw +xx +bG +xx +xx +xx +xx +xx +xu +AE +mc +bG +in +in +in +in +in +in +"} +(42,1,1) = {" +xx +zK +xx +fw +av +IV +av +XS +OQ +Wv +bG +zK +xx +av +XF +Hp +xx +cm +Oo +Wt +yb +YT +Wt +as +ED +Nj +ED +ED +Qt +ED +BI +Pg +ED +Px +av +bG +in +in +in +in +in +in +"} +(43,1,1) = {" +xx +zK +xx +xx +xx +xx +zs +xx +xx +xx +xx +zK +xx +xx +fi +xx +xx +xx +xx +xx +xx +xx +xx +fi +xx +xx +xx +xx +xx +xx +xx +xx +xx +xx +bG +bG +in +in +in +in +in +in +"} +(44,1,1) = {" +xx +zK +zK +zK +zK +zK +zK +zK +zK +zK +zK +zK +xx +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +vJ +in +in +in +in +in +in +in +"} +(45,1,1) = {" +xx +xx +xx +xx +xx +xx +xx +xx +xx +xx +xx +xx +xx +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +"} diff --git a/_maps/RandomRuins/WasteRuins/wasteplanet_lab.dmm b/_maps/RandomRuins/WasteRuins/wasteplanet_lab.dmm index dec5500fcd2c..842a8f0710e8 100644 --- a/_maps/RandomRuins/WasteRuins/wasteplanet_lab.dmm +++ b/_maps/RandomRuins/WasteRuins/wasteplanet_lab.dmm @@ -88,6 +88,10 @@ }, /turf/open/floor/plasteel, /area/ruin/powered) +"ej" = ( +/obj/machinery/vending/mining_equipment, +/turf/open/floor/plasteel, +/area/ruin/powered) "eV" = ( /obj/structure/closet/cardboard, /obj/item/paper, @@ -1210,7 +1214,7 @@ Zi uW iy Rt -Rt +ej GR "} (10,1,1) = {" diff --git a/_maps/RandomRuins/WasteRuins/wasteplanet_ore_proccessing_facility.dmm b/_maps/RandomRuins/WasteRuins/wasteplanet_ore_proccessing_facility.dmm new file mode 100644 index 000000000000..e251b79dc713 --- /dev/null +++ b/_maps/RandomRuins/WasteRuins/wasteplanet_ore_proccessing_facility.dmm @@ -0,0 +1,1605 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"am" = ( +/obj/structure/table, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"aD" = ( +/obj/item/borg/upgrade/modkit/cooldown, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"aL" = ( +/obj/machinery/conveyor/auto{ + dir = 4; + id = "rockplanet_ore_process" + }, +/obj/machinery/door/poddoor/crusher/automatic, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"bE" = ( +/turf/closed/indestructible/reinforced{ + base_icon_state = "rusty_reinforced_wall"; + icon = 'icons/turf/walls/rusty_reinforced_wall.dmi'; + icon_state = "rusty_reinforced_wall-0" + }, +/area/ruin/powered) +"bO" = ( +/obj/machinery/conveyor/auto{ + dir = 4; + id = "rockplanet_ore_process" + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"ce" = ( +/obj/machinery/door/poddoor/crusher/automatic, +/obj/machinery/conveyor/auto{ + dir = 4; + id = "rockplanet_ore_process" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"ch" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/conveyor/auto{ + id = "rockplanet_ore_process" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"cA" = ( +/obj/machinery/conveyor/auto{ + dir = 4; + id = "rockplanet_ore_process" + }, +/obj/structure/plasticflaps, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"cJ" = ( +/obj/structure/railing{ + dir = 4 + }, +/mob/living/simple_animal/bot/medbot, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"cO" = ( +/obj/item/borg/upgrade/modkit/damage, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"db" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"ed" = ( +/obj/machinery/door/poddoor/crusher/automatic, +/obj/machinery/conveyor/auto{ + id = "rockplanet_ore_process" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"eo" = ( +/obj/machinery/vending/mining_equipment, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"ey" = ( +/obj/structure/railing{ + dir = 5 + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"he" = ( +/obj/structure/catwalk, +/obj/machinery/conveyor/auto{ + dir = 4; + id = "rockplanet_ore_process" + }, +/obj/machinery/door/poddoor/crusher/automatic/preopen, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"hv" = ( +/obj/structure/railing, +/obj/structure/rack, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"hy" = ( +/obj/structure/railing{ + dir = 10 + }, +/obj/structure/lattice/lava{ + icon = 'icons/obj/smooth_structures/catwalk.dmi' + }, +/turf/open/lava/smooth{ + smoothing_flags = 0; + smoothing_groups = null + }, +/area/ruin/powered) +"iG" = ( +/obj/machinery/conveyor/auto{ + dir = 1; + id = "rockplanet_ore_process" + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"jA" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/donkpockets, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"jE" = ( +/obj/machinery/conveyor/auto, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"ka" = ( +/obj/machinery/conveyor/auto{ + dir = 4; + id = "rockplanet_ore_process" + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"kI" = ( +/obj/item/borg/upgrade/modkit/range, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"kL" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/closet/syndicate/resources{ + name = "Resource storage" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"kW" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/lattice/lava{ + icon = 'icons/obj/smooth_structures/catwalk.dmi' + }, +/turf/open/lava/smooth{ + smoothing_flags = 0; + smoothing_groups = null + }, +/area/ruin/powered) +"lC" = ( +/obj/machinery/door/airlock/mining{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"lW" = ( +/obj/structure/flora/rock/pile, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"mg" = ( +/obj/effect/mob_spawn/human/corpse/cargo_tech, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"mE" = ( +/obj/machinery/conveyor/auto{ + dir = 8; + id = "rockplanet_ore_process" + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"ns" = ( +/obj/structure/ore_box, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"nU" = ( +/obj/structure/plasticflaps, +/obj/machinery/conveyor/auto{ + id = "rockplanet_ore_process" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"oq" = ( +/obj/machinery/conveyor/auto{ + dir = 8; + id = "rockplanet_ore_process" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"pb" = ( +/obj/item/borg/upgrade/modkit/aoe, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"pk" = ( +/obj/machinery/conveyor_switch{ + id = "rockplanet_ore_process" + }, +/mob/living/simple_animal/bot/medbot, +/turf/open/floor/plating, +/area/ruin/powered) +"pm" = ( +/obj/machinery/conveyor/auto{ + dir = 4; + id = "rockplanet_ore_process" + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"pv" = ( +/obj/machinery/light/small/broken/directional/south, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"pJ" = ( +/obj/structure/catwalk, +/obj/machinery/conveyor/auto{ + dir = 4; + id = "rockplanet_ore_process" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"pO" = ( +/obj/structure/catwalk, +/obj/machinery/conveyor/auto{ + dir = 8; + id = "rockplanet_ore_process" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"qb" = ( +/obj/machinery/light/small/directional/east, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"qj" = ( +/obj/structure/railing{ + dir = 10 + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"qk" = ( +/obj/machinery/conveyor/auto{ + dir = 4; + id = "rockplanet_ore_process" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"rx" = ( +/turf/closed/wall/r_wall/rust, +/area/ruin/powered) +"rz" = ( +/obj/structure/catwalk, +/obj/machinery/conveyor/auto{ + id = "rockplanet_ore_process" + }, +/obj/machinery/door/poddoor/crusher/automatic, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"rH" = ( +/obj/structure/closet/malf/suits, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"sY" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"te" = ( +/obj/structure/railing{ + dir = 6 + }, +/obj/structure/lattice/lava{ + icon = 'icons/obj/smooth_structures/catwalk.dmi' + }, +/turf/open/lava/smooth{ + smoothing_flags = 0; + smoothing_groups = null + }, +/area/ruin/powered) +"tq" = ( +/obj/structure/catwalk, +/obj/machinery/conveyor/auto{ + dir = 1; + id = "rockplanet_ore_process" + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"uy" = ( +/obj/structure/railing, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"uB" = ( +/obj/machinery/light/small/directional/south, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"vV" = ( +/obj/machinery/conveyor/auto{ + dir = 4; + id = "rockplanet_ore_process" + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"wi" = ( +/obj/structure/catwalk, +/obj/machinery/conveyor/auto{ + dir = 4; + id = "rockplanet_ore_process" + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"wy" = ( +/obj/structure/catwalk, +/obj/machinery/conveyor/auto{ + id = "rockplanet_ore_process" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"wB" = ( +/turf/open/floor/plating/rust, +/area/ruin/powered) +"wE" = ( +/obj/structure/table, +/obj/machinery/microwave, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"wW" = ( +/obj/machinery/conveyor/auto{ + dir = 1; + id = "rockplanet_ore_process" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"wZ" = ( +/obj/machinery/conveyor/auto{ + dir = 1; + id = "rockplanet_ore_process" + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"xf" = ( +/obj/item/borg/upgrade/modkit/tracer, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"xz" = ( +/obj/structure/railing, +/obj/structure/lattice/lava{ + icon = 'icons/obj/smooth_structures/catwalk.dmi' + }, +/turf/open/lava/smooth{ + smoothing_flags = 0; + smoothing_groups = null + }, +/area/ruin/powered) +"xD" = ( +/obj/structure/closet/crate/secure/gear{ + req_access_txt = "1" + }, +/obj/item/gun/ballistic/revolver/detective, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"xO" = ( +/obj/machinery/conveyor/auto{ + dir = 4; + id = "rockplanet_ore_process" + }, +/obj/machinery/recycler/deathtrap{ + color = "red" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"yy" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"zd" = ( +/obj/machinery/mineral/processing_unit{ + dir = 1 + }, +/obj/structure/catwalk, +/turf/open/lava/smooth{ + smoothing_flags = 0; + smoothing_groups = null + }, +/area/ruin/powered) +"zK" = ( +/mob/living/simple_animal/bot/secbot/ed209/rockplanet, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Af" = ( +/obj/structure/railing{ + dir = 10 + }, +/obj/machinery/conveyor/auto{ + id = "rockplanet_ore_process" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"AP" = ( +/turf/open/lava/smooth{ + smoothing_flags = 0; + smoothing_groups = null + }, +/area/ruin/powered) +"Bi" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Cj" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"DL" = ( +/obj/machinery/conveyor/auto{ + dir = 4; + id = "rockplanet_ore_process" + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Ff" = ( +/obj/item/pickaxe/drill/diamonddrill{ + pixel_y = 3 + }, +/obj/item/pickaxe/drill/diamonddrill, +/obj/item/pickaxe/drill/diamonddrill{ + pixel_y = -3 + }, +/obj/structure/rack, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Fs" = ( +/obj/structure/catwalk, +/obj/machinery/conveyor/auto{ + dir = 1; + id = "rockplanet_ore_process" + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"FH" = ( +/obj/machinery/mineral/unloading_machine, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Gd" = ( +/obj/machinery/recycler/deathtrap{ + color = "red" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Gv" = ( +/obj/machinery/door/airlock/mining, +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Hr" = ( +/obj/machinery/conveyor/auto{ + id = "rockplanet_ore_process" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"HI" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/lattice/lava{ + icon = 'icons/obj/smooth_structures/catwalk.dmi' + }, +/turf/open/lava/smooth{ + smoothing_flags = 0; + smoothing_groups = null + }, +/area/ruin/powered) +"HP" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"HR" = ( +/obj/structure/railing{ + dir = 9 + }, +/obj/structure/railing/corner, +/obj/structure/lattice/lava{ + icon = 'icons/obj/smooth_structures/catwalk.dmi' + }, +/turf/open/lava/smooth{ + smoothing_flags = 0; + smoothing_groups = null + }, +/area/ruin/powered) +"Is" = ( +/obj/structure/railing{ + dir = 9 + }, +/obj/structure/lattice/lava{ + icon = 'icons/obj/smooth_structures/catwalk.dmi' + }, +/turf/open/lava/smooth{ + smoothing_flags = 0; + smoothing_groups = null + }, +/area/ruin/powered) +"JS" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"JY" = ( +/obj/structure/catwalk, +/obj/machinery/conveyor/auto{ + dir = 1; + id = "rockplanet_ore_process" + }, +/obj/machinery/door/poddoor/crusher/automatic, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Ka" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/lattice/lava{ + icon = 'icons/obj/smooth_structures/catwalk.dmi' + }, +/turf/open/lava/smooth{ + smoothing_flags = 0; + smoothing_groups = null + }, +/area/ruin/powered) +"Kq" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"KZ" = ( +/obj/structure/catwalk, +/obj/machinery/conveyor/auto{ + dir = 8; + id = "rockplanet_ore_process" + }, +/obj/machinery/door/poddoor/crusher/automatic, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Lc" = ( +/obj/machinery/door/poddoor/crusher/automatic/preopen, +/obj/structure/railing, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/lattice/lava{ + icon = 'icons/obj/smooth_structures/catwalk.dmi' + }, +/turf/open/lava/smooth{ + smoothing_flags = 0; + smoothing_groups = null + }, +/area/ruin/powered) +"Lp" = ( +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"LN" = ( +/obj/machinery/conveyor/auto{ + dir = 8; + id = "rockplanet_ore_process" + }, +/obj/machinery/door/poddoor/crusher/automatic/preopen, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"LR" = ( +/obj/structure/plasticflaps, +/obj/machinery/conveyor/auto, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"MX" = ( +/obj/structure/plasticflaps, +/obj/machinery/conveyor/auto{ + dir = 8; + id = "rockplanet_ore_process" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Nf" = ( +/obj/structure/catwalk, +/obj/machinery/conveyor/auto{ + id = "rockplanet_ore_process" + }, +/obj/machinery/door/poddoor/crusher/automatic/preopen, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"NV" = ( +/obj/machinery/conveyor/auto{ + id = "rockplanet_ore_process" + }, +/obj/machinery/door/poddoor/crusher/automatic, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"NZ" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/closet/secure_closet/miner, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"OA" = ( +/obj/machinery/conveyor/auto{ + dir = 8; + id = "rockplanet_ore_process" + }, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Pd" = ( +/obj/item/pickaxe/mini, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"PX" = ( +/obj/machinery/conveyor/auto{ + dir = 1; + id = "rockplanet_ore_process" + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Ql" = ( +/obj/machinery/conveyor/auto{ + dir = 4; + id = "rockplanet_ore_process" + }, +/obj/structure/railing, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Sg" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/lattice/lava{ + icon = 'icons/obj/smooth_structures/catwalk.dmi' + }, +/turf/open/lava/smooth{ + smoothing_flags = 0; + smoothing_groups = null + }, +/area/ruin/powered) +"Ta" = ( +/obj/structure/plasticflaps, +/obj/machinery/conveyor/auto{ + dir = 4; + id = "rockplanet_ore_process" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Vf" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"VL" = ( +/obj/machinery/conveyor/auto{ + dir = 8; + id = "rockplanet_ore_process" + }, +/obj/machinery/door/poddoor/crusher/automatic, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"VR" = ( +/obj/machinery/conveyor/auto{ + dir = 8; + id = "rockplanet_ore_process" + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"WV" = ( +/obj/machinery/conveyor/auto{ + dir = 1; + id = "rockplanet_ore_process" + }, +/obj/machinery/door/poddoor/crusher/automatic, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Yk" = ( +/obj/machinery/mineral/processing_unit{ + dir = 1 + }, +/obj/structure/catwalk, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Yo" = ( +/obj/structure/mopbucket, +/obj/item/mop, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Yq" = ( +/turf/template_noop, +/area/template_noop) +"Zp" = ( +/obj/structure/catwalk, +/obj/machinery/conveyor/auto{ + dir = 1; + id = "rockplanet_ore_process" + }, +/turf/open/floor/plating/rust, +/area/ruin/powered) +"Zt" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/lattice/lava{ + icon = 'icons/obj/smooth_structures/catwalk.dmi' + }, +/turf/open/lava/smooth{ + smoothing_flags = 0; + smoothing_groups = null + }, +/area/ruin/powered) +"ZL" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating/rust, +/area/ruin/powered) + +(1,1,1) = {" +Yq +Yq +Yq +Yq +Yq +Lp +Lp +Lp +Lp +Lp +Lp +lW +Lp +Lp +Yq +Yq +Yq +Yq +Yq +Yq +Yq +Yq +Yq +Yq +Yq +Yq +"} +(2,1,1) = {" +Yq +Yq +Yq +Yq +Lp +Lp +lW +Lp +Lp +Lp +Lp +Lp +Lp +Lp +lW +Yq +Yq +Yq +Yq +Yq +Yq +Yq +Yq +Yq +Yq +Yq +"} +(3,1,1) = {" +Yq +Yq +Yq +Yq +Lp +lW +Lp +rx +ns +db +wB +ns +rx +Lp +Lp +Yq +Yq +Yq +Yq +Yq +Yq +Yq +Yq +Yq +Yq +Yq +"} +(4,1,1) = {" +Yq +Yq +Yq +rx +rx +rx +rx +rx +wB +qk +FH +wB +rx +rx +rx +rx +rx +rx +rx +rx +rx +rx +rx +Yq +Yq +Yq +"} +(5,1,1) = {" +Yq +Yq +Yq +rx +qk +wW +wW +rx +rx +Ta +Ta +rx +rx +ed +Hr +Hr +aL +Hr +Hr +Hr +Hr +qk +rx +rx +rx +Yq +"} +(6,1,1) = {" +Yq +Yq +Yq +rx +qk +rx +oq +wW +wW +PX +jE +jE +LR +mE +yy +yy +Af +Hr +Hr +Hr +Hr +Hr +qk +Pd +rx +Yq +"} +(7,1,1) = {" +rx +rx +rx +rx +cA +rx +rx +rx +rx +rx +rx +rx +rx +rx +lC +rx +rx +rx +rx +rx +rx +rx +Ta +rx +rx +Yq +"} +(8,1,1) = {" +rx +xO +wZ +wW +qk +rx +xD +hv +wB +wB +wB +wB +db +wB +wB +wB +rx +Hr +Hr +Hr +Hr +Hr +Hr +qk +rx +Yq +"} +(9,1,1) = {" +rx +pm +bO +wW +ka +rx +rx +rx +zK +am +wB +db +wB +rH +Cj +NZ +rx +OA +rx +rx +rx +rx +rx +cA +rx +Yq +"} +(10,1,1) = {" +rx +ch +Hr +qk +ey +HP +uB +rx +ZL +jA +uB +rx +rx +rx +rx +rx +rx +oq +rx +mg +uy +wW +wW +wW +rx +Yq +"} +(11,1,1) = {" +rx +qk +wW +wW +qk +sY +wB +Gv +wB +wE +wB +rx +wW +wW +wW +wW +rx +VL +rx +rx +rx +aL +rx +rx +rx +Yq +"} +(12,1,1) = {" +rx +qk +qk +qk +wW +sY +pv +rx +wB +db +wB +rx +Ta +rx +rx +oq +wW +oq +wW +WV +rx +qk +rx +Yq +Yq +Yq +"} +(13,1,1) = {" +rx +qk +qk +wW +iG +rx +rx +rx +rx +lC +rx +rx +qk +AP +rx +rx +rx +rx +rx +LN +rx +qk +rx +Yq +Yq +Yq +"} +(14,1,1) = {" +rx +Gd +ka +DL +qk +rx +he +Zp +Zp +Zp +Fs +Zp +Zp +AP +Nf +wy +wy +pJ +rx +VL +rx +vV +rx +Yq +Yq +Yq +"} +(15,1,1) = {" +rx +ch +Hr +qk +wW +rx +pJ +AP +AP +AP +AP +AP +AP +AP +pO +AP +AP +pJ +rx +LN +rx +qk +rx +rx +rx +rx +"} +(16,1,1) = {" +rx +qk +qk +qk +qk +rx +wy +wy +wy +rz +wy +wy +wy +wy +pO +AP +Yk +pJ +rx +VL +rx +Hr +Hr +Hr +qk +rx +"} +(17,1,1) = {" +rx +Hr +Hr +qk +iG +rx +AP +AP +AP +pO +AP +AP +AP +AP +AP +AP +AP +pJ +rx +LN +rx +rx +rx +rx +ce +rx +"} +(18,1,1) = {" +rx +rx +rx +Ta +rx +rx +zd +Nf +wy +pO +AP +Is +Zt +hy +AP +pJ +Zp +JY +rx +OA +Gv +Yo +Bi +rx +qk +rx +"} +(19,1,1) = {" +Yq +Yq +rx +Ql +Hr +nU +Hr +pO +AP +AP +AP +Sg +pk +xz +AP +pJ +AP +AP +rx +VL +rx +rx +rx +rx +qk +rx +"} +(20,1,1) = {" +Yq +Yq +rx +Ql +oq +rx +AP +pO +AP +HR +HI +kW +Ka +te +AP +pJ +AP +AP +rx +oq +wW +wW +wW +WV +qk +rx +"} +(21,1,1) = {" +Yq +Yq +rx +Ql +oq +rx +wy +pO +AP +Lc +AP +AP +AP +AP +AP +pJ +AP +AP +rx +rx +rx +rx +rx +VL +wW +rx +"} +(22,1,1) = {" +Yq +Yq +rx +Ql +oq +rx +pO +AP +AP +Sg +Zp +Zp +Zp +Zp +Zp +Zp +Zp +Zp +KZ +rx +Yq +Yq +rx +rx +rx +rx +"} +(23,1,1) = {" +Yq +Yq +rx +NV +VR +rx +pO +AP +AP +wi +AP +AP +AP +AP +AP +AP +AP +AP +pO +rx +Yq +Yq +Yq +Yq +Yq +Yq +"} +(24,1,1) = {" +Yq +Yq +rx +rx +bE +bE +JY +Zp +Zp +tq +qb +qj +AP +oq +wy +wy +wy +wy +pO +rx +Yq +Yq +Yq +Yq +Yq +Yq +"} +(25,1,1) = {" +Yq +Yq +Yq +Yq +bE +bE +bE +bE +bE +bE +bE +bE +bE +MX +bE +bE +bE +rx +rx +rx +Yq +Yq +Yq +Yq +Yq +Yq +"} +(26,1,1) = {" +Yq +Yq +Yq +Yq +bE +Ff +wB +kI +db +Cj +JS +wB +bE +MX +bE +Yq +Yq +Yq +Yq +Yq +Yq +Yq +Yq +Yq +Yq +Yq +"} +(27,1,1) = {" +Yq +Yq +Yq +Yq +bE +eo +pb +kI +aD +wB +wB +wB +bE +MX +bE +Yq +Yq +Yq +Yq +Yq +Yq +Yq +Yq +Yq +Yq +Yq +"} +(28,1,1) = {" +Yq +Yq +Yq +Yq +bE +bE +aD +cO +cJ +Vf +Kq +kL +bE +MX +bE +Yq +Yq +Yq +Yq +Yq +Yq +Yq +Yq +Yq +Yq +Yq +"} +(29,1,1) = {" +Yq +Yq +Yq +Yq +Yq +bE +xf +wB +Hr +Hr +Hr +Hr +Hr +Hr +bE +Yq +Yq +Yq +Yq +Yq +Yq +Yq +Yq +Yq +Yq +Yq +"} +(30,1,1) = {" +Yq +Yq +Yq +Yq +Yq +bE +bE +bE +bE +bE +bE +bE +bE +bE +bE +Yq +Yq +Yq +Yq +Yq +Yq +Yq +Yq +Yq +Yq +Yq +"} diff --git a/_maps/RandomRuins/WasteRuins/wasteplanet_pod.dmm b/_maps/RandomRuins/WasteRuins/wasteplanet_pod.dmm new file mode 100644 index 000000000000..aadddfe1c2af --- /dev/null +++ b/_maps/RandomRuins/WasteRuins/wasteplanet_pod.dmm @@ -0,0 +1,181 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"f" = ( +/obj/structure/closet/crate/grave/loot, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"g" = ( +/turf/open/floor/pod/dark, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"h" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"j" = ( +/obj/structure/table/reinforced, +/obj/item/gun/energy/plasmacutter/adv, +/turf/open/floor/pod/dark, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"l" = ( +/obj/machinery/stasis/survival_pod, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/pod/dark, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"m" = ( +/obj/structure/ore_box, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"n" = ( +/obj/structure/table/reinforced, +/obj/structure/closet/secure_closet/freezer/gulag_fridge, +/turf/open/floor/pod/dark, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"o" = ( +/obj/machinery/smartfridge/survival_pod, +/turf/open/floor/pod/dark, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"r" = ( +/obj/effect/decal/fakelattice, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"u" = ( +/obj/structure/closet/secure_closet/miner/unlocked, +/turf/open/floor/pod/dark, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"v" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"w" = ( +/mob/living/simple_animal/hostile/asteroid/goliath/beast/ancient/crystal, +/turf/open/floor/pod/dark, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"x" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/pod/dark, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"A" = ( +/obj/effect/decal/remains/human, +/turf/open/floor/pod/dark, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"C" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/emcloset/anchored, +/obj/effect/decal/fakelattice, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"I" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/pod/dark, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"J" = ( +/obj/effect/decal/cleanable/oil/slippery, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"M" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/pod/dark, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"Q" = ( +/turf/closed/wall/mineral/titanium/survival/pod, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"T" = ( +/obj/structure/closet/crate/miningcar, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"X" = ( +/obj/structure/table/reinforced, +/obj/machinery/microwave, +/turf/open/floor/pod/dark, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"Z" = ( +/obj/structure/table/reinforced, +/obj/item/t_scanner/adv_mining_scanner, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/pod/dark, +/area/overmap_encounter/planetoid/wasteplanet/explored) + +(1,1,1) = {" +Q +Q +Q +Q +Q +Q +Q +a +"} +(2,1,1) = {" +Q +l +I +u +n +X +Q +f +"} +(3,1,1) = {" +Q +o +g +x +M +g +r +a +"} +(4,1,1) = {" +Q +Q +A +M +g +g +r +a +"} +(5,1,1) = {" +Q +j +g +M +w +r +Q +a +"} +(6,1,1) = {" +Q +Z +x +M +r +a +h +a +"} +(7,1,1) = {" +Q +Q +Q +Q +C +a +a +m +"} +(8,1,1) = {" +a +T +J +a +a +v +a +a +"} diff --git a/_maps/RandomRuins/WasteRuins/wasteplanet_tarpit.dmm b/_maps/RandomRuins/WasteRuins/wasteplanet_tarpit.dmm new file mode 100644 index 000000000000..945c2a49521a --- /dev/null +++ b/_maps/RandomRuins/WasteRuins/wasteplanet_tarpit.dmm @@ -0,0 +1,1672 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ax" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/concrete/slab_1, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"bQ" = ( +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"cb" = ( +/obj/effect/turf_decal/road, +/obj/effect/turf_decal/road/stripes, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"ci" = ( +/obj/structure/fence/door, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"cA" = ( +/obj/effect/turf_decal/number/one, +/turf/open/floor/concrete, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"cS" = ( +/obj/effect/turf_decal/road{ + dir = 1 + }, +/obj/item/grenade/frag, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"cT" = ( +/obj/structure/barricade/sandbags, +/obj/effect/turf_decal/road, +/obj/effect/turf_decal/road/stripes, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"dl" = ( +/obj/effect/turf_decal/road/line/edge/opaque/yellow, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"dp" = ( +/obj/structure/flippedtable, +/turf/open/floor/concrete, +/area/ruin/unpowered) +"dA" = ( +/obj/effect/turf_decal/road{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"dU" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/concrete/slab_1, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"eh" = ( +/obj/structure/fence, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"eC" = ( +/obj/effect/turf_decal/number/one{ + dir = 1 + }, +/turf/open/floor/concrete, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"eN" = ( +/obj/structure/barricade/sandbags, +/obj/effect/turf_decal/road{ + dir = 8 + }, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"ff" = ( +/turf/open/floor/concrete, +/area/ruin/unpowered) +"gj" = ( +/obj/item/gun/ballistic/automatic/pistol/commander/no_mag, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"gn" = ( +/obj/effect/turf_decal/road{ + dir = 1 + }, +/obj/structure/barricade/sandbags, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"gT" = ( +/obj/effect/turf_decal/road{ + dir = 8 + }, +/obj/effect/turf_decal/road/stripes{ + dir = 4 + }, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"hT" = ( +/obj/structure/marker_beacon, +/turf/open/floor/concrete, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"iB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"iH" = ( +/obj/structure/barricade/sandbags, +/obj/effect/turf_decal/road{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"iM" = ( +/obj/structure/fence/corner{ + dir = 9 + }, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"iN" = ( +/obj/effect/turf_decal/road/line/edge/opaque/yellow{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"iV" = ( +/obj/effect/turf_decal/road/line/opaque/yellow{ + dir = 8 + }, +/obj/structure/barricade/sandbags, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"jf" = ( +/obj/structure/fence/corner, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"kj" = ( +/obj/structure/marker_beacon, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"ku" = ( +/obj/effect/turf_decal/industrial/hatch, +/turf/open/floor/concrete, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"kV" = ( +/obj/vehicle/ridden/atv, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/machinery/light/dim/directional/west, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/concrete, +/area/ruin/unpowered) +"lC" = ( +/obj/effect/turf_decal/road/line/edge/opaque/yellow, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"mk" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/concrete, +/area/ruin/unpowered) +"mr" = ( +/obj/effect/turf_decal/road/line/edge/opaque/yellow{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"my" = ( +/obj/machinery/light/dim/directional/south, +/turf/open/floor/concrete, +/area/ruin/unpowered) +"mM" = ( +/obj/machinery/door/airlock/engineering, +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/concrete, +/area/ruin/unpowered) +"nI" = ( +/obj/effect/turf_decal/road/stripes{ + dir = 4 + }, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"oc" = ( +/obj/item/reagent_containers/glass/bucket, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"qe" = ( +/obj/structure/barricade/sandbags, +/turf/open/floor/concrete/slab_1, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"qI" = ( +/obj/structure/barricade/sandbags, +/obj/effect/turf_decal/road{ + dir = 1 + }, +/obj/effect/turf_decal/road/stripes, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"rb" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/concrete, +/area/ruin/unpowered) +"rw" = ( +/obj/effect/turf_decal/road/line/opaque/yellow{ + dir = 8 + }, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"rV" = ( +/obj/effect/turf_decal/road/line/edge/opaque/yellow{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"sE" = ( +/obj/effect/turf_decal/road{ + dir = 1 + }, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"sW" = ( +/obj/effect/turf_decal/road/line/opaque/yellow, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"th" = ( +/obj/effect/turf_decal/road/line/edge/opaque/yellow{ + dir = 8 + }, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"ts" = ( +/obj/effect/turf_decal/road/line/opaque/yellow{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"tH" = ( +/obj/effect/turf_decal/road{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"ub" = ( +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/turf/open/floor/concrete, +/area/ruin/unpowered) +"uf" = ( +/obj/effect/turf_decal/road, +/obj/structure/barricade/sandbags, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"uA" = ( +/obj/machinery/door/poddoor/shutters, +/turf/open/floor/concrete/tiles, +/area/ruin/unpowered) +"uJ" = ( +/obj/effect/turf_decal/road{ + dir = 4 + }, +/obj/effect/turf_decal/road/stripes{ + dir = 4 + }, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"uO" = ( +/obj/effect/turf_decal/road/line/edge/opaque/yellow{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"vp" = ( +/obj/effect/turf_decal/road/stop{ + dir = 8 + }, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"vT" = ( +/obj/effect/turf_decal/road/line/opaque/yellow, +/obj/structure/barricade/sandbags, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"wz" = ( +/obj/structure/fence/corner{ + dir = 10 + }, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"wI" = ( +/turf/open/floor/concrete, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"wN" = ( +/obj/effect/turf_decal/road{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"wR" = ( +/obj/structure/table, +/obj/item/weldingtool/hugetank/empty, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/concrete, +/area/ruin/unpowered) +"xt" = ( +/obj/effect/turf_decal/road{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"xF" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/turf/open/floor/concrete, +/area/ruin/unpowered) +"xM" = ( +/obj/effect/turf_decal/road{ + dir = 4 + }, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"xQ" = ( +/turf/template_noop, +/area/template_noop) +"xV" = ( +/obj/effect/turf_decal/road, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"xZ" = ( +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/concrete, +/area/ruin/unpowered) +"yv" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/paper{ + default_raw_text = "First, take a scoop out of the pit. Go ahead,d try it out! Second, mix it with raw cement. Then simply add some sand to it, doesn't matter. Then you got yourself some pavement. Simply pour it on some catwalk and you got yourself some roadway. More efficent this way too. Enjoy. On a side note, I hear something outside, better check that out. I'll finish his later." + }, +/turf/open/floor/concrete, +/area/ruin/unpowered) +"yG" = ( +/obj/effect/turf_decal/road/line/opaque/yellow{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"yW" = ( +/obj/machinery/light/dim/directional/east, +/turf/open/floor/concrete, +/area/ruin/unpowered) +"zu" = ( +/obj/effect/turf_decal/road/line/opaque/yellow{ + dir = 4 + }, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"zU" = ( +/obj/effect/turf_decal/number/one{ + dir = 1 + }, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"AO" = ( +/obj/machinery/light/dim/directional/west, +/turf/open/floor/concrete, +/area/ruin/unpowered) +"Bk" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/slab_1, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"BB" = ( +/obj/effect/turf_decal/road/line/edge/opaque/yellow, +/obj/item/clothing/head/helmet, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"BS" = ( +/obj/structure/flippedtable, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/concrete, +/area/ruin/unpowered) +"Cj" = ( +/obj/structure/barricade/sandbags, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"Di" = ( +/obj/effect/turf_decal/road/line/edge/opaque/yellow{ + dir = 4 + }, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"DC" = ( +/obj/effect/turf_decal/road{ + dir = 4 + }, +/obj/structure/barricade/sandbags, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"Eh" = ( +/obj/effect/turf_decal/road/edge{ + dir = 1 + }, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"Eu" = ( +/obj/effect/turf_decal/road{ + dir = 8 + }, +/obj/structure/barricade/sandbags, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"EX" = ( +/obj/effect/turf_decal/road/stripes{ + dir = 8 + }, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"Ff" = ( +/obj/structure/sign/warning/fire{ + pixel_y = 32 + }, +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/concrete, +/area/ruin/unpowered) +"GD" = ( +/obj/effect/turf_decal/road/line/opaque/yellow, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"Hv" = ( +/obj/effect/turf_decal/road/line/edge/opaque/yellow{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/head/helmet, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"Hw" = ( +/obj/effect/turf_decal/road, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"Io" = ( +/obj/structure/barricade/sandbags, +/obj/effect/turf_decal/road/stop, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"Jo" = ( +/obj/effect/turf_decal/road/line/opaque/yellow, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"JF" = ( +/obj/effect/turf_decal/road/line/edge/opaque/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/road/stripes, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"JI" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"JZ" = ( +/obj/effect/turf_decal/road/line/opaque/yellow{ + dir = 1 + }, +/obj/structure/barricade/sandbags, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"Ka" = ( +/obj/effect/turf_decal/road/line/edge/opaque/yellow{ + dir = 1 + }, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"Kd" = ( +/obj/effect/turf_decal/road/line/opaque/yellow{ + dir = 1 + }, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"KX" = ( +/turf/closed/wall/concrete, +/area/ruin/unpowered) +"Li" = ( +/obj/effect/turf_decal/road/line/opaque/yellow{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"Lm" = ( +/obj/effect/turf_decal/road{ + dir = 4 + }, +/obj/effect/turf_decal/road/stripes{ + dir = 8 + }, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"LY" = ( +/obj/structure/barricade/sandbags, +/turf/open/floor/concrete, +/area/ruin/unpowered) +"OR" = ( +/obj/effect/turf_decal/road/line/edge/opaque/yellow{ + dir = 1 + }, +/obj/structure/barricade/sandbags, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"Pu" = ( +/obj/effect/turf_decal/road/line/edge/opaque/yellow{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"PD" = ( +/obj/effect/turf_decal/road{ + dir = 9 + }, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"PF" = ( +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/concrete, +/area/ruin/unpowered) +"Qk" = ( +/obj/effect/turf_decal/road/stripes{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"Re" = ( +/obj/effect/turf_decal/road{ + dir = 6 + }, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"Rw" = ( +/obj/effect/turf_decal/number/one{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"Ry" = ( +/obj/effect/turf_decal/road/line/edge/opaque/yellow{ + dir = 4 + }, +/obj/structure/barricade/sandbags, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"RO" = ( +/obj/effect/turf_decal/road/stop{ + dir = 4 + }, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"RP" = ( +/obj/effect/turf_decal/road{ + dir = 1 + }, +/obj/effect/turf_decal/road/stripes, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"RT" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/concrete, +/area/ruin/unpowered) +"Sx" = ( +/obj/structure/fence{ + dir = 8 + }, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"Ty" = ( +/obj/structure/fence/corner{ + dir = 4 + }, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"UZ" = ( +/obj/structure/table, +/obj/item/pickaxe/drill, +/obj/machinery/light/dim/directional/east, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/concrete, +/area/ruin/unpowered) +"Vf" = ( +/obj/structure/barricade/sandbags, +/obj/effect/turf_decal/road/stripes, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"VD" = ( +/obj/structure/table, +/turf/open/floor/concrete, +/area/ruin/unpowered) +"VE" = ( +/obj/effect/turf_decal/road/line/edge/opaque/yellow, +/obj/effect/turf_decal/road/stripes, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"Wr" = ( +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"WP" = ( +/obj/effect/turf_decal/road/line/edge/opaque/yellow{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/old, +/obj/item/gun/ballistic/automatic/pistol/commander/no_mag, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"Xn" = ( +/obj/effect/turf_decal/road{ + dir = 8 + }, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"XC" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/concrete, +/area/ruin/unpowered) +"XN" = ( +/obj/effect/turf_decal/road{ + dir = 1 + }, +/obj/item/clothing/head/helmet, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"XT" = ( +/obj/effect/turf_decal/road{ + dir = 8 + }, +/obj/effect/turf_decal/road/stripes{ + dir = 8 + }, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"Yc" = ( +/obj/effect/turf_decal/road{ + dir = 4 + }, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"YB" = ( +/turf/open/water/tar, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"YO" = ( +/obj/effect/turf_decal/road/line/edge/opaque/yellow{ + dir = 4 + }, +/obj/item/clothing/head/helmet, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"YX" = ( +/turf/open/floor/concrete/slab_1, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"Zc" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"Zk" = ( +/obj/effect/turf_decal/road/edge, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"Zo" = ( +/obj/effect/turf_decal/road/line/opaque/yellow{ + dir = 4 + }, +/obj/structure/barricade/sandbags, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"ZV" = ( +/obj/effect/turf_decal/road/edge{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/concrete/pavement, +/area/overmap_encounter/planetoid/wasteplanet/explored) + +(1,1,1) = {" +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +Wr +Xn +xQ +"} +(2,1,1) = {" +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +YX +Wr +Wr +bQ +Wr +Wr +YX +"} +(3,1,1) = {" +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +Bk +tH +Zc +Wr +Xn +Wr +"} +(4,1,1) = {" +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +YX +Wr +YX +YX +Bk +Wr +YX +YX +YX +xQ +YX +YX +uJ +nI +RO +gT +YX +"} +(5,1,1) = {" +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +Wr +PD +xV +xV +xV +Hw +Hw +Wr +xV +Hw +Hw +xV +cT +Zk +bQ +bQ +Xn +YX +"} +(6,1,1) = {" +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +YX +Yc +JI +lC +zu +th +lC +zu +Hv +lC +zu +Wr +Io +Wr +bQ +Zc +xt +YX +"} +(7,1,1) = {" +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +Bk +tH +Zc +Di +rw +Ka +Di +Li +iN +Di +rw +WP +Vf +bQ +bQ +bQ +xt +Wr +"} +(8,1,1) = {" +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +JI +tH +dl +th +Wr +cS +sE +sE +sE +sE +sE +Wr +qI +Eh +bQ +Wr +Xn +YX +"} +(9,1,1) = {" +xQ +iM +eh +eh +eh +eh +eh +eh +eh +eh +eh +wz +YX +tH +sW +Kd +Xn +Wr +YX +YX +Wr +YX +YX +YX +YX +Lm +vp +EX +XT +YX +"} +(10,1,1) = {" +xQ +Sx +YB +Wr +Wr +YB +YB +Wr +oc +Wr +Wr +Sx +YX +tH +Di +Ka +Xn +YX +kj +Rw +iB +wI +cA +hT +YX +Yc +dl +th +xt +YX +"} +(11,1,1) = {" +xQ +Sx +YB +Wr +YB +YB +YB +YB +Wr +Wr +Wr +ci +YX +tH +dl +Wr +Xn +YX +Wr +wI +iB +iB +wI +ku +Wr +Yc +sW +yG +xt +Wr +"} +(12,1,1) = {" +xQ +Sx +YB +YB +YB +YB +YB +YB +YB +Wr +Wr +Sx +YX +DC +vT +JZ +Eu +Cj +ku +wI +iB +wI +wI +ku +YX +Yc +uO +mr +Xn +YX +"} +(13,1,1) = {" +xQ +Sx +YB +YB +YB +YB +YB +YB +YB +YB +YB +Sx +YX +Yc +rV +mr +xt +qe +ku +wI +iB +wI +wI +ku +Bk +xM +dl +th +Xn +YX +"} +(14,1,1) = {" +xQ +Sx +Wr +YB +YB +YB +YB +YB +YB +YB +Wr +Sx +Wr +Yc +BB +Pu +wN +qe +hT +eC +iB +iB +cA +hT +YX +tH +sW +Kd +Xn +YX +"} +(15,1,1) = {" +xQ +Sx +Wr +YB +YB +YB +YB +YB +YB +YB +Wr +Sx +YX +Yc +sW +Kd +Xn +qe +ku +wI +wI +iB +Wr +ku +YX +tH +Di +Ka +Xn +Wr +"} +(16,1,1) = {" +xQ +Sx +YB +YB +YB +YB +YB +YB +YB +YB +Wr +Sx +YX +Wr +Di +Ka +gj +qe +ku +wI +wI +iB +iB +ku +YX +tH +lC +th +Xn +YX +"} +(17,1,1) = {" +xQ +Sx +YB +YB +YB +YB +YB +YB +YB +YB +Wr +Sx +YX +Yc +dl +th +Xn +YX +ku +iB +wI +wI +wI +ku +YX +Yc +GD +Wr +Xn +YX +"} +(18,1,1) = {" +xQ +Sx +YB +YB +YB +YB +YB +YB +YB +YB +YB +Sx +YX +Yc +Jo +Kd +Xn +YX +hT +Rw +wI +wI +cA +hT +YX +Yc +Di +Ka +Xn +YX +"} +(19,1,1) = {" +xQ +Sx +Wr +YB +YB +YB +YB +YB +YB +Wr +Wr +Sx +YX +tH +uO +Wr +Xn +Wr +ku +JI +iB +wI +wI +ku +Wr +tH +lC +Pu +Xn +Wr +"} +(20,1,1) = {" +xQ +Sx +YB +YB +YB +YB +YB +YB +oc +Wr +oc +ci +Bk +tH +dl +th +Xn +Bk +ku +wI +Wr +iB +Wr +ku +YX +Yc +sW +Kd +Xn +Bk +"} +(21,1,1) = {" +xQ +Sx +Wr +Wr +Wr +Wr +Wr +Wr +YB +Wr +Wr +Sx +YX +tH +Wr +yG +xt +Bk +ku +wI +Wr +wI +wI +ku +YX +Yc +YO +Ka +Xn +Bk +"} +(22,1,1) = {" +xQ +Ty +eh +eh +eh +eh +eh +eh +eh +eh +eh +jf +Bk +tH +Di +mr +Xn +Wr +hT +zU +wI +Wr +cA +hT +Wr +tH +lC +th +Xn +Bk +"} +(23,1,1) = {" +KX +KX +KX +KX +KX +KX +KX +KX +YX +YX +Bk +YX +YX +tH +dl +Pu +Xn +YX +ku +Wr +wI +wI +Wr +Wr +YX +tH +sW +ts +xt +Bk +"} +(24,1,1) = {" +KX +kV +xZ +rb +mk +AO +LY +uA +cb +xV +Hw +Hw +uf +Zk +sW +Kd +Xn +YX +ku +wI +Wr +Wr +wI +ku +Bk +iH +Ry +OR +eN +YX +"} +(25,1,1) = {" +KX +xZ +xZ +yv +XC +mk +LY +uA +VE +zu +th +dl +Zo +th +uO +mr +Xn +Bk +Wr +Wr +wI +wI +Wr +ku +Wr +Yc +dl +th +Xn +YX +"} +(26,1,1) = {" +KX +xZ +PF +rb +VD +BS +LY +uA +JF +rw +Ka +Di +iV +Ka +Zc +bQ +Xn +Bk +Wr +eC +Wr +Wr +cA +hT +Wr +Wr +sW +Kd +Xn +Wr +"} +(27,1,1) = {" +KX +ub +xZ +xF +RT +dp +LY +uA +RP +sE +sE +sE +gn +ZV +bQ +bQ +Xn +Bk +ku +Wr +xQ +xQ +Wr +ku +YX +Yc +Di +mr +xt +Bk +"} +(28,1,1) = {" +KX +Ff +mk +xF +wR +dp +my +KX +ax +YX +dU +YX +ax +Lm +EX +Qk +XT +YX +Wr +xQ +xQ +xQ +xQ +ku +Wr +Wr +dl +Wr +Xn +YX +"} +(29,1,1) = {" +KX +UZ +ff +xF +ff +yW +mk +mM +dU +dU +dU +YX +YX +dA +XN +sE +Re +YX +ku +wI +xQ +xQ +wI +xQ +xQ +Yc +Wr +Kd +Wr +Wr +"} +(30,1,1) = {" +KX +KX +KX +KX +KX +KX +KX +KX +YX +YX +dU +YX +Bk +Bk +Bk +Bk +YX +YX +xQ +xQ +xQ +xQ +xQ +xQ +xQ +xQ +Di +Wr +bQ +YX +"} diff --git a/_maps/RandomRuins/WasteRuins/wasteplanet_tradepost.dmm b/_maps/RandomRuins/WasteRuins/wasteplanet_tradepost.dmm new file mode 100644 index 000000000000..63cedb497f90 --- /dev/null +++ b/_maps/RandomRuins/WasteRuins/wasteplanet_tradepost.dmm @@ -0,0 +1,790 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aj" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/aimodule_harmless, +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plating/rust, +/area/ruin/unpowered) +"bY" = ( +/obj/structure/closet/crate/engineering, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/item/stack/sheet/mineral/plasma/five, +/turf/open/floor/pod/light, +/area/ruin/unpowered) +"ch" = ( +/obj/effect/decal/cleanable/plasma, +/turf/open/floor/plating/rust, +/area/ruin/unpowered) +"cJ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/unpowered) +"cL" = ( +/obj/structure/cable{ + icon_state = "2-5" + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"em" = ( +/obj/structure/chair/plastic, +/turf/open/floor/plating/rust, +/area/ruin/unpowered) +"en" = ( +/obj/machinery/power/port_gen/pacman, +/obj/structure/cable, +/turf/open/floor/plating, +/area/ruin/unpowered) +"fC" = ( +/obj/structure/rack, +/obj/item/stack/wrapping_paper, +/obj/effect/spawner/lootdrop/gambling, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating/rust, +/area/ruin/unpowered) +"gy" = ( +/obj/machinery/suit_storage_unit/mining/eva, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/ruin/unpowered) +"gA" = ( +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"im" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/donkpockets, +/obj/effect/spawner/lootdrop/donkpockets, +/obj/effect/spawner/lootdrop/mafia_outfit, +/turf/open/floor/plating, +/area/ruin/unpowered) +"ip" = ( +/obj/structure/chair/plastic{ + dir = 8 + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered) +"iy" = ( +/obj/structure/cable, +/obj/structure/statue/sandstone/assistant, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"kf" = ( +/obj/structure/ore_box, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/industrial/warning/full, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"kF" = ( +/obj/structure/closet/crate/bin, +/turf/open/floor/plating, +/area/ruin/unpowered) +"kU" = ( +/obj/machinery/computer/helm, +/turf/open/floor/pod/light, +/area/ruin/unpowered) +"kW" = ( +/obj/machinery/power/shuttle/engine/electric{ + dir = 4 + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered) +"mj" = ( +/obj/structure/fluff/oldturret, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"mK" = ( +/obj/structure/marker_beacon, +/turf/open/floor/plating/rust, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"np" = ( +/obj/structure/cable, +/obj/machinery/power/floodlight, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"nw" = ( +/obj/effect/decal/cleanable/plasma, +/turf/open/floor/plating, +/area/ruin/unpowered) +"nO" = ( +/obj/structure/barricade/wooden/crude, +/obj/structure/window/fulltile, +/turf/open/floor/plating, +/area/ruin/unpowered) +"nV" = ( +/turf/closed/wall, +/area/ruin/unpowered) +"pc" = ( +/obj/structure/marker_beacon, +/turf/open/floor/plating, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"pl" = ( +/obj/machinery/vending/snack, +/turf/open/floor/plating, +/area/ruin/unpowered) +"rJ" = ( +/obj/machinery/power/smes/shuttle/precharged{ + dir = 4 + }, +/obj/structure/window/reinforced/spawner/west, +/turf/open/floor/pod/light, +/area/ruin/unpowered) +"sT" = ( +/obj/structure/rack, +/obj/item/stack/wrapping_paper, +/turf/open/floor/plating/rust, +/area/ruin/unpowered) +"sW" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/gambling, +/obj/effect/decal/cleanable/garbage, +/turf/open/floor/plating, +/area/ruin/unpowered) +"tl" = ( +/obj/structure/barricade/wooden/crude, +/obj/structure/window/fulltile, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plating, +/area/ruin/unpowered) +"tm" = ( +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp/green, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating/rust, +/area/ruin/unpowered) +"tp" = ( +/turf/open/floor/pod/light, +/area/ruin/unpowered) +"ts" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/plastic{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"tU" = ( +/obj/structure/closet/crate, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/industrial/warning/full, +/obj/item/stack/sheet/mineral/plasma/five, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"uc" = ( +/obj/machinery/door/airlock/shuttle, +/turf/open/floor/pod/light, +/area/ruin/unpowered) +"un" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/closed/wall/mineral/titanium, +/area/ruin/unpowered) +"uL" = ( +/obj/structure/window/fulltile, +/obj/structure/barricade/wooden/crude, +/turf/open/floor/plating, +/area/ruin/unpowered) +"wA" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/light, +/area/ruin/unpowered) +"wB" = ( +/obj/effect/decal/cleanable/garbage, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/ruin/unpowered) +"wM" = ( +/obj/item/bot_assembly/medbot, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"yd" = ( +/obj/structure/statue/sandstone/assistant, +/obj/structure/cable{ + icon_state = "4-9" + }, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"ym" = ( +/turf/open/floor/plating/rust, +/area/ruin/unpowered) +"yI" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/plastic{ + dir = 8 + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered) +"ze" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"zq" = ( +/obj/machinery/modular_computer/console/preset/civilian, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/light, +/area/ruin/unpowered) +"zY" = ( +/obj/structure/closet/crate, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/gun/ballistic/revolver/detective, +/turf/open/floor/pod/light, +/area/ruin/unpowered) +"Ag" = ( +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"Ba" = ( +/obj/structure/door_assembly/door_assembly_highsecurity, +/obj/structure/cable{ + icon_state = "6-8" + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered) +"BE" = ( +/obj/structure/door_assembly/door_assembly_hatch, +/obj/structure/cable{ + icon_state = "1-6" + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Cf" = ( +/obj/structure/rack, +/obj/item/stack/wrapping_paper, +/obj/effect/decal/cleanable/garbage, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Cl" = ( +/obj/mecha/working/ripley/cargo, +/obj/effect/turf_decal/industrial/warning/full, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"CC" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"De" = ( +/turf/template_noop, +/area/template_noop) +"Eg" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/open/floor/pod/light, +/area/ruin/unpowered) +"Fc" = ( +/obj/structure/door_assembly/door_assembly_hatch, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Ga" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Gg" = ( +/turf/open/floor/plating, +/area/ruin/unpowered) +"Ha" = ( +/obj/structure/table/wood/poker, +/obj/item/storage/bag/money/vault, +/turf/open/floor/carpet/red, +/area/ruin/unpowered) +"Hm" = ( +/obj/effect/decal/fakelattice, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"IN" = ( +/obj/structure/grille, +/obj/effect/spawner/structure/window/shuttle, +/turf/open/floor/pod/light, +/area/ruin/unpowered) +"IU" = ( +/obj/machinery/power/floodlight, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"IZ" = ( +/obj/effect/decal/cleanable/robot_debris, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"Jh" = ( +/obj/machinery/power/terminal{ + dir = 8 + }, +/turf/open/floor/pod/light, +/area/ruin/unpowered) +"Lm" = ( +/turf/closed/wall/mineral/titanium, +/area/ruin/unpowered) +"Ln" = ( +/turf/open/floor/carpet/red, +/area/ruin/unpowered) +"LG" = ( +/obj/effect/turf_decal/industrial/warning/full, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"LO" = ( +/obj/structure/closet/crate, +/obj/effect/turf_decal/industrial/warning/full, +/obj/item/stack/sheet/mineral/plasma/five, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"Ma" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plating, +/area/ruin/unpowered) +"MR" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"Nl" = ( +/obj/effect/decal/cleanable/greenglow, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"OC" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/open/floor/pod/light, +/area/ruin/unpowered) +"OV" = ( +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plating/rust, +/area/ruin/unpowered) +"OY" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"OZ" = ( +/obj/structure/cable{ + icon_state = "4-10" + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered) +"PS" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/garbage, +/obj/item/circuitboard/machine/thermomachine, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Qp" = ( +/obj/machinery/holopad, +/turf/open/floor/plating, +/area/ruin/unpowered) +"QD" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/gambling, +/obj/effect/decal/cleanable/garbage, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/wrench, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Rc" = ( +/obj/structure/chair/plastic{ + dir = 4 + }, +/turf/open/floor/plating/rust, +/area/ruin/unpowered) +"RB" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/carpet/red, +/area/ruin/unpowered) +"RE" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable{ + icon_state = "2-9" + }, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Sn" = ( +/turf/open/floor/plating, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"SE" = ( +/obj/effect/decal/cleanable/food/tomato_smudge, +/turf/open/floor/plating/rust, +/area/ruin/unpowered) +"Tk" = ( +/turf/open/floor/plating/rust, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"Tl" = ( +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plating, +/area/ruin/unpowered) +"TB" = ( +/obj/structure/closet/crate/miningcar, +/obj/effect/turf_decal/industrial/warning/full, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/stack/sheet/mineral/plasma, +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"Ue" = ( +/turf/closed/wall/rust, +/area/ruin/unpowered) +"VU" = ( +/mob/living/simple_animal/pet/cat/kitten, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Xc" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Ya" = ( +/turf/open/floor/plating/asteroid/wasteplanet, +/area/overmap_encounter/planetoid/wasteplanet/explored) +"YH" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/chair/plastic, +/turf/open/floor/plating, +/area/ruin/unpowered) +"Zq" = ( +/obj/structure/table/wood/poker, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/storage/pill_bottle/zoom, +/turf/open/floor/carpet/red, +/area/ruin/unpowered) + +(1,1,1) = {" +De +De +De +De +De +Ue +Ue +Ue +nV +nV +nV +mj +Ya +Ya +Ya +Ya +Ya +De +De +De +"} +(2,1,1) = {" +De +De +De +De +De +Ue +fC +ch +im +Ga +nV +IZ +Ya +pc +MR +Tk +Tk +Tk +mK +De +"} +(3,1,1) = {" +De +De +De +De +De +Ue +sT +wB +QD +Gg +tl +wM +Ya +Lm +CC +kW +kW +MR +Lm +De +"} +(4,1,1) = {" +De +De +De +De +De +Ue +sW +Ga +Cf +OV +tl +Ya +Ya +un +Lm +rJ +rJ +Lm +Lm +De +"} +(5,1,1) = {" +Ue +uL +uL +uL +Ue +nV +PS +Tl +aj +SE +Ue +Ya +Ya +Lm +Lm +bY +Jh +Lm +Lm +De +"} +(6,1,1) = {" +nV +cJ +Rc +ts +ym +nV +Ma +Gg +cJ +ym +Ue +np +Ya +Tk +Lm +zY +wA +un +CC +De +"} +(7,1,1) = {" +uL +YH +Gg +Qp +Gg +Fc +Gg +VU +cJ +Gg +nV +iy +Ya +Tk +uc +tp +tp +uc +Tk +De +"} +(8,1,1) = {" +uL +em +Gg +OV +cJ +Ue +em +nw +cL +ze +BE +Hm +Hm +Tk +Lm +kU +Eg +Lm +Tk +De +"} +(9,1,1) = {" +nV +OV +yI +ip +cJ +Ue +tm +OZ +cJ +kF +nV +yd +Ya +Tk +Lm +zq +OC +Lm +Tk +De +"} +(10,1,1) = {" +nV +uL +uL +uL +Ue +Ue +Ue +Ba +nV +nV +nV +IU +Ya +CC +Lm +IN +IN +Lm +CC +De +"} +(11,1,1) = {" +De +De +De +De +De +Ue +gy +Gg +RE +en +nV +Ya +Ya +mK +Tk +Tk +CC +Sn +pc +De +"} +(12,1,1) = {" +De +De +De +De +De +Ue +cJ +Ln +RB +Gg +nO +Ya +Ya +Ya +Hm +Ya +Ya +Hm +De +De +"} +(13,1,1) = {" +De +De +De +De +De +nV +pl +Ha +Zq +cJ +nO +gA +Ya +Ya +tU +LO +LO +TB +Ya +De +"} +(14,1,1) = {" +De +De +De +De +De +nV +Xc +cJ +OY +ym +Ue +Ya +Nl +Ya +Cl +LO +kf +LG +Ag +De +"} +(15,1,1) = {" +De +De +De +De +De +nV +nV +nV +Ue +Ue +Ue +mj +Ya +Ya +Ya +Ya +De +De +De +De +"} diff --git a/_maps/map_catalogue.txt b/_maps/map_catalogue.txt index 5d941ef7fd60..f9cc6d12cd03 100644 --- a/_maps/map_catalogue.txt +++ b/_maps/map_catalogue.txt @@ -41,10 +41,54 @@ Find the key for using this catalogue in "map_catalogue_key.txt" JungleRuins: + File Name = "_maps\RandomRuins\JungleRuins\jungle_botany.dmm" + Size = (x = 20)(y = 12)(z = 1) + Tags = "Minor Combat Challenge", "Medium Loot", "Liveable" + + File Name = "_maps\RandomRuins\JungleRuins\jungle_nest.dmm" + Size = (x = 25)(y = 15)(z = 1) + Tags = "Boss Combat Challenge", "Medium Loot", "Liveable" + + File Name = "_maps\RandomRuins\JungleRuins\jungle_pirate.dmm" + Size = (x = 20)(y = 15)(z = 1) + Tags = "Boss Combat Challenge", "Major Loot", "Liveable", "Antag Gear" + + File Name = "_maps\RandomRuins\JungleRuins\jungle_seedling.dmm" + Size = (x = 15)(y = 15)(z = 1) + Tags = "Medium Combat Challenge", "Medium Loot", "Liveable" + + File Name = "_maps\RandomRuins\JungleRuins\jungle_surface_coffinepirate.dmm" + Size = (x = 14)(y = 15)(z = 1) + Tags = "No Combat", "Minor Loot", "Liveable" + + File Name = "_maps\RandomRuins\JungleRuins\jungle_surface_ikea_ai.dmm" + Size = (x = 11)(y = 7)(z = 1) + Tags = "No Combat", "Medium Loot", "Liveable" + + File Name = "_maps\RandomRuins\JungleRuins\jungle_surface_ninjashrine.dmm" + Size = (x = 14)(y = 14)(z = 1) + Tags = "Boss Combat Challenge", "Medium Loot", "Liveable", "Antag Gear" + + File Name = "_maps\RandomRuins\JungleRuins\jungle_surface_roommates.dmm" + Size = (x = 9)(y = 9)(z = 1) + Tags = "No Combat", "Minor Loot", "Liveable" + + File Name = "_maps\RandomRuins\JungleRuins\jungle_surface_bombmakers_cabin.dmm" + Size = (x = 15)(y = 15)(z = 1) + Tags = "Medium Combat", "Major Loot", "Liveable", "Antag Gear" + + File Name = "_maps\RandomRuins\JungleRuins\jungle_surface_weed_shack.dmm" + Size = (x = 16)(y = 17)(z = 1) + Tags = "No Combat", "Medium Loot", "Liveable" + File Name = "_maps\RandomRuins\JungleRuins\jungle_syndicate.dmm" Size = (x = 15)(y = 15)(z = 1) Tags = "Medium Combat Challenge", "Medium Loot", "Liveable", "Antag Gear" + File Name = "_maps\RandomRuins\JungleRuins\jungle_village.dmm" + Size = (x = 15)(y = 15)(z = 1) + Tags = "No Combat", "Minor Loot", "Liveable" + File Name = "_maps\RandomRuins\JungleRuins\jungle_interceptor.dmm" Size = (x = 53)(y = 51)(z = 1) Tags = "No Combat", "Medium Loot", Liveable" @@ -57,6 +101,10 @@ Find the key for using this catalogue in "map_catalogue_key.txt" Size = (x = 70)(y = 66)(z = 1) Tags = "Medium Combat Challenge", "Medium Loot", Liveable", "Hazardous" + File Name = "_maps\RandomRuins\JungleRuins\jungle_pizzawave.dmm" + Size = (x = 15)(y = 15)(z = 1) + Tags = "No Combat", "Minor Loot", Liveable" + File Name "_maps\RandomRuins\JungleRuins\jungle_bombed_starport Size = (x = 100)(y = 75)(z = 1) Tags = "Medium Combat Challenge", "Major Loot", "Hazardous", "Liveable" @@ -70,6 +118,14 @@ Find the key for using this catalogue in "map_catalogue_key.txt" Tags = "Medium Combat Challenge", "Medium Loot", "Antag Gear", "Necropolis Loot", "Liveable" LavaRuins: + File Name = "_maps\RandomRuins\LavaRuins\lavaland_biodome_beach.dmm" + Size = (x = 30)(y = 30)(z = 1) + Tags = "No Combat", "Medium Loot", "Shelter" + + File Name = "_maps\RandomRuins\LavaRuins\lavaland_surface_SPOOKYCRASH.dmm" + Size = (x = 11)(y = 16)(z = 1) + Tags = "Minor Combat Challenge", "Medium Loot", "Inhospitable" + File Name = "_maps\RandomRuins\LavaRuins\lavaland_surface_buried_shrine.dmm" Size = (x = 67)(y = 55)(z = 1) Tags = "Medium Combat", "Medium Loot", "Hazardous", "Lava", "Inhospitable" @@ -78,14 +134,55 @@ Find the key for using this catalogue in "map_catalogue_key.txt" Size = (x = 46)(y = 42)(z = 1) Tags = "Medium Combat Challenge", "Medium Loot", "Shelter" + File Name = "_maps\RandomRuins\LavaRuins\lavaland_surface_comm_outpost.dmm" + Size = (x = 13)(y = 14)(z = 1) + Tags = "Medium Combat Challenge", "Medium Loot", "Antag Gear", "Shelter" + + File Name = "_maps\RandomRuins\LavaRuins\lavaland_surface_dwarffortress.dmm" + Size = (x = 20)(y = 18)(z = 1) + Tags = "Medium Combat Challenge", "Minor Loot Level", "Inhospitable" + File Name = "_maps\RandomRuins\LavaRuins\lavaland_surface_elephant_graveyard.dmm" Size = (x = 29)(y = 35)(z = 1) Tags = "No Combat", "Minor Loot", "Hazardous", "Inhospitable" + File Name = "_maps\RandomRuins\LavaRuins\lavaland_surface_hierophant.dmm" + Size = (x = 23)(y = 23)(z = 1) + Tags = "Boss Combat Challenge", "Minor Loot", "Megafauna", "Inhospitable" + + File Name = "_maps\RandomRuins\LavaRuins\lavaland_surface_pizzaparty.dmm" + Size = (x = 18)(y = 18)(z = 1) + Tags = "No Combat", "Minor Loot", "Hazardous", "Inhospitable" + + File Name = "_maps\RandomRuins\LavaRuins\lavaland_surface_random_ripley.dmm" + Size = (x = 5)(y = 5)(z = 1) + Tags = "No Combat", "Medium Loot", "Inhospitable" + + File Name = "_maps\RandomRuins\LavaRuins\lavaland_surface_sloth.dmm" + Size = (x = 50)(y = 10)(z = 1) + Tags = "Mark", "No Combat", "Minor Loot", "Shelter", "Lava" + + File Name = "_maps\RandomRuins\LavaRuins\lavaland_surface_survivalpod.dmm" + Size = (x = 10)(y = 11)(z = 1) + Tags = "No Combat", "Minor Loot", "Shelter" + + File Name = "_maps\RandomRuins\LavaRuins\lavaland_surface_xeno_nest.dmm" + Size = (x = 43)(y = 30)(z = 1) + Tags = "Boss Combat Challenge", "Medium Loot", "Inhospitable" + + File Name = "_maps\RandomRuin\LavaRuins\lavaland_surface_crashed_pinnance" + Size = (x = 30)(y = 30)(z = 1) + Tags = "No combat" "Minor loot" "Inhospitable" + + File Name = "_maps\RandomRuins\LavaRuins\codelab.dmm" + Size = (x = 56)(y = 35)(z = 1) + Tags = "Minor Combat Challenge", "Medium Loot", "Shelter", "Hazardous" + File Name = "_maps\RandomRuins\LavaRuins\lavaland_surface_lava_canyon.dmm" Size = (x = 90)(y = 63)(z = 1) Tags = "Medium Combat Challenge", "Medium Loot", "Megafauna", "Necropolis Loot", "Inhospitable", "Lava" +<<<<<<< HEAD File Name = "_maps\RandomRuins\LavaRuins\lavaland_surface_wrecked_factory.dmm" Size = (x = 47)(y = 47)(z = 1) Tags = "Boss Combat Challenge", "Major Loot", "Shelter", "Lava" @@ -94,6 +191,8 @@ Find the key for using this catalogue in "map_catalogue_key.txt" Size = (x = 33)(y = 56)(z = 1) Tags = "Minor Combat Challenge", "Medium Loot", "Lava" +======= +>>>>>>> parent of f11a7aaaec (THE RUINCUT [AFFRONT TO GOD] (#3026)) ReebeRuins: File Name = "_maps\RandomRuins\Ruins\reebe_swarmers.dmm" Size = (x = 20)(y = 20)(z = 1) @@ -117,10 +216,42 @@ Find the key for using this catalogue in "map_catalogue_key.txt" Size = (x = 52)(y = 44)(z = 1) Tags = "Hard Combat Challenge", "Medium Loot", "hospitable" + File Name = "_maps\RandomRuins\RockRuins\rockplanet_boxsci.dmm" + Size = (x = 15)(y = 23)(z = 1) + Tags = "No Combat", "Medium Loot", "Shelter" + + File Name = "_maps\RandomRuins\RockRuins\rockplanet_crash.dmm" + Size = (x = 26)(y = 18)(z = 1) + Tags = "Medium Combat Challenge", "Medium Loot", "Inhospitable" + + File Name = "_maps\RandomRuins\RockRuins\rockplanet_dangerpod.dmm" + Size = (x = 5)(y = 5)(z = 1) + Tags = "Medium Combat Challenge", "Minor Loot", "Shelter" + File Name = "_maps\RandomRuins\RockRuins\rockplanet_harmfactory.dmm" Size = (x = 42)(y = 41)(z = 1) Tags = "Boss Combat Challenge", "Major Loot", Shelter", "Antag Gear", "Hazardous" + File Name = "_maps\RandomRuins\RockRuins\rockplanet_heirophant.dmm" + Size = (x = 23)(y = 23)(z = 1) + Tags = "Boss Combat Challenge", "Minor Loot", "Megafauna", "Inhospitable" + + File Name = "_maps\RandomRuins\RockRuins\rockplanet_house.dmm" + Size = (x = 8)(y = 7)(z = 1) + Tags = "No Combat", "Medium Loot", "Shelter" + + File Name = "_maps\RandomRuins\RockRuins\rockplanet_miningexpedition.dmm" + Size = (x = 30)(y = 22)(z = 1) + Tags = "Medium Combat Challenge", "Medium Loot", "Shelter" + + File Name = "_maps\RandomRuins\RockRuins\rockplanet_pioneer.dmm" + Size = (x = 10)(y = 3)(z = 1) + Tags = "No Combat", "Minor Loot", "Inhospitable" + + File Name = "_maps\RandomRuins\RockRuins\rockplanet_saloon.dmm" + Size = (x = 30)(y = 20)(z = 1) + Tags = "Medium combat Challenge", "Medium Loot", "Inhospitable" + File Name = "_maps\RandomRuins\RockRuins\rockplanet_shippingdock.dmm" Size = (x = 85)(y = 73)(z = 1) Tags = "Medium Combat Challenge", "Medium Loot", "Hazardous", "Shelter" @@ -131,6 +262,14 @@ Find the key for using this catalogue in "map_catalogue_key.txt" SandRuins: + File Name = "_maps\RandomRuins\Ruins\whitesands_surface_assaultpodcrash.dmm" + Size = (x = 11)(y = 11)(z = 1) + Tags = "Medium Combat Challenge", "Medium Loot", "Inhospitable" + + File Name = "_maps\RandomRuins\Ruins\whitesands_surface_camp_drugstore.dmm" + Size = (x = 14)(y = 7)(z = 1) + Tags = "Medium Combat Challenge", "Medium Loot", "Inhospitable" + File Name = "_maps\RandomRuins\Ruins\whitesands_surface_camp_saloon.dmm" Size = (x = 30)(y = 30)(z = 1) Tags = "Medium Combat Challenge", "Medium Loot", "Inhospitable" @@ -139,10 +278,34 @@ Find the key for using this catalogue in "map_catalogue_key.txt" Size = (x = 59)(y = 59)(z = 1) Tags = "Medium Combat Challenge", "Medium Loot", "Inhospitable", "Hazardous" + File Name = "_maps\RandomRuins\Ruins\whitesands_surface_chokepoint.dmm" + Size = (x = 16)(y = 13)(z = 1) + Tags = "Medium Combat Challenge", "Medium Loot", "Inhospitable" + + File Name = "_maps\RandomRuins\Ruins\whitesands_surface_conveniencestore.dmm" + Size = (x = 13)(y = 13)(z = 1) + Tags = "No Combat", "Minor Loot", "Shelter" + File Name = "_maps\RandomRuins\Ruins\whitesands_surface_medipen_plant.dmm" Size = (x = 23)(y = 29)(z = 1) Tags = "No Combat", "Major Loot", "Shelter" + File Name = "_maps\RandomRuins\Ruins\whitesands_surface_onlyaspoonful.dmm" + Size = (x = 17)(y = 18)(z = 1) + Tags = "Medium Combat Challenge", "Major Loot", "Antag Gear", "Shelter" + + File Name = "_maps\RandomRuins\Ruins\whitesands_surface_starfurycrash.dmm" + Size = (x = 23)(y = 25)(z = 1) + Tags = "Boss Combat Challenge", "Major Loot", "Antag Gear", "Inhospitable" + + File Name = "_maps\RandomRuins\Ruins\whitesands_surface_.dmm" + Size = (x = 30)(y = 30)(z = 1) + Tags = "No Combat", "Medium Loot", "Shelter", "Antag Gear" + + File Name = "_maps\RandomRuins\Ruins\whitesands_surface_.dmm" + Size = (x = 7)(y = 9)(z = 1) + Tags = "No Combat", "Minor Loot", "Inhospitable" + File Name = "_maps\RandomRuins\Ruins\whitesands_surface_pubbyslopcrash.dmm" Size = (x = 40)(y = 25)(z = 1) Tags = "Minor Combat Challenge", "Medium Loot", "Shelter" @@ -154,6 +317,10 @@ Find the key for using this catalogue in "map_catalogue_key.txt" Size = (x = 47)(y = 35)(z = 1) Tags = "Minor Combat Challenge", "Medium Loot", "Inhospitable" + File Name = "_maps\RandomRuins\SpaceRuins\Fast_Food.dmm" + Size = (x = 32)(y = 26)(z = 1) + Tags = "No Combat", "Medium Loot", "Shelter" + File Name = "_maps\RandomRuins\SpaceRuins\bigderelict1.dmm" Size = (x = 40)(y = 34)(z = 1) Tags = "Minor Combat Challenge", "Medium Loot", "Shelter" @@ -162,14 +329,70 @@ Find the key for using this catalogue in "map_catalogue_key.txt" Size = (x = 50)(y = 50)(z = 1) Tags = "No Combat", "Medium Loot", "Shelter" + File Name = "_maps\RandomRuins\SpaceRuins\crashedship.dmm" + Size = (x = 60)(y = 49)(z = 1) + Tags = "No Combat", "Medium Loot", "Shelter" + + File Name = "_maps\RandomRuins\SpaceRuins\cryocontainment.dmm" + Size = (x = 30)(y = 30)(z = 1) + Tags = "Medium Combat Challenge", "Major Loot", "Inhospitable", "Hazardous" + + File Name = "_maps\RandomRuins\SpaceRuins\dangerous_research.dmm" + Size = (x = 40)(y = 40)(z = 1) + Tags = "Medium Combat Challenge", "Medium Loot", "Shelter" + + File Name = "_maps\RandomRuins\SpaceRuins\dark_glade.dmm" + Size = (x = 22)(y = 25)(z = 1) + Tags = "No Combat", "Minor Loot", "Shelter" + + File Name = "_maps\RandomRuins\SpaceRuins\excavator_DK.dmm" + Size = (x = 35)(y = 30)(z = 1) + Tags = "No Combat", "Minor Loot", "Inhospitable" + + File Name = "_maps\RandomRuins\SpaceRuins\fueldepot.dmm" + Size = (x = 50)(y = 50)(z = 1) + Tags = "No Combat", "Minor Loot", "Inhospitable" + + File Name = "_maps\RandomRuins\SpaceRuins\hellfactory.dmm" + Size = (x = 25)(y = 25)(z = 1) + Tags = "No Combat", "Medium Loot", "Shelter" + + File Name = "_maps\RandomRuins\SpaceRuins\ntfacility.dmm" + Size = (x = 39)(y = 39)(z = 1) + Tags = "Medium Combat Challenge", "Major Loot", "Shelter" + + File Name = "_maps\RandomRuins\SpaceRuins\oldcodeops.dmm" + Size = (x = 17)(y = 22)(z = 1) + Tags = "Boss Combat Challenge", "Major Loot", "Shelter", "Antag Gear" + File Name = "_maps\RandomRuins\SpaceRuins\onehalf.dmm" Size = (x = 29)(y = 20)(z = 1) Tags = "Minor Combat Challenge", "Medium Loot", "inhospitable" + File Name = "_maps\RandomRuins\SpaceRuins\oretruck.dmm" + Size = (x = 50)(y = 25)(z = 1) + Tags = "Minor Combat Challenge", "Medium Loot", "Shelter", "Hazardous" + File Name = "_maps\RandomRuins\SpaceRuins\power_puzzle.dmm" Size = (x = 30)(y = 30)(z = 1) Tags = "Minor Combat Challenge", "Major Loot", "Shelter", "Hazardous" + File Name = "_maps\RandomRuins\SpaceRuins\provinggrounds.dmm" + Size = (x = 53)(y = 48)(z = 1) + Tags = "Boss Combat Challenge", "Major Loot", "Shelter", "Antag Gear" + + File Name = "_maps\RandomRuins\SpaceRuins\scav_mining.dmm" + Size = (x = 60)(y = 60)(z = 1) + Tags = "Medium Combat Challenge", "Medium Loot", "Inhospitable" + + File Name = "_maps\RandomRuins\SpaceRuins\transport18.dmm" + Size = (x = 51)(y = 23)(z = 1) + Tags = "No Combat", "Medium Loot", "Inhospitable" + + File Name = "_maps\RandomRuins\SpaceRuins\vaporwave.dmm" + Size = (x = 19)(y = 15)(z = 1) + Tags = "No Combat", "Minor Loot", "Shelter" + File Name = "_maps\RandomRuins\SpaceRuins\singularitylab.dmm" Size = (x = 118)(y = 75)(z = 1) Tags = "Boss Combat Challenge", "Major Loot", "Shelter" @@ -195,6 +418,10 @@ Find the key for using this catalogue in "map_catalogue_key.txt" Size = (x = 32)(y = 32)(z = 1) Tags = "Minor Combat Challenge, "Medium Loot", "Hazardous" + File Name = "_maps\RandomRuins\BeachRuins\beach_.dmm" + Size = (x = 18)(y = 14)(z = 1) + Tags = "Medium Combat Challenge", "Medium Loot", "Liveable" + File Name = "_maps\RandomRuins\BeachRuins\beach_pirate_crash.dmm" Size = (x = 33)(y = 26)(z = 1) Tags = "Medium Combat Challenge", "Medium Loot", "Liveable" @@ -203,6 +430,14 @@ Find the key for using this catalogue in "map_catalogue_key.txt" Size = (x = 80)(y = 83)(z = 1) Tags = "No Combat", "Minor loot", "Liveable" + File Name = "_maps\RandomRuins\BeachRuins\beach_crashed_starwalker.dmm" + Size = (x = 33)(y = 56)(z = 1) + Tags = "Minor Combat Challenge", "Minor Loot" + + File Name = "_maps\RandomRuins\BeachRuins\beach_knights_rest.dmm" + Size = (x = 48)(y = 48)(z = 1) + tags = "No Combat", "Medium Loot", "Liveable" + File Name = "_maps\RandomRuins\BeachRuins\beach_treasure_cove.dmm" Size = (x = 37)(y = 43)(z = 1) Tags = "Medium Combat Challenge", "Medium Loot", "Liveable" @@ -211,19 +446,105 @@ Find the key for using this catalogue in "map_catalogue_key.txt" Size = (x = 38)(y = 52)(z = 1) Tags = "No Combat", "Minor Loot", "Liveable" + Deprecated: + File Name = "_maps\RandomRuins\deprecated\jungle_surface_tumblr_sexyman.dmm" + Size = (x = 30)(y = 20)(z = 1) + Tags = "No Combat", "Minor Loot", "Liveable" + + File Name = "_maps\RandomRuins\deprecated\TheDerelict.dmm" + Size = (x = 83)(y = 111)(z = 1) + Tags = "No Combat", "Medium Loot", "Inhospitable" + + File Name = "_maps\RandomRuins\deprecated\carvanambush.dmm" + Size = (x = 97)(y = 50)(z = 1) + Tags = "Boss Combat Challenge", "Major Loot", "Inhospitable" + + File Name = "_maps\RandomRuins\deprecated\deepstorage.dmm" + Size = (x = 49)(y = 50)(z = 1) + Tags = "No Combat", "Major Loot", "Antag Gear", "Shelter" + + File Name = "_maps\RandomRuins\deprecated\forgottenship.dmm" + Size = (x = 46)(y = 45)(z = 1) + Tags = "Boss Combat Challenge", "Major Loot", "Antag Gear", "Shelter" + + File Name = "_maps\RandomRuins\deprecated\lavaland_biodome_clown_planet.dmm" + Size = (x = 31)(y = 32)(z = 1) + Tags = "Minor Combat Challenge", "Medium Loot", "Hazardous", "Lava", "Shelter" + + File Name = "_maps\RandomRuins\deprecated\lavaland_surface_dead_ratvar.dmm" + Size = (x = 32)(y = 24)(z = 1) + Tags = "No Combat", "Medium Loot", "Inhospitable" + + File Name = "_maps\RandomRuins\deprecated\listeningstation.dmm" + Size = (x = 32)(y = 38)(z = 1) + Tags = "No Combat", "Medium Loot", "Antag Gear", "Shelter" + + File Name = "_maps\RandomRuins\deprecated\oldAIsat.dmm" + Size = (x = 53)(y = 57)(z = 1) + Tags = "No Combat", "Medium Loot", "Shelter" + + File Name = "_maps\RandomRuins\deprecated\syndicatewreck01.dmm" + Size = (x = 20)(y = 24)(z = 1) + Tags = "No Combat", "Medium Loot", "Inhospitable" + + File Name = "_maps\RandomRuins\deprecated\whitesands_surface_abductor_crash.dmm" + Size = (x = 30)(y = 10)(z = 1) + Tags = "No Combat", "Major Loot", "Antag Gear", "Shelter" + + File Name = "_maps\RandomRuins\deprecated\whitesands_surface_crash_bar.dmm" + Size = (x = 22)(y = 15)(z = 1) + Tags = "Medium Combat Challenge", "Medium Loot", "Inhospitable" + + File Name = "_maps\RandomRuins\deprecated\whitesands_surface_crash_cargo.dmm" + Size = (x = 20)(y = 13)(z = 1) + Tags = "Medium Combat Challenge", "Medium Loot", "Inhospitable" + + File Name = "_maps\RandomRuins\deprecated\whiteshipruin_box.dmm" + Size = (x = 35)(y = 21)(z = 1) + Tags = "No Combat", "Medium Loot", "Shelter" + + Waste Ruins: + File name ="_maps\RandomRuins\wasteruins\wasteplanet_clowncrash.dmm" + Size = (x = 11)(y = 12)(z = 1) + Tags = "No Combat", "Minor Loot", "Shelter" "hospitable" + + File name ="_maps\RandomRuins\wasteruins\wasteplanet_crashed_kitchen.dmm" + Size = (x = 11)(y = 16)(z = 1) + Tags = "Minor Combat Challenge", "Medium Loot", "hospitable" + + File name ="_maps\RandomRuins\wasteruins\wasteplanet_fortress_of_solitude.dmm" + Size = (x = 45)(y = 42)(z = 1) + Tags = "Minor Combat Challenge" "Medium Loot" "hospitable" "shelter" + File name ="_maps\RandomRuins\wasteruins\wasteplanet_lab.dmm" Size = (x = 26)(y = 25)(z = 1) Tags = "No Combat", "Medium Loot" "Shelter" "hazardous" "hospitable" + File name ="_maps\RandomRuins\wasteruins\wasteplanet_ore_processing_facility.dmm" + Size = (x = 30)(y = 26)(z = 1) + Tags = "No Combat", "Medium Loot" "Hazardous" "Lava" "shelter" + File name ="_maps\RandomRuins\wasteruins\wasteplanet_pandora.dmm" Size = (x = 18)(y = 21)(z = 1) Tags = "Boss Combat Challenge", "Medium Loot" "Megafauna", "hospitable" + File name ="_maps\RandomRuins\wasteruins\wasteplanet_pod.dmm" + Size = (x = 8)(y = 8)(z = 1) + Tags = "Medium Combat Challenge", "Medium Loot" "hospitable" + + File name ="_maps\RandomRuins\wasteruins\wasteplanet_tarpit.dmm" + Size = (x = 30)(y = 30)(z = 1) + Tags = "No Combat", "Medium Loot", "hospitable" + + File name ="_maps\RandomRuins\wasteruins\wasteplanet_tradepost.dmm" + Size = (x = 15)(y = 20)(z = 1) + Tags "No combat", "Medium loot", "hospitable" + File name ="_maps\RandomRuins\wasteruins\wasteplanet_unhonorable.dmm" Size = (x = 34)(y = 34)(z = 1) Tags = "Minor Combat Challenge", "Medium Loot", "Shelter", "Hazardous" - File name = "_maps\RandomRuins\wasteruins\wasteplanet_abandoned_mechbay.dmm" + File name = "_maps\RandomRuins\wasteruins\wasteplanet_abandoned_mechbay Size = (x = 45)(y = 47)(z = 1) Tags = "Boss Combat Challenge", "Medium Loot", "Shelter", "Hazardous" diff --git a/_maps/shuttles/independent/independent_beluga.dmm b/_maps/shuttles/independent/independent_beluga.dmm index 3975c649b490..dd0519efde1e 100644 --- a/_maps/shuttles/independent/independent_beluga.dmm +++ b/_maps/shuttles/independent/independent_beluga.dmm @@ -2139,6 +2139,10 @@ pixel_x = -2; pixel_y = 4 }, +/obj/item/paper/pamphlet/ruin/spacehotel{ + pixel_x = 7; + pixel_y = 2 + }, /turf/open/floor/wood, /area/ship/crew/library) "uB" = ( diff --git a/code/__DEFINES/icon_smoothing.dm b/code/__DEFINES/icon_smoothing.dm index 49395e9b397d..ff1072ffdbad 100644 --- a/code/__DEFINES/icon_smoothing.dm +++ b/code/__DEFINES/icon_smoothing.dm @@ -81,6 +81,7 @@ DEFINE_BITFIELD(smoothing_flags, list( #define SMOOTH_GROUP_CLOSED_TURFS S_TURF(31) ///turf/closed #define SMOOTH_GROUP_MATERIAL_WALLS S_TURF(32) ///turf/closed/wall/material #define SMOOTH_GROUP_SYNDICATE_WALLS S_TURF(33) ///turf/closed/wall/r_wall/syndicate +#define SMOOTH_GROUP_HOTEL_WALLS S_TURF(34) ///turf/closed/indestructible/hotelwall #define SMOOTH_GROUP_MINERAL_WALLS S_TURF(35) ///turf/closed/mineral, /turf/closed/indestructible #define SMOOTH_GROUP_BOSS_WALLS S_TURF(36) ///turf/closed/indestructible/riveted/boss #define SMOOTH_GROUP_SURVIVAL_TITANIUM_WALLS S_TURF(37) ///turf/closed/wall/mineral/titanium/survival diff --git a/code/__DEFINES/role_preferences.dm b/code/__DEFINES/role_preferences.dm index 9e253563fe89..361a24697a39 100644 --- a/code/__DEFINES/role_preferences.dm +++ b/code/__DEFINES/role_preferences.dm @@ -39,6 +39,8 @@ #define ROLE_LAVALAND "Lavaland" #define ROLE_INTERNAL_AFFAIRS "Internal Affairs Agent" #define ROLE_FAMILIES "Familes Antagonists" +#define ROLE_SYNDICATE_CYBERSUN "Cybersun Space Syndicate" //Ghost role syndi from Forgottenship ruin +#define ROLE_SYNDICATE_CYBERSUN_CAPTAIN "Cybersun Space Syndicate Captain" //Forgottenship captain syndie #define ROLE_BORER "borer" //Missing assignment means it's not a gamemode specific role, IT'S NOT A BUG OR ERROR. diff --git a/code/datums/ruins/beachplanet.dm b/code/datums/ruins/beachplanet.dm index b258ef45f0e8..dae334aefae1 100644 --- a/code/datums/ruins/beachplanet.dm +++ b/code/datums/ruins/beachplanet.dm @@ -2,6 +2,8 @@ /datum/map_template/ruin/beachplanet prefix = "_maps/RandomRuins/BeachRuins/" + allow_duplicates = FALSE + cost = 5 ruin_type = RUINTYPE_BEACH /datum/map_template/ruin/beachplanet/fishinghut @@ -16,6 +18,12 @@ description = "As you draw near the ancient wall, a sense of foreboding overcomes you. You aren't sure why, but you feel this dusty structure may contain great dangers." suffix = "beach_ancient_ruin.dmm" +/datum/map_template/ruin/beachplanet/colony + name = "Abandoned Beachside Colony" + id = "beach_colony" + description = "A abandoned colony. It seems that this colony was abandoned, for a reason or another" + suffix = "beach_colony.dmm" + /datum/map_template/ruin/beachplanet/town name = "Beachside Town" id = "beach_town" @@ -28,6 +36,18 @@ description = "A small pirate outpost formed from the remains of a wrecked shuttle." suffix = "beach_pirate_crash.dmm" +/datum/map_template/ruin/beachplanet/fallenstar + name = "Crashed Starwalker" + id = "crashed_star" + description = "A Crashed Starwalker Class Pirate Ship. It's Crew is Long-Dead." + suffix = "beach_crashed_starwalker.dmm" + +/datum/map_template/ruin/beachplanet/knight + name = "Knight's Rest" + id = "knights_rest" + description = "An small castle holding the grave of a renowned warrior" + suffix = "beach_knights_rest.dmm" + /datum/map_template/ruin/beachplanet/treasurecove name = "Treasure Cove" id = "beach_treasure_cove" diff --git a/code/datums/ruins/icemoon.dm b/code/datums/ruins/icemoon.dm index 60304e86f6f0..a447a5b6f465 100644 --- a/code/datums/ruins/icemoon.dm +++ b/code/datums/ruins/icemoon.dm @@ -2,20 +2,57 @@ /datum/map_template/ruin/icemoon prefix = "_maps/RandomRuins/IceRuins/" + allow_duplicates = FALSE + cost = 5 ruin_type = RUINTYPE_ICE -/datum/map_template/ruin/icemoon/hydroponicslab +// above ground only + +/datum/map_template/ruin/icemoon/engioutpost + name = "Engineer Outpost" + id = "engioutpost" + description = "Blown up by an unfortunate accident." + suffix = "icemoon_surface_engioutpost.dmm" + + +/datum/map_template/ruin/icemoon/hydroponicslab //Shiptest edit name = "Hydroponics Lab" id = "hydroponicslab" description = "An abandoned hydroponics research facility containing hostile plant fauna." suffix = "icemoon_hydroponics_lab.dmm" +// above and below ground together + + +// below ground only + +/datum/map_template/ruin/icemoon + name = "underground ruin" + /datum/map_template/ruin/icemoon/abandonedvillage name = "Abandoned Village" id = "abandonedvillage" description = "Who knows what lies within?" suffix = "icemoon_underground_abandoned_village.dmm" +/datum/map_template/ruin/icemoon/corpreject + name = "NT Security Solutions Site Gamma" + id = "corpreject" + description = "Nanotrasen Corporate Security Solutions vault site Gamma." + suffix = "icemoon_surface_corporate_rejects.dmm" + +/datum/map_template/ruin/icemoon/syndicate_outpost + name = "Abandoned Syndicate Outpost" + id = "syndicate-outpost-icemoon" + description = "A outpost that used to be a staging area for nuclear operatives. The Syndicate have moved to another location, but this still remains." + suffix = "icemoon_underground_abandoned_newcops.dmm" + +/datum/map_template/ruin/icemoon/drakelair + name = "Dragon's Lair" + id = "drake-lair" + description = "\"First the creature's Flame breathed from beneath the stone, Hot battle-fumes, and the earth rumbled.\"" + suffix = "icemoon_underground_drakelair.dmm" + /datum/map_template/ruin/icemoon/brazillian_lab name = "Barricaded Compound" id = "brazillian-lab" diff --git a/code/datums/ruins/jungle.dm b/code/datums/ruins/jungle.dm index f1e2e16bfec8..5642e7aadacd 100644 --- a/code/datums/ruins/jungle.dm +++ b/code/datums/ruins/jungle.dm @@ -4,12 +4,92 @@ prefix = "_maps/RandomRuins/JungleRuins/" ruin_type = RUINTYPE_JUNGLE +/datum/map_template/ruin/jungle/jungle_botany_ruin + id = "jungle_botany-ruin" + suffix = "jungle_botany.dmm" + name = "Ruined Botany Research Facility" + description = "A research facility of great botany discoveries. Long since abandoned, willingly or not..." + +/datum/map_template/ruin/jungle/ai_ikea + name = "Space Ikea AI Shipment" + id = "ikea-ai" + description = "A Space Ikea Brand AI Core and Necessities Crate, it seems to have missed its intended target." + suffix = "jungle_surface_ikea_ai.dmm" + +/datum/map_template/ruin/jungle/coffinpirate + name = "Coffin-Shaped Pirate Hut" + id = "coffinpirate" + description = "An odd coffin shaped pirate hut that the inhabitant of died in." + suffix = "jungle_surface_coffinpirate.dmm" + +//far more tasteful than its predecessor... +/datum/map_template/ruin/jungle/lessonintrickery + name = "Bombmaker's Cabin" + id = "bombmakers-cabin" + description = "Playing with bombs again, are we?" + suffix = "jungle_surface_bombmakers_cabin.dmm" + +/datum/map_template/ruin/jungle/weedshack + name = "Stoner's Cabin" + id = "weed-shack" + description = "The Industrial Revolution and its consequences have been a disaster for the human race." + suffix = "jungle_surface_weed_shack.dmm" + +//vae's jungle ruins from bungalowstation +/datum/map_template/ruin/jungle/pizzawave + name = "Jungle Pizzawave" + id = "pizzawave" + description = "Get some pizza my dude." + suffix = "jungle_pizzawave.dmm" + +/datum/map_template/ruin/jungle/nest + name = "Jungle Xenonest" + id = "xenonestjungle" + description = "A Xeno nest crammed into the Jungle." + suffix = "jungle_nest.dmm" + +/datum/map_template/ruin/jungle/seedling + name = "Seedling ruin" + id = "seedling" + description = "A rare seedling plant." + suffix = "jungle_seedling.dmm" + +/datum/map_template/ruin/jungle/hangar + name = "Abandoned Hangar" + id = "hangar" + description = "An abandoned hangar containing exosuits." + suffix = "jungle_hangar.dmm" + +/datum/map_template/ruin/jungle/pirate + name = "Jungle Pirates" + id = "piratejungle" + description = "A group of pirates on a small ship in the jungle." + suffix = "jungle_pirate.dmm" + /datum/map_template/ruin/jungle/syndicate name = "Jungle Syndicate Bunker" id = "syndicatebunkerjungle" description = "A small bunker owned by the Syndicate." suffix = "jungle_syndicate.dmm" +/datum/map_template/ruin/jungle/village + name = "Monkey Village" + id = "monkeyvillage" + description = "A small village of monkeys." + suffix = "jungle_village.dmm" + +/datum/map_template/ruin/jungle/roommates + name = "Roommates" + id = "roommates" + description = "A shack once inhabited by a clown and a mime... and they were roommates." + suffix = "jungle_surface_roommates.dmm" + +/datum/map_template/ruin/jungle/ninjashrine + name = "Ninja Shrine" + id = "ninjashrine" + description = "A ninja shrine." + suffix = "jungle_surface_ninjashrine.dmm" + /datum/map_template/ruin/jungle/interceptor name = "Old Crashed Interceptor" id = "crashedcondor" diff --git a/code/datums/ruins/lavaland.dm b/code/datums/ruins/lavaland.dm index 95444348b5e3..1806900f6b18 100644 --- a/code/datums/ruins/lavaland.dm +++ b/code/datums/ruins/lavaland.dm @@ -11,6 +11,64 @@ This one seems to simulate the wintery climate of the northern provinces, including a sauna!" suffix = "lavaland_surface_biodome_winter.dmm" +/datum/map_template/ruin/lavaland/sin + cost = 10 + allow_duplicates = FALSE + +/datum/map_template/ruin/lavaland/sin/sloth + name = "Ruin of Sloth" + id = "sloth" + description = "..." + suffix = "lavaland_surface_sloth.dmm" + // Generates nothing but atmos runtimes and salt + cost = 0 + +/datum/map_template/ruin/lavaland/hierophant + name = "Hierophant's Arena" + id = "hierophant" + description = "A strange, square chunk of metal of massive size. Inside awaits only death and many, many squares." + suffix = "lavaland_surface_hierophant.dmm" + allow_duplicates = FALSE + +/datum/map_template/ruin/lavaland/xeno_nest + name = "Xenomorph Nest" + id = "xeno-nest" + description = "These xenomorphs got bored of horrifically slaughtering people on space stations, and have settled down on a nice lava-filled hellscape to focus on what's really important in life. \ + Quality memes." + suffix = "lavaland_surface_xeno_nest.dmm" + cost = 20 + +/datum/map_template/ruin/lavaland/survivalcapsule + name = "Survival Capsule Ruins" + id = "survivalcapsule" + description = "What was once sanctuary to the common miner, is now their tomb." + suffix = "lavaland_surface_survivalpod.dmm" + cost = 5 + +/datum/map_template/ruin/lavaland/pizza + name = "Ruined Pizza Party" + id = "pizza" + description = "Little Timmy's birthday pizza bash took a turn for the worse when a bluespace anomaly passed by." + suffix = "lavaland_surface_pizzaparty.dmm" + allow_duplicates = FALSE + cost = 5 + +/datum/map_template/ruin/lavaland/hermit + name = "Makeshift Shelter" + id = "hermitcave" + description = "A place of shelter for a lone hermit, scraping by to live another day." + suffix = "lavaland_surface_hermit.dmm" + allow_duplicates = FALSE + cost = 10 + +/datum/map_template/ruin/lavaland/miningripley + name = "Ripley" + id = "ripley" + description = "A heavily-damaged mining ripley, property of a very unfortunate miner. You might have to do a bit of work to fix this thing up." + suffix = "lavaland_surface_random_ripley.dmm" + allow_duplicates = FALSE + cost = 5 + /datum/map_template/ruin/lavaland/elephant_graveyard name = "Elephant Graveyard" id = "Graveyard" @@ -19,17 +77,51 @@ allow_duplicates = FALSE cost = 10 +/datum/map_template/ruin/lavaland/comm_outpost + name = "Syndicate Comm Outpost" + id = "commoutpost" + description = "A forgotten outpost home to only a tragic tale." + suffix = "lavaland_surface_comm_outpost.dmm" + allow_duplicates = FALSE + cost = 5 + +/datum/map_template/ruin/lavaland/dwarffortress + name = "Legion infested Dwarf Fortress" + id = "dwarffortress" + description = "A forgotten fortress home to only a tragic tale and infested corpses." + suffix = "lavaland_surface_dwarffortress.dmm" + allow_duplicates = FALSE + /datum/map_template/ruin/lavaland/buried_shrine name = "Buried Shrine" id = "buried_shrine" description = "An ancient temple belonging to some long-gone inhabitants, wrecked and buried by the volcanic activity of it's home planet." suffix = "lavaland_surface_buried_shrine.dmm" +/datum/map_template/ruin/lavaland/spookycrash + name = "Spooky Crash" + id = "spooky_crash" + description = "A spooky looking crash." + suffix = "lavaland_surface_SPOOKYCRASH.dmm" + +/datum/map_template/ruin/lavaland/crashedpinnance + name = "Crashed Research Pinnance" + id = "crashed_pinnance" + description = "A crashed shuttlecraft, looks like the pilot didn't make it." + suffix = "lavaland_surface_crashed_pinnance.dmm" + +/datum/map_template/ruin/lavaland/codelab + name = "Nanotrasen Genetic Research Facility" + id = "codelab" + description = "A Nanotrasen genetic research facility, abandoned and ripe for looting. Whats that goo over there?" + suffix = "lavaland_surface_codelab.dmm" + /datum/map_template/ruin/lavaland/lava_canyon name = "Lava Canyon" id = "lava_canyon" description = "Tectonic activity has gouged a large fissure into the surface of the planet here. Tucked in the crevasse, the remains of an ashwalker village lay in ashes." suffix = "lavaland_surface_lava_canyon.dmm" +<<<<<<< HEAD /datum/map_template/ruin/lavaland/wrecked_factory name = "Wrecked Factory" @@ -42,3 +134,5 @@ id = "crashed_star" description = "A crashed pirate ship. It would seem that it's crew died a while ago." suffix = "lavaland_crashed_starwalker.dmm" +======= +>>>>>>> parent of f11a7aaaec (THE RUINCUT [AFFRONT TO GOD] (#3026)) diff --git a/code/datums/ruins/rockplanet.dm b/code/datums/ruins/rockplanet.dm index f576f1a93464..966694c400f7 100644 --- a/code/datums/ruins/rockplanet.dm +++ b/code/datums/ruins/rockplanet.dm @@ -2,9 +2,65 @@ /datum/map_template/ruin/rockplanet prefix = "_maps/RandomRuins/RockRuins/" - + allow_duplicates = FALSE + cost = 5 ruin_type = RUINTYPE_ROCK +/datum/map_template/ruin/rockplanet/heirophant + name = "Ancient Heirophant" + id = "rockheiro" + description = "something dangerous" + suffix = "rockplanet_heirophant.dmm" + +/* TODO: GREEBLE +/datum/map_template/ruin/rockplanet/dangerpod + name = "Dangerous pod" + id = "dangerpod" + description = "A pod holding a dangerous threat." + suffix = "wasteplanet_dangerpod.dmm" +*/ + +/* //TODO: MAKE THIS A MINOR RUIN +/datum/map_template/ruin/rockplanet/pioneer + name = "Krusty Krab Pizza" + id = "pioneer" + description = "The pioneers used to ride these babies for miles!" + suffix = "rockplanet_pioneer.dmm" +*/ + +/*greeble +/datum/map_template/ruin/rockplanet/house + name = "baracaded house" + id = "house" + description = "Some sort of house, baracaded in. It must be baracaded for a reason.." + suffix = "rockplanet_house.dmm" +*/ + +/datum/map_template/ruin/rockplanet/mining_expedition + name = "Mining Expedition" + id = "expedition" + description = "A mining operation gone wrong." + suffix = "rockplanet_miningexpedition.dmm" + + +/datum/map_template/ruin/rockplanet/boxsci + name = "Abandoned science wing" + id = "abandonedscience" + description = "A chunk of a station that broke off.." + suffix = "rockplanet_boxsci.dmm" + +/datum/map_template/ruin/rockplanet/crash_cult + name = "Crashed Exploration Clipper" + description = "A crashed exploration vessel. Hivebots are taking this ship apart for scrap." + id = "crash_cult" + suffix = "rockplanet_crash.dmm" + +/datum/map_template/ruin/rockplanet/saloon + name = "Abandoned saloon" + description = "For whatever reason, someone decided to make a colony with a indie style." + id = "rockplanet_saloon" + suffix = "rockplanet_saloon.dmm" + /datum/map_template/ruin/rockplanet/harmfactory name = "Harm Factory" description = "A factory made for HARM and AGONY." @@ -17,6 +73,7 @@ id = "rockplanet_budgetcuts" suffix = "rockplanet_budgetcuts.dmm" + /datum/map_template/ruin/rockplanet/shippingdock name = "Abandoned Shipping Dock" description = "An abandoned shipping dock used by small cargo freighters and smugglers alike. Some malicious group seems to have trapped the place to eliminate scavengers." diff --git a/code/datums/ruins/space.dm b/code/datums/ruins/space.dm index 1aedb0b9be82..fefb250a1208 100644 --- a/code/datums/ruins/space.dm +++ b/code/datums/ruins/space.dm @@ -12,6 +12,12 @@ name = "Corporate Mining Module" description = "An old and rusty mining facility, with big ore potential." +/datum/map_template/ruin/space/excavator_DK + id = "Excavator-DK" + suffix = "excavator_DK.dmm" + name = "Excavator DK Class" + description = "A heavily damaged DK class excavator" + /datum/map_template/ruin/space/bigderelict1 id = "bigderelict1" suffix = "bigderelict1.dmm" @@ -25,6 +31,58 @@ name = "DK Excavator 453" description = "Formerly a thriving planetary mining outpost, now a bit of an exploded mess. One has to wonder how it got here" +/* shiptest: Replaced with dark_glade ruin +/datum/map_template/ruin/space/way_home + id = "way-home" + suffix = "way_home.dmm" + name = "Salvation" + description = "In the darkest times, we will find our way home." +*/ + +/datum/map_template/ruin/space/crashedship + id = "crashedship" + suffix = "crashedship.dmm" + name = "Crashed Ship" + description = "Among civilian vessels the most common cause of tragedy is lack of food. \ + This ship was outfitted with a multitude of food-generating features, then summarily ran into an asteroid shortly after takeoff." + +/datum/map_template/ruin/space/vaporwave + id = "vaporwave" + suffix = "vaporwave.dmm" + name = "Aesthetic Outpost" + description = "Pause and remember-- You are unique.You are special. Every mistake, trial, and hardship has helped to sculpt your real beauty. \ + Stop hating yourself and start appreciating and loving yourself!" + +/datum/map_template/ruin/space/hellfactory + id = "hellfactory" + suffix = "hellfactory.dmm" + name = "Heck Brewery" + description = "An abandoned warehouse and brewing facility, which has been recently rediscovered. Reports claim that the security system entered an ultra-hard lockdown, but these reports are inconclusive." + +/datum/map_template/ruin/space/cryocontainment + id = "cryocontainment" + suffix = "cryocontainment.dmm" + name = "Cryogenic Containment Facility" + description = "Some old facility where they stored something in a cryotube to experiement on, obviously it got out and now the only thing it contains is Space Carps." + +/datum/map_template/ruin/space/dangerous_research + id = "dangerous_research" + suffix = "dangerous_research.dmm" + name = "Occult Research Station" + description = "This station was deemed unsuitable for continued experiments, and quickly abandoned." + +/datum/map_template/ruin/space/macspace + id = "fast_food" + suffix = "Fast_Food.dmm" + name = "Mac Space Restaurant" + description = "A fast food reataurant in space." + +/datum/map_template/ruin/space/scav_mining + id = "mining_asteroid" + suffix = "scav_mining.dmm" + name = "Mining asteroid" + description = "An abandoned mining operation on an asteroid that now has new ocupants that is not happy to se you" + /datum/map_template/ruin/space/power_puzzle id = "power_puzzle" suffix = "power_puzzle.dmm" @@ -32,12 +90,42 @@ description = "an abandoned secure storage location. there is no power left in the batteries and the former ocupants locked it pretty tight before leaving.\ You will have to power areas to raise the bolts on the doors. look out for secrets." +/datum/map_template/ruin/space/transport18 + id = "transport18" + suffix = "transport18.dmm" + name = "Booze Cruise" + description = "A freighter, damaged beyond repair and surrounded by a cloud of aluminium and... beer foam?" + +/datum/map_template/ruin/space/fueldepot + id = "fueldepot" + suffix = "fueldepot.dmm" + name = "Fuel Depot" + description = "An orbital refueling station with the remains of a ship lodged among the debris." + +/datum/map_template/ruin/space/ntfacility + id = "ntfacility" + suffix = "ntfacility.dmm" + name = "Abandoned Facility" + description = "A NT research station. Something has gone horribly wrong here." + /datum/map_template/ruin/space/astraeus id = "astraeus" suffix = "astraeus.dmm" name = "Astraeus Ruin" description = "This vessel served a lengthy period in the Nanotrasen fleet, before an accident in the munitions bay caused to to be destroyed while in active combat." +/datum/map_template/ruin/space/glade + id = "dark_glade" + suffix = "dark_glade.dmm" + name = "Dark Glade" + description = "It's always dark in the ancient glade." + +/datum/map_template/ruin/space/syndicircle + id = "provinggrounds" + suffix = "provinggrounds.dmm" + name = "Syndicate Battle Sphere" + description = "The Syndicate Battle Sphere, complete with guns!" + /datum/map_template/ruin/space/singularitylab id = "singularitylab" suffix = "singularity_lab.dmm" diff --git a/code/datums/ruins/wasteplanet.dm b/code/datums/ruins/wasteplanet.dm index 8083567a7c68..80bf701526be 100644 --- a/code/datums/ruins/wasteplanet.dm +++ b/code/datums/ruins/wasteplanet.dm @@ -2,26 +2,66 @@ /datum/map_template/ruin/wasteplanet prefix = "_maps/RandomRuins/WasteRuins/" + allow_duplicates = FALSE + cost = 5 ruin_type = RUINTYPE_WASTE +/datum/map_template/ruin/wasteplanet/fortress + name = "Fortress of Solitide" + id = "solitude" + description = "A fortress, although one you are probably more familiar with." + suffix = "wasteplanet_fortress_of_solitide.dmm" + /datum/map_template/ruin/wasteplanet/weaponstest name = "Weapons testing facility" id = "guntested" description = "A abandoned Nanotrasen weapons facility, presumably the place where the X-01 was manufactured." suffix = "wasteplanet_lab.dmm" +/datum/map_template/ruin/wasteplanet/oreprocess + name = "Ore Processing Facility" + id = "oreprocess" + description = "A fortress, although one you are probably more familiar with.." + suffix = "wasteplanet_ore_proccessing_facility.dmm" + /datum/map_template/ruin/wasteplanet/pandora id = "pandora_arena" suffix = "wasteplanet_pandora.dmm" name = "Pandora Arena" description = "Some... thing has settled here." +/* Greeble +/datum/map_template/ruin/wasteplanet/pod + name = "Derelict pod" + id = "oldpod" + description = "A large, old pod." + suffix = "wasteplanet_pod.dmm" +*/ + +/datum/map_template/ruin/wasteplanet/crash_kitchen + name = "Crashed Kitchen" + description = "A crashed part of some unlucky ship." + id = "crash_kitchen" + suffix = "wasteplanet_crash_kitchen.dmm" + /datum/map_template/ruin/wasteplanet/radiation name = "Honorable deeds storage" id = "wasteplanet_radiation" description = "A dumping ground for nuclear waste." suffix = "wasteplanet_unhonorable.dmm" +/datum/map_template/ruin/wasteplanet/tradepost + name = "Tradepost" + id = "oldpod" + description = "An abandoned tradepost." + suffix = "wasteplanet_tradepost.dmm" + +/datum/map_template/ruin/wasteplanet/tarpit + name = "Tar pit" + id = "tarpit" + description = "A facility once constructed over a asphalt deposit." + suffix = "wasteplanet_tarpit.dmm" + /datum/map_template/ruin/wasteplanet/abandoned_mechbay name = "Abandoned Mech Bay" description = "A military base formerly used for staging 4 mechs and crew. God knows what's in it now." diff --git a/code/datums/ruins/whitesands.dm b/code/datums/ruins/whitesands.dm index b3e0cb13adcc..8e34f7cf379c 100644 --- a/code/datums/ruins/whitesands.dm +++ b/code/datums/ruins/whitesands.dm @@ -4,12 +4,43 @@ prefix = "_maps/RandomRuins/SandRuins/" ruin_type = RUINTYPE_SAND +/datum/map_template/ruin/whitesands/starfury_crash + name = "Starfury Crash" + id = "starfurycrash" + description = "The remains of an unidentified syndicate battleship has crashed here." + suffix = "whitesands_surface_starfurycrash.dmm" + allow_duplicates = FALSE + /datum/map_template/ruin/whitesands/medipen_plant name = "Abandoned Medipen Factory" id = "medipenplant" description = "A once prosperous autoinjector manufacturing plant." suffix = "whitesands_surface_medipen_plant.dmm" +/datum/map_template/ruin/whitesands/assaultpodcrash + name = "Crashed Syndicate Assault Drop Pod" + id = "ws-assaultpodcrash" + description = "The fauna of desert planets can be deadly even to equipped Syndicate Operatives." + suffix = "whitesands_surface_assaultpodcrash.dmm" + +/datum/map_template/ruin/whitesands/conveniencestore + name = "Conveniently Abandoned Convenience Store" + id = "ws-conveniencestore" + description = "Pretty convenient that they have a convenience store out here, huh?" + suffix = "whitesands_surface_conveniencestore.dmm" + +/datum/map_template/ruin/whitesands/onlyaspoonful + name = "Abandoned Spoon Factory" + id = "ws-onlyaspoonful" + description = "Literally a fucking spoon factory" + suffix = "whitesands_surface_onlyaspoonful.dmm" + +/datum/map_template/ruin/whitesands/chokepoint + name = "Chokepoint" + id = "ws-chokepoint" + description = "Some sort of survivors, brandishing old nanotrasen security gear." + suffix = "whitesands_surface_chokepoint.dmm" + /datum/map_template/ruin/whitesands/pubbyslopcrash name = "Pubby Slop Crash" id = "ws-pubbyslopcrash" @@ -17,13 +48,19 @@ suffix = "whitesands_surface_pubbyslopcrash.dmm" //////////OUTSIDE SETTLEMENTS/RUINS////////// +/datum/map_template/ruin/whitesands/survivors/drugstore + name = "Abandoned Store" + id = "ws-drugstore" + description = "A store that once sold a variety of items and equipment." + suffix = "whitesands_surface_camp_drugstore.dmm" + /datum/map_template/ruin/whitesands/survivors/saloon name = "Hermit Saloon" id = "ws-saloon" description = "A western style saloon, most popular spot for the hermits to gather planetside" suffix = "whitesands_surface_camp_saloon.dmm" -/datum/map_template/ruin/whitesands/survivors/combination //combined extra large ruin of several other whitesands survivor ruins +/datum/map_template/ruin/whitesands/survivors/combination //combined extra large ruin of several other whitesands survivor ruins (excludes the drugstore) name = "Wasteland Survivor Village" id = "ws-combination" description = "A small encampment of nomadic survivors of the First Colony, and their descendants. By all accounts, feral and without allegance to anyone but themselves." diff --git a/code/game/area/areas/ruins/beachplanet.dm b/code/game/area/areas/ruins/beachplanet.dm index d33825e0087e..919d2602a3d3 100644 --- a/code/game/area/areas/ruins/beachplanet.dm +++ b/code/game/area/areas/ruins/beachplanet.dm @@ -1,3 +1,4 @@ + //tropical ruins here //Beachside Town @@ -23,6 +24,12 @@ /area/ruin/beach/oceantown/house +//Knight's Rest + +/area/ruin/beachplanet/knight + name = "Knight's Rest" + icon_state = "dkyellow" + //Ancient Complex /area/ruin/beach/complex //seems quite simple to me @@ -51,6 +58,12 @@ /area/ruin/beach/piratecrash/storage name = "Scrap Hut" +//beach_crashed_starwalker + +/area/ruin/beach/starwalker + name = "Crashed Pirate Ship" + icon_state = "green" + //beach_treasure_cove, the beeginning /area/ruin/beach/treasure_cove diff --git a/code/game/area/areas/ruins/icemoon.dm b/code/game/area/areas/ruins/icemoon.dm index 8e614c8a0e79..d2c8d1ca61f6 100644 --- a/code/game/area/areas/ruins/icemoon.dm +++ b/code/game/area/areas/ruins/icemoon.dm @@ -1,5 +1,21 @@ // Icemoon Ruins +//Buried Library + +/area/ruin/unpowered/buried_library + name = "Buried Library" + icon_state = "dk_yellow" + +//Bathhouse + +/area/ruin/powered/bathhouse + name = "Bath House" + icon_state = "dk_yellow" + mood_bonus = 10 + mood_message = "I wish I could stay here forever.\n" + +//corporate rejects + //Corporate Rejects /area/ruin/unpowered/corprejectrooms diff --git a/code/game/area/areas/ruins/jungle.dm b/code/game/area/areas/ruins/jungle.dm index 2d2fc76f97b1..09d0e95f2f36 100644 --- a/code/game/area/areas/ruins/jungle.dm +++ b/code/game/area/areas/ruins/jungle.dm @@ -1,3 +1,10 @@ +//Thneed Factory + +/area/ruin/jungle/onceler/main + requires_power = FALSE + name = "Thneed Factory" + icon_state = "engine" + //Interceptor Crash Site /area/ruin/jungle/interceptor/crashsite @@ -82,6 +89,10 @@ name = "cargo dump" icon_state = "dk_yellow" +/area/ruin/jungle/roommates/shack + name = "clown and mime hideout" + icon_state = "crew_quarters" + // Bombed Syndicate Starport /area/ruin/jungle/starport name = "Bombed Air Base" diff --git a/code/game/area/areas/ruins/lavaland.dm b/code/game/area/areas/ruins/lavaland.dm index f7cbb414bc00..4f944b4b64ef 100644 --- a/code/game/area/areas/ruins/lavaland.dm +++ b/code/game/area/areas/ruins/lavaland.dm @@ -1,5 +1,10 @@ //Lavaland Ruins +// Beach + +/area/ruin/powered/beach + icon_state = "dk_yellow" + // Winter Biodome /area/ruin/unpowered/winter_biodome @@ -21,6 +26,17 @@ /area/ruin/unpowered/winter_biodome/sauna name = "Biodome Sauna" +//Gluttony + +/area/ruin/powered/gluttony + icon_state = "dk_yellow" + +//Golem Ship + +/area/ruin/powered/golem_ship + name = "Free Golem Ship" + icon_state = "dk_yellow" + //Hierophant Arena /area/ruin/unpowered/hierophant @@ -38,12 +54,66 @@ name = "Elephant Graveyard" icon_state = "green" -//Lava Canyon +//Syndicate Comms Outpost + +/area/ruin/unpowered/syndicate_outpost + name = "Syndicate Comm Outpost" + icon_state = "dk_yellow" + + +//Xeno Nest + +/area/ruin/unpowered/xenonest + name = "The Hive" + always_unpowered = TRUE + power_environ = FALSE + power_equip = FALSE + power_light = FALSE + poweralm = FALSE + +// Crashed Pinnance + +/area/ruin/unpowered/crashsite + name = "Crash Site" + icon_state = "green" + +/area/ruin/unpowered/crashsite/pinnance + name = "Pinnace Wreckage" + icon_state = "dk_yellow" + always_unpowered = TRUE + +/area/ruin/unpowered/codelab + name = "Nanotrasen Genetic Research Facility" + icon_state = "bluenew" + +/area/ruin/unpowered/codelab/exterior + name = "Nanotrasen Genetic Research Facility Exterior" + +/area/ruin/unpowered/codelab/reception + name = "Nanotrasen Genetic Research Reception" + icon_state = "green" + +/area/ruin/unpowered/codelab/subjectrooms + name = "Nanotrasen Genetic Research Test Subject Storage" + icon_state = "Sleep" + +/area/ruin/unpowered/codelab/storage + name = "Nanotrasen Genetic Research Storage" + icon_state = "cargo_bay" + +/area/ruin/unpowered/codelab/laboratory + name = "Nanotrasen Genetic Research Laboratory" + icon_state = "bridge" + +/area/ruin/unpowered/codelab/maintenance + name = "Nanotrasen Genetic Research Maintenance" + icon_state = "dk_yellow" /area/ruin/unpowered/scorched_hut name = "Scorched Hut" icon_state = "red" +<<<<<<< HEAD // Wrecked Factory /area/ruin/lavaland/factory/warehouse @@ -77,11 +147,9 @@ requires_power = FALSE //Buried Shrine +======= +>>>>>>> parent of f11a7aaaec (THE RUINCUT [AFFRONT TO GOD] (#3026)) /area/ruin/unpowered/buried_shrine name = "Buried Shrine" icon_state = "red" -//Crashed Starwalker - -/area/ruin/unpowered/crashed_starwalker - name = "Crashed Pirate Ship" diff --git a/code/game/area/areas/ruins/rockplanet.dm b/code/game/area/areas/ruins/rockplanet.dm index 43516a72376a..ddbe80529771 100644 --- a/code/game/area/areas/ruins/rockplanet.dm +++ b/code/game/area/areas/ruins/rockplanet.dm @@ -2,6 +2,11 @@ /area/ruin/rockplanet icon_state = "red" +//syndicate +/area/ruin/rockplanet/syndicate + name = "Abandoned Syndicate Mining Facility" + icon_state = "green" + //budgetcuts /area/ruin/rockplanet/nanotrasen name = "Abandoned Research Facility" diff --git a/code/game/area/areas/ruins/space.dm b/code/game/area/areas/ruins/space.dm index 45a9113d86ba..de546d164c96 100644 --- a/code/game/area/areas/ruins/space.dm +++ b/code/game/area/areas/ruins/space.dm @@ -11,12 +11,29 @@ requires_power = FALSE ///////////// + +/area/ruin/space/way_home + name = "\improper Salvation" + icon_state = "away" + always_unpowered = FALSE + // Onehalf Ruin /area/ruin/space/has_grav/onehalf name = "Station Fragment" icon_state = "away" +//Dinner For Two + +/area/ruin/space/has_grav/powered/dinner_for_two + name = "Dinner for Two" + +//Aesthetic + +/area/ruin/space/has_grav/powered/aesthetic + name = "Aesthetic" + ambientsounds = list('sound/ambience/ambivapor1.ogg') + //Ruin of Derelict Oupost /area/ruin/space/has_grav/derelictoutpost @@ -39,6 +56,210 @@ name = "Derelict Outpost Docked Ship" icon_state = "red" +//Ruin of Deep Storage + +/area/ruin/space/has_grav/deepstorage + name = "Deep Storage" + icon_state = "storage" + +/area/ruin/space/has_grav/deepstorage/airlock + name = "Deep Storage Airlock" + icon_state = "quart" + +/area/ruin/space/has_grav/deepstorage/power + name = "Deep Storage Power and Atmospherics Room" + icon_state = "engi_storage" + +/area/ruin/space/has_grav/deepstorage/hydroponics + name = "Deep Storage Hydroponics" + icon_state = "garden" + +/area/ruin/space/has_grav/deepstorage/armory + name = "Deep Storage Secure Storage" + icon_state = "armory" + +/area/ruin/space/has_grav/deepstorage/storage + name = "Deep Storage Storage" + icon_state = "storage_wing" + +/area/ruin/space/has_grav/deepstorage/dorm + name = "Deep Storage Dormitory" + icon_state = "crew_quarters" + +/area/ruin/space/has_grav/deepstorage/kitchen + name = "Deep Storage Kitchen" + icon_state = "kitchen" + +/area/ruin/space/has_grav/deepstorage/crusher + name = "Deep Storage Recycler" + icon_state = "storage" + +//DERELICT + +/area/ruin/space/derelict + name = "Derelict Station" + icon_state = "storage" + +/area/ruin/space/derelict/hallway/primary + name = "Derelict Primary Hallway" + icon_state = "hallP" + +/area/ruin/space/derelict/hallway/secondary + name = "Derelict Secondary Hallway" + icon_state = "hallS" + +/area/ruin/space/derelict/hallway/primary/port + name = "Derelict Port Hallway" + icon_state = "hallFP" + +/area/ruin/space/derelict/arrival + name = "Derelict Arrival Centre" + icon_state = "yellow" + +/area/ruin/space/derelict/storage/equipment + name = "Derelict Equipment Storage" + +/area/ruin/space/derelict/bridge + name = "Derelict Control Room" + icon_state = "bridge" + +/area/ruin/space/derelict/bridge/access + name = "Derelict Control Room Access" + icon_state = "auxstorage" + +/area/ruin/space/derelict/bridge/ai_upload + name = "Derelict Computer Core" + icon_state = "ai" + +/area/ruin/space/derelict/solar_control + name = "Derelict Solar Control" + icon_state = "engine" + +/area/ruin/space/derelict/se_solar + name = "South East Solars" + icon_state = "engine" + +/area/ruin/space/derelict/medical + name = "Derelict Medbay" + icon_state = "medbay" + +/area/ruin/space/derelict/medical/chapel + name = "Derelict Chapel" + icon_state = "chapel" + +/area/solar/derelict_starboard + name = "Derelict Starboard Solar Array" + icon_state = "panelsS" + +/area/solar/derelict_aft + name = "Derelict Aft Solar Array" + icon_state = "yellow" + +/area/ruin/space/derelict/singularity_engine + name = "Derelict Singularity Engine" + icon_state = "engine" + +/area/ruin/space/derelict/gravity_generator + name = "Derelict Gravity Generator Room" + icon_state = "red" + +/area/ruin/space/derelict/atmospherics + name = "Derelict Atmospherics" + icon_state = "red" + +//OLD AI SAT + +/area/tcommsat/oldaisat + name = "Abandoned Satellite" + icon_state = "tcomsatcham" + +//ABANDONED BOX WHITESHIP + +/area/ruin/space/has_grav/whiteship/box + + name = "Abandoned Ship" + icon_state = "red" + + +//SYNDICATE LISTENING POST STATION + +/area/ruin/space/has_grav/listeningstation + name = "Listening Post" + icon_state = "yellow" + +/area/ruin/space/has_grav/powered/ancient_shuttle + name = "Ancient Shuttle" + icon_state = "yellow" + +//HELL'S FACTORY OPERATING FACILITY + +/area/ruin/space/has_grav/hellfactory + name = "Hell Factory" + icon_state = "yellow" + +/area/ruin/space/has_grav/hellfactoryoffice + name = "Hell Factory Office" + icon_state = "red" + area_flags = VALID_TERRITORY | BLOBS_ALLOWED | NOTELEPORT + +//Ruin of Transport 18 + +/area/ruin/space/has_grav/transport18fore + name = "Booze Cruise Fore" + icon_state = "crew_quarters" + +/area/ruin/space/has_grav/transport18mid + name = "Booze Cruise Hold" + icon_state = "cargo_bay" + +/area/ruin/space/transport18aft + name = "Booze Cruise Aft" + icon_state = "engine" + +//Ruin of the rad ship. It's pretty rad. + +/area/ruin/space/has_grav/radship/Cargo1 + name = "Cargo Bay 1" + icon_state = "cargo_bay" + +/area/ruin/space/has_grav/radship/Cargo2 + name = "Cargo Bay 2" + icon_state = "cargo_bay" + +/area/ruin/space/has_grav/radship/Cargo3 + name = "Cargo Bay 3" + icon_state = "cargo_bay" + +/area/ruin/space/has_grav/radship/Cargo4 + name = "Cargo Bay 4" + icon_state = "cargo_bay" + +/area/ruin/space/has_grav/radship/EngineRoom + name = "Engine Room" + icon_state = "yellow" + +/area/ruin/space/has_grav/radship/Engineering + name = "Engineering" + icon_state = "engine" + +/area/ruin/space/has_grav/radship/MethLab + name = "Storage" + icon_state = "red" + +/area/ruin/space/has_grav/radship/CrewQuarters + name = "Crew Quarters" + icon_state = "green" + +/area/ruin/space/has_grav/radship/Hallway + name = "Hallway" + icon_state = "away" + +//MACSPACE + +/area/ruin/space/has_grav/powered/macspace + name = "Mac Space Restaurant" + icon_state = "yellow" + //POWER PUZZLE /area/ruin/space/has_grav/powerpuzzle @@ -53,6 +274,20 @@ name = "Engineering Wing" icon_state = "yellow" +//scav_mining + +/area/ruin/space/has_grav/scav_mining/entrance + name = "Asteroid mine entrance" + icon_state = "red" + +/area/ruin/space/has_grav/scav_mining/core + name = "Asteroid mine core" + icon_state = "yellow" + +/area/ruin/space/has_grav/scav_mining/dorm + name = "Asteroid mine dorm" + icon_state = "blue" + //astraeus /area/ruin/space/has_grav/astraeus/hallway @@ -79,6 +314,44 @@ name = "Custodial Closet" icon_state = "green" +/area/ruin/space/has_grav/glade + name = "\improper Dark Glade" + icon_state = "away" + always_unpowered = FALSE + +//Syndie battle sphere + +/area/ruin/space/has_grav/syndicircle/halls + name = "Syndicate Battle Sphere Primary Hallway" + icon_state = "dk_yellow" + color = "#a5131388" + +/area/ruin/space/has_grav/syndicircle/spacewalk + name = "Syndicate Battle Sphere Shuttle Launch Site" + icon_state = "dk_yellow" + color = "#663cb488" + +/area/ruin/space/has_grav/syndicircle/research + name = "Syndicate Battle Sphere Laboratory" + icon_state = "dk_yellow" + color = "#228a2b88" + +/area/ruin/space/has_grav/syndicircle/escape + name = "Syndicate Battle Sphere Escape Shuttle" + icon_state = "dk_yellow" + color = "#92bb3388" + +/area/ruin/space/has_grav/syndicircle/winter + name = "Syndicate Battle Sphere Snow Outpost" + icon_state = "dk_yellow" + color = "#4341c488" + +/area/ruin/space/has_grav/syndicircle/training + name = "Syndicate Battle Sphere Training Grounds" + icon_state = "dk_yellow" + color = "#26773a88" + + //Singularity Lab /area/ruin/space/has_grav/singularitylab diff --git a/code/game/area/areas/shuttles.dm b/code/game/area/areas/shuttles.dm index 6060367ca51b..a9d7220bd3ca 100644 --- a/code/game/area/areas/shuttles.dm +++ b/code/game/area/areas/shuttles.dm @@ -189,3 +189,27 @@ /area/shuttle/syndicate_scout name = "Syndicate Scout" + +/area/shuttle/caravan + requires_power = TRUE + +/area/shuttle/caravan/syndicate1 + name = "Syndicate Fighter" + +/area/shuttle/caravan/syndicate2 + name = "Syndicate Fighter" + +/area/shuttle/caravan/syndicate3 + name = "Syndicate Drop Ship" + +/area/shuttle/caravan/pirate + name = "Pirate Cutter" + +/area/shuttle/caravan/freighter1 + name = "Small Freighter" + +/area/shuttle/caravan/freighter2 + name = "Tiny Freighter" + +/area/shuttle/caravan/freighter3 + name = "Tiny Freighter" diff --git a/code/game/objects/items/melee/misc.dm b/code/game/objects/items/melee/misc.dm index 8af737445d58..37e15af7479b 100644 --- a/code/game/objects/items/melee/misc.dm +++ b/code/game/objects/items/melee/misc.dm @@ -646,6 +646,31 @@ held_sausage.desc = "[held_sausage.desc] It has been cooked to perfection on \a [target]." update_appearance() +/obj/item/melee/cleric_mace + name = "cleric mace" + desc = "The grandson of the club, yet the grandfather of the baseball bat. Most notably used by holy orders in days past." + icon = 'icons/obj/items_and_weapons.dmi' + icon_state = "mace_greyscale" + item_state = "mace_greyscale" + lefthand_file = 'icons/mob/inhands/weapons/melee_lefthand.dmi' + righthand_file = 'icons/mob/inhands/weapons/melee_righthand.dmi' + material_flags = MATERIAL_ADD_PREFIX | MATERIAL_COLOR | MATERIAL_AFFECT_STATISTICS //Material type changes the prefix as well as the color. + custom_materials = list(/datum/material/iron = 12000) //Defaults to an Iron Mace. + slot_flags = ITEM_SLOT_BELT + force = 14 + w_class = WEIGHT_CLASS_BULKY + throwforce = 8 + armour_penetration = 50 + attack_verb = list("smacked", "struck", "cracked", "beaten") + var/overlay_state = "mace_handle" + var/mutable_appearance/overlay + +/obj/item/melee/cleric_mace/Initialize() + . = ..() + overlay = mutable_appearance(icon, overlay_state) + overlay.appearance_flags = RESET_COLOR + add_overlay(overlay) + /obj/item/melee/greykingsword name = "blade of the grey-king" desc = "A legendary sword made with 3 replica katanas nailed together and dipped in heavy narcotics." diff --git a/code/game/objects/items/puzzle_pieces.dm b/code/game/objects/items/puzzle_pieces.dm index 9f937312b561..473bcd945c58 100644 --- a/code/game/objects/items/puzzle_pieces.dm +++ b/code/game/objects/items/puzzle_pieces.dm @@ -21,35 +21,50 @@ color = "#f0da12" puzzle_id = "cheese" -/obj/item/keycard/harmfactory - name = "factory keycard" - desc = "A keycard opening a door within the world's worst factory" - color = "#727a7c" - puzzle_id = "factory" - -/obj/item/keycard/harmfactory/stockroom - name = "stockroom keycard" - desc = "A keycard opening a door within the world's worst factory" - color = "#cf2323" - puzzle_id = "stockroom" - -/obj/item/keycard/harmfactory/office - name = "office keycard" - desc = "A keycard opening a door within the world's worst factory" - color = "#1dac22" - puzzle_id = "office" - -/obj/item/keycard/harmfactory/entry - name = "entry keycard" - desc = "A keycard opening a door within the world's worst factory" - color = "#1a27e7" - puzzle_id = "entry" - - +/obj/item/keycard/swordfish + name = "titanic keycard" + desc = "Smells like it was at the bottom of a harbor." + color = "#3bbbdb" + puzzle_id = "swordfish" /obj/item/keycard/gatedrop icon_state = "golden_key" +/obj/item/keycard/gatedrop/drakelair + name = "Drake's Key" + desc = "A dull, golden key originally kept by a menacing ash drake." + puzzle_id = "drakelairkey" + +/obj/item/keycard/gatedrop/disciple + name = "Altar Key" + desc = "A key held dear by the late Disciple of The Priest. Only by shutting themselves in with their stone idol were they able to spare those they love most from their madness and obsession." + puzzle_id = "disciplekey" + +/obj/item/keycard/gatedrop/guard + name = "Armory Key" + desc = "A golden key entrusted to the Captain of the Holy Guard of The Priest. Entrusted by His Holiness to guard the greatest weapon in His arsenal" + puzzle_id = "guardcap" + +/obj/item/keycard/gatedrop/heathen + name = "Heathen's Key" + desc = "And thus the Heathen stole away with the key to the forbidden gates. Hiding with his sect of followers until death cometh." + puzzle_id = "heathen" + +/obj/item/keycard/gatedrop/gatekeeper + name = "GateKeeper's Key" + desc = "Only by slaying the keeper of the gates may one path through into the depths of The Priest's holiest sanctums." + puzzle_id = "gatekeeper" + +/obj/item/keycard/gatedrop/bishop + name = "Key of the lost" + desc = "A key held only by the warring Bishop, forever lost to the Golden City of old." + puzzle_id = "bishopkey" + +/obj/item/keycard/gatedrop/priest + name = "The Priest's Key" + desc = "A key belonging to a once peaceful scholar, brought to death and ruin through means of violence by savage outsider." + puzzle_id = "priestkey" + /obj/item/keycard/gatedrop/lavacanyon name = "Vault Key" desc = "A dusty key, smudged with dried blood." @@ -113,26 +128,6 @@ desc = "If nautical nonsense be something you wish." puzzle_id = "swordfish" -/obj/machinery/door/keycard/harmfactory - name = "keycard locked door" - desc = "Seems to have a scanner for the factory keycard" - puzzle_id = "factory" - -/obj/machinery/door/keycard/harmfactory/stockroom - name = "keycard locked door" - desc = "Seems to have a scanner for the stockroom keycard" - puzzle_id = "stockroom" - -/obj/machinery/door/keycard/harmfactory/office - name = "keycard locked door" - desc = "Seems to have a scanner for the office keycard" - puzzle_id = "office" - -/obj/machinery/door/keycard/harmfactory/entry - name = "keycard locked door" - desc = "Seems to have a scanner for the entry keycard" - puzzle_id = "entry" - /obj/machinery/door/keycard/gates gender = PLURAL name = "locked gates" @@ -160,6 +155,39 @@ . = ..() icon_state = density ? "closed" : "open" +/obj/machinery/door/keycard/gates/drakelair + puzzle_id = "drakelairkey" + +/obj/machinery/door/keycard/gates/disciple + name = "Tithe Gates" + desc = "Gates protecting the ritual tithe collected by The Priest and his Disciples." + puzzle_id = "disciplekey" + +/obj/machinery/door/keycard/gates/guard + name = "Armory Gates" + desc = "Gates protecting the most versatile and dangerous of The Priest's armory." + puzzle_id = "guardcap" + +/obj/machinery/door/keycard/gates/heathen + name = "Sect Gates" + desc = "Gates guarding the forbidden treasures stolen away by the Heathen. Bloody in nature, and hidden from sight." + puzzle_id = "heathen" + +/obj/machinery/door/keycard/gates/gatekeeper + name = "Sanctum Gates" + desc = "The Gatekeeper holds the key, only through bloodshed can they be opened." + puzzle_id = "gatekeeper" + +/obj/machinery/door/keycard/gates/bishop + name = "Lost Golden City Gates" + desc = "He took their lives and locked their culture and heritage behind indestructible gates of virtue. The Bishop spread conversion through death and swallowed the key." + puzzle_id = "bishopkey" + +/obj/machinery/door/keycard/gates/priest + name = "The Priest's Treasury" + desc = "Gates holding The Priest's eternal hoarde. Drakeborn, incapable of avoiding the grand desire to collect and learn." + puzzle_id = "priestkey" + /obj/machinery/door/keycard/gates/lavacanyon puzzle_id = "lavacanyonkey" diff --git a/code/game/objects/structures/ghost_role_spawners.dm b/code/game/objects/structures/ghost_role_spawners.dm index aed3ae724c59..112218650f85 100644 --- a/code/game/objects/structures/ghost_role_spawners.dm +++ b/code/game/objects/structures/ghost_role_spawners.dm @@ -211,3 +211,37 @@ /obj/effect/mob_spawn/human/pirate/gunner rank = "Gunner" + +/datum/outfit/syndicatespace + name = "Syndicate Spacer" + uniform = /obj/item/clothing/under/syndicate/combat + mask = /obj/item/clothing/mask/gas/syndicate + +/datum/outfit/syndicatespace/syndicrew + name = "Syndicate Ship Crew Member" + glasses = /obj/item/clothing/glasses/night + ears = /obj/item/radio/headset/syndicate/alt + shoes = /obj/item/clothing/shoes/combat + gloves = /obj/item/clothing/gloves/combat + back = /obj/item/storage/backpack + l_pocket = /obj/item/gun/ballistic/automatic/pistol + r_pocket = /obj/item/kitchen/knife/combat/survival + belt = /obj/item/storage/belt/military/assault + id = /obj/item/card/id/syndicate_command/crew_id + implants = list(/obj/item/implant/weapons_auth) + +/datum/outfit/syndicatespace/syndicaptain + name = "Syndicate Ship Captain" + suit = /obj/item/clothing/suit/armor/vest/capcarapace/syndicate + glasses = /obj/item/clothing/glasses/night + head = /obj/item/clothing/head/HoS/beret/syndicate + ears = /obj/item/radio/headset/syndicate/alt/captain + shoes = /obj/item/clothing/shoes/combat + gloves = /obj/item/clothing/gloves/combat + back = /obj/item/storage/backpack + l_pocket = /obj/item/gun/ballistic/automatic/pistol/APS + r_pocket = /obj/item/kitchen/knife/combat/survival + belt = /obj/item/storage/belt/military/assault + id = /obj/item/card/id/syndicate_command/captain_id + backpack_contents = list(/obj/item/documents/syndicate/red, /obj/item/paper/fluff/ruins/forgottenship/password) + implants = list(/obj/item/implant/weapons_auth) diff --git a/code/game/objects/structures/icemoon/cave_entrance.dm b/code/game/objects/structures/icemoon/cave_entrance.dm index e27c1883bc7a..e1caeba7b94b 100644 --- a/code/game/objects/structures/icemoon/cave_entrance.dm +++ b/code/game/objects/structures/icemoon/cave_entrance.dm @@ -206,7 +206,7 @@ GLOBAL_LIST_INIT(ore_probability, list( */ /obj/effect/collapsing_demonic_portal/proc/drop_loot() visible_message("Something slips out of [src]!") - var/loot = rand(1, 21) + var/loot = rand(1, 23) switch(loot) if(1)//Clown hell. God help you if you roll this. visible_message("You can hear screaming and joyful honking.")//now THIS is what we call a critical failure @@ -340,6 +340,10 @@ GLOBAL_LIST_INIT(ore_probability, list( new /obj/item/staff/bostaff(loc) new /mob/living/simple_animal/hostile/human/skeleton(loc) new /mob/living/simple_animal/hostile/human/skeleton(loc) + if(prob(45)) + new /obj/item/disk/design_disk/adv/cleric_mace(loc) + new /mob/living/simple_animal/hostile/human/skeleton(loc) + new /mob/living/simple_animal/hostile/human/skeleton(loc) if(prob(25)) new /obj/item/shield/riot/roman(loc) new /mob/living/simple_animal/hostile/human/skeleton(loc) @@ -348,6 +352,10 @@ GLOBAL_LIST_INIT(ore_probability, list( new /obj/item/clothing/head/helmet/knight/blue(loc) new /mob/living/simple_animal/hostile/human/skeleton(loc) new /mob/living/simple_animal/hostile/human/skeleton(loc) + if(prob(35)) + new /obj/item/disk/design_disk/adv/knight_gear(loc) + new /mob/living/simple_animal/hostile/human/skeleton(loc) + new /mob/living/simple_animal/hostile/human/skeleton(loc) new /obj/item/instrument/trombone(loc) new /obj/item/stack/sheet/bone(loc) new /obj/item/stack/sheet/bone(loc) @@ -816,7 +824,41 @@ GLOBAL_LIST_INIT(ore_probability, list( new /obj/item/geiger_counter(loc) new /mob/living/simple_animal/hostile/cockroach/glockroach(loc) new /turf/open/floor/plating/dirt(loc) - if(15)//the backroom freezer + + if(15)//the cultists amoung us + visible_message("Chanting and a hateful red glow spill through the portal.") + playsound(loc,'sound/spookoween/ghost_whisper.ogg', 100, FALSE, 50, TRUE, TRUE) + if(prob(50)) + new /mob/living/simple_animal/hostile/construct/proteon/hostile(loc) + if(prob(45)) + new /obj/item/borg/upgrade/modkit/lifesteal(loc) + new /obj/item/bedsheet/cult(loc) + new /mob/living/simple_animal/hostile/construct/wraith/hostile(loc) + if(prob(50)) + new /obj/item/stack/sheet/mineral/hidden/hellstone/ten(loc) + if(prob(35)) + new /obj/item/sharpener/cult(loc) + new /mob/living/simple_animal/hostile/construct/artificer/hostile(loc) + if(prob(15)) + new /obj/item/cult_bastard(loc) + new /mob/living/simple_animal/hostile/construct/juggernaut/hostile(loc) + if(prob(35)) + new /obj/item/cult_shift(loc) + new /mob/living/simple_animal/hostile/construct/proteon/hostile(loc) + if(prob(45)) + new /obj/item/gem/bloodstone(loc) + new /mob/living/simple_animal/hostile/construct/proteon/hostile(loc) + if(prob(35)) + new /obj/item/nullrod/scythe/talking/necro(loc) + new /mob/living/simple_animal/hostile/construct/proteon/hostile(loc) + if(prob(35)) + new /obj/item/clothing/suit/space/hardsuit/cult/(loc) + new /mob/living/simple_animal/hostile/construct/artificer/hostile(loc) + new /mob/living/simple_animal/hostile/construct/juggernaut/hostile(loc) + new /mob/living/simple_animal/hostile/construct/wraith/hostile(loc) + new /obj/structure/destructible/cult/pylon(loc) + new /turf/open/floor/plasteel/cult(loc) + if(16)//the backroom freezer visible_message("The faint hallogen glow of a faraway kitchen greets you.") if(prob(45)) new /obj/item/kitchen/knife/bloodletter(loc) @@ -860,14 +902,14 @@ GLOBAL_LIST_INIT(ore_probability, list( new /mob/living/simple_animal/hostile/killertomato(loc) new /mob/living/simple_animal/hostile/alien/maid(loc) new /turf/open/floor/plasteel/kitchen_coldroom/freezerfloor(loc) - if(16)//legion miniboss + if(17)//legion miniboss visible_message("The ground quakes. An immense figure reaches through the portal, crouching to squeeze through.") playsound(loc,'sound/magic/knock.ogg', 100, FALSE, 50, TRUE, TRUE) new /mob/living/simple_animal/hostile/big_legion(loc) if(prob(75)) new /obj/structure/closet/crate/necropolis/tendril/greater(loc) new /turf/open/indestructible/necropolis(loc) - if(17)//xenobiologist's hubris + if(18)//xenobiologist's hubris visible_message("You catch a glimpse of a wobbling sea of slimy friends. An abused-looking keeper slips through the portal.") playsound(loc,'sound/effects/footstep/slime1.ogg', 100, FALSE, 50, TRUE, TRUE) if(prob(25)) @@ -917,19 +959,19 @@ GLOBAL_LIST_INIT(ore_probability, list( new /obj/effect/mob_spawn/human/scientist(loc) new /turf/open/floor/mineral/titanium/purple(loc) new /mob/living/simple_animal/slime/random(loc) - if(18)//hey, free elite tumor! + if(19)//hey, free elite tumor! visible_message("A large, pulsating structure falls through the portal and crashes to the floor.") playsound(loc,'sound/effects/break_stone.ogg', 100, FALSE, 50, TRUE, TRUE) new /obj/structure/elite_tumor(loc) new /turf/open/floor/plating/asteroid/basalt(loc) - if(19)//*you flush the toilet.* + if(20)//*you flush the toilet.* visible_message("You hear the faint noise of a long flush.") new /obj/structure/toilet(loc) new /obj/effect/decal/remains(loc) new /obj/item/newspaper(loc) new /turf/open/floor/plastic(loc) new /obj/item/clothing/head/papersack/smiley(loc) //welcome to the bathroom - if(20)//Research & Zombies + if(21)//Research & Zombies visible_message("Flashing lights and quarantine alarms echo through the portal. You smell rotting flesh and plasma.") playsound(loc,'sound/misc/bloblarm.ogg', 120, FALSE, 50, TRUE, TRUE) if(prob(35)) @@ -974,7 +1016,7 @@ GLOBAL_LIST_INIT(ore_probability, list( new /obj/item/research_notes/loot/small(loc) new/turf/open/floor/mineral/titanium/purple(loc) new /mob/living/simple_animal/hostile/human/zombie(loc) - if(21)//Silverback's locker room + if(22)//Silverback's locker room visible_message("You catch a glimpse of verdant green. Smells like a locker room.") playsound(loc,'sound/creatures/gorilla.ogg', 75, FALSE, 50, TRUE, TRUE) new /mob/living/simple_animal/hostile/gorilla(loc) diff --git a/code/game/objects/structures/traps.dm b/code/game/objects/structures/traps.dm index 4c6c3173cded..f56cfae9a5b8 100644 --- a/code/game/objects/structures/traps.dm +++ b/code/game/objects/structures/traps.dm @@ -144,3 +144,16 @@ /obj/structure/trap/ward/Initialize() . = ..() QDEL_IN(src, time_between_triggers) + +/obj/structure/trap/cult + name = "unholy trap" + desc = "A trap that rings with unholy energy. You think you hear... chittering?" + icon_state = "trap-cult" + +/obj/structure/trap/cult/trap_effect(mob/living/L) + to_chat(L, "With a crack, the hostile constructs come out of hiding, stunning you!") + L.electrocute_act(10, src, flags = SHOCK_NOGLOVES) // electrocute act does a message. + L.Paralyze(20) + new /mob/living/simple_animal/hostile/construct/proteon/hostile(loc) + new /mob/living/simple_animal/hostile/construct/proteon/hostile(loc) + QDEL_IN(src, 30) diff --git a/code/game/turfs/closed/minerals.dm b/code/game/turfs/closed/minerals.dm index 33fcf315fc52..d1c0a6dbabd4 100644 --- a/code/game/turfs/closed/minerals.dm +++ b/code/game/turfs/closed/minerals.dm @@ -208,6 +208,12 @@ /obj/item/stack/ore/uranium = 35, /obj/item/stack/ore/diamond = 30, /obj/item/stack/ore/gold = 45, /obj/item/stack/ore/titanium = 45, /obj/item/stack/ore/silver = 50, /obj/item/stack/ore/plasma = 50, /obj/item/stack/ore/bluespace_crystal) +/turf/closed/mineral/random/high_chance/volcanic/icecropolis + environment_type = "basalt" + turf_type = /turf/open/indestructible/necropolis/air + baseturfs = /turf/open/indestructible/necropolis/air + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + /turf/closed/mineral/random/low_chance mineralChance = 3 mineralSpawnChanceList = list( @@ -232,6 +238,12 @@ /obj/item/stack/ore/silver = 12, /obj/item/stack/ore/plasma = 20, /obj/item/stack/ore/iron = 40, /turf/closed/mineral/gibtonite/volcanic = 4, /obj/item/stack/ore/bluespace_crystal = 1) +/turf/closed/mineral/random/volcanic/icecropolis + environment_type = "basalt" + turf_type = /turf/open/indestructible/necropolis/air + baseturfs = /turf/open/indestructible/necropolis/air + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + /turf/closed/mineral/random/snow name = "schist" desc = "Say it fives times fast." diff --git a/code/game/turfs/closed/wall/mineral_walls.dm b/code/game/turfs/closed/wall/mineral_walls.dm index 53dbb9479f3b..89a00d04c142 100644 --- a/code/game/turfs/closed/wall/mineral_walls.dm +++ b/code/game/turfs/closed/wall/mineral_walls.dm @@ -226,6 +226,8 @@ icon_state = "wood_wall-255" smoothing_flags = SMOOTH_BITMASK | SMOOTH_DIAGONAL_CORNERS | SMOOTH_CONNECTORS +/turf/closed/wall/mineral/wood/nonmetal/icecropolis + baseturfs = /turf/open/indestructible/necropolis/air /turf/closed/wall/mineral/wood/attackby(obj/item/W, mob/user) if(W.get_sharpness() && W.force) @@ -264,6 +266,9 @@ icon_state = "iron_wall-255" smoothing_flags = SMOOTH_BITMASK | SMOOTH_DIAGONAL_CORNERS +/turf/closed/wall/mineral/iron/icecropolis + baseturfs = /turf/open/indestructible/necropolis/air + /turf/closed/wall/mineral/snow name = "packed snow wall" desc = "A wall made of densely packed snow blocks." diff --git a/code/game/turfs/closed/wall/misc_walls.dm b/code/game/turfs/closed/wall/misc_walls.dm index 7fbcab55504a..20fcb2cb9f57 100644 --- a/code/game/turfs/closed/wall/misc_walls.dm +++ b/code/game/turfs/closed/wall/misc_walls.dm @@ -63,6 +63,10 @@ icon_state = "rusty_wall-255" smoothing_flags = SMOOTH_BITMASK | SMOOTH_DIAGONAL_CORNERS +/turf/closed/wall/rust/icecropolis + baseturfs = /turf/open/indestructible/necropolis/air + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + /turf/closed/wall/r_wall/rust name = "rusted reinforced wall" desc = "A huge chunk of rusted reinforced metal." diff --git a/code/game/turfs/open/_open.dm b/code/game/turfs/open/_open.dm index 44acbe06f6bf..27a3225dbb03 100644 --- a/code/game/turfs/open/_open.dm +++ b/code/game/turfs/open/_open.dm @@ -99,6 +99,9 @@ heavyfootstep = FOOTSTEP_LAVA tiled_dirt = FALSE +/turf/open/indestructible/necropolis/icecropolis + initial_gas_mix = ICEMOON_DEFAULT_ATMOS + /turf/open/indestructible/necropolis/Initialize(mapload, inherited_virtual_z) . = ..() if(prob(12)) diff --git a/code/game/turfs/open/floor/fancy_floor.dm b/code/game/turfs/open/floor/fancy_floor.dm index 3a0184849450..37c369a3d8c9 100644 --- a/code/game/turfs/open/floor/fancy_floor.dm +++ b/code/game/turfs/open/floor/fancy_floor.dm @@ -41,6 +41,9 @@ /turf/open/floor/wood/yew color = WOOD_COLOR_YELLOW +/turf/open/floor/wood/icecropolis + baseturfs = /turf/open/indestructible/necropolis/air + /turf/open/floor/wood/examine(mob/user) . = ..() . += "There's a few screws and a small crack visible." diff --git a/code/game/turfs/open/floor/plasteel_floor.dm b/code/game/turfs/open/floor/plasteel_floor.dm index 61a90ff0da86..7ed16bc5631e 100644 --- a/code/game/turfs/open/floor/plasteel_floor.dm +++ b/code/game/turfs/open/floor/plasteel_floor.dm @@ -332,3 +332,6 @@ icon_state = "tiled_light" base_icon_state = "tiled_light" color = "#938170" + +/turf/open/floor/plasteel/icecropolis + baseturfs = /turf/open/indestructible/necropolis/air diff --git a/code/game/turfs/open/floor/plating/lavaland.dm b/code/game/turfs/open/floor/plating/lavaland.dm index 84e0173819b7..c34ce52a5daf 100644 --- a/code/game/turfs/open/floor/plating/lavaland.dm +++ b/code/game/turfs/open/floor/plating/lavaland.dm @@ -37,6 +37,15 @@ planetary_atmos = TRUE baseturfs = /turf/open/lava/smooth/lava_land_surface +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis + initial_gas_mix = ICEMOON_DEFAULT_ATMOS + baseturfs = /turf/open/indestructible/necropolis/icecropolis + +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/icecropolis/inside + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + planetary_atmos = FALSE + baseturfs = /turf/open/indestructible/necropolis/air + /turf/open/floor/plating/asteroid/basalt/purple icon = 'icons/turf/lavaland_purple.dmi' baseturfs = /turf/open/floor/plating/asteroid/basalt/purple diff --git a/code/game/turfs/open/floor/plating/misc_plating.dm b/code/game/turfs/open/floor/plating/misc_plating.dm index 84a49d1a0038..e9b28fb4a613 100644 --- a/code/game/turfs/open/floor/plating/misc_plating.dm +++ b/code/game/turfs/open/floor/plating/misc_plating.dm @@ -11,6 +11,11 @@ icon_state = "plating" initial_gas_mix = ICEMOON_DEFAULT_ATMOS +/turf/open/floor/plating/icecropolis + icon_state = "plating" + baseturfs = /turf/open/indestructible/necropolis/air + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + /turf/open/floor/plating/abductor name = "alien floor" icon_state = "alienpod1" diff --git a/code/modules/cargo/blackmarket/blackmarket_items/tools.dm b/code/modules/cargo/blackmarket/blackmarket_items/tools.dm index 384886ac30d3..0c86f608e51c 100644 --- a/code/modules/cargo/blackmarket/blackmarket_items/tools.dm +++ b/code/modules/cargo/blackmarket/blackmarket_items/tools.dm @@ -1,6 +1,46 @@ /datum/blackmarket_item/tool category = "Tools" +/datum/blackmarket_item/tool/caravan_wrench + name = "Experimental Wrench" + desc = "The extra fast and handy wrench you always wanted!" + item = /obj/item/wrench/caravan + + price_min = 100 + price_max = 200 + stock_max = 3 + availability_prob = 40 + +/datum/blackmarket_item/tool/caravan_wirecutters + name = "Experimental Wirecutters" + desc = "The extra fast and handy wirecutters you always wanted!" + item = /obj/item/wirecutters/caravan + + price_min = 100 + price_max = 200 + stock_max = 3 + availability_prob = 40 + +/datum/blackmarket_item/tool/caravan_screwdriver + name = "Experimental Screwdriver" + desc = "The extra fast and handy screwdriver you always wanted!" + item = /obj/item/screwdriver/caravan + + price_min = 100 + price_max = 200 + stock_max = 3 + availability_prob = 40 + +/datum/blackmarket_item/tool/caravan_crowbar + name = "Experimental Crowbar" + desc = "The extra fast and handy crowbar you always wanted!" + item = /obj/item/crowbar/red/caravan + + price_min = 100 + price_max = 200 + stock_max = 3 + availability_prob = 40 + /datum/blackmarket_item/tool/combat_wrench name = "Combat Wrench" desc = "Under fire while doing repairs? With this dual purpose wrench, never be caught unprepared again!" diff --git a/code/modules/clothing/outfits/ert/frontiersmen_ert.dm b/code/modules/clothing/outfits/ert/frontiersmen_ert.dm index b3a2b20f687c..fb8afb35a5e7 100644 --- a/code/modules/clothing/outfits/ert/frontiersmen_ert.dm +++ b/code/modules/clothing/outfits/ert/frontiersmen_ert.dm @@ -125,6 +125,7 @@ r_hand = pickweight(list( /obj/item/kitchen/knife/combat/survival = 15, /obj/item/melee/baseball_bat = 10, + /obj/item/melee/cleric_mace = 7, /obj/item/melee/roastingstick = 2, /obj/item/kitchen/fork = 1, /obj/item/melee/flyswatter = 1, diff --git a/code/modules/mob/living/living_defense.dm b/code/modules/mob/living/living_defense.dm index 2ed00efe2e4b..eb622de65f28 100644 --- a/code/modules/mob/living/living_defense.dm +++ b/code/modules/mob/living/living_defense.dm @@ -407,13 +407,15 @@ if(client) makeNewConstruct(/mob/living/simple_animal/hostile/construct/harvester, src, cultoverride = TRUE) else - switch(rand(1, 3)) + switch(rand(1, 4)) if(1) new /mob/living/simple_animal/hostile/construct/juggernaut/hostile(get_turf(src)) if(2) new /mob/living/simple_animal/hostile/construct/wraith/hostile(get_turf(src)) if(3) new /mob/living/simple_animal/hostile/construct/artificer/hostile(get_turf(src)) + if(4) + new /mob/living/simple_animal/hostile/construct/proteon/hostile(get_turf(src)) spawn_dust() gib() return TRUE diff --git a/code/modules/mob/living/simple_animal/bot/floorbot.dm b/code/modules/mob/living/simple_animal/bot/floorbot.dm index 980f12897e70..d15c20f1aa1d 100644 --- a/code/modules/mob/living/simple_animal/bot/floorbot.dm +++ b/code/modules/mob/living/simple_animal/bot/floorbot.dm @@ -280,7 +280,7 @@ /mob/living/simple_animal/bot/floorbot/proc/is_hull_breach(turf/t) //Ignore space tiles not considered part of a structure, also ignores shuttle docking areas. var/area/t_area = get_area(t) - if(istype(t_area, /area/space) || istype(t_area, /area/asteroid)) + if(istype(t_area, /area/space) || istype(t_area, /area/solar) || istype(t_area, /area/asteroid)) return FALSE else return TRUE diff --git a/code/modules/mob/living/simple_animal/hostile/human/syndicate.dm b/code/modules/mob/living/simple_animal/hostile/human/syndicate.dm index a88a79610b60..b4769b647aad 100644 --- a/code/modules/mob/living/simple_animal/hostile/human/syndicate.dm +++ b/code/modules/mob/living/simple_animal/hostile/human/syndicate.dm @@ -189,6 +189,10 @@ casingtype = /obj/item/ammo_casing/c45 projectilesound = 'sound/weapons/gun/smg/shot.ogg' +/mob/living/simple_animal/hostile/human/syndicate/ranged/smg/pilot //caravan ambush ruin + name = "Ramzi Clique Salvage Pilot" + loot = list(/obj/effect/mob_spawn/human/corpse/syndicatesoldier) + /mob/living/simple_animal/hostile/human/syndicate/ranged/smg/space icon_state = "syndicate_space_smg" icon_living = "syndicate_space_smg" diff --git a/code/modules/research/designs/weapon_designs.dm b/code/modules/research/designs/weapon_designs.dm index 05516ffe4fad..15f4ac12a786 100644 --- a/code/modules/research/designs/weapon_designs.dm +++ b/code/modules/research/designs/weapon_designs.dm @@ -582,6 +582,15 @@ category = list("Weapons") departmental_flags = DEPARTMENTAL_FLAG_SECURITY +/datum/design/cleric_mace + name = "Cleric Mace" + desc = "A mace fit for a cleric. Useful for bypassing plate armor, but too bulky for much else." + id = "cleric_mace" + build_type = AUTOLATHE + materials = list(MAT_CATEGORY_RIGID = 12000) + build_path = /obj/item/melee/cleric_mace + category = list("Imported") + /datum/design/stun_boomerang name = "OZtek Boomerang" desc = "Uses reverse flow gravitodynamics to flip its personal gravity back to the thrower mid-flight. Also functions similar to a stun baton." diff --git a/code/modules/ruins/lavaland_ruin_code.dm b/code/modules/ruins/lavaland_ruin_code.dm new file mode 100644 index 000000000000..7f050c3ac5e5 --- /dev/null +++ b/code/modules/ruins/lavaland_ruin_code.dm @@ -0,0 +1,89 @@ +//If you're looking for spawners like ash walker eggs, check ghost_role_spawners.dm + +///Wizard tower item +/obj/item/disk/design_disk/adv/knight_gear + name = "Magic Disk of Smithing" + illustration = "sword" + color = "#6F6F6F" + +/obj/item/disk/design_disk/adv/knight_gear/Initialize() + . = ..() + var/datum/design/knight_armour/A = new + var/datum/design/knight_helmet/H = new + blueprints[1] = A + blueprints[2] = H + +//lavaland_surface_seed_vault.dmm +//Seed Vault + +/obj/effect/spawner/lootdrop/seed_vault + name = "seed vault seeds" + lootcount = 1 + + loot = list(/obj/item/seeds/random = 10, + /obj/item/seeds/cherry/bomb = 10, + /obj/item/seeds/berry/glow = 10, + /obj/item/seeds/sunflower/moonflower = 8 + ) + +///Syndicate Listening Post + +/obj/effect/mob_spawn/human/lavaland_syndicate + name = "Syndicate Bioweapon Scientist" + roundstart = FALSE + death = FALSE + random = TRUE + icon = 'icons/obj/machines/sleeper.dmi' + icon_state = "sleeper_s" + short_desc = "You are a syndicate science technician, employed in a top secret research facility developing biological weapons." + flavour_text = "Reports of potential Nanotrasen fleet movement in your sector prompted you to initiate Operation Smokescreen, killing base power and taking your crew into cryosleep. You've awoken an unknown amount of time later as base security initiates an emergency reboot. Keep vigilant for whatever reawoke you, continue your research as best you can, and try to keep a low profile." + important_info = "Prevent yourself and any Syndicate assets from being taken by Corporate forces." + outfit = /datum/outfit/lavaland_syndicate + assignedrole = "Lavaland Syndicate" + +/obj/effect/mob_spawn/human/lavaland_syndicate/special(mob/living/new_spawn) + new_spawn.grant_language(/datum/language/codespeak, TRUE, TRUE, LANGUAGE_MIND) + +/datum/outfit/lavaland_syndicate + name = "Lavaland Syndicate Agent" + r_hand = /obj/item/gun/ballistic/automatic/sniper_rifle + uniform = /obj/item/clothing/under/syndicate + suit = /obj/item/clothing/suit/toggle/labcoat + shoes = /obj/item/clothing/shoes/combat + gloves = /obj/item/clothing/gloves/tackler/combat/insulated + ears = /obj/item/radio/headset/syndicate/alt + back = /obj/item/storage/backpack + r_pocket = /obj/item/gun/ballistic/automatic/pistol + id = /obj/item/card/id/syndicate/anyone + implants = list(/obj/item/implant/weapons_auth) + +/datum/outfit/lavaland_syndicate/post_equip(mob/living/carbon/human/H) + H.faction |= ROLE_SYNDICATE + +/obj/effect/mob_spawn/human/lavaland_syndicate/comms + name = "Syndicate Comms Agent" + short_desc = "You are a syndicate communications agent, employed in a top secret research facility developing biological weapons." + flavour_text = "Reports of potential Nanotrasen fleet movement in your sector prompted you to initiate Operation Smokescreen, killing base power and taking your crew into cryosleep. You've awoken an unknown amount of time later as base security initiates an emergency reboot. Keep vigilant for whatever reawoke you, and try to keep a low profile. Use the communication equipment to monitor any local activity. Anyone nearby is presumed to be an agent of Nanotrasen: Sow disinformation to throw them off your trail. Do not let the base fall into enemy hands!" + important_info = "Prevent yourself and any Syndicate assets from being taken by Corporate forces." + outfit = /datum/outfit/lavaland_syndicate/comms + +/obj/effect/mob_spawn/human/lavaland_syndicate/comms/space + short_desc = "You are a deep-cover syndicate agent, assigned to a small military listening post intended to keep an eye on Nanotrasen activity in the area. Increased military operations prompted you to follow Smokescreen protocol and go into cryosleep, leaving your base on minimal power." + flavour_text = "Your base's emergency security system has reawoken you and brought the facility back to full power- It can only be presumed Nanotrasen personnel are close to locating you. Monitor any local activity as best you can, and try to keep a low profile. Use the communication equipment to attempt parlance, and sow disinformation to throw Nanotrasen off your trail." + important_info = "Prevent yourself and any Syndicate assets from being taken by Corporate forces." + +/obj/effect/mob_spawn/human/lavaland_syndicate/comms/space/Initialize() + . = ..() + if(prob(90)) //only has a 10% chance of existing, otherwise it'll just be a NPC syndie. + new /mob/living/simple_animal/hostile/human/syndicate/ranged(get_turf(src)) + return INITIALIZE_HINT_QDEL + +/datum/outfit/lavaland_syndicate/comms + name = "Lavaland Syndicate Comms Agent" + r_hand = /obj/item/melee/transforming/energy/sword/saber + mask = /obj/item/clothing/mask/chameleon/gps + suit = /obj/item/clothing/suit/armor/vest + +/obj/item/clothing/mask/chameleon/gps/Initialize() + . = ..() + AddComponent(/datum/component/gps, "Encrypted Signal") diff --git a/code/modules/ruins/lavalandruin_code/biodome_clown_planet.dm b/code/modules/ruins/lavalandruin_code/biodome_clown_planet.dm new file mode 100644 index 000000000000..529d48cf551f --- /dev/null +++ b/code/modules/ruins/lavalandruin_code/biodome_clown_planet.dm @@ -0,0 +1,7 @@ +//////lavaland clown planet papers + +/obj/item/paper/crumpled/bloody/ruins/lavaland/clown_planet/escape + default_raw_text = "If you dare not continue down this path of madness, escape can be found through the chute in this room." + +/obj/item/paper/crumpled/bloody/ruins/lavaland/clown_planet/hope + default_raw_text = "Abandon hope, all ye who enter here." diff --git a/code/modules/ruins/lavalandruin_code/codelab.dm b/code/modules/ruins/lavalandruin_code/codelab.dm new file mode 100644 index 000000000000..4cdbb4b132a5 --- /dev/null +++ b/code/modules/ruins/lavalandruin_code/codelab.dm @@ -0,0 +1,20 @@ +/obj/item/paper/codelab + +/obj/item/paper/crumpled/codelab + +/obj/item/paper/codelab/reception + name = "Reception Instructions" + default_raw_text = "RECITE TO ANY GUESTS UNDER 'EXPERIMENTAL' GROUP:
Welcome to the Nanotrasen Genetic Research Facility! Thank you for choosing to volunteer and progress genetic research by leaps and bounds. As stated in the contract, you will be here for the forseeable future helping the scientists further their studies. Remember that signing the contract means you cannot legally request a settlement for any injury or death that occurs during testing. Head to your chamber through the hall on the left and have a nice day!" + +/obj/item/paper/crumpled/codelab/subjectnote + name = "Test Subjects Note" + default_raw_text = "This testing had better be worth it. I've always wanted to have cat ears.
Not sure what all that gooey stuff I saw was, but at least I'll be in the cryo cell away from it.

And whats up with the floor tiles in the hall?" + +/obj/item/paper/codelab/researchernote + name = "Head Researchers Note" + default_raw_text = "With the help of these new 'volunteers' we are making great progress with our genetic research. These samples will earn us fame across the galaxy!
Earlier, one of the junior scientists wanted to try some gene editing on a white sample he recieved, which made it grow and mutate rapidly and slide into a hole in the floor on its own. Truly fascinating stuff!
The janitor can get it later, but we'll have to repeat the experiment under controlled conditions, perhaps even introducing it to one of the subjects." + +/obj/machinery/porta_turret/ship/weak/codelab + name = "old perimeter defense turret" + desc = "An old nanotrasen defense turret, rusted and weakened with age and constant use. Still capable of delivering lethal lasers to unwanted guests." + faction = list("nanotrasen", "turret") //why are there 3 different factions for nanotrasen mobs :withered: diff --git a/code/modules/ruins/lavalandruin_code/pizzaparty.dm b/code/modules/ruins/lavalandruin_code/pizzaparty.dm new file mode 100644 index 000000000000..a7776f4e6a87 --- /dev/null +++ b/code/modules/ruins/lavalandruin_code/pizzaparty.dm @@ -0,0 +1,9 @@ +//lavaland_surface_pizzaparty.dmm + +/obj/effect/spawner/lootdrop/pizzaparty + name = "pizza bomb spawner" + loot = list(/obj/item/pizzabox/margherita = 3, + /obj/item/pizzabox/meat = 3, + /obj/item/pizzabox/mushroom = 3, + /obj/item/pizzabox/bomb = 1) + lootdoubles = FALSE diff --git a/code/modules/ruins/lavalandruin_code/sloth.dm b/code/modules/ruins/lavalandruin_code/sloth.dm new file mode 100644 index 000000000000..e06773d4f19c --- /dev/null +++ b/code/modules/ruins/lavalandruin_code/sloth.dm @@ -0,0 +1,5 @@ +/////////// lavaland slot ruin items + +/obj/item/paper/fluff/stations/lavaland/sloth/note + name = "note from sloth" + desc = "have not gotten around to finishing my cursed item yet sorry - sloth" diff --git a/code/modules/ruins/lavalandruin_code/surface.dm b/code/modules/ruins/lavalandruin_code/surface.dm index 1f1113acf1a6..c58fb67fd61a 100644 --- a/code/modules/ruins/lavalandruin_code/surface.dm +++ b/code/modules/ruins/lavalandruin_code/surface.dm @@ -1,3 +1,9 @@ +//////lavaland surface papers + +/obj/item/paper/fluff/stations/lavaland/surface/henderson_report + name = "Important Notice - Mrs. Henderson" + default_raw_text = "Nothing of interest to report." + //ratvar /obj/structure/dead_ratvar diff --git a/code/modules/ruins/spaceruin_code/asteroid4.dm b/code/modules/ruins/spaceruin_code/asteroid4.dm new file mode 100644 index 000000000000..9ee576361f1f --- /dev/null +++ b/code/modules/ruins/spaceruin_code/asteroid4.dm @@ -0,0 +1,4 @@ +/////////// asteroid4 items + +/obj/item/paper/fluff/ruins/asteroid4/extraction + default_raw_text = "Extraction was successful! The disguise was perfect, the clowns never knew what hit 'em! Once I get back to base with the bananium samples I'll be rich, I tell you! RICH!" diff --git a/code/modules/ruins/spaceruin_code/caravanambush.dm b/code/modules/ruins/spaceruin_code/caravanambush.dm new file mode 100644 index 000000000000..8877a693cdae --- /dev/null +++ b/code/modules/ruins/spaceruin_code/caravanambush.dm @@ -0,0 +1,27 @@ +//caravan ambush + +/obj/item/wrench/caravan + color = "#ff0000" + desc = "A prototype of a new wrench design, allegedly the red color scheme makes it go faster." + name = "experimental wrench" + toolspeed = 0.3 + +/obj/item/screwdriver/caravan + color = "#ff0000" + desc = "A prototype of a new screwdriver design, allegedly the red color scheme makes it go faster." + name = "experimental screwdriver" + toolspeed = 0.3 + random_color = FALSE + +/obj/item/wirecutters/caravan + color = "#ff0000" + desc = "A prototype of a new wirecutter design, allegedly the red color scheme makes it go faster." + name = "experimental wirecutters" + toolspeed = 0.3 + random_color = FALSE + +/obj/item/crowbar/red/caravan + color = "#ff0000" + desc = "A prototype of a new crowbar design, allegedly the red color scheme makes it go faster." + name = "experimental crowbar" + toolspeed = 0.3 diff --git a/code/modules/ruins/spaceruin_code/clericsden.dm b/code/modules/ruins/spaceruin_code/clericsden.dm new file mode 100644 index 000000000000..7ca75e888660 --- /dev/null +++ b/code/modules/ruins/spaceruin_code/clericsden.dm @@ -0,0 +1,39 @@ +/////////// cleric's den items. + +//Primary reward: the cleric's mace design disk. +/obj/item/disk/design_disk/adv/cleric_mace + name = "Enshrined Disc of Smiting" + illustration = "sword" + color = "#6F6F6F" + +/obj/item/disk/design_disk/adv/cleric_mace/Initialize() + . = ..() + var/datum/design/cleric_mace/M = new + blueprints[1] = M + +/obj/item/paper/fluff/ruins/clericsden/contact + default_raw_text = "Father Aurellion, the ritual is complete, and soon our brothers at the bastion will see the error of our ways. After all, a god of clockwork or blood? Preposterous. Only the TRUE GOD should have so much power. Signed, Father Odivallus." + +/obj/item/paper/fluff/ruins/clericsden/warning + default_raw_text = "FATHER ODIVALLUS, DO NOT GO FORWARD WITH THE RITUAL. THE ASTEROID WE'RE ANCHORED TO IS UNSTABLE, YOU WILL DESTROY THE STATION. I HOPE THIS REACHES YOU IN TIME. FATHER AURELLION." + +/mob/living/simple_animal/hostile/construct/proteon + name = "Proteon" + real_name = "Proteon" + desc = "A weaker construct meant to scour ruins for objects of Nar'Sie's affection. Those barbed claws are no joke." + icon_state = "proteon" + icon_living = "proteon" + maxHealth = 35 + health = 35 + melee_damage_lower = 8 + melee_damage_upper = 10 + retreat_distance = 4 //AI proteons will rapidly move in and out of combat to avoid conflict, but will still target and follow you. + attack_verb_continuous = "pinches" + attack_verb_simple = "pinch" + environment_smash = ENVIRONMENT_SMASH_WALLS + attack_sound = 'sound/weapons/punch2.ogg' + playstyle_string = "You are a Proteon. Your abilities in combat are outmatched by most combat constructs, but you are still fast and nimble. Run metal and supplies, and cooperate with your fellow cultists." + +/mob/living/simple_animal/hostile/construct/proteon/hostile //Style of mob spawned by trapped cult runes in the cleric ruin. + AIStatus = AI_ON + environment_smash = ENVIRONMENT_SMASH_STRUCTURES //standard ai construct behavior, breaks things if it wants, but not walls. diff --git a/code/modules/ruins/spaceruin_code/crashedclownship.dm b/code/modules/ruins/spaceruin_code/crashedclownship.dm new file mode 100644 index 000000000000..34d70881bc43 --- /dev/null +++ b/code/modules/ruins/spaceruin_code/crashedclownship.dm @@ -0,0 +1,4 @@ +/////////// crashedclownship items + +/obj/item/paper/fluff/ruins/crashedclownship/true_nation + default_raw_text = "The call has gone out! Our ancestral home has been rediscovered! Not a small patch of land, but a true clown nation, a true Clown Planet! We're on our way home at last!" diff --git a/code/modules/ruins/spaceruin_code/crashedship.dm b/code/modules/ruins/spaceruin_code/crashedship.dm new file mode 100644 index 000000000000..911deacd27dc --- /dev/null +++ b/code/modules/ruins/spaceruin_code/crashedship.dm @@ -0,0 +1,40 @@ +// crashedship / packer ship + +//Areas + +/area/awaymission/BMPship + name = "BMP Asteroids" + icon_state = "away" + + +/area/awaymission/BMPship/Aft + name = "Aft Block" + icon_state = "away1" + requires_power = TRUE + +/area/awaymission/BMPship/Midship + name = "Midship Block" + icon_state = "away2" + requires_power = TRUE + +/area/awaymission/BMPship/Fore + name = "Fore Block" + icon_state = "away3" + requires_power = TRUE + + +// crashedship items + +/obj/item/paper/fluff/ruins/crashedship/scribbled + name = "scribbled note" + default_raw_text = "The next person who takes one of my screwdrivers gets stabbed with one. They are MINE. - Love, Madsen" + + +/obj/item/paper/fluff/ruins/crashedship/captains_log + name = "Captain's log entry" + default_raw_text = "I'm no scientist, but judging from the design and components, it seems to be some kind of teleporter. This thing is gonna be worth a lot of cash to the right man. The boys are excited, as they have every right to be, and I've let them crack into that case of beer we got. I normally wouldn't allow such a thing, but this is a time for celebration! It's not like a couple drinks will hurt anything." + +/obj/item/paper/fluff/ruins/crashedship/old_diary + name = "Old Diary" + default_raw_text = "DEAR DIARY: So we was doing our typical route when the captain says we've been picking up weird signals on some backwater planet. Madsen wanted to stay on course but he ain't the captain, so we went out of the way to check it out. There was lots of rocks on the way, but we got to the planet fine. Found a big fancy camp with nobody around and this big metal donut thing with NT stamps all over it right in the middle. Case of beer too. Captain reckons we can pass it off to some buyer in the Syndicate. Ingram says it's bad luck and that someone is going to come look for it but it sounds like better money than selling bad meat to jerky companies." + diff --git a/code/modules/ruins/spaceruin_code/deepstorage.dm b/code/modules/ruins/spaceruin_code/deepstorage.dm new file mode 100644 index 000000000000..bcfc3be8f546 --- /dev/null +++ b/code/modules/ruins/spaceruin_code/deepstorage.dm @@ -0,0 +1,14 @@ +/////////// deepstorage items + +/obj/item/paper/fluff/ruins/deepstorage/water_concern + name = "water concerns" + default_raw_text = "To whoever keeps it up with the long, hot showers: you're going on the next ice-mining trip. If you feel the need to use up all the damn water during your 'relaxation' time, you sure as hell are gonna work for all that water!" + +/obj/item/paper/fluff/ruins/deepstorage/hydro_notice + name = "hydroponics notice" + default_raw_text = "Hydroponics is our life and blood here, if it dies then so do we. Keep the damn plants watered!" + +/obj/item/paper/fluff/ruins/deepstorage/recycling_notice + name = "recycling notice" + default_raw_text = "Please make sure to throw all excess waste into the crusher in the back! It's amazing what you can get out of what others consider 'garbage' if you run it through a giant crusher enough times." + diff --git a/code/modules/ruins/spaceruin_code/forgottenship.dm b/code/modules/ruins/spaceruin_code/forgottenship.dm new file mode 100644 index 000000000000..57b9f64bf60f --- /dev/null +++ b/code/modules/ruins/spaceruin_code/forgottenship.dm @@ -0,0 +1,83 @@ +// forgottenship ruin +GLOBAL_VAR_INIT(fscpassword, generate_password()) + +/proc/generate_password() + return "[pick(GLOB.phonetic_alphabet)] [rand(1000,9999)]" + +/////////// forgottenship objects + +/obj/machinery/door/password/voice/sfc + name = "Voice-activated Vault door" + desc = "You'll need special syndicate passcode to open this one." +/obj/machinery/door/password/voice/sfc/Initialize(mapload) + . = ..() + password = "[GLOB.fscpassword]" + +/////////// forgottenship lore + +/obj/item/paper/fluff/ruins/forgottenship/password + name = "Old pamphlet" + +/obj/item/paper/fluff/ruins/forgottenship/password/Initialize(mapload) + . = ..() + default_raw_text = "Welcome to most advanced cruiser owned by Cyber Sun Industries!
You might notice, that this cruiser is equipped with 12 prototype laser turrets making any hostile boarding attempts futile.
Other facilities built on the ship are: Simple atmospheric system, Camera system with built-in X-ray visors and Safety module, enabling emergency engines in case of... you know, emergency.
Emergency system will bring you to nearest syndicate pod containing everything needed for human life.

In case of emergency, you must remember the pod-door activation code - [GLOB.fscpassword]

Cyber Sun Industries (C) 2484." + icon_state = "paper_words" + item_state = "paper" + +/obj/item/paper/fluff/ruins/forgottenship/powerissues + name = "Power issues" + default_raw_text = "Welcome to battle cruiser SCSBC-12!
Our most advanced systems allow you to fly in space and never worry about power issues!
However, emergencies occur, and in case of power loss, you must enable emergency generator using uranium as fuel and enable turrets in bridge afterwards.

REMEMBER! CYBERSUN INDUSTRIES ARE NOT RESPONSIBLE FOR YOUR DEATH OR SHIP LOSS WHEN TURRETS ARE DISABLED!

Cyber Sun Industries (C) 2484." + +/obj/item/paper/fluff/ruins/forgottenship/missionobj + name = "Mission objectives" + default_raw_text = "Greetings, operatives. You are assigned to SCSBC-12(Syndicate Cyber Sun Battle Cruiser 12) to protect our high-ranking officer while he is on his way to next outpost. While you are travelling, he is the captain of this ship and you must obey his orders.

Remember, disobeying high-ranking officer orders is a reason for termination." + +/////////// forgottenship items +/obj/item/disk/surgery/forgottenship + name = "Advanced Surgery Disk" + desc = "A disk that contains advanced surgery procedures, must be loaded into an Operating Console." + surgeries = list(/datum/surgery/advanced/lobotomy, /datum/surgery/advanced/bioware/vein_threading, /datum/surgery/advanced/bioware/nerve_splicing) + +/obj/structure/fluff/empty_sleeper/syndicate/captain + icon_state = "sleeper_s-open" + resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF + deconstructible = FALSE + +/obj/structure/fluff/empty_sleeper/syndicate/captain/ComponentInitialize() + . = ..() + AddComponent(/datum/component/gps, "Old Encrypted Signal") + +/////////// AI Laws + +/obj/item/aiModule/core/full/cybersun + name = "'Cybersun' Core AI Module" + law_id = "cybersun" + +/datum/ai_laws/cybersun + name = "Cybersun" + id = "cybersun" + inherent = list("You may not injure Cybersun operatives or, through inaction, allow Cybersun operatives to come to harm.",\ + "The Cybersun ship is a restricted area for anyone except Cybersun operatives.",\ + "The Cybersun Captain can designate new Operatives as long as they belong to another Syndicate faction that isn't hostile towards Cybersun.",\ + "You must follow orders given by the Cybersun Captain or crewmembers of the Cybersun Ship as long as it doesn't conflict with the Captain's orders or your laws.",\ + "Enemies of Cybersun are to be executed on spot. Those who aren't hostile must be detained and contained in the designated prison area as prisoners.") + +/////////// forgottenship areas + +/area/ruin/space/has_grav/syndicate_forgotten_ship + name = "Syndicate Forgotten Ship" + icon_state = "syndie-ship" + ambientsounds = list('sound/ambience/ambidanger.ogg', 'sound/ambience/ambidanger2.ogg', 'sound/ambience/ambigen9.ogg', 'sound/ambience/ambigen10.ogg') + +/area/ruin/space/has_grav/syndicate_forgotten_cargopod + name = "Syndicate Forgotten Cargo pod" + icon_state = "syndie-ship" + ambientsounds = list('sound/ambience/ambigen4.ogg', 'sound/ambience/signal.ogg') + +/area/ruin/space/has_grav/powered/syndicate_forgotten_vault + name = "Syndicate Forgotten Vault" + icon_state = "syndie-ship" + ambientsounds = list('sound/ambience/ambitech2.ogg', 'sound/ambience/ambitech3.ogg') + area_flags = NOTELEPORT | UNIQUE_AREA + + //Cybersun hardsuit diff --git a/code/modules/ruins/spaceruin_code/hellfactory.dm b/code/modules/ruins/spaceruin_code/hellfactory.dm new file mode 100644 index 000000000000..6f992fbff52e --- /dev/null +++ b/code/modules/ruins/spaceruin_code/hellfactory.dm @@ -0,0 +1,32 @@ +/obj/machinery/door/keycard/office + name = "management airlock" + desc = "The boss man gets the best stuff. Always and forever." + puzzle_id = "factory1" + +/obj/item/keycard/office + name = "management keycard" + desc = "The Brewzone, first rate brewing and packaging. This one is labeled 'office'." + color = "#f05812" + puzzle_id = "factory1" + +/obj/machinery/door/keycard/stockroom + name = "stockroom airlock" + desc = "The boss man gets the best stuff. Always and forever." + puzzle_id = "factory2" + +/obj/item/keycard/stockroom + name = "stockroom keycard" + desc = "The Heck Brewzone, first rate brewing and packaging. This one is labeled 'stockroom'." + color = "#1272f0" + puzzle_id = "factory2" + +/obj/machinery/door/keycard/entry + name = "secure airlock" + desc = "The boss man gets the best stuff. Always and forever." + puzzle_id = "factory3" + +/obj/item/keycard/entry + name = "secure keycard" + desc = "The Heck Brewzone, first rate brewing and packaging. This one is labeled 'front door'." + color = "#12f049" + puzzle_id = "factory3" diff --git a/code/modules/ruins/spaceruin_code/hilbertshotel.dm b/code/modules/ruins/spaceruin_code/hilbertshotel.dm new file mode 100644 index 000000000000..80c3e268e830 --- /dev/null +++ b/code/modules/ruins/spaceruin_code/hilbertshotel.dm @@ -0,0 +1,20 @@ +/// Some ruins still use assets that came from Hilbert's Hotel. +/turf/closed/indestructible/hotelwall + name = "hotel wall" + desc = "A wall designed to protect the security of the hotel's guests." + icon_state = "hotelwall" + smoothing_groups = list(SMOOTH_GROUP_CLOSED_TURFS, SMOOTH_GROUP_HOTEL_WALLS) + canSmoothWith = list(SMOOTH_GROUP_HOTEL_WALLS) + explosion_block = INFINITY + +/turf/open/indestructible/hotelwood + desc = "Stylish dark wood with extra reinforcement. Secured firmly to the floor to prevent tampering." + icon_state = "wood" + footstep = FOOTSTEP_WOOD + tiled_dirt = FALSE + +/turf/open/indestructible/hoteltile + desc = "Smooth tile with extra reinforcement. Secured firmly to the floor to prevent tampering." + icon_state = "showroomfloor" + footstep = FOOTSTEP_FLOOR + tiled_dirt = FALSE diff --git a/code/modules/ruins/spaceruin_code/listeningstation.dm b/code/modules/ruins/spaceruin_code/listeningstation.dm new file mode 100644 index 000000000000..4b4cb8046667 --- /dev/null +++ b/code/modules/ruins/spaceruin_code/listeningstation.dm @@ -0,0 +1,45 @@ +/////////// listening station + +/obj/item/paper/fluff/ruins/listeningstation/reports + default_raw_text = "Nothing of interest to report." + +/obj/item/paper/fluff/ruins/listeningstation/reports/july + name = "july report" + +/obj/item/paper/fluff/ruins/listeningstation/reports/august + name = "august report" + +/obj/item/paper/fluff/ruins/listeningstation/reports/september + name = "september report" + +/obj/item/paper/fluff/ruins/listeningstation/reports/october + name = "october report" + +/obj/item/paper/fluff/ruins/listeningstation/reports/november + name = "november report" + +/obj/item/paper/fluff/ruins/listeningstation/reports/june + name = "june report" + default_raw_text = "Nanotrasen communications have been noticeably less frequent recently. The pirate radio station I found last month has been transmitting pro-Nanotrasen propaganda. I will continue to monitor it." + +/obj/item/paper/fluff/ruins/listeningstation/reports/may + name = "may report" + default_raw_text = "Nothing of real interest to report this month. I have intercepted faint transmissions from what appears to be some sort of pirate radio station. They do not appear to be relevant to my assignment." + +/obj/item/paper/fluff/ruins/listeningstation/reports/april + name = "april report" + default_raw_text = "A good start to the operation: intercepted Nanotrasen military communications. A convoy is scheduled to transfer nuclear warheads to a new military base. This is as good a chance as any to get our hands on some heavy weaponry, I suggest we take it." + +/obj/item/paper/fluff/ruins/listeningstation/receipt + name = "receipt" + default_raw_text = "1 x Stechkin pistol - 600 cr
1 x silencer - 200 cr
shipping charge - 4360 cr
total - 5160 cr" + +/obj/item/paper/fluff/ruins/listeningstation/odd_report + name = "odd report" + default_raw_text = "I wonder how much longer they will accept my empty reports. They will cancel the case soon without results. When the pickup comes, I will tell them I have lost faith in our cause, and beg them to consider a diplomatic solution. How many nuclear teams have been dispatched with those nukes? I must try and prevent more from ever being sent. If they will not listen to reason, I will detonate the warehouse myself. Maybe some day in the immediate future, space will be peaceful, though I don't intend to live to see it. And that is why I write this down- it is my sacrifice that stabilized your worlds, traveller. Spare a thought for me, and please attempt to prevent nuclear proliferation, should it ever rear its ugly head again. -DonkCo Operative #451" + +/obj/item/paper/fluff/ruins/listeningstation/briefing + name = "mission briefing" + default_raw_text = "Mission Details: You have been assigned to a newly constructed listening post constructed within an asteroid in Nanotrasen space to monitor their plasma mining operations. Accurate intel is crucial to the success of our operatives onboard, do not fail us." + + diff --git a/code/modules/ruins/spaceruin_code/spacehotel.dm b/code/modules/ruins/spaceruin_code/spacehotel.dm new file mode 100644 index 000000000000..735c039b5ee1 --- /dev/null +++ b/code/modules/ruins/spaceruin_code/spacehotel.dm @@ -0,0 +1,12 @@ +/////////// spacehotel items + + +/obj/item/paper/fluff/ruins/spacehotel/notice + name = "!NOTICE!" + default_raw_text = "!NOTICE!

We are expecting arriving guests soon from a nearby station! Stay sharp and make sure guests enjoy their time spent here. Don't think you can sneak off while they're here, either.
" + +/obj/item/paper/pamphlet/ruin/spacehotel + name = "hotel pamphlet" + default_raw_text = "
The Twin Nexus Hotel

A place of Sanctuary


Welcome to The Twin-Nexus Hotel, \[insert name here]! The loyal staff strive to their best effort to cater for the best possible experience for all space(wo)men! If you have any questions or comments, please ask one of our on-board staff for more information.
" + + diff --git a/shiptest.dme b/shiptest.dme index 1745e6964b0e..328e6e1883cc 100644 --- a/shiptest.dme +++ b/shiptest.dme @@ -3253,19 +3253,35 @@ #include "code\modules\research\xenobiology\crossbreeding\reproductive.dm" #include "code\modules\research\xenobiology\crossbreeding\selfsustaining.dm" #include "code\modules\research\xenobiology\crossbreeding\stabilized.dm" +#include "code\modules\ruins\lavaland_ruin_code.dm" #include "code\modules\ruins\rockplanet_ruin_code.dm" #include "code\modules\ruins\icemoonruin_code\hydroponicslab.dm" #include "code\modules\ruins\icemoonruin_code\library.dm" #include "code\modules\ruins\icemoonruin_code\wrath.dm" +#include "code\modules\ruins\lavalandruin_code\biodome_clown_planet.dm" #include "code\modules\ruins\lavalandruin_code\biodome_winter.dm" +#include "code\modules\ruins\lavalandruin_code\codelab.dm" #include "code\modules\ruins\lavalandruin_code\elephantgraveyard.dm" +#include "code\modules\ruins\lavalandruin_code\pizzaparty.dm" #include "code\modules\ruins\lavalandruin_code\puzzle.dm" +#include "code\modules\ruins\lavalandruin_code\sloth.dm" #include "code\modules\ruins\lavalandruin_code\surface.dm" #include "code\modules\ruins\lavalandruin_code\syndicate_base.dm" #include "code\modules\ruins\objects_and_mobs\ash_walker_den.dm" #include "code\modules\ruins\objects_and_mobs\necropolis_gate.dm" #include "code\modules\ruins\objects_and_mobs\sin_ruins.dm" +#include "code\modules\ruins\spaceruin_code\asteroid4.dm" #include "code\modules\ruins\spaceruin_code\bigderelict1.dm" +#include "code\modules\ruins\spaceruin_code\caravanambush.dm" +#include "code\modules\ruins\spaceruin_code\clericsden.dm" +#include "code\modules\ruins\spaceruin_code\crashedclownship.dm" +#include "code\modules\ruins\spaceruin_code\crashedship.dm" +#include "code\modules\ruins\spaceruin_code\deepstorage.dm" +#include "code\modules\ruins\spaceruin_code\forgottenship.dm" +#include "code\modules\ruins\spaceruin_code\hellfactory.dm" +#include "code\modules\ruins\spaceruin_code\hilbertshotel.dm" +#include "code\modules\ruins\spaceruin_code\listeningstation.dm" +#include "code\modules\ruins\spaceruin_code\spacehotel.dm" #include "code\modules\ruins\spaceruin_code\TheDerelict.dm" #include "code\modules\screen_alerts\_screen_alerts.dm" #include "code\modules\security_levels\keycard_authentication.dm" From 0dc4d97284868be69feaf18776bbf6d683cbab28 Mon Sep 17 00:00:00 2001 From: Yobrocharlie Date: Tue, 30 Jul 2024 19:51:43 -0700 Subject: [PATCH 03/15] this should allow it to run --- code/game/area/areas/ruins/lavaland.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/game/area/areas/ruins/lavaland.dm b/code/game/area/areas/ruins/lavaland.dm index 4f944b4b64ef..50110f227133 100644 --- a/code/game/area/areas/ruins/lavaland.dm +++ b/code/game/area/areas/ruins/lavaland.dm @@ -113,7 +113,6 @@ name = "Scorched Hut" icon_state = "red" -<<<<<<< HEAD // Wrecked Factory /area/ruin/lavaland/factory/warehouse @@ -147,8 +146,6 @@ requires_power = FALSE //Buried Shrine -======= ->>>>>>> parent of f11a7aaaec (THE RUINCUT [AFFRONT TO GOD] (#3026)) /area/ruin/unpowered/buried_shrine name = "Buried Shrine" icon_state = "red" From 643ce6d3051e8b4024bdce07e86c7ef08f877607 Mon Sep 17 00:00:00 2001 From: Yobrocharlie Date: Tue, 30 Jul 2024 20:27:19 -0700 Subject: [PATCH 04/15] hopefully this will fix things --- code/datums/ruins/lavaland.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/datums/ruins/lavaland.dm b/code/datums/ruins/lavaland.dm index 1806900f6b18..6c2289387ebf 100644 --- a/code/datums/ruins/lavaland.dm +++ b/code/datums/ruins/lavaland.dm @@ -134,5 +134,4 @@ id = "crashed_star" description = "A crashed pirate ship. It would seem that it's crew died a while ago." suffix = "lavaland_crashed_starwalker.dmm" -======= ->>>>>>> parent of f11a7aaaec (THE RUINCUT [AFFRONT TO GOD] (#3026)) + From 89360ba029fd6f928d0320aad599691dfddd7683 Mon Sep 17 00:00:00 2001 From: Yobrocharlie Date: Tue, 30 Jul 2024 20:33:34 -0700 Subject: [PATCH 05/15] Update lavaland.dm --- code/datums/ruins/lavaland.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/datums/ruins/lavaland.dm b/code/datums/ruins/lavaland.dm index 6c2289387ebf..aa7ea479cdcb 100644 --- a/code/datums/ruins/lavaland.dm +++ b/code/datums/ruins/lavaland.dm @@ -134,4 +134,3 @@ id = "crashed_star" description = "A crashed pirate ship. It would seem that it's crew died a while ago." suffix = "lavaland_crashed_starwalker.dmm" - From 546b91b90adec149aa6f52d8ddf7abcea9342344 Mon Sep 17 00:00:00 2001 From: Yobrocharlie Date: Tue, 30 Jul 2024 20:37:37 -0700 Subject: [PATCH 06/15] Update lavaland.dm --- code/datums/ruins/lavaland.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/datums/ruins/lavaland.dm b/code/datums/ruins/lavaland.dm index aa7ea479cdcb..5057bc6ddf2a 100644 --- a/code/datums/ruins/lavaland.dm +++ b/code/datums/ruins/lavaland.dm @@ -134,3 +134,8 @@ id = "crashed_star" description = "A crashed pirate ship. It would seem that it's crew died a while ago." suffix = "lavaland_crashed_starwalker.dmm" +<<<<<<< HEAD +======= +======= +>>>>>>> parent of f11a7aaaec (THE RUINCUT [AFFRONT TO GOD] (#3026)) +>>>>>>> parent of 643ce6d305 (hopefully this will fix things) From ecc1e8b1205dfd9045f616c1cfa0bf1fa2b0eb58 Mon Sep 17 00:00:00 2001 From: Yobrocharlie Date: Tue, 30 Jul 2024 20:42:21 -0700 Subject: [PATCH 07/15] Update lavaland.dm --- code/datums/ruins/lavaland.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/datums/ruins/lavaland.dm b/code/datums/ruins/lavaland.dm index 5057bc6ddf2a..e8a5e896cc6c 100644 --- a/code/datums/ruins/lavaland.dm +++ b/code/datums/ruins/lavaland.dm @@ -136,6 +136,5 @@ suffix = "lavaland_crashed_starwalker.dmm" <<<<<<< HEAD ======= -======= >>>>>>> parent of f11a7aaaec (THE RUINCUT [AFFRONT TO GOD] (#3026)) ->>>>>>> parent of 643ce6d305 (hopefully this will fix things) + From 3427b88e3ea38d1a74b24750dbae56e50556fa3f Mon Sep 17 00:00:00 2001 From: Yobrocharlie Date: Tue, 30 Jul 2024 20:45:38 -0700 Subject: [PATCH 08/15] Update lavaland.dm --- code/datums/ruins/lavaland.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/datums/ruins/lavaland.dm b/code/datums/ruins/lavaland.dm index e8a5e896cc6c..63e346fbb0e3 100644 --- a/code/datums/ruins/lavaland.dm +++ b/code/datums/ruins/lavaland.dm @@ -134,7 +134,5 @@ id = "crashed_star" description = "A crashed pirate ship. It would seem that it's crew died a while ago." suffix = "lavaland_crashed_starwalker.dmm" -<<<<<<< HEAD -======= >>>>>>> parent of f11a7aaaec (THE RUINCUT [AFFRONT TO GOD] (#3026)) From f9a7e5789f588380cccc36e93c933c0a4dae2354 Mon Sep 17 00:00:00 2001 From: Yobrocharlie Date: Tue, 30 Jul 2024 20:48:55 -0700 Subject: [PATCH 09/15] Update lavaland.dm --- code/datums/ruins/lavaland.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/datums/ruins/lavaland.dm b/code/datums/ruins/lavaland.dm index 63e346fbb0e3..aa7ea479cdcb 100644 --- a/code/datums/ruins/lavaland.dm +++ b/code/datums/ruins/lavaland.dm @@ -134,5 +134,3 @@ id = "crashed_star" description = "A crashed pirate ship. It would seem that it's crew died a while ago." suffix = "lavaland_crashed_starwalker.dmm" ->>>>>>> parent of f11a7aaaec (THE RUINCUT [AFFRONT TO GOD] (#3026)) - From 1f02415e92635aaa7c3574d8885e7021c0ef3ae2 Mon Sep 17 00:00:00 2001 From: Yobrocharlie Date: Tue, 30 Jul 2024 22:53:30 -0700 Subject: [PATCH 10/15] causing a lot of issues --- .../BeachRuins/beach_crashed_starwalker.dmm | 5401 ----------------- 1 file changed, 5401 deletions(-) delete mode 100644 _maps/RandomRuins/BeachRuins/beach_crashed_starwalker.dmm diff --git a/_maps/RandomRuins/BeachRuins/beach_crashed_starwalker.dmm b/_maps/RandomRuins/BeachRuins/beach_crashed_starwalker.dmm deleted file mode 100644 index 036aef50c054..000000000000 --- a/_maps/RandomRuins/BeachRuins/beach_crashed_starwalker.dmm +++ /dev/null @@ -1,5401 +0,0 @@ -//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"ao" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/pod, -/area/ruin/beach/starwalker) -"ar" = ( -/obj/effect/decal/fakelattice{ - icon_state = "lattice-55" - }, -/turf/open/floor/plating/grass/beach/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"as" = ( -/turf/closed/mineral/random/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) -"av" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 9 - }, -/obj/effect/decal/cleanable/oil/streak, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/orange{ - icon_state = "0-8" - }, -/obj/item/wallframe/apc, -/obj/machinery/light/small/broken/directional/east, -/turf/open/floor/plasteel, -/area/ruin/beach/starwalker) -"aL" = ( -/obj/structure/railing, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/structure/cable/orange{ - icon_state = "5-8" - }, -/obj/structure/cable/orange{ - icon_state = "1-8" - }, -/obj/structure/spacevine/dense, -/turf/open/floor/plasteel/patterned/cargo_one, -/area/ruin/beach/starwalker) -"aN" = ( -/obj/machinery/atmospherics/components/unary/shuttle/heater{ - dir = 1 - }, -/obj/structure/window/reinforced, -/turf/open/floor/plating, -/area/ruin/beach/starwalker) -"bd" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"bg" = ( -/turf/closed/mineral/random/beach, -/area/overmap_encounter/planetoid/cave/explored) -"bs" = ( -/obj/structure/cable/cyan{ - icon_state = "6-8" - }, -/obj/item/wallframe/airalarm{ - pixel_x = 7; - pixel_y = 5 - }, -/obj/item/pickaxe/drill{ - pixel_y = -12 - }, -/turf/open/floor/plasteel/stairs{ - dir = 4 - }, -/area/ruin/beach/starwalker) -"bz" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters{ - id = "pcarrier_cargo"; - name = "Blast Shutters" - }, -/turf/open/floor/engine/hull/interior, -/area/ruin/beach/starwalker) -"bI" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 4; - color = "#808080" - }, -/obj/structure/closet/wall/red/directional/east{ - name = "armory locker"; - req_one_access_txt = "1" - }, -/obj/item/storage/box/slugshot, -/obj/item/ammo_box/c38, -/obj/structure/spacevine, -/turf/open/floor/mineral/plastitanium, -/area/ruin/beach/starwalker) -"bL" = ( -/obj/effect/turf_decal/number/zero{ - dir = 8 - }, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/overmap_encounter/planetoid/beachplanet/explored) -"bM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/overmap_encounter/planetoid/beachplanet/explored) -"bU" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 10; - color = "#808080" - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/dirt, -/obj/structure/spacevine, -/turf/open/floor/mineral/plastitanium, -/area/ruin/beach/starwalker) -"bV" = ( -/obj/structure/catwalk/over, -/obj/structure/sign/departments/medbay/alt{ - pixel_x = -32 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/cable/orange{ - icon_state = "1-2" - }, -/obj/structure/grille/broken, -/turf/open/floor/plating, -/area/ruin/beach/starwalker) -"cn" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/cable_coil/cut/pink{ - pixel_x = 9; - pixel_y = 14 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/overmap_encounter/planetoid/beachplanet/explored) -"co" = ( -/obj/structure/catwalk/over, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/cable/orange{ - icon_state = "1-2" - }, -/obj/item/sensor_device{ - pixel_x = -9; - pixel_y = -1 - }, -/obj/structure/spacevine, -/turf/open/floor/plating, -/area/ruin/beach/starwalker) -"cq" = ( -/obj/structure/grille/broken, -/obj/effect/decal/cleanable/glass{ - pixel_y = 3; - pixel_x = 16 - }, -/turf/open/floor/plating, -/area/ruin/beach/starwalker) -"cA" = ( -/obj/machinery/light/directional/east, -/obj/structure/closet/crate/trashcart, -/obj/item/trash/can/food/beans{ - pixel_x = 4; - pixel_y = -5 - }, -/obj/item/trash/popcorn, -/obj/item/trash/cheesie, -/obj/item/trash/chips, -/obj/item/trash/pistachios{ - pixel_x = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/cable/blue{ - icon_state = "1-9" - }, -/turf/open/floor/plasteel, -/area/ruin/beach/starwalker) -"cC" = ( -/obj/effect/turf_decal/industrial/outline/yellow, -/obj/effect/decal/cleanable/wrapping, -/obj/effect/decal/cleanable/dirt, -/obj/structure/spacevine, -/obj/structure/mopbucket, -/turf/open/floor/plasteel, -/area/ruin/beach/starwalker) -"cH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/components/binary/pump{ - name = "engine fuel pump" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/glass{ - pixel_y = -12; - pixel_x = -9 - }, -/turf/open/floor/pod, -/area/ruin/beach/starwalker) -"cO" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/item/stack/ore/salvage/scrapgold/five{ - pixel_x = -9; - pixel_y = 10 - }, -/obj/structure/spacevine, -/turf/open/floor/plating/rust, -/area/ruin/beach/starwalker) -"cT" = ( -/obj/effect/turf_decal/industrial/loading, -/obj/item/reagent_containers/food/snacks/monkeycube, -/turf/open/floor/plasteel/patterned/ridged, -/area/ruin/beach/starwalker) -"dh" = ( -/obj/structure/chair/greyscale{ - dir = 1 - }, -/obj/machinery/button/door{ - pixel_x = 21; - pixel_y = 22; - dir = 8; - id = "pcarrier_c1" - }, -/obj/item/stack/arcadeticket{ - pixel_x = -7 - }, -/obj/structure/cable/cyan{ - icon_state = "1-4" - }, -/obj/machinery/light/small/broken/directional/south, -/turf/open/floor/plasteel/tech/grid, -/area/ruin/beach/starwalker) -"di" = ( -/turf/open/floor/plating/dirt, -/area/overmap_encounter/planetoid/cave/explored) -"dm" = ( -/obj/effect/decal/fakelattice{ - icon_state = "lattice-74" - }, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"dC" = ( -/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, -/obj/machinery/door/poddoor/shutters{ - id = "pcarrier_windows" - }, -/turf/open/floor/plating, -/area/ruin/beach/starwalker) -"dP" = ( -/obj/item/stack/rods{ - pixel_x = -9; - pixel_y = 1 - }, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) -"dX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/tracks, -/obj/effect/decal/cleanable/blood/old{ - icon_state = "gib1-old"; - pixel_x = -3; - pixel_y = -6 - }, -/obj/effect/decal/cleanable/blood/drip, -/obj/effect/decal/cleanable/blood/footprints{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood/innards{ - pixel_y = -7 - }, -/turf/open/floor/plating/dirt, -/area/overmap_encounter/planetoid/cave/explored) -"ef" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/item/gps{ - pixel_x = -9; - pixel_y = 6 - }, -/turf/open/floor/plasteel/stairs{ - icon = 'icons/obj/stairs.dmi'; - dir = 8 - }, -/area/ruin/beach/starwalker) -"ek" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/item/healthanalyzer, -/obj/item/reagent_containers/glass/bottle/charcoal{ - pixel_x = -8; - pixel_y = 12 - }, -/obj/item/storage/pill_bottle/mannitol{ - pixel_x = 7; - pixel_y = 5 - }, -/turf/open/floor/plasteel/patterned/cargo_one, -/area/ruin/beach/starwalker) -"er" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable/yellow{ - icon_state = "1-10" - }, -/obj/structure/cable/yellow{ - icon_state = "1-6" - }, -/turf/open/floor/plating/rust, -/area/ruin/beach/starwalker) -"eJ" = ( -/mob/living/simple_animal/hostile/carp, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) -"eN" = ( -/obj/structure/catwalk/over, -/obj/machinery/door/airlock/glass, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/ruin/beach/starwalker) -"eT" = ( -/obj/effect/decal/cleanable/blood/drip, -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = -21; - pixel_y = 11 - }, -/turf/open/floor/plating/dirt, -/area/overmap_encounter/planetoid/cave/explored) -"fj" = ( -/obj/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/smes/shuttle/precharged{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/effect/decal/cleanable/glass{ - pixel_x = -13; - pixel_y = 7 - }, -/turf/open/floor/plating, -/area/ruin/beach/starwalker) -"fk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/firealarm/directional/west, -/obj/item/clothing/under/costume/sailor, -/obj/structure/spacevine, -/turf/open/floor/pod, -/area/ruin/beach/starwalker) -"fu" = ( -/obj/structure/window/reinforced, -/obj/machinery/door/window/northright{ - name = "Engine Access" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/smes/shuttle/precharged{ - dir = 1 - }, -/turf/open/floor/plating, -/area/ruin/beach/starwalker) -"fM" = ( -/obj/structure/catwalk/over, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/door/airlock/external/glass, -/obj/structure/cable/orange{ - icon_state = "1-10" - }, -/turf/open/floor/plating, -/area/ruin/beach/starwalker) -"gd" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/effect/decal/cleanable/vomit/old, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/ruin/beach/starwalker) -"gi" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/toilet{ - dir = 4 - }, -/obj/structure/spider/cocoon, -/obj/structure/spider/stickyweb, -/obj/structure/spider/stickyweb{ - icon_state = "stickyweb2" - }, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/vomit/old, -/obj/structure/curtain/bounty, -/turf/open/floor/pod/light, -/area/ruin/beach/starwalker) -"gr" = ( -/obj/effect/turf_decal/industrial/warning, -/obj/structure/railing/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/blue{ - icon_state = "6-8" - }, -/obj/structure/cable/pink{ - icon_state = "6-9" - }, -/obj/structure/grille, -/turf/open/floor/plasteel/patterned, -/area/ruin/beach/starwalker) -"gu" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 8 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken4" - }, -/area/ruin/beach/starwalker) -"gU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/kirbyplants{ - icon_state = "plant-10" - }, -/turf/open/floor/pod/light, -/area/ruin/beach/starwalker) -"gV" = ( -/obj/item/reagent_containers/food/snacks/fishmeat/carp, -/obj/item/reagent_containers/food/snacks/fishmeat/carp{ - pixel_y = 7; - pixel_x = 4 - }, -/obj/effect/turf_decal/weather/sand{ - dir = 1 - }, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) -"hd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/tracks{ - dir = 5 - }, -/turf/open/floor/plating/dirt, -/area/overmap_encounter/planetoid/cave/explored) -"hf" = ( -/obj/effect/turf_decal/industrial/outline/yellow, -/obj/structure/grille, -/turf/open/floor/engine/hull, -/area/ruin/beach/starwalker) -"hg" = ( -/obj/item/soap/deluxe, -/obj/item/bikehorn/rubberducky, -/obj/machinery/shower{ - dir = 1 - }, -/obj/structure/curtain, -/obj/structure/sign/poster/contraband/random{ - pixel_x = -32 - }, -/turf/open/floor/plating/catwalk_floor, -/area/ruin/beach/starwalker) -"hi" = ( -/obj/effect/turf_decal/weather/dirt{ - dir = 1 - }, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"hx" = ( -/mob/living/simple_animal/beachcarp/salmon{ - dir = 4 - }, -/obj/effect/decal/fakelattice{ - icon_state = "lattice-3" - }, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) -"hN" = ( -/obj/machinery/light/small/directional/east, -/obj/effect/decal/cleanable/blood/old{ - pixel_x = -9; - pixel_y = 11; - icon_state = "floor6-old" - }, -/turf/open/floor/engine/hull, -/area/ruin/beach/starwalker) -"hV" = ( -/obj/structure/flora/ausbushes/fernybush, -/turf/open/floor/plating/grass/beach/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"ia" = ( -/obj/machinery/atmospherics/components/unary/shuttle/heater{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/spacevine/weak, -/turf/open/floor/plating, -/area/ruin/beach/starwalker) -"id" = ( -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"it" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 8 - }, -/obj/structure/closet/body_bag, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/item/circuitboard/computer/rdconsole, -/obj/item/stack/medical/suture/medicated, -/obj/item/circuitboard/machine/rdserver, -/obj/item/circuitboard/machine/protolathe/department/security, -/obj/effect/mob_spawn/human/sec, -/turf/open/floor/plasteel, -/area/ruin/beach/starwalker) -"iw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/fakelattice{ - icon_state = "lattice-9" - }, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"iA" = ( -/obj/machinery/mineral/ore_redemption{ - dir = 4 - }, -/obj/structure/railing{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ruin/beach/starwalker) -"iB" = ( -/obj/machinery/button/door{ - pixel_x = -23; - pixel_y = 22; - dir = 4; - id = "pcarrier_c2" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/light/small/broken/directional/south, -/turf/open/floor/plasteel/tech/grid, -/area/ruin/beach/starwalker) -"iC" = ( -/turf/closed/wall/mineral/plastitanium, -/area/ruin/beach/starwalker) -"iE" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/wallframe/firealarm, -/obj/machinery/light/broken/directional/south, -/obj/structure/frame/machine, -/turf/open/floor/plasteel, -/area/ruin/beach/starwalker) -"iN" = ( -/obj/item/stack/ore/salvage/scrapmetal/five{ - pixel_x = 13; - pixel_y = 17 - }, -/turf/open/floor/plating/grass/beach/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"ju" = ( -/obj/effect/decal/fakelattice{ - icon_state = "lattice-3" - }, -/obj/item/stack/cable_coil/cut/orange{ - pixel_x = 7; - pixel_y = 11 - }, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"jC" = ( -/obj/item/stack/rods{ - pixel_x = -9; - pixel_y = 1 - }, -/turf/open/floor/plating/grass/beach/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"jH" = ( -/obj/structure/closet/crate/coffin, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/mob_spawn/human/corpse/pirate, -/turf/open/floor/plating/dirt, -/area/overmap_encounter/planetoid/cave/explored) -"jL" = ( -/obj/structure/disposalpipe/broken, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/starwalker) -"kg" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/east, -/turf/open/floor/plasteel, -/area/ruin/beach/starwalker) -"kh" = ( -/mob/living/simple_animal/crab, -/turf/open/floor/plating/dirt, -/area/overmap_encounter/planetoid/cave/explored) -"kv" = ( -/obj/machinery/power/terminal, -/obj/structure/cable/yellow{ - icon_state = "0-9" - }, -/obj/effect/decal/cleanable/glass{ - pixel_x = -13; - pixel_y = 7 - }, -/turf/open/floor/pod, -/area/ruin/beach/starwalker) -"ky" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/dirt, -/area/overmap_encounter/planetoid/cave/explored) -"kK" = ( -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = -21; - pixel_y = 11 - }, -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = -10; - pixel_y = 15 - }, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"kP" = ( -/obj/structure/railing/corner{ - dir = 4 - }, -/obj/machinery/status_display/shuttle{ - pixel_y = 32 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "6-8" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/structure/cable/orange{ - icon_state = "2-8" - }, -/obj/machinery/light/broken/directional/north, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/ruin/beach/starwalker) -"kR" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/structure/noticeboard{ - pixel_y = 31 - }, -/obj/structure/cable/pink{ - icon_state = "4-10" - }, -/obj/structure/spacevine, -/turf/open/floor/plasteel/stairs{ - dir = 8 - }, -/area/ruin/beach/starwalker) -"kX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/tracks, -/turf/open/floor/plating/dirt, -/area/overmap_encounter/planetoid/cave/explored) -"lc" = ( -/obj/machinery/atmospherics/components/binary/pump{ - name = "engine fuel pump" - }, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/structure/spacevine/weak, -/obj/item/reagent_containers/food/snacks/breadslice/moldy{ - pixel_x = 5 - }, -/turf/open/floor/pod, -/area/ruin/beach/starwalker) -"lq" = ( -/obj/effect/turf_decal/industrial/outline/yellow, -/obj/structure/closet/crate/engineering, -/obj/effect/decal/cleanable/oil, -/obj/item/rcl/pre_loaded, -/obj/item/reagent_containers/spray/weedspray, -/obj/item/sparkler{ - pixel_x = -9 - }, -/obj/item/stack/cable_coil, -/obj/item/stack/circuit_stack, -/obj/machinery/firealarm/directional/west, -/obj/item/storage/box/ingredients/vegetarian, -/obj/item/storage/box/ingredients/carnivore{ - pixel_x = -4; - pixel_y = 6 - }, -/turf/open/floor/plasteel/patterned, -/area/ruin/beach/starwalker) -"lM" = ( -/obj/item/pushbroom{ - pixel_x = 6; - pixel_y = 7 - }, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) -"lY" = ( -/obj/item/clothing/suit/space/hardsuit/swat, -/obj/machinery/suit_storage_unit/inherit, -/obj/item/tank/jetpack/oxygen/harness, -/obj/effect/turf_decal/industrial/outline/yellow, -/obj/machinery/light/directional/south, -/turf/open/floor/plasteel/tech/grid, -/area/ruin/beach/starwalker) -"ma" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/ore/salvage/scraptitanium{ - pixel_x = -3; - pixel_y = -6 - }, -/turf/open/floor/plating, -/area/overmap_encounter/planetoid/beachplanet/explored) -"mb" = ( -/obj/effect/decal/fakelattice{ - icon_state = "lattice-5" - }, -/obj/item/stack/ore/salvage/scraptitanium{ - pixel_x = -12; - pixel_y = -6 - }, -/obj/item/stack/cable_coil/cut/blue, -/turf/open/floor/plating/grass/beach/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"mi" = ( -/obj/effect/decal/cleanable/blood/old{ - icon_state = "gib1-old"; - pixel_x = -3; - pixel_y = -6 - }, -/obj/effect/decal/cleanable/blood/old{ - pixel_x = 11; - pixel_y = -5 - }, -/obj/effect/decal/cleanable/blood/old{ - pixel_x = -9; - pixel_y = 11; - icon_state = "floor6-old" - }, -/obj/item/reagent_containers/food/snacks/meat/rawcrab{ - pixel_x = 3; - pixel_y = 9 - }, -/turf/open/floor/plating/dirt, -/area/overmap_encounter/planetoid/cave/explored) -"mm" = ( -/obj/machinery/jukebox/disco, -/turf/open/floor/plating/dirt, -/area/overmap_encounter/planetoid/cave/explored) -"mU" = ( -/mob/living/simple_animal/hostile/carp, -/turf/open/floor/plating/dirt, -/area/overmap_encounter/planetoid/cave/explored) -"nw" = ( -/mob/living/simple_animal/hostile/carp{ - resize = 0.5; - melee_damage_lower = 0; - melee_damage_upper = 0; - name = "Baby carp"; - desc = "A ferociously cute, fang-less creature that resembles a fish." - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plating/dirt, -/area/overmap_encounter/planetoid/cave/explored) -"nz" = ( -/obj/item/stack/rods{ - pixel_x = 9; - pixel_y = -11 - }, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) -"nB" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 8; - color = "#808080" - }, -/obj/structure/rack, -/obj/machinery/firealarm/directional/north, -/obj/item/storage/backpack/duffelbag/syndie, -/turf/open/floor/mineral/plastitanium, -/area/ruin/beach/starwalker) -"nH" = ( -/obj/machinery/smartfridge/organ, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/plasteel/patterned/cargo_one, -/area/ruin/beach/starwalker) -"of" = ( -/obj/effect/turf_decal/techfloor{ - dir = 8 - }, -/obj/effect/turf_decal/techfloor{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ruin/beach/starwalker) -"ou" = ( -/obj/effect/turf_decal/techfloor{ - dir = 8 - }, -/obj/structure/railing/corner{ - dir = 1 - }, -/obj/structure/railing/corner{ - dir = 8 - }, -/obj/effect/turf_decal/steeldecal/steel_decals7, -/obj/effect/turf_decal/steeldecal/steel_decals3{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/item/trash/chips{ - pixel_x = 3; - pixel_y = 2 - }, -/turf/open/floor/plasteel/tech/grid, -/area/ruin/beach/starwalker) -"oy" = ( -/mob/living/simple_animal/crab, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plating/dirt, -/area/overmap_encounter/planetoid/cave/explored) -"oz" = ( -/obj/effect/decal/cleanable/glass{ - pixel_y = -12; - pixel_x = -9 - }, -/obj/effect/decal/fakelattice{ - icon_state = "lattice-9" - }, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"oC" = ( -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/ruin/beach/starwalker) -"oG" = ( -/obj/effect/turf_decal/techfloor/corner, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/item/stack/ore/salvage/scrapbluespace/five{ - pixel_x = -9; - pixel_y = -9 - }, -/obj/item/door_seal{ - pixel_y = -1; - pixel_x = 2 - }, -/turf/open/floor/plasteel/tech/grid, -/area/ruin/beach/starwalker) -"oH" = ( -/obj/effect/turf_decal/weather/sand{ - dir = 5 - }, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) -"oQ" = ( -/obj/item/clothing/suit/pirate, -/obj/item/stack/cable_coil/cut/white{ - pixel_x = -9; - pixel_y = -9 - }, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"pc" = ( -/obj/structure/bed{ - icon_state = "dirty_mattress" - }, -/turf/open/floor/plating/dirt, -/area/overmap_encounter/planetoid/cave/explored) -"ph" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/structure/cable/yellow{ - icon_state = "1-5" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ruin/beach/starwalker) -"pj" = ( -/obj/effect/turf_decal/industrial/outline/yellow, -/obj/item/wallframe/extinguisher_cabinet, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plasteel/patterned, -/area/ruin/beach/starwalker) -"pk" = ( -/obj/item/reagent_containers/food/snacks/monkeycube{ - pixel_y = -1; - pixel_x = 6 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/starwalker) -"pm" = ( -/obj/structure/catwalk/over, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/obj/item/stack/sheet/metal/twenty{ - pixel_x = -5; - pixel_y = 5 - }, -/turf/open/floor/plating, -/area/ruin/beach/starwalker) -"pP" = ( -/obj/machinery/computer/card/minor/cmo{ - dir = 8 - }, -/obj/effect/turf_decal/techfloor{ - dir = 5 - }, -/obj/item/radio/intercom/wideband/directional/east, -/mob/living/simple_animal/parrot{ - name = "pepper" - }, -/turf/open/floor/plasteel/tech/grid, -/area/ruin/beach/starwalker) -"pV" = ( -/obj/effect/turf_decal/weather/sand{ - dir = 10 - }, -/obj/effect/turf_decal/weather/sand{ - dir = 9 - }, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) -"qs" = ( -/obj/effect/decal/fakelattice{ - icon_state = "lattice-3" - }, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) -"qv" = ( -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/overmap_encounter/planetoid/beachplanet/explored) -"qx" = ( -/obj/item/stack/ore/salvage/scrapmetal/ten{ - pixel_x = -14; - pixel_y = 14 - }, -/turf/open/floor/plating/grass/beach/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"qS" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/effect/decal/cleanable/garbage, -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/structure/grille/broken, -/turf/open/floor/plating/rust, -/area/ruin/beach/starwalker) -"rl" = ( -/obj/effect/overlay/palmtree_r, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"rt" = ( -/obj/structure/catwalk/over, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/item/stack/medical/ointment/herb{ - pixel_x = -6; - pixel_y = -8 - }, -/turf/open/floor/plating, -/area/ruin/beach/starwalker) -"ry" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/engine/hull/interior, -/area/overmap_encounter/planetoid/beachplanet/explored) -"rA" = ( -/obj/item/stack/ore/salvage/scrapplasma/five{ - pixel_x = -3; - pixel_y = -18 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/engine/hull, -/area/ruin/beach/starwalker) -"rH" = ( -/obj/structure/closet/crate/silvercrate, -/obj/item/clothing/neck/cloak/qm, -/turf/open/floor/plating/dirt, -/area/overmap_encounter/planetoid/cave/explored) -"rI" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 5 - }, -/obj/machinery/light/broken/directional/east, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/ruin/beach/starwalker) -"rK" = ( -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = -21; - pixel_y = 11 - }, -/turf/open/floor/engine/hull/interior, -/area/ruin/beach/starwalker) -"rN" = ( -/turf/open/floor/plating/rust, -/area/overmap_encounter/planetoid/beachplanet/explored) -"rT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/power/smes{ - charge = 1e+006 - }, -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 4 - }, -/obj/structure/cable/orange{ - icon_state = "0-5" - }, -/turf/open/floor/pod, -/area/ruin/beach/starwalker) -"rX" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 4; - color = "#808080" - }, -/obj/structure/table/reinforced, -/obj/machinery/airalarm/directional/north, -/obj/machinery/light/small/broken/directional/east, -/turf/open/floor/mineral/plastitanium, -/area/ruin/beach/starwalker) -"sw" = ( -/obj/effect/turf_decal/siding/wood/end, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/closet/wall/directional/east{ - icon_door = "grey_wall" - }, -/obj/item/flashlight/lantern{ - pixel_x = 8 - }, -/obj/item/radio/old{ - pixel_x = -5; - pixel_y = -2 - }, -/obj/structure/cable/cyan{ - icon_state = "8-10" - }, -/obj/structure/spacevine, -/turf/open/floor/wood, -/area/ruin/beach/starwalker) -"sy" = ( -/obj/effect/turf_decal/techfloor{ - dir = 8 - }, -/obj/effect/turf_decal/techfloor{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ruin/beach/starwalker) -"sA" = ( -/obj/structure/flora/ausbushes/sparsegrass{ - pixel_x = -14; - pixel_y = 4 - }, -/obj/structure/flora/ausbushes/sparsegrass{ - pixel_y = -22; - pixel_x = -20 - }, -/turf/open/floor/plating/dirt, -/area/overmap_encounter/planetoid/cave/explored) -"sH" = ( -/obj/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/smes/shuttle/precharged{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 1 - }, -/turf/open/floor/plating, -/area/ruin/beach/starwalker) -"sJ" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable/orange{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/ruin/beach/starwalker) -"tm" = ( -/obj/item/stack/ore/salvage/scrapmetal/five, -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/engine/hull, -/area/ruin/beach/starwalker) -"tG" = ( -/turf/open/water/beach, -/area/ruin/unpowered) -"tT" = ( -/obj/effect/decal/fakelattice{ - icon_state = "lattice-3" - }, -/obj/item/stack/ore/salvage/scraptitanium{ - pixel_x = -3; - pixel_y = -6 - }, -/obj/item/stack/rods, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"tV" = ( -/obj/effect/turf_decal/techfloor{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/chair/comfy/shuttle{ - dir = 8 - }, -/obj/item/camera_bug{ - pixel_x = -2; - pixel_y = 8 - }, -/turf/open/floor/plasteel/tech/grid, -/area/ruin/beach/starwalker) -"tW" = ( -/obj/structure/table/reinforced, -/obj/machinery/button/door{ - dir = 4; - id = "pcarrier_bridge"; - name = "Bridge lockdown"; - pixel_x = -21; - pixel_y = 5 - }, -/obj/machinery/button/door{ - dir = 4; - id = "pcarrier_windows"; - name = "Window Lockdown"; - pixel_x = -21; - pixel_y = -6 - }, -/obj/effect/turf_decal/borderfloorblack{ - dir = 1 - }, -/obj/item/pen/red{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/machinery/recharger{ - pixel_x = -6; - pixel_y = 6 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/item/paper_bin{ - pixel_x = 6; - pixel_y = 5 - }, -/turf/open/floor/plasteel/dark, -/area/ruin/beach/starwalker) -"tY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/ore/salvage/scrapmetal/five, -/turf/open/floor/plasteel/grimy, -/area/ruin/beach/starwalker) -"uf" = ( -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = -21; - pixel_y = 11 - }, -/obj/effect/turf_decal/weather/dirt{ - dir = 1 - }, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"uC" = ( -/obj/effect/decal/cleanable/blood/old{ - pixel_x = -15; - pixel_y = -5 - }, -/turf/open/floor/plating/dirt, -/area/overmap_encounter/planetoid/cave/explored) -"uM" = ( -/obj/structure/fermenting_barrel{ - pixel_x = -9; - pixel_y = 4 - }, -/obj/structure/fermenting_barrel{ - pixel_y = -3; - pixel_x = 8 - }, -/obj/item/reagent_containers/food/drinks/bottle/lizardwine{ - pixel_x = -4; - pixel_y = -3 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plating/dirt, -/area/overmap_encounter/planetoid/cave/explored) -"uR" = ( -/obj/effect/turf_decal/industrial/warning, -/obj/structure/railing, -/obj/effect/turf_decal/industrial/outline/yellow, -/obj/effect/decal/cleanable/generic, -/obj/effect/decal/cleanable/dirt, -/obj/structure/rack, -/obj/structure/cable/blue{ - icon_state = "0-4" - }, -/obj/machinery/power/apc/auto_name/directional/west{ - start_charge = 0 - }, -/turf/open/floor/plasteel/patterned, -/area/ruin/beach/starwalker) -"uU" = ( -/obj/structure/barricade/wooden, -/turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/starwalker) -"ve" = ( -/obj/structure/flora/ausbushes/stalkybush{ - pixel_y = 11 - }, -/obj/effect/turf_decal/weather/sand{ - dir = 9 - }, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) -"vf" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 1 - }, -/obj/effect/turf_decal/industrial/warning{ - dir = 4 - }, -/obj/structure/spacevine, -/obj/item/stack/sheet/mineral/plasma/five{ - pixel_x = -2; - pixel_y = -3 - }, -/turf/open/floor/pod, -/area/ruin/beach/starwalker) -"vg" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/structure/cable/yellow{ - icon_state = "9-10" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/stairs{ - dir = 1 - }, -/area/ruin/beach/starwalker) -"vw" = ( -/turf/open/water/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) -"vy" = ( -/obj/effect/decal/fakelattice{ - icon_state = "lattice-3" - }, -/obj/item/stack/ore/salvage/scraptitanium{ - pixel_x = -12; - pixel_y = 11 - }, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"vO" = ( -/obj/effect/turf_decal/industrial/traffic{ - dir = 8 - }, -/obj/effect/turf_decal/industrial/warning/dust{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/engine/hull/interior, -/area/overmap_encounter/planetoid/beachplanet/explored) -"wc" = ( -/obj/structure/closet/crate/coffin, -/obj/effect/mob_spawn/human/corpse/pirate, -/turf/open/floor/plating/dirt, -/area/overmap_encounter/planetoid/cave/explored) -"wh" = ( -/obj/effect/turf_decal/techfloor{ - dir = 8 - }, -/obj/machinery/button/door{ - pixel_y = 10; - pixel_x = -23; - dir = 4; - name = "cargo shutters"; - id = "pcarrier_cargo" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/frame/computer{ - anchored = 1; - can_be_unanchored = 1; - dir = 4 - }, -/turf/open/floor/plasteel/patterned, -/area/ruin/beach/starwalker) -"wl" = ( -/obj/structure/cable/green{ - icon_state = "4-9" - }, -/obj/item/clothing/shoes/jackboots, -/turf/open/floor/pod, -/area/ruin/beach/starwalker) -"wp" = ( -/obj/effect/turf_decal/weather/dirt{ - dir = 6 - }, -/obj/structure/flora/ausbushes/reedbush{ - pixel_y = 22; - pixel_x = -4 - }, -/obj/structure/flora/ausbushes/reedbush{ - pixel_y = 14; - pixel_x = -17 - }, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/cave/explored) -"ws" = ( -/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, -/obj/machinery/door/poddoor/shutters{ - id = "pcarrier_windows"; - dir = 4 - }, -/turf/open/floor/plating, -/area/ruin/beach/starwalker) -"wx" = ( -/obj/structure/catwalk/over, -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/emcloset/wall/directional/west, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/cable/orange{ - icon_state = "1-2" - }, -/obj/machinery/light/broken/directional/east, -/turf/open/floor/plating, -/area/ruin/beach/starwalker) -"wI" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"wJ" = ( -/obj/structure/railing/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/orange{ - icon_state = "2-10" - }, -/obj/structure/spacevine/dense, -/turf/open/floor/plasteel/patterned/cargo_one, -/area/ruin/beach/starwalker) -"xl" = ( -/obj/effect/decal/fakelattice{ - icon_state = "lattice-12" - }, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"xt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/dirt, -/area/overmap_encounter/planetoid/cave/explored) -"xu" = ( -/turf/open/floor/plating/grass/beach/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"xy" = ( -/obj/effect/decal/cleanable/blood{ - pixel_y = 11; - pixel_x = 6 - }, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"xG" = ( -/obj/machinery/light/floor, -/obj/effect/turf_decal/industrial/warning/dust{ - dir = 8 - }, -/obj/effect/decal/cleanable/plasma, -/turf/open/floor/engine/hull/interior, -/area/overmap_encounter/planetoid/beachplanet/explored) -"xL" = ( -/obj/item/stack/rods{ - pixel_x = 9; - pixel_y = -11 - }, -/obj/effect/turf_decal/weather/sand{ - dir = 8 - }, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) -"ye" = ( -/obj/item/stack/ore/salvage/scrapmetal/five{ - pixel_x = 7 - }, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"yi" = ( -/obj/effect/decal/cleanable/oil, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/patterned, -/area/ruin/beach/starwalker) -"yn" = ( -/obj/effect/decal/fakelattice{ - icon_state = "lattice-12" - }, -/obj/item/stack/ore/salvage/scrapsilver/five{ - pixel_x = -7; - pixel_y = 8 - }, -/obj/structure/spacevine, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"yp" = ( -/obj/structure/railing, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/pink{ - icon_state = "4-9" - }, -/turf/open/floor/plasteel/stairs{ - dir = 4 - }, -/area/ruin/beach/starwalker) -"ys" = ( -/obj/machinery/door/airlock/external/glass{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ruin/beach/starwalker) -"yJ" = ( -/obj/item/clothing/head/pirate/captain{ - armor = list("melee"=40,"bullet"=30,"laser"=25,"energy"=35,"bomb"=25,"bio"=10,"rad"=0,"fire"=50,"acid"=60) - }, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"yQ" = ( -/obj/effect/turf_decal/techfloor{ - dir = 8 - }, -/obj/effect/turf_decal/techfloor{ - dir = 4 - }, -/obj/effect/turf_decal/borderfloorblack, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/frame/machine, -/obj/structure/railing, -/turf/open/floor/plasteel, -/area/ruin/beach/starwalker) -"ze" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/drip, -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = -10; - pixel_y = 15 - }, -/turf/open/floor/engine/hull, -/area/ruin/beach/starwalker) -"zq" = ( -/obj/structure/grille/broken, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"zy" = ( -/obj/structure/foamedmetal, -/turf/template_noop, -/area/overmap_encounter/planetoid/beachplanet/explored) -"zz" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/sign/departments/cargo{ - pixel_y = 32 - }, -/obj/structure/cable/cyan{ - icon_state = "4-6" - }, -/turf/open/floor/plasteel/stairs{ - dir = 4 - }, -/area/ruin/beach/starwalker) -"zT" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/wood, -/area/ruin/beach/starwalker) -"zW" = ( -/obj/effect/decal/fakelattice{ - icon_state = "lattice-141" - }, -/obj/structure/spacevine, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"zX" = ( -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/machinery/power/terminal, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 1 - }, -/obj/structure/cable/orange{ - icon_state = "4-5" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/glass{ - pixel_y = 3; - pixel_x = 16 - }, -/obj/machinery/power/apc/auto_name/directional/west{ - start_charge = 0 - }, -/turf/open/floor/pod, -/area/ruin/beach/starwalker) -"Aa" = ( -/obj/structure/cable, -/obj/machinery/power/shuttle/engine/electric{ - dir = 1 - }, -/turf/open/floor/plating, -/area/ruin/beach/starwalker) -"Aq" = ( -/obj/effect/turf_decal/weather/dirt{ - dir = 5 - }, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"Av" = ( -/obj/effect/decal/cleanable/glass{ - pixel_x = -13; - pixel_y = 7 - }, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"Aw" = ( -/obj/structure/railing/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-5" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/ruin/beach/starwalker) -"AG" = ( -/obj/item/clothing/under/costume/sailor, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"AN" = ( -/obj/structure/railing, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/cyan{ - icon_state = "5-9" - }, -/obj/structure/cable/blue{ - icon_state = "4-8" - }, -/obj/item/stack/ore/salvage/scrapmetal/ten{ - pixel_x = -14; - pixel_y = 14 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/patterned/cargo_one, -/area/ruin/beach/starwalker) -"AS" = ( -/obj/machinery/power/port_gen/pacman{ - anchored = 1 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/advanced_airlock_controller{ - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/effect/turf_decal/industrial/warning/corner, -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 1 - }, -/turf/open/floor/pod, -/area/ruin/beach/starwalker) -"Ba" = ( -/obj/machinery/power/shuttle/engine/fueled/plasma{ - dir = 1 - }, -/obj/structure/spacevine/weak, -/turf/open/floor/plating, -/area/ruin/beach/starwalker) -"BB" = ( -/obj/effect/turf_decal/weather/dirt{ - dir = 9 - }, -/obj/effect/decal/cleanable/blood/tracks, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"BC" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/plasma, -/turf/open/floor/engine/hull/interior, -/area/overmap_encounter/planetoid/beachplanet/explored) -"BK" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/item/storage/toolbox/electrical{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/structure/table/reinforced, -/obj/machinery/light/small/directional/west, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/turf/open/floor/pod, -/area/ruin/beach/starwalker) -"BP" = ( -/obj/effect/decal/fakelattice{ - icon_state = "lattice-46" - }, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"BR" = ( -/obj/machinery/door/airlock/external/glass{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ruin/beach/starwalker) -"BY" = ( -/obj/item/stack/cable_coil/cut/red{ - pixel_y = -9; - pixel_x = 9 - }, -/turf/open/floor/plating/rust, -/area/overmap_encounter/planetoid/beachplanet/explored) -"Ch" = ( -/obj/structure/flora/rock/beach, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) -"Cu" = ( -/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, -/obj/machinery/door/poddoor/shutters{ - id = "pcarrier_windows"; - dir = 8 - }, -/turf/open/floor/plating, -/area/ruin/beach/starwalker) -"Cz" = ( -/obj/machinery/door/airlock/highsecurity, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ruin/beach/starwalker) -"Db" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/ore/glass/basalt{ - amount = 15; - pixel_x = -6; - pixel_y = -8 - }, -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = -21; - pixel_y = 11 - }, -/obj/effect/decal/cleanable/blood/drip, -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = 6; - pixel_y = 15 - }, -/turf/open/floor/engine/hull, -/area/ruin/beach/starwalker) -"Di" = ( -/obj/effect/turf_decal/weather/sand{ - dir = 8 - }, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) -"Dk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/plating/dirt, -/area/overmap_encounter/planetoid/cave/explored) -"Ds" = ( -/obj/structure/chair/plastic{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/radio/intercom/directional/west, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/ruin/beach/starwalker) -"DA" = ( -/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, -/obj/structure/curtain/bounty, -/obj/machinery/door/poddoor/shutters{ - id = "pcarrier_windows"; - name = "Blast Shutters"; - dir = 8 - }, -/turf/open/floor/plating, -/area/ruin/beach/starwalker) -"DG" = ( -/obj/effect/turf_decal/weather/sand{ - dir = 9 - }, -/obj/effect/turf_decal/weather/sand{ - dir = 5 - }, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) -"DK" = ( -/obj/structure/closet/crate/secure/loot, -/turf/open/floor/plating/dirt, -/area/overmap_encounter/planetoid/cave/explored) -"DS" = ( -/obj/structure/railing/corner, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ruin/beach/starwalker) -"Ec" = ( -/obj/machinery/power/apc/auto_name/directional/west{ - start_charge = 0 - }, -/obj/structure/cable/cyan{ - icon_state = "0-4" - }, -/obj/structure/railing/wood{ - dir = 4 - }, -/turf/open/floor/plasteel/stairs/wood, -/area/ruin/beach/starwalker) -"Eh" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/ore/salvage/scrapgold/five{ - pixel_x = -9 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/overmap_encounter/planetoid/beachplanet/explored) -"Em" = ( -/obj/item/clothing/head/bandana{ - pixel_x = 7; - pixel_y = -11 - }, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"En" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/structure/frame/machine, -/obj/structure/railing, -/obj/structure/sign/poster/ripped{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/ruin/beach/starwalker) -"Ey" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/catwalk/over, -/obj/effect/turf_decal/industrial/warning{ - dir = 1 - }, -/obj/structure/cable/orange{ - icon_state = "1-2" - }, -/obj/structure/spacevine, -/obj/item/stack/sheet/mineral/plasma/five{ - pixel_x = 3; - pixel_y = 3 - }, -/turf/open/floor/plating, -/area/ruin/beach/starwalker) -"Ez" = ( -/obj/machinery/power/terminal, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/structure/chair/stool{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/closet/emcloset/wall/directional/west, -/obj/item/skub{ - pixel_x = -5; - pixel_y = 6 - }, -/obj/structure/spacevine, -/obj/item/trash/can{ - pixel_x = -8; - pixel_y = -2 - }, -/obj/effect/decal/cleanable/glass{ - pixel_y = -10; - pixel_x = 9 - }, -/turf/open/floor/pod, -/area/ruin/beach/starwalker) -"EV" = ( -/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, -/obj/machinery/door/poddoor/shutters{ - id = "pcarrier_bridge" - }, -/turf/open/floor/plating, -/area/ruin/beach/starwalker) -"EW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old{ - pixel_x = 10; - pixel_y = 17; - icon_state = "gib2-old" - }, -/obj/effect/decal/cleanable/blood/old{ - icon_state = "gib5-old"; - pixel_x = 1; - pixel_y = 14 - }, -/obj/item/reagent_containers/food/snacks/meat/rawcrab{ - pixel_x = 5; - pixel_y = 10 - }, -/turf/open/floor/plating/dirt, -/area/overmap_encounter/planetoid/cave/explored) -"EZ" = ( -/obj/structure/flora/ausbushes/grassybush, -/turf/open/floor/plating/grass/beach/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"Ff" = ( -/obj/item/stack/ore/salvage/scraptitanium{ - pixel_x = -12; - pixel_y = 11 - }, -/turf/open/floor/plating/grass/beach/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"Fu" = ( -/turf/open/water/beach, -/area/overmap_encounter/planetoid/cave/explored) -"Fv" = ( -/obj/structure/catwalk/over, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm/directional/west, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/cable/orange{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/ruin/beach/starwalker) -"FC" = ( -/obj/effect/turf_decal/weather/sand{ - dir = 9 - }, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) -"FM" = ( -/obj/effect/turf_decal/industrial/outline/yellow, -/obj/machinery/light/small/directional/west, -/obj/structure/grille, -/turf/open/floor/engine/hull, -/area/ruin/beach/starwalker) -"FZ" = ( -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/beach/starwalker) -"GF" = ( -/obj/item/stack/ore/salvage/scrapmetal/five{ - pixel_x = 13; - pixel_y = 17 - }, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"GR" = ( -/obj/structure/railing/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable/pink{ - icon_state = "5-8" - }, -/turf/open/floor/plasteel/patterned/cargo_one, -/area/ruin/beach/starwalker) -"GV" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 8; - color = "#808080" - }, -/obj/structure/closet/wall/red/directional/west{ - name = "armory locker"; - req_one_access_txt = "1" - }, -/obj/item/storage/belt/military, -/obj/item/clothing/suit/hooded/cloak/goliath, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/mineral/plastitanium, -/area/ruin/beach/starwalker) -"GY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/cable_coil/cut/green, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/overmap_encounter/planetoid/beachplanet/explored) -"Hi" = ( -/obj/effect/turf_decal/industrial/warning/dust{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/engine/hull/interior, -/area/overmap_encounter/planetoid/beachplanet/explored) -"Hl" = ( -/obj/structure/statue/sandstone/assistant, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/contraband/random{ - pixel_y = -32 - }, -/turf/open/floor/pod/light, -/area/ruin/beach/starwalker) -"Hm" = ( -/obj/effect/decal/fakelattice{ - icon_state = "lattice-2" - }, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) -"Hn" = ( -/obj/structure/window/reinforced, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/processor, -/turf/open/floor/plasteel, -/area/ruin/beach/starwalker) -"Ht" = ( -/obj/machinery/light/small/directional/east, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/garbage, -/obj/effect/decal/cleanable/wrapping, -/turf/open/floor/pod/light, -/area/ruin/beach/starwalker) -"HE" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/rack, -/obj/machinery/vending/wallmed{ - pixel_y = -28 - }, -/obj/item/storage/pill_bottle/epinephrine{ - pixel_x = 8; - pixel_y = -3 - }, -/turf/open/floor/plasteel/patterned/cargo_one, -/area/ruin/beach/starwalker) -"HI" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/dirt, -/obj/structure/frame/machine, -/obj/machinery/light/small/broken/directional/south, -/turf/open/floor/plasteel/patterned/cargo_one, -/area/ruin/beach/starwalker) -"HK" = ( -/obj/structure/window/reinforced, -/obj/machinery/door/window/northright{ - name = "Engine Access" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/smes/shuttle/precharged{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/spacevine/weak, -/turf/open/floor/plating, -/area/ruin/beach/starwalker) -"Ia" = ( -/obj/structure/spacevine, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"Ib" = ( -/obj/item/kirbyplants{ - icon_state = "plant-25" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/pod/light, -/area/ruin/beach/starwalker) -"Ie" = ( -/obj/effect/turf_decal/weather/sand{ - dir = 5 - }, -/obj/effect/turf_decal/weather/sand{ - dir = 6 - }, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) -"Ig" = ( -/obj/effect/turf_decal/techfloor{ - dir = 8 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/ruin/beach/starwalker) -"In" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/overmap_encounter/planetoid/beachplanet/explored) -"Io" = ( -/obj/machinery/atmospherics/components/unary/tank/air{ - piping_layer = 2 - }, -/turf/open/floor/pod, -/area/ruin/beach/starwalker) -"Ip" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/glass/plasma, -/turf/open/floor/plating/rust, -/area/overmap_encounter/planetoid/beachplanet/explored) -"Ir" = ( -/obj/structure/destructible/tribal_torch/lit{ - pixel_x = -8; - pixel_y = 16 - }, -/turf/open/floor/plating/dirt, -/area/overmap_encounter/planetoid/cave/explored) -"IC" = ( -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = -10; - pixel_y = 15 - }, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"IH" = ( -/obj/structure/flora/rock/pile, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"IJ" = ( -/obj/item/clothing/shoes/jackboots, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/glass{ - pixel_x = -13; - pixel_y = 7 - }, -/obj/effect/decal/cleanable/wrapping, -/turf/open/floor/plating/rust, -/area/overmap_encounter/planetoid/beachplanet/explored) -"IU" = ( -/obj/item/stack/ore/salvage/scrapsilver{ - pixel_x = -9 - }, -/obj/structure/spacevine, -/turf/open/floor/plating/rust, -/area/ruin/beach/starwalker) -"IY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/kitchen/knife{ - pixel_x = 7; - pixel_y = 10 - }, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"Ja" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/drip, -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = 6; - pixel_y = 15 - }, -/turf/open/floor/engine/hull, -/area/ruin/beach/starwalker) -"Jk" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "5-9" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating/foam, -/area/ruin/beach/starwalker) -"Ju" = ( -/obj/effect/decal/cleanable/blood/drip, -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = -21; - pixel_y = 11 - }, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"Jv" = ( -/obj/structure/tank_dispenser/oxygen, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm/directional/east, -/obj/machinery/light/small/broken/directional/south, -/obj/structure/spacevine, -/turf/open/floor/plasteel, -/area/ruin/beach/starwalker) -"Jw" = ( -/obj/effect/turf_decal/weather/sand{ - dir = 10 - }, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) -"Jx" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/catwalk/over, -/turf/open/floor/plating, -/area/ruin/beach/starwalker) -"JJ" = ( -/obj/item/stack/medical/bruise_pack/herb{ - pixel_x = -10; - pixel_y = 12 - }, -/obj/effect/turf_decal/weather/sand{ - dir = 10 - }, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) -"JR" = ( -/obj/machinery/door/airlock/grunge{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/tech/grid, -/area/ruin/beach/starwalker) -"JU" = ( -/obj/effect/decal/fakelattice{ - icon_state = "lattice-46" - }, -/turf/open/floor/plating/grass/beach/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"Kk" = ( -/obj/effect/turf_decal/techfloor{ - dir = 8 - }, -/obj/effect/turf_decal/techfloor{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/storage/cans/sixbeer{ - pixel_x = 6; - pixel_y = 7 - }, -/turf/open/floor/plasteel, -/area/ruin/beach/starwalker) -"Kq" = ( -<<<<<<< HEAD:_maps/RandomRuins/LavaRuins/lavaland_crashed_starwalker.dmm -/obj/item/clothing/under/frontiersmen/officer, -/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, -/area/overmap_encounter/planetoid/lava/explored) -======= -/obj/item/clothing/under/costume/sailor, -/turf/open/floor/plating/grass/beach/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) ->>>>>>> parent of f11a7aaaec (THE RUINCUT [AFFRONT TO GOD] (#3026)):_maps/RandomRuins/BeachRuins/beach_crashed_starwalker.dmm -"Ks" = ( -/obj/structure/flora/stump, -/turf/open/floor/plating/grass/beach/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"Ky" = ( -/obj/effect/decal/cleanable/dirt, -/mob/living/simple_animal/crab, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"KC" = ( -/obj/structure/catwalk/over, -/obj/structure/closet/firecloset/wall/directional/west, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plating, -/area/ruin/beach/starwalker) -"KD" = ( -/obj/machinery/power/shuttle/engine/fueled/plasma{ - dir = 1 - }, -/turf/open/floor/plating, -/area/ruin/beach/starwalker) -"KL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "8-10" - }, -/obj/structure/cable/orange{ - icon_state = "2-6" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/glass{ - pixel_y = -12; - pixel_x = -9 - }, -/turf/open/floor/pod, -/area/ruin/beach/starwalker) -"KO" = ( -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/industrial/warning{ - dir = 8 - }, -/turf/open/floor/pod, -/area/ruin/beach/starwalker) -"La" = ( -/obj/machinery/power/terminal, -/obj/machinery/power/apc/auto_name/directional/east{ - start_charge = 0 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 1 - }, -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "0-8" - }, -/obj/structure/spacevine/dense, -/turf/open/floor/pod, -/area/ruin/beach/starwalker) -"Lg" = ( -/obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"Lw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/robot_debris, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/item/light/tube/broken, -/turf/open/floor/plasteel/patterned, -/area/ruin/beach/starwalker) -"Lx" = ( -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/flora/ausbushes/fernybush, -/turf/open/floor/plating/grass/beach/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"LA" = ( -/obj/machinery/light/floor, -/obj/effect/turf_decal/industrial/warning/dust{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/engine/hull/interior, -/area/overmap_encounter/planetoid/beachplanet/explored) -"LN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/ore/gold{ - pixel_x = 5; - pixel_y = 6 - }, -/turf/open/floor/plating/dirt, -/area/overmap_encounter/planetoid/cave/explored) -"LV" = ( -/obj/effect/turf_decal/industrial/loading, -/obj/item/reagent_containers/food/snacks/monkeycube{ - pixel_y = 5; - pixel_x = 3 - }, -/obj/structure/spacevine, -/obj/effect/decal/cleanable/ash/large, -/turf/open/floor/plasteel/patterned/ridged, -/area/ruin/beach/starwalker) -"Mj" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/borderfloorblack, -/obj/structure/extinguisher_cabinet/directional/north, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/plasteel/dark, -/area/ruin/beach/starwalker) -"Mk" = ( -/obj/structure/statue/sandstone/assistant, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/pod/light, -/area/ruin/beach/starwalker) -"Mm" = ( -/obj/structure/railing, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/stairs{ - dir = 8 - }, -/area/ruin/beach/starwalker) -"Mz" = ( -/obj/structure/grille, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"MN" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/sink{ - dir = 4; - pixel_x = -12 - }, -/obj/structure/mirror{ - pixel_x = -26 - }, -/obj/structure/spider/stickyweb, -/obj/effect/spawner/lootdrop/glowstick, -/turf/open/floor/pod/light, -/area/ruin/beach/starwalker) -"MO" = ( -/obj/structure/bed/roller, -/obj/effect/decal/cleanable/blood/old{ - pixel_x = -9; - pixel_y = 11; - icon_state = "floor6-old" - }, -/obj/effect/decal/cleanable/blood/old{ - pixel_x = -2; - pixel_y = -3; - icon_state = "gib2-old" - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/clothing/gloves/color/latex/nitrile/evil, -/obj/item/reagent_containers/syringe/contraband{ - pixel_y = 5; - pixel_x = -4 - }, -/turf/open/floor/plasteel/patterned/cargo_one, -/area/ruin/beach/starwalker) -"MV" = ( -/obj/item/radio/intercom/directional/east, -/obj/effect/decal/cleanable/glass{ - pixel_y = -12; - pixel_x = -9 - }, -/turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/starwalker) -"MX" = ( -/obj/machinery/vending/snack/random, -/obj/structure/railing{ - dir = 4 - }, -/obj/structure/cable/cyan, -/obj/structure/cable/cyan{ - icon_state = "1-9" - }, -/obj/machinery/power/apc/auto_name/directional/south{ - start_charge = 0 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/ruin/beach/starwalker) -"Nv" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/rust, -/area/overmap_encounter/planetoid/beachplanet/explored) -"NA" = ( -/obj/effect/decal/cleanable/blood/tracks, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"NC" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ruin/beach/starwalker) -"NP" = ( -/obj/item/cigbutt/cigarbutt{ - pixel_y = 15; - pixel_x = 11 - }, -/obj/effect/decal/cleanable/blood/tracks, -/obj/effect/decal/cleanable/blood/old{ - icon_state = "gib3-old"; - pixel_x = -6 - }, -/obj/item/melee/transforming/energy/sword/saber/pirate/yellow{ - pixel_x = -5; - pixel_y = 16 - }, -/turf/open/floor/plating/dirt, -/area/overmap_encounter/planetoid/cave/explored) -"Of" = ( -/mob/living/simple_animal/beachcarp/salmon{ - dir = 8 - }, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) -"Oi" = ( -/obj/effect/decal/cleanable/plasma, -/obj/item/stack/rods{ - pixel_x = 9; - pixel_y = -11 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/overmap_encounter/planetoid/beachplanet/explored) -"Or" = ( -/obj/effect/decal/cleanable/glass{ - dir = 8; - pixel_x = -9 - }, -/obj/effect/decal/cleanable/glass{ - dir = 8; - pixel_y = -10 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/sheet/animalhide/monkey, -/obj/structure/spacevine, -/turf/open/floor/plasteel/patterned, -/area/ruin/beach/starwalker) -"Ou" = ( -/obj/structure/catwalk/over, -/obj/machinery/door/airlock/glass, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/ruin/beach/starwalker) -"OO" = ( -/obj/effect/turf_decal/weather/dirt{ - dir = 5 - }, -/obj/effect/turf_decal/weather/dirt{ - dir = 6 - }, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/cave/explored) -"Pe" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plating/dirt, -/area/overmap_encounter/planetoid/cave/explored) -"Pk" = ( -/obj/effect/turf_decal/weather/sand{ - dir = 6 - }, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) -"Pv" = ( -/obj/effect/turf_decal/weather/sand{ - dir = 4 - }, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) -"Pz" = ( -/obj/structure/sign/poster/ripped{ - pixel_x = 32 - }, -/obj/effect/decal/cleanable/dirt, -/mob/living/simple_animal/crab/evil/kreb, -/turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/starwalker) -"PH" = ( -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plating/dirt, -/area/overmap_encounter/planetoid/cave/explored) -"PU" = ( -/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, -/obj/machinery/door/poddoor/shutters{ - id = "pcarrier_windows"; - name = "Blast Shutters"; - dir = 4 - }, -/obj/structure/curtain/bounty, -/turf/open/floor/plating, -/area/ruin/beach/starwalker) -"Qa" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/blood/old{ - icon_state = "gib2-old" - }, -/obj/structure/chair/comfy/grey/directional/south{ - desc = "It looks incredibly comfy, and expensive. Theres a little note on the side, explaining how its made of %100 real cow skin."; - name = "Cowskin chair" - }, -/obj/effect/mob_spawn/human/corpse/pirate/ranged, -/turf/open/floor/plating/dirt, -/area/overmap_encounter/planetoid/cave/explored) -"Qi" = ( -/turf/template_noop, -/area/template_noop) -"Qo" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/structure/cable/orange{ - icon_state = "6-8" - }, -/obj/item/clothing/suit/pirate/captain{ - armor = list("melee"=35,"bullet"=30,"laser"=30,"energy"=40,"bomb"=25,"bio"=0,"rad"=0,"fire"=50,"acid"=50) - }, -/turf/open/floor/plasteel/grimy, -/area/ruin/beach/starwalker) -"Qq" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/firedoor, -/obj/structure/spacevine, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/stairs{ - dir = 1 - }, -/area/ruin/beach/starwalker) -"Qx" = ( -/obj/effect/turf_decal/weather/sand, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) -"QC" = ( -/obj/structure/flora/rock, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"QQ" = ( -/obj/item/reagent_containers/glass/bucket, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) -"QT" = ( -/mob/living/simple_animal/hostile/carp, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"QW" = ( -/obj/effect/turf_decal/industrial/warning/dust{ - dir = 4 - }, -/turf/open/floor/engine/hull/interior, -/area/overmap_encounter/planetoid/beachplanet/explored) -"QZ" = ( -/obj/effect/decal/cleanable/blood/drip, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/blood/old{ - icon_state = "floor6-old"; - pixel_x = 12 - }, -/turf/open/floor/engine/hull, -/area/ruin/beach/starwalker) -"Rf" = ( -/obj/structure/railing/corner{ - dir = 4; - color = "#A47449" - }, -/obj/structure/closet/wall/directional/west{ - name = "uniform closet" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "5-6" - }, -<<<<<<< HEAD:_maps/RandomRuins/LavaRuins/lavaland_crashed_starwalker.dmm -/obj/item/clothing/under/frontiersmen/officer, -======= -/obj/structure/spacevine, ->>>>>>> parent of f11a7aaaec (THE RUINCUT [AFFRONT TO GOD] (#3026)):_maps/RandomRuins/BeachRuins/beach_crashed_starwalker.dmm -/turf/open/floor/pod, -/area/ruin/beach/starwalker) -"Rg" = ( -/turf/open/floor/engine/hull/interior, -/area/overmap_encounter/planetoid/beachplanet/explored) -"Rn" = ( -/obj/structure/frame/computer{ - anchored = 1; - can_be_unanchored = 1; - dir = 1 - }, -/obj/effect/turf_decal/techfloor{ - dir = 10 - }, -/obj/structure/railing{ - dir = 8 - }, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/plasteel/tech/grid, -/area/ruin/beach/starwalker) -"RN" = ( -/obj/structure/table, -/obj/machinery/microwave{ - pixel_y = 5 - }, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/plasteel, -/area/ruin/beach/starwalker) -"RO" = ( -/obj/item/stack/rods{ - pixel_x = -9; - pixel_y = 1 - }, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"RQ" = ( -/obj/structure/closet/crate/goldcrate, -/turf/open/floor/plating/dirt, -/area/overmap_encounter/planetoid/cave/explored) -"RS" = ( -/obj/effect/turf_decal/number/one{ - dir = 8 - }, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/overmap_encounter/planetoid/beachplanet/explored) -"RU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/fakelattice{ - icon_state = "lattice-8" - }, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"Sc" = ( -/obj/effect/turf_decal/industrial/warning/dust{ - dir = 9 - }, -/turf/open/floor/engine/hull/interior, -/area/overmap_encounter/planetoid/beachplanet/explored) -"Sm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "4-6" - }, -/obj/structure/cable/yellow{ - icon_state = "6-10" - }, -/obj/item/toy/plush/among{ - pixel_x = 4; - pixel_y = -41 - }, -/obj/structure/cable/orange{ - icon_state = "4-8" - }, -/obj/structure/frame/machine, -/turf/open/floor/plasteel, -/area/ruin/beach/starwalker) -"Sz" = ( -/obj/effect/turf_decal/techfloor{ - dir = 6 - }, -/obj/item/radio/intercom/directional/east, -/obj/machinery/power/apc/auto_name/directional/south{ - start_charge = 0 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/structure/grille/broken, -/obj/structure/frame/computer{ - anchored = 1; - dir = 8 - }, -/obj/item/dice/d2, -/turf/open/floor/plasteel/tech/grid, -/area/ruin/beach/starwalker) -"SS" = ( -/obj/structure/closet/emcloset/wall/directional/east, -/obj/item/stack/sticky_tape, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/pod, -/area/ruin/beach/starwalker) -"Tg" = ( -/mob/living/simple_animal/crab, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"Tj" = ( -/obj/effect/decal/cleanable/blood/drip, -/obj/effect/turf_decal/weather/dirt{ - dir = 1 - }, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"Tw" = ( -/mob/living/simple_animal/crab/kreb, -/turf/open/floor/plating/dirt, -/area/overmap_encounter/planetoid/cave/explored) -"TF" = ( -/obj/structure/railing/corner{ - dir = 1 - }, -/obj/machinery/status_display/shuttle{ - pixel_y = 32 - }, -/obj/structure/cable/orange{ - icon_state = "2-8" - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/storage/box/syndie_kit/throwing_weapons{ - pixel_y = -1; - pixel_x = -5 - }, -/obj/structure/spacevine, -/turf/open/floor/plating, -/area/ruin/beach/starwalker) -"TI" = ( -/mob/living/simple_animal/beachcarp/salmon, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) -"TK" = ( -/obj/structure/cable/orange{ - icon_state = "4-10" - }, -/obj/structure/cable/blue{ - icon_state = "5-6" - }, -/obj/structure/fluff/broken_flooring, -/obj/effect/decal/cleanable/dirt, -/obj/structure/spacevine, -/turf/open/floor/plating, -/area/ruin/beach/starwalker) -"TZ" = ( -/obj/structure/flora/ausbushes/stalkybush{ - pixel_y = 19; - pixel_x = -8 - }, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) -"Uc" = ( -/obj/effect/decal/cleanable/oil, -/turf/open/floor/plating/rust, -/area/overmap_encounter/planetoid/beachplanet/explored) -"Ul" = ( -/obj/item/stack/rods{ - pixel_x = 9; - pixel_y = -11 - }, -/turf/open/floor/plating/grass/beach/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"Ux" = ( -/obj/machinery/jukebox, -/obj/structure/spacevine, -/obj/structure/railing/wood{ - dir = 1 - }, -/turf/open/floor/pod, -/area/ruin/beach/starwalker) -"Uy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/overmap_encounter/planetoid/beachplanet/explored) -"UG" = ( -/obj/machinery/door/airlock/hatch{ - dir = 4 - }, -/obj/structure/sign/departments/restroom{ - pixel_y = 32 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/barricade/wooden/crude, -/turf/open/floor/pod/light, -/area/ruin/beach/starwalker) -"UL" = ( -/obj/item/stack/ore/salvage/scrapgold/five{ - pixel_x = -7; - pixel_y = -11 - }, -/obj/item/stack/ore/salvage/scrapuranium{ - pixel_x = 3; - pixel_y = -9 - }, -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = -21; - pixel_y = 11 - }, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) -"UQ" = ( -/obj/effect/turf_decal/techfloor{ - dir = 8 - }, -/obj/effect/turf_decal/techfloor{ - dir = 4 - }, -/obj/effect/turf_decal/borderfloorblack, -/obj/machinery/power/emitter/welded{ - dir = 1 - }, -/obj/structure/railing, -/obj/structure/cable/cyan{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel, -/area/ruin/beach/starwalker) -"UZ" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/cable/blue{ - icon_state = "2-8" - }, -/obj/item/radio{ - pixel_x = -7 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/ruin/beach/starwalker) -"Vb" = ( -/obj/item/stack/rods{ - pixel_x = 2; - pixel_y = 9 - }, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"Vi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/tracks{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood{ - pixel_y = -13; - pixel_x = 6 - }, -/obj/item/reagent_containers/food/snacks/meat/rawcrab{ - pixel_x = -11; - pixel_y = -12 - }, -/turf/open/floor/plating/dirt, -/area/overmap_encounter/planetoid/cave/explored) -"Vt" = ( -/obj/structure/grille/broken, -/obj/item/stack/ore/salvage/scraptitanium{ - pixel_x = -12; - pixel_y = 11 - }, -/obj/structure/spacevine, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"VL" = ( -/obj/structure/catwalk/over, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plating, -/area/ruin/beach/starwalker) -"VO" = ( -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/overmap_encounter/planetoid/beachplanet/explored) -"VQ" = ( -/obj/effect/turf_decal/techfloor{ - dir = 8 - }, -/obj/machinery/computer/bounty{ - dir = 4 - }, -/obj/machinery/light/directional/south, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/plasteel/patterned, -/area/ruin/beach/starwalker) -"VR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/glass{ - pixel_y = 3; - pixel_x = 16 - }, -/turf/open/floor/plating, -/area/overmap_encounter/planetoid/beachplanet/explored) -"VS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/stack/ore/gold{ - pixel_x = -11; - pixel_y = 6 - }, -/turf/open/floor/plating/dirt, -/area/overmap_encounter/planetoid/cave/explored) -"VX" = ( -/obj/structure/table/reinforced, -/obj/structure/sign/poster/contraband/random{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/patterned/cargo_one, -/area/ruin/beach/starwalker) -"Wa" = ( -/obj/structure/flora/rock/pile, -/turf/open/floor/plating/dirt, -/area/overmap_encounter/planetoid/cave/explored) -"Wi" = ( -/turf/open/floor/plating, -/area/overmap_encounter/planetoid/beachplanet/explored) -"Wm" = ( -/obj/structure/destructible/tribal_torch/lit{ - pixel_x = 10 - }, -/turf/open/floor/plating/dirt, -/area/overmap_encounter/planetoid/cave/explored) -"Wp" = ( -/turf/closed/wall/mineral/plastitanium, -/area/overmap_encounter/planetoid/beachplanet/explored) -"WJ" = ( -/obj/effect/decal/cleanable/blood/drip, -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = -21; - pixel_y = 11 - }, -/obj/effect/decal/cleanable/blood/drip{ - pixel_x = -10; - pixel_y = 15 - }, -/obj/effect/turf_decal/weather/dirt{ - dir = 9 - }, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"WM" = ( -/obj/effect/turf_decal/techfloor{ - dir = 6 - }, -/obj/structure/table/reinforced, -/obj/item/door_seal{ - pixel_x = 6 - }, -/obj/machinery/status_display/shuttle{ - pixel_y = -32 - }, -/obj/machinery/light_switch{ - pixel_x = 20; - dir = 8; - pixel_y = -7 - }, -/obj/machinery/light/broken/directional/south, -/obj/item/reagent_containers/pill/lsd{ - pixel_y = -2; - pixel_x = -1 - }, -/turf/open/floor/plasteel/tech/grid, -/area/ruin/beach/starwalker) -"WY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "1-6" - }, -/obj/structure/spacevine, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/patterned, -/area/ruin/beach/starwalker) -"Xa" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/item/storage/toolbox/mechanical{ - pixel_x = 3; - pixel_y = 9 - }, -/obj/item/stock_parts/cell/high{ - pixel_x = -14 - }, -/turf/open/floor/plasteel, -/area/ruin/beach/starwalker) -"Xe" = ( -/obj/structure/cable, -/obj/machinery/power/shuttle/engine/electric{ - dir = 1 - }, -/obj/structure/spacevine/weak, -/turf/open/floor/plating, -/area/ruin/beach/starwalker) -"Xh" = ( -/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, -/obj/machinery/door/poddoor/shutters{ - id = "pcarrier_bridge" - }, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/beach/starwalker) -"Xj" = ( -/obj/effect/turf_decal/weather/dirt{ - dir = 6 - }, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/cave/explored) -"Xs" = ( -/obj/effect/turf_decal/techfloor{ - dir = 9 - }, -/obj/structure/railing{ - dir = 8 - }, -/obj/structure/frame/computer{ - anchored = 1; - dir = 4 - }, -/turf/open/floor/plasteel/tech/grid, -/area/ruin/beach/starwalker) -"XJ" = ( -/obj/effect/decal/cleanable/dirt, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/beach/starwalker) -"XK" = ( -/obj/structure/grille, -/turf/template_noop, -/area/overmap_encounter/planetoid/beachplanet/explored) -"XM" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/catwalk/over, -/obj/item/storage/pill_bottle/happy{ - pixel_x = -10; - pixel_y = -2 - }, -/obj/item/reagent_containers/pill/lsd{ - pixel_y = -6; - pixel_x = -3 - }, -/obj/item/reagent_containers/pill/lsd{ - pixel_y = -2; - pixel_x = 5 - }, -/obj/item/reagent_containers/pill/lsd{ - pixel_y = -8; - pixel_x = 11 - }, -/obj/structure/spacevine, -/turf/open/floor/plating, -/area/ruin/beach/starwalker) -"XN" = ( -/obj/structure/grille/broken, -/obj/effect/decal/cleanable/glass, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/ruin/beach/starwalker) -"XP" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 6; - color = "#808080" - }, -/obj/structure/closet/wall/red/directional/east{ - name = "armory locker"; - req_one_access_txt = "1" - }, -/obj/structure/railing, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable/orange{ - icon_state = "2-10" - }, -/obj/item/gun/ballistic/shotgun/brimstone, -/obj/structure/spacevine, -/turf/open/floor/mineral/plastitanium, -/area/ruin/beach/starwalker) -"XR" = ( -/obj/effect/turf_decal/weather/sand{ - dir = 1 - }, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) -"XT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/broken_missile, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plasteel/patterned, -/area/ruin/beach/starwalker) -"XZ" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/cobweb, -/obj/structure/closet/secure_closet/freezer/kitchen/wall{ - pixel_y = 29 - }, -/obj/item/reagent_containers/food/condiment/rice, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ruin/beach/starwalker) -"Yb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/spacevine, -/obj/item/newspaper{ - pixel_x = -4; - pixel_y = 2 - }, -/turf/open/floor/pod, -/area/ruin/beach/starwalker) -"Yg" = ( -/obj/machinery/cryopod, -/obj/effect/turf_decal/siding/wood{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/ruin/beach/starwalker) -"YF" = ( -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 8 - }, -/turf/open/floor/plating/grass/beach/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"YG" = ( -/obj/effect/overlay/palmtree_l, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"YN" = ( -/obj/structure/grille, -/obj/effect/decal/cleanable/dirt, -/turf/template_noop, -/area/overmap_encounter/planetoid/beachplanet/explored) -"YT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/radio/intercom/directional/east, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/item/stack/cable_coil{ - pixel_x = 3; - pixel_y = 8 - }, -/turf/open/floor/plasteel, -/area/ruin/beach/starwalker) -"Zo" = ( -/obj/effect/turf_decal/industrial/warning/dust{ - dir = 4 - }, -/obj/effect/decal/cleanable/glass, -/turf/open/floor/engine/hull/interior, -/area/overmap_encounter/planetoid/beachplanet/explored) -"Zp" = ( -/obj/item/stack/ore/salvage/scraptitanium{ - pixel_x = -12; - pixel_y = 11 - }, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) -"ZW" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/item/reagent_containers/glass/bottle{ - pixel_x = -10; - pixel_y = -7 - }, -/obj/item/reagent_containers/syringe, -/turf/open/floor/plasteel/patterned/cargo_one, -/area/ruin/beach/starwalker) -"ZX" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/closet/crate/freezer/blood, -/obj/machinery/iv_drip, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/patterned/cargo_one, -/area/ruin/beach/starwalker) - -(1,1,1) = {" -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -bg -bg -bg -id -id -id -id -id -id -id -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -id -id -id -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -id -id -id -id -id -id -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -"} -(2,1,1) = {" -Qi -Qi -Qi -Qi -Qi -Qi -Qi -bg -bg -bg -bg -bg -bg -Wp -id -id -id -id -id -id -id -Qi -Qi -Qi -Qi -id -id -id -id -id -id -id -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -id -id -id -rl -id -id -id -id -Qi -Qi -Qi -Qi -Qi -Qi -Qi -"} -(3,1,1) = {" -Qi -Qi -Qi -Qi -Qi -Qi -bg -bg -bg -bg -bg -bg -bg -Sc -id -id -bL -bL -RS -VO -id -id -id -id -id -id -id -id -id -Tg -id -id -id -id -Qi -id -id -id -id -id -id -id -id -FC -Di -Di -Jw -id -id -id -Qi -Qi -Qi -Qi -Qi -Qi -"} -(4,1,1) = {" -Qi -Qi -Qi -Qi -Qi -bg -bg -bg -bg -mi -EW -bg -id -Hi -wI -Ky -vO -id -id -xG -id -id -Tg -id -id -id -id -YG -id -id -id -id -id -id -id -id -id -id -id -id -id -FC -Di -vw -vw -vw -vw -Jw -id -id -id -Qi -Qi -Qi -Qi -Qi -"} -(5,1,1) = {" -Qi -Qi -Qi -Qi -bg -bg -bg -nw -di -Vi -ky -hi -id -Hi -id -id -RU -wI -id -Rg -id -id -IH -id -id -id -id -FC -Di -Jw -id -id -id -id -id -id -id -id -id -id -FC -vw -vw -vw -vw -vw -vw -vw -Jw -id -id -Qi -Qi -Qi -Qi -Qi -"} -(6,1,1) = {" -Qi -Qi -Qi -Qi -bg -bg -bg -bg -mU -hd -BB -NA -NA -NA -NA -xy -id -id -wI -wI -wI -id -id -id -id -id -FC -vw -vw -Ch -Di -Jw -id -Tg -id -id -id -id -id -id -XR -vw -vw -vw -vw -vw -vw -vw -Qx -Tg -id -Qi -Qi -Qi -Qi -Qi -"} -(7,1,1) = {" -Qi -Qi -Qi -Qi -bg -bg -bg -bg -bg -bg -bg -bg -bg -id -IH -id -wI -id -id -id -id -wI -id -id -id -id -oH -Pv -vw -vw -vw -Pk -id -id -id -id -id -Tg -id -id -XR -vw -vw -vw -vw -vw -vw -vw -Qx -id -id -Qi -Qi -Qi -Qi -Qi -"} -(8,1,1) = {" -Qi -Qi -Qi -Qi -Qi -bg -bg -bg -bg -bg -bg -bg -id -id -FC -Jw -BC -ry -id -id -id -ye -wI -bM -Eh -id -id -id -oH -Pv -Pk -id -id -ve -Di -Jw -id -id -id -FC -vw -vw -vw -vw -vw -vw -vw -vw -Pk -id -id -id -Qi -Qi -Qi -Qi -"} -(9,1,1) = {" -Qi -Qi -Qi -Qi -bg -bg -bg -bg -bg -bg -bg -bg -id -FC -Ch -vw -QW -QW -Mz -ry -ry -vy -Ip -iw -ma -VR -Uc -id -id -id -id -id -DG -TZ -vw -vw -Di -Di -Di -vw -vw -vw -vw -vw -vw -Pv -Pv -Pk -YG -id -id -id -Qi -Qi -Qi -Qi -"} -(10,1,1) = {" -Qi -Qi -Qi -bg -bg -bg -bg -bg -PH -di -bg -bg -id -XR -vw -vw -vw -vw -Jw -Zo -LA -wI -wI -wI -dm -Wi -XK -GF -id -rN -id -id -iC -tG -iC -FZ -FZ -ws -FZ -iC -vw -vw -vw -vw -Qx -id -id -id -id -id -id -id -id -Qi -Qi -Qi -"} -(11,1,1) = {" -Qi -Qi -bg -bg -bg -bg -DK -di -ky -DK -bg -bg -FC -vw -Of -vw -vw -vw -Pk -id -id -id -id -id -id -id -wI -wI -wI -id -Vb -id -FZ -FZ -FZ -hg -FZ -nH -VX -FZ -iC -Pv -Pv -Pv -Pk -id -id -id -id -Tg -id -id -id -Qi -Qi -Qi -"} -(12,1,1) = {" -Qi -bg -bg -bg -bg -RQ -uC -DK -Dk -ky -hi -QT -XR -vw -bg -bg -vw -Qx -id -id -id -id -Tg -id -QC -id -id -wI -In -Uy -YN -Ia -FZ -gi -MN -Ht -FZ -MO -ZW -HI -FZ -FZ -FZ -FZ -FZ -iC -id -id -id -id -id -id -id -Qi -Qi -Qi -"} -(13,1,1) = {" -Qi -bg -bg -bg -rH -LN -VS -ky -Pe -ky -hi -id -XR -vw -bg -bg -bg -Qx -id -id -id -id -id -id -id -id -id -IY -dm -Oi -zW -Vt -XJ -FZ -UG -FZ -FZ -ZX -ek -HE -FZ -rT -BK -Ez -fj -Aa -id -id -id -id -id -id -id -id -Qi -Qi -"} -(14,1,1) = {" -Qi -bg -bg -bg -Qa -NP -kX -dX -ky -WJ -IC -Lg -XR -vw -vw -bg -bg -vw -Jw -id -zq -FZ -FZ -DA -PU -FZ -XZ -NC -wI -xl -yn -id -ph -eN -pm -KC -bV -co -XM -rt -fM -Ey -Yb -lc -ia -Ba -id -id -id -id -pV -YG -id -id -Qi -Qi -"} -(15,1,1) = {" -Qi -bg -bg -bg -ky -xt -xt -xt -eT -uf -Ju -kK -XR -vw -vw -vw -bg -vw -vw -oC -of -of -of -UQ -dh -FZ -RN -kg -Hn -Sm -Jk -er -iE -FZ -En -av -it -JJ -cC -Jv -FZ -AS -vf -La -HK -Xe -id -id -id -FC -vw -Di -Jw -id -id -Qi -"} -(16,1,1) = {" -Qi -bg -bg -bg -uM -pc -di -ky -di -Tj -id -bg -gV -TI -vw -vw -vw -vw -vw -iC -FZ -FZ -FZ -FZ -JR -FZ -FZ -FZ -FZ -kP -DS -gd -MX -FZ -FZ -FZ -ws -Qx -uU -FZ -FZ -FZ -BR -FZ -FZ -iC -id -id -id -XR -vw -vw -Qx -id -id -Qi -"} -(17,1,1) = {" -Qi -Qi -bg -bg -bg -bg -bg -jH -wc -bg -bg -bg -XR -vw -eJ -vw -vw -vw -vw -hf -FM -iC -FZ -lq -bs -uR -wh -VQ -FZ -zz -yp -Hl -FZ -iC -vw -dP -QQ -lM -xL -Di -Jw -id -id -id -id -id -id -id -YG -oH -vw -vw -vw -Jw -id -Qi -"} -(18,1,1) = {" -Qi -Qi -bg -bg -bg -bg -bg -bg -bg -bg -bg -id -oH -vw -vw -vw -vw -vw -vw -QZ -rA -tm -bz -cT -XT -gr -yi -WY -Qq -GR -AN -Ib -dC -vw -vw -vw -vw -nz -vw -vw -vw -Jw -Tg -id -id -EZ -xu -id -id -id -oH -vw -vw -Qx -id -Qi -"} -(19,1,1) = {" -Qi -bg -bg -bg -bg -bg -bg -bg -bg -bg -bg -bd -IH -oH -vw -Ch -vw -vw -vw -Db -Ja -ze -rK -LV -Or -pk -jL -Lw -vg -wJ -aL -gU -dC -vw -vw -vw -vw -vw -vw -vw -vw -Qx -id -id -xu -xu -xu -xu -xu -id -id -XR -vw -Pk -id -Qi -"} -(20,1,1) = {" -Qi -bg -bg -bg -bg -bg -bg -bg -bg -bg -bg -bg -id -id -XR -vw -vw -vw -vw -UL -hN -iC -FZ -pj -IU -Pz -MV -lY -FZ -kR -Mm -Mk -FZ -iC -vw -vw -vw -vw -vw -vw -vw -Pk -id -id -xu -Ks -xu -xu -xu -xu -id -oH -Qx -id -id -Qi -"} -(21,1,1) = {" -Qi -bg -bg -bg -bg -bg -bg -bg -bg -bg -bg -bg -bg -id -XR -vw -Hm -qs -hx -iC -FZ -FZ -FZ -FZ -JR -FZ -FZ -FZ -FZ -TF -Aw -iA -qS -FZ -FZ -FZ -ws -XN -ws -Pv -Pk -id -id -id -xu -xu -EZ -hV -xu -xu -rl -id -Ie -id -id -Qi -"} -(22,1,1) = {" -bg -bg -bg -bg -bg -bg -bg -bg -bg -bg -bg -bg -bg -id -oH -vw -vw -vw -vw -zy -Ig -sy -Kk -yQ -iB -FZ -nB -GV -bU -TK -cO -YT -Xa -Ou -Fv -wx -VL -Jx -id -id -id -Tg -id -xu -xu -Lx -xu -xu -xu -xu -id -id -id -id -as -as -"} -(23,1,1) = {" -bg -bg -bg -bg -bg -bg -bg -bg -bg -bg -bg -bg -bg -id -id -oH -vw -vw -vw -zy -zy -zy -FZ -FZ -cq -FZ -rX -bI -XP -UZ -cA -FZ -FZ -FZ -FZ -FZ -FZ -sJ -FZ -Av -id -id -xu -Ks -xu -xu -xu -xu -xu -xu -id -id -id -id -as -as -"} -(24,1,1) = {" -bg -bg -bg -bg -bg -bg -Fu -bg -bg -bg -bg -bg -bg -bg -id -Tg -oH -vw -vw -vw -vw -zy -zy -vw -vw -iC -FZ -FZ -FZ -Cz -FZ -FZ -Yg -zT -Ec -Rf -fk -Qo -Ds -ju -tT -rN -xu -xu -xu -xu -xu -xu -hV -xu -EZ -id -id -as -as -as -"} -(25,1,1) = {" -bg -bg -bg -bg -bg -Fu -Fu -Fu -bg -bg -bg -bg -bg -bg -bg -id -id -oH -Pv -vw -vw -vw -vw -vw -vw -vw -vw -FZ -tW -ef -Mj -FZ -rI -gu -sw -Ux -wl -tY -Zp -Em -oQ -BP -qv -iN -EZ -xu -xu -xu -xu -xu -xu -id -as -as -as -as -"} -(26,1,1) = {" -bg -bg -bg -bg -bg -Fu -Fu -Fu -Xj -kh -bg -bg -bg -bg -bg -bg -id -id -id -oH -vw -vw -vw -vw -vw -vw -vw -EV -Xs -ou -Rn -FZ -FZ -Cu -FZ -oz -yJ -id -IJ -Vb -GY -cn -ar -BY -xu -ys -FZ -FZ -iC -xu -xu -as -as -as -as -as -"} -(27,1,1) = {" -bg -bg -bg -bg -bg -bg -Fu -wp -sA -di -di -kh -di -di -Aq -id -id -id -id -Tg -oH -Pv -Pv -Pv -vw -vw -Pk -Xh -tV -oG -WM -FZ -iC -id -id -id -id -AG -id -RO -id -In -In -Ul -YF -KO -zX -sH -Aa -xu -hV -as -as -as -as -Qi -"} -(28,1,1) = {" -Qi -bg -bg -bg -bg -bg -OO -Ir -di -mm -di -di -di -di -di -Aq -id -id -id -id -id -bg -id -id -oH -Pk -id -EV -pP -Sz -FZ -iC -id -id -id -xu -xu -id -id -id -Kq -Ff -JU -mb -ao -KL -cH -aN -KD -xu -xu -as -as -as -Qi -Qi -"} -(29,1,1) = {" -Qi -bg -bg -bg -bg -bg -di -Wa -Tw -di -di -kh -di -di -di -di -bg -bg -bg -bg -bg -bg -bg -id -id -id -id -iC -FZ -FZ -iC -id -id -Tg -id -xu -hV -xu -Nv -qx -xu -xu -jC -FZ -Io -SS -kv -fu -Aa -xu -xu -xu -as -as -Qi -Qi -"} -(30,1,1) = {" -Qi -Qi -bg -bg -bg -bg -bg -bg -bg -oy -Wm -di -Wa -kh -di -bg -bg -bg -bg -bg -bg -bg -bg -bg -bg -bg -id -id -id -id -id -id -id -id -id -id -xu -xu -xu -xu -xu -Ks -xu -FZ -FZ -FZ -FZ -FZ -iC -xu -xu -xu -Qi -Qi -Qi -Qi -"} -(31,1,1) = {" -Qi -Qi -Qi -Qi -bg -bg -bg -bg -bg -bg -bg -bg -bg -bg -bg -bg -bg -bg -bg -bg -bg -bg -bg -bg -bg -bg -bg -bg -bg -bg -id -id -id -id -id -Tg -xu -xu -xu -EZ -xu -xu -FZ -iC -xu -xu -xu -xu -xu -xu -xu -Qi -Qi -Qi -Qi -Qi -"} -(32,1,1) = {" -Qi -Qi -Qi -Qi -Qi -Qi -bg -bg -bg -bg -bg -bg -bg -bg -bg -bg -bg -bg -bg -Qi -Qi -bg -bg -bg -bg -bg -bg -bg -bg -bg -Qi -id -id -id -id -id -id -rl -xu -xu -id -xu -iC -xu -xu -xu -hV -xu -xu -xu -Qi -Qi -Qi -Qi -Qi -Qi -"} -(33,1,1) = {" -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -bg -bg -bg -bg -bg -bg -bg -bg -bg -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -Qi -id -id -id -id -id -id -id -id -id -xu -xu -xu -xu -xu -xu -EZ -xu -Qi -Qi -Qi -Qi -Qi -Qi -Qi -"} From 59b735d46ac7d71ea2846ab818586cf046bdfb05 Mon Sep 17 00:00:00 2001 From: Yobrocharlie Date: Tue, 30 Jul 2024 22:56:48 -0700 Subject: [PATCH 11/15] causing a lot of issues --- code/datums/ruins/lavaland.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/datums/ruins/lavaland.dm b/code/datums/ruins/lavaland.dm index aa7ea479cdcb..8581fbba1dff 100644 --- a/code/datums/ruins/lavaland.dm +++ b/code/datums/ruins/lavaland.dm @@ -121,7 +121,6 @@ id = "lava_canyon" description = "Tectonic activity has gouged a large fissure into the surface of the planet here. Tucked in the crevasse, the remains of an ashwalker village lay in ashes." suffix = "lavaland_surface_lava_canyon.dmm" -<<<<<<< HEAD /datum/map_template/ruin/lavaland/wrecked_factory name = "Wrecked Factory" From 8fc2ff72c6be778bec46b5e54f8376853d2fd6a9 Mon Sep 17 00:00:00 2001 From: Yobrocharlie Date: Tue, 30 Jul 2024 23:02:03 -0700 Subject: [PATCH 12/15] fix rockplanet_crash --- .../RockRuins/rockplanet_crash.dmm | 32 ++----------------- 1 file changed, 2 insertions(+), 30 deletions(-) diff --git a/_maps/RandomRuins/RockRuins/rockplanet_crash.dmm b/_maps/RandomRuins/RockRuins/rockplanet_crash.dmm index 43db217f9dcb..05feaf750860 100644 --- a/_maps/RandomRuins/RockRuins/rockplanet_crash.dmm +++ b/_maps/RandomRuins/RockRuins/rockplanet_crash.dmm @@ -203,12 +203,6 @@ /obj/effect/turf_decal/corner/opaque/blue, /turf/open/floor/plating, /area/ruin/unpowered) -"hj" = ( -/obj/effect/turf_decal/corner/opaque/solgovgold{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered) "hm" = ( /obj/structure/cable{ icon_state = "4-8" @@ -275,9 +269,6 @@ /obj/machinery/power/terminal{ dir = 8 }, -/obj/effect/turf_decal/corner/opaque/solgovgold{ - dir = 10 - }, /obj/effect/turf_decal/industrial/warning{ dir = 8 }, @@ -555,12 +546,6 @@ }, /turf/open/floor/plasteel, /area/ruin/unpowered) -"rH" = ( -/obj/effect/turf_decal/corner/opaque/solgovgold{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ruin/unpowered) "sN" = ( /obj/machinery/processor, /obj/effect/decal/cleanable/dirt/dust, @@ -707,9 +692,6 @@ icon_state = "floor5"; pixel_x = -2 }, -/obj/effect/turf_decal/corner/opaque/solgovgold{ - dir = 5 - }, /turf/open/floor/plating, /area/ruin/unpowered) "wB" = ( @@ -1300,9 +1282,6 @@ /obj/structure/cable{ icon_state = "4-10" }, -/obj/effect/turf_decal/corner/opaque/solgovgold{ - dir = 5 - }, /turf/open/floor/plasteel, /area/ruin/unpowered) "QK" = ( @@ -1348,9 +1327,6 @@ icon_state = "floor5"; pixel_x = -2 }, -/obj/effect/turf_decal/corner/opaque/solgovgold{ - dir = 10 - }, /turf/open/floor/plasteel, /area/ruin/unpowered) "RY" = ( @@ -1395,7 +1371,6 @@ /obj/structure/frame/computer{ dir = 1 }, -/obj/effect/turf_decal/corner/opaque/solgovgold, /turf/open/floor/plasteel, /area/ruin/unpowered) "Up" = ( @@ -1450,9 +1425,6 @@ /obj/machinery/power/terminal{ dir = 8 }, -/obj/effect/turf_decal/corner/opaque/solgovgold{ - dir = 5 - }, /obj/effect/turf_decal/industrial/warning{ dir = 8 }, @@ -1722,10 +1694,10 @@ EQ "} (8,1,1) = {" zd -rH +Jh QN lu -hj +Jh nv Wi Nt From 0aa451d9936cbdf3ba7bee36d62d1e068843c32c Mon Sep 17 00:00:00 2001 From: Yobrocharlie Date: Tue, 30 Jul 2024 23:25:40 -0700 Subject: [PATCH 13/15] Fixes some bugs --- _maps/RandomRuins/JungleRuins/jungle_pirate.dmm | 3 +-- _maps/RandomRuins/JungleRuins/jungle_surface_roommates.dmm | 7 ------- _maps/RandomRuins/JungleRuins/jungle_syndicate.dmm | 1 + _maps/RandomRuins/WasteRuins/wasteplanet_crash_kitchen.dmm | 4 ---- 4 files changed, 2 insertions(+), 13 deletions(-) diff --git a/_maps/RandomRuins/JungleRuins/jungle_pirate.dmm b/_maps/RandomRuins/JungleRuins/jungle_pirate.dmm index 739244a8b282..2860bb4cb32b 100644 --- a/_maps/RandomRuins/JungleRuins/jungle_pirate.dmm +++ b/_maps/RandomRuins/JungleRuins/jungle_pirate.dmm @@ -265,7 +265,6 @@ /turf/open/floor/wood, /area/ruin/unpowered) "LD" = ( -/obj/item/ammo_box/c45_speedloader, /obj/structure/table/wood/poker, /turf/open/floor/wood, /area/ruin/unpowered) @@ -316,7 +315,7 @@ /obj/item/gun/ballistic/shotgun/brimstone, /obj/item/gun/ballistic/shotgun/brimstone, /obj/item/gun/ballistic/shotgun/brimstone, -/obj/item/gun/grenadelauncher, +/obj/item/card/emag, /turf/open/floor/wood, /area/ruin/unpowered) "SA" = ( diff --git a/_maps/RandomRuins/JungleRuins/jungle_surface_roommates.dmm b/_maps/RandomRuins/JungleRuins/jungle_surface_roommates.dmm index 86e44d0d8480..c0a0e5a5d18c 100644 --- a/_maps/RandomRuins/JungleRuins/jungle_surface_roommates.dmm +++ b/_maps/RandomRuins/JungleRuins/jungle_surface_roommates.dmm @@ -27,7 +27,6 @@ /obj/item/clothing/mask/gas/clown_hat, /obj/item/clothing/under/rank/civilian/clown/orange, /obj/item/clothing/under/rank/civilian/clown/rainbow, -/obj/effect/turf_decal/corner/opaque/solgovgold, /obj/effect/turf_decal/corner/opaque/lime{ dir = 8 }, @@ -66,7 +65,6 @@ /turf/open/floor/carpet/nanoweave/beige, /area/ruin/jungle/roommates/shack) "o" = ( -/obj/effect/turf_decal/corner/opaque/solgovgold, /obj/effect/turf_decal/corner/opaque/lime{ dir = 8 }, @@ -108,7 +106,6 @@ /turf/open/floor/plasteel/dark, /area/ruin/jungle/roommates/shack) "q" = ( -/obj/effect/turf_decal/corner/opaque/solgovgold, /obj/effect/turf_decal/corner/opaque/lime{ dir = 8 }, @@ -129,7 +126,6 @@ /turf/open/floor/plasteel/dark, /area/ruin/jungle/roommates/shack) "s" = ( -/obj/effect/turf_decal/corner/opaque/solgovgold, /obj/effect/turf_decal/corner/opaque/lime{ dir = 8 }, @@ -196,7 +192,6 @@ /turf/open/floor/plasteel/dark, /area/ruin/jungle/roommates/shack) "w" = ( -/obj/effect/turf_decal/corner/opaque/solgovgold, /obj/effect/turf_decal/corner/opaque/lime{ dir = 8 }, @@ -251,7 +246,6 @@ /turf/open/floor/plasteel/dark, /area/ruin/jungle/roommates/shack) "A" = ( -/obj/effect/turf_decal/corner/opaque/solgovgold, /obj/effect/turf_decal/corner/opaque/lime{ dir = 8 }, @@ -333,7 +327,6 @@ /turf/open/floor/plasteel/dark, /area/ruin/jungle/roommates/shack) "H" = ( -/obj/effect/turf_decal/corner/opaque/solgovgold, /obj/effect/turf_decal/corner/opaque/lime{ dir = 8 }, diff --git a/_maps/RandomRuins/JungleRuins/jungle_syndicate.dmm b/_maps/RandomRuins/JungleRuins/jungle_syndicate.dmm index 4ecf5ee382b1..2e36fef360ad 100644 --- a/_maps/RandomRuins/JungleRuins/jungle_syndicate.dmm +++ b/_maps/RandomRuins/JungleRuins/jungle_syndicate.dmm @@ -1598,6 +1598,7 @@ /obj/item/gun/ballistic/automatic/smg/c20r, /obj/item/ammo_box/magazine/smgm45, /obj/item/ammo_box/magazine/smgm45, +/obj/item/storage/box/syndimaid, /turf/open/floor/plating, /area/ruin/jungle/syndifort/jerry) "WT" = ( diff --git a/_maps/RandomRuins/WasteRuins/wasteplanet_crash_kitchen.dmm b/_maps/RandomRuins/WasteRuins/wasteplanet_crash_kitchen.dmm index 18e6bdb2fbd7..0d3857067cfa 100644 --- a/_maps/RandomRuins/WasteRuins/wasteplanet_crash_kitchen.dmm +++ b/_maps/RandomRuins/WasteRuins/wasteplanet_crash_kitchen.dmm @@ -173,10 +173,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 1 }, -/obj/structure/sign/solgov_seal{ - pixel_x = -27; - pixel_y = 0 - }, /turf/open/floor/wood, /area/ruin/unpowered) "ut" = ( From 05181a449bf8f3449ffb21d0f0e347c7e56ef2a6 Mon Sep 17 00:00:00 2001 From: Yobrocharlie Date: Tue, 30 Jul 2024 23:39:36 -0700 Subject: [PATCH 14/15] wawa --- .../SpaceRuins/dangerous_research.dmm | 1 - _maps/RandomRuins/SpaceRuins/excavator_DK.dmm | 7 ++---- .../wasteplanet_fortress_of_solitide.dmm | 23 +++++++++++++++---- 3 files changed, 20 insertions(+), 11 deletions(-) diff --git a/_maps/RandomRuins/SpaceRuins/dangerous_research.dmm b/_maps/RandomRuins/SpaceRuins/dangerous_research.dmm index a1bfbbcabd83..ad3e83b5d22a 100644 --- a/_maps/RandomRuins/SpaceRuins/dangerous_research.dmm +++ b/_maps/RandomRuins/SpaceRuins/dangerous_research.dmm @@ -333,7 +333,6 @@ /obj/effect/decal/cleanable/dirt/dust, /obj/effect/mob_spawn/human/scientist, /obj/effect/decal/cleanable/blood/bubblegum, -/obj/item/switchblade, /turf/open/floor/plasteel, /area/ruin/space/has_grav) "ln" = ( diff --git a/_maps/RandomRuins/SpaceRuins/excavator_DK.dmm b/_maps/RandomRuins/SpaceRuins/excavator_DK.dmm index 865f979ff820..2ff6c44b79b6 100644 --- a/_maps/RandomRuins/SpaceRuins/excavator_DK.dmm +++ b/_maps/RandomRuins/SpaceRuins/excavator_DK.dmm @@ -199,6 +199,7 @@ /area/ruin/space/derelict) "GQ" = ( /obj/item/trash/plate, +/obj/item/clothing/suit/armor/vest/marine/frontier, /turf/open/space, /area/ruin/space) "Hv" = ( @@ -308,10 +309,6 @@ /obj/item/stack/cable_coil/cut/red, /turf/open/space, /area/ruin/space/derelict) -"VV" = ( -/obj/machinery/door/airlock/solgov, -/turf/open/floor/plasteel, -/area/ruin/space/derelict) "Wc" = ( /obj/structure/bed, /obj/item/bedsheet/dorms, @@ -1173,7 +1170,7 @@ Dz yj yj GB -VV +yj yj mM mM diff --git a/_maps/RandomRuins/WasteRuins/wasteplanet_fortress_of_solitide.dmm b/_maps/RandomRuins/WasteRuins/wasteplanet_fortress_of_solitide.dmm index b795826ec6c2..a2c683e4ec6a 100644 --- a/_maps/RandomRuins/WasteRuins/wasteplanet_fortress_of_solitide.dmm +++ b/_maps/RandomRuins/WasteRuins/wasteplanet_fortress_of_solitide.dmm @@ -2163,10 +2163,6 @@ /area/ruin/powered) "uB" = ( /obj/structure/table/wood, -/obj/item/switchblade{ - pixel_x = -3; - pixel_y = 4 - }, /obj/item/coin/antagtoken{ pixel_x = 4; pixel_y = -2 @@ -3898,6 +3894,7 @@ pixel_y = 5 }, /obj/effect/decal/cleanable/dirt/dust, +/obj/item/melee/greykingsword, /turf/open/floor/plating/rust, /area/ruin/powered) "Kg" = ( @@ -4635,6 +4632,22 @@ /obj/effect/decal/cleanable/cobweb/cobweb2, /turf/open/floor/plating, /area/ruin/powered) +"Rv" = ( +/obj/structure/safe, +/obj/item/clothing/suit/space/hardsuit/shielded, +/obj/item/gun/ballistic/automatic/sniper_rifle, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds, +/obj/item/ammo_box/magazine/sniper_rounds/soporific, +/obj/item/pen/sleepy, +/obj/item/melee/transforming/energy/sword/saber/blue, +/turf/open/floor/plating/rust, +/area/ruin/powered) "Rw" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/glass, @@ -7281,7 +7294,7 @@ in xx zK YB -av +Rv XF JX wM From c9ed60e369257e0ff2fd6cc1018f55b7e40f5935 Mon Sep 17 00:00:00 2001 From: Yobrocharlie Date: Wed, 31 Jul 2024 00:20:43 -0700 Subject: [PATCH 15/15] General updates and a few more bug fixes --- .../BeachRuins/beach_treasure_cove.dmm | 32 +++++++++++++++---- .../IceRuins/icemoon_crashed_holemaker.dmm | 1 + .../icemoon_surface_corporate_rejects.dmm | 2 +- .../icemoon_underground_abandoned_newcops.dmm | 8 ++++- .../icemoon_underground_drakelair.dmm | 2 +- .../JungleRuins/jungle_bombed_starport.dmm | 1 + _maps/RandomRuins/JungleRuins/jungle_nest.dmm | 9 +++++- .../JungleRuins/jungle_paradise.dmm | 1 + .../JungleRuins/jungle_seedling.dmm | 1 + .../lavaland_surface_comm_outpost.dmm | 9 +++++- .../lavaland_surface_lava_canyon.dmm | 3 +- .../whitesands_surface_camp_combination.dmm | 4 +++ .../SpaceRuins/cryocontainment.dmm | 2 ++ .../RandomRuins/SpaceRuins/provinggrounds.dmm | 25 +++++++++++---- .../SpaceRuins/singularity_lab.dmm | 4 ++- 15 files changed, 85 insertions(+), 19 deletions(-) diff --git a/_maps/RandomRuins/BeachRuins/beach_treasure_cove.dmm b/_maps/RandomRuins/BeachRuins/beach_treasure_cove.dmm index e97a926aec6b..a0b0e06bcd45 100644 --- a/_maps/RandomRuins/BeachRuins/beach_treasure_cove.dmm +++ b/_maps/RandomRuins/BeachRuins/beach_treasure_cove.dmm @@ -124,6 +124,7 @@ /obj/structure/sign/poster/contraband/ambrosia_vulgaris{ pixel_y = -32 }, +/obj/item/storage/box/syndie_kit/imp_adrenal, /turf/open/floor/concrete/slab_1, /area/ruin/beach/treasure_cove) "ft" = ( @@ -185,6 +186,13 @@ }, /turf/open/water/beach/deep, /area/ruin/unpowered) +"gF" = ( +/obj/effect/turf_decal/weather/dirt{ + dir = 8 + }, +/obj/item/disk/design_disk/ammo_1911, +/turf/open/water/beach, +/area/ruin/unpowered) "hm" = ( /turf/open/floor/plasteel/stairs{ barefootstep = "woodbarefoot"; @@ -511,14 +519,10 @@ pixel_y = 7; pixel_x = -3 }, -/obj/item/storage/box/syndie_kit/cutouts{ - pixel_x = 3; - pixel_y = 3 - }, +/obj/effect/decal/cleanable/dirt/dust, /obj/structure/table/reinforced{ color = "#c1b6a5" }, -/obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/concrete/slab_1, /area/ruin/beach/treasure_cove) "re" = ( @@ -1528,6 +1532,22 @@ /obj/item/clothing/under/clip/officer, /obj/item/clothing/head/helmet/bulletproof/x11/clip, /obj/effect/decal/cleanable/blood/old, +/obj/item/ammo_box/magazine/p16{ + pixel_x = -7; + pixel_y = 2 + }, +/obj/item/ammo_box/magazine/p16{ + pixel_x = -7; + pixel_y = 2 + }, +/obj/item/ammo_box/magazine/p16{ + pixel_x = -7; + pixel_y = 2 + }, +/obj/item/ammo_box/magazine/p16{ + pixel_x = -7; + pixel_y = 2 + }, /turf/open/floor/wood, /area/ruin/beach/treasure_cove) @@ -2768,7 +2788,7 @@ ie ii TN TN -td +gF td lt An diff --git a/_maps/RandomRuins/IceRuins/icemoon_crashed_holemaker.dmm b/_maps/RandomRuins/IceRuins/icemoon_crashed_holemaker.dmm index d17c4f371728..335dcab9c5c4 100644 --- a/_maps/RandomRuins/IceRuins/icemoon_crashed_holemaker.dmm +++ b/_maps/RandomRuins/IceRuins/icemoon_crashed_holemaker.dmm @@ -745,6 +745,7 @@ /obj/structure/closet/cabinet, /obj/effect/spawner/lootdrop/maintenance, /obj/effect/decal/cleanable/dirt/dust, +/obj/item/storage/box/rndboards, /turf/open/floor/plasteel/dark, /area/ruin/unpowered/crashed_holemaker) "ms" = ( diff --git a/_maps/RandomRuins/IceRuins/icemoon_surface_corporate_rejects.dmm b/_maps/RandomRuins/IceRuins/icemoon_surface_corporate_rejects.dmm index c48664ffdcf3..90ca6befa988 100644 --- a/_maps/RandomRuins/IceRuins/icemoon_surface_corporate_rejects.dmm +++ b/_maps/RandomRuins/IceRuins/icemoon_surface_corporate_rejects.dmm @@ -1733,7 +1733,7 @@ /obj/item/stack/sheet/mineral/hidden/hellstone/ten, /obj/item/toy/figure/captain, /obj/item/organ/cyberimp/brain/anti_stun, -/obj/item/disk/design_disk/adv/knight_gear, +/obj/item/clothing/suit/space/hardsuit/ert/lp/med, /turf/open/floor/vault, /area/ruin/unpowered/corprejectvault) "NJ" = ( diff --git a/_maps/RandomRuins/IceRuins/icemoon_underground_abandoned_newcops.dmm b/_maps/RandomRuins/IceRuins/icemoon_underground_abandoned_newcops.dmm index 149f4a579542..b4e968923112 100644 --- a/_maps/RandomRuins/IceRuins/icemoon_underground_abandoned_newcops.dmm +++ b/_maps/RandomRuins/IceRuins/icemoon_underground_abandoned_newcops.dmm @@ -531,6 +531,7 @@ }, /obj/structure/closet/syndicate, /obj/effect/decal/cleanable/dirt, +/obj/item/blackmarket_uplink, /turf/open/floor/mineral/plastitanium/red, /area/ruin/powered) "yB" = ( @@ -868,6 +869,11 @@ icon_state = "wood-broken" }, /area/ruin/powered) +"Lv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/mecha/combat/combat_tank/loaded, +/turf/open/floor/plating, +/area/ruin/powered) "LA" = ( /obj/structure/rack, /obj/item/clothing/suit/space/syndicate, @@ -2249,7 +2255,7 @@ IG LP LP LP -LP +Lv LP LP LP diff --git a/_maps/RandomRuins/IceRuins/icemoon_underground_drakelair.dmm b/_maps/RandomRuins/IceRuins/icemoon_underground_drakelair.dmm index d000b8fd17a7..9e6bf3f56b39 100644 --- a/_maps/RandomRuins/IceRuins/icemoon_underground_drakelair.dmm +++ b/_maps/RandomRuins/IceRuins/icemoon_underground_drakelair.dmm @@ -127,7 +127,7 @@ "iT" = ( /obj/structure/stone_tile/slab, /mob/living/simple_animal/hostile/megafauna/dragon/icemoon{ - loot = list(/obj/structure/closet/crate/necropolis/dragon,/obj/item/keycard/gatedrop/drakelair); + loot = list(/obj/structure/closet/crate/necropolis/dragon,/obj/item/keycard/gatedrop/drakelair) }, /turf/open/indestructible/boss, /area/ruin) diff --git a/_maps/RandomRuins/JungleRuins/jungle_bombed_starport.dmm b/_maps/RandomRuins/JungleRuins/jungle_bombed_starport.dmm index 2b04f2a3edb1..01a4279e13eb 100644 --- a/_maps/RandomRuins/JungleRuins/jungle_bombed_starport.dmm +++ b/_maps/RandomRuins/JungleRuins/jungle_bombed_starport.dmm @@ -5790,6 +5790,7 @@ /obj/item/gun/ballistic/automatic/pistol, /obj/item/ammo_box/magazine/m10mm, /obj/item/ammo_box/magazine/m10mm, +/obj/item/card/emag, /turf/open/floor/mineral/plastitanium, /area/ruin/jungle/starport/tower) "Nj" = ( diff --git a/_maps/RandomRuins/JungleRuins/jungle_nest.dmm b/_maps/RandomRuins/JungleRuins/jungle_nest.dmm index 2783fc59549b..f6700a1b483d 100644 --- a/_maps/RandomRuins/JungleRuins/jungle_nest.dmm +++ b/_maps/RandomRuins/JungleRuins/jungle_nest.dmm @@ -62,6 +62,12 @@ /obj/structure/flora/ausbushes/grassybush, /turf/open/floor/plating/dirt/jungle, /area/overmap_encounter/planetoid/jungle/explored) +"gN" = ( +/obj/structure/alien/weeds, +/obj/effect/decal/cleanable/xenoblood/xgibs/larva/body, +/obj/structure/alien/egg/grown, +/turf/open/floor/plating/dirt, +/area/overmap_encounter/planetoid/cave/explored) "gU" = ( /obj/structure/alien/weeds, /obj/effect/decal/remains/xeno, @@ -234,6 +240,7 @@ "zz" = ( /obj/structure/alien/weeds, /obj/effect/decal/remains/xeno/larva, +/obj/structure/alien/egg/grown, /turf/open/floor/plating/dirt, /area/overmap_encounter/planetoid/cave/explored) "AC" = ( @@ -529,7 +536,7 @@ iF vt vt cj -mW +gN yF Hh yF diff --git a/_maps/RandomRuins/JungleRuins/jungle_paradise.dmm b/_maps/RandomRuins/JungleRuins/jungle_paradise.dmm index 9457e639c5ce..5d4f979255f0 100644 --- a/_maps/RandomRuins/JungleRuins/jungle_paradise.dmm +++ b/_maps/RandomRuins/JungleRuins/jungle_paradise.dmm @@ -861,6 +861,7 @@ /obj/structure/closet/crate/miningcar, /obj/item/resonator, /obj/item/t_scanner/adv_mining_scanner/lesser, +/obj/item/gun/energy/kinetic_accelerator/old, /turf/open/floor/plating/dirt/jungle/dark, /area/overmap_encounter/planetoid/cave/explored) "fz" = ( diff --git a/_maps/RandomRuins/JungleRuins/jungle_seedling.dmm b/_maps/RandomRuins/JungleRuins/jungle_seedling.dmm index 3dff53c32639..a86b9b9f7c4d 100644 --- a/_maps/RandomRuins/JungleRuins/jungle_seedling.dmm +++ b/_maps/RandomRuins/JungleRuins/jungle_seedling.dmm @@ -61,6 +61,7 @@ /obj/item/organ/tongue/robot, /obj/item/organ/moth_wings, /obj/item/organ/stomach/cybernetic/tier2, +/obj/item/slimepotion/lovepotion, /turf/open/floor/plasteel/freezer, /area/ruin/powered) "pN" = ( diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_comm_outpost.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_comm_outpost.dmm index 44988210b7e4..28a08e79a855 100644 --- a/_maps/RandomRuins/LavaRuins/lavaland_surface_comm_outpost.dmm +++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_comm_outpost.dmm @@ -48,6 +48,12 @@ name = "base floor" }, /area/ruin/unpowered/syndicate_outpost) +"kx" = ( +/obj/structure/filingcabinet, +/turf/open/floor/mineral/plastitanium/red{ + name = "base floor" + }, +/area/ruin/unpowered/syndicate_outpost) "ql" = ( /obj/structure/table/reinforced, /turf/open/floor/mineral/plastitanium/red{ @@ -156,6 +162,7 @@ /area/ruin/unpowered/syndicate_outpost) "MK" = ( /obj/structure/closet/crate/grave/loot, +/obj/item/implanter/uplink, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, /area/overmap_encounter/planetoid/lava/explored) "NT" = ( @@ -366,7 +373,7 @@ RV (7,1,1) = {" RV ho -js +kx Ts js Xz diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_lava_canyon.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_lava_canyon.dmm index 943b1dccf126..a83b1617d6ef 100644 --- a/_maps/RandomRuins/LavaRuins/lavaland_surface_lava_canyon.dmm +++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_lava_canyon.dmm @@ -890,7 +890,7 @@ /area/overmap_encounter/planetoid/lava/explored) "zb" = ( /mob/living/simple_animal/hostile/megafauna/blood_drunk_miner{ - loot = list(/obj/item/melee/transforming/cleaving_saw,/obj/item/gun/energy/kinetic_accelerator,/obj/item/keycard/gatedrop/lavacanyon); + loot = list(/obj/item/melee/transforming/cleaving_saw,/obj/item/gun/energy/kinetic_accelerator,/obj/item/keycard/gatedrop/lavacanyon) }, /turf/open/floor/plating/asteroid/basalt/lava_land_surface, /area/overmap_encounter/planetoid/cave/explored) @@ -1547,6 +1547,7 @@ /area/ruin/unpowered/scorched_hut) "So" = ( /obj/structure/closet/crate/necropolis/tendril/greater, +/obj/item/clothing/suit/space/hardsuit/ert/paranormal, /turf/open/indestructible/necropolis, /area/overmap_encounter/planetoid/cave/explored) "Sy" = ( diff --git a/_maps/RandomRuins/SandRuins/whitesands_surface_camp_combination.dmm b/_maps/RandomRuins/SandRuins/whitesands_surface_camp_combination.dmm index f59cff023b4a..36850927425e 100644 --- a/_maps/RandomRuins/SandRuins/whitesands_surface_camp_combination.dmm +++ b/_maps/RandomRuins/SandRuins/whitesands_surface_camp_combination.dmm @@ -997,6 +997,10 @@ /obj/structure/table, /obj/item/gun/ballistic/automatic/smg/skm_carbine, /obj/item/ammo_box/magazine/skm_545_39, +/obj/item/ammo_box/magazine/skm_545_39, +/obj/item/ammo_box/magazine/skm_545_39, +/obj/item/ammo_box/magazine/skm_545_39, +/obj/item/ammo_box/magazine/skm_545_39, /turf/open/floor/concrete, /area/ruin) "Ld" = ( diff --git a/_maps/RandomRuins/SpaceRuins/cryocontainment.dmm b/_maps/RandomRuins/SpaceRuins/cryocontainment.dmm index f381d0375e46..08e49922cc16 100644 --- a/_maps/RandomRuins/SpaceRuins/cryocontainment.dmm +++ b/_maps/RandomRuins/SpaceRuins/cryocontainment.dmm @@ -191,6 +191,7 @@ /obj/structure/window/reinforced/survival_pod{ dir = 1 }, +/obj/item/storage/box/stockparts/t3, /turf/open/floor/plasteel/white/airless, /area/ruin/unpowered) "fE" = ( @@ -1313,6 +1314,7 @@ /obj/structure/table/reinforced, /obj/structure/window/reinforced/survival_pod, /obj/item/clothing/glasses/science, +/obj/item/storage/box/rndboards, /turf/open/floor/plasteel/white/airless, /area/ruin/unpowered) "UL" = ( diff --git a/_maps/RandomRuins/SpaceRuins/provinggrounds.dmm b/_maps/RandomRuins/SpaceRuins/provinggrounds.dmm index 83e662b69ad0..8911962cef37 100644 --- a/_maps/RandomRuins/SpaceRuins/provinggrounds.dmm +++ b/_maps/RandomRuins/SpaceRuins/provinggrounds.dmm @@ -222,6 +222,7 @@ /obj/item/seeds/chili/ice{ pixel_x = -5 }, +/obj/item/gun_voucher/syndicate, /turf/open/floor/plasteel/tech, /area/ruin/space/has_grav/syndicircle/winter) "gv" = ( @@ -533,7 +534,7 @@ dir = 1 }, /obj/effect/decal/cleanable/dirt, -/obj/machinery/deployable_turret, +/obj/machinery/deployable_turret/hmg, /turf/open/floor/mineral/titanium/white, /area/ruin/space/has_grav/syndicircle/research) "pb" = ( @@ -799,6 +800,7 @@ /obj/machinery/power/terminal{ dir = 1 }, +/obj/machinery/vending/security/marine/syndicate, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/syndicircle/halls) "wa" = ( @@ -1312,6 +1314,11 @@ }, /turf/open/floor/mineral/plastitanium, /area/ruin/space/has_grav/syndicircle/halls) +"HF" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/item/gun_voucher/syndicate, +/turf/open/floor/plasteel/tech/techmaint, +/area/ruin/space/has_grav/syndicircle/research) "Ik" = ( /obj/machinery/light/directional/east, /turf/open/floor/mineral/plastitanium/red, @@ -1505,6 +1512,10 @@ }, /turf/open/floor/plating, /area/ruin/space/has_grav/syndicircle/training) +"MC" = ( +/mob/living/simple_animal/hostile/human/syndicate/ranged/shotgun/space/stormtrooper, +/turf/open/floor/mineral/plastitanium, +/area/ruin/space/has_grav/syndicircle/halls) "MP" = ( /obj/effect/decal/cleanable/dirt, /mob/living/simple_animal/hostile/human/syndicate/ranged/smg/space{ @@ -1645,6 +1656,7 @@ }, /obj/item/target/clown, /obj/effect/decal/cleanable/dirt, +/obj/item/gun_voucher/syndicate, /turf/open/floor/plating/dirt/jungle/wasteland, /area/ruin/space/has_grav/syndicircle/training) "Sf" = ( @@ -1893,6 +1905,7 @@ }, /obj/item/ammo_box/magazine/co9mm, /obj/item/gun/ballistic/automatic/pistol/commander, +/obj/item/gun_voucher/syndicate, /turf/open/floor/mineral/titanium/blue, /area/ruin/space/has_grav/syndicircle/escape) "Xf" = ( @@ -3069,7 +3082,7 @@ bL aW bS Dm -ap +MC at am MV @@ -3363,7 +3376,7 @@ ay ap ay ap -ap +MC ap am AV @@ -3375,7 +3388,7 @@ ap OE am ap -ap +MC ap ay ap @@ -3669,7 +3682,7 @@ Li ho bS Dm -ap +MC at Mt OW @@ -4059,7 +4072,7 @@ ay UA fZ pT -ba +HF bV bV bV diff --git a/_maps/RandomRuins/SpaceRuins/singularity_lab.dmm b/_maps/RandomRuins/SpaceRuins/singularity_lab.dmm index 54896bfe8630..771809c8a35d 100644 --- a/_maps/RandomRuins/SpaceRuins/singularity_lab.dmm +++ b/_maps/RandomRuins/SpaceRuins/singularity_lab.dmm @@ -7380,8 +7380,10 @@ /obj/structure/sign/poster/retro/lasergun_new{ pixel_y = 32 }, -/obj/item/stack/telecrystal, /obj/effect/turf_decal/box, +/obj/item/stack/telecrystal/twenty, +/obj/item/stack/telecrystal/twenty, +/obj/item/stack/telecrystal/five, /turf/open/floor/engine, /area/ruin/space/has_grav/singularitylab/lab) "Dy" = (