From 952ab8b3a54a8878144986b1601dfa47fee5db71 Mon Sep 17 00:00:00 2001 From: Changelogs Date: Fri, 7 Jun 2024 00:54:25 +0000 Subject: [PATCH 01/22] Automatic changelog compile [ci skip] --- html/changelogs/AutoChangeLog-pr-2931.yml | 5 ----- html/changelogs/AutoChangeLog-pr-3061.yml | 9 --------- html/changelogs/AutoChangeLog-pr-3079.yml | 4 ---- html/changelogs/archive/2024-06.yml | 13 +++++++++++++ 4 files changed, 13 insertions(+), 18 deletions(-) delete mode 100644 html/changelogs/AutoChangeLog-pr-2931.yml delete mode 100644 html/changelogs/AutoChangeLog-pr-3061.yml delete mode 100644 html/changelogs/AutoChangeLog-pr-3079.yml diff --git a/html/changelogs/AutoChangeLog-pr-2931.yml b/html/changelogs/AutoChangeLog-pr-2931.yml deleted file mode 100644 index 3ee174b3f911..000000000000 --- a/html/changelogs/AutoChangeLog-pr-2931.yml +++ /dev/null @@ -1,5 +0,0 @@ -author: Zevotech -changes: - - {rscadd: remapped and renamed ashwalker_shrine into lavaland_surface_buried_shrine} - - {rscadd: Necropolis walls have been renamed to thick stone walls.} -delete-after: true diff --git a/html/changelogs/AutoChangeLog-pr-3061.yml b/html/changelogs/AutoChangeLog-pr-3061.yml deleted file mode 100644 index cce63207623b..000000000000 --- a/html/changelogs/AutoChangeLog-pr-3061.yml +++ /dev/null @@ -1,9 +0,0 @@ -author: rye-rice -changes: - - {rscadd: Changing firemodes on guns now have new sprites} - - {bugfix: The E-40 now works as intended!} - - {rscadd: The E-40 now has an ammo counter} - - {balance: The P16 shoots slightly faster.} - - {balance: Two E-40s max are obtainable from the black market should it spawn. - Blank market price cap of the E-40 has also increased} -delete-after: true diff --git a/html/changelogs/AutoChangeLog-pr-3079.yml b/html/changelogs/AutoChangeLog-pr-3079.yml deleted file mode 100644 index 7bbcaa88eb5a..000000000000 --- a/html/changelogs/AutoChangeLog-pr-3079.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: Sun-Soaked -changes: - - {bugfix: combat knives and their subtypes now once again have sprites.} -delete-after: true diff --git a/html/changelogs/archive/2024-06.yml b/html/changelogs/archive/2024-06.yml index b6d113723f62..1a993f9a46ac 100644 --- a/html/changelogs/archive/2024-06.yml +++ b/html/changelogs/archive/2024-06.yml @@ -118,3 +118,16 @@ 2024-06-06: SomeguyManperson: - bugfix: melee hermits have had their immortal snail deals revoked +2024-06-07: + Sun-Soaked: + - bugfix: combat knives and their subtypes now once again have sprites. + Zevotech: + - rscadd: remapped and renamed ashwalker_shrine into lavaland_surface_buried_shrine + - rscadd: Necropolis walls have been renamed to thick stone walls. + rye-rice: + - rscadd: Changing firemodes on guns now have new sprites + - bugfix: The E-40 now works as intended! + - rscadd: The E-40 now has an ammo counter + - balance: The P16 shoots slightly faster. + - balance: Two E-40s max are obtainable from the black market should it spawn. Blank + market price cap of the E-40 has also increased From bb106420eef4bd442b01a147533f0ef09afc71ff Mon Sep 17 00:00:00 2001 From: FalloutFalcon <86381784+FalloutFalcon@users.noreply.github.com> Date: Fri, 7 Jun 2024 00:55:36 -0500 Subject: [PATCH 02/22] Removes magic stuff adjacent to gun/magic (#2877) ## About The Pull Request This was MEANT to be a pr were i was tackling gun cruft but magic accounts for a large portion of the line count. Pulls from #2664 (minus the actual gun crafting) and #2702 ## Why It's Good For The Game Cruft ## Changelog :cl: del: Removed alot of magic cruft code: Sorts gun defines into there own file /:cl: --------- Signed-off-by: FalloutFalcon <86381784+FalloutFalcon@users.noreply.github.com> Co-authored-by: Sun-Soaked <45698967+Sun-Soaked@users.noreply.github.com> --- _maps/map_files/generic/CentCom.dmm | 5 - code/__DEFINES/DNA.dm | 1 - code/__DEFINES/combat.dm | 67 -- code/__DEFINES/guns.dm | 78 +- code/controllers/subsystem/traumas.dm | 1 - code/datums/components/fantasy/suffixes.dm | 4 - code/datums/dna.dm | 2 - code/datums/mutations/actions.dm | 61 -- code/game/gamemodes/objective.dm | 25 - code/game/objects/items/dna_injector.dm | 5 - code/game/objects/items/granters.dm | 13 - code/game/objects/items/storage/belt.dm | 27 - .../structures/fugitive_role_spawners.dm | 58 -- .../structures/icemoon/cave_entrance.dm | 2 - code/modules/admin/verbs/randomverbs.dm | 2 - .../changeling/powers/mutations.dm | 179 ----- code/modules/antagonists/cult/blood_magic.dm | 14 +- code/modules/antagonists/cult/cult_items.dm | 41 - .../antagonists/fugitive/fugitive_outfits.dm | 154 ---- .../antagonists/survivalist/survivalist.dm | 14 - .../antagonists/wizard/equipment/spellbook.dm | 63 -- code/modules/antagonists/wizard/wizard.dm | 1 - .../awaymissions/mission_code/snowdin.dm | 13 - code/modules/cargo/exports/lavaland.dm | 6 +- code/modules/clothing/outfits/standard.dm | 2 - code/modules/events/wizard/magicarp.dm | 75 -- code/modules/mining/equipment/survival_pod.dm | 4 - .../mining/lavaland/necropolis_chests.dm | 94 +-- .../modules/mob/dead/new_player/new_player.dm | 2 - .../human/species_types/lizardpeople.dm | 1 - .../hostile/megafauna/codename_claw.dm | 99 +++ .../mob/living/simple_animal/hostile/mimic.dm | 10 - .../projectiles/ammunition/special/magic.dm | 65 -- .../boxes_magazines/internal/misc.dm | 6 - .../boxes_magazines/internal/rifle.dm | 7 - code/modules/projectiles/gun.dm | 4 - .../projectiles/guns/ballistic/pistol.dm | 23 - .../projectiles/guns/ballistic/revolver.dm | 12 - .../projectiles/guns/ballistic/rifle.dm | 55 -- .../projectiles/guns/ballistic/shotgun.dm | 46 -- code/modules/projectiles/guns/magic.dm | 85 -- code/modules/projectiles/guns/magic/staff.dm | 142 ---- code/modules/projectiles/guns/magic/wand.dm | 266 ------- code/modules/projectiles/projectile.dm | 4 - code/modules/projectiles/projectile/magic.dm | 734 ------------------ .../projectiles/projectile/magic/spellcard.dm | 6 - code/modules/research/designs.dm | 5 +- .../research/designs/weapon_designs.dm | 8 - code/modules/research/experimentor.dm | 10 - .../xenobiology/crossbreeding/_weapons.dm | 51 -- .../xenobiology/crossbreeding/chilling.dm | 23 - .../ruins/icemoonruin_code/hotsprings.dm | 56 -- code/modules/shuttle/special.dm | 129 --- code/modules/spells/spell_types/aimed.dm | 63 +- code/modules/spells/spell_types/charge.dm | 14 - code/modules/spells/spell_types/devil.dm | 2 +- .../spells/spell_types/infinite_guns.dm | 27 - .../spells/spell_types/rightandwrong.dm | 101 +-- code/modules/spells/spell_types/shapeshift.dm | 1 - code/modules/uplink/uplink_items.dm | 7 - code/modules/vending/autodrobe.dm | 1 - shiptest.dme | 10 - 62 files changed, 192 insertions(+), 2894 deletions(-) delete mode 100644 code/game/objects/structures/fugitive_role_spawners.dm delete mode 100644 code/modules/antagonists/fugitive/fugitive_outfits.dm delete mode 100644 code/modules/events/wizard/magicarp.dm delete mode 100644 code/modules/projectiles/guns/magic.dm delete mode 100644 code/modules/projectiles/guns/magic/staff.dm delete mode 100644 code/modules/projectiles/guns/magic/wand.dm delete mode 100644 code/modules/projectiles/projectile/magic.dm delete mode 100644 code/modules/projectiles/projectile/magic/spellcard.dm delete mode 100644 code/modules/ruins/icemoonruin_code/hotsprings.dm delete mode 100644 code/modules/spells/spell_types/infinite_guns.dm diff --git a/_maps/map_files/generic/CentCom.dmm b/_maps/map_files/generic/CentCom.dmm index 19b41ef8018f..0f8565b7ecec 100644 --- a/_maps/map_files/generic/CentCom.dmm +++ b/_maps/map_files/generic/CentCom.dmm @@ -3045,11 +3045,6 @@ /area/wizard_station) "aEX" = ( /obj/structure/table/wood, -/obj/item/gun/magic/wand{ - desc = "Used in emergencies to reignite magma engines."; - max_charges = 0; - name = "wand of emergency engine ignition" - }, /turf/open/floor/plasteel, /area/wizard_station) "aEY" = ( diff --git a/code/__DEFINES/DNA.dm b/code/__DEFINES/DNA.dm index 30bcd4e253c8..8b05ccacd1fe 100644 --- a/code/__DEFINES/DNA.dm +++ b/code/__DEFINES/DNA.dm @@ -31,7 +31,6 @@ #define GLOWY /datum/mutation/human/glow #define ANTIGLOWY /datum/mutation/human/glow/anti #define TELEPATHY /datum/mutation/human/telepathy -#define FIREBREATH /datum/mutation/human/firebreath #define VOID /datum/mutation/human/void #define TONGUESPIKE /datum/mutation/human/tonguespike #define TONGUESPIKECHEM /datum/mutation/human/tongue_spike/chem diff --git a/code/__DEFINES/combat.dm b/code/__DEFINES/combat.dm index e5683140933f..ad0754c85b21 100644 --- a/code/__DEFINES/combat.dm +++ b/code/__DEFINES/combat.dm @@ -133,53 +133,6 @@ GLOBAL_LIST_INIT(shove_disarming_types, typecacheof(list(/obj/item/gun))) #define EMBED_POINTY list("ignore_throwspeed_threshold" = TRUE) #define EMBED_POINTY_SUPERIOR list("embed_chance" = 100, "ignore_throwspeed_threshold" = TRUE) -//Gun weapon weight -/// Allows you to dual wield this gun and your offhand gun -#define WEAPON_LIGHT 1 -/// Does not allow you to dual wield with this gun and your offhand gun -#define WEAPON_MEDIUM 2 -/// You must wield the gun to fire this gun -#define WEAPON_HEAVY 3 -/// You must FULLY wield (wait the full wield delay) the gun to fire this gun -#define WEAPON_VERY_HEAVY 4 -//Gun trigger guards -#define TRIGGER_GUARD_ALLOW_ALL -1 -#define TRIGGER_GUARD_NONE 0 -#define TRIGGER_GUARD_NORMAL 1 -//Gun bolt types -///The gun has a closed bolt, when resting it's closed, and must be racked to get a bullet from a magazine. see: Every Fucking Videogame Gun Ever -#define BOLT_TYPE_STANDARD 1 -///Gun has a bolt, it is open when ready to fire. The gun can never have a chambered bullet with no magazine, but the bolt stays ready when a mag is removed. -/// Example: Some SMGs, the L6 -#define BOLT_TYPE_OPEN 2 -///Gun has no moving bolt mechanism, it cannot be racked. Also dumps the entire contents when emptied instead of a magazine. -/// Example: Break action shotguns, revolvers -#define BOLT_TYPE_NO_BOLT 3 -///Gun has a bolt, it locks back when empty. It can be released to chamber a round if a magazine is in. -/// Example: Pistols with a slide lock, some SMGs -#define BOLT_TYPE_LOCKING 4 -//Sawn off nerfs -///accuracy penalty of sawn off guns -#define SAWN_OFF_ACC_PENALTY 25 -///added recoil of sawn off guns -#define SAWN_OFF_RECOIL 1 - -//ammo box sprite defines -///ammo box will always use provided icon state -#define AMMO_BOX_ONE_SPRITE 0 -///ammo box will have a different state for each bullet; - -#define AMMO_BOX_PER_BULLET 1 -///ammo box will have a different state for full and empty; -max_ammo and -0 -#define AMMO_BOX_FULL_EMPTY 2 - -#define SUPPRESSED_NONE 0 -#define SUPPRESSED_QUIET 1 ///standard suppressed -#define SUPPRESSED_VERY 2 /// no message - -//Projectile Reflect -#define REFLECT_NORMAL (1<<0) -#define REFLECT_FAKEPROJECTILE (1<<1) - //Object/Item sharpness #define IS_BLUNT 0 #define IS_SHARP 1 @@ -215,23 +168,3 @@ GLOBAL_LIST_INIT(shove_disarming_types, typecacheof(list(/obj/item/gun))) //We will round to this value in damage calculations. #define DAMAGE_PRECISION 0.1 - -//bullet_act() return values -#define BULLET_ACT_HIT "HIT" //It's a successful hit, whatever that means in the context of the thing it's hitting. -#define BULLET_ACT_BLOCK "BLOCK" //It's a blocked hit, whatever that means in the context of the thing it's hitting. -#define BULLET_ACT_FORCE_PIERCE "PIERCE" //It pierces through the object regardless of the bullet being piercing by default. - -#define NICE_SHOT_RICOCHET_BONUS 10 //if the shooter has the NICE_SHOT trait and they fire a ricocheting projectile, add this to the ricochet chance and auto aim angle - -//Autofire component -/// Compatible firemode is in the gun. Wait until it's held in the user hands. -#define AUTOFIRE_STAT_IDLE (1<<0) -/// Gun is active and in the user hands. Wait until user does a valid click. -#define AUTOFIRE_STAT_ALERT (1<<1) -/// Gun is shooting. -#define AUTOFIRE_STAT_FIRING (1<<2) - -#define COMSIG_AUTOFIRE_ONMOUSEDOWN "autofire_onmousedown" - #define COMPONENT_AUTOFIRE_ONMOUSEDOWN_BYPASS (1<<0) -#define COMSIG_AUTOFIRE_SHOT "autofire_shot" - #define COMPONENT_AUTOFIRE_SHOT_SUCCESS (1<<0) diff --git a/code/__DEFINES/guns.dm b/code/__DEFINES/guns.dm index 556a9ff0e35c..dba7ce93afaf 100644 --- a/code/__DEFINES/guns.dm +++ b/code/__DEFINES/guns.dm @@ -1,4 +1,61 @@ -//weapon manufacturers +//Gun weapon weight +/// Allows you to dual wield this gun and your offhand gun +#define WEAPON_LIGHT 1 +/// Does not allow you to dual wield with this gun and your offhand gun +#define WEAPON_MEDIUM 2 +/// You must wield the gun to fire this gun +#define WEAPON_HEAVY 3 +/// You must FULLY wield (wait the full wield delay) the gun to fire this gun +#define WEAPON_VERY_HEAVY 4 +//Gun trigger guards +#define TRIGGER_GUARD_ALLOW_ALL -1 +#define TRIGGER_GUARD_NONE 0 +#define TRIGGER_GUARD_NORMAL 1 +//Gun bolt types +///The gun has a closed bolt, when resting it's closed, and must be racked to get a bullet from a magazine. see: Every Fucking Videogame Gun Ever +#define BOLT_TYPE_STANDARD 1 +///Gun has a bolt, it is open when ready to fire. The gun can never have a chambered bullet with no magazine, but the bolt stays ready when a mag is removed. +/// Example: Some SMGs, the L6 +#define BOLT_TYPE_OPEN 2 +///Gun has no moving bolt mechanism, it cannot be racked. Also dumps the entire contents when emptied instead of a magazine. +/// Example: Break action shotguns, revolvers +#define BOLT_TYPE_NO_BOLT 3 +///Gun has a bolt, it locks back when empty. It can be released to chamber a round if a magazine is in. +/// Example: Pistols with a slide lock, some SMGs +#define BOLT_TYPE_LOCKING 4 +//Sawn off nerfs +///accuracy penalty of sawn off guns +#define SAWN_OFF_ACC_PENALTY 25 +///added recoil of sawn off guns +#define SAWN_OFF_RECOIL 1 + +//ammo box sprite defines +///ammo box will always use provided icon state +#define AMMO_BOX_ONE_SPRITE 0 +///ammo box will have a different state for each bullet; - +#define AMMO_BOX_PER_BULLET 1 +///ammo box will have a different state for full and empty; -max_ammo and -0 +#define AMMO_BOX_FULL_EMPTY 2 + +#define SUPPRESSED_NONE 0 +#define SUPPRESSED_QUIET 1 ///standard suppressed +#define SUPPRESSED_VERY 2 /// no message + +//Autofire component +/// Compatible firemode is in the gun. Wait until it's held in the user hands. +#define AUTOFIRE_STAT_IDLE (1<<0) +/// Gun is active and in the user hands. Wait until user does a valid click. +#define AUTOFIRE_STAT_ALERT (1<<1) +/// Gun is shooting. +#define AUTOFIRE_STAT_FIRING (1<<2) + +#define COMSIG_AUTOFIRE_ONMOUSEDOWN "autofire_onmousedown" + #define COMPONENT_AUTOFIRE_ONMOUSEDOWN_BYPASS (1<<0) +#define COMSIG_AUTOFIRE_SHOT "autofire_shot" + #define COMPONENT_AUTOFIRE_SHOT_SUCCESS (1<<0) + +#define DUALWIELD_PENALTY_EXTRA_MULTIPLIER 1.6 + #define MANUFACTURER_NONE null #define MANUFACTURER_SHARPLITE "the Sharplite Defense logo" #define MANUFACTURER_SHARPLITE_NEW "the Nanotrasen-Sharplite logo" @@ -15,6 +72,25 @@ #define MANUFACTURER_PGF "the Etherbor Industries emblem" #define MANUFACTURER_IMPORT "Lanchester Import Co." + +///////////////// +// PROJECTILES // +///////////////// + +//bullet_act() return values +#define BULLET_ACT_HIT "HIT" //It's a successful hit, whatever that means in the context of the thing it's hitting. +#define BULLET_ACT_BLOCK "BLOCK" //It's a blocked hit, whatever that means in the context of the thing it's hitting. +#define BULLET_ACT_FORCE_PIERCE "PIERCE" //It pierces through the object regardless of the bullet being piercing by default. + +#define NICE_SHOT_RICOCHET_BONUS 10 //if the shooter has the NICE_SHOT trait and they fire a ricocheting projectile, add this to the ricochet chance and auto aim angle + +//Projectile Reflect +#define REFLECT_NORMAL (1<<0) +#define REFLECT_FAKEPROJECTILE (1<<1) + +#define MOVES_HITSCAN -1 //Not actually hitscan but close as we get without actual hitscan. +#define MUZZLE_EFFECT_PIXEL_INCREMENT 17 //How many pixels to move the muzzle flash up so your character doesn't look like they're shitting out lasers. + #define FIREMODE_SEMIAUTO "single" #define FIREMODE_BURST "burst" #define FIREMODE_FULLAUTO "auto" diff --git a/code/controllers/subsystem/traumas.dm b/code/controllers/subsystem/traumas.dm index 3dc5553b7381..25ae750eb0d3 100644 --- a/code/controllers/subsystem/traumas.dm +++ b/code/controllers/subsystem/traumas.dm @@ -132,7 +132,6 @@ SUBSYSTEM_DEF(traumas) /obj/item/soulstone, /obj/item/clothing/suit/wizrobe, /obj/item/clothing/head/wizard, /obj/item/spellbook, /obj/item/staff, /obj/item/clothing/suit/space/hardsuit/shielded/wizard, /obj/item/clothing/suit/space/hardsuit/wizard, - /obj/item/gun/magic/staff, /obj/item/gun/magic/wand, /obj/item/nullrod, /obj/item/clothing/under/rank/civilian/chaplain)), "aliens" = typecacheof(list( diff --git a/code/datums/components/fantasy/suffixes.dm b/code/datums/components/fantasy/suffixes.dm index ec1ee58735f9..8cabee42d21c 100644 --- a/code/datums/components/fantasy/suffixes.dm +++ b/code/datums/components/fantasy/suffixes.dm @@ -131,11 +131,7 @@ /obj/projectile/bullet/honker = 15, /obj/projectile/temp = 15, /obj/projectile/ion = 15, - /obj/projectile/magic/door = 15, - /obj/projectile/magic/locker = 15, - /obj/projectile/magic/fetch = 15, /obj/projectile/beam/emitter = 15, - /obj/projectile/magic/flying = 15, /obj/projectile/energy/net = 15, /obj/projectile/bullet/incendiary/c9mm = 15, /obj/projectile/temp/hot = 15, diff --git a/code/datums/dna.dm b/code/datums/dna.dm index dde90dd5dbe8..abd20fd29212 100644 --- a/code/datums/dna.dm +++ b/code/datums/dna.dm @@ -659,8 +659,6 @@ O.Remove(src) visible_message("[src] vomits up their [O.name]!", "You vomit up your [O.name]") //no "vomit up your the heart" O.forceMove(drop_location()) - if(prob(20)) - O.animate_atom_living() if(9 to 10) ForceContractDisease(new/datum/disease/gastrolosis()) to_chat(src, "Oh, I actually feel quite alright!") diff --git a/code/datums/mutations/actions.dm b/code/datums/mutations/actions.dm index f2ffe7c25fd2..53080247b827 100644 --- a/code/datums/mutations/actions.dm +++ b/code/datums/mutations/actions.dm @@ -88,67 +88,6 @@ if(direction_text) to_chat(user,"You consider [tracking_target]'s scent. The trail leads [direction_text].") -/datum/mutation/human/firebreath - name = "Fire Breath" - desc = "An ancient mutation that gives lizards breath of fire." - quality = POSITIVE - difficulty = 12 - locked = TRUE - text_gain_indication = "Your throat is burning!" - text_lose_indication = "Your throat is cooling down." - power = /obj/effect/proc_holder/spell/aimed/firebreath - instability = 30 - energy_coeff = 1 - power_coeff = 1 - -/datum/mutation/human/firebreath/modify() - if(power) - var/obj/effect/proc_holder/spell/aimed/firebreath/S = power - S.strength = GET_MUTATION_POWER(src) - -/obj/effect/proc_holder/spell/aimed/firebreath - name = "Fire Breath" - desc = "You can breathe fire at a target." - school = "evocation" - charge_max = 600 - clothes_req = FALSE - range = 20 - projectile_type = /obj/projectile/magic/aoe/fireball/firebreath - base_icon_state = "fireball" - action_icon_state = "fireball0" - sound = 'sound/magic/demon_dies.ogg' //horrifying lizard noises - active_msg = "You built up heat in your mouth." - deactive_msg = "You swallow the flame." - var/strength = 1 - -/obj/effect/proc_holder/spell/aimed/firebreath/before_cast(list/targets) - . = ..() - if(iscarbon(usr)) - var/mob/living/carbon/C = usr - if(C.is_mouth_covered()) - C.adjust_fire_stacks(2) - C.IgniteMob() - to_chat(C,"Something in front of your mouth caught fire!") - return FALSE - -/obj/effect/proc_holder/spell/aimed/firebreath/ready_projectile(obj/projectile/P, atom/target, mob/user, iteration) - if(!istype(P, /obj/projectile/magic/aoe/fireball)) - return - var/obj/projectile/magic/aoe/fireball/F = P - switch(strength) - if(1 to 3) - F.exp_light = strength-1 - if(4 to INFINITY) - F.exp_heavy = strength-3 - F.exp_fire += strength - -/obj/projectile/magic/aoe/fireball/firebreath - name = "fire breath" - exp_heavy = 0 - exp_light = 0 - exp_flash = 0 - exp_fire= 4 - /datum/mutation/human/void name = "Void Magnet" desc = "A rare genome that attracts odd forces not usually observed." diff --git a/code/game/gamemodes/objective.dm b/code/game/gamemodes/objective.dm index 82735ff9d522..65e161f2176b 100644 --- a/code/game/gamemodes/objective.dm +++ b/code/game/gamemodes/objective.dm @@ -883,31 +883,6 @@ GLOBAL_LIST_EMPTY(possible_items_special) explanation_text = "Steal at least five guns!" wanted_items = list(/obj/item/gun) -/datum/objective/steal_five_of_type/summon_magic - name = "steal magic" - explanation_text = "Steal at least five magical artefacts!" - wanted_items = list() - -/datum/objective/steal_five_of_type/summon_magic/New() - wanted_items = GLOB.summoned_magic_objectives - ..() - -/datum/objective/steal_five_of_type/summon_magic/check_completion() - var/list/datum/mind/owners = get_owners() - var/stolen_count = 0 - for(var/datum/mind/M in owners) - if(!isliving(M.current)) - continue - var/list/all_items = M.current.GetAllContents() //this should get things in cheesewheels, books, etc. - for(var/obj/I in all_items) //Check for wanted items - if(istype(I, /obj/item/book/granter/spell)) - var/obj/item/book/granter/spell/spellbook = I - if(!spellbook.used || !spellbook.oneuse) //if the book still has powers... - stolen_count++ //it counts. nice. - else if(is_type_in_typecache(I, wanted_items)) - stolen_count++ - return stolen_count >= 5 - //Created by admin tools /datum/objective/custom name = "custom" diff --git a/code/game/objects/items/dna_injector.dm b/code/game/objects/items/dna_injector.dm index 1f78839ae40f..a11539595805 100644 --- a/code/game/objects/items/dna_injector.dm +++ b/code/game/objects/items/dna_injector.dm @@ -90,11 +90,6 @@ desc = "This will make you big and strong, but give you a bad skin condition." add_mutations = list(HULK) -/obj/item/dnainjector/firebreath - name = "\improper DNA injector (Fire Breath)" - desc = "Restores the dragon ancestry." - add_mutations = list(FIREBREATH) - /obj/item/dnainjector/xraymut name = "\improper DNA injector (X-ray)" desc = "Finally you can see what the Captain does." diff --git a/code/game/objects/items/granters.dm b/code/game/objects/items/granters.dm index 0681892fd47e..f3cdfb068944 100644 --- a/code/game/objects/items/granters.dm +++ b/code/game/objects/items/granters.dm @@ -247,19 +247,6 @@ user.Stun(40, ignore_canstun = TRUE) user.petrify(30) -/obj/item/book/granter/spell/cards - spell = /obj/effect/proc_holder/spell/aimed/spell_cards - spellname = "spellcards" - icon_state ="bookspellcards" - desc = "The ultimate card trick, for users ten and up." - remarks = list("It's all about the razzmataz.", "...I don't think I'll actually be sawing anyone in half", "These are pretty flimsy, most armor would defeat them.", "They do burn damage? Weird.", "Why the dumb stance? It's just a flick of the hand...", "Are these cards? They feel stiffer then pages.", "Best performed using a top hat...") - -/obj/item/book/granter/spell/cards/recoil(mob/living/user) - ..() - to_chat(user,"The cards are against you!") - user.Stun(40, ignore_canstun = TRUE) - user.petrify(30) - /obj/item/book/granter/spell/shapechange spell = /obj/effect/proc_holder/spell/targeted/shapeshift spellname = "shapechange" diff --git a/code/game/objects/items/storage/belt.dm b/code/game/objects/items/storage/belt.dm index c578c318e73a..0e2a945de0be 100644 --- a/code/game/objects/items/storage/belt.dm +++ b/code/game/objects/items/storage/belt.dm @@ -600,33 +600,6 @@ /obj/item/multitool = 1) generate_items_inside(items_inside,src) - -/obj/item/storage/belt/wands - name = "wand belt" - desc = "A belt designed to hold various rods of power. A veritable fanny pack of exotic magic." - icon_state = "soulstone" - item_state = "soulstone" - -/obj/item/storage/belt/wands/ComponentInitialize() - . = ..() - var/datum/component/storage/STR = GetComponent(/datum/component/storage) - STR.max_items = 6 - STR.set_holdable(list( - /obj/item/gun/magic/wand - )) - -/obj/item/storage/belt/wands/full/PopulateContents() - new /obj/item/gun/magic/wand/death(src) - new /obj/item/gun/magic/wand/resurrection(src) - new /obj/item/gun/magic/wand/polymorph(src) - new /obj/item/gun/magic/wand/teleport(src) - new /obj/item/gun/magic/wand/door(src) - new /obj/item/gun/magic/wand/fireball(src) - - for(var/obj/item/gun/magic/wand/W in contents) //All wands in this pack come in the best possible condition - W.max_charges = initial(W.max_charges) - W.charges = W.max_charges - /obj/item/storage/belt/janitor name = "janibelt" desc = "A belt used to hold most janitorial supplies." diff --git a/code/game/objects/structures/fugitive_role_spawners.dm b/code/game/objects/structures/fugitive_role_spawners.dm deleted file mode 100644 index 4f98e919ffc5..000000000000 --- a/code/game/objects/structures/fugitive_role_spawners.dm +++ /dev/null @@ -1,58 +0,0 @@ - - -/obj/effect/mob_spawn/human/fugitive - assignedrole = "Fugitive Hunter" - flavour_text = "" //the flavor text will be the backstory argument called on the antagonist's greet, see hunter.dm for details - roundstart = FALSE - death = FALSE - random = TRUE - show_flavour = FALSE - density = TRUE - var/back_story = "error" - -/obj/effect/mob_spawn/human/fugitive/Initialize(mapload) - . = ..() - notify_ghosts("Hunters are waking up looking for refugees!", source = src, action=NOTIFY_ATTACK, flashwindow = FALSE, ignore_key = POLL_IGNORE_FUGITIVE) - -/obj/effect/mob_spawn/human/fugitive/spacepol - name = "police pod" - desc = "A small sleeper typically used to put people to sleep for briefing on the mission." - mob_name = "a spacepol officer" - flavour_text = "Justice has arrived. I am a member of the Spacepol!" - back_story = "space cop" - outfit = /datum/outfit/spacepol - icon = 'icons/obj/machines/sleeper.dmi' - icon_state = "sleeper" - -/obj/effect/mob_spawn/human/fugitive/russian - name = "russian pod" - flavour_text = "Ay blyat. I am a space-russian smuggler! We were mid-flight when our cargo was beamed off our ship!" - back_story = "russian" - desc = "A small sleeper typically used to make long distance travel a bit more bearable." - mob_name = "russian" - outfit = /datum/outfit/frontier/hunter - icon = 'icons/obj/machines/sleeper.dmi' - icon_state = "sleeper" - -/obj/effect/mob_spawn/human/fugitive/bounty - name = "bounty hunter pod" - flavour_text = "We got a new bounty on some fugitives, dead or alive." - back_story = "bounty hunters" - desc = "A small sleeper typically used to make long distance travel a bit more bearable." - mob_name = "bounty hunter" - icon = 'icons/obj/machines/sleeper.dmi' - icon_state = "sleeper" - -/obj/effect/mob_spawn/human/fugitive/bounty/Destroy() - var/obj/structure/fluff/empty_sleeper/S = new(drop_location()) - S.setDir(dir) - return ..() - -/obj/effect/mob_spawn/human/fugitive/bounty/armor - outfit = /datum/outfit/bountyarmor - -/obj/effect/mob_spawn/human/fugitive/bounty/hook - outfit = /datum/outfit/bountyhook - -/obj/effect/mob_spawn/human/fugitive/bounty/synth - outfit = /datum/outfit/bountysynth diff --git a/code/game/objects/structures/icemoon/cave_entrance.dm b/code/game/objects/structures/icemoon/cave_entrance.dm index 2a7a8c5f4a38..47ac972b1c20 100644 --- a/code/game/objects/structures/icemoon/cave_entrance.dm +++ b/code/game/objects/structures/icemoon/cave_entrance.dm @@ -743,7 +743,6 @@ GLOBAL_LIST_INIT(ore_probability, list( new /obj/item/clothing/suit/space/hardsuit/carp(loc) new /mob/living/simple_animal/hostile/carp(loc) if(prob(45)) - new /obj/item/gun/magic/hook(loc) new /mob/living/simple_animal/hostile/carp(loc) if(prob(45)) new /obj/item/reagent_containers/food/snacks/fishmeat/carp(loc) @@ -1045,7 +1044,6 @@ GLOBAL_LIST_INIT(ore_probability, list( if(prob(45)) new /obj/item/dnainjector/dwarf(loc) if(prob(35)) - new /obj/item/dnainjector/firebreath(loc) new /mob/living/simple_animal/hostile/gorilla(loc) if(prob(35)) new /mob/living/simple_animal/hostile/gorilla(loc) diff --git a/code/modules/admin/verbs/randomverbs.dm b/code/modules/admin/verbs/randomverbs.dm index df5b1d6d18d3..f189fdf6106d 100644 --- a/code/modules/admin/verbs/randomverbs.dm +++ b/code/modules/admin/verbs/randomverbs.dm @@ -735,8 +735,6 @@ M.audible_message("...wabbajack...wabbajack...") playsound(M.loc, 'sound/magic/staff_change.ogg', 50, TRUE, -1) - wabbajack(M) - message_admins("Mass polymorph started by [who_did_it] is complete.") diff --git a/code/modules/antagonists/changeling/powers/mutations.dm b/code/modules/antagonists/changeling/powers/mutations.dm index 68e0d514ad3a..28a4ae06d16b 100644 --- a/code/modules/antagonists/changeling/powers/mutations.dm +++ b/code/modules/antagonists/changeling/powers/mutations.dm @@ -211,185 +211,6 @@ if(can_drop) new /obj/item/melee/synthetic_arm_blade(get_turf(user)) -/***************************************\ -|***********COMBAT TENTACLES*************| -\***************************************/ - -/datum/action/changeling/weapon/tentacle - name = "Tentacle" - desc = "We ready a tentacle to grab items or victims with. Costs 10 chemicals." - helptext = "We can use it once to retrieve a distant item. If used on living creatures, the effect depends on the intent: \ - Help will simply drag them closer, Disarm will grab whatever they're holding instead of them, Grab will put the victim in our hold after catching it, \ - and Harm will pull it in and stab it if we're also holding a sharp weapon. Cannot be used while in lesser form." - button_icon_state = "tentacle" - chemical_cost = 10 - dna_cost = 2 - req_human = 1 - weapon_type = /obj/item/gun/magic/tentacle - weapon_name_simple = "tentacle" - silent = TRUE - -/obj/item/gun/magic/tentacle - name = "tentacle" - desc = "A fleshy tentacle that can stretch out and grab things or people." - icon = 'icons/obj/changeling_items.dmi' - icon_state = "tentacle" - item_state = "tentacle" - lefthand_file = 'icons/mob/inhands/antag/changeling_lefthand.dmi' - righthand_file = 'icons/mob/inhands/antag/changeling_righthand.dmi' - item_flags = NEEDS_PERMIT | ABSTRACT | DROPDEL | NOBLUDGEON - flags_1 = NONE - w_class = WEIGHT_CLASS_HUGE - slot_flags = NONE - ammo_type = /obj/item/ammo_casing/magic/tentacle - fire_sound = 'sound/effects/splat.ogg' - force = 0 - max_charges = 1 - fire_delay = 0.1 SECONDS - throwforce = 0 //Just to be on the safe side - throw_range = 0 - throw_speed = 0 - -/obj/item/gun/magic/tentacle/Initialize(mapload, silent) - . = ..() - ADD_TRAIT(src, TRAIT_NODROP, CHANGELING_TRAIT) - if(ismob(loc)) - if(!silent) - loc.visible_message("[loc.name]\'s arm starts stretching inhumanly!", "Our arm twists and mutates, transforming it into a tentacle.", "You hear organic matter ripping and tearing!") - else - to_chat(loc, "You prepare to extend a tentacle.") - - -/obj/item/gun/magic/tentacle/shoot_with_empty_chamber(mob/living/user as mob|obj) - to_chat(user, "The [name] is not ready yet.") - -/obj/item/gun/magic/tentacle/process_fire() - . = ..() - if(charges == 0) - qdel(src) - -/obj/item/ammo_casing/magic/tentacle - name = "tentacle" - desc = "A tentacle." - projectile_type = /obj/projectile/tentacle - caliber = "tentacle" - icon_state = "arrow" - firing_effect_type = null - var/obj/item/gun/magic/tentacle/gun //the item that shot it - -/obj/item/ammo_casing/magic/tentacle/Initialize() - gun = loc - . = ..() - -/obj/item/ammo_casing/magic/tentacle/Destroy() - gun = null - return ..() - -/obj/projectile/tentacle - name = "tentacle" - icon_state = "tentacle_end" - pass_flags = PASSTABLE - damage = 0 - damage_type = BRUTE - range = 8 - hitsound = 'sound/weapons/thudswoosh.ogg' - var/chain - var/obj/item/ammo_casing/magic/tentacle/source //the item that shot it - -/obj/projectile/tentacle/Initialize() - source = loc - . = ..() - -/obj/projectile/tentacle/fire(setAngle) - if(firer) - chain = firer.Beam(src, icon_state = "tentacle", emissive = FALSE) - ..() - -/obj/projectile/tentacle/proc/reset_throw(mob/living/carbon/human/H) - if(H.throw_mode) - H.throw_mode_off() //Don't annoy the changeling if he doesn't catch the item - -/obj/projectile/tentacle/proc/tentacle_grab(mob/living/carbon/human/H, mob/living/carbon/C) - if(H.Adjacent(C)) - if(H.get_active_held_item() && !H.get_inactive_held_item()) - H.swap_hand() - if(H.get_active_held_item()) - return - C.grabbedby(H) - C.grippedby(H, instant = TRUE) //instant aggro grab - -/obj/projectile/tentacle/proc/tentacle_stab(mob/living/carbon/human/H, mob/living/carbon/C) - if(H.Adjacent(C)) - for(var/obj/item/I in H.held_items) - if(I.get_sharpness()) - C.visible_message("[H] impales [C] with [H.p_their()] [I.name]!", "[H] impales you with [H.p_their()] [I.name]!") - C.apply_damage(I.force, BRUTE, BODY_ZONE_CHEST) - H.do_item_attack_animation(C, used_item = I) - H.add_mob_blood(C) - playsound(get_turf(H),I.hitsound,75,TRUE) - return - -/obj/projectile/tentacle/on_hit(atom/target, blocked = FALSE) - var/mob/living/carbon/human/H = firer - if(blocked >= 100) - return BULLET_ACT_BLOCK - if(isitem(target)) - var/obj/item/I = target - if(!I.anchored) - to_chat(firer, "You pull [I] towards yourself.") - H.throw_mode_on() - I.throw_at(H, 10, 2) - . = BULLET_ACT_HIT - - else if(isliving(target)) - var/mob/living/L = target - if(!L.anchored && !L.throwing)//avoid double hits - if(iscarbon(L)) - var/mob/living/carbon/C = L - var/firer_intent = INTENT_HARM - var/mob/M = firer - if(istype(M)) - firer_intent = M.a_intent - switch(firer_intent) - if(INTENT_HELP) - C.visible_message("[L] is pulled by [H]'s tentacle!","A tentacle grabs you and pulls you towards [H]!") - C.throw_at(get_step_towards(H,C), 8, 2) - return BULLET_ACT_HIT - - if(INTENT_DISARM) - var/obj/item/I = C.get_active_held_item() - if(I) - if(C.dropItemToGround(I)) - C.visible_message("[I] is yanked off [C]'s hand by [src]!","A tentacle pulls [I] away from you!") - on_hit(I) //grab the item as if you had hit it directly with the tentacle - return BULLET_ACT_HIT - else - to_chat(firer, "You can't seem to pry [I] off [C]'s hands!") - return BULLET_ACT_BLOCK - else - to_chat(firer, "[C] has nothing in hand to disarm!") - return BULLET_ACT_HIT - - if(INTENT_GRAB) - C.visible_message("[L] is grabbed by [H]'s tentacle!","A tentacle grabs you and pulls you towards [H]!") - C.throw_at(get_step_towards(H,C), 8, 2, H, TRUE, TRUE, callback=CALLBACK(src, PROC_REF(tentacle_grab), H, C)) - return BULLET_ACT_HIT - - if(INTENT_HARM) - C.visible_message("[L] is thrown towards [H] by a tentacle!","A tentacle grabs you and throws you towards [H]!") - C.throw_at(get_step_towards(H,C), 8, 2, H, TRUE, TRUE, callback=CALLBACK(src, PROC_REF(tentacle_stab), H, C)) - return BULLET_ACT_HIT - else - L.visible_message("[L] is pulled by [H]'s tentacle!","A tentacle grabs you and pulls you towards [H]!") - L.throw_at(get_step_towards(H,L), 8, 2) - . = BULLET_ACT_HIT - -/obj/projectile/tentacle/Destroy() - qdel(chain) - source = null - return ..() - - /***************************************\ |****************SHIELD*****************| \***************************************/ diff --git a/code/modules/antagonists/cult/blood_magic.dm b/code/modules/antagonists/cult/blood_magic.dm index cf1562d8c289..c9232857a547 100644 --- a/code/modules/antagonists/cult/blood_magic.dm +++ b/code/modules/antagonists/cult/blood_magic.dm @@ -812,7 +812,7 @@ /obj/item/melee/blood_magic/manipulator/attack_self(mob/living/user) if(iscultist(user)) - var/list/options = list("Blood Spear (150)", "Blood Bolt Barrage (300)", "Blood Beam (500)") + var/list/options = list("Blood Spear (150)", "Blood Beam (500)") var/choice = input(user, "Choose a greater blood rite...", "Greater Blood Rites") as null|anything in options if(!choice) to_chat(user, "You decide against conducting a greater blood rite.") @@ -835,18 +835,6 @@ user.visible_message( "A [rite.name] appears at [user]'s feet!", \ "A [rite.name] materializes at your feet.") - if("Blood Bolt Barrage (300)") - if(uses < BLOOD_BARRAGE_COST) - to_chat(user, "You need [BLOOD_BARRAGE_COST] charges to perform this rite.") - else - var/obj/rite = new /obj/item/gun/ballistic/rifle/illestren/enchanted/arcane_barrage/blood() - uses -= BLOOD_BARRAGE_COST - qdel(src) - if(user.put_in_hands(rite)) - to_chat(user, "Your hands glow with power!") - else - to_chat(user, "You need a free hand for this rite!") - qdel(rite) if("Blood Beam (500)") if(uses < BLOOD_BEAM_COST) to_chat(user, "You need [BLOOD_BEAM_COST] charges to perform this rite.") diff --git a/code/modules/antagonists/cult/cult_items.dm b/code/modules/antagonists/cult/cult_items.dm index 6eed283b02f1..53d17bf325aa 100644 --- a/code/modules/antagonists/cult/cult_items.dm +++ b/code/modules/antagonists/cult/cult_items.dm @@ -703,47 +703,6 @@ L.visible_message("An unseen force pulls the blood spear from [L]'s hands!") spear.throw_at(owner, 10, 2, owner) - -/obj/item/gun/ballistic/rifle/illestren/enchanted/arcane_barrage/blood - name = "blood bolt barrage" - desc = "Blood for blood." - color = "#ff0000" - guns_left = 24 - mag_type = /obj/item/ammo_box/magazine/internal/boltaction/enchanted/arcane_barrage/blood - fire_sound = 'sound/magic/wand_teleport.ogg' - - -/obj/item/ammo_box/magazine/internal/boltaction/enchanted/arcane_barrage/blood - ammo_type = /obj/item/ammo_casing/magic/arcane_barrage/blood - -/obj/item/ammo_casing/magic/arcane_barrage/blood - projectile_type = /obj/projectile/magic/arcane_barrage/blood - firing_effect_type = /obj/effect/temp_visual/cult/sparks - -/obj/projectile/magic/arcane_barrage/blood - name = "blood bolt" - icon_state = "mini_leaper" - nondirectional_sprite = TRUE - damage_type = BRUTE - impact_effect_type = /obj/effect/temp_visual/dir_setting/bloodsplatter - -/obj/projectile/magic/arcane_barrage/blood/Bump(atom/target) - var/turf/T = get_turf(target) - playsound(T, 'sound/effects/splat.ogg', 50, TRUE) - if(iscultist(target)) - if(ishuman(target)) - var/mob/living/carbon/human/H = target - if(H.stat != DEAD) - H.reagents.add_reagent(/datum/reagent/fuel/unholywater, 4) - if(isshade(target) || isconstruct(target)) - var/mob/living/simple_animal/M = target - if(M.health+5 < M.maxHealth) - M.adjustHealth(-5) - new /obj/effect/temp_visual/cult/sparks(T) - qdel(src) - else - ..() - /obj/item/blood_beam name = "\improper magical aura" desc = "Sinister looking aura that distorts the flow of reality around it." diff --git a/code/modules/antagonists/fugitive/fugitive_outfits.dm b/code/modules/antagonists/fugitive/fugitive_outfits.dm deleted file mode 100644 index df784813df40..000000000000 --- a/code/modules/antagonists/fugitive/fugitive_outfits.dm +++ /dev/null @@ -1,154 +0,0 @@ -/datum/outfit/prisoner - name = "Prison Escapee" - uniform = /obj/item/clothing/under/rank/prisoner - shoes = /obj/item/clothing/shoes/sneakers/orange - r_pocket = /obj/item/kitchen/knife/shiv - -/datum/outfit/prisoner/post_equip(mob/living/carbon/human/H, visualsOnly=FALSE) - if(visualsOnly) - return - H.fully_replace_character_name(null,"NTP #CC-0[rand(111,999)]") //same as the lavaland prisoner transport, but this time they are from CC, or CentCom - -/datum/outfit/yalp_cultist - name = "Cultist of Yalp Elor" - uniform = /obj/item/clothing/under/rank/civilian/chaplain - suit = /obj/item/clothing/suit/chaplainsuit/holidaypriest - gloves = /obj/item/clothing/gloves/color/red - shoes = /obj/item/clothing/shoes/sneakers/black - mask = /obj/item/clothing/mask/gas/tiki_mask/yalp_elor - -/datum/outfit/waldo - name = "Waldo" - uniform = /obj/item/clothing/under/pants/jeans - suit = /obj/item/clothing/suit/striped_sweater - head = /obj/item/clothing/head/beanie/waldo - shoes = /obj/item/clothing/shoes/sneakers/brown - ears = /obj/item/radio/headset - glasses = /obj/item/clothing/glasses/regular/circle - -/datum/outfit/waldo/post_equip(mob/living/carbon/human/H, visualsOnly=FALSE) - if(visualsOnly) - return - H.fully_replace_character_name(null,"Waldo") - H.eye_color = "000" - H.gender = MALE - H.skin_tone = "caucasian3" - H.hairstyle = "Business Hair 3" - H.facial_hairstyle = "Shaved" - H.hair_color = "000" - H.facial_hair_color = H.hair_color - H.update_body() - if(H.mind) - H.mind.AddSpell(new /obj/effect/proc_holder/spell/aoe_turf/knock(null)) - var/list/no_drops = list() - no_drops += H.get_item_by_slot(ITEM_SLOT_FEET) - no_drops += H.get_item_by_slot(ITEM_SLOT_ICLOTHING) - no_drops += H.get_item_by_slot(ITEM_SLOT_OCLOTHING) - no_drops += H.get_item_by_slot(ITEM_SLOT_HEAD) - no_drops += H.get_item_by_slot(ITEM_SLOT_EYES) - for(var/i in no_drops) - var/obj/item/I = i - ADD_TRAIT(I, TRAIT_NODROP, CURSED_ITEM_TRAIT) - -/datum/outfit/synthetic - name = "Factory Error Synth" - uniform = /obj/item/clothing/under/color/white - ears = /obj/item/radio/headset - -/datum/outfit/synthetic/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE) - if(visualsOnly) - return - var/obj/item/organ/eyes/robotic/glow/eyes = new() - eyes.Insert(src, drop_if_replaced = FALSE) - -/datum/outfit/spacepol - name = "Spacepol Officer" - uniform = /obj/item/clothing/under/rank/security/officer/beatcop - suit = /obj/item/clothing/suit/armor/vest/blueshirt - belt = /obj/item/gun/ballistic/automatic/pistol/candor - head = /obj/item/clothing/head/helmet/police - gloves = /obj/item/clothing/gloves/tackler/combat - shoes = /obj/item/clothing/shoes/jackboots - mask = /obj/item/clothing/mask/gas/sechailer/swat/spacepol - glasses = /obj/item/clothing/glasses/sunglasses - ears = /obj/item/radio/headset - l_pocket = /obj/item/ammo_box/magazine/m45 - r_pocket = /obj/item/restraints/handcuffs - id = /obj/item/card/id - -/datum/outfit/spacepol/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE) - if(visualsOnly) - return - var/obj/item/card/id/W = H.wear_id - W.assignment = "Police Officer" - W.registered_name = H.real_name - W.update_label() - -/datum/outfit/frontier/hunter - name = "Frontiersman Corpse (Hunter)" - ears = /obj/item/radio/headset - r_hand = /obj/item/gun/ballistic/rifle/illestren - -/datum/outfit/frontier/hunter/pre_equip(mob/living/carbon/human/H) - if(prob(50)) - head = /obj/item/clothing/head/trapper - -/datum/outfit/bountyarmor - name = "Bounty Hunter - Armored" - uniform = /obj/item/clothing/under/rank/prisoner - head = /obj/item/clothing/head/hunter - suit = /obj/item/clothing/suit/space/hunter - gloves = /obj/item/clothing/gloves/tackler/combat - shoes = /obj/item/clothing/shoes/jackboots - mask = /obj/item/clothing/mask/gas/hunter - glasses = /obj/item/clothing/glasses/sunglasses/garb - ears = /obj/item/radio/headset - l_pocket = /obj/item/tank/internals/emergency_oxygen - r_pocket = /obj/item/restraints/handcuffs/cable - id = /obj/item/card/id - r_hand = /obj/item/flamethrower/full/tank - -/datum/outfit/bountyarmor/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE) - if(visualsOnly) - return - var/obj/item/card/id/W = H.wear_id - W.assignment = "Bounty Hunter" - W.registered_name = H.real_name - W.update_label() - -/datum/outfit/bountyhook - name = "Bounty Hunter - Hook" - uniform = /obj/item/clothing/under/rank/prisoner - back = /obj/item/storage/backpack - head = /obj/item/clothing/head/scarecrow_hat - gloves = /obj/item/clothing/gloves/botanic_leather - ears = /obj/item/radio/headset - shoes = /obj/item/clothing/shoes/jackboots - mask = /obj/item/clothing/mask/scarecrow - r_pocket = /obj/item/restraints/handcuffs/cable - id = /obj/item/card/id - r_hand = /obj/item/gun/ballistic/shotgun/doublebarrel/hook - - backpack_contents = list( - /obj/item/ammo_casing/shotgun/incapacitate = 6 - ) - -/datum/outfit/bountyhook/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE) - if(visualsOnly) - return - var/obj/item/card/id/W = H.wear_id - W.assignment = "Bounty Hunter" - W.registered_name = H.real_name - W.update_label() - -/datum/outfit/bountysynth - name = "Bounty Hunter - Synth" - uniform = /obj/item/clothing/under/rank/prisoner - back = /obj/item/storage/backpack - suit = /obj/item/clothing/suit/armor/riot - shoes = /obj/item/clothing/shoes/jackboots - glasses = /obj/item/clothing/glasses/eyepatch - r_pocket = /obj/item/restraints/handcuffs/cable - ears = /obj/item/radio/headset - id = /obj/item/card/id - r_hand = /obj/item/storage/firstaid/regular diff --git a/code/modules/antagonists/survivalist/survivalist.dm b/code/modules/antagonists/survivalist/survivalist.dm index 0e38dc57105d..1fb457eea64b 100644 --- a/code/modules/antagonists/survivalist/survivalist.dm +++ b/code/modules/antagonists/survivalist/survivalist.dm @@ -26,17 +26,3 @@ guns.owner = owner objectives += guns ..() - -/datum/antagonist/survivalist/magic - name = "Amateur Magician" - greet_message = "Grow your newfound talent! Grab as many magical artefacts as possible, by any means necessary. Kill anyone who gets in your way." - -/datum/antagonist/survivalist/magic/greet() - ..() - to_chat(owner, "As a wonderful magician, you should remember that spellbooks don't mean anything if they are used up.") - -/datum/antagonist/survivalist/magic/forge_objectives() - var/datum/objective/steal_five_of_type/summon_magic/magic = new - magic.owner = owner - objectives += magic - ..() diff --git a/code/modules/antagonists/wizard/equipment/spellbook.dm b/code/modules/antagonists/wizard/equipment/spellbook.dm index 58e397a64d40..69ff4bcfc2f5 100644 --- a/code/modules/antagonists/wizard/equipment/spellbook.dm +++ b/code/modules/antagonists/wizard/equipment/spellbook.dm @@ -106,10 +106,6 @@ name = "Fireball" spell_type = /obj/effect/proc_holder/spell/aimed/fireball -/datum/spellbook_entry/spell_cards - name = "Spell Cards" - spell_type = /obj/effect/proc_holder/spell/aimed/spell_cards - /datum/spellbook_entry/rod_form name = "Rod Form" spell_type = /obj/effect/proc_holder/spell/targeted/rod_form @@ -223,18 +219,6 @@ . = ..() REMOVE_TRAIT(user, TRAIT_TESLA_SHOCKIMMUNE, "lightning_bolt_spell") -/datum/spellbook_entry/infinite_guns - name = "Lesser Summon Guns" - spell_type = /obj/effect/proc_holder/spell/targeted/infinite_guns/gun - cost = 3 - no_coexistance_typecache = /obj/effect/proc_holder/spell/targeted/infinite_guns/arcane_barrage - -/datum/spellbook_entry/arcane_barrage - name = "Arcane Barrage" - spell_type = /obj/effect/proc_holder/spell/targeted/infinite_guns/arcane_barrage - cost = 3 - no_coexistance_typecache = /obj/effect/proc_holder/spell/targeted/infinite_guns/gun - /datum/spellbook_entry/barnyard name = "Barnyard Curse" spell_type = /obj/effect/proc_holder/spell/pointed/barnyardcurse @@ -291,47 +275,6 @@ dat += "[surplus] left.
" return dat -/datum/spellbook_entry/item/staffchange - name = "Staff of Change" - desc = "An artefact that spits bolts of coruscating energy which cause the target's very form to reshape itself." - item_path = /obj/item/gun/magic/staff/change - -/datum/spellbook_entry/item/staffanimation - name = "Staff of Animation" - desc = "An arcane staff capable of shooting bolts of eldritch energy which cause inanimate objects to come to life. This magic doesn't affect machines." - item_path = /obj/item/gun/magic/staff/animate - category = "Assistance" - -/datum/spellbook_entry/item/staffchaos - name = "Staff of Chaos" - desc = "A caprious tool that can fire all sorts of magic without any rhyme or reason. Using it on people you care about is not recommended." - item_path = /obj/item/gun/magic/staff/chaos - -/datum/spellbook_entry/item/spellblade - name = "Spellblade" - desc = "A sword capable of firing blasts of energy which rip targets limb from limb." - item_path = /obj/item/gun/magic/staff/spellblade - -/datum/spellbook_entry/item/staffdoor - name = "Staff of Door Creation" - desc = "A particular staff that can mold solid walls into ornate doors. Useful for getting around in the absence of other transportation. Does not work on glass." - item_path = /obj/item/gun/magic/staff/door - cost = 1 - category = "Mobility" - -/datum/spellbook_entry/item/staffhealing - name = "Staff of Healing" - desc = "An altruistic staff that can heal the lame and raise the dead." - item_path = /obj/item/gun/magic/staff/healing - cost = 1 - category = "Defensive" - -/datum/spellbook_entry/item/lockerstaff - name = "Staff of the Locker" - desc = "A staff that shoots lockers. It eats anyone it hits on its way, leaving a welded locker with your victims behind." - item_path = /obj/item/gun/magic/staff/locker - category = "Defensive" - /datum/spellbook_entry/item/scryingorb name = "Scrying Orb" desc = "An incandescent orb of crackling energy. Using it will allow you to release your ghost while alive, allowing you to spy upon others and talk to the deceased. In addition, buying it will permanently grant you X-ray vision." @@ -356,12 +299,6 @@ item_path = /obj/item/necromantic_stone category = "Assistance" -/datum/spellbook_entry/item/wands - name = "Wand Assortment" - desc = "A collection of wands that allow for a wide variety of utility. Wands have a limited number of charges, so be conservative with their use. Comes in a handy belt." - item_path = /obj/item/storage/belt/wands/full - category = "Defensive" - /datum/spellbook_entry/item/armor name = "Mastercrafted Armor Set" desc = "An artefact suit of armor that allows you to cast spells while providing more protection against attacks and the void of space." diff --git a/code/modules/antagonists/wizard/wizard.dm b/code/modules/antagonists/wizard/wizard.dm index 14cf56d51ae0..96a41b2ac07b 100644 --- a/code/modules/antagonists/wizard/wizard.dm +++ b/code/modules/antagonists/wizard/wizard.dm @@ -204,7 +204,6 @@ if(APPRENTICE_HEALING) owner.AddSpell(new /obj/effect/proc_holder/spell/targeted/charge(null)) owner.AddSpell(new /obj/effect/proc_holder/spell/targeted/forcewall(null)) - H.put_in_hands(new /obj/item/gun/magic/staff/healing(H)) to_chat(owner, "Your service has not gone unrewarded, however. Studying under [master.current.real_name], you have learned life-saving survival spells. You are able to cast charge and forcewall.") if(APPRENTICE_ROBELESS) owner.AddSpell(new /obj/effect/proc_holder/spell/aoe_turf/knock(null)) diff --git a/code/modules/awaymissions/mission_code/snowdin.dm b/code/modules/awaymissions/mission_code/snowdin.dm index c7aa46af728b..b64a2abf02de 100644 --- a/code/modules/awaymissions/mission_code/snowdin.dm +++ b/code/modules/awaymissions/mission_code/snowdin.dm @@ -487,7 +487,6 @@ /obj/item/shield/energy = 6, /obj/item/shield/riot/tele = 12, /obj/item/dnainjector/lasereyesmut = 7, - /obj/item/gun/magic/wand/fireball/inert = 3, /obj/item/pneumatic_cannon = 15, /obj/item/melee/transforming/energy/sword = 7, /obj/item/book/granter/spell/knock = 15, @@ -515,8 +514,6 @@ /obj/item/dualsaber = 15, /obj/item/organ/heart/demon = 7, /obj/item/gun/ballistic/automatic/smg/c20r = 16, - /obj/item/gun/magic/wand/resurrection/inert = 15, - /obj/item/gun/magic/wand/resurrection = 10, /obj/item/uplink/old = 2, /obj/item/book/granter/spell/charge = 12, /obj/item/grenade/clusterbuster/spawner_manhacks = 15, @@ -556,16 +553,6 @@ desc = "High speed, low drag combat boots, now with an added layer of insulation." min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT -/obj/item/gun/magic/wand/fireball/inert - name = "weakened wand of fireball" - desc = "This wand shoots scorching balls of fire that explode into destructive flames. The years of the cold have weakened the magic inside the wand." - max_charges = 4 - -/obj/item/gun/magic/wand/resurrection/inert - name = "weakened wand of healing" - desc = "This wand uses healing magics to heal and revive. The years of the cold have weakened the magic inside the wand." - max_charges = 5 - /obj/effect/mob_spawn/human/syndicatesoldier/coldres name = "Syndicate Snow Operative" outfit = /datum/outfit/snowsyndie/corpse diff --git a/code/modules/cargo/exports/lavaland.dm b/code/modules/cargo/exports/lavaland.dm index b330b0ec4bdc..4779886622a4 100644 --- a/code/modules/cargo/exports/lavaland.dm +++ b/code/modules/cargo/exports/lavaland.dm @@ -7,7 +7,6 @@ unit_name = "minor lava planet artifact" export_types = list(/obj/item/immortality_talisman, /obj/item/book_of_babel, - /obj/item/gun/magic/hook, /obj/item/wisp_lantern, /obj/item/reagent_containers/glass/bottle/potion/flight, /obj/item/katana/cursed, @@ -23,9 +22,7 @@ /obj/item/lava_staff, /obj/item/ship_in_a_bottle, /obj/item/clothing/shoes/clown_shoes/banana_shoes, - /obj/item/gun/magic/staff/honk, /obj/item/kitchen/knife/envy, - /obj/item/gun/ballistic/revolver/russian/soul, /obj/item/veilrender/vealrender, /obj/item/nullrod/scythe/talking/necro, /obj/item/clothing/suit/armor/ascetic) @@ -55,8 +52,7 @@ /obj/machinery/anomalous_crystal, /obj/item/mayhem, /obj/item/blood_contract, - /obj/item/guardiancreator/miner/choose,//this is basically the most valulable mining loot so good luck getting a miner to part ways - /obj/item/gun/magic/staff/spellblade, + /obj/item/guardiancreator/miner/choose//this is basically the most valulable mining loot so good luck getting a miner to part ways ) /* /datum/export/lavaland/trophycommon diff --git a/code/modules/clothing/outfits/standard.dm b/code/modules/clothing/outfits/standard.dm index d039d06dae35..100cc7ff0f52 100644 --- a/code/modules/clothing/outfits/standard.dm +++ b/code/modules/clothing/outfits/standard.dm @@ -226,8 +226,6 @@ backpack_contents = list( /obj/item/melee/transforming/energy/axe=1,\ /obj/item/storage/part_replacer/bluespace/tier4=1,\ - /obj/item/gun/magic/wand/resurrection/debug=1,\ - /obj/item/gun/magic/wand/death/debug=1,\ /obj/item/debug/human_spawner=1,\ /obj/item/debug/omnitool=1 ) diff --git a/code/modules/events/wizard/magicarp.dm b/code/modules/events/wizard/magicarp.dm deleted file mode 100644 index 68a38f0479e1..000000000000 --- a/code/modules/events/wizard/magicarp.dm +++ /dev/null @@ -1,75 +0,0 @@ -/datum/round_event_control/wizard/magicarp //these fish is loaded - name = "Magicarp" - weight = 1 - typepath = /datum/round_event/wizard/magicarp - max_occurrences = 1 - earliest_start = 0 MINUTES - -/datum/round_event/wizard/magicarp - announceWhen = 3 - startWhen = 50 - -/datum/round_event/wizard/magicarp/setup() - startWhen = rand(40, 60) - -/datum/round_event/wizard/magicarp/announce(fake) - priority_announce("Unknown magical entities have been detected near [station_name()], please stand-by.", "Lifesign Alert") - -/datum/round_event/wizard/magicarp/start() - for(var/obj/effect/landmark/carpspawn/C in GLOB.landmarks_list) - if(prob(5)) - new /mob/living/simple_animal/hostile/carp/ranged/chaos(C.loc) - else - new /mob/living/simple_animal/hostile/carp/ranged(C.loc) - -/mob/living/simple_animal/hostile/carp/ranged - name = "magicarp" - desc = "50% magic, 50% carp, 100% horrible." - icon_state = "magicarp" - icon_living = "magicarp" - icon_dead = "magicarp_dead" - icon_gib = "magicarp_gib" - ranged = 1 - retreat_distance = 2 - minimum_distance = 0 //Between shots they can and will close in to nash - projectiletype = /obj/projectile/magic - projectilesound = 'sound/weapons/emitter.ogg' - maxHealth = 50 - health = 50 - gold_core_spawnable = NO_SPAWN - random_color = FALSE - food_type = list() - tame_chance = 0 - bonus_tame_chance = 0 - var/allowed_projectile_types = list(/obj/projectile/magic/change, /obj/projectile/magic/animate, /obj/projectile/magic/resurrection, - /obj/projectile/magic/death, /obj/projectile/magic/teleport, /obj/projectile/magic/door, /obj/projectile/magic/aoe/fireball, - /obj/projectile/magic/spellblade, /obj/projectile/magic/arcane_barrage) - -/mob/living/simple_animal/hostile/carp/ranged/Initialize() - projectiletype = pick(allowed_projectile_types) - . = ..() - -/mob/living/simple_animal/hostile/carp/ranged/chaos - name = "chaos magicarp" - desc = "50% carp, 100% magic, 150% horrible." - color = "#00FFFF" - maxHealth = 75 - health = 75 - gold_core_spawnable = NO_SPAWN - -/mob/living/simple_animal/hostile/carp/ranged/chaos/Shoot() - projectiletype = pick(allowed_projectile_types) - ..() - -/mob/living/simple_animal/hostile/carp/ranged/xenobiology // these are for the xenobio gold slime pool - gold_core_spawnable = HOSTILE_SPAWN - allowed_projectile_types = list(/obj/projectile/magic/animate, /obj/projectile/magic/teleport, - /obj/projectile/magic/door, /obj/projectile/magic/aoe/fireball, /obj/projectile/magic/spellblade, /obj/projectile/magic/arcane_barrage, - /obj/projectile/magic/spell/magic_missile, /obj/projectile/magic/aoe/lightning, /obj/projectile/magic/locker) //thanks Lett1 /finally, we can synthesize the lockerfish - -/mob/living/simple_animal/hostile/carp/ranged/chaos/xenobiology - gold_core_spawnable = HOSTILE_SPAWN - allowed_projectile_types = list(/obj/projectile/magic/change, /obj/projectile/magic/animate, /obj/projectile/magic/resurrection, - /obj/projectile/magic/death, /obj/projectile/magic/teleport, /obj/projectile/magic/door, /obj/projectile/magic/aoe/fireball, - /obj/projectile/magic/spellblade, /obj/projectile/magic/arcane_barrage, /obj/projectile/magic/locker, /obj/projectile/magic/nothing, - /obj/projectile/magic/aoe/lightning, /obj/projectile/magic/necropotence, /obj/projectile/magic/fortify, /obj/projectile/magic/spell/magic_missile)//now THIS is chaos diff --git a/code/modules/mining/equipment/survival_pod.dm b/code/modules/mining/equipment/survival_pod.dm index 817970a00602..7ba30d327444 100644 --- a/code/modules/mining/equipment/survival_pod.dm +++ b/code/modules/mining/equipment/survival_pod.dm @@ -315,10 +315,6 @@ /obj/item/hierophant_club, /obj/item/gun/energy/minigun, /obj/item/gun/ballistic/automatic/hmg/l6_saw, - /obj/item/gun/magic/staff/chaos, - /obj/item/gun/magic/staff/spellblade, - /obj/item/gun/magic/wand/death, - /obj/item/gun/magic/wand/fireball, /obj/item/stack/telecrystal/twenty, /obj/item/nuke_core, /obj/item/phylactery, diff --git a/code/modules/mining/lavaland/necropolis_chests.dm b/code/modules/mining/lavaland/necropolis_chests.dm index 88e1d066024f..7b80559d2691 100644 --- a/code/modules/mining/lavaland/necropolis_chests.dm +++ b/code/modules/mining/lavaland/necropolis_chests.dm @@ -66,8 +66,6 @@ new /obj/item/wisp_lantern(src) if(20) new /obj/item/immortality_talisman(src) - if(21) - new /obj/item/gun/magic/hook(src) if(22) new /obj/item/voodoo(src) if(23) @@ -143,8 +141,6 @@ new /obj/item/wisp_lantern(src) if(20) new /obj/item/immortality_talisman(src) - if(21) - new /obj/item/gun/magic/hook(src) if(22) new /obj/item/voodoo(src) if(23) @@ -481,91 +477,6 @@ /obj/effect/warp_cube/ex_act(severity, target) return -//Meat Hook -/obj/item/gun/magic/hook - name = "meat hook" - desc = "A light hooked blade, attached by the handle to a long chain. Can be used to make quick strikes in hand, or thrown at enemies, magically dragging them to the user. Get over here!" - ammo_type = /obj/item/ammo_casing/magic/hook - icon_state = "hook" - item_state = "hook" - lefthand_file = 'icons/mob/inhands/weapons/melee_lefthand.dmi' - righthand_file = 'icons/mob/inhands/weapons/melee_righthand.dmi' - fire_sound = 'sound/weapons/batonextend.ogg' - max_charges = 1 - item_flags = NEEDS_PERMIT - force = 15 - sharpness = IS_SHARP - block_chance = 5//A pittance, but might be worth something in a scuffle - hitsound = 'sound/weapons/chainhit.ogg' - -/obj/item/gun/magic/hook/melee_attack_chain(mob/user, atom/target, params) - ..() - user.changeNext_move(CLICK_CD_MELEE * 0.5)//quick to swing. 15 force can be quite something with this attack frequency. - -/obj/item/gun/magic/hook/Initialize() - . = ..() - AddComponent(/datum/component/butchering, 15, 130, 0, hitsound) - -/obj/item/ammo_casing/magic/hook - name = "hook" - desc = "A hook." - projectile_type = /obj/projectile/hook - caliber = "hook" - icon_state = "arrow" - -/obj/projectile/hook - name = "hook" - icon_state = "hook" - icon = 'icons/obj/lavaland/artefacts.dmi' - pass_flags = PASSTABLE - damage = 20 - stamina = 20 - armour_penetration = 60 - damage_type = BRUTE - hitsound = 'sound/effects/splat.ogg' - var/chain - var/knockdown_time = (0.5 SECONDS) - -/obj/projectile/hook/fire(setAngle) - if(firer) - chain = firer.Beam(src, icon_state = "chain", emissive = FALSE) - ..() - //TODO: root the firer until the chain returns - -/obj/projectile/hook/on_hit(atom/target) - . = ..() - if(ismovable(target)) - var/atom/movable/A = target - if(A.anchored) - return - A.visible_message("[A] is snagged by [firer]'s hook!") - new /datum/forced_movement(A, get_turf(firer), 5, TRUE) - if (isliving(target)) - var/mob/living/fresh_meat = target - fresh_meat.Knockdown(knockdown_time) - return - //TODO: keep the chain beamed to A - //TODO: needs a callback to delete the chain - -/obj/projectile/hook/Destroy() - qdel(chain) - return ..() - -//just a nerfed version of the real thing for the bounty hunters. -/obj/item/gun/magic/hook/bounty - name = "hook" - ammo_type = /obj/item/ammo_casing/magic/hook/bounty - -/obj/item/gun/magic/hook/bounty/shoot_with_empty_chamber(mob/living/user) - to_chat(user, "The [src] isn't ready to fire yet!") - -/obj/item/ammo_casing/magic/hook/bounty - projectile_type = /obj/projectile/hook/bounty - -/obj/projectile/hook/bounty - damage = 0 - stamina = 40 - //Immortality Talisman: Now with state-of-the-art panic button technology /obj/item/immortality_talisman name = "\improper Immortality Talisman" @@ -1303,7 +1214,6 @@ new /obj/item/lava_staff(src) if(3) new /obj/item/book/granter/spell/sacredflame(src) - new /obj/item/gun/magic/wand/fireball(src) if(4) new /obj/item/dragons_blood(src) @@ -1519,14 +1429,12 @@ /obj/structure/closet/crate/necropolis/bubblegum/PopulateContents() new /obj/item/clothing/suit/space/hostile_environment(src) new /obj/item/clothing/head/helmet/space/hostile_environment(src) - var/loot = rand(1,3) + var/loot = rand(1,2) switch(loot) if(1) new /obj/item/mayhem(src) if(2) new /obj/item/blood_contract(src) - if(3) - new /obj/item/gun/magic/staff/spellblade(src) /obj/item/mayhem name = "mayhem in a bottle" diff --git a/code/modules/mob/dead/new_player/new_player.dm b/code/modules/mob/dead/new_player/new_player.dm index 25722dd28e5f..8fbf9c32a38e 100644 --- a/code/modules/mob/dead/new_player/new_player.dm +++ b/code/modules/mob/dead/new_player/new_player.dm @@ -335,8 +335,6 @@ if(GLOB.summon_guns_triggered) give_guns(humanc) - if(GLOB.summon_magic_triggered) - give_magic(humanc) if(GLOB.curse_of_madness_triggered) give_madness(humanc, GLOB.curse_of_madness_triggered) if(CONFIG_GET(flag/roundstart_traits)) diff --git a/code/modules/mob/living/carbon/human/species_types/lizardpeople.dm b/code/modules/mob/living/carbon/human/species_types/lizardpeople.dm index 6cb15357cc64..c34a70b3afde 100644 --- a/code/modules/mob/living/carbon/human/species_types/lizardpeople.dm +++ b/code/modules/mob/living/carbon/human/species_types/lizardpeople.dm @@ -21,7 +21,6 @@ exotic_bloodtype = "L" disliked_food = GRAIN | DAIRY | CLOTH | GROSS liked_food = GORE | MEAT - inert_mutation = FIREBREATH deathsound = 'sound/voice/lizard/deathsound.ogg' wings_icons = list("Dragon") species_language_holder = /datum/language_holder/lizard diff --git a/code/modules/mob/living/simple_animal/hostile/megafauna/codename_claw.dm b/code/modules/mob/living/simple_animal/hostile/megafauna/codename_claw.dm index 77b4544a6dbb..3a4506b62562 100644 --- a/code/modules/mob/living/simple_animal/hostile/megafauna/codename_claw.dm +++ b/code/modules/mob/living/simple_animal/hostile/megafauna/codename_claw.dm @@ -315,3 +315,102 @@ empulse(src, 5, 8) new /obj/effect/gibspawner/human(get_turf(src)) qdel(src) + +/obj/projectile/tentacle + name = "tentacle" + icon_state = "tentacle_end" + pass_flags = PASSTABLE + damage = 0 + damage_type = BRUTE + range = 8 + hitsound = 'sound/weapons/thudswoosh.ogg' + var/chain + +/obj/projectile/tentacle/fire(setAngle) + if(firer) + chain = firer.Beam(src, icon_state = "tentacle", emissive = FALSE) + ..() + +/obj/projectile/tentacle/proc/reset_throw(mob/living/carbon/human/H) + if(H.throw_mode) + H.throw_mode_off() //Don't annoy the changeling if he doesn't catch the item + +/obj/projectile/tentacle/proc/tentacle_grab(mob/living/carbon/human/H, mob/living/carbon/C) + if(H.Adjacent(C)) + if(H.get_active_held_item() && !H.get_inactive_held_item()) + H.swap_hand() + if(H.get_active_held_item()) + return + C.grabbedby(H) + C.grippedby(H, instant = TRUE) //instant aggro grab + +/obj/projectile/tentacle/proc/tentacle_stab(mob/living/carbon/human/H, mob/living/carbon/C) + if(H.Adjacent(C)) + for(var/obj/item/I in H.held_items) + if(I.get_sharpness()) + C.visible_message("[H] impales [C] with [H.p_their()] [I.name]!", "[H] impales you with [H.p_their()] [I.name]!") + C.apply_damage(I.force, BRUTE, BODY_ZONE_CHEST) + H.do_item_attack_animation(C, used_item = I) + H.add_mob_blood(C) + playsound(get_turf(H),I.hitsound,75,TRUE) + return + +/obj/projectile/tentacle/on_hit(atom/target, blocked = FALSE) + var/mob/living/carbon/human/H = firer + if(blocked >= 100) + return BULLET_ACT_BLOCK + if(isitem(target)) + var/obj/item/I = target + if(!I.anchored) + to_chat(firer, "You pull [I] towards yourself.") + H.throw_mode_on() + I.throw_at(H, 10, 2) + . = BULLET_ACT_HIT + + else if(isliving(target)) + var/mob/living/L = target + if(!L.anchored && !L.throwing)//avoid double hits + if(iscarbon(L)) + var/mob/living/carbon/C = L + var/firer_intent = INTENT_HARM + var/mob/M = firer + if(istype(M)) + firer_intent = M.a_intent + switch(firer_intent) + if(INTENT_HELP) + C.visible_message("[L] is pulled by [H]'s tentacle!","A tentacle grabs you and pulls you towards [H]!") + C.throw_at(get_step_towards(H,C), 8, 2) + return BULLET_ACT_HIT + + if(INTENT_DISARM) + var/obj/item/I = C.get_active_held_item() + if(I) + if(C.dropItemToGround(I)) + C.visible_message("[I] is yanked off [C]'s hand by [src]!","A tentacle pulls [I] away from you!") + on_hit(I) //grab the item as if you had hit it directly with the tentacle + return BULLET_ACT_HIT + else + to_chat(firer, "You can't seem to pry [I] off [C]'s hands!") + return BULLET_ACT_BLOCK + else + to_chat(firer, "[C] has nothing in hand to disarm!") + return BULLET_ACT_HIT + + if(INTENT_GRAB) + C.visible_message("[L] is grabbed by [H]'s tentacle!","A tentacle grabs you and pulls you towards [H]!") + C.throw_at(get_step_towards(H,C), 8, 2, H, TRUE, TRUE, callback=CALLBACK(src, PROC_REF(tentacle_grab), H, C)) + return BULLET_ACT_HIT + + if(INTENT_HARM) + C.visible_message("[L] is thrown towards [H] by a tentacle!","A tentacle grabs you and throws you towards [H]!") + C.throw_at(get_step_towards(H,C), 8, 2, H, TRUE, TRUE, callback=CALLBACK(src, PROC_REF(tentacle_stab), H, C)) + return BULLET_ACT_HIT + else + L.visible_message("[L] is pulled by [H]'s tentacle!","A tentacle grabs you and pulls you towards [H]!") + L.throw_at(get_step_towards(H,L), 8, 2) + . = BULLET_ACT_HIT + +/obj/projectile/tentacle/Destroy() + qdel(chain) + return ..() + diff --git a/code/modules/mob/living/simple_animal/hostile/mimic.dm b/code/modules/mob/living/simple_animal/hostile/mimic.dm index ca595d4d682f..0568533c1e0c 100644 --- a/code/modules/mob/living/simple_animal/hostile/mimic.dm +++ b/code/modules/mob/living/simple_animal/hostile/mimic.dm @@ -205,7 +205,6 @@ GLOBAL_LIST_INIT(protected_objects, list(/obj/structure/table, /obj/structure/ca /mob/living/simple_animal/hostile/mimic/copy/ranged var/obj/item/gun/TrueGun = null - var/obj/item/gun/magic/Zapstick var/obj/item/gun/ballistic/Pewgun var/obj/item/gun/energy/Zapgun @@ -223,10 +222,6 @@ GLOBAL_LIST_INIT(protected_objects, list(/obj/structure/table, /obj/structure/ca move_to_delay = 2 * G.w_class + 1 projectilesound = G.fire_sound TrueGun = G - if(istype(G, /obj/item/gun/magic)) - Zapstick = G - var/obj/item/ammo_casing/magic/M = Zapstick.ammo_type - projectiletype = initial(M.projectile_type) if(istype(G, /obj/item/gun/ballistic)) Pewgun = G var/obj/item/ammo_box/magazine/M = Pewgun.mag_type @@ -245,11 +240,6 @@ GLOBAL_LIST_INIT(protected_objects, list(/obj/structure/table, /obj/structure/ca Zapgun.cell.use(shot.e_cost) Zapgun.update_appearance() ..() - else if(Zapstick) - if(Zapstick.charges) - Zapstick.charges-- - Zapstick.update_appearance() - ..() else if(Pewgun) if(Pewgun.chambered) if(Pewgun.chambered.BB) diff --git a/code/modules/projectiles/ammunition/special/magic.dm b/code/modules/projectiles/ammunition/special/magic.dm index e38df896bed1..046ae7dbc078 100644 --- a/code/modules/projectiles/ammunition/special/magic.dm +++ b/code/modules/projectiles/ammunition/special/magic.dm @@ -4,68 +4,3 @@ projectile_type = /obj/projectile/magic firing_effect_type = /obj/effect/temp_visual/dir_setting/firing_effect/magic heavy_metal = FALSE - -/obj/item/ammo_casing/magic/change - projectile_type = /obj/projectile/magic/change - -/obj/item/ammo_casing/magic/animate - projectile_type = /obj/projectile/magic/animate - -/obj/item/ammo_casing/magic/heal - projectile_type = /obj/projectile/magic/resurrection - harmful = FALSE - -/obj/item/ammo_casing/magic/death - projectile_type = /obj/projectile/magic/death - -/obj/item/ammo_casing/magic/teleport - projectile_type = /obj/projectile/magic/teleport - harmful = FALSE - -/obj/item/ammo_casing/magic/safety - projectile_type = /obj/projectile/magic/safety - harmful = FALSE - -/obj/item/ammo_casing/magic/door - projectile_type = /obj/projectile/magic/door - harmful = FALSE - -/obj/item/ammo_casing/magic/fireball - projectile_type = /obj/projectile/magic/aoe/fireball - -/obj/item/ammo_casing/magic/chaos - projectile_type = /obj/projectile/magic - -/obj/item/ammo_casing/magic/spellblade - projectile_type = /obj/projectile/magic/spellblade - -/obj/item/ammo_casing/magic/arcane_barrage - projectile_type = /obj/projectile/magic/arcane_barrage - -/obj/item/ammo_casing/magic/honk - projectile_type = /obj/projectile/bullet/honker - -/obj/item/ammo_casing/magic/locker - projectile_type = /obj/projectile/magic/locker - -/obj/item/ammo_casing/magic/flying - projectile_type = /obj/projectile/magic/flying - -/obj/item/ammo_casing/magic/bounty - projectile_type = /obj/projectile/magic/bounty - -/obj/item/ammo_casing/magic/antimagic - projectile_type = /obj/projectile/magic/antimagic - -/obj/item/ammo_casing/magic/sapping - projectile_type = /obj/projectile/magic/sapping - -/obj/item/ammo_casing/magic/necropotence - projectile_type = /obj/projectile/magic/necropotence - -/obj/item/ammo_casing/magic/wipe - projectile_type = /obj/projectile/magic/wipe - -/obj/item/ammo_casing/magic/nothing - projectile_type = /obj/projectile/magic/nothing - harmful = FALSE diff --git a/code/modules/projectiles/boxes_magazines/internal/misc.dm b/code/modules/projectiles/boxes_magazines/internal/misc.dm index 1d4316560e92..55b749ac3333 100644 --- a/code/modules/projectiles/boxes_magazines/internal/misc.dm +++ b/code/modules/projectiles/boxes_magazines/internal/misc.dm @@ -1,9 +1,3 @@ -/obj/item/ammo_box/magazine/internal/hook - name = "hook internal tube" - ammo_type = /obj/item/ammo_casing/magic/hook - caliber = "hook" - max_ammo = 1 - /obj/item/ammo_box/magazine/internal/bow name = "bowstring" ammo_type = /obj/item/ammo_casing/caseless/arrow diff --git a/code/modules/projectiles/boxes_magazines/internal/rifle.dm b/code/modules/projectiles/boxes_magazines/internal/rifle.dm index 921ff98293a1..4f2f8c537958 100644 --- a/code/modules/projectiles/boxes_magazines/internal/rifle.dm +++ b/code/modules/projectiles/boxes_magazines/internal/rifle.dm @@ -6,13 +6,6 @@ max_ammo = 5 instant_load = TRUE -/obj/item/ammo_box/magazine/internal/boltaction/enchanted - max_ammo = 1 - ammo_type = /obj/item/ammo_casing/a8_50r - -/obj/item/ammo_box/magazine/internal/boltaction/enchanted/arcane_barrage - ammo_type = /obj/item/ammo_casing/magic/arcane_barrage - /obj/item/ammo_box/magazine/internal/boltaction/solgov name = "SSG-669C internal magazine" ammo_type = /obj/item/ammo_casing/caseless/a858 diff --git a/code/modules/projectiles/gun.dm b/code/modules/projectiles/gun.dm index 9948e8dbf329..3edfd1382cf4 100644 --- a/code/modules/projectiles/gun.dm +++ b/code/modules/projectiles/gun.dm @@ -1,5 +1,3 @@ -#define DUALWIELD_PENALTY_EXTRA_MULTIPLIER 1.6 - /obj/item/gun name = "gun" desc = "It's a gun. It's pretty terrible, though." @@ -1099,5 +1097,3 @@ var/safety_prefix = "[our_gun.adjust_fire_select_icon_state_on_safety ? "[our_gun.safety ? "safety_" : ""]" : ""]" button_icon_state = "[safety_prefix][our_gun.fire_select_icon_state_prefix][current_firemode]" return ..() - -#undef DUALWIELD_PENALTY_EXTRA_MULTIPLIER diff --git a/code/modules/projectiles/guns/ballistic/pistol.dm b/code/modules/projectiles/guns/ballistic/pistol.dm index 160067b6d250..c4d505bcb10c 100644 --- a/code/modules/projectiles/guns/ballistic/pistol.dm +++ b/code/modules/projectiles/guns/ballistic/pistol.dm @@ -132,23 +132,6 @@ EMPTY_GUN_HELPER(automatic/pistol/candor/factory) default_firemode = FIREMODE_SEMIAUTO -/obj/item/gun/ballistic/automatic/pistol/stickman - name = "flat gun" - desc = "A 2 dimensional gun.. what?" - icon_state = "flatgun" - manufacturer = MANUFACTURER_NONE - -/obj/item/gun/ballistic/automatic/pistol/stickman/pickup(mob/living/user) - SHOULD_CALL_PARENT(0) - to_chat(user, "As you try to pick up [src], it slips out of your grip..") - if(prob(50)) - to_chat(user, "..and vanishes from your vision! Where the hell did it go?") - qdel(src) - user.update_icons() - else - to_chat(user, "..and falls into view. Whew, that was a close one.") - user.dropItemToGround(src) - /obj/item/gun/ballistic/automatic/pistol/commander name = "\improper Commander" desc = "A classic handgun in a tasteful black and stainless steel color scheme. An enamel Nanotrasen logo is set into the grips. Chambered in 9mm." @@ -281,12 +264,6 @@ EMPTY_GUN_HELPER(automatic/pistol/commander/inteq) to_chat(user, "Theres no magazine to replace!") return -/obj/item/gun/ballistic/automatic/pistol/disposable/pizza - name = "pizza disposable gun" - desc = "How horrible. Whoever you point at with this won't be very cheesed to meet you." //this is a warcrime against italians // IF YOU'RE GOING TO DO US DIRTY SPELL IT RIGHT - icon_state = "disposable_pizza" - custom_materials = list(/datum/material/pizza=2000) - //not technically a pistol but whatever /obj/item/gun/ballistic/derringer name = ".38 Derringer" diff --git a/code/modules/projectiles/guns/ballistic/revolver.dm b/code/modules/projectiles/guns/ballistic/revolver.dm index f39382e81ea2..c581c79442de 100644 --- a/code/modules/projectiles/guns/ballistic/revolver.dm +++ b/code/modules/projectiles/guns/ballistic/revolver.dm @@ -679,18 +679,6 @@ EMPTY_GUN_HELPER(revolver/detective) user.apply_damage(300, BRUTE, affecting) user.visible_message("[user.name] fires [src] at [user.p_their()] head!", "You fire [src] at your head!", "You hear a gunshot!") -/obj/item/gun/ballistic/revolver/russian/soul - name = "cursed Russian revolver" - desc = "To play with this revolver requires wagering your very soul." - -/obj/item/gun/ballistic/revolver/russian/soul/shoot_self(mob/living/user) - ..() - var/obj/item/soulstone/anybody/revolver/SS = new /obj/item/soulstone/anybody/revolver(get_turf(src)) - if(!SS.transfer_soul("FORCE", user)) //Something went wrong - qdel(SS) - return - user.visible_message("[user.name]'s soul is captured by \the [src]!", "You've lost the gamble! Your soul is forfeit!") - /obj/item/gun/ballistic/revolver/firebrand name = "\improper HP Firebrand" desc = "An archaic precursor to revolver-type firearms, this gun was rendered completely obsolete millennia ago. While fast to fire, it is extremely inaccurate. Uses .357 ammo." diff --git a/code/modules/projectiles/guns/ballistic/rifle.dm b/code/modules/projectiles/guns/ballistic/rifle.dm index bdeb7a4811f3..45b1e8b2debd 100644 --- a/code/modules/projectiles/guns/ballistic/rifle.dm +++ b/code/modules/projectiles/guns/ballistic/rifle.dm @@ -70,10 +70,6 @@ . = ..() . += "The bolt is [bolt_locked ? "open" : "closed"]." -/////////////////////// -// BOLT ACTION RIFLE // -/////////////////////// - /obj/item/gun/ballistic/rifle/illestren name = "\improper HP Illestren" desc = "A sturdy and conventional bolt-action rifle. One of Hunter's Pride's most successful firearms, the Illestren is popular among colonists, pirates, snipers, and countless others. Chambered in 8x50mmR." @@ -163,57 +159,6 @@ manufacturer = MANUFACTURER_HUNTERSPRIDE -/obj/item/gun/ballistic/rifle/illestren/enchanted - name = "enchanted bolt-action rifle" - desc = "Careful not to lose your head." - var/guns_left = 30 - mag_type = /obj/item/ammo_box/magazine/internal/boltaction/enchanted - can_be_sawn_off = FALSE - manufacturer = MANUFACTURER_NONE - -/obj/item/gun/ballistic/rifle/illestren/enchanted/arcane_barrage - name = "arcane barrage" - desc = "Pew Pew Pew." - fire_sound = 'sound/weapons/emitter.ogg' - icon = 'icons/obj/guns/projectile.dmi' - lefthand_file = 'icons/mob/inhands/weapons/guns_lefthand.dmi' - righthand_file = 'icons/mob/inhands/weapons/guns_righthand.dmi' - icon_state = "arcane_barrage" - item_state = "arcane_barrage" - slot_flags = null - can_bayonet = FALSE - item_flags = NEEDS_PERMIT | DROPDEL | ABSTRACT | NOBLUDGEON - flags_1 = NONE - trigger_guard = TRIGGER_GUARD_ALLOW_ALL - - mag_type = /obj/item/ammo_box/magazine/internal/boltaction/enchanted/arcane_barrage - -/obj/item/gun/ballistic/rifle/illestren/enchanted/dropped() - . = ..() - guns_left = 0 - -/obj/item/gun/ballistic/rifle/illestren/enchanted/proc/discard_gun(mob/living/user) - user.throw_item(pick(oview(7,get_turf(user)))) - -/obj/item/gun/ballistic/rifle/illestren/enchanted/arcane_barrage/discard_gun(mob/living/user) - qdel(src) - -/obj/item/gun/ballistic/rifle/illestren/enchanted/attack_self() - return - -/obj/item/gun/ballistic/rifle/illestren/enchanted/process_fire(atom/target, mob/living/user, message = TRUE, params = null, zone_override = "", bonus_spread = 0) - . = ..() - if(!.) - return - if(guns_left) - var/obj/item/gun/ballistic/rifle/illestren/enchanted/gun = new type - gun.guns_left = guns_left - 1 - discard_gun(user) - user.swap_hand() - user.put_in_hands(gun) - else - user.dropItemToGround(src, TRUE) - /obj/item/gun/ballistic/rifle/polymer name = "polymer survivor rifle" desc = "A bolt-action rifle made of scrap, desperation, and luck. Likely to shatter at any moment. Chambered in .300 Blackout." diff --git a/code/modules/projectiles/guns/ballistic/shotgun.dm b/code/modules/projectiles/guns/ballistic/shotgun.dm index 90e13c82ee06..bfe2e88bf804 100644 --- a/code/modules/projectiles/guns/ballistic/shotgun.dm +++ b/code/modules/projectiles/guns/ballistic/shotgun.dm @@ -452,52 +452,6 @@ EMPTY_GUN_HELPER(shotgun/bulldog/inteq) sawn_off = TRUE slot_flags = ITEM_SLOT_BELT -/obj/item/gun/ballistic/shotgun/doublebarrel/hook - name = "hook modified sawn-off shotgun" - desc = "Range isn't an issue when you can bring your victim to you." - icon_state = "hookshotgun" - icon = 'icons/obj/guns/projectile.dmi' - item_state = "shotgun" - load_sound = 'sound/weapons/gun/shotgun/insert_shell.ogg' - mag_type = /obj/item/ammo_box/magazine/internal/shot/bounty - w_class = WEIGHT_CLASS_BULKY - weapon_weight = WEAPON_MEDIUM - can_be_sawn_off = FALSE - force = 16 //it has a hook on it - attack_verb = list("slashed", "hooked", "stabbed") - hitsound = 'sound/weapons/bladeslice.ogg' - //our hook gun! - var/obj/item/gun/magic/hook/bounty/hook - var/toggled = FALSE - -/obj/item/gun/ballistic/shotgun/doublebarrel/hook/Initialize() - . = ..() - hook = new /obj/item/gun/magic/hook/bounty(src) - -/obj/item/gun/ballistic/shotgun/doublebarrel/hook/AltClick(mob/user) - if(!istype(user) || !user.canUseTopic(src, BE_CLOSE, ismonkey(user))) - return - if(toggled) - to_chat(user,"You switch to the shotgun.") - fire_sound = initial(fire_sound) - else - to_chat(user,"You switch to the hook.") - fire_sound = 'sound/weapons/batonextend.ogg' - toggled = !toggled - -/obj/item/gun/ballistic/shotgun/doublebarrel/hook/examine(mob/user) - . = ..() - if(toggled) - . += "Alt-click to switch to the shotgun." - else - . += "Alt-click to switch to the hook." - -/obj/item/gun/ballistic/shotgun/doublebarrel/hook/afterattack(atom/target, mob/living/user, flag, params) - if(toggled) - hook.afterattack(target, user, flag, params) - else - return ..() - /obj/item/gun/ballistic/shotgun/automatic/combat/compact/compact name = "compact compact combat shotgun" desc = "A compact version of the compact version of the semi automatic combat shotgun. For when you want a gun the same size as your brain." diff --git a/code/modules/projectiles/guns/magic.dm b/code/modules/projectiles/guns/magic.dm deleted file mode 100644 index 1f8be937b645..000000000000 --- a/code/modules/projectiles/guns/magic.dm +++ /dev/null @@ -1,85 +0,0 @@ -/obj/item/gun/magic - name = "staff of nothing" - desc = "This staff is boring to watch because even though it came first you've seen everything it can do in other staves for years." - icon = 'icons/obj/guns/magic.dmi' - icon_state = "staffofnothing" - item_state = "staff" - lefthand_file = 'icons/mob/inhands/items_lefthand.dmi' //not really a gun and some toys use these inhands - righthand_file = 'icons/mob/inhands/items_righthand.dmi' - fire_sound = 'sound/weapons/emitter.ogg' - flags_1 = CONDUCT_1 - w_class = WEIGHT_CLASS_HUGE - var/checks_antimagic = TRUE - var/max_charges = 6 - var/charges = 0 - var/recharge_rate = 4 - var/charge_tick = 0 - var/can_charge = TRUE - var/ammo_type - var/no_den_usage - trigger_guard = TRIGGER_GUARD_ALLOW_ALL // Has no trigger at all, uses magic instead - -/obj/item/gun/magic/process_fire(atom/target, mob/living/user, message, params, zone_override, bonus_spread) - if(no_den_usage) - var/area/A = get_area(user) - if(istype(A, /area/wizard_station)) - add_fingerprint(user) - to_chat(user, "You know better than to violate the security of The Den, best wait until you leave to use [src].") - return - else - no_den_usage = 0 - if(checks_antimagic && user.anti_magic_check(TRUE, FALSE, FALSE, 0, TRUE)) - add_fingerprint(user) - to_chat(user, "Something is interfering with [src].") - return - . = ..() - -/obj/item/gun/magic/can_shoot() - return charges - -/obj/item/gun/magic/recharge_newshot() - if (charges && chambered && !chambered.BB) - chambered.newshot() - -/obj/item/gun/magic/process_chamber(atom/shooter) - if(chambered && !chambered.BB) //if BB is null, i.e the shot has been fired... - charges--//... drain a charge - recharge_newshot() - -/obj/item/gun/magic/Initialize() - . = ..() - charges = max_charges - if(ammo_type) - chambered = new ammo_type(src) - if(can_charge) - START_PROCESSING(SSobj, src) - - -/obj/item/gun/magic/Destroy() - if(can_charge) - STOP_PROCESSING(SSobj, src) - return ..() - - -/obj/item/gun/magic/process() - if (charges >= max_charges) - charge_tick = 0 - return - charge_tick++ - if(charge_tick < recharge_rate) - return 0 - charge_tick = 0 - charges++ - if(charges == 1) - recharge_newshot() - return 1 - - -/obj/item/gun/magic/shoot_with_empty_chamber(mob/living/user as mob|obj) - to_chat(user, "The [name] whizzles quietly.") - -/obj/item/gun/magic/vv_edit_var(var_name, var_value) - . = ..() - switch(var_name) - if(NAMEOF(src, charges)) - recharge_newshot() diff --git a/code/modules/projectiles/guns/magic/staff.dm b/code/modules/projectiles/guns/magic/staff.dm deleted file mode 100644 index e8f1683d21a1..000000000000 --- a/code/modules/projectiles/guns/magic/staff.dm +++ /dev/null @@ -1,142 +0,0 @@ -/obj/item/gun/magic/staff - slot_flags = ITEM_SLOT_BACK - lefthand_file = 'icons/mob/inhands/weapons/staves_lefthand.dmi' - righthand_file = 'icons/mob/inhands/weapons/staves_righthand.dmi' - item_flags = NEEDS_PERMIT | NO_MAT_REDEMPTION - -/obj/item/gun/magic/staff/change - name = "staff of change" - desc = "An artefact that spits bolts of coruscating energy which cause the target's very form to reshape itself." - fire_sound = 'sound/magic/staff_change.ogg' - ammo_type = /obj/item/ammo_casing/magic/change - icon_state = "staffofchange" - item_state = "staffofchange" - -/obj/item/gun/magic/staff/animate - name = "staff of animation" - desc = "An artefact that spits bolts of life-force which causes objects which are hit by it to animate and come to life! This magic doesn't affect machines." - fire_sound = 'sound/magic/staff_animation.ogg' - ammo_type = /obj/item/ammo_casing/magic/animate - icon_state = "staffofanimation" - item_state = "staffofanimation" - -/obj/item/gun/magic/staff/healing - name = "staff of healing" - desc = "An artefact that spits bolts of restoring magic which can remove ailments of all kinds and even raise the dead." - fire_sound = 'sound/magic/staff_healing.ogg' - ammo_type = /obj/item/ammo_casing/magic/heal - icon_state = "staffofhealing" - item_state = "staffofhealing" - -/obj/item/gun/magic/staff/healing/handle_suicide() //Stops people trying to commit suicide to heal themselves - return - -/obj/item/gun/magic/staff/chaos - name = "staff of chaos" - desc = "An artefact that spits bolts of chaotic magic that can potentially do anything." - fire_sound = 'sound/magic/staff_chaos.ogg' - ammo_type = /obj/item/ammo_casing/magic/chaos - icon_state = "staffofchaos" - item_state = "staffofchaos" - max_charges = 10 - recharge_rate = 2 - no_den_usage = 1 - var/allowed_projectile_types = list(/obj/projectile/magic/change, /obj/projectile/magic/animate, /obj/projectile/magic/resurrection, - /obj/projectile/magic/death, /obj/projectile/magic/teleport, /obj/projectile/magic/door, /obj/projectile/magic/aoe/fireball, - /obj/projectile/magic/spellblade, /obj/projectile/magic/arcane_barrage, /obj/projectile/magic/locker, /obj/projectile/magic/flying, - /obj/projectile/magic/bounty, /obj/projectile/magic/antimagic, /obj/projectile/magic/fetch, /obj/projectile/magic/sapping, - /obj/projectile/magic/necropotence, /obj/projectile/magic, /obj/projectile/temp/chill, /obj/projectile/magic/wipe) - -/obj/item/gun/magic/staff/chaos/process_fire(atom/target, mob/living/user, message = TRUE, params = null, zone_override = "", bonus_spread = 0) - chambered.projectile_type = pick(allowed_projectile_types) - . = ..() - -/obj/item/gun/magic/staff/door - name = "staff of door creation" - desc = "An artefact that spits bolts of transformative magic that can create doors in walls." - fire_sound = 'sound/magic/staff_door.ogg' - ammo_type = /obj/item/ammo_casing/magic/door - icon_state = "staffofdoor" - item_state = "staffofdoor" - max_charges = 10 - recharge_rate = 2 - no_den_usage = 1 - -/obj/item/gun/magic/staff/honk - name = "staff of the honkmother" - desc = "Honk." - fire_sound = 'sound/items/airhorn.ogg' - ammo_type = /obj/item/ammo_casing/magic/honk - icon_state = "honker" - item_state = "honker" - max_charges = 4 - recharge_rate = 8 - -/obj/item/gun/magic/staff/spellblade - name = "spellblade" - desc = "A deadly combination of laziness and boodlust, this blade allows the user to dismember their enemies without all the hard work of actually swinging the sword." - fire_sound = 'sound/magic/fireball.ogg' - ammo_type = /obj/item/ammo_casing/magic/spellblade - icon_state = "spellblade" - item_state = "spellblade" - lefthand_file = 'icons/mob/inhands/weapons/swords_lefthand.dmi' - righthand_file = 'icons/mob/inhands/weapons/swords_righthand.dmi' - hitsound = 'sound/weapons/rapierhit.ogg' - force = 20 - armour_penetration = 75 - block_chance = 50 - sharpness = IS_SHARP - max_charges = 4 - -/obj/item/gun/magic/staff/spellblade/Initialize() - . = ..() - AddComponent(/datum/component/butchering, 15, 125, 0, hitsound) - -/obj/item/gun/magic/staff/spellblade/hit_reaction(mob/living/carbon/human/owner, atom/movable/hitby, attack_text = "the attack", final_block_chance = 0, damage = 0, attack_type = MELEE_ATTACK) - if(attack_type == PROJECTILE_ATTACK) - final_block_chance = 0 - return ..() - -/obj/item/gun/magic/staff/locker - name = "staff of the locker" - desc = "An artefact that expells encapsulating bolts, for incapacitating thy enemy." - fire_sound = 'sound/magic/staff_change.ogg' - ammo_type = /obj/item/ammo_casing/magic/locker - icon_state = "locker" - item_state = "locker" - max_charges = 6 - recharge_rate = 4 - -//yes, they don't have sounds. they're admin staves, and their projectiles will play the chaos bolt sound anyway so why bother? - -/obj/item/gun/magic/staff/flying - name = "staff of flying" - desc = "An artefact that spits bolts of graceful magic that can make something fly." - fire_sound = 'sound/magic/staff_healing.ogg' - ammo_type = /obj/item/ammo_casing/magic/flying - icon_state = "staffofflight" - item_state = "staffofflight" - -/obj/item/gun/magic/staff/sapping - name = "staff of sapping" - desc = "An artefact that spits bolts of sapping magic that can make something sad." - fire_sound = 'sound/magic/staff_change.ogg' - ammo_type = /obj/item/ammo_casing/magic/sapping - icon_state = "staffofsapping" - item_state = "staffofsapping" - -/obj/item/gun/magic/staff/necropotence - name = "staff of necropotence" - desc = "An artefact that spits bolts of death magic that can repurpose the soul." - fire_sound = 'sound/magic/staff_change.ogg' - ammo_type = /obj/item/ammo_casing/magic/necropotence - icon_state = "staffofnecropotence" - item_state = "staffofnecropotence" - -/obj/item/gun/magic/staff/wipe - name = "staff of possession" - desc = "An artefact that spits bolts of mind-unlocking magic that can let ghosts invade the victim's mind." - fire_sound = 'sound/magic/staff_change.ogg' - ammo_type = /obj/item/ammo_casing/magic/wipe - icon_state = "staffofwipe" - item_state = "staffofwipe" diff --git a/code/modules/projectiles/guns/magic/wand.dm b/code/modules/projectiles/guns/magic/wand.dm deleted file mode 100644 index c6a25127878a..000000000000 --- a/code/modules/projectiles/guns/magic/wand.dm +++ /dev/null @@ -1,266 +0,0 @@ -//For use in prob() to determine if an empty wand will shoot once then break. -#define WAND_WREST_CHANCE (1/121) - -/obj/item/gun/magic/wand - name = "wand" - desc = "You shouldn't have this." - ammo_type = /obj/item/ammo_casing/magic - icon_state = "nothingwand" - item_state = "wand" - base_icon_state = "nothingwand" - w_class = WEIGHT_CLASS_SMALL - can_charge = FALSE - max_charges = 100 //100, 50, 50, 34 (max charge distribution by 25%ths) - var/variable_charges = TRUE - -/obj/item/gun/magic/wand/Initialize() - if(prob(75) && variable_charges) //25% chance of listed max charges, 50% chance of 1/2 max charges, 25% chance of 1/3 max charges - if(prob(33)) - max_charges = CEILING(max_charges / 3, 1) - else - max_charges = CEILING(max_charges / 2, 1) - return ..() - -/obj/item/gun/magic/wand/examine(mob/user) - . = ..() - . += "Has [charges] charge\s remaining." - -/obj/item/gun/magic/wand/update_icon_state() - icon_state = "[base_icon_state][charges ? null : "-drained"]" - return ..() - -/obj/item/gun/magic/wand/attack(atom/target, mob/living/user) - if(target == user) - return - ..() - -/obj/item/gun/magic/wand/afterattack(atom/target, mob/living/user) - var/wrested = FALSE - if(!charges) - wrested = shoot_with_empty_chamber(user) - if(!wrested) - return - if(target == user) - if(no_den_usage) - var/area/A = get_area(user) - if(istype(A, /area/wizard_station)) - to_chat(user, "You know better than to violate the security of The Den, best wait until you leave to use [src].") - return - else - no_den_usage = 0 - zap_self(user) - else - . = ..() - if(wrested) - to_chat(user,"[src] overloads and disintegrates.") - qdel(src) - return - update_appearance() - -/obj/item/gun/magic/wand/shoot_with_empty_chamber(mob/living/user) - if(prob(100*WAND_WREST_CHANCE)) - to_chat(user,"You manage to activate [src] one last time.") - charges++ - recharge_newshot() - return TRUE - return ..() - -/obj/item/gun/magic/wand/proc/zap_self(mob/living/user) - user.visible_message("[user] zaps [user.p_them()]self with [src].") - playsound(user, fire_sound, 50, TRUE) - user.log_message("zapped [user.p_them()]self with a [src]", LOG_ATTACK) - - -///////////////////////////////////// -//WAND OF DEATH -///////////////////////////////////// - -/obj/item/gun/magic/wand/death - name = "wand of death" - desc = "This deadly wand overwhelms the victim's body with pure energy, slaying them without fail." - fire_sound = 'sound/magic/wandodeath.ogg' - ammo_type = /obj/item/ammo_casing/magic/death - icon_state = "deathwand" - base_icon_state = "deathwand" - max_charges = 3 //3, 2, 2, 1 - -/obj/item/gun/magic/wand/death/zap_self(mob/living/user) - ..() - charges-- - if(user.anti_magic_check()) - user.visible_message("[src] has no effect on [user]!") - return - if(isliving(user)) - var/mob/living/L = user - if(L.mob_biotypes & MOB_UNDEAD) //negative energy heals the undead - user.revive(full_heal = TRUE, admin_revive = TRUE) - to_chat(user, "You feel great!") - return - to_chat(user, "You irradiate yourself with pure negative energy! \ - [pick("Do not pass go. Do not collect 200 zorkmids.","You feel more confident in your spell casting skills.","You Die...","Do you want your possessions identified?")]\ - ") - user.death(FALSE) - -/obj/item/gun/magic/wand/death/debug - desc = "In some obscure circles, this is known as the 'cloning tester's friend'." - max_charges = 500 - variable_charges = FALSE - can_charge = TRUE - recharge_rate = 1 - - -///////////////////////////////////// -//WAND OF HEALING -///////////////////////////////////// - -/obj/item/gun/magic/wand/resurrection - name = "wand of healing" - desc = "This wand uses healing magics to heal and revive. They are rarely utilized within the Wizard Federation for some reason." - ammo_type = /obj/item/ammo_casing/magic/heal - fire_sound = 'sound/magic/staff_healing.ogg' - icon_state = "revivewand" - base_icon_state = "revivewand" - max_charges = 10 //10, 5, 5, 4 - -/obj/item/gun/magic/wand/resurrection/zap_self(mob/living/user) - ..() - charges-- - if(user.anti_magic_check()) - user.visible_message("[src] has no effect on [user]!") - return - if(isliving(user)) - var/mob/living/L = user - if(L.mob_biotypes & MOB_UNDEAD) //positive energy harms the undead - to_chat(user, "You irradiate yourself with pure positive energy! \ - [pick("Do not pass go. Do not collect 200 zorkmids.","You feel more confident in your spell casting skills.","You Die...","Do you want your possessions identified?")]\ - ") - user.death(0) - return - user.revive(full_heal = TRUE, admin_revive = TRUE) - to_chat(user, "You feel great!") - -/obj/item/gun/magic/wand/resurrection/debug //for testing - desc = "Is it possible for something to be even more powerful than regular magic? This wand is." - max_charges = 500 - variable_charges = FALSE - can_charge = TRUE - recharge_rate = 1 - -///////////////////////////////////// -//WAND OF POLYMORPH -///////////////////////////////////// - -/obj/item/gun/magic/wand/polymorph - name = "wand of polymorph" - desc = "This wand is attuned to chaos and will radically alter the victim's form." - ammo_type = /obj/item/ammo_casing/magic/change - icon_state = "polywand" - base_icon_state = "polywand" - fire_sound = 'sound/magic/staff_change.ogg' - max_charges = 10 //10, 5, 5, 4 - -/obj/item/gun/magic/wand/polymorph/zap_self(mob/living/user) - ..() //because the user mob ceases to exists by the time wabbajack fully resolves - - wabbajack(user) - charges-- - -///////////////////////////////////// -//WAND OF TELEPORTATION -///////////////////////////////////// - -/obj/item/gun/magic/wand/teleport - name = "wand of teleportation" - desc = "This wand will wrench targets through space and time to move them somewhere else." - ammo_type = /obj/item/ammo_casing/magic/teleport - fire_sound = 'sound/magic/wand_teleport.ogg' - icon_state = "telewand" - base_icon_state = "telewand" - max_charges = 10 //10, 5, 5, 4 - no_den_usage = TRUE - -/obj/item/gun/magic/wand/teleport/zap_self(mob/living/user) - if(do_teleport(user, user, 10, channel = TELEPORT_CHANNEL_MAGIC)) - var/datum/effect_system/smoke_spread/smoke = new - smoke.set_up(3, user.loc) - smoke.start() - charges-- - ..() - -/obj/item/gun/magic/wand/safety - name = "wand of safety" - desc = "This wand will use the lightest of bluespace currents to gently place the target somewhere safe." - ammo_type = /obj/item/ammo_casing/magic/safety - fire_sound = 'sound/magic/wand_teleport.ogg' - icon_state = "telewand" - base_icon_state = "telewand" - max_charges = 10 //10, 5, 5, 4 - no_den_usage = FALSE - -/obj/item/gun/magic/wand/safety/zap_self(mob/living/user) - var/turf/origin = get_turf(user) - var/turf/destination = find_safe_turf() - - if(do_teleport(user, destination, channel=TELEPORT_CHANNEL_MAGIC)) - for(var/t in list(origin, destination)) - var/datum/effect_system/smoke_spread/smoke = new - smoke.set_up(0, t) - smoke.start() - ..() - -/obj/item/gun/magic/wand/safety/debug - desc = "This wand has 'find_safe_turf()' engraved into its blue wood. Perhaps it's a secret message?" - max_charges = 500 - variable_charges = FALSE - can_charge = TRUE - recharge_rate = 1 - - -///////////////////////////////////// -//WAND OF DOOR CREATION -///////////////////////////////////// - -/obj/item/gun/magic/wand/door - name = "wand of door creation" - desc = "This particular wand can create doors in any wall for the unscrupulous wizard who shuns teleportation magics." - ammo_type = /obj/item/ammo_casing/magic/door - icon_state = "doorwand" - base_icon_state = "doorwand" - fire_sound = 'sound/magic/staff_door.ogg' - max_charges = 20 //20, 10, 10, 7 - no_den_usage = 1 - -/obj/item/gun/magic/wand/door/zap_self(mob/living/user) - to_chat(user, "You feel vaguely more open with your feelings.") - charges-- - ..() - -///////////////////////////////////// -//WAND OF FIREBALL -///////////////////////////////////// - -/obj/item/gun/magic/wand/fireball - name = "wand of fireball" - desc = "This wand shoots scorching balls of fire that explode into destructive flames." - fire_sound = 'sound/magic/fireball.ogg' - ammo_type = /obj/item/ammo_casing/magic/fireball - icon_state = "firewand" - base_icon_state = "firewand" - max_charges = 8 //8, 4, 4, 3 - -/obj/item/gun/magic/wand/fireball/zap_self(mob/living/user) - ..() - explosion(user.loc, -1, 0, 2, 3, 0, flame_range = 2) - charges-- - -///////////////////////////////////// -//WAND OF NOTHING -///////////////////////////////////// - -/obj/item/gun/magic/wand/nothing - name = "wand of nothing" - desc = "It's not just a stick, it's a MAGIC stick?" - ammo_type = /obj/item/ammo_casing/magic/nothing - - -#undef WAND_WREST_CHANCE diff --git a/code/modules/projectiles/projectile.dm b/code/modules/projectiles/projectile.dm index 829393d4d115..0b9bcb8da4f7 100644 --- a/code/modules/projectiles/projectile.dm +++ b/code/modules/projectiles/projectile.dm @@ -1,7 +1,3 @@ - -#define MOVES_HITSCAN -1 //Not actually hitscan but close as we get without actual hitscan. -#define MUZZLE_EFFECT_PIXEL_INCREMENT 17 //How many pixels to move the muzzle flash up so your character doesn't look like they're shitting out lasers. - /obj/projectile name = "projectile" icon = 'icons/obj/projectiles.dmi' diff --git a/code/modules/projectiles/projectile/magic.dm b/code/modules/projectiles/projectile/magic.dm deleted file mode 100644 index 6ca85ca933ec..000000000000 --- a/code/modules/projectiles/projectile/magic.dm +++ /dev/null @@ -1,734 +0,0 @@ -/obj/projectile/magic - name = "bolt" - icon_state = "energy" - damage = 0 - damage_type = OXY - nodamage = TRUE - armour_penetration = 100 - flag = "magic" - -/obj/projectile/magic/death - name = "bolt of death" - icon_state = "pulse1_bl" - -/obj/projectile/magic/death/on_hit(target) - . = ..() - if(ismob(target)) - var/mob/M = target - if(M.anti_magic_check()) - M.visible_message("[src] vanishes on contact with [target]!") - return BULLET_ACT_BLOCK - if(isliving(M)) - var/mob/living/L = M - if(L.mob_biotypes & MOB_UNDEAD) //negative energy heals the undead - if(L.hellbound && L.stat == DEAD) - return BULLET_ACT_BLOCK - if(L.revive(full_heal = TRUE, admin_revive = TRUE)) - L.grab_ghost(force = TRUE) - to_chat(L, "You rise with a start, you're undead!!!") - else if(L.stat != DEAD) - to_chat(L, "You feel great!") - else - L.death(0) - else - M.death(0) - -/obj/projectile/magic/resurrection - name = "bolt of resurrection" - icon_state = "ion" - damage = 0 - damage_type = OXY - nodamage = TRUE - -/obj/projectile/magic/resurrection/on_hit(mob/living/carbon/target) - . = ..() - if(isliving(target)) - if(target.anti_magic_check()) - target.visible_message("[src] vanishes on contact with [target]!") - return BULLET_ACT_BLOCK - if(target.mob_biotypes & MOB_UNDEAD) //positive energy harms the undead - target.death(0) - else - if(target.hellbound && target.stat == DEAD) - return BULLET_ACT_BLOCK - if(target.revive(full_heal = TRUE, admin_revive = TRUE)) - target.grab_ghost(force = TRUE) // even suicides - to_chat(target, "You rise with a start, you're alive!!!") - else if(target.stat != DEAD) - to_chat(target, "You feel great!") - -/obj/projectile/magic/teleport - name = "bolt of teleportation" - icon_state = "bluespace" - damage = 0 - damage_type = OXY - nodamage = TRUE - var/inner_tele_radius = 0 - var/outer_tele_radius = 6 - -/obj/projectile/magic/teleport/on_hit(mob/target) - . = ..() - if(ismob(target)) - var/mob/M = target - if(M.anti_magic_check()) - M.visible_message("[src] fizzles on contact with [target]!") - return BULLET_ACT_BLOCK - var/teleammount = 0 - var/teleloc = target - if(!isturf(target)) - teleloc = target.loc - for(var/atom/movable/stuff in teleloc) - if(!stuff.anchored && stuff.loc && !isobserver(stuff)) - if(do_teleport(stuff, stuff, 10, channel = TELEPORT_CHANNEL_MAGIC)) - teleammount++ - var/datum/effect_system/smoke_spread/smoke = new - smoke.set_up(max(round(4 - teleammount),0), stuff.loc) //Smoke drops off if a lot of stuff is moved for the sake of sanity - smoke.start() - -/obj/projectile/magic/safety - name = "bolt of safety" - icon_state = "bluespace" - damage = 0 - damage_type = OXY - nodamage = TRUE - -/obj/projectile/magic/safety/on_hit(atom/target) - . = ..() - if(ismob(target)) - var/mob/M = target - if(M.anti_magic_check()) - M.visible_message("[src] fizzles on contact with [target]!") - return BULLET_ACT_BLOCK - if(isturf(target)) - return BULLET_ACT_HIT - - var/turf/origin_turf = get_turf(target) - var/turf/destination_turf = find_safe_turf() - - if(do_teleport(target, destination_turf, channel=TELEPORT_CHANNEL_MAGIC)) - for(var/t in list(origin_turf, destination_turf)) - var/datum/effect_system/smoke_spread/smoke = new - smoke.set_up(0, t) - smoke.start() - -/obj/projectile/magic/door - name = "bolt of door creation" - icon_state = "energy" - damage = 0 - damage_type = OXY - nodamage = TRUE - var/list/door_types = list(/obj/structure/mineral_door/wood, /obj/structure/mineral_door/iron, /obj/structure/mineral_door/silver, /obj/structure/mineral_door/gold, /obj/structure/mineral_door/uranium, /obj/structure/mineral_door/sandstone, /obj/structure/mineral_door/transparent/plasma, /obj/structure/mineral_door/transparent/diamond) - -/obj/projectile/magic/door/on_hit(atom/target) - . = ..() - if(istype(target, /obj/machinery/door)) - OpenDoor(target) - else - var/turf/T = get_turf(target) - if(isclosedturf(T) && !isindestructiblewall(T)) - CreateDoor(T) - -/obj/projectile/magic/door/proc/CreateDoor(turf/T) - var/door_type = pick(door_types) - var/obj/structure/mineral_door/D = new door_type(T) - T.ChangeTurf(/turf/open/floor/plating, flags = CHANGETURF_INHERIT_AIR) - D.Open() - -/obj/projectile/magic/door/proc/OpenDoor(obj/machinery/door/D) - if(istype(D, /obj/machinery/door/airlock)) - var/obj/machinery/door/airlock/A = D - A.locked = FALSE - D.open() - -/obj/projectile/magic/change - name = "bolt of change" - icon_state = "ice_1" - damage = 0 - damage_type = BURN - nodamage = TRUE - -/obj/projectile/magic/change/on_hit(atom/change) - . = ..() - if(ismob(change)) - var/mob/M = change - if(M.anti_magic_check()) - M.visible_message("[src] fizzles on contact with [M]!") - qdel(src) - return BULLET_ACT_BLOCK - wabbajack(change) - qdel(src) - -/proc/wabbajack(mob/living/M) - if(!istype(M) || M.stat == DEAD || M.notransform || (GODMODE & M.status_flags)) - return - - M.notransform = TRUE - ADD_TRAIT(M, TRAIT_IMMOBILIZED, MAGIC_TRAIT) - ADD_TRAIT(M, TRAIT_HANDS_BLOCKED, MAGIC_TRAIT) - M.icon = null - M.cut_overlays() - M.invisibility = INVISIBILITY_ABSTRACT - - var/list/contents = M.contents.Copy() - - if(iscyborg(M)) - var/mob/living/silicon/robot/Robot = M - // Disconnect AI's in shells - if(Robot.connected_ai) - Robot.connected_ai.disconnect_shell() - if(Robot.mmi) - qdel(Robot.mmi) - Robot.notify_ai(NEW_BORG) - else - for(var/obj/item/W in contents) - if(!M.dropItemToGround(W)) - qdel(W) - - var/mob/living/new_mob - - var/randomize = pick("monkey","robot","slime","xeno","humanoid","animal") - switch(randomize) - if("monkey") - new_mob = new /mob/living/carbon/monkey(M.loc) - - if("robot") - var/robot = pick(200;/mob/living/silicon/robot, - /mob/living/silicon/robot/modules/syndicate, - /mob/living/silicon/robot/modules/syndicate/medical, - /mob/living/silicon/robot/modules/syndicate/saboteur, - 200;/mob/living/simple_animal/drone/polymorphed) - new_mob = new robot(M.loc) - if(issilicon(new_mob)) - new_mob.gender = M.gender - new_mob.invisibility = 0 - new_mob.job = "Cyborg" - var/mob/living/silicon/robot/Robot = new_mob - Robot.lawupdate = FALSE - Robot.connected_ai = null - Robot.mmi.transfer_identity(M) //Does not transfer key/client. - Robot.clear_inherent_laws(0) - Robot.clear_zeroth_law(0) - - if("slime") - new_mob = new /mob/living/simple_animal/slime/random(M.loc) - - if("xeno") - var/Xe - if(M.ckey) - Xe = pick(/mob/living/carbon/alien/humanoid/hunter,/mob/living/carbon/alien/humanoid/sentinel) - else - Xe = pick(/mob/living/carbon/alien/humanoid/hunter,/mob/living/simple_animal/hostile/alien/sentinel) - new_mob = new Xe(M.loc) - - if("animal") - var/path = pick(/mob/living/simple_animal/hostile/carp, - /mob/living/simple_animal/hostile/bear, - /mob/living/simple_animal/hostile/mushroom, - /mob/living/simple_animal/hostile/statue, - /mob/living/simple_animal/hostile/retaliate/bat, - /mob/living/simple_animal/hostile/retaliate/goat, - /mob/living/simple_animal/hostile/killertomato, - /mob/living/simple_animal/hostile/poison/giant_spider, - /mob/living/simple_animal/hostile/poison/giant_spider/hunter, - /mob/living/simple_animal/hostile/blob/blobbernaut/independent, - /mob/living/simple_animal/hostile/carp/ranged, - /mob/living/simple_animal/hostile/carp/ranged/chaos, - /mob/living/simple_animal/hostile/asteroid/basilisk/watcher, - /mob/living/simple_animal/hostile/asteroid/goliath/beast, - /mob/living/simple_animal/hostile/headcrab, - /mob/living/simple_animal/hostile/morph, - /mob/living/simple_animal/hostile/megafauna/dragon/lesser, - /mob/living/simple_animal/hostile/gorilla, - /mob/living/simple_animal/parrot, - /mob/living/simple_animal/pet/dog/corgi, - /mob/living/simple_animal/crab, - /mob/living/simple_animal/pet/dog/pug, - /mob/living/simple_animal/pet/cat, - /mob/living/simple_animal/mouse, - /mob/living/simple_animal/chicken, - /mob/living/simple_animal/cow, - /mob/living/simple_animal/hostile/lizard, - /mob/living/simple_animal/pet/fox, - /mob/living/simple_animal/butterfly, - /mob/living/simple_animal/pet/cat/cak, - /mob/living/simple_animal/chick) - new_mob = new path(M.loc) - - if("humanoid") - new_mob = new /mob/living/carbon/human(M.loc) - - if(prob(50)) - var/list/chooseable_races = list() - for(var/speciestype in subtypesof(/datum/species)) - var/datum/species/S = speciestype - if(initial(S.changesource_flags) & WABBAJACK) - chooseable_races += speciestype - - if(chooseable_races.len) - new_mob.set_species(pick(chooseable_races)) - - var/datum/preferences/A = new() //Randomize appearance for the human - A.copy_to(new_mob, icon_updates=0) - - var/mob/living/carbon/human/H = new_mob - H.update_hair() - H.update_body_parts(TRUE) - H.dna.update_dna_identity() - - if(!new_mob) - return - - // Some forms can still wear some items - for(var/obj/item/W in contents) - new_mob.equip_to_appropriate_slot(W) - - M.log_message("became [new_mob.real_name]", LOG_ATTACK, color="orange") - - new_mob.a_intent = INTENT_HARM - - M.wabbajack_act(new_mob) - - to_chat(new_mob, "Your form morphs into that of a [randomize].") - - var/poly_msg = get_policy(POLICY_POLYMORPH) - if(poly_msg) - to_chat(new_mob, poly_msg) - - M.transfer_observers_to(new_mob) - - qdel(M) - return new_mob - -/obj/projectile/magic/animate - name = "bolt of animation" - icon_state = "red_1" - damage = 0 - damage_type = BURN - nodamage = TRUE - -/obj/projectile/magic/animate/on_hit(atom/target, blocked = FALSE) - target.animate_atom_living(firer) - ..() - -/atom/proc/animate_atom_living(mob/living/owner = null) - if((isitem(src) || isstructure(src)) && !is_type_in_list(src, GLOB.protected_objects)) - if(istype(src, /obj/structure/statue/petrified)) - var/obj/structure/statue/petrified/P = src - if(P.petrified_mob) - var/mob/living/L = P.petrified_mob - var/mob/living/simple_animal/hostile/statue/S = new(P.loc, owner) - S.name = "statue of [L.name]" - if(owner) - S.faction = list("[REF(owner)]") - S.icon = P.icon - S.icon_state = P.icon_state - S.copy_overlays(P, TRUE) - S.color = P.color - S.atom_colours = P.atom_colours.Copy() - if(L.mind) - L.mind.transfer_to(S) - if(owner) - to_chat(S, "You are an animate statue. You cannot move when monitored, but are nearly invincible and deadly when unobserved! Do not harm [owner], your creator.") - P.forceMove(S) - return - else - var/obj/O = src - if(istype(O, /obj/item/gun)) - new /mob/living/simple_animal/hostile/mimic/copy/ranged(loc, src, owner) - else - new /mob/living/simple_animal/hostile/mimic/copy(loc, src, owner) - - else if(istype(src, /mob/living/simple_animal/hostile/mimic/copy)) - // Change our allegiance! - var/mob/living/simple_animal/hostile/mimic/copy/C = src - if(owner) - C.ChangeOwner(owner) - -/obj/projectile/magic/spellblade - name = "blade energy" - icon_state = "lavastaff" - damage = 15 - damage_type = BURN - flag = "magic" - dismemberment = 50 - nodamage = FALSE - -/obj/projectile/magic/spellblade/on_hit(target) - if(ismob(target)) - var/mob/M = target - if(M.anti_magic_check()) - M.visible_message("[src] vanishes on contact with [target]!") - qdel(src) - return BULLET_ACT_BLOCK - . = ..() - -/obj/projectile/magic/arcane_barrage - name = "arcane bolt" - icon_state = "arcane_barrage" - damage = 20 - damage_type = BURN - nodamage = FALSE - armour_penetration = 0 - flag = "magic" - hitsound = 'sound/weapons/barragespellhit.ogg' - -/obj/projectile/magic/arcane_barrage/on_hit(target) - if(ismob(target)) - var/mob/M = target - if(M.anti_magic_check()) - M.visible_message("[src] vanishes on contact with [target]!") - qdel(src) - return BULLET_ACT_BLOCK - . = ..() - - -/obj/projectile/magic/locker - name = "locker bolt" - icon_state = "locker" - nodamage = TRUE - flag = "magic" - var/weld = TRUE - var/created = FALSE //prevents creation of more then one locker if it has multiple hits - var/locker_suck = TRUE - var/obj/structure/closet/locker_temp_instance = /obj/structure/closet/decay - -/obj/projectile/magic/locker/Initialize() - . = ..() - locker_temp_instance = new(src) - -/obj/projectile/magic/locker/prehit_pierce(atom/A) - . = ..() - if(isliving(A) && locker_suck) - var/mob/living/M = A - if(M.anti_magic_check()) // no this doesn't check if ..() returned to phase through do I care no it's magic ain't gotta explain shit - M.visible_message("[src] vanishes on contact with [A]!") - return PROJECTILE_DELETE_WITHOUT_HITTING - if(!locker_temp_instance.insertion_allowed(M)) - return - M.forceMove(src) - return PROJECTILE_PIERCE_PHASE - -/obj/projectile/magic/locker/on_hit(target) - if(created) - return ..() - if(LAZYLEN(contents)) - for(var/atom/movable/AM in contents) - locker_temp_instance.insert(AM) - locker_temp_instance.welded = weld - locker_temp_instance.update_appearance() - created = TRUE - return ..() - -/obj/projectile/magic/locker/Destroy() - locker_suck = FALSE - RemoveElement(/datum/element/connect_loc, projectile_connections) //We do this manually so the forcemoves don't "hit" us. This behavior is kinda dumb, someone refactor this - for(var/atom/movable/AM in contents) - AM.forceMove(get_turf(src)) - . = ..() - -/obj/structure/closet/decay - breakout_time = 600 - icon_welded = null - var/magic_icon = "cursed" - var/weakened_icon = "decursed" - var/auto_destroy = TRUE - -/obj/structure/closet/decay/Initialize() - . = ..() - if(auto_destroy) - addtimer(CALLBACK(src, PROC_REF(bust_open)), 5 MINUTES) - addtimer(CALLBACK(src, PROC_REF(magicly_lock)), 5) - -/obj/structure/closet/decay/proc/magicly_lock() - if(!welded) - return - icon_state = magic_icon - update_appearance() - -/obj/structure/closet/decay/after_weld(weld_state) - if(weld_state) - unmagify() - -/obj/structure/closet/decay/proc/decay() - animate(src, alpha = 0, time = 30) - addtimer(CALLBACK(GLOBAL_PROC, GLOBAL_PROC_REF(qdel), src), 30) - -/obj/structure/closet/decay/open(mob/living/user, force = FALSE) - . = ..() - if(.) - if(icon_state == magic_icon) //check if we used the magic icon at all before giving it the lesser magic icon - unmagify() - else - addtimer(CALLBACK(src, PROC_REF(decay)), 15 SECONDS) - -/obj/structure/closet/decay/proc/unmagify() - icon_state = weakened_icon - update_appearance() - addtimer(CALLBACK(src, PROC_REF(decay)), 15 SECONDS) - icon_welded = "welded" - -/obj/projectile/magic/flying - name = "bolt of flying" - icon_state = "flight" - -/obj/projectile/magic/flying/on_hit(target) - . = ..() - if(isliving(target)) - var/mob/living/L = target - if(L.anti_magic_check()) - L.visible_message("[src] vanishes on contact with [target]!") - return BULLET_ACT_BLOCK - var/atom/throw_target = get_edge_target_turf(L, angle2dir(Angle)) - L.throw_at(throw_target, 200, 4) - -/obj/projectile/magic/bounty - name = "bolt of bounty" - icon_state = "bounty" - -/obj/projectile/magic/bounty/on_hit(target) - . = ..() - if(isliving(target)) - var/mob/living/L = target - if(L.anti_magic_check() || !firer) - L.visible_message("[src] vanishes on contact with [target]!") - return BULLET_ACT_BLOCK - L.apply_status_effect(STATUS_EFFECT_BOUNTY, firer) - -/obj/projectile/magic/antimagic - name = "bolt of antimagic" - icon_state = "antimagic" - -/obj/projectile/magic/antimagic/on_hit(target) - . = ..() - if(isliving(target)) - var/mob/living/L = target - if(L.anti_magic_check()) - L.visible_message("[src] vanishes on contact with [target]!") - return BULLET_ACT_BLOCK - L.apply_status_effect(STATUS_EFFECT_ANTIMAGIC) - -/obj/projectile/magic/fetch - name = "bolt of fetching" - icon_state = "fetch" - -/obj/projectile/magic/fetch/on_hit(target) - . = ..() - if(isliving(target)) - var/mob/living/L = target - if(L.anti_magic_check() || !firer) - L.visible_message("[src] vanishes on contact with [target]!") - return BULLET_ACT_BLOCK - var/atom/throw_target = get_edge_target_turf(L, get_dir(L, firer)) - L.throw_at(throw_target, 200, 4) - -/obj/projectile/magic/sapping - name = "bolt of sapping" - icon_state = "sapping" - -/obj/projectile/magic/sapping/on_hit(target) - . = ..() - if(ismob(target)) - var/mob/M = target - if(M.anti_magic_check()) - M.visible_message("[src] vanishes on contact with [target]!") - return BULLET_ACT_BLOCK - SEND_SIGNAL(M, COMSIG_ADD_MOOD_EVENT, src, /datum/mood_event/sapped) - -/obj/projectile/magic/necropotence - name = "bolt of necropotence" - icon_state = "necropotence" - -/obj/projectile/magic/necropotence/on_hit(target) - . = ..() - if(isliving(target)) - var/mob/living/L = target - if(L.anti_magic_check() || !L.mind || !L.mind.hasSoul) - L.visible_message("[src] vanishes on contact with [target]!") - return BULLET_ACT_BLOCK - to_chat(L, "Your body feels drained and there is a burning pain in your chest.") - L.maxHealth -= 20 - L.health = min(L.health, L.maxHealth) - if(L.maxHealth <= 0) - to_chat(L, "Your weakened soul is completely consumed by the [src]!") - L.mind.hasSoul = FALSE - for(var/obj/effect/proc_holder/spell/spell in L.mind.spell_list) - spell.charge_counter = spell.charge_max - spell.recharging = FALSE - spell.update_appearance() - -/obj/projectile/magic/fortify - name = "bolt of light" - icon_state = "spark" - -/obj/projectile/magic/fortify/on_hit(target) - . = ..() - if(isliving(target)) - var/mob/living/L = target - if(L.anti_magic_check() || !L.mind || !L.mind.hasSoul) - L.visible_message("[src] vanishes on contact with [target]!") - return BULLET_ACT_BLOCK - to_chat(L, "You feel your body flood with magical strength! Your flesh feels cleansed, and somehow... tougher.") - L.maxHealth += 20 - L.heal_overall_damage(20, 20) - L.apply_damage(-200, CLONE)//cleanses cellular damage - if(L.mind.hasSoul == FALSE)//restores consumed souls - to_chat(L, "You feel a warm light in your chest... the [src] has restored something you'd long forgotten.") - L.mind.hasSoul = TRUE - if(L.hellbound == 1) - L.hellbound = 0//devil economy in shambles - for(var/obj/effect/proc_holder/spell/spell in L.mind.spell_list) - spell.charge_counter = spell.charge_max - spell.recharging = FALSE - spell.update_appearance() - -/obj/projectile/magic/wipe - name = "bolt of possession" - icon_state = "wipe" - -/obj/projectile/magic/wipe/on_hit(target) - . = ..() - if(iscarbon(target)) - var/mob/living/carbon/M = target - if(M.anti_magic_check()) - M.visible_message("[src] vanishes on contact with [target]!") - return BULLET_ACT_BLOCK - for(var/x in M.get_traumas())//checks to see if the victim is already going through possession - if(istype(x, /datum/brain_trauma/special/imaginary_friend/trapped_owner)) - M.visible_message("[src] vanishes on contact with [target]!") - return BULLET_ACT_BLOCK - to_chat(M, "Your mind has been opened to possession!") - possession_test(M) - return BULLET_ACT_HIT - -/obj/projectile/magic/wipe/proc/possession_test(mob/living/carbon/M) - var/datum/brain_trauma/special/imaginary_friend/trapped_owner/trauma = M.gain_trauma(/datum/brain_trauma/special/imaginary_friend/trapped_owner) - var/poll_message = "Do you want to play as [M.real_name]?" - if(M.mind && M.mind.assigned_role) - poll_message = "[poll_message] Job:[M.mind.assigned_role]." - if(M.mind && M.mind.special_role) - poll_message = "[poll_message] Status:[M.mind.special_role]." - else if(M.mind) - var/datum/antagonist/A = M.mind.has_antag_datum(/datum/antagonist/) - if(A) - poll_message = "[poll_message] Status:[A.name]." - var/list/mob/dead/observer/candidates = pollCandidatesForMob(poll_message, ROLE_PAI, null, FALSE, 100, M) - if(M.stat == DEAD)//boo. - return - if(LAZYLEN(candidates)) - var/mob/dead/observer/C = pick(candidates) - to_chat(M, "You have been noticed by a ghost and it has possessed you!") - var/oldkey = M.key - M.ghostize(0) - M.key = C.key - trauma.friend.key = oldkey - trauma.friend.reset_perspective(null) - trauma.friend.Show() - trauma.friend_initialized = TRUE - else - to_chat(M, "Your mind has managed to go unnoticed in the spirit world.") - qdel(trauma) - -/obj/projectile/magic/aoe - name = "Area Bolt" - desc = "What the fuck does this do?!" - damage = 0 - var/proxdet = TRUE - -/obj/projectile/magic/aoe/Range() - if(proxdet) - for(var/mob/living/L in range(1, get_turf(src))) - if(L.stat != DEAD && L != firer && !L.anti_magic_check()) - return Bump(L) - ..() - - -/obj/projectile/magic/aoe/lightning - name = "lightning bolt" - icon_state = "tesla_projectile" //Better sprites are REALLY needed and appreciated!~ - damage = 15 - damage_type = BURN - nodamage = FALSE - speed = 0.3 - flag = "magic" - - var/zap_power = 20000 - var/zap_range = 15 - var/zap_flags = ZAP_MOB_DAMAGE | ZAP_MOB_STUN | ZAP_OBJ_DAMAGE - var/chain - var/mob/living/caster - -/obj/projectile/magic/aoe/lightning/fire(setAngle) - if(caster) - chain = caster.Beam(src, icon_state = "lightning[rand(1, 12)]", time = INFINITY, maxdistance = INFINITY) - ..() - -/obj/projectile/magic/aoe/lightning/on_hit(target) - . = ..() - if(ismob(target)) - var/mob/M = target - if(M.anti_magic_check()) - visible_message("[src] fizzles on contact with [target]!") - qdel(src) - return BULLET_ACT_BLOCK - tesla_zap(src, zap_range, zap_power, zap_flags) - qdel(src) - -/obj/projectile/magic/aoe/lightning/Destroy() - qdel(chain) - . = ..() - -/obj/projectile/magic/aoe/fireball - name = "bolt of fireball" - icon_state = "fireball" - damage = 10 - damage_type = BRUTE - nodamage = FALSE - - //explosion values - var/exp_heavy = 0 - var/exp_light = 2 - var/exp_flash = 3 - var/exp_fire = 2 - -/obj/projectile/magic/aoe/fireball/on_hit(target) - . = ..() - if(ismob(target)) - var/mob/living/M = target - if(M.anti_magic_check()) - visible_message("[src] vanishes into smoke on contact with [target]!") - return BULLET_ACT_BLOCK - M.take_overall_damage(0,10) //between this 10 burn, the 10 brute, the explosion brute, and the onfire burn, your at about 65 damage if you stop drop and roll immediately - var/turf/T = get_turf(target) - explosion(T, -1, exp_heavy, exp_light, exp_flash, 0, flame_range = exp_fire) - -/obj/projectile/magic/aoe/fireball/infernal - name = "infernal fireball" - exp_heavy = -1 - exp_light = -1 - exp_flash = 4 - exp_fire= 5 - -/obj/projectile/magic/aoe/fireball/infernal/on_hit(target) - . = ..() - if(ismob(target)) - var/mob/living/M = target - if(M.anti_magic_check()) - return BULLET_ACT_BLOCK - var/turf/T = get_turf(target) - for(var/i=0, i<50, i+=10) - addtimer(CALLBACK(GLOBAL_PROC, GLOBAL_PROC_REF(explosion), T, -1, exp_heavy, exp_light, exp_flash, FALSE, FALSE, exp_fire), i) - -//still magic related, but a different path - -/obj/projectile/temp/chill - name = "bolt of chills" - icon_state = "ice_2" - damage = 0 - damage_type = BURN - nodamage = FALSE - armour_penetration = 100 - temperature = -200 // Cools you down greatly per hit - flag = "magic" - -/obj/projectile/magic/nothing - name = "bolt of nothing" diff --git a/code/modules/projectiles/projectile/magic/spellcard.dm b/code/modules/projectiles/projectile/magic/spellcard.dm deleted file mode 100644 index 464586d2f8a4..000000000000 --- a/code/modules/projectiles/projectile/magic/spellcard.dm +++ /dev/null @@ -1,6 +0,0 @@ -/obj/projectile/spellcard - name = "enchanted card" - desc = "A piece of paper enchanted to give it extreme durability and stiffness, along with a very hot burn to anyone unfortunate enough to get hit by a charged one." - icon_state = "spellcard" - damage_type = BURN - damage = 2 diff --git a/code/modules/research/designs.dm b/code/modules/research/designs.dm index 9bdc513289e1..5e45c756c881 100644 --- a/code/modules/research/designs.dm +++ b/code/modules/research/designs.dm @@ -138,16 +138,15 @@ other types of metals and chemistry for reagents). blueprints[1] = new /datum/design/c10mm() -/obj/item/disk/design_disk/adv/disposable_gun +/obj/item/disk/design_disk/disposable_gun name = "design disk - disposable gun" desc = "A design disk containing designs for a cheap and disposable gun." illustration = "gun" max_blueprints = 2 -/obj/item/disk/design_disk/adv/disposable_gun/Initialize() +/obj/item/disk/design_disk/disposable_gun/Initialize() . = ..() blueprints[1] = new /datum/design/disposable_gun() - blueprints[2] = new /datum/design/pizza_disposable_gun() /obj/item/disk/design_disk/clip_mechs name = "design disk - CLIP mecha modifications" diff --git a/code/modules/research/designs/weapon_designs.dm b/code/modules/research/designs/weapon_designs.dm index 5edbb4df1158..45d65ebf0753 100644 --- a/code/modules/research/designs/weapon_designs.dm +++ b/code/modules/research/designs/weapon_designs.dm @@ -650,14 +650,6 @@ build_path = /obj/item/gun/ballistic/automatic/pistol/disposable category = list("Imported") -/datum/design/pizza_disposable_gun - name = "Pizza Disposable Gun" - id = "disposable_pizza" - build_type = AUTOLATHE - materials = list(/datum/material/pizza = 4000) - build_path = /obj/item/gun/ballistic/automatic/pistol/disposable/pizza - category = list("Imported") - //SRM Ballistics /datum/design/doublebarrel name = "Double Barrel Shotgun" diff --git a/code/modules/research/experimentor.dm b/code/modules/research/experimentor.dm index 9016d60515e7..ce473ad739cb 100644 --- a/code/modules/research/experimentor.dm +++ b/code/modules/research/experimentor.dm @@ -355,16 +355,6 @@ C.name = "Cup of Suspicious Liquid" C.desc = "It has a large hazard symbol printed on the side in fading ink." investigate_log("Experimentor has made a cup of [chosenchem] coffee.", INVESTIGATE_EXPERIMENTOR) - else if(prob(EFFECT_PROB_VERYLOW-badThingCoeff)) - var/turf/start = get_turf(src) - var/mob/M = locate(/mob/living) in view(src, 3) - var/turf/MT = get_turf(M) - if(MT) - visible_message("[src] dangerously overheats, launching a flaming fuel orb!") - investigate_log("Experimentor has launched a fireball at [M]!", INVESTIGATE_EXPERIMENTOR) - var/obj/projectile/magic/aoe/fireball/FB = new /obj/projectile/magic/aoe/fireball(start) - FB.preparePixelProjectile(MT, start) - FB.fire() else if(prob(EFFECT_PROB_LOW-badThingCoeff)) visible_message("[src] malfunctions, melting [exp_on] and releasing a burst of flame!") explosion(loc, -1, 0, 0, 0, 0, flame_range = 2) diff --git a/code/modules/research/xenobiology/crossbreeding/_weapons.dm b/code/modules/research/xenobiology/crossbreeding/_weapons.dm index 29ea3fbd4298..ac663059d0c0 100644 --- a/code/modules/research/xenobiology/crossbreeding/_weapons.dm +++ b/code/modules/research/xenobiology/crossbreeding/_weapons.dm @@ -65,54 +65,3 @@ Slimecrossing Weapons /obj/item/shield/adamantineshield/ComponentInitialize() . = ..() AddComponent(/datum/component/two_handed, require_twohands=TRUE, force_wielded=15) - -//Bloodchiller - Chilling Green -/obj/item/gun/magic/bloodchill - name = "blood chiller" - desc = "A horrifying weapon made of your own bone and blood vessels. It shoots slowing globules of your own blood. Ech." - icon = 'icons/obj/slimecrossing.dmi' - icon_state = "bloodgun" - item_state = "bloodgun" - lefthand_file = 'icons/mob/inhands/weapons/guns_lefthand.dmi' - righthand_file = 'icons/mob/inhands/weapons/guns_righthand.dmi' - item_flags = ABSTRACT | DROPDEL - w_class = WEIGHT_CLASS_HUGE - slot_flags = NONE - force = 5 - max_charges = 1 //Recharging costs blood. - recharge_rate = 1 - ammo_type = /obj/item/ammo_casing/magic/bloodchill - fire_sound = 'sound/effects/attackblob.ogg' - -/obj/item/gun/magic/bloodchill/Initialize() - . = ..() - ADD_TRAIT(src, TRAIT_NODROP, HAND_REPLACEMENT_TRAIT) - -/obj/item/gun/magic/bloodchill/process() - charge_tick++ - if(charge_tick < recharge_rate || charges >= max_charges) - return 0 - charge_tick = 0 - var/mob/living/M = loc - if(istype(M) && M.blood_volume >= 20) - charges++ - M.blood_volume -= 20 - if(charges == 1) - recharge_newshot() - return 1 - -/obj/item/ammo_casing/magic/bloodchill - projectile_type = /obj/projectile/magic/bloodchill - -/obj/projectile/magic/bloodchill - name = "blood ball" - icon_state = "pulse0_bl" - damage = 0 - damage_type = OXY - nodamage = TRUE - hitsound = 'sound/effects/splat.ogg' - -/obj/projectile/magic/bloodchill/on_hit(mob/living/target) - . = ..() - if(isliving(target)) - target.apply_status_effect(/datum/status_effect/bloodchill) diff --git a/code/modules/research/xenobiology/crossbreeding/chilling.dm b/code/modules/research/xenobiology/crossbreeding/chilling.dm index 89fa16cca7f5..9fe7857c073b 100644 --- a/code/modules/research/xenobiology/crossbreeding/chilling.dm +++ b/code/modules/research/xenobiology/crossbreeding/chilling.dm @@ -235,29 +235,6 @@ Chilling extracts: user.visible_message("[src] lets out a peaceful ring as it shatters, but nothing happens...") ..() -/obj/item/slimecross/chilling/green - colour = "green" - effect_desc = "Creates a bone gun in the hand it is used in, which uses blood as ammo." - -/obj/item/slimecross/chilling/green/do_effect(mob/user) - var/which_hand = "l_hand" - if(!(user.active_hand_index % 2)) - which_hand = "r_hand" - var/mob/living/L = user - if(!istype(user)) - return - var/obj/item/held = L.get_active_held_item() //This should be itself, but just in case... - L.dropItemToGround(held) - var/obj/item/gun/magic/bloodchill/gun = new(user) - if(!L.put_in_hands(gun)) - qdel(gun) - user.visible_message("[src] flash-freezes [user]'s arm, cracking the flesh horribly!") - else - user.visible_message("[src] chills and snaps off the front of the bone on [user]'s arm, leaving behind a strange, gun-like structure!") - user.emote("scream") - L.apply_damage(30,BURN,which_hand) - ..() - /obj/item/slimecross/chilling/pink colour = "pink" effect_desc = "Creates a slime corgi puppy." diff --git a/code/modules/ruins/icemoonruin_code/hotsprings.dm b/code/modules/ruins/icemoonruin_code/hotsprings.dm deleted file mode 100644 index dd4d39e91a20..000000000000 --- a/code/modules/ruins/icemoonruin_code/hotsprings.dm +++ /dev/null @@ -1,56 +0,0 @@ -GLOBAL_LIST_EMPTY(cursed_minds) - -/** - * Turns whoever enters into a mob or random person - * - * If mob is chosen, turns the person into a random animal type - * If appearance is chosen, turns the person into a random human with a random species - * This changes name, and changes their DNA as well - * Random species is same as wizard swap event so people don't get killed ex: plasmamen - * Once the spring is used, it cannot be used by the same mind ever again - * After usage, teleports the user back to a random safe turf (so mobs are not killed by ice moon atmosphere) - * - */ - -/turf/open/water/cursed_spring - baseturfs = /turf/open/water/cursed_spring - planetary_atmos = TRUE - initial_gas_mix = ICEMOON_DEFAULT_ATMOS - -/turf/open/water/cursed_spring/Entered(atom/movable/thing, atom/oldLoc) - . = ..() - if(!isliving(thing)) - return - var/mob/living/L = thing - if(!L.client) - return - if(GLOB.cursed_minds[L.mind]) - return - GLOB.cursed_minds[L.mind] = TRUE - RegisterSignal(L.mind, COMSIG_PARENT_QDELETING, PROC_REF(remove_from_cursed)) - var/random_choice = pick("Mob", "Appearance") - switch(random_choice) - if("Mob") - L = wabbajack(L, "animal") - if("Appearance") - var/mob/living/carbon/human/H = wabbajack(L, "humanoid") - randomize_human(H) - var/list/all_species = list() - for(var/stype in subtypesof(/datum/species)) - var/datum/species/S = stype - if(initial(S.changesource_flags) & RACE_SWAP) - all_species += stype - var/random_race = pick(all_species) - H.set_species(random_race) - H.dna.unique_enzymes = H.dna.generate_unique_enzymes() - L = H - var/turf/T = find_safe_turf() - L.forceMove(T) - to_chat(L, "You blink and find yourself in [get_area_name(T)].") - -/** - * Deletes minds from the cursed minds list after their deletion - * - */ -/turf/open/water/cursed_spring/proc/remove_from_cursed(datum/mind/M) - GLOB.cursed_minds -= M diff --git a/code/modules/shuttle/special.dm b/code/modules/shuttle/special.dm index 2603d9ea3e24..1ddb26efba88 100644 --- a/code/modules/shuttle/special.dm +++ b/code/modules/shuttle/special.dm @@ -1,134 +1,5 @@ // Special objects for shuttle templates go here if nowhere else -// Wabbajack statue, a sleeping frog statue that shoots bolts of change if -// living carbons are put on its altar/tables - -/obj/machinery/power/emitter/energycannon/magical - name = "wabbajack statue" - desc = "Who am I? What is my purpose in life? What do I mean by who am I?" - projectile_type = /obj/projectile/magic/change - icon = 'icons/obj/machines/magic_emitter.dmi' - icon_state = "wabbajack_statue" - icon_state_on = "wabbajack_statue_on" - base_icon_state = "wabbajack_statue" - active = FALSE - allow_switch_interact = FALSE - var/list/active_tables = list() - var/tables_required = 2 - -/obj/machinery/power/emitter/energycannon/magical/Initialize() - . = ..() - if(prob(50)) - desc = "Oh no, not again." - update_appearance() - -/obj/machinery/power/emitter/energycannon/magical/update_icon_state() - . = ..() - icon_state = active ? icon_state_on : initial(icon_state) - -/obj/machinery/power/emitter/energycannon/magical/process() - . = ..() - if(active_tables.len >= tables_required) - if(!active) - visible_message("\ - [src] opens its eyes.") - active = TRUE - else - if(active) - visible_message("\ - [src] closes its eyes.") - active = FALSE - update_appearance() - -/obj/machinery/power/emitter/energycannon/magical/attackby(obj/item/W, mob/user, params) - return - -/obj/machinery/power/emitter/energycannon/magical/ex_act(severity) - return - -/obj/machinery/power/emitter/energycannon/magical/emag_act(mob/user) - return - -/obj/structure/table/abductor/wabbajack - name = "wabbajack altar" - desc = "Whether you're sleeping or waking, it's going to be quite chaotic." - max_integrity = 1000 - verb_say = "chants" - var/obj/machinery/power/emitter/energycannon/magical/our_statue - var/list/mob/living/sleepers = list() - var/never_spoken = TRUE - flags_1 = NODECONSTRUCT_1 - -/obj/structure/table/abductor/wabbajack/Initialize(mapload) - . = ..() - START_PROCESSING(SSobj, src) - -/obj/structure/table/abductor/wabbajack/Destroy() - STOP_PROCESSING(SSobj, src) - . = ..() - -/obj/structure/table/abductor/wabbajack/process() - var/area = orange(4, src) - if(!our_statue) - for(var/obj/machinery/power/emitter/energycannon/magical/M in area) - our_statue = M - break - - if(!our_statue) - name = "inert [initial(name)]" - return - else - name = initial(name) - - var/turf/T = get_turf(src) - var/list/found = list() - for(var/mob/living/carbon/C in T) - if(C.stat != DEAD) - found += C - - // New sleepers - for(var/i in found - sleepers) - var/mob/living/L = i - L.add_atom_colour("#800080", TEMPORARY_COLOUR_PRIORITY) - L.visible_message("A strange purple glow wraps itself around [L] as [L.p_they()] suddenly fall[L.p_s()] unconscious.", - "[desc]") - // Don't let them sit suround unconscious forever - addtimer(CALLBACK(src, PROC_REF(sleeper_dreams), L), 100) - - // Existing sleepers - for(var/i in found) - var/mob/living/L = i - L.SetSleeping(200) - - // Missing sleepers - for(var/i in sleepers - found) - var/mob/living/L = i - L.remove_atom_colour(TEMPORARY_COLOUR_PRIORITY, "#800080") - L.visible_message("The glow from [L] fades \ - away.") - L.grab_ghost() - - sleepers = found - - if(sleepers.len) - our_statue.active_tables |= src - if(never_spoken || prob(5)) - say(desc) - never_spoken = FALSE - else - our_statue.active_tables -= src - -/obj/structure/table/abductor/wabbajack/proc/sleeper_dreams(mob/living/sleeper) - if(sleeper in sleepers) - to_chat(sleeper, "While you slumber, you have the strangest dream, like you can see yourself from the outside.") - sleeper.ghostize(TRUE) - -/obj/structure/table/abductor/wabbajack/left - desc = "You sleep so it may wake." - -/obj/structure/table/abductor/wabbajack/right - desc = "It wakes so you may sleep." - // Bar staff, GODMODE mobs(as long as they stay in the shuttle) that just want to make sure people have drinks // and a good time. diff --git a/code/modules/spells/spell_types/aimed.dm b/code/modules/spells/spell_types/aimed.dm index 9e30c708774d..46737c5b5a99 100644 --- a/code/modules/spells/spell_types/aimed.dm +++ b/code/modules/spells/spell_types/aimed.dm @@ -2,7 +2,7 @@ /obj/effect/proc_holder/spell/aimed name = "aimed projectile spell" base_icon_state = "projectile" - var/projectile_type = /obj/projectile/magic/teleport + var/projectile_type = /obj/projectile var/deactive_msg = "You discharge your projectile..." var/active_msg = "You charge your projectile!" var/active_icon_state = "projectile" @@ -106,7 +106,7 @@ projectile_var_overrides = list("zap_range" = 15, "zap_power" = 20000, "zap_flags" = ZAP_MOB_DAMAGE) active_msg = "You energize your hands with arcane lightning!" deactive_msg = "You let the energy flow out of your hands back into yourself..." - projectile_type = /obj/projectile/magic/aoe/lightning + projectile_type = /obj/projectile/magic /obj/effect/proc_holder/spell/aimed/fireball name = "Fireball" @@ -118,7 +118,7 @@ invocation_type = INVOCATION_SHOUT range = 20 cooldown_min = 20 //10 deciseconds reduction per rank - projectile_type = /obj/projectile/magic/aoe/fireball + projectile_type = /obj/projectile/magic base_icon_state = "fireball" action_icon_state = "fireball0" sound = 'sound/magic/fireball.ogg' @@ -130,60 +130,3 @@ var/range = 6 + 2*spell_level projectile_var_overrides = list("range" = range) return ..() - -/obj/effect/proc_holder/spell/aimed/spell_cards - name = "Spell Cards" - desc = "Blazing hot rapid-fire homing cards. Send your foes to the shadow realm with their mystical power!" - school = "evocation" - charge_max = 50 - clothes_req = FALSE - invocation = "Sigi'lu M'Fan 'Tasia" - invocation_type = INVOCATION_SHOUT - range = 40 - cooldown_min = 10 - projectile_amount = 5 - projectiles_per_fire = 7 - projectile_type = /obj/projectile/spellcard - base_icon_state = "spellcard" - action_icon_state = "spellcard0" - var/datum/weakref/current_target_weakref - var/projectile_turnrate = 10 - var/projectile_pixel_homing_spread = 32 - var/projectile_initial_spread_amount = 30 - var/projectile_location_spread_amount = 12 - var/datum/component/lockon_aiming/lockon_component - ranged_clickcd_override = TRUE - -/obj/effect/proc_holder/spell/aimed/spell_cards/on_activation(mob/M) - QDEL_NULL(lockon_component) - lockon_component = M.AddComponent(/datum/component/lockon_aiming, 5, typecacheof(list(/mob/living)), 1, null, CALLBACK(src, PROC_REF(on_lockon_component))) - -/obj/effect/proc_holder/spell/aimed/spell_cards/proc/on_lockon_component(list/locked_weakrefs) - if(!length(locked_weakrefs)) - current_target_weakref = null - return - current_target_weakref = locked_weakrefs[1] - var/atom/A = current_target_weakref.resolve() - if(A) - var/mob/M = lockon_component.parent - M.face_atom(A) - -/obj/effect/proc_holder/spell/aimed/spell_cards/on_deactivation(mob/M) - QDEL_NULL(lockon_component) - -/obj/effect/proc_holder/spell/aimed/spell_cards/ready_projectile(obj/projectile/P, atom/target, mob/user, iteration) - if(current_target_weakref) - var/atom/A = current_target_weakref.resolve() - if(A && get_dist(A, user) < 7) - P.homing_turn_speed = projectile_turnrate - P.homing_inaccuracy_min = projectile_pixel_homing_spread - P.homing_inaccuracy_max = projectile_pixel_homing_spread - P.set_homing_target(current_target_weakref.resolve()) - var/rand_spr = rand() - var/total_angle = projectile_initial_spread_amount * 2 - var/adjusted_angle = total_angle - ((projectile_initial_spread_amount / projectiles_per_fire) * 0.5) - var/one_fire_angle = adjusted_angle / projectiles_per_fire - var/current_angle = iteration * one_fire_angle * rand_spr - (projectile_initial_spread_amount / 2) - P.pixel_x = rand(-projectile_location_spread_amount, projectile_location_spread_amount) - P.pixel_y = rand(-projectile_location_spread_amount, projectile_location_spread_amount) - P.preparePixelProjectile(target, user, null, current_angle) diff --git a/code/modules/spells/spell_types/charge.dm b/code/modules/spells/spell_types/charge.dm index 57325e685f4d..225c36580e49 100644 --- a/code/modules/spells/spell_types/charge.dm +++ b/code/modules/spells/spell_types/charge.dm @@ -51,20 +51,6 @@ I.used = FALSE charged_item = I break - else if(istype(item, /obj/item/gun/magic)) - var/obj/item/gun/magic/I = item - if(prob(80) && !I.can_charge) - I.max_charges-- - if(I.max_charges <= 0) - I.max_charges = 0 - burnt_out = TRUE - I.charges = I.max_charges - if(istype(item, /obj/item/gun/magic/wand) && I.max_charges != 0) - var/obj/item/gun/magic/W = item - W.icon_state = initial(W.icon_state) - I.recharge_newshot() - charged_item = I - break else if(istype(item, /obj/item/stock_parts/cell)) var/obj/item/stock_parts/cell/C = item if(!C.self_recharge) diff --git a/code/modules/spells/spell_types/devil.dm b/code/modules/spells/spell_types/devil.dm index b7da88dfe790..421b7f40f11c 100644 --- a/code/modules/spells/spell_types/devil.dm +++ b/code/modules/spells/spell_types/devil.dm @@ -84,7 +84,7 @@ invocation_type = INVOCATION_SHOUT range = 2 - projectile_type = /obj/projectile/magic/aoe/fireball/infernal + projectile_type = /obj/projectile/magic action_background_icon_state = "bg_demon" diff --git a/code/modules/spells/spell_types/infinite_guns.dm b/code/modules/spells/spell_types/infinite_guns.dm deleted file mode 100644 index 3f400a8fb4bc..000000000000 --- a/code/modules/spells/spell_types/infinite_guns.dm +++ /dev/null @@ -1,27 +0,0 @@ -/obj/effect/proc_holder/spell/targeted/infinite_guns - name = "Lesser Summon Guns" - desc = "Why reload when you have infinite guns? Summons an unending stream of bolt action rifles that deal little damage, but will knock targets down. Requires both hands free to use. Learning this spell makes you unable to learn Arcane Barrage." - invocation_type = "none" - include_user = TRUE - range = -1 - - school = "conjuration" - charge_max = 750 - clothes_req = TRUE - cooldown_min = 10 //Gun wizard - action_icon_state = "bolt_action" - var/summon_path = /obj/item/gun/ballistic/rifle/illestren/enchanted - -/obj/effect/proc_holder/spell/targeted/infinite_guns/cast(list/targets, mob/user = usr) - for(var/mob/living/carbon/C in targets) - C.drop_all_held_items() - var/GUN = new summon_path - C.put_in_hands(GUN) - -/obj/effect/proc_holder/spell/targeted/infinite_guns/gun - -/obj/effect/proc_holder/spell/targeted/infinite_guns/arcane_barrage - name = "Arcane Barrage" - desc = "Fire a torrent of arcane energy at your foes with this (powerful) spell. Deals much more damage than Lesser Summon Guns, but won't knock targets down. Requires both hands free to use. Learning this spell makes you unable to learn Lesser Summon Gun." - action_icon_state = "arcane_barrage" - summon_path = /obj/item/gun/ballistic/rifle/illestren/enchanted/arcane_barrage diff --git a/code/modules/spells/spell_types/rightandwrong.dm b/code/modules/spells/spell_types/rightandwrong.dm index e79ffb8a491e..ed6d9a9b957d 100644 --- a/code/modules/spells/spell_types/rightandwrong.dm +++ b/code/modules/spells/spell_types/rightandwrong.dm @@ -49,60 +49,8 @@ GLOBAL_LIST_INIT(summoned_guns, list( /obj/item/gun/energy/laser/scatter, /obj/item/gun/energy/gravity_gun)) -//if you add anything that isn't covered by the typepaths below, add it to summon_magic_objective_types -GLOBAL_LIST_INIT(summoned_magic, list( - /obj/item/book/granter/spell/fireball, - /obj/item/book/granter/spell/smoke, - /obj/item/book/granter/spell/blind, - /obj/item/book/granter/spell/mindswap, - /obj/item/book/granter/spell/forcewall, - /obj/item/book/granter/spell/knock, - /obj/item/book/granter/spell/barnyard, - /obj/item/book/granter/spell/charge, - /obj/item/book/granter/spell/summonitem, - /obj/item/gun/magic/wand/nothing, - /obj/item/gun/magic/wand/death, - /obj/item/gun/magic/wand/resurrection, - /obj/item/gun/magic/wand/polymorph, - /obj/item/gun/magic/wand/teleport, - /obj/item/gun/magic/wand/door, - /obj/item/gun/magic/wand/fireball, - /obj/item/gun/magic/staff/healing, - /obj/item/gun/magic/staff/door, - /obj/item/scrying, - /obj/item/voodoo, - /obj/item/warpwhistle, - /obj/item/clothing/suit/space/hardsuit/shielded/wizard, - /obj/item/immortality_talisman, - /obj/item/melee/ghost_sword)) - -GLOBAL_LIST_INIT(summoned_special_magic, list( - /obj/item/gun/magic/staff/change, - /obj/item/gun/magic/staff/animate, - /obj/item/storage/belt/wands/full, - /obj/item/antag_spawner/contract, - /obj/item/gun/magic/staff/chaos, - /obj/item/necromantic_stone, - /obj/item/blood_contract)) - -//everything above except for single use spellbooks, because they are counted separately (and are for basic bitches anyways) -GLOBAL_LIST_INIT(summoned_magic_objectives, list( - /obj/item/antag_spawner/contract, - /obj/item/blood_contract, - /obj/item/clothing/suit/space/hardsuit/shielded/wizard, - /obj/item/gun/magic, - /obj/item/immortality_talisman, - /obj/item/melee/ghost_sword, - /obj/item/necromantic_stone, - /obj/item/scrying, - /obj/item/spellbook, - /obj/item/storage/belt/wands/full, - /obj/item/voodoo, - /obj/item/warpwhistle)) - // If true, it's the probability of triggering "survivor" antag. GLOBAL_VAR_INIT(summon_guns_triggered, FALSE) -GLOBAL_VAR_INIT(summon_magic_triggered, FALSE) /proc/give_guns(mob/living/carbon/human/H) if(H.stat == DEAD || !(H.client)) @@ -125,54 +73,19 @@ GLOBAL_VAR_INIT(summon_magic_triggered, FALSE) to_chat(H, "\A [G] appears [in_hand ? "in your hand" : "at your feet"]!") -/proc/give_magic(mob/living/carbon/human/H) - if(H.stat == DEAD || !(H.client)) - return - if(H.mind) - if(iswizard(H) || H.mind.has_antag_datum(/datum/antagonist/survivalist/magic)) - return - - if(prob(GLOB.summon_magic_triggered) && !(H.mind.has_antag_datum(/datum/antagonist))) - H.mind.add_antag_datum(/datum/antagonist/survivalist/magic) - H.log_message("was made into a survivalist, and trusts no one!", LOG_ATTACK, color="red") - - var/magic_type = pick(GLOB.summoned_magic) - var/lucky = FALSE - if(prob(SPECIALIST_MAGIC_PROB)) - magic_type = pick(GLOB.summoned_special_magic) - lucky = TRUE - - var/obj/item/M = new magic_type(get_turf(H)) - playsound(get_turf(H),'sound/magic/summon_magic.ogg', 50, TRUE) - - var/in_hand = H.put_in_hands(M) - - to_chat(H, "\A [M] appears [in_hand ? "in your hand" : "at your feet"]!") - if(lucky) - to_chat(H, "You feel incredibly lucky.") - - -/proc/rightandwrong(summon_type, mob/user, survivor_probability) - if(user) //in this case either someone holding a spellbook or a badmin - to_chat(user, "You summoned [summon_type]!") - message_admins("[ADMIN_LOOKUPFLW(user)] summoned [summon_type]!") - log_game("[key_name(user)] summoned [summon_type]!") +/proc/rightandwrong(mob/user, survivor_probability) + if(user) //in this case someone is a badmin + to_chat(user, "You summoned guns!") + message_admins("[ADMIN_LOOKUPFLW(user)] summoned guns!") + log_game("[key_name(user)] summoned guns!") - if(summon_type == SUMMON_MAGIC) - GLOB.summon_magic_triggered = survivor_probability - else if(summon_type == SUMMON_GUNS) - GLOB.summon_guns_triggered = survivor_probability - else - CRASH("Bad summon_type given: [summon_type]") + GLOB.summon_guns_triggered = survivor_probability for(var/mob/living/carbon/human/H in GLOB.player_list) var/turf/T = get_turf(H) if(T && is_away_level(T)) continue - if(summon_type == SUMMON_MAGIC) - give_magic(H) - else - give_guns(H) + give_guns(H) /proc/summonevents() if(!SSevents.wizardmode) diff --git a/code/modules/spells/spell_types/shapeshift.dm b/code/modules/spells/spell_types/shapeshift.dm index 65eb0cebb2b3..254a43dc23af 100644 --- a/code/modules/spells/spell_types/shapeshift.dm +++ b/code/modules/spells/spell_types/shapeshift.dm @@ -19,7 +19,6 @@ var/mob/living/shapeshift_type var/list/possible_shapes = list(/mob/living/simple_animal/mouse,\ /mob/living/simple_animal/pet/dog/corgi,\ - /mob/living/simple_animal/hostile/carp/ranged/chaos,\ /mob/living/simple_animal/bot/secbot/ed209,\ /mob/living/simple_animal/hostile/poison/giant_spider/hunter/viper,\ /mob/living/simple_animal/hostile/construct/juggernaut) diff --git a/code/modules/uplink/uplink_items.dm b/code/modules/uplink/uplink_items.dm index f58f94df84dd..eaa0a631ec5d 100644 --- a/code/modules/uplink/uplink_items.dm +++ b/code/modules/uplink/uplink_items.dm @@ -1712,13 +1712,6 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) item = /obj/item/flashlight/lantern/syndicate restricted_species = list("moth") //End WS edit -/datum/uplink_item/race_restricted/syndigenetics - name = "Fire Breath" - desc = "One of our subsidiaries, 23AndMe, have recently found the formula of backtracking lizard's genetic trail and giving them the ability to breathe fire, much like their dragon ancestors." - cost = 5 - item = /obj/item/dnainjector/firebreath - restricted_species = list("lizard") - /datum/uplink_item/race_restricted/razorwing name = "Razorwing Implant" desc = "Put those wings to good use! This implant makes your wingtips razor sharp and gives you the ability to flourish them, slicing anyone in range." diff --git a/code/modules/vending/autodrobe.dm b/code/modules/vending/autodrobe.dm index 04ae257730f2..367c309d59a1 100644 --- a/code/modules/vending/autodrobe.dm +++ b/code/modules/vending/autodrobe.dm @@ -112,7 +112,6 @@ /obj/item/gohei = 1, /obj/item/clothing/suit/judgerobe = 1, /obj/item/clothing/head/powdered_wig = 1, - /obj/item/gun/magic/wand/nothing = 2, /obj/item/clothing/glasses/sunglasses/garb = 2, /obj/item/clothing/glasses/blindfold = 1, /obj/item/clothing/mask/muzzle = 2) diff --git a/shiptest.dme b/shiptest.dme index b8df46bc4017..630c5d479767 100644 --- a/shiptest.dme +++ b/shiptest.dme @@ -1352,7 +1352,6 @@ #include "code\game\objects\structures\fireplace.dm" #include "code\game\objects\structures\flora.dm" #include "code\game\objects\structures\fluff.dm" -#include "code\game\objects\structures\fugitive_role_spawners.dm" #include "code\game\objects\structures\ghost_role_spawners.dm" #include "code\game\objects\structures\girders.dm" #include "code\game\objects\structures\grille.dm" @@ -1704,7 +1703,6 @@ #include "code\modules\antagonists\ert\nanotrasen.dm" #include "code\modules\antagonists\ert\solgov.dm" #include "code\modules\antagonists\ert\syndicate.dm" -#include "code\modules\antagonists\fugitive\fugitive_outfits.dm" #include "code\modules\antagonists\gang\outfits.dm" #include "code\modules\antagonists\greentext\greentext.dm" #include "code\modules\antagonists\magic_servant\servant.dm" @@ -2133,7 +2131,6 @@ #include "code\modules\events\wizard\invincible.dm" #include "code\modules\events\wizard\lava.dm" #include "code\modules\events\wizard\madness.dm" -#include "code\modules\events\wizard\magicarp.dm" #include "code\modules\events\wizard\petsplosion.dm" #include "code\modules\events\wizard\race.dm" #include "code\modules\events\wizard\rpgloot.dm" @@ -3031,7 +3028,6 @@ #include "code\modules\projectiles\guns\ballistic.dm" #include "code\modules\projectiles\guns\energy.dm" #include "code\modules\projectiles\guns\gunhud.dm" -#include "code\modules\projectiles\guns\magic.dm" #include "code\modules\projectiles\guns\powered.dm" #include "code\modules\projectiles\guns\ballistic\assault.dm" #include "code\modules\projectiles\guns\ballistic\automatic.dm" @@ -3054,8 +3050,6 @@ #include "code\modules\projectiles\guns\energy\special.dm" #include "code\modules\projectiles\guns\energy\stun.dm" #include "code\modules\projectiles\guns\faction\gezena\energy_gunsword.dm" -#include "code\modules\projectiles\guns\magic\staff.dm" -#include "code\modules\projectiles\guns\magic\wand.dm" #include "code\modules\projectiles\guns\misc\beam_rifle.dm" #include "code\modules\projectiles\guns\misc\blastcannon.dm" #include "code\modules\projectiles\guns\misc\bow.dm" @@ -3065,7 +3059,6 @@ #include "code\modules\projectiles\guns\misc\syringe_gun.dm" #include "code\modules\projectiles\projectile\beams.dm" #include "code\modules\projectiles\projectile\bullets.dm" -#include "code\modules\projectiles\projectile\magic.dm" #include "code\modules\projectiles\projectile\bullets\_incendiary.dm" #include "code\modules\projectiles\projectile\bullets\dart_syringe.dm" #include "code\modules\projectiles\projectile\bullets\dnainjector.dm" @@ -3087,7 +3080,6 @@ #include "code\modules\projectiles\projectile\energy\nuclear_particle.dm" #include "code\modules\projectiles\projectile\energy\stun.dm" #include "code\modules\projectiles\projectile\energy\tesla.dm" -#include "code\modules\projectiles\projectile\magic\spellcard.dm" #include "code\modules\projectiles\projectile\reusable\_reusable.dm" #include "code\modules\projectiles\projectile\reusable\arrow.dm" #include "code\modules\projectiles\projectile\reusable\foam_dart.dm" @@ -3255,7 +3247,6 @@ #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\hotsprings.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" @@ -3315,7 +3306,6 @@ #include "code\modules\spells\spell_types\forcewall.dm" #include "code\modules\spells\spell_types\genetic.dm" #include "code\modules\spells\spell_types\godhand.dm" -#include "code\modules\spells\spell_types\infinite_guns.dm" #include "code\modules\spells\spell_types\inflict_handler.dm" #include "code\modules\spells\spell_types\knock.dm" #include "code\modules\spells\spell_types\lichdom.dm" From 5ee9a62c5b264289b07b81d9bc59b4d5515c960c Mon Sep 17 00:00:00 2001 From: Changelogs Date: Fri, 7 Jun 2024 01:06:51 -0500 Subject: [PATCH 03/22] Automatic changelog generation for PR #2877 [ci skip] --- html/changelogs/AutoChangeLog-pr-2877.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-2877.yml diff --git a/html/changelogs/AutoChangeLog-pr-2877.yml b/html/changelogs/AutoChangeLog-pr-2877.yml new file mode 100644 index 000000000000..42882de45c2d --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-2877.yml @@ -0,0 +1,5 @@ +author: FalloutFalcon +changes: + - {rscdel: Removed alot of magic cruft} + - {code_imp: Sorts gun defines into there own file} +delete-after: true From 6b05aed2790d0a99cf0cd5eabb7aa24e7646ce4f Mon Sep 17 00:00:00 2001 From: Sun-Soaked <45698967+Sun-Soaked@users.noreply.github.com> Date: Fri, 7 Jun 2024 02:06:38 -0400 Subject: [PATCH 04/22] Removes the Scary Comment Errorer (#3082) ## About The Pull Request ![image](https://github.com/shiptest-ss13/Shiptest/assets/45698967/2487a72a-73aa-4bb0-946a-d1ffd645cdd9) this ominous comment kept causing weird non-halting errors. But when you looked away, the errors would dissapear... Bugtesting this has convinced me the line is cursed and made evil by dark energies emanating from rylie so I'm gonna destroy it just to be safe ## Why It's Good For The Game Shiptest.exe creepypasta ## Changelog :cl: fix: removes a comment from apc.dm that was causing strange errors. /:cl: --- code/modules/power/apc.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/power/apc.dm b/code/modules/power/apc.dm index 3684d5ad8159..f21f95692234 100644 --- a/code/modules/power/apc.dm +++ b/code/modules/power/apc.dm @@ -217,8 +217,8 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/power/apc/auto_name, 25) // this allows the APC to be embedded in a wall, yet still inside an area if (building) setDir(ndir) - tdir = dir // to fix Vars bug -//!!!!!!!!!!!!!! FUCK YOU SINGLE LINE OF CODE!! FUCK YOU YOU PIECE OF SHIT!!!!! setDir(SOUTH) + tdir = dir// to fix Vars bug + switch(tdir) if(NORTH) if((pixel_y != initial(pixel_y)) && (pixel_y != 23)) From 5474eac08b7d035bbd28a1bf8ceb8abf780d0c1a Mon Sep 17 00:00:00 2001 From: Changelogs Date: Fri, 7 Jun 2024 01:20:57 -0500 Subject: [PATCH 05/22] Automatic changelog generation for PR #3082 [ci skip] --- html/changelogs/AutoChangeLog-pr-3082.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-3082.yml diff --git a/html/changelogs/AutoChangeLog-pr-3082.yml b/html/changelogs/AutoChangeLog-pr-3082.yml new file mode 100644 index 000000000000..fd21b0f418a1 --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-3082.yml @@ -0,0 +1,4 @@ +author: Sun-Soaked +changes: + - {bugfix: removes a comment from apc.dm that was causing strange errors.} +delete-after: true From af3f029fdede9c4b18dfb2fa5848ff165e300798 Mon Sep 17 00:00:00 2001 From: Theos Date: Fri, 7 Jun 2024 04:54:49 -0400 Subject: [PATCH 06/22] Gunslinger fix (#3081) ## About The Pull Request Revolvers no longer clamp their gunslinger spread bonus since negative recoil is applied effectively later ## Why It's Good For The Game This side towards enemy ## Changelog :cl: fix: gunslinger applies its spread reduction effect to revolvers /:cl: Signed-off-by: Theos --- code/modules/projectiles/guns/ballistic/revolver.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/projectiles/guns/ballistic/revolver.dm b/code/modules/projectiles/guns/ballistic/revolver.dm index c581c79442de..756a8aa9ca26 100644 --- a/code/modules/projectiles/guns/ballistic/revolver.dm +++ b/code/modules/projectiles/guns/ballistic/revolver.dm @@ -454,7 +454,6 @@ if(HAS_TRAIT(user, TRAIT_GUNSLINGER)) //gunslinger bonus total_spread += gunslinger_bonus - total_spread = clamp(total_spread,0,INFINITY) return ..(user, total_spread) From 9eae1c08e6f8bc2f15aa166d43dff0a1d66b4899 Mon Sep 17 00:00:00 2001 From: Changelogs Date: Fri, 7 Jun 2024 04:06:00 -0500 Subject: [PATCH 07/22] Automatic changelog generation for PR #3081 [ci skip] --- html/changelogs/AutoChangeLog-pr-3081.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-3081.yml diff --git a/html/changelogs/AutoChangeLog-pr-3081.yml b/html/changelogs/AutoChangeLog-pr-3081.yml new file mode 100644 index 000000000000..0bdc52c7cfc5 --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-3081.yml @@ -0,0 +1,4 @@ +author: SomeguyManperson +changes: + - {bugfix: gunslinger applies its spread reduction effect to revolvers} +delete-after: true From 3b4e076807df4f6dcfd80ff47b665ae97841d0f9 Mon Sep 17 00:00:00 2001 From: thgvr <81882910+thgvr@users.noreply.github.com> Date: Fri, 7 Jun 2024 13:48:09 -0700 Subject: [PATCH 08/22] [IDB IGNORE]Kepori Visual Overhaul (#2892) ## About The Pull Request KEPORI.... TWO!! ![PEGGLETWO](https://github.com/shiptest-ss13/Shiptest/assets/81882910/834f7caa-909c-44fc-9da1-959af0df189c) ![image](https://github.com/shiptest-ss13/Shiptest/assets/81882910/20990212-0539-4812-985a-d000d83127af) This PR aims mostly for parity with existing Kepori customization. A few customization options were removed as they didn't offer much. Also adds a new "Head Feathers" sprite accessory type so it's not tied to body, as well as cleaning up existing sprite accessories. I believe this iteration of Kepori is closer to the original vision of what they should be, and was held back for various reasons during the past iteration. I've spent a long time on this, and I think it has come out very very well. Credits to `spookypineapple` for his great help during this process. This doesn't include everything for now. I cut out some old jumpsuits that needed updating as I'd have to fully resprite them anyways. Some of them don't even have resprited human versions, so whatever. TODO: Literally everything else (not in this PR) ## Changelog :cl: imageadd: Kepori have been given a full visual overhaul. /:cl: --------- Co-authored-by: retlaw34 <58402542+retlaw34@users.noreply.github.com> Co-authored-by: CoreyLee Hassell --- code/__DEFINES/inventory.dm | 1 - code/__DEFINES/species_clothing_defines.dm | 12 +- code/__HELPERS/global_lists.dm | 1 + code/__HELPERS/mobs.dm | 1 + code/_globalvars/lists/flavor_misc.dm | 1 + code/game/objects/items/storage/backpack.dm | 2 +- code/modules/admin/create_mob.dm | 1 + code/modules/client/preferences.dm | 43 +- code/modules/client/preferences_savefile.dm | 7 +- code/modules/clothing/clothing.dm | 5 +- code/modules/clothing/glasses/hud.dm | 2 - code/modules/clothing/gloves/color.dm | 11 +- code/modules/clothing/gloves/miscellaneous.dm | 2 +- code/modules/clothing/head/helmet.dm | 2 + .../clothing/spacesuits/_spacesuits.dm | 2 +- code/modules/clothing/suits/armor.dm | 6 +- code/modules/clothing/suits/wintercoats.dm | 125 +++-- code/modules/clothing/under/jobs/cargo.dm | 14 +- code/modules/clothing/under/jobs/medical.dm | 2 +- code/modules/clothing/under/skirt_dress.dm | 2 +- code/modules/clothing/under/syndicate.dm | 26 +- .../new_player/sprite_accessories/kepori.dm | 53 ++- .../living/carbon/human/consistent_human.dm | 1 + .../mob/living/carbon/human/species.dm | 17 +- .../carbon/human/species_types/kepori.dm | 77 +++- .../living/carbon/human/species_types/vox.dm | 19 +- .../mob/living/carbon/human/update_icons.dm | 426 ++++++++++++------ .../surgery/bodyparts/robot_bodyparts.dm | 7 - code/modules/surgery/organs/eyes.dm | 3 + icons/blanks/64x64.dmi | Bin 0 -> 219 bytes icons/mob/augmentation/augments_kepori.dmi | Bin 1889 -> 1520 bytes icons/mob/augmentation/augments_keporiOLD.dmi | Bin 0 -> 1889 bytes icons/mob/clothing/species/kepori.dmi | Bin 4392 -> 3541 bytes .../species/kepori/underwear_legs_kepori.dmi | Bin 0 -> 330 bytes .../underwear_legs_keporiOLD.dmi} | Bin .../species/kepori/underwear_socks_kepori.dmi | Bin 0 -> 3276 bytes .../underwear_socks_keporiOLD.dmi} | Bin .../species/kepori/underwear_torso_kepori.dmi | Bin 0 -> 1112 bytes .../underwear_torso_keporiOLD.dmi} | Bin icons/mob/kepori_parts.dmi | Bin 7739 -> 0 bytes icons/mob/species/kepori/bodyparts.dmi | Bin 1368 -> 1480 bytes icons/mob/species/kepori/kepori_eyes.dmi | Bin 0 -> 361 bytes icons/mob/species/kepori/kepori_parts.dmi | Bin 0 -> 2824 bytes .../mob/species/kepori/onmob_belt_kepori.dmi | Bin 182 -> 184 bytes .../species/kepori/onmob_belt_keporiOLD.dmi | Bin 0 -> 182 bytes .../mob/species/kepori/onmob_ears_kepori.dmi | Bin 0 -> 184 bytes .../mob/species/kepori/onmob_eyes_kepori.dmi | Bin 312 -> 366 bytes .../species/kepori/onmob_eyes_keporiOLD.dmi | Bin 0 -> 312 bytes .../mob/species/kepori/onmob_feet_kepori.dmi | Bin 1743 -> 5438 bytes .../species/kepori/onmob_feet_keporiOLD.dmi | Bin 0 -> 1676 bytes .../mob/species/kepori/onmob_hands_kepori.dmi | Bin 393 -> 216 bytes .../species/kepori/onmob_hands_keporiOLD.dmi | Bin 0 -> 393 bytes .../mob/species/kepori/onmob_head_kepori.dmi | Bin 1169 -> 1224 bytes .../species/kepori/onmob_head_keporiOLD.dmi | Bin 0 -> 1164 bytes .../mob/species/kepori/onmob_mask_kepori.dmi | Bin 463 -> 211 bytes .../species/kepori/onmob_mask_keporiOLD.dmi | Bin 0 -> 463 bytes .../mob/species/kepori/onmob_suit_kepori.dmi | Bin 5080 -> 2350 bytes .../species/kepori/onmob_suit_keporiOLD.dmi | Bin 0 -> 5080 bytes .../species/kepori/onmob_uniform_kepori.dmi | Bin 34468 -> 3279 bytes .../kepori/onmob_uniform_keporiOLD.dmi | Bin 0 -> 35309 bytes 60 files changed, 615 insertions(+), 256 deletions(-) create mode 100644 icons/blanks/64x64.dmi create mode 100644 icons/mob/augmentation/augments_keporiOLD.dmi create mode 100644 icons/mob/clothing/underwear/species/kepori/underwear_legs_kepori.dmi rename icons/mob/clothing/underwear/species/{underwear_legs_kepori.dmi => kepori/underwear_legs_keporiOLD.dmi} (100%) create mode 100644 icons/mob/clothing/underwear/species/kepori/underwear_socks_kepori.dmi rename icons/mob/clothing/underwear/species/{underwear_socks_kepori.dmi => kepori/underwear_socks_keporiOLD.dmi} (100%) create mode 100644 icons/mob/clothing/underwear/species/kepori/underwear_torso_kepori.dmi rename icons/mob/clothing/underwear/species/{underwear_torso_kepori.dmi => kepori/underwear_torso_keporiOLD.dmi} (100%) delete mode 100644 icons/mob/kepori_parts.dmi create mode 100644 icons/mob/species/kepori/kepori_eyes.dmi create mode 100644 icons/mob/species/kepori/kepori_parts.dmi create mode 100644 icons/mob/species/kepori/onmob_belt_keporiOLD.dmi create mode 100644 icons/mob/species/kepori/onmob_ears_kepori.dmi create mode 100644 icons/mob/species/kepori/onmob_eyes_keporiOLD.dmi create mode 100644 icons/mob/species/kepori/onmob_feet_keporiOLD.dmi create mode 100644 icons/mob/species/kepori/onmob_hands_keporiOLD.dmi create mode 100644 icons/mob/species/kepori/onmob_head_keporiOLD.dmi create mode 100644 icons/mob/species/kepori/onmob_mask_keporiOLD.dmi create mode 100644 icons/mob/species/kepori/onmob_suit_keporiOLD.dmi create mode 100644 icons/mob/species/kepori/onmob_uniform_keporiOLD.dmi diff --git a/code/__DEFINES/inventory.dm b/code/__DEFINES/inventory.dm index 8cd775c06f77..64aa6aa52627 100644 --- a/code/__DEFINES/inventory.dm +++ b/code/__DEFINES/inventory.dm @@ -174,5 +174,4 @@ GLOBAL_LIST_INIT(security_wintercoat_allowed, typecacheof(list( /obj/item/tank/internals/plasmaman, /obj/item/toy))) -//WS Port - Internals checker #define GET_INTERNAL_SLOTS(C) list(C.head, C.wear_mask) diff --git a/code/__DEFINES/species_clothing_defines.dm b/code/__DEFINES/species_clothing_defines.dm index c74a20877348..517579192634 100644 --- a/code/__DEFINES/species_clothing_defines.dm +++ b/code/__DEFINES/species_clothing_defines.dm @@ -31,12 +31,12 @@ #define KEPORI_UNIFORM_PATH 'icons/mob/species/kepori/onmob_uniform_kepori.dmi' #define KEPORI_SHOES_PATH 'icons/mob/species/kepori/onmob_feet_kepori.dmi' #define KEPORI_SUIT_PATH 'icons/mob/species/kepori/onmob_suit_kepori.dmi' -//#define KEPORI_EARS_PATH 'icons/mob/species/kepori/onmob_ears_kepori.dmi' +#define KEPORI_EARS_PATH 'icons/mob/species/kepori/onmob_ears_kepori.dmi' #define KEPORI_MASK_PATH 'icons/mob/species/kepori/onmob_mask_kepori.dmi' #define KEPORI_HEAD_PATH 'icons/mob/species/kepori/onmob_head_kepori.dmi' +#define KEPORI_GLASSES_PATH 'icons/mob/species/kepori/onmob_eyes_kepori.dmi' #define KEPORI_GLOVES_PATH 'icons/mob/species/kepori/onmob_hands_kepori.dmi' -//#define KEPORI_BELT_PATH 'icons/mob/species/kepori/onmob_belt_kepori.dmi' -//#define KEPORI_GLASSES_PATH 'icons/mob/species/kepori/onmob_eyes_kepori.dmi' -#define KEPORI_UNDERWEAR_TORSO_PATH 'icons/mob/clothing/underwear/species/underwear_torso_kepori.dmi' -#define KEPORI_UNDERWEAR_LEGS_PATH 'icons/mob/clothing/underwear/species/underwear_legs_kepori.dmi' -#define KEPORI_UNDERWEAR_SOCKS_PATH 'icons/mob/clothing/underwear/species/underwear_socks_kepori.dmi' +#define KEPORI_BELT_PATH 'icons/mob/species/kepori/onmob_belt_kepori.dmi' +#define KEPORI_UNDERWEAR_TORSO_PATH 'icons/mob/clothing/underwear/species/kepori/underwear_torso_kepori.dmi' +#define KEPORI_UNDERWEAR_LEGS_PATH 'icons/mob/clothing/underwear/species/kepori/underwear_legs_kepori.dmi' +#define KEPORI_UNDERWEAR_SOCKS_PATH 'icons/mob/clothing/underwear/species/kepori/underwear_socks_kepori.dmi' diff --git a/code/__HELPERS/global_lists.dm b/code/__HELPERS/global_lists.dm index e44755574eea..5eb2686b2118 100644 --- a/code/__HELPERS/global_lists.dm +++ b/code/__HELPERS/global_lists.dm @@ -42,6 +42,7 @@ init_sprite_accessory_subtypes(/datum/sprite_accessory/spider_spinneret, GLOB.spider_spinneret_list) init_sprite_accessory_subtypes(/datum/sprite_accessory/kepori_feathers, GLOB.kepori_feathers_list) init_sprite_accessory_subtypes(/datum/sprite_accessory/kepori_body_feathers, GLOB.kepori_body_feathers_list) + init_sprite_accessory_subtypes(/datum/sprite_accessory/kepori_head_feathers, GLOB.kepori_head_feathers_list) init_sprite_accessory_subtypes(/datum/sprite_accessory/kepori_tail_feathers, GLOB.kepori_tail_feathers_list) init_sprite_accessory_subtypes(/datum/sprite_accessory/vox_head_quills, GLOB.vox_head_quills_list) init_sprite_accessory_subtypes(/datum/sprite_accessory/vox_neck_quills, GLOB.vox_neck_quills_list) diff --git a/code/__HELPERS/mobs.dm b/code/__HELPERS/mobs.dm index 63990e61ee33..6a3028443dcc 100644 --- a/code/__HELPERS/mobs.dm +++ b/code/__HELPERS/mobs.dm @@ -108,6 +108,7 @@ "ipc_chassis" = pick(GLOB.ipc_chassis_list), "ipc_screen" = pick(GLOB.ipc_screens_list), "kepori_body_feathers" = pick(GLOB.kepori_body_feathers_list), + "kepori_head_feathers" = pick(GLOB.kepori_head_feathers_list), "kepori_feathers" = pick(GLOB.kepori_feathers_list), "kepori_tail_feathers" = pick(GLOB.kepori_tail_feathers_list), "legs" = "Normal Legs", diff --git a/code/_globalvars/lists/flavor_misc.dm b/code/_globalvars/lists/flavor_misc.dm index f4f000be6d57..f9edbc500142 100644 --- a/code/_globalvars/lists/flavor_misc.dm +++ b/code/_globalvars/lists/flavor_misc.dm @@ -46,6 +46,7 @@ GLOBAL_LIST_EMPTY(spider_legs_list) GLOBAL_LIST_EMPTY(spider_spinneret_list) GLOBAL_LIST_EMPTY(kepori_feathers_list) GLOBAL_LIST_EMPTY(kepori_body_feathers_list) +GLOBAL_LIST_EMPTY(kepori_head_feathers_list) GLOBAL_LIST_EMPTY(kepori_tail_feathers_list) GLOBAL_LIST_EMPTY(vox_head_quills_list) GLOBAL_LIST_EMPTY(vox_neck_quills_list) diff --git a/code/game/objects/items/storage/backpack.dm b/code/game/objects/items/storage/backpack.dm index f8bb97d3a411..5d87b42b78e5 100644 --- a/code/game/objects/items/storage/backpack.dm +++ b/code/game/objects/items/storage/backpack.dm @@ -226,7 +226,7 @@ /obj/item/storage/backpack/satchel/leather name = "leather satchel" desc = "It's a very fancy satchel made with fine leather." - icon = 'icons/obj/storage.dmi' //WS Edit - Suitcases + icon = 'icons/obj/storage.dmi' icon_state = "satchel" item_state = "satchel" diff --git a/code/modules/admin/create_mob.dm b/code/modules/admin/create_mob.dm index 7d5dfccf2804..3b8c5191c9b6 100644 --- a/code/modules/admin/create_mob.dm +++ b/code/modules/admin/create_mob.dm @@ -42,6 +42,7 @@ H.dna.features["squid_face"] = pick(GLOB.squid_face_list) H.dna.features["kepori_feathers"] = pick(GLOB.kepori_feathers_list) H.dna.features["kepori_body_feathers"] = pick(GLOB.kepori_body_feathers_list) + H.dna.features["kepori_head_feathers"] = pick(GLOB.kepori_head_feathers_list) H.dna.features["vox_head_quills"] = pick(GLOB.vox_head_quills_list) H.dna.features["vox_neck_quills"] = pick(GLOB.vox_neck_quills_list) H.dna.features["elzu_horns"] = pick(GLOB.elzu_horns_list) diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index 662a549ca631..b9a4fb8f0ca3 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -114,9 +114,10 @@ GLOBAL_LIST_EMPTY(preferences_datums) "ipc_tail" = "None", "ipc_chassis" = "Morpheus Cyberkinetics (Custom)", "ipc_brain" = "Posibrain", - "kepori_feathers" = "Plain", - "kepori_body_feathers" = "Plain", - "kepori_tail_feathers" = "Fan", + "kepori_feathers" = "None", + "kepori_body_feathers" = "None", + "kepori_head_feathers" = "None", + "kepori_tail_feathers" = "None", "vox_head_quills" = "Plain", "vox_neck_quills" = "Plain", "elzu_horns" = "None", @@ -244,7 +245,7 @@ GLOBAL_LIST_EMPTY(preferences_datums) return #define APPEARANCE_CATEGORY_COLUMN "" -#define MAX_MUTANT_ROWS 4 +#define MAX_MUTANT_ROWS 5 /datum/preferences/proc/ShowChoices(mob/user) show_loadout = (current_tab != 1) ? show_loadout : FALSE @@ -728,6 +729,19 @@ GLOBAL_LIST_EMPTY(preferences_datums) dat += "" mutant_category = 0 + if("kepori_head_feathers" in pref_species.default_features) + if(!mutant_category) + dat += APPEARANCE_CATEGORY_COLUMN + + dat += "

Head Feathers

" + dat += "[features["kepori_head_feathers"]]
" + dat += "    Change
" + + mutant_category++ + if(mutant_category >= MAX_MUTANT_ROWS) + dat += "" + mutant_category = 0 + if("kepori_body_feathers" in pref_species.default_features) if(!mutant_category) dat += APPEARANCE_CATEGORY_COLUMN @@ -836,10 +850,17 @@ GLOBAL_LIST_EMPTY(preferences_datums) //Adds a thing to select which phobia because I can't be assed to put that in the quirks window if("Phobia" in all_quirks) + if(!mutant_category) + dat += APPEARANCE_CATEGORY_COLUMN dat += "

Phobia

" dat += "[phobia]
" + mutant_category++ + if(mutant_category >= MAX_MUTANT_ROWS) + dat += "" + mutant_category = 0 + if("Smoker" in all_quirks) dat += "

Smoker

" @@ -853,6 +874,14 @@ GLOBAL_LIST_EMPTY(preferences_datums) dat += "[features["body_size"]]
" + mutant_category++ + if(mutant_category >= MAX_MUTANT_ROWS) + dat += "" + mutant_category = 0 + + if(generic_adjective) + if(!mutant_category) + dat += APPEARANCE_CATEGORY_COLUMN dat += "

Character Adjective

" @@ -1970,6 +1999,12 @@ GLOBAL_LIST_EMPTY(preferences_datums) if (new_kepori_feathers) features["kepori_feathers"] = new_kepori_feathers + if("kepori_head_feathers") + var/new_kepori_feathers + new_kepori_feathers = input(user, "Choose your character's head feathers:", "Character Preference") as null|anything in GLOB.kepori_head_feathers_list + if (new_kepori_feathers) + features["kepori_head_feathers"] = new_kepori_feathers + if("kepori_body_feathers") var/new_kepori_feathers new_kepori_feathers = input(user, "Choose your character's body feathers:", "Character Preference") as null|anything in GLOB.kepori_body_feathers_list diff --git a/code/modules/client/preferences_savefile.dm b/code/modules/client/preferences_savefile.dm index b53d761c41da..3c3040f03906 100644 --- a/code/modules/client/preferences_savefile.dm +++ b/code/modules/client/preferences_savefile.dm @@ -438,6 +438,7 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car READ_FILE(S["feature_ipc_brain"], features["ipc_brain"]) READ_FILE(S["feature_kepori_feathers"], features["kepori_feathers"]) READ_FILE(S["feature_kepori_body_feathers"], features["kepori_body_feathers"]) + READ_FILE(S["feature_kepori_head_feathers"], features["kepori_head_feathers"]) READ_FILE(S["feature_kepori_tail_feathers"], features["kepori_tail_feathers"]) READ_FILE(S["feature_vox_head_quills"], features["vox_head_quills"]) READ_FILE(S["feature_vox_neck_quills"], features["vox_neck_quills"]) @@ -548,8 +549,9 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car features["ipc_chassis"] = sanitize_inlist(features["ipc_chassis"], GLOB.ipc_chassis_list) features["ipc_brain"] = sanitize_inlist(features["ipc_brain"], GLOB.ipc_brain_list) features["kepori_feathers"] = sanitize_inlist(features["kepori_feathers"], GLOB.kepori_feathers_list, "Plain") - features["kepori_body_feathers"] = sanitize_inlist(features["kepori_body_feathers"], GLOB.kepori_body_feathers_list, "Plain") - features["kepori_tail_feathers"] = sanitize_inlist(features["kepori_tail_feathers"], GLOB.kepori_tail_feathers_list, "Fan") + features["kepori_body_feathers"] = sanitize_inlist(features["kepori_body_feathers"], GLOB.kepori_body_feathers_list, "None") + features["kepori_head_feathers"] = sanitize_inlist(features["kepori_head_feathers"], GLOB.kepori_head_feathers_list, "None") + features["kepori_tail_feathers"] = sanitize_inlist(features["kepori_tail_feathers"], GLOB.kepori_tail_feathers_list, "None") features["vox_head_quills"] = sanitize_inlist(features["vox_head_quills"], GLOB.vox_head_quills_list, "None") features["vox_neck_quills"] = sanitize_inlist(features["vox_neck_quills"], GLOB.vox_neck_quills_list, "None") features["elzu_horns"] = sanitize_inlist(features["elzu_horns"], GLOB.elzu_horns_list) @@ -629,6 +631,7 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car WRITE_FILE(S["feature_ipc_brain"] , features["ipc_brain"]) WRITE_FILE(S["feature_kepori_feathers"] , features["kepori_feathers"]) WRITE_FILE(S["feature_kepori_body_feathers"], features["kepori_body_feathers"]) + WRITE_FILE(S["feature_kepori_head_feathers"], features["feature_kepori_head_feathers"]) WRITE_FILE(S["feature_kepori_tail_feathers"], features["kepori_tail_feathers"]) WRITE_FILE(S["feature_vox_head_quills"] , features["vox_head_quills"]) WRITE_FILE(S["feature_vox_neck_quills"] , features["vox_neck_quills"]) diff --git a/code/modules/clothing/clothing.dm b/code/modules/clothing/clothing.dm index b1e1cc1f2105..166f437dc3af 100644 --- a/code/modules/clothing/clothing.dm +++ b/code/modules/clothing/clothing.dm @@ -286,7 +286,7 @@ if("[layer]" in mob_species.offset_clothing) // This code taken from Baystation 12 - var/icon/final_I = icon('icons/blanks/32x32.dmi', "nothing") + var/icon/final_I = icon('icons/blanks/64x64.dmi', "nothing") var/list/shifts = mob_species.offset_clothing["[layer]"] // Apply all pixel shifts for each direction. @@ -294,9 +294,10 @@ var/list/facing_list = shifts[shift_facing] var/use_dir = text2num(shift_facing) var/icon/equip = icon(file2use, icon_state = state2use, dir = use_dir) - var/icon/canvas = icon('icons/blanks/32x32.dmi', "nothing") + var/icon/canvas = icon('icons/blanks/64x64.dmi', "nothing") canvas.Blend(equip, ICON_OVERLAY, facing_list["x"]+1, facing_list["y"]+1) final_I.Insert(canvas, dir = use_dir) + final_I = fcopy_rsc(final_I) GLOB.species_clothing_icons[mob_species.id]["[file2use]-[state2use]"] = final_I return TRUE diff --git a/code/modules/clothing/glasses/hud.dm b/code/modules/clothing/glasses/hud.dm index 385baa647432..0698981207bf 100644 --- a/code/modules/clothing/glasses/hud.dm +++ b/code/modules/clothing/glasses/hud.dm @@ -248,7 +248,6 @@ tint = 1 glass_colour_type = /datum/client_colour/glass_colour/gray - /obj/item/clothing/glasses/hud/spacecop/hidden // for the undercover cop name = "sunglasses" desc = "These sunglasses are special, and let you view potential criminals." @@ -274,4 +273,3 @@ desc = "A heads-up display that scans the humanoids in view and provides accurate data about their ID status and security records. This pair also corrects nearsightedness." icon_state = "prescriptionsecurityhud" vision_correction = 1 - diff --git a/code/modules/clothing/gloves/color.dm b/code/modules/clothing/gloves/color.dm index 06bd05a45795..cbac3e0e8901 100644 --- a/code/modules/clothing/gloves/color.dm +++ b/code/modules/clothing/gloves/color.dm @@ -220,7 +220,7 @@ icon_state = "nitrile" transfer_prints = FALSE carrytrait = TRAIT_QUICKER_CARRY - supports_variations = KEPORI_VARIATION + //supports_variations = KEPORI_VARIATION /obj/item/clothing/gloves/color/latex/nitrile/evil name = "red nitrile gloves" @@ -240,10 +240,8 @@ desc = "Overdesigned engineering gloves that have automated construction subrutines dialed in, allowing for faster construction while worn." icon = 'icons/obj/clothing/clockwork_garb.dmi' icon_state = "clockwork_gauntlets" - siemens_coefficient = 0 //WS Station eddit "Tinkers Gloves Insuls" - permeability_coefficient = 0.05 //WS Station eddit "Tinkers Gloves Insuls" - //siemens_coefficient = 0.8 WS Station eddit "Tinkers Gloves Insuls" - //permeability_coefficient = 0.3 WS Station eddit "Tinkers Gloves Insuls" + siemens_coefficient = 0 + permeability_coefficient = 0.05 carrytrait = TRAIT_QUICK_BUILD custom_materials = list(/datum/material/iron=2000, /datum/material/silver=1500, /datum/material/gold = 1000) @@ -276,7 +274,8 @@ /obj/item/clothing/gloves/color/light_brown = 1, /obj/item/clothing/gloves/color/brown = 1, /obj/item/clothing/gloves/color/white = 1, - /obj/item/clothing/gloves/color/rainbow = 1) + /obj/item/clothing/gloves/color/rainbow = 1, + ) /obj/item/clothing/gloves/maid name = "maid arm covers" diff --git a/code/modules/clothing/gloves/miscellaneous.dm b/code/modules/clothing/gloves/miscellaneous.dm index 314af8aaf44a..9d8db3c035d8 100644 --- a/code/modules/clothing/gloves/miscellaneous.dm +++ b/code/modules/clothing/gloves/miscellaneous.dm @@ -38,7 +38,7 @@ max_heat_protection_temperature = GLOVES_MAX_TEMP_PROTECT resistance_flags = NONE armor = list("melee" = 0, "bullet" = 0, "laser" = 0, "energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 80, "acid" = 50) - supports_variations = KEPORI_VARIATION + //supports_variations = KEPORI_VARIATION /obj/item/clothing/gloves/combat/maid name = "combat maid sleeves" diff --git a/code/modules/clothing/head/helmet.dm b/code/modules/clothing/head/helmet.dm index dee6b0d0c9ee..6648f6341196 100644 --- a/code/modules/clothing/head/helmet.dm +++ b/code/modules/clothing/head/helmet.dm @@ -500,6 +500,7 @@ icon_state = "inteq_swat" item_state = "inteq_swat" flags_inv = HIDEHAIR + supports_variations = KEPORI_VARIATION content_overlays = TRUE /obj/item/clothing/head/helmet/inteq @@ -508,6 +509,7 @@ icon_state = "inteq_helmet" icon_state = "inteq_helmet" can_flashlight = TRUE + supports_variations = KEPORI_VARIATION content_overlays = TRUE /obj/item/clothing/head/solgov diff --git a/code/modules/clothing/spacesuits/_spacesuits.dm b/code/modules/clothing/spacesuits/_spacesuits.dm index bd1817e1bf45..cb98f607089c 100644 --- a/code/modules/clothing/spacesuits/_spacesuits.dm +++ b/code/modules/clothing/spacesuits/_spacesuits.dm @@ -40,7 +40,7 @@ slowdown = 1 armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 100, "rad" = 50, "fire" = 80, "acid" = 70) flags_inv = HIDEGLOVES|HIDESHOES|HIDEJUMPSUIT - cold_protection = CHEST | GROIN | LEGS | FEET | ARMS | HANDS + cold_protection = CHEST|GROIN|LEGS|FEET|ARMS|HANDS min_cold_protection_temperature = SPACE_SUIT_MIN_TEMP_PROTECT heat_protection = CHEST|GROIN|LEGS|FEET|ARMS|HANDS max_heat_protection_temperature = SPACE_SUIT_MAX_TEMP_PROTECT diff --git a/code/modules/clothing/suits/armor.dm b/code/modules/clothing/suits/armor.dm index 889bcc0420f2..47ce052d5bec 100644 --- a/code/modules/clothing/suits/armor.dm +++ b/code/modules/clothing/suits/armor.dm @@ -34,7 +34,7 @@ desc = "A Type I armored vest that provides decent protection against most types of damage." icon_state = "armor_alt" item_state = "armoralt" - supports_variations = KEPORI_VARIATION + //supports_variations = KEPORI_VARIATION /obj/item/clothing/suit/armor/vest/marine name = "light tactical armor vest" @@ -326,7 +326,7 @@ desc = "A luxurious brown coat made from a crossweave of kevlar and ballistic fibre, the collar and wrist trims are made from genuine wolf fur. as protective as it is stylish." icon_state = "armor_inteq_battlecoat" item_state = "inteq_battlecoat" - supports_variations = DIGITIGRADE_VARIATION_NO_NEW_ICON | VOX_VARIATION | KEPORI_VARIATION + supports_variations = DIGITIGRADE_VARIATION_NO_NEW_ICON | VOX_VARIATION /obj/item/clothing/suit/armor/hos/inteq/honorable //Basically CC higherup clothing for inteq name = "honorable vanguard battlecoat" @@ -334,7 +334,7 @@ icon_state = "armor_inteq_honorable_battlecoat" item_state = "inteq_honorable_battlecoat" armor = list("melee" = 40, "bullet" = 50, "laser" = 50, "energy" = 40, "bomb" = 25, "bio" = 0, "rad" = 0, "fire" = 70, "acid" = 90) - supports_variations = DIGITIGRADE_VARIATION_NO_NEW_ICON | KEPORI_VARIATION + supports_variations = DIGITIGRADE_VARIATION_NO_NEW_ICON /obj/item/clothing/suit/armor/inteq/corpsman name = "inteq corpsman vest" diff --git a/code/modules/clothing/suits/wintercoats.dm b/code/modules/clothing/suits/wintercoats.dm index 588a8f1600de..9b141148e5a2 100644 --- a/code/modules/clothing/suits/wintercoats.dm +++ b/code/modules/clothing/suits/wintercoats.dm @@ -1,5 +1,7 @@ // WINTER COATS +//Someone please make the allowed lists globals or something + /obj/item/clothing/suit/hooded/wintercoat name = "winter coat" desc = "A heavy jacket made from 'synthetic' animal furs." @@ -10,14 +12,14 @@ body_parts_covered = CHEST|GROIN|ARMS cold_protection = CHEST|GROIN|ARMS min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT - armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 10, "rad" = 0, "fire" = 0, "acid" = 0) - allowed = list( /obj/item/flashlight, - /obj/item/tank/internals/emergency_oxygen, - /obj/item/tank/internals/plasmaman, - /obj/item/toy, - /obj/item/storage/fancy/cigarettes, - /obj/item/lighter, - ) + allowed = list( + /obj/item/flashlight, + /obj/item/tank/internals/emergency_oxygen, + /obj/item/tank/internals/plasmaman, + /obj/item/toy, + /obj/item/storage/fancy/cigarettes, + /obj/item/lighter, + ) /obj/item/clothing/head/hooded/winterhood name = "winter hood" @@ -29,13 +31,11 @@ cold_protection = HEAD min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT flags_inv = HIDEHAIR|HIDEEARS - armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 10, "rad" = 0, "fire" = 0, "acid" = 0) /obj/item/clothing/suit/hooded/wintercoat/captain name = "captain's winter coat" icon_state = "coatcaptain" item_state = "coatcaptain" - armor = list("melee" = 25, "bullet" = 30, "laser" = 30, "energy" = 40, "bomb" = 25, "bio" = 0, "rad" = 0, "fire" = 0, "acid" = 50) hoodtype = /obj/item/clothing/head/hooded/winterhood/captain /obj/item/clothing/suit/hooded/wintercoat/captain/Initialize() @@ -44,13 +44,11 @@ /obj/item/clothing/head/hooded/winterhood/captain icon_state = "hood_captain" - armor = list("melee" = 25, "bullet" = 30, "laser" = 30, "energy" = 40, "bomb" = 25, "bio" = 0, "rad" = 0, "fire" = 0, "acid" = 50) /obj/item/clothing/suit/hooded/wintercoat/security name = "security winter coat" icon_state = "coatsecurity" item_state = "coatsecurity" - armor = list("melee" = 25, "bullet" = 15, "laser" = 30, "energy" = 40, "bomb" = 25, "bio" = 0, "rad" = 0, "fire" = 0, "acid" = 45) hoodtype = /obj/item/clothing/head/hooded/winterhood/security /obj/item/clothing/suit/hooded/wintercoat/security/Initialize() @@ -59,19 +57,37 @@ /obj/item/clothing/head/hooded/winterhood/security icon_state = "hood_security" - armor = list("melee" = 25, "bullet" = 15, "laser" = 30, "energy" = 40, "bomb" = 25, "bio" = 0, "rad" = 0, "fire" = 0, "acid" = 45) /obj/item/clothing/suit/hooded/wintercoat/medical name = "medical winter coat" icon_state = "coatmedical" item_state = "coatmedical" - allowed = list(/obj/item/analyzer, /obj/item/sensor_device, /obj/item/stack/medical, /obj/item/dnainjector, /obj/item/reagent_containers/dropper, /obj/item/reagent_containers/syringe, /obj/item/reagent_containers/hypospray, /obj/item/healthanalyzer, /obj/item/flashlight/pen, /obj/item/reagent_containers/glass/bottle, /obj/item/reagent_containers/glass/beaker, /obj/item/reagent_containers/pill, /obj/item/storage/pill_bottle, /obj/item/paper, /obj/item/melee/classic_baton/telescopic, /obj/item/toy, /obj/item/storage/fancy/cigarettes, /obj/item/lighter, /obj/item/tank/internals/emergency_oxygen, /obj/item/tank/internals/plasmaman) - armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 50, "rad" = 0, "fire" = 0, "acid" = 45) hoodtype = /obj/item/clothing/head/hooded/winterhood/medical + allowed = list( + /obj/item/analyzer, + /obj/item/sensor_device, + /obj/item/stack/medical, + /obj/item/dnainjector, + /obj/item/reagent_containers/dropper, + /obj/item/reagent_containers/syringe, + /obj/item/reagent_containers/hypospray, + /obj/item/healthanalyzer, + /obj/item/flashlight/pen, + /obj/item/reagent_containers/glass/bottle, + /obj/item/reagent_containers/glass/beaker, + /obj/item/reagent_containers/pill, + /obj/item/storage/pill_bottle, + /obj/item/paper, + /obj/item/melee/classic_baton/telescopic, + /obj/item/toy, + /obj/item/storage/fancy/cigarettes, + /obj/item/lighter, + /obj/item/tank/internals/emergency_oxygen, + /obj/item/tank/internals/plasmaman, + ) /obj/item/clothing/head/hooded/winterhood/medical icon_state = "hood_medical" - armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 50, "rad" = 0, "fire" = 0, "acid" = 45) /obj/item/clothing/suit/hooded/wintercoat/medical/paramedic name = "paramedic winter coat" @@ -86,25 +102,52 @@ name = "science winter coat" icon_state = "coatscience" item_state = "coatscience" - allowed = list(/obj/item/analyzer, /obj/item/stack/medical, /obj/item/dnainjector, /obj/item/reagent_containers/dropper, /obj/item/reagent_containers/syringe, /obj/item/reagent_containers/hypospray, /obj/item/healthanalyzer, /obj/item/flashlight/pen, /obj/item/reagent_containers/glass/bottle, /obj/item/reagent_containers/glass/beaker, /obj/item/reagent_containers/pill, /obj/item/storage/pill_bottle, /obj/item/paper, /obj/item/melee/classic_baton/telescopic, /obj/item/toy, /obj/item/storage/fancy/cigarettes, /obj/item/lighter, /obj/item/tank/internals/emergency_oxygen, /obj/item/tank/internals/plasmaman) - armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 10, "bio" = 0, "rad" = 0, "fire" = 0, "acid" = 0) hoodtype = /obj/item/clothing/head/hooded/winterhood/science + allowed = list( + /obj/item/analyzer, + /obj/item/stack/medical, + /obj/item/dnainjector, + /obj/item/reagent_containers/dropper, + /obj/item/reagent_containers/syringe, + /obj/item/reagent_containers/hypospray, + /obj/item/healthanalyzer, + /obj/item/flashlight/pen, + /obj/item/reagent_containers/glass/bottle, + /obj/item/reagent_containers/glass/beaker, + /obj/item/reagent_containers/pill, + /obj/item/storage/pill_bottle, + /obj/item/paper, + /obj/item/melee/classic_baton/telescopic, + /obj/item/toy, + /obj/item/storage/fancy/cigarettes, + /obj/item/lighter, + /obj/item/tank/internals/emergency_oxygen, + /obj/item/tank/internals/plasmaman, + ) /obj/item/clothing/head/hooded/winterhood/science icon_state = "hood_science" - armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 10, "bio" = 0, "rad" = 0, "fire" = 0, "acid" = 0) /obj/item/clothing/suit/hooded/wintercoat/engineering name = "engineering winter coat" icon_state = "coatengineer" item_state = "coatengineer" - armor = list("melee" = 0, "bullet" = 0, "laser" = 0, "energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 20, "fire" = 30, "acid" = 45) - allowed = list(/obj/item/flashlight, /obj/item/tank/internals/emergency_oxygen, /obj/item/tank/internals/plasmaman, /obj/item/t_scanner, /obj/item/construction/rcd, /obj/item/pipe_dispenser, /obj/item/toy, /obj/item/storage/fancy/cigarettes, /obj/item/lighter) hoodtype = /obj/item/clothing/head/hooded/winterhood/engineering + allowed = list( + /obj/item/flashlight, + /obj/item/tank/internals/emergency_oxygen, + /obj/item/tank/internals/plasmaman, + /obj/item/t_scanner, + /obj/item/construction/rcd, + /obj/item/pipe_dispenser, + /obj/item/toy, + /obj/item/storage/fancy/cigarettes, + /obj/item/lighter, + ) + /obj/item/clothing/head/hooded/winterhood/engineering icon_state = "hood_engineer" - armor = list("melee" = 0, "bullet" = 0, "laser" = 0, "energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 20, "fire" = 30, "acid" = 45) /obj/item/clothing/suit/hooded/wintercoat/engineering/atmos name = "atmospherics winter coat" @@ -119,8 +162,22 @@ name = "hydroponics winter coat" icon_state = "coathydro" item_state = "coathydro" - allowed = list(/obj/item/reagent_containers/spray/plantbgone, /obj/item/plant_analyzer, /obj/item/seeds, /obj/item/reagent_containers/glass/bottle, /obj/item/cultivator, /obj/item/reagent_containers/spray/pestspray, /obj/item/hatchet, /obj/item/storage/bag/plants, /obj/item/toy, /obj/item/tank/internals/emergency_oxygen, /obj/item/tank/internals/plasmaman, /obj/item/storage/fancy/cigarettes, /obj/item/lighter) hoodtype = /obj/item/clothing/head/hooded/winterhood/hydro + allowed = list( + /obj/item/reagent_containers/spray/plantbgone, + /obj/item/plant_analyzer, + /obj/item/seeds, + /obj/item/reagent_containers/glass/bottle, + /obj/item/cultivator, + /obj/item/reagent_containers/spray/pestspray, + /obj/item/hatchet, + /obj/item/storage/bag/plants, + /obj/item/toy, + /obj/item/tank/internals/emergency_oxygen, + /obj/item/tank/internals/plasmaman, + /obj/item/storage/fancy/cigarettes, + /obj/item/lighter, + ) /obj/item/clothing/head/hooded/winterhood/hydro icon_state = "hood_hydro" @@ -138,13 +195,18 @@ name = "mining winter coat" icon_state = "coatminer" item_state = "coatminer" - allowed = list(/obj/item/pickaxe, /obj/item/flashlight, /obj/item/tank/internals/emergency_oxygen, /obj/item/tank/internals/plasmaman, /obj/item/toy, /obj/item/storage/fancy/cigarettes, /obj/item/lighter) - armor = list("melee" = 10, "bullet" = 0, "laser" = 0, "energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 0, "acid" = 0) hoodtype = /obj/item/clothing/head/hooded/winterhood/miner + allowed = list( + /obj/item/pickaxe, + /obj/item/flashlight, + /obj/item/tank/internals/emergency_oxygen, + /obj/item/toy, + /obj/item/storage/fancy/cigarettes, + /obj/item/lighter, + ) /obj/item/clothing/head/hooded/winterhood/miner icon_state = "hood_miner" - armor = list("melee" = 10, "bullet" = 0, "laser" = 0, "energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 0, "acid" = 0) // Inteq @@ -154,18 +216,17 @@ icon_state = "coatinteq" item_state = "coatinteq" hoodtype = /obj/item/clothing/head/hooded/winterhood/security/inteq - supports_variations = KEPORI_VARIATION + //supports_variations = KEPORI_VARIATION /obj/item/clothing/head/hooded/winterhood/security/inteq icon_state = "hood_inteq" - supports_variations = KEPORI_VARIATION + //supports_variations = KEPORI_VARIATION /obj/item/clothing/suit/hooded/wintercoat/security/inteq/alt name = "inteq hooded coat" desc = "A hooded coat with a fur trim around the hood, comfy! It has a small 'IRMG' embroidered onto the shoulder." icon_state = "coatinteq_alt" item_state = "coatinteq_alt" - armor = list("melee" = 25, "bullet" = 15, "laser" = 30, "energy" = 40, "bomb" = 25, "bio" = 0, "rad" = 0, "fire" = 0, "acid" = 45) hoodtype = /obj/item/clothing/head/hooded/winterhood/security/inteq/alt /obj/item/clothing/head/hooded/winterhood/security/inteq/alt @@ -173,15 +234,14 @@ desc = "A comfortable looking brown hood." icon_state = "hood_inteq_alt" item_state = "hood_inteq_alt" - armor = list("melee" = 25, "bullet" = 15, "laser" = 30, "energy" = 40, "bomb" = 25, "bio" = 0, "rad" = 0, "fire" = 0, "acid" = 45) // CentCom + /obj/item/clothing/suit/hooded/wintercoat/centcom name = "centcom winter coat" desc = "A luxurious winter coat woven in the bright green and gold colours of Central Command. It has a small pin in the shape of the Nanotrasen logo for a zipper." icon_state = "coatcentcom" item_state = "coatcentcom" - armor = list("melee" = 35, "bullet" = 40, "laser" = 40, "energy" = 50, "bomb" = 35, "bio" = 10, "rad" = 10, "fire" = 10, "acid" = 60) hoodtype = /obj/item/clothing/head/hooded/winterhood/centcom /obj/item/clothing/suit/hooded/wintercoat/centcom/Initialize(mapload) @@ -190,7 +250,6 @@ /obj/item/clothing/head/hooded/winterhood/centcom icon_state = "hood_centcom" - armor = list("melee" = 35, "bullet" = 40, "laser" = 40, "energy" = 50, "bomb" = 35, "bio" = 10, "rad" = 10, "fire" = 10, "acid" = 60) // SolGov @@ -199,9 +258,7 @@ desc = "An environment-resistant wintercoat in the colors of the Solarian Confederation." icon_state = "coatsolgov" item_state = "coatsolgov" - armor = list("melee" = 0, "bullet" = 0, "laser" = 0, "energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 20, "fire" = 30, "acid" = 45) hoodtype = /obj/item/clothing/head/hooded/winterhood/solgov /obj/item/clothing/head/hooded/winterhood/solgov icon_state = "hood_solgov" - armor = list("melee" = 0, "bullet" = 0, "laser" = 0, "energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 20, "fire" = 30, "acid" = 45) diff --git a/code/modules/clothing/under/jobs/cargo.dm b/code/modules/clothing/under/jobs/cargo.dm index 2341da5567a9..0af578bfd452 100644 --- a/code/modules/clothing/under/jobs/cargo.dm +++ b/code/modules/clothing/under/jobs/cargo.dm @@ -1,7 +1,7 @@ /obj/item/clothing/under/rank/cargo icon = 'icons/obj/clothing/under/cargo.dmi' mob_overlay_icon = 'icons/mob/clothing/under/cargo.dmi' - supports_variations = KEPORI_VARIATION + //supports_variations = KEPORI_VARIATION /obj/item/clothing/under/rank/cargo/qm name = "quartermaster's jumpsuit" @@ -16,7 +16,7 @@ item_state = "lb_suit" body_parts_covered = CHEST|GROIN|ARMS can_adjust = FALSE - supports_variations = DIGITIGRADE_VARIATION_NO_NEW_ICON | VOX_VARIATION | KEPORI_VARIATION + supports_variations = DIGITIGRADE_VARIATION_NO_NEW_ICON | VOX_VARIATION /obj/item/clothing/under/rank/cargo/tech name = "cargo technician's jumpsuit" @@ -24,7 +24,7 @@ icon_state = "cargotech" item_state = "lb_suit" body_parts_covered = CHEST|GROIN|ARMS - supports_variations = DIGITIGRADE_VARIATION | VOX_VARIATION | KEPORI_VARIATION + supports_variations = DIGITIGRADE_VARIATION | VOX_VARIATION alt_covers_chest = TRUE /obj/item/clothing/under/rank/cargo/tech/skirt @@ -33,7 +33,7 @@ icon_state = "cargo_skirt" item_state = "lb_suit" body_parts_covered = CHEST|GROIN|ARMS - supports_variations = DIGITIGRADE_VARIATION_NO_NEW_ICON | VOX_VARIATION | KEPORI_VARIATION + supports_variations = DIGITIGRADE_VARIATION_NO_NEW_ICON | VOX_VARIATION can_adjust = FALSE /obj/item/clothing/under/rank/cargo/miner @@ -43,7 +43,7 @@ item_state = "miner" armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 80, "acid" = 0) resistance_flags = NONE - supports_variations = KEPORI_VARIATION + //supports_variations = KEPORI_VARIATION /obj/item/clothing/under/rank/cargo/miner/lavaland desc = "A light uniform for operating in hazardous environments, manufactured en-masse by EXOCOM for the profitable frontier prospector market. Adventurous khaki jeans included." @@ -51,14 +51,14 @@ icon_state = "explorer" item_state = "explorer" can_adjust = TRUE - supports_variations = DIGITIGRADE_VARIATION | VOX_VARIATION | KEPORI_VARIATION + supports_variations = DIGITIGRADE_VARIATION | VOX_VARIATION /obj/item/clothing/under/rank/cargo/miner/hazard desc = "A thick jumpsuit with reflective stripes for hazardous, low-visibility environments. It's coated in a thick layer of asteroid dust." name = "asteroid miner's jumpsuit" icon_state = "hazard" item_state = "hazard" - supports_variations = DIGITIGRADE_VARIATION | KEPORI_VARIATION + supports_variations = DIGITIGRADE_VARIATION /obj/item/clothing/under/rank/cargo/miner/lavaland/old icon_state = "explorerold" diff --git a/code/modules/clothing/under/jobs/medical.dm b/code/modules/clothing/under/jobs/medical.dm index bf462c7fda4d..183e957d2338 100644 --- a/code/modules/clothing/under/jobs/medical.dm +++ b/code/modules/clothing/under/jobs/medical.dm @@ -174,7 +174,7 @@ desc = "A light white gown that allows easy access to any patient who wears this." icon_state = "gownwhite" item_state = "gownwhite" - supports_variations = DIGITIGRADE_VARIATION_NO_NEW_ICON | VOX_VARIATION | KEPORI_VARIATION + supports_variations = DIGITIGRADE_VARIATION_NO_NEW_ICON | VOX_VARIATION can_adjust = FALSE /obj/item/clothing/under/rank/medical/gown/green diff --git a/code/modules/clothing/under/skirt_dress.dm b/code/modules/clothing/under/skirt_dress.dm index 1dabceb6db24..f74748f71fbb 100644 --- a/code/modules/clothing/under/skirt_dress.dm +++ b/code/modules/clothing/under/skirt_dress.dm @@ -93,4 +93,4 @@ desc = "A pretty red dress with big pink ribbons attached. Intended to be worn by Kepori cosplayers, but also fits other species." icon_state = "rilena_dress" item_state = "rilena_dress" - supports_variations = KEPORI_VARIATION + //supports_variations = KEPORI_VARIATION diff --git a/code/modules/clothing/under/syndicate.dm b/code/modules/clothing/under/syndicate.dm index 9eb76ee6bf5e..85c9996489e2 100644 --- a/code/modules/clothing/under/syndicate.dm +++ b/code/modules/clothing/under/syndicate.dm @@ -7,7 +7,7 @@ alt_covers_chest = TRUE icon = 'icons/obj/clothing/under/syndicate.dmi' mob_overlay_icon = 'icons/mob/clothing/under/syndicate.dmi' - supports_variations = DIGITIGRADE_VARIATION | VOX_VARIATION | KEPORI_VARIATION + supports_variations = DIGITIGRADE_VARIATION | VOX_VARIATION /obj/item/clothing/under/syndicate/skirt name = "tactical skirtleneck" @@ -17,7 +17,7 @@ armor = list("melee" = 10, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 50, "acid" = 40) alt_covers_chest = TRUE can_adjust = FALSE - supports_variations = DIGITIGRADE_VARIATION_NO_NEW_ICON | VOX_VARIATION | KEPORI_VARIATION + supports_variations = DIGITIGRADE_VARIATION_NO_NEW_ICON | VOX_VARIATION /obj/item/clothing/under/syndicate/bloodred name = "blood-red sneaksuit" @@ -27,7 +27,7 @@ armor = list("melee" = 10, "bullet" = 10, "laser" = 10,"energy" = 10, "bomb" = 0, "bio" = 0, "rad" = 10, "fire" = 50, "acid" = 40) resistance_flags = FIRE_PROOF | ACID_PROOF can_adjust = FALSE - supports_variations = DIGITIGRADE_VARIATION | KEPORI_VARIATION + supports_variations = DIGITIGRADE_VARIATION /obj/item/clothing/under/syndicate/bloodred/sleepytime name = "blood-red pajamas" @@ -35,7 +35,7 @@ icon_state = "bloodred_pajamas" item_state = "bl_suit" armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 50, "acid" = 40) - supports_variations = DIGITIGRADE_VARIATION | KEPORI_VARIATION + supports_variations = DIGITIGRADE_VARIATION /obj/item/clothing/under/syndicate/tacticool name = "tacticool turtleneck" @@ -43,7 +43,7 @@ icon_state = "tactifool" item_state = "bl_suit" armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 50, "acid" = 40) - supports_variations = DIGITIGRADE_VARIATION | VOX_VARIATION | KEPORI_VARIATION + supports_variations = DIGITIGRADE_VARIATION | VOX_VARIATION /obj/item/clothing/under/syndicate/tacticool/skirt name = "tacticool skirtleneck" @@ -52,7 +52,7 @@ item_state = "bl_suit" armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 50, "acid" = 40) can_adjust = FALSE - supports_variations = DIGITIGRADE_VARIATION_NO_NEW_ICON | KEPORI_VARIATION + supports_variations = DIGITIGRADE_VARIATION_NO_NEW_ICON /obj/item/clothing/under/syndicate/sniper name = "Tactical turtleneck suit" @@ -75,7 +75,7 @@ desc = "With a suit lined with this many pockets, you are ready to operate." icon_state = "syndicate_combat" can_adjust = FALSE - supports_variations = DIGITIGRADE_VARIATION | KEPORI_VARIATION + supports_variations = DIGITIGRADE_VARIATION /obj/item/clothing/under/syndicate/rus_army name = "advanced military tracksuit" @@ -100,7 +100,7 @@ can_adjust = FALSE armor = list("melee" = 10, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 50, "acid" = 40) alt_covers_chest = TRUE - supports_variations = DIGITIGRADE_VARIATION | KEPORI_VARIATION + supports_variations = DIGITIGRADE_VARIATION /obj/item/clothing/under/syndicate/cybersun name = "cybersun jumpsuit" @@ -115,7 +115,7 @@ icon_state = "cybersun" armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 60, "acid" = 100) alt_covers_chest = TRUE - supports_variations = DIGITIGRADE_VARIATION | KEPORI_VARIATION + supports_variations = DIGITIGRADE_VARIATION /obj/item/clothing/under/syndicate/cybersun/officer name = "cybersun officer's suit" @@ -130,7 +130,7 @@ icon_state = "cybersun_med" permeability_coefficient = 0.5 armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 10, "rad" = 0, "fire" = 0, "acid" = 0) - supports_variations = DIGITIGRADE_VARIATION_NO_NEW_ICON | VOX_VARIATION | KEPORI_VARIATION + supports_variations = DIGITIGRADE_VARIATION_NO_NEW_ICON | VOX_VARIATION /obj/item/clothing/under/syndicate/medic/skirt name = "Cybersun medical jumpskirt" @@ -138,7 +138,7 @@ icon_state = "cybersun_med_skirt" body_parts_covered = CHEST|GROIN|ARMS can_adjust = FALSE - supports_variations = DIGITIGRADE_VARIATION_NO_NEW_ICON | VOX_VARIATION | KEPORI_VARIATION + supports_variations = DIGITIGRADE_VARIATION_NO_NEW_ICON | VOX_VARIATION /obj/item/clothing/under/syndicate/donk name = "Donk! Co. employee uniform" @@ -148,14 +148,14 @@ armor = list("melee" = 10, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 50, "acid" = 40) body_parts_covered = CHEST|GROIN|ARMS alt_covers_chest = TRUE - supports_variations = DIGITIGRADE_VARIATION | KEPORI_VARIATION + supports_variations = DIGITIGRADE_VARIATION /obj/item/clothing/under/syndicate/donk/qm name = "Donk! Co. manager uniform" desc = "The standard uniform of Donk Co. managers. Direct all complaints here." icon_state = "donk_qm" body_parts_covered = CHEST|GROIN|LEGS|ARMS - supports_variations = DIGITIGRADE_VARIATION | KEPORI_VARIATION + supports_variations = DIGITIGRADE_VARIATION /obj/item/clothing/suit/hazardvest/donk name = "Donk! Co. employee vest" diff --git a/code/modules/mob/dead/new_player/sprite_accessories/kepori.dm b/code/modules/mob/dead/new_player/sprite_accessories/kepori.dm index 4ed949c63ef8..9fd4579e46f8 100644 --- a/code/modules/mob/dead/new_player/sprite_accessories/kepori.dm +++ b/code/modules/mob/dead/new_player/sprite_accessories/kepori.dm @@ -1,10 +1,9 @@ -//Kepori mutant parts - -//Start head feathers +// "Hair" feathers /datum/sprite_accessory/kepori_feathers color_src = HAIR - icon = 'icons/mob/kepori_parts.dmi' + body_zone = BODY_ZONE_HEAD + icon = 'icons/mob/species/kepori/kepori_parts.dmi' /datum/sprite_accessory/kepori_feathers/none name = "None" @@ -37,10 +36,6 @@ name = "Spikey" icon_state = "spikey" -/datum/sprite_accessory/kepori_feathers/soap - name = "Soap" - icon_state = "soap" - /datum/sprite_accessory/kepori_feathers/crowned name = "Crowned" icon_state = "crowned" @@ -57,40 +52,60 @@ name = "Bun" icon_state = "bun" -//Start body feathers +// Head/Face feathers + +/datum/sprite_accessory/kepori_head_feathers + color_src = MUTCOLORS_SECONDARY + body_zone = BODY_ZONE_HEAD + icon = 'icons/mob/species/kepori/kepori_parts.dmi' + +/datum/sprite_accessory/kepori_head_feathers/none + name = "None" + +/datum/sprite_accessory/kepori_head_feathers/full + name = "Full" + icon_state = "full" + +/datum/sprite_accessory/kepori_head_feathers/half + name = "Half" + icon_state = "half" + +// Body feathers /datum/sprite_accessory/kepori_body_feathers color_src = MUTCOLORS_SECONDARY - icon = 'icons/mob/kepori_parts.dmi' + body_zone = BODY_ZONE_CHEST + icon = 'icons/mob/species/kepori/kepori_parts.dmi' /datum/sprite_accessory/kepori_body_feathers/none name = "None" -/datum/sprite_accessory/kepori_body_feathers/aftik - name = "Aftik" - icon_state = "aftik" - /datum/sprite_accessory/kepori_body_feathers/belly name = "Belly" icon_state = "belly" -/datum/sprite_accessory/kepori_body_feathers/shirt - name = "Shirt" - icon_state = "shirt" +/datum/sprite_accessory/kepori_body_feathers/belly_wings + name = "Belly + Wings" + icon_state = "bwings" /datum/sprite_accessory/kepori_body_feathers/soap name = "Soap" icon_state = "soap" +/datum/sprite_accessory/kepori_body_feathers/soap_wings + name = "Soap + Wings" + icon_state = "swings" + /datum/sprite_accessory/kepori_body_feathers/wings name = "Wings" icon_state = "wings" -//Start tail feathers +// Tail feathers /datum/sprite_accessory/kepori_tail_feathers color_src = MUTCOLORS_SECONDARY - icon = 'icons/mob/kepori_parts.dmi' + body_zone = BODY_ZONE_CHEST + icon = 'icons/mob/species/kepori/kepori_parts.dmi' /datum/sprite_accessory/kepori_tail_feathers/none name = "None" diff --git a/code/modules/mob/living/carbon/human/consistent_human.dm b/code/modules/mob/living/carbon/human/consistent_human.dm index e63adffeee48..86e6e08c4367 100644 --- a/code/modules/mob/living/carbon/human/consistent_human.dm +++ b/code/modules/mob/living/carbon/human/consistent_human.dm @@ -31,6 +31,7 @@ dna.features["spider_spinneret"] = GLOB.spider_spinneret_list[hex2num(copytext(seed, 11, 12)) % length(GLOB.spider_spinneret_list) + 1] dna.features["kepori_feathers"] = GLOB.kepori_feathers_list[hex2num(copytext(seed, 12, 13)) % length(GLOB.kepori_feathers_list) + 1] dna.features["kepori_body_feathers"] = GLOB.kepori_body_feathers_list[hex2num(copytext(seed, 13, 14)) % length(GLOB.kepori_body_feathers_list) + 1] + dna.features["kepori_head_feathers"] = GLOB.kepori_head_feathers_list[hex2num(copytext(seed, 13, 14)) % length(GLOB.kepori_head_feathers_list) + 1] dna.features["vox_head_quills"] = GLOB.vox_head_quills_list[hex2num(copytext(seed, 14, 15)) % length(GLOB.vox_head_quills_list) + 1] dna.features["vox_neck_quills"] = GLOB.vox_neck_quills_list[hex2num(copytext(seed, 15, 16)) % length(GLOB.vox_neck_quills_list) + 1] dna.features["elzu_horns"] = GLOB.elzu_horns_list[hex2num(copytext(seed, 16, 17)) % length(GLOB.elzu_horns_list) + 1] diff --git a/code/modules/mob/living/carbon/human/species.dm b/code/modules/mob/living/carbon/human/species.dm index 166d2d4e83a0..e848bc01d251 100644 --- a/code/modules/mob/living/carbon/human/species.dm +++ b/code/modules/mob/living/carbon/human/species.dm @@ -688,16 +688,27 @@ GLOBAL_LIST_EMPTY(roundstart_races) var/obj/item/organ/eyes/eyes = H.getorganslot(ORGAN_SLOT_EYES) var/mutable_appearance/eye_overlay var/mutable_appearance/sclera_overlay + if(eyes) if(!HAS_TRAIT(H, TRAIT_EYESCLOSED) && !(H.stat == DEAD)) - eye_overlay = mutable_appearance(species_eye_path || 'icons/mob/human_face.dmi', eyes.eye_icon_state, -BODYPARTS_LAYER) - sclera_overlay = mutable_appearance('icons/mob/human_face.dmi', eyes.sclera_icon_state, -BODYPARTS_LAYER) + + if(iskepori(H)) // Kepori need sclera but don't fit the normal silhouette, so this needs changing. Make better later. + eye_overlay = mutable_appearance('icons/mob/species/kepori/kepori_eyes.dmi', eyes.eye_icon_state, -BODYPARTS_LAYER) + sclera_overlay = mutable_appearance('icons/mob/species/kepori/kepori_eyes.dmi', eyes.sclera_icon_state, -BODYPARTS_LAYER) + + else + eye_overlay = mutable_appearance(species_eye_path || 'icons/mob/human_face.dmi', eyes.eye_icon_state, -BODYPARTS_LAYER) + sclera_overlay = mutable_appearance('icons/mob/human_face.dmi', eyes.sclera_icon_state, -BODYPARTS_LAYER) + if((EYECOLOR in species_traits) && eyes) eye_overlay.color = "#" + H.eye_color + if((SCLERA in species_traits) && eyes) sclera_overlay.color = "#" + H.sclera_color standing += sclera_overlay + standing += eye_overlay + if(EMOTE_OVERLAY in species_traits) // blush if (HAS_TRAIT(H, TRAIT_BLUSHING)) // Caused by either the *blush emote or the "drunk" mood event @@ -939,6 +950,8 @@ GLOBAL_LIST_EMPTY(roundstart_races) S = GLOB.spider_spinneret_list[H.dna.features["spider_spinneret"]] if("kepori_body_feathers") S = GLOB.kepori_body_feathers_list[H.dna.features["kepori_body_feathers"]] + if("kepori_head_feathers") + S = GLOB.kepori_head_feathers_list[H.dna.features["kepori_head_feathers"]] if("kepori_tail_feathers") S = GLOB.kepori_tail_feathers_list[H.dna.features["kepori_tail_feathers"]] if("kepori_feathers") diff --git a/code/modules/mob/living/carbon/human/species_types/kepori.dm b/code/modules/mob/living/carbon/human/species_types/kepori.dm index 5693c646cf3f..3278d3d77c1e 100644 --- a/code/modules/mob/living/carbon/human/species_types/kepori.dm +++ b/code/modules/mob/living/carbon/human/species_types/kepori.dm @@ -2,10 +2,10 @@ name = "\improper Kepori" id = SPECIES_KEPORI default_color = "6060FF" - species_traits = list(MUTCOLORS, EYECOLOR, MUTCOLORS_SECONDARY) + species_traits = list(SCLERA, MUTCOLORS, EYECOLOR, MUTCOLORS_SECONDARY) inherent_traits = list(TRAIT_SCOOPABLE) - mutant_bodyparts = list("kepori_body_feathers", "kepori_tail_feathers", "kepori_feathers") - default_features = list("mcolor" = "0F0", "wings" = "None", "kepori_feathers" = "Plain", "kepori_body_feathers" = "Plain", "kepori_tail_feathers" = "Fan", "body_size" = "Normal") + mutant_bodyparts = list("kepori_body_feathers", "kepori_head_feathers", "kepori_tail_feathers", "kepori_feathers") + default_features = list("mcolor" = "0F0", "wings" = "None", "kepori_feathers" = "None", "kepori_head_feathers" = "None", "kepori_body_feathers" = "None", "kepori_tail_feathers" = "None") meat = /obj/item/reagent_containers/food/snacks/meat/slab/chicken disliked_food = FRIED | GROSS | CLOTH liked_food = MEAT | GORE @@ -15,7 +15,7 @@ attack_sound = 'sound/weapons/slash.ogg' miss_sound = 'sound/weapons/slashmiss.ogg' species_clothing_path = 'icons/mob/clothing/species/kepori.dmi' - species_eye_path = 'icons/mob/kepori_parts.dmi' + species_eye_path = 'icons/mob/species/kepori/kepori_eyes.dmi' heatmod = 0.67 coldmod = 1.5 brutemod = 1.5 @@ -57,17 +57,64 @@ species_robotic_l_leg = /obj/item/bodypart/leg/left/robot/surplus/kepori species_robotic_r_leg = /obj/item/bodypart/leg/right/robot/surplus/kepori + robotic_eyes = /obj/item/organ/eyes/robotic/kepori + /datum/species/kepori/New() . = ..() // This is in new because "[HEAD_LAYER]" etc. is NOT a constant compile-time value. For some reason. // Why not just use HEAD_LAYER? Well, because HEAD_LAYER is a number, and if you try to use numbers as indexes, // BYOND will try to make it an ordered list. So, we have to use a string. This is annoying, but it's the only way to do it smoothly. offset_clothing = list( - "[HEAD_LAYER]" = list("[NORTH]" = list("x" = 0, "y" = -4), "[EAST]" = list("x" = 4, "y" = -4), "[SOUTH]" = list("x" = 0, "y" = -4), "[WEST]" = list("x" = -4, "y" = -4)), - "[GLASSES_LAYER]" = list("[NORTH]" = list("x" = 0, "y" = -4), "[EAST]" = list("x" = 4, "y" = -4), "[SOUTH]" = list("x" = 0, "y" = -4), "[WEST]" = list("x" = -4, "y" = -4)), - "[FACEMASK_LAYER]" = list("[NORTH]" = list("x" = 0, "y" = -5), "[EAST]" = list("x" = 4, "y" = -5), "[SOUTH]" = list("x" = 0, "y" = -5), "[WEST]" = list("x" = -4, "y" = -5)), + "[HEAD_LAYER]" = list( + "[NORTH]" = list("x" = 8, "y" = -3), + "[EAST]" = list("x" = 19, "y" = -3), //ISSUE: The head sprites seem to be cut off when given an offset this large, combined with kepori offset + "[SOUTH]" = list("x" = 8, "y" = -3), + "[WEST]" = list("x" = -3, "y" = -3) + ), + "[GLASSES_LAYER]" = list( + "[NORTH]" = list("x" = 8, "y" = -3), + "[EAST]" = list("x" = 19, "y" = -3), + "[SOUTH]" = list("x" = 8, "y" = -3), + "[WEST]" = list("x" = -3, "y" = -3) + ), + "[FACEMASK_LAYER]" = list( + "[NORTH]" = list("x" = 8, "y" = -3), + "[EAST]" = list("x" = 19, "y" = -3), + "[SOUTH]" = list("x" = 8, "y" = -3), + "[WEST]" = list("x" = -3, "y" = -3) + ), + "[BELT_LAYER]" = list( + "[NORTH]" = list("x" = 8, "y" = -1), + "[EAST]" = list("x" = 8, "y" = -1), + "[SOUTH]" = list("x" = 8, "y" = -1), + "[WEST]" = list("x" = 9, "y" = -1) + ), + "[EARS_LAYER]" = list( + "[NORTH]" = list("x" = 8, "y" = -3), + "[EAST]" = list("x" = 19, "y" = -3), + "[SOUTH]" = list("x" = 8, "y" = -3), + "[WEST]" = list("x" = -3, "y" = -3) + ), + "[SUIT_STORE_LAYER]" = list( + "[NORTH]" = list("x" = 8, "y" = -1), + "[EAST]" = list("x" = 8, "y" = -1), + "[SOUTH]" = list("x" = 8, "y" = -1), + "[WEST]" = list("x" = -8, "y" = -1) + ), ) +// First list is left hand, second list is right hand. This is used for inhand offsets. +/datum/species/kepori/get_item_offsets_for_dir(dir, hand) + //LEFT/RIGHT + if(dir & NORTH) + return list(list("x" = 9, "y" = -1), list("x" = 7, "y" = -1)) + if(dir & SOUTH) + return list(list("x" = 7, "y" = -1), list("x" = 9, "y" = -1)) + if(dir & EAST) + return list(list("x" = 18, "y" = -2), list("x" = 21, "y" = -2)) //("x" = 18, "y" = 2), list("x" = 21, "y" = -1)) + if(dir & WEST) + return list(list("x" = -4, "y" = -2), list("x" = -1, "y" = -2)) //("x" = -5, "y" = -1), list("x" = -1, "y" = 2)) + /datum/species/kepori/random_name(gender,unique,lastname) if(unique) return random_unique_kepori_name() @@ -86,17 +133,27 @@ return equip_delay_self_check(I, H, bypass_equip_delay_self) /datum/species/kepori/on_species_gain(mob/living/carbon/C, datum/species/old_species, pref_load) - ..() + . = ..() + + C.base_pixel_x -= 8 + C.pixel_x = C.base_pixel_x + C.update_hands_on_rotate() + if(ishuman(C)) keptackle = new keptackle.Grant(C) /datum/species/kepori/on_species_loss(mob/living/carbon/human/C, datum/species/new_species, pref_load) + . = ..() + + C.base_pixel_x += 8 + C.pixel_x = C.base_pixel_x + C.stop_updating_hands() + if(keptackle) keptackle.Remove(C) - qdel(C.GetComponent(/datum/component/tackler)) - ..() + qdel(C.GetComponent(/datum/component/tackler)) /datum/action/innate/keptackle name = "Pounce" diff --git a/code/modules/mob/living/carbon/human/species_types/vox.dm b/code/modules/mob/living/carbon/human/species_types/vox.dm index fd03e184b9ba..b9cc8306762e 100644 --- a/code/modules/mob/living/carbon/human/species_types/vox.dm +++ b/code/modules/mob/living/carbon/human/species_types/vox.dm @@ -67,14 +67,29 @@ /datum/species/vox/New() . = ..() + // This is in new because "[HEAD_LAYER]" etc. is NOT a constant compile-time value. For some reason. + // Why not just use HEAD_LAYER? Well, because HEAD_LAYER is a number, and if you try to use numbers as indexes, + // BYOND will try to make it an ordered list. So, we have to use a string. This is annoying, but it's the only way to do it smoothly. + offset_clothing = list( + "[SUIT_STORE_LAYER]" = list( + "[NORTH]" = list("x" = 8, "y" = 0), + "[EAST]" = list("x" = 8, "y" = 0), + "[SOUTH]" = list("x" = 8, "y" = 0), + "[WEST]" = list("x" = -8, "y" = 0) + ), + "[EARS_LAYER]" = list( + "[NORTH]" = list("x" = 8, "y" = 0), + "[EAST]" = list("x" = 8, "y" = 0), + "[SOUTH]" = list("x" = 8, "y" = 0), + "[WEST]" = list("x" = -8, "y" = 0) + ), + ) /datum/species/vox/random_name(gender,unique,lastname) if(unique) return random_unique_vox_name() return vox_name() - - /datum/species/vox/on_species_gain(mob/living/carbon/C, datum/species/old_species, pref_load) . = ..() C.base_pixel_x -= 9 diff --git a/code/modules/mob/living/carbon/human/update_icons.dm b/code/modules/mob/living/carbon/human/update_icons.dm index be99a1e4d547..beecda12b083 100644 --- a/code/modules/mob/living/carbon/human/update_icons.dm +++ b/code/modules/mob/living/carbon/human/update_icons.dm @@ -1,5 +1,4 @@ #define RESOLVE_ICON_STATE(I) (I.mob_overlay_state || I.icon_state) -#define CHECK_USE_AUTOGEN (handled_by_bodytype ? null : dna.species) //Is this gross overuse of macros? Yes. Fuck you. /////////////////////// //UPDATE_ICONS SYSTEM// @@ -111,9 +110,6 @@ There are several things that need to be remembered: if(wear_suit && (wear_suit.flags_inv & HIDEJUMPSUIT)) return - var/target_overlay = U.icon_state - if(U.adjusted == ALT_STYLE) - target_overlay = "[target_overlay]_d" var/t_color = U.item_color @@ -122,10 +118,18 @@ There are several things that need to be remembered: if(U.adjusted == ALT_STYLE) t_color = "[t_color]_d" + ///The final thing we overlay. Set on build_worn_icon. var/mutable_appearance/uniform_overlay + ///icon file of the clothing var/icon_file = U.mob_overlay_icon - var/handled_by_bodytype = TRUE + ///The icon state to overlay + var/target_overlay = U.icon_state + if(U.adjusted == ALT_STYLE) + target_overlay = "[target_overlay]_d" + /// Does this clothing need to be generated via greyscale? + var/handled_by_bodytype = FALSE + if(!uniform_overlay) //Kapu's autistic attempt at digitigrade handling //Hi Kapu @@ -135,21 +139,29 @@ There are several things that need to be remembered: icon_file = U.mob_overlay_icon target_overlay = "[target_overlay]_digi" - else if((dna.species.bodytype & BODYTYPE_VOX) && (U.supports_variations & VOX_VARIATION)) - icon_file = VOX_UNIFORM_PATH - if(U.vox_override_icon) - icon_file = U.vox_override_icon + else if(dna.species.bodytype & BODYTYPE_VOX) + if(U.supports_variations & VOX_VARIATION) + icon_file = VOX_UNIFORM_PATH + if(U.vox_override_icon) + icon_file = U.vox_override_icon + else + handled_by_bodytype = TRUE + + else if(dna.species.bodytype & BODYTYPE_KEPORI) + if(U.supports_variations & KEPORI_VARIATION) + icon_file = KEPORI_UNIFORM_PATH + if(U.kepoi_override_icon) + icon_file = U.kepoi_override_icon + else + handled_by_bodytype = TRUE - else if((dna.species.bodytype & BODYTYPE_KEPORI) && (U.supports_variations & KEPORI_VARIATION)) - icon_file = KEPORI_UNIFORM_PATH - if(U.kepoi_override_icon) - icon_file = U.kepoi_override_icon if(!(icon_exists(icon_file, RESOLVE_ICON_STATE(U)))) - handled_by_bodytype = FALSE + handled_by_bodytype = TRUE icon_file = U.mob_overlay_icon || DEFAULT_UNIFORM_PATH - uniform_overlay = U.build_worn_icon(default_layer = UNIFORM_LAYER, default_icon_file = icon_file, override_file = icon_file, isinhands = FALSE, override_file = icon_file, override_state = target_overlay, mob_species = CHECK_USE_AUTOGEN) + var/use_autogen = handled_by_bodytype ? dna.species : null + uniform_overlay = U.build_worn_icon(default_layer = UNIFORM_LAYER, default_icon_file = icon_file, override_file = icon_file, isinhands = FALSE, override_file = icon_file, override_state = target_overlay, mob_species = use_autogen) if(!uniform_overlay) return @@ -176,7 +188,8 @@ There are several things that need to be remembered: var/handled_by_bodytype //TODO: add an icon file for ID slot stuff, so it's less snowflakey - id_overlay = I.build_worn_icon(default_layer = ID_LAYER, default_icon_file = 'icons/mob/mob.dmi', mob_species = CHECK_USE_AUTOGEN) + var/use_autogen = handled_by_bodytype ? dna.species : null + id_overlay = I.build_worn_icon(default_layer = ID_LAYER, default_icon_file = 'icons/mob/mob.dmi', mob_species = use_autogen) if(!id_overlay) return @@ -206,29 +219,41 @@ There are several things that need to be remembered: //Bloody hands end - var/mutable_appearance/gloves_overlay + if(gloves) var/obj/item/I = gloves update_hud_gloves(I) - var/handled_by_bodytype = TRUE + ///The final thing we overlay. Set on build_worn_icon. + var/mutable_appearance/gloves_overlay + + ///icon file of the clothing var/icon_file = I.mob_overlay_icon + /// Does this clothing need to be generated via greyscale? + var/handled_by_bodytype = FALSE - if((dna.species.bodytype & BODYTYPE_VOX) && (I.supports_variations & VOX_VARIATION)) - icon_file = VOX_GLOVES_PATH - if(I.vox_override_icon) - icon_file = I.vox_override_icon + if(dna.species.bodytype & BODYTYPE_VOX) + if(I.supports_variations & VOX_VARIATION) + icon_file = VOX_GLOVES_PATH + if(I.vox_override_icon) + icon_file = I.vox_override_icon + else + handled_by_bodytype = TRUE - if((dna.species.bodytype & BODYTYPE_KEPORI) && (I.supports_variations & KEPORI_VARIATION)) - icon_file = KEPORI_GLOVES_PATH - if(I.kepoi_override_icon) - icon_file = I.kepoi_override_icon + else if(dna.species.bodytype & BODYTYPE_KEPORI) + if(I.supports_variations & KEPORI_VARIATION) + icon_file = KEPORI_GLOVES_PATH + if(I.kepoi_override_icon) + icon_file = I.kepoi_override_icon + else + handled_by_bodytype = TRUE if(!(icon_exists(icon_file, RESOLVE_ICON_STATE(I)))) - handled_by_bodytype = FALSE + handled_by_bodytype = TRUE icon_file = DEFAULT_GLOVES_PATH - gloves_overlay = I.build_worn_icon(default_layer = GLOVES_LAYER, default_icon_file = icon_file, override_file = icon_file, mob_species = CHECK_USE_AUTOGEN) + var/use_autogen = handled_by_bodytype ? dna.species : null + gloves_overlay = I.build_worn_icon(default_layer = GLOVES_LAYER, default_icon_file = icon_file, override_file = icon_file, mob_species = use_autogen) if(!gloves_overlay) return @@ -250,25 +275,37 @@ There are several things that need to be remembered: var/obj/item/I = glasses update_hud_glasses(I) if(!(head?.flags_inv & HIDEEYES) && !(wear_mask?.flags_inv & HIDEEYES)) + ///The final thing we overlay. Set on build_worn_icon. var/mutable_appearance/glasses_overlay - var/handled_by_bodytype = TRUE + + ///icon file of the clothing var/icon_file = I.mob_overlay_icon - if((dna.species.bodytype & BODYTYPE_VOX) && (I.supports_variations & VOX_VARIATION)) - icon_file = VOX_GLASSES_PATH - if(I.vox_override_icon) - icon_file = I.vox_override_icon -/*uncomment post kepori resprite - if((dna.species.bodytype & BODYTYPE_KEPORI) && (I.supports_variations & KEPORI_VARIATION)) - icon_file = KEPORI_GLASSES_PATH - if(I.kepoi_override_icon) - icon_file = I.kepoi_override_icon -*/ + /// Does this clothing need to be generated via greyscale? + var/handled_by_bodytype = FALSE + + if(dna.species.bodytype & BODYTYPE_VOX) + if(I.supports_variations & VOX_VARIATION) + icon_file = VOX_GLASSES_PATH + if(I.vox_override_icon) + icon_file = I.vox_override_icon + else + handled_by_bodytype = TRUE + + else if(dna.species.bodytype & BODYTYPE_KEPORI) + if(I.supports_variations & KEPORI_VARIATION) + icon_file = KEPORI_GLASSES_PATH + if(I.kepoi_override_icon) + icon_file = I.kepoi_override_icon + else + handled_by_bodytype = TRUE + if(!(icon_exists(icon_file, RESOLVE_ICON_STATE(I)))) - handled_by_bodytype = FALSE + handled_by_bodytype = TRUE icon_file = DEFAULT_GLASSES_PATH - glasses_overlay = I.build_worn_icon(default_layer = GLASSES_LAYER, default_icon_file = icon_file, override_file = icon_file, mob_species = CHECK_USE_AUTOGEN) + var/use_autogen = handled_by_bodytype ? dna.species : null + glasses_overlay = I.build_worn_icon(default_layer = GLASSES_LAYER, default_icon_file = icon_file, override_file = icon_file, mob_species = use_autogen) if(!glasses_overlay) return @@ -288,27 +325,38 @@ There are several things that need to be remembered: if(ears) var/obj/item/I = ears - var/mutable_appearance/ears_overlay update_hud_ears(I) - var/handled_by_bodytype = TRUE + ///The final thing we overlay. Set on build_worn_icon. + var/mutable_appearance/ears_overlay + + ///icon file of the clothing var/icon_file = I.mob_overlay_icon + /// Does this clothing need to be generated via greyscale? + var/handled_by_bodytype = FALSE + + if(dna.species.bodytype & BODYTYPE_VOX) + if(I.supports_variations & VOX_VARIATION) + icon_file = VOX_EARS_PATH + if(I.vox_override_icon) + icon_file = I.vox_override_icon + else + handled_by_bodytype = TRUE + + else if(dna.species.bodytype & BODYTYPE_KEPORI) + if(I.supports_variations & KEPORI_VARIATION) + icon_file = KEPORI_EARS_PATH + if(I.kepoi_override_icon) + icon_file = I.kepoi_override_icon + else + handled_by_bodytype = TRUE - if((dna.species.bodytype & BODYTYPE_VOX) && (I.supports_variations & VOX_VARIATION)) - icon_file = VOX_EARS_PATH - if(I.vox_override_icon) - icon_file = I.vox_override_icon -/*uncomment post kepori resprite - if((dna.species.bodytype & BODYTYPE_KEPORI) && (I.supports_variations & KEPORI_VARIATION)) - icon_file = KEPORI_EARS_PATH - if(I.kepoi_override_icon) - icon_file = I.kepoi_override_icon -*/ if(!(icon_exists(icon_file, RESOLVE_ICON_STATE(I)))) - handled_by_bodytype = FALSE + handled_by_bodytype = TRUE icon_file = DEFAULT_EARS_PATH - ears_overlay = I.build_worn_icon(default_layer = EARS_LAYER, override_file = icon_file, mob_species = CHECK_USE_AUTOGEN) + var/use_autogen = handled_by_bodytype ? dna.species : null + ears_overlay = I.build_worn_icon(default_layer = EARS_LAYER, override_file = icon_file, mob_species = use_autogen) if(!ears_overlay) return @@ -328,11 +376,17 @@ There are several things that need to be remembered: if(shoes) var/obj/item/I = shoes + update_hud_shoes(I) + ///The final thing we overlay. Set on build_worn_icon. var/mutable_appearance/shoes_overlay + + ///icon file of the clothing var/icon_file = I.mob_overlay_icon + ///The icon state to overlay var/target_overlay = I.icon_state - update_hud_shoes(I) - var/handled_by_bodytype = TRUE + + /// Does this clothing need to be generated via greyscale? + var/handled_by_bodytype = FALSE if((dna.species.bodytype & BODYTYPE_DIGITIGRADE) && ((I.supports_variations & DIGITIGRADE_VARIATION) || (I.supports_variations & DIGITIGRADE_VARIATION_SAME_ICON_FILE))) var/obj/item/bodypart/leg = src.get_bodypart(BODY_ZONE_L_LEG) @@ -342,21 +396,28 @@ There are several things that need to be remembered: icon_file = I.mob_overlay_icon target_overlay = "[target_overlay]_digi" - if((dna.species.bodytype & BODYTYPE_VOX) && (I.supports_variations & VOX_VARIATION)) - icon_file = VOX_SHOES_PATH - if(I.vox_override_icon) - icon_file = I.vox_override_icon + else if(dna.species.bodytype & BODYTYPE_VOX) + if(I.supports_variations & VOX_VARIATION) + icon_file = VOX_SHOES_PATH + if(I.vox_override_icon) + icon_file = I.vox_override_icon + else + handled_by_bodytype = TRUE - if((dna.species.bodytype & BODYTYPE_KEPORI) && (I.supports_variations & KEPORI_VARIATION)) - icon_file = KEPORI_SHOES_PATH - if(I.kepoi_override_icon) - icon_file = I.kepoi_override_icon + else if(dna.species.bodytype & BODYTYPE_KEPORI) + if(I.supports_variations & KEPORI_VARIATION) + icon_file = KEPORI_SHOES_PATH + if(I.kepoi_override_icon) + icon_file = I.kepoi_override_icon + else + handled_by_bodytype = TRUE if(!(icon_exists(icon_file, RESOLVE_ICON_STATE(I)))) - handled_by_bodytype = FALSE + handled_by_bodytype = TRUE icon_file = DEFAULT_SHOES_PATH - shoes_overlay = I.build_worn_icon(default_layer = SHOES_LAYER, default_icon_file = icon_file, override_file = icon_file, isinhands = FALSE, mob_species = CHECK_USE_AUTOGEN, override_state = target_overlay) + var/use_autogen = handled_by_bodytype ? dna.species : null + shoes_overlay = I.build_worn_icon(default_layer = SHOES_LAYER, default_icon_file = icon_file, override_file = icon_file, isinhands = FALSE, mob_species = use_autogen, override_state = target_overlay) if(!shoes_overlay) return @@ -394,31 +455,44 @@ There are several things that need to be remembered: inv.update_appearance() if(head) var/obj/item/I = head - var/mutable_appearance/head_overlay update_hud_head(I) - var/handled_by_bodytype = TRUE + ///The final thing we overlay. Set on build_worn_icon. + var/mutable_appearance/head_overlay + + ///icon file of the clothing var/icon_file = I.mob_overlay_icon + ///The icon state to overlay var/target_overlay = I.icon_state + /// Does this clothing need to be generated via greyscale? + var/handled_by_bodytype = FALSE + var/obj/item/bodypart/head_bodypart = src.get_bodypart(BODY_ZONE_HEAD) if((head_bodypart.bodytype & BODYTYPE_SNOUT) && (I.supports_variations & SNOUTED_VARIATION)) target_overlay = "[target_overlay]_snouted" - if((dna.species.bodytype & BODYTYPE_VOX) && (I.supports_variations & VOX_VARIATION)) - icon_file = VOX_HEAD_PATH - if(I.vox_override_icon) - icon_file = I.vox_override_icon + else if(dna.species.bodytype & BODYTYPE_VOX) + if(I.supports_variations & VOX_VARIATION) + icon_file = VOX_HEAD_PATH + if(I.vox_override_icon) + icon_file = I.vox_override_icon + else + handled_by_bodytype = TRUE - if((dna.species.bodytype & BODYTYPE_KEPORI) && (I.supports_variations & KEPORI_VARIATION)) - icon_file = KEPORI_HEAD_PATH - if(I.kepoi_override_icon) - icon_file = I.kepoi_override_icon + else if(dna.species.bodytype & BODYTYPE_KEPORI) + if(I.supports_variations & KEPORI_VARIATION) + icon_file = KEPORI_HEAD_PATH + if(I.kepoi_override_icon) + icon_file = I.kepoi_override_icon + else + handled_by_bodytype = TRUE if(!(icon_exists(icon_file, RESOLVE_ICON_STATE(I)))) - handled_by_bodytype = FALSE + handled_by_bodytype = TRUE icon_file = DEFAULT_HEAD_PATH - head_overlay = I.build_worn_icon(default_layer = HEAD_LAYER, default_icon_file = icon_file, override_file = icon_file, isinhands = FALSE, mob_species = CHECK_USE_AUTOGEN, override_state = target_overlay) + var/use_autogen = handled_by_bodytype ? dna.species : null + head_overlay = I.build_worn_icon(default_layer = HEAD_LAYER, default_icon_file = icon_file, override_file = icon_file, isinhands = FALSE, mob_species = use_autogen, override_state = target_overlay) if(!head_overlay) return @@ -436,26 +510,39 @@ There are several things that need to be remembered: if(belt) var/obj/item/I = belt - var/mutable_appearance/belt_overlay update_hud_belt(I) - var/handled_by_bodytype + ///The final thing we overlay. Set on build_worn_icon. + var/mutable_appearance/belt_overlay + + ///icon file of the clothing var/icon_file = I.mob_overlay_icon - if((I.supports_variations & VOX_VARIATION) && (dna.species.bodytype & BODYTYPE_VOX)) - icon_file = VOX_BELT_PATH - if(I.vox_override_icon) - icon_file = I.vox_override_icon + /// Does this clothing need to be generated via greyscale? + var/handled_by_bodytype = FALSE + - //if((I.supports_variations & KEPORI_VARIATION) && (dna.species.bodytype & BODYTYPE_KEPORI)) - //icon_file = KEPORI_BELT_PATH - //if(I.kepoi_override_icon) -// icon_file = I.kepoi_override_icon + if(dna.species.bodytype & BODYTYPE_VOX) + if(I.supports_variations & VOX_VARIATION) + icon_file = VOX_BELT_PATH + if(I.vox_override_icon) + icon_file = I.vox_override_icon + else + handled_by_bodytype = TRUE + + else if(dna.species.bodytype & BODYTYPE_KEPORI) + if(I.supports_variations & KEPORI_VARIATION) + icon_file = KEPORI_BELT_PATH + if(I.kepoi_override_icon) + icon_file = I.kepoi_override_icon + else + handled_by_bodytype = TRUE if(!(icon_exists(icon_file, RESOLVE_ICON_STATE(I)))) - handled_by_bodytype = FALSE + handled_by_bodytype = TRUE icon_file = DEFAULT_BELT_PATH - belt_overlay = I.build_worn_icon(default_layer = BELT_LAYER, default_icon_file = icon_file, override_file = icon_file, mob_species = CHECK_USE_AUTOGEN) + var/use_autogen = handled_by_bodytype ? dna.species : null + belt_overlay = I.build_worn_icon(default_layer = BELT_LAYER, default_icon_file = icon_file, override_file = icon_file, mob_species = use_autogen) if(!belt_overlay) return @@ -474,33 +561,46 @@ There are several things that need to be remembered: if(wear_suit) var/obj/item/I = wear_suit - var/mutable_appearance/suit_overlay update_hud_wear_suit(I) + ///The final thing we overlay. Set on build_worn_icon. + var/mutable_appearance/suit_overlay + + ///icon file of the clothing var/icon_file = I.mob_overlay_icon + ///The icon state to overlay var/target_overlay = I.icon_state - var/handled_by_bodytype = TRUE + /// Does this clothing need to be generated via greyscale? + var/handled_by_bodytype = FALSE + if((dna.species.bodytype & BODYTYPE_DIGITIGRADE) && ((I.supports_variations & DIGITIGRADE_VARIATION) || (I.supports_variations & DIGITIGRADE_VARIATION_SAME_ICON_FILE))) icon_file = DIGITIGRADE_SUIT_PATH if((I.supports_variations & DIGITIGRADE_VARIATION_SAME_ICON_FILE)) icon_file = I.mob_overlay_icon target_overlay = "[target_overlay]_digi" - else if((dna.species.bodytype & BODYTYPE_VOX) && (I.supports_variations & VOX_VARIATION)) - icon_file = VOX_SUIT_PATH - if(I.vox_override_icon) - icon_file = I.vox_override_icon + else if(dna.species.bodytype & BODYTYPE_VOX) + if(I.supports_variations & VOX_VARIATION) + icon_file = VOX_SUIT_PATH + if(I.vox_override_icon) + icon_file = I.vox_override_icon + else + handled_by_bodytype = TRUE - else if((dna.species.bodytype & BODYTYPE_KEPORI) && (I.supports_variations & KEPORI_VARIATION)) - icon_file = KEPORI_SUIT_PATH - if(I.kepoi_override_icon) - icon_file = I.kepoi_override_icon + else if(dna.species.bodytype & BODYTYPE_KEPORI) + if(I.supports_variations & KEPORI_VARIATION) + icon_file = KEPORI_SUIT_PATH + if(I.kepoi_override_icon) + icon_file = I.kepoi_override_icon + else + handled_by_bodytype = TRUE if(!(icon_exists(icon_file, RESOLVE_ICON_STATE(I)))) - handled_by_bodytype = FALSE + handled_by_bodytype = TRUE icon_file = I.mob_overlay_icon - suit_overlay = wear_suit.build_worn_icon(default_layer = SUIT_LAYER, override_file = icon_file, mob_species = CHECK_USE_AUTOGEN, override_state = target_overlay) + var/use_autogen = handled_by_bodytype ? dna.species : null + suit_overlay = wear_suit.build_worn_icon(default_layer = SUIT_LAYER, override_file = icon_file, mob_species = use_autogen, override_state = target_overlay) if(!suit_overlay) return @@ -546,31 +646,44 @@ There are several things that need to be remembered: if(wear_mask) var/obj/item/I = wear_mask update_hud_wear_mask(I) + ///The final thing we overlay. Set on build_worn_icon. var/mutable_appearance/mask_overlay + + ///icon file of the clothing var/icon_file = I.mob_overlay_icon + ///The icon state to overlay var/target_overlay = I.icon_state - var/handled_by_bodytype = TRUE + + /// Does this clothing need to be generated via greyscale? + var/handled_by_bodytype = FALSE if(!(ITEM_SLOT_MASK in check_obscured_slots())) var/obj/item/bodypart/head_bodypart = src.get_bodypart(BODY_ZONE_HEAD) if((head_bodypart.bodytype & BODYTYPE_SNOUT) && (I.supports_variations & SNOUTED_VARIATION)) target_overlay = "[target_overlay]_snouted" - if((dna.species.bodytype & BODYTYPE_VOX) && (I.supports_variations & VOX_VARIATION)) - icon_file = VOX_MASK_PATH - if(I.vox_override_icon) - icon_file = I.vox_override_icon - - if((dna.species.bodytype & BODYTYPE_KEPORI) && (I.supports_variations & KEPORI_VARIATION)) - icon_file = KEPORI_MASK_PATH - if(I.kepoi_override_icon) - icon_file = I.kepoi_override_icon + if(dna.species.bodytype & BODYTYPE_VOX) + if(I.supports_variations & VOX_VARIATION) + icon_file = VOX_MASK_PATH + if(I.vox_override_icon) + icon_file = I.vox_override_icon + else + handled_by_bodytype = TRUE + + else if(dna.species.bodytype & BODYTYPE_KEPORI) + if(I.supports_variations & KEPORI_VARIATION) + icon_file = KEPORI_MASK_PATH + if(I.kepoi_override_icon) + icon_file = I.kepoi_override_icon + else + handled_by_bodytype = TRUE if(!(icon_exists(icon_file, RESOLVE_ICON_STATE(I)))) icon_file = DEFAULT_MASK_PATH - handled_by_bodytype = FALSE + handled_by_bodytype = TRUE - mask_overlay = I.build_worn_icon(default_layer = FACEMASK_LAYER, default_icon_file = icon_file, override_file = icon_file, mob_species = CHECK_USE_AUTOGEN, override_state = target_overlay) + var/use_autogen = handled_by_bodytype ? dna.species : null + mask_overlay = I.build_worn_icon(default_layer = FACEMASK_LAYER, default_icon_file = icon_file, override_file = icon_file, mob_species = use_autogen, override_state = target_overlay) if(!mask_overlay) return @@ -588,17 +701,48 @@ There are several things that need to be remembered: if(wear_neck) var/obj/item/I = wear_neck + ///The final thing we overlay. Set on build_worn_icon. + var/mutable_appearance/neck_overlay + + ///icon file of the clothing + var/icon_file = I.mob_overlay_icon + ///The icon state to overlay + var/target_overlay = I.icon_state + + /// Does this clothing need to be generated via greyscale? + var/handled_by_bodytype = FALSE + + update_hud_neck(I) if(!(ITEM_SLOT_NECK in check_obscured_slots())) - var/icon_file = I.mob_overlay_icon - var/handled_by_bodytype = TRUE + + if(dna.species.bodytype & BODYTYPE_VOX) // there is neither a vox or kepori neck path, we just tell it to greyscale no matter what +// if(I.supports_variations & VOX_VARIATION) +// icon_file = VOX_NECK_PATH +// if(I.vox_override_icon) +// icon_file = I.vox_override_icon +// else + handled_by_bodytype = TRUE + + else if(dna.species.bodytype & BODYTYPE_KEPORI) +// if(I.supports_variations & KEPORI_VARIATION) +// icon_file = KEPORI_NECK_PATH +// if(I.kepoi_override_icon) +// icon_file = I.kepoi_override_icon +// else + handled_by_bodytype = TRUE if(!(icon_exists(icon_file, RESOLVE_ICON_STATE(I)))) - handled_by_bodytype = FALSE + handled_by_bodytype = TRUE icon_file = DEFAULT_NECK_PATH - overlays_standing[NECK_LAYER] = wear_neck.build_worn_icon(default_layer = NECK_LAYER, default_icon_file = icon_file, override_file = icon_file, mob_species = CHECK_USE_AUTOGEN) + var/use_autogen = handled_by_bodytype ? dna.species : null + neck_overlay = I.build_worn_icon(default_layer = NECK_LAYER, default_icon_file = icon_file, override_file = icon_file, isinhands = FALSE, mob_species = use_autogen, override_state = target_overlay) + if(!neck_overlay) + return + + overlays_standing[NECK_LAYER] = neck_overlay apply_overlay(NECK_LAYER) @@ -611,23 +755,42 @@ There are several things that need to be remembered: if(back) var/obj/item/I = back - var/mutable_appearance/back_overlay update_hud_back(I) - var/icon_file = I.mob_overlay_icon - var/handled_by_bodytype = TRUE - if((dna.species.bodytype & BODYTYPE_VOX) && (I.supports_variations & VOX_VARIATION)) - icon_file = VOX_BACK_PATH + ///The final thing we overlay. Set on build_worn_icon. + var/mutable_appearance/back_overlay - if(!icon_exists(icon_file, RESOLVE_ICON_STATE(I))) - icon_file = DEFAULT_BACK_PATH - handled_by_bodytype = FALSE + ///icon file of the clothing + var/icon_file = I.mob_overlay_icon - back_overlay = I.build_worn_icon(default_layer = BACK_LAYER, default_icon_file = icon_file, override_file = icon_file, isinhands = FALSE, override_file = icon_file, mob_species = CHECK_USE_AUTOGEN) + /// Does this clothing need to be generated via greyscale + var/handled_by_bodytype = FALSE if(!back_overlay) - return - overlays_standing[BACK_LAYER] = back_overlay - apply_overlay(BACK_LAYER) + if(dna.species.bodytype & BODYTYPE_VOX) + if(I.supports_variations & VOX_VARIATION) + icon_file = VOX_BACK_PATH + else + handled_by_bodytype = TRUE + + else if(dna.species.bodytype & BODYTYPE_KEPORI) +// if(I.supports_variations & KEPORI_VARIATION) +// icon_file = KEPORI_BACK_PATH +// else + handled_by_bodytype = TRUE + + if(!icon_exists(icon_file, RESOLVE_ICON_STATE(I))) + icon_file = DEFAULT_BACK_PATH + handled_by_bodytype = TRUE + + var/use_autogen = handled_by_bodytype ? dna.species : null + back_overlay = I.build_worn_icon(default_layer = BACK_LAYER, default_icon_file = icon_file, override_file = icon_file, isinhands = FALSE, override_file = icon_file, mob_species = use_autogen) + + if(!back_overlay) + return + overlays_standing[BACK_LAYER] = back_overlay + + if(back_overlay) //This is faster fuck you + apply_overlay(BACK_LAYER) /mob/living/carbon/human/update_inv_legcuffed() remove_overlay(LEGCUFF_LAYER) @@ -768,6 +931,7 @@ in this situation default_icon_file is expected to match either the lefthand_ or ^this female part sucks and will be fully ripped out ideally */ +// Note: if handled_by_bodytype is TRUE before calling this, it makes species use greyscale /obj/item/proc/build_worn_icon(default_layer = 0, default_icon_file = null, isinhands = FALSE, override_state = null, override_file = null, datum/species/mob_species = null, direction = null) // WS Edit Start - Worn Icon State diff --git a/code/modules/surgery/bodyparts/robot_bodyparts.dm b/code/modules/surgery/bodyparts/robot_bodyparts.dm index 398d937cc586..61bbb88ab545 100644 --- a/code/modules/surgery/bodyparts/robot_bodyparts.dm +++ b/code/modules/surgery/bodyparts/robot_bodyparts.dm @@ -137,7 +137,6 @@ var/wired = FALSE var/obj/item/stock_parts/cell/cell = null - /obj/item/bodypart/chest/robot/handle_atom_del(atom/A) if(A == cell) cell = null @@ -191,7 +190,6 @@ cell.forceMove(drop_location()) cell = null - /obj/item/bodypart/chest/robot/examine(mob/user) . = ..() if(cell) @@ -214,7 +212,6 @@ cell = null ..() - /obj/item/bodypart/head/robot name = "cyborg head" desc = "A standard reinforced braincase, with spine-plugged neural socket and sensor gimbals." @@ -304,7 +301,6 @@ to_chat(user, "There is no flash to remove from [src].") return TRUE - /obj/item/bodypart/head/robot/drop_organs(mob/user, violent_removal) if(flash1) flash1.forceMove(user.loc) @@ -314,9 +310,6 @@ flash2 = null ..() - - - /obj/item/bodypart/l_arm/robot/surplus name = "surplus prosthetic left arm" desc = "A skeletal, robotic limb. Outdated and fragile, but it's still better than nothing." diff --git a/code/modules/surgery/organs/eyes.dm b/code/modules/surgery/organs/eyes.dm index 0c200df9f6b1..283ee77971eb 100644 --- a/code/modules/surgery/organs/eyes.dm +++ b/code/modules/surgery/organs/eyes.dm @@ -149,6 +149,9 @@ /obj/item/organ/eyes/robotic/lizard eye_icon_state = "eyes_synth" +/obj/item/organ/eyes/robotic/kepori + eye_icon_state = "eyes_kepori_synth" + /obj/item/organ/eyes/robotic/emp_act(severity) . = ..() if(!owner || . & EMP_PROTECT_SELF) diff --git a/icons/blanks/64x64.dmi b/icons/blanks/64x64.dmi new file mode 100644 index 0000000000000000000000000000000000000000..6bfbd471e5db047e61a56f350fa92b3820a03f7e GIT binary patch literal 219 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 literal 4392 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 diff --git a/icons/mob/clothing/underwear/species/kepori/underwear_legs_kepori.dmi b/icons/mob/clothing/underwear/species/kepori/underwear_legs_kepori.dmi new file mode 100644 index 0000000000000000000000000000000000000000..166e1a7624d989077a4ed74d75d14280c7debb9b GIT binary patch literal 330 zcmeAS@N?(olHy`uVBq!ia0y~yU{nBN2S#R~h}ur$nLvsyz$e7@02sV_rX&FrVJr#q z3ubV5b|VeQIa(DGQR0$XoLrPyP?DLS$G}iAr+3m`zC#8)Ezh56E-G{X!>gmSLiCkG zJmbs$xs?{ktS)6qwKda^ P1rqRd^>bP0l+XkKNUwht literal 0 HcmV?d00001 diff --git a/icons/mob/clothing/underwear/species/underwear_legs_kepori.dmi b/icons/mob/clothing/underwear/species/kepori/underwear_legs_keporiOLD.dmi similarity index 100% rename from icons/mob/clothing/underwear/species/underwear_legs_kepori.dmi rename to icons/mob/clothing/underwear/species/kepori/underwear_legs_keporiOLD.dmi diff --git a/icons/mob/clothing/underwear/species/kepori/underwear_socks_kepori.dmi b/icons/mob/clothing/underwear/species/kepori/underwear_socks_kepori.dmi new file mode 100644 index 0000000000000000000000000000000000000000..6fe4e042f679f121f956f8a657f52bddf3df6b50 GIT binary patch literal 3276 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 literal 0 HcmV?d00001 diff --git a/icons/mob/clothing/underwear/species/underwear_socks_kepori.dmi b/icons/mob/clothing/underwear/species/kepori/underwear_socks_keporiOLD.dmi similarity index 100% rename from icons/mob/clothing/underwear/species/underwear_socks_kepori.dmi rename to icons/mob/clothing/underwear/species/kepori/underwear_socks_keporiOLD.dmi diff --git a/icons/mob/clothing/underwear/species/kepori/underwear_torso_kepori.dmi b/icons/mob/clothing/underwear/species/kepori/underwear_torso_kepori.dmi new file mode 100644 index 0000000000000000000000000000000000000000..1a6a59cd52410068d42af2bf76912e1a6bfd8057 GIT binary patch literal 1112 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 VrA^d&;H5CgK-WkIf89Fde*nex*-iie diff --git a/icons/mob/species/kepori/bodyparts.dmi b/icons/mob/species/kepori/bodyparts.dmi index f19aaeacbe08ebafdf5c90f7fe8fd985e6ba2dfc..058d315d7bd838f18a69c3eadde22c29f701f7b9 100644 GIT binary patch literal 1480 zcmV;(1vmPMP)fFDZ*Bkpc$`yKaB_9`^iy#0_2eo`Eh^5;&r`5fFwryM z;w;ZhDainFEVwu`QZv&tN`M?=Bd+3-#FA7XQz<*OAipRxz9>E?HC>5|GbOXA7^Iww zGp#5wHxgNKE z834*ed}qX0KO+DD1gS|xK~#90?VB-k+cp%(Nr;ZBq=N}DgEkStwWqBz{Q)H8-L>dc z4@x>_axyk|jqR~R8+)vDT+r*#%a+Vtdi`>hb&*3+??Hh=NxjSaP0}NPKR{9x{tsXj zF$}{n48t%Cg6ucaj40@1F&YFNDA77W+v$Eo))=A{42-bWPqFBNB1PLtN#Oz&ZmFz~ z6+RhL?F><2k^evnqZL{T596h8Ia8?cSETUyODsB($GGqr)y@-CI65bVpZ|mkpW~(J zcAh*#!$)L=r)V@>c!Gy71ABUOi570ZqMC`GqG#@l7j#e2As@Z|1q;9ajTHXz1r}}N zCv+i!pQBgk0PyH035H=%-0yfC{TFSJ#Fatu#sF82LgI~Kv_b{6h5k;3^Q)JrfC95y z;jeG5Q30tGI&)}@dsi1|JXZNmb)$Gf&V3k$`M)8Wc_5%3*o%Qi9)U4!kCVsPu>^E8 z!Ud_EJ;JgDVyx)Ch6vLcffVmk+K}+YGwRSoTsY1N`xnS1DSSj3(q@F)q+8svFm0#_ zW9xC$A+#rSGq|z!IO-4x6TAR7wrqD9#*eO=N$bqMbQ4!GlZkb1M3-$=7|QbQ`PjC0 z*Dn4JZPjvDu@ae+J-kre}VD+h!_DWZ#Qp5bx$Kxi1^#H%dW0hBh zGq9y8asV(|0^oJRge}@gXXa+E^4+@e@$D+1$-tGM@ing?PBmZ#!w#GqjMl=%Q1wii zOLG11<2li&cPe{eGvux-hEkU@Z@^#{>Je(GsGQ{x^h`F9RcsabQnyGY8jlS;9->{^ zH469Hdw}rS48t%C!!Vx>4cNzR5O%s07HZvPjCLj*o23tG-MZQOVJrh9!W4)z8qZ*n zKTvshcn^;+BTS9F! zX>UFEli(xxz-k6YXky!oGGHByb$5P!Lhjwp&tY zcvK(F+ud&EVi<;D7={UCbRgZtBTRbXCRV^Z9%0f855mkUiu23^JH$&Sl;Z!axiL;Q8(;j&>KVt}fD2 zI@nhz!HZ4s+Db0i*SFPCkn8sU@C6c*yGvC!tt+pMeW662Mt63n-QJp+z0y*Sg*AlS zlYUE7P+Vg6z~>~~Nf)rstnn;yowepJFyNXGKR9f`gy2){jWB8|R^X7nG02dLWg8|K zlMf7kb?&OR{Cx2ZcDIR?F$p6_000CpNkl`*^AS64VgS##i-uMcX}!)agB3t{-ZU=i;mS6m6C$@A0bWkIEe+#MkvDigJe{ zfRoTV#W+c$we}pJ`tcKM`n2d(f*4?y(kmKfMS~b$)t3w_AS#@+2r+3ZAjMbp4X?nI zS3u|x^9m?ajI6*Mwe>AA;v_}M8T5nX4W{YOed64Uo$nxVY?_n}yo6D1)4AV1MOD9~ zLYWx=0KoAu^H6&sbUNkBgU=c|6he@mIka}ElWFWA#Ca0osVTR!)L!AD^rzJ2s=j_h z&?is)DJ78gYY7k$e+GW|)-ZASWHPx91JEs|coP!H8L%cIKlt*E()xSP6cgRp^2|Pj zpXPa<`j35{3fg09%`&aO`p1;&M4d`% z9=vyzk!u}SNI+>X)LL+F1=J$(Af-+ngk8>#h}>g)Ej`|a_4Pkwuo`8h&M&lct+e+O zaJ79Mq3jqg_4z7i(cim??-`W7Wz5z+)tdhy0q*_MVhNCkhp-M%V&+xhMb7eDf^Gs! zb4{7^a*E4soPR~BB};!Pnw9nrHx6=jq9pl zS94edc4WDG23ftU32i+}q1`uaf#2HY6)HK1o764)&FyytguL@&hDv+crozwjeO{w| z&#$}y@y8H;@Bd@~000000000004L@b4vOqc|J5RcfqT`3r<{6WRL|S}QCQeKWz)4> z`}@X7qQCDt8EmM|bV^jzvV+(DzA3uw@5j_WueRkBTl*{}XPu2DSo!;w=!(DZYinbg z4euptRH@2rW!6UT@BY3ey5jH0#H~%lTdDyK55H_5ErijySG&1Z4IvA#pOI_Lkgx4n zSXk4%mn?@6|2U^l0000000000005xF*`0l>|E>6AMu&0-Y~HR=!KgU>l*&$+-B3>8IpC14K0000000000 z0MMr8?;D54^aAH}VE%=czi%As!wX7e1M@Gm{C(rlm|jrq9GHKhQr aS@;KFB^A&t%D~fFDZ*Bkp zc$`yKaB_9`^iy#0_2eo`Eh^5;&r`5fFwryM;w;ZhDainFEVwu`QZv&tN`M?=Bd+3- z#FA7XQz^AFwOEOZGbOXA7^IAgGp#5wHx%Dj>c zTso8$T>V_YZUz8-i#E`;I)nHC004DKL_t(&f$i2Y3V<*Sh2dK5-Xmmj_Xr*#2;ToH zb}1CZs0Fd&|7GcGN$42ofJVhw)79;-L}~{4nkE1MfQML{QJ?BEG2Vt$0002rGnK*G zjJz)9pt%gzW^^_P005v(>tVQQEJG8UQ3xR)RrSrE0Ki{ub8iHJ0c6UD00000NkvXX Hu0mjfyepRq literal 0 HcmV?d00001 diff --git a/icons/mob/species/kepori/kepori_parts.dmi b/icons/mob/species/kepori/kepori_parts.dmi new file mode 100644 index 0000000000000000000000000000000000000000..76d1819c9dd8540096f3dcbab77e6c842f1f8ffd GIT binary patch literal 2824 zcmZXWc{CJ!7stmkma%3m6(uFK5|Vu^qflay8QY*iqz6SL%#1BtmdGQ^SSmxdp(GPA zk8Mg+mJr#QEHz`2Wz6=fp7(v;_q>1n?(d#^&OPUT&pr2ZZ?fIRb7G*qAOHX$W@QPr z2LO1mJFkSFZzlq?sCl{bsoGs|v>=g4T3l{_|0s*a?q>a!l8SrqKI;<9%g;ZWYbsl< zsX012>J0b4wLd9!Cxs`}{-OiGgfi;8;~&25hzN!HgrIKt2Z#Cx1p)xK3d?f-y4s;3 zdgndeA%4Sn_-3Me7{bcg6=B;fco=qd7g?v#Ap1q}V8?KnhQb$>7-P2Vc0w-0m)Q!T zbdigqOY0wdbMhe&!>7Ftb6XEu>h2!GHHp00PIeX)H*Xr{$pgOKs~L72^bVnPmVKl#`!Ru6r?O`=BKgHgGl)X@d9s`h`bA~Hv7b%4D^UpHbY;+6{3!c z`Z;P@E5mILdSUY6t*87-6YnARuU3PDv08{tirEzClx3NlC_l6 zeIn<*J7_>-iNL+yk_P+=O0ETJZUCA1mL#cu0=YUJFg!r&)Rmr8VMT)m!!12?w3!k z>|_LSE1H4Za&0H9TzEcc1RSdpyEW4Rpt$JXeVXI){Cs`po9i|N- zW!s@Y@=kkO=Ovh7toyEhs7x73<}s?1T?s;!(X-11nrDYXMk5v40P`+w_nK5Q4%c4~Y*8KQ z-b$IOlL+jDwwV#!O647ec|jw0b%-DMm&b!zUg*E4SD`R8WKJU&%PX}4A@+P2pJ;q% zVgi!j9AvjQ5Be=mRegIu;pD(Lb67vF(Un#UoolY_L8D2Eb7|+Mryx=K^5kW>mVjajI zLBQ@FhGeQ>l~#T8<3zP~Lk}up0B}9|+mbTvC8lThwX|-hNQ3WWosNC1=Z)?tts}=B zOB&S%pCwRgpZ0`-c`NJUcqAv{P*Z&Pr)1EilTXbzN6kK!6h#@5woOm<*_-*;SNthm z>ZYLYd@en4vVr;}p*JAzYNAefnBYpq(~&LvSd=U?8>k9%(F`A){42YIKyu%=4fQ!mlSbtpiXoSR3I&I-aMbY{F2-M-}4`2xPVr_hKr~DWTfZ{QlUC&GrRTQjydc zEQq<1T;Dk7POJVf_zJcHG4%;PoU_hm&Y0g!(UlYEmS%6wsvUp`Q(sNK`*RR=b`zbZ zr5#r7OR9FhkIIYD zqChsYA>>3BCSx{e(|{!^!`_O;O5as{{aoXX({KPsVai6DTY9^l4$cnO(l)E)eFkRl z^y8fUfdg;j{mXSSCajNIua=o?R{^XuS)3&l;y z+@_ua@OFQ&O>g~cxruL!)UT4=Im$T3HPNKid%eX471UMSiIAE;dZY9=*&Y++?rpho z4Wh;?8~ZSY^>&wrbn2=<$K1s*f@BsYHbRT#S#|Dcq9=)=E(fX#twM=9S(o2ci2i%R=D9@$9-evsPb~x%q#nRYeys0}uZ5A6)uv|~z|eF( zYV_>uRo>P}CM{{8d#e0lhGv8T;6xL4YZ7~iIXlrbR%FX( z?ThMV_>sJ6-mwVIyQKh0Ho6QLR?9XDvz~~;`r*n$Gv{^<%!A(s$u* zvMD3xd{k@h}SyZ-|8Z*CKZ_WSW-U`f^PW_Z9MC_*27-`Q)|9?P#qCX147 zp)7m^MK@{Awl0)qnG;gfKRIHy_ayppZ&#a{{!rr9dR+_i`hJVs$!h4a7lgDakIm&d z*W{6oe3MfLBlL51-Vb)u2=KDjDCU+M;@&kw)YG;Q7{fK{qpgI>r^Jo9NUwWU@8*p} zkkeK@8v`GMO$if;8#G#gT@7Pt(Ob3XPPpf3agj|ij3tEofy3sj$U*$k%$whrS)+kd z#zZf=UH`uA8F=2LVI9mXw=Wf#Ak%E7I zr@_H>_c3kx*oeXn8o`a^&*h8(3xCiE?j)<9{WlR(Iui#pTJ9`zvj`XPLM33%^eR)k z<>0#_Om}Yj5YC)@U-9yCV2~Xue%OBPCG{n}?2y9(Z3wYD zjkzd|ceS$6L*E$y<5bw4fl*6)Zu3VE9L0I@xV#!)gK7uEm8=m=vr$-ZijAScQf{gx{=wLhCvxo{$|uX cxt9xY1*@CHjUR&S+^GO7i;K`&Gtbz60c#v+bpQYW literal 0 HcmV?d00001 diff --git a/icons/mob/species/kepori/onmob_belt_kepori.dmi b/icons/mob/species/kepori/onmob_belt_kepori.dmi index cf74d73796c8c6121c0818fdac74e4a7f0ab9a5f..4a5a4ba7b32a424e1d1997c33d98c6cbc5e66041 100644 GIT binary patch delta 114 zcmdnSxPwu#Gr-TCmrII^fq{Y7)59eQNE-mL0wXh!%#+HDpQtF$=snTV#JNyshlO#F z@nvJL2AO1Ky;Rn4d+`ly44=CBOQxikuK_CO@pN$v;h346AaM`Kd%(cRBzM^z$YStx L^>bP0l+XkKya*fK delta 112 zcmdnNxQ$Vwqi)e_1!5cyiE*d|0 zq;uX!^CUx2Pwx&3;~?Y9#$F0CsjT7l;v3i)KHlcf^{%~V4K$R;)5S4_V`g%K#2p}S W0R!VxY5#RV7K5j&pUXO@geCygCOLEf literal 0 HcmV?d00001 diff --git a/icons/mob/species/kepori/onmob_ears_kepori.dmi b/icons/mob/species/kepori/onmob_ears_kepori.dmi new file mode 100644 index 0000000000000000000000000000000000000000..4a5a4ba7b32a424e1d1997c33d98c6cbc5e66041 GIT binary patch literal 184 zcmeAS@N?(olHy`uVBq!ia0vp^20*O9$P6U&q%z}y6mx)2h%1m@US)d=NHLZK`2{mL zJiCzw=P@u;%n1%FC@TH_CAi?@*C$%ux?1PXoDbd*YH-o` z!6TjXKAI;P3Uzi^7zY_&Huh?eNmkZNWev9%-@wN3shhuKN_zPkps_rjE{-7_Gm{e} Z?g4oZ7#Nx4F1rI+44$rjF6*2UngC^=H`D+C literal 0 HcmV?d00001 diff --git a/icons/mob/species/kepori/onmob_eyes_kepori.dmi b/icons/mob/species/kepori/onmob_eyes_kepori.dmi index 2cfe52f4630de6ad4dd084c72e5d10bdffcb53cd..1b6c6f68a3a5f4c0be859a740de64ce91db89638 100644 GIT binary patch delta 299 zcmdnN^o}XGGr-TCmrII^fq{Y7)59eQNGAYs0}C^dWcyUu38X{=d_r6g95|q%uIK9H zB_SbyCSCsj{xmKwzR(SKOMwa)OM?7@862M7NCR@pCkB}C7wYV=Fb*=lZ0yw_ldQaM z;zZf{dELfqH4M!~kC?fvIJVRw^5E6;tU2}!N6x6pS*(<<0_tq>ba4!cXnlLdk?XL6 zKx?A(!rytD@@yO(J~FA9U#RVR@VEa$&LlO1ggdOi>Q@)eXx}Wgw7{6(cnfPx*WxSx zXCzK!4&<8>uFw7@<8~MmL(I~%)!Np|anCpJiTk_OW?t}zt(EVeZILgWopfTV!^z+u td+$8)e%rm=_RZS2L9^L`4q#yT|B!p1C+}X*h5w#_xSpM56C74hRQml(aKXo~ zPqe&swa%S6AG{&d;G*$^M>^+yG*2=V_4MwrFb*=lZ0w~l=h37ilR^}NHI3J+Y&Ed6 zwYRlZ-x|@`ZLGR^g~XDX-NtJ*49!K4m^}#!EBIQ>D9z8{IbF6aas8!@K-bP0l+XkK DYD;Rd literal 0 HcmV?d00001 diff --git a/icons/mob/species/kepori/onmob_feet_kepori.dmi b/icons/mob/species/kepori/onmob_feet_kepori.dmi index 7af39a1f676d91001ba7efc2fa93272359a842f9..93bb6ee443d5487e7bb19387a2012dc1b1e8bbd6 100644 GIT binary patch literal 5438 zcmds5X%ax%?kBA48Ha!XCgZ46B0 zbICPaLIs}23YP?TGZ%78P{9<%1%cMg z{{HrImhoGQ@M(oTnHqb%f1HuumwQRY2%+vopLqScLyo5jBgs)S1Fx7xz8H|!cUdVY z{J?h12$B)&xs>auTflnooouq$p=Sx-$?B@xBqbb856jqfUD+|*U+Wr3f~SCf8Xol9 zuiu{}`B^?v``x_tOjcz|yDIDIiNwS@X`AVbhMkEjk(YlsO7C)qHNxr|+v{*Y%;F;_ zM>^{C3@n)nU6b~imnKfFi9qLHb(xCpV}L*h^`Pb^juE-6aZJ$Q8j-R*Oki%rA0!_C z*rI*4cMADbGjK?GR5bHP84PI1BK3C{3R@PHsxbBbbnR)qfBlp-qKVm`=hsgS!Un&- zA7`axm{A*M-Ee$$YUA3%ry#lGkLw?t=uM^Z<9YhLMxzHA2;e@q2 zDOaKwdCRVhZP{Xsk49$TX>ET}!`&d}%XIbySWPh}GDZN^aj0J|r^M4BNU}9iXhGgp zQ7KmncoE`Rz>ztQS{CW)(}{fhlaqK|4VM{kz&6=-g9LNX|4ku+JO>;e{Y$<+X?e4r2MmWA2hEV z5cI329rHZ-Uv2X~8gI1Sx4C_feL!*W;$CBNW(duUEV)UwCAqfio@?y2 zsma%0YzyChlaTEN(Q1!Lac>SPQAL(IxawDf6}&9e3yeGs*D^``PMAdigQ z`HuoMAIq(%^p5>AM#8N3=bnifKmn%M@RLme&WO>15nOfN4Ubyo4|-3ei)2jvW*6J+mttkavDgObZ~9TRr#f0FeY8j+00UM)oiGOXkGDxvU*T*8AI+ zU-qIKe2Fc*=jF}wEB_)G-j_F03Il!ta^1#Z?MBzuC$7=X6?yX4u0#qe1zQyb^j0$> zdTN(VnQZw@|^= z2QOs28Pn&CG1CN%kpb|}OQ(xVN+Ot;Y#Jb{{mtG-4a7%kP;!plhcfqX)km>6Gt4=#_f(sa@SFvCu~3XxVv7RQ3J|6J zIZe=`--J@%-9EDKTN~rVb3#CBAlz-{KDBaX8^2OjC^vjZTy<;dK4y~{LTIEbV8KSi zD-Z8Nv_m28FARm8)K3_4)b?Wvhey#Z*Psp#O0TZ;(-Bw%+87XUG_^3LrW#k!R_>r% zs9`$z^if)I9){7UlaI?g`^B%Xd;200tim_(?Llki(a0PrPwbN}O{f;c0fybS&@4E* zaHBy;bcmPi0uDxcdj{9RD!|p%xZ}{amCT$%-Z+BPwvw5awD&^}kj-*0I>`oGkL*UN7bSHzkvYFjFbx%{0x+Za}pi_lEAI zBtJXcLl=CQ${34`uWmtnk#7rgw(Y?hhU|C`EKX)p>1>(i(FBaUbTe=d*}M_ADp>eJ zt&!B4!3JIn*%&)g1vo#x+yHH`KFf>^1eQXveWld>TLx<%1GWHH-01q*e9f5o_XXPm zvUMsX^`hcKuFpLIvDiZ(Uoys_=;*0;rZcl8>=gHPn@%phmn^lN<({Rh`6O|cI`h&p zW7l%tT;TM$%xK;a5&8GqPn0j9_m|Fpdpk(HE!modyyAVP`o_g~@)26h?f0~Y{HV8| zLn(MEPpR8e%7C=U!ay5aY<1P99<;Adhi>!6-+DN@sf;{E`k)JUVSS}&t5-`sA?c`- zAvBS;*q5Z1__Go;gv<}0GR0rAxID8mtEMe=g=Az`g0F7A5!4g-V|Lwue<=fXesiK= zISXU(UNCxJP-gxGKJv21oUlzdEhUow^U z8UHSQUM_uxejDI|kw@~*j$&!^!#Uzq+C;=cEqK=Nr{%1j8L&O$=TMXP91t4d%rWqd zLt{Rbc?B#vqWm+#XJm#>+0#Gq0C&c{6xQ&nsBhc z6l&kIIlba5V4hgW1$!FBxZPZcC|Wy-im*!o&vHpUYs$~DhrS0rx~tH(>znsSfAwDu ztD;upoS%Q4aO7q;4dBObgkGv z*|KXztXxhqW-L|f(0q{BB+eC?pH}RDczn(v$NAL>|5KGkNp2*g^@Y8g-HZ6m%3HJH z$xf9KJ#Wbw4=*Yf9a24pOcKw@1?y-8Ayl2tG0tRNgnHGK?LKIc+QLG$AZIS#gN_P`3#iolBd;qXoBAR+O+E zKD{_KK(T>0UNkV@I&}v>P5;7a9FlChdMjR1&Z-G)!wg-re$4Uf6gZkXT1~ro$&3bA=C`2Si10KYVTX8uYaA_CI4Pt|C>g zoLYDM=W8^(M6v6JL6YuIPtKyo<}9dh9^}DqAmJg z)pkJV=shJ7-M@Yri5_}|P^O*5Jno$Ap_K5n+y=GjF`Mj2TP!Jh{ajN;0LgmY|9@F0 zT!_)l*Qs`#D+BLFPR;C9hpjzsgpXG$C+33H;Xy;{dV0Y1&-ne6@T}eU%#m?KX#8P4 z-8nz^Ciu|G6)7gb(Yw8thb>ZhzLXrRb$_G*+6lWeFa?idN0$8_|1G4Kklf1bAtRmZ zv^fm(X!B!$awVdzHVWk9s&;wZ!LcwW+&02_!fIXG3{jJ6hM}%N${aV8vUtX*Yj7zz1ekM!pV_Hd{E6OIgL6`WU;_H=9 z0F~je8ocL@naUOCBpVNgz8U~g+99HCWw^U6v$%jmne7?_VBm82FEKY4E&$~R$mu}y z17k#eDk>`5{XZa?_nq-EV+ zel*Yid5b&t36nhpVEKy^)`u)E*FJ#RYvj||o0P)2^)ut+&HkMN6Ljn-t5k zbu%1`dn;jZQ@LcmqAo$)=s^hp*{Q36E`sJGYuJNG!K>&j0G10L>@Jgn%a(?+Z<=aNO*R2dji-Vjv+o2V?|CAn9ZT<+5k)( zArBO*RYB;^S_hYd%Ly)zv0q=)I2LYW3KU59LA<>sPpp3FVhuQep5-OaQs}9`rT>4f zV=R}aNW;U5p3y^R{2%_ej4h@O8jdTyKsBfO6`p#6_gF!1a-$L9o?rg#MZvqD)Lj2c z(f?h>d?n$-Gm8f6fgv2Sq}Aj_ zl+&r5UKoFDuAtbFfm(I6bFo-nHCr`^z4dVSixmO&@^K#I6jL z(3>rSR;?4zEe`e38L_4pQ!jo0%Nt{p2w8ex#;>xI`p6lk#hO6i!d3t!Mo3mp^!WTK tod1f?iQ+HHAn?FhldM4Tp6e+*HH0$zxMpcb~~)uvbD{sY?#NZkMc literal 1743 zcmYL{dtB1z9>;%XY31-T5-)fuwR9?8TIy7UG#z;fZ3#qJAb}_SBLF}H+-d-OHNlZwhsS|~6BdFC=;-J$F*d~nM;RNLe&XQdgFJrdpw&k@ z5N9V>e|N`(;G;GNEz8I<(=n!7Ezsd3J>7Eu^? zV?*fj@-l~gV}54fOFy4)(!V-uYJc4ZVQgZ7Kzv%`{0aZheos%dyW*BqvX zs$C)HUd0kQ-xb|L0$^9c$>z zFMEY$hz#Q>b$$^Iuagmu#PExAonE_y-&Axi zvGoQkGiyQ_N&PCUX2u|XUrQ^WRTnX}Zu)S~UT!Ne(^vFJ)$Dh;^lWPDL%2F;owQyv zP)Y14O-zk?dftSYl?>_Gc5q~fIIdH38$l~0&D4s^fo-!dgV&F8eWqFx zCY~=zg`K>m&$|#|tMs1N93%Mu@&Ul6>%B$>viYasE~w<}sqRDd%A{XbGt;GdQSxsg zgCt(GK=M*mOeW+#4(ha)#B1p4mYtOeI|T4jk1ZrW8o|1Tc^GX~KYVX>0_(&iAHQ9v&FMEG!o4Mo{-=Fbg$o zn|vA9?jrfvP;96deWGb|s6;2Z;ieHi<$++FZlQ2^?1Ns;&}jzD%h}B@R=rNnf787U z^Fl5Ex=m{vjTJ0ajij(IB))A~aPj8T+8T^9X>D5}6S+A#3i_lC13o9R|CIM6E;Dg* z8ZPP|`+7)GrzEWD?cfWceMr+f+9^~>zVfpC z>hIL>Z=a^&4v1%!S8iR0DAt%KIB2t8g=P$+3ZaB=-dC|XYyvm}!zHv=BS z6YnKGpcoYiijxZpkH6p+*n-d_)Y8x+(%kI`wt(2Xq8VR6S1k@nLTm4DvlEd^V?E=i7r&LU6H%pS5`hbCFlORohcGm^Soo! zSj6%0kUz%oHw7iku{1}4n0f9p3Jv3_tL;8mjX4UWV_3mv=>i3xMm5nk3l{wfBoKH`!4cIq3(R%XFmPD_IlOJF0R7W7L5lQwQ diff --git a/icons/mob/species/kepori/onmob_feet_keporiOLD.dmi b/icons/mob/species/kepori/onmob_feet_keporiOLD.dmi new file mode 100644 index 0000000000000000000000000000000000000000..f352a422378a9b734c6da6d5770b9a2a6a7308e8 GIT binary patch literal 1676 zcmY+Ddpy&77{`BfIh826ttl&%l1p-*T_T;SqmeLK?w3MtnZv}^v2@`$DiP6!TGA}3 zq@gBqPSLC+yfBy0vSdy_)5b1m9jDGY&mZ6CdA@&qKkw)AJ@1LdsIP*q0sugLpPQ=} z0H`QK6=1~@rHiTd^H#bFPj~OV&CSj0A<)g643UW4mKIhz+S;ymW|2SbGTvm6;D<^L z-BWo!6ys=SYyj)`j2%QrYkGQ`LAyLL+7;-6{3Y?& zVW{ajV{^!Q19Nk0y5;r`&TB_UG)!B4r-4q0k=9MPF2-#0YrOsrlYD!>XCCKV<1gQtBXzT6Zer-ANM65%TDnAk$zS04(L~b9MGkE&VhYfHQQ|&Kf<{ zem3*xa=&1;6^5qSAJ!=pK_&U(+NPPQUv1x9zn@ME?BQU2I``3Qyr8PePAu9C*d1M? zXF^UX;NB|g`S?9N!%Q>p7T^oOzOwyeM&0X<#}9z@^)duU$lp9Qb;|}7dK7a*}+&C;bDWR)kMYkaOCLz?;MDPs7*hV+y21PmaPP@?w+TH&j5p9crmS za4y@mY5A8|y(@YseZV6aQf7{0_9Z-GX4TZg4r*^l#cjdLmNOU}Y zXbxQ45K!X_{_-DCb{x@Gy$Deul$6*%v=)EBWiZK^gUlj@Bn z4p%U`!iJLIl=`aqczi}rX5)b*Vt6e(Yi_RpHhF-}Tx7gH8mF1l{h0Rv**LwGGr^_6 zH>TwH84H(vrzT~~WR!%vY$5-LLYSDif~_&7nc2p^?fd16HnL!D6%iaAJ?H>O%z{rQ zGSF*^XD2ip5U-sr^2(=oT90hA{eUa#*yDhLqXY|y!|%e-7ED&)!FiTX(5w_OhtoJi zLTtDktupURt9$hY{(RzMn_L%;m}1D!wsw!a`WW2z@!IM9Ko0^0n?0H^l0_N4>!4{5 zgTdGVjPV-E;E{;;UpD!s>=Fl9d0?rSj8b(HL;m&0FIsxbq#OPE8#GdpTG92wZ>Y3g zYvcH5NF@C75-(x}<%q!^UPxqfv8_EE2_`Y*gmHc?`+k)J+p_X#v`S>pU^qf~O+x$$ z_6@sp(TCJL3#*=Xopf=8>Xbur$MsfKMmUOEq7GBDg<9>qY(H?(#eLHJ^QGi!K8&%( zHSNvp%J%Ms zjT6Mx$!CjIuJjB_rCnU+JjkN`A-51oq;&sNJ7VGz6DRn-vbGj(7#Wu)-%$rd6hmjZ zd_HKX4YCk4bT1#|e_lA%U4~YKhJcp3C**2Mp%fHN@qY$1oTkt_V(HV+RA^5YNzxY~ zZaKYNEf#mF5kpD1BKQiE6U9dQRLE& z2+iyXFA^+)$!B+73w^#u6JC5GyekbTr?B_ literal 0 HcmV?d00001 diff --git a/icons/mob/species/kepori/onmob_hands_kepori.dmi b/icons/mob/species/kepori/onmob_hands_kepori.dmi index 6dff1607ef57442080e5eb90b212a977a72608ef..1cd287411171528c02e31b3764085268e0abe009 100644 GIT binary patch delta 173 zcmeBVzQO3&8Q|y6%O%Cdz`(%k>ERLtq!WPHfsq+V-v9N$7f3M&_=LC~IB+1%dtVBW z%UBZR7tG-B>_!@plRh!bB)L#$hlO#F@nvJL2AO2#b&n<;nG~WB?Ah6Eth#xH#FCb7 zGC)ttc@!6~s0~C`-yoOwJ~# zDlfC7C^IJ&mpWwyS3ei9D*-P1FuH_*xorRd0GCNbK~z|U?bbmG!Y~kp;Yrh)1Jna3 zy?}@pi1iG5g4(Ss&##*iN=hHNDu4905BCgi$}S2@K6<_DqFb9g3iOa z7}c%Cy)4Kc^y<8mhxlg!007$&dW%_ZEj+IE_kVDc1-*w$S-}4Q0DzTgMoWX-dU;62 yXg65%lm(-QcUkbTbe9FcGwRiO3s=C_eE`)>30zJ066^o~002ovPDHLkU;%>J!G`Ss diff --git a/icons/mob/species/kepori/onmob_hands_keporiOLD.dmi b/icons/mob/species/kepori/onmob_hands_keporiOLD.dmi new file mode 100644 index 0000000000000000000000000000000000000000..6dff1607ef57442080e5eb90b212a977a72608ef GIT binary patch literal 393 zcmV;40e1e0P)cj;OgfB z4p{&)z-I^w2lg!h00WUpL_t(|ob8#>vZ^o)e?h^*O53|N{wXu-{fpRzr)+$vGZz~!r7(f) zfBC-?cE+_YOY-keKss1yz*BWoJ^kuz$dz$j;%)heSJl>2761SM000000N~$*?*k?! zz7Kqd?*n=zz7OQ#`v3p{00000006*Wq1o^EjUm1jd{QBCzt85%duP=qpPI}H!d_vd9A{d!jSBX-jKh6nA!JTCO5q7on^b2)Tt7}%GUI3# z+FULx_GH~&*395KKmY&$000000H4QnyuURzNJ4mbpr{j(rwZ-Fx^TK*|N8nr^?3cQ<`$u z_nA3_Sj#5oTK_UBk(p<+(B^hqu_x>HvSudN0RjL300000000009{>OV00000_|NzQ XA%HYjvLIjO00000NkvXXu0mjf6Z;me delta 1101 zcmV-T1hV_c36Tj+iBL{Q4GJ0x0000DNk~Le0001>0001h2m=5B0K2`CDF6TfNKi~v zMF0Q*MJ6C_J}Dm{COJ7jVKy#%PBbkoGp2f5GaDEf86F=I5s^eB6(p5ksQ>@~0d!JM zQvg8b*k%9#0FaS=G=Fl8jkq{7QZv&tN+6u#lEji!AXBM4Gp{7IC?h{VB_6~oRN~@H z$t)@c>F451D@x2w1+fhg8bC@jQ{$6z5|guuRa}&sLcF=9sl=*HFG{S$rB+$N)z1YS zA^-`0Q$)wD2UP$716xT%K~#90?U?Ouqc9Lf0YhA%IJg@h(k!f`(n41Z%d0bt5KS)xG4% zn@$wj61wE(@qZ?FAL-`<33PhAbRUAmluUY%C z3KtQ)U_%W{!h3>91c^Tj$N~|8lHgW?7x5luY!Nazq}ms_$(tWG-2G^q*b#{&kH?0* zxdCkQ?gx*l^LdxZL2`PFV3Q19?$(1!JGrXa_cZ1YJY4IVmPMS6WrvjHaDE6LPj7GNgnU< zm_K_2pTGOjW2&c^9n(OYBRu+;7Zez$ynW=9j(UsOHA^ipDhPX1)pXAfcPN;_2KTWj z7y>zE+8%>~_woMpdssaA9mltvapafiDvCHNdboL)&5)n2?4?b**NCkhCv9Q60 zVSgBgVHk#C7{>2KdlIGIU7Y7RlK7&O3Q5X5zrLPlKDN~MN`5l)ykJ8OO9Iu4ASu7b zlNTF@X%hW|)NieP`s%U!*3a)wV3g%dM zLsDanF_KfZNSF$W9%004jp0{{R3ySZF*5+B`&qf3a)-G;IIGyWK~eBXk~#<000A9NklNl@ z(vf)6G$fw}YFHAe-dIXPB1rsMK))W({T0ES1HW?XFdb@a5n?!|+7sO5 ztu{BDrb0#_5=kEK@t8k*1fReA(POHom>ttVnm=_cnr@VdSl#Y6f*fmQnFe(Up zQ`L0O4|gb-!3OuSC>R1cW!fHtg7@+M^m|x5`5ni%oN?rr=qidhDtfqim(7r$uI!}s zC+sIVqDTdQl(DeEhG7_nVHk#C7{>2KdlIGIU7Y7RlK7&O3Q5X5zrLPlKDN~MN`5l) zykJ8OO9Iu4ASu7blNTF@X%hW-7 zXnPC_u6gVV=2&+_Qe%xVl2f)wmY2IyS$WK>R3oHvOv5F#&iXQcQmsr?f!!QiP eFbu=^E`I=Ar#rumE;Yjd0000 literal 0 HcmV?d00001 diff --git a/icons/mob/species/kepori/onmob_mask_kepori.dmi b/icons/mob/species/kepori/onmob_mask_kepori.dmi index 610c62338c186ff5ffa7d79b0ccfc664b76a6bbe..d455cf0bd3e534b48b5dffe188230811c127b4ad 100644 GIT binary patch delta 168 zcmX@le3{X)Gr-TCmrII^fq{Y7)59eQNE-mL0wXh!%#+HD2U5%dJ|V6^dU=)YEg;2M z666=m;PC858jzDV(bpudP-lmQaggz4W3L98WaV{_CLNg+q7dxa*=?-4d4Hx;Tb#%uG&@xCi7tU|?jDyX+2RF?hQA KxvXM&0L delta 422 zcmV;X0a^aj0nYZFb8bFkllzJ;ciPs1*1b$3JAvfHj z^YceKbdDd7M48?U6mY7v6w8(<4NQ(==&2aG$BEY%if5E8hc^^OQLe-k5P*lgR;!RFihT}VmqA0%x zSoqmu%`LI$-wq3Mk=`?~b-#@NT?2Km|L#mUTi%5|VQ8{BVLmh{it-mc0K%CT6r8z- Qt^fc407*qoM6N<$g0?`UQ~&?~ diff --git a/icons/mob/species/kepori/onmob_mask_keporiOLD.dmi b/icons/mob/species/kepori/onmob_mask_keporiOLD.dmi new file mode 100644 index 0000000000000000000000000000000000000000..610c62338c186ff5ffa7d79b0ccfc664b76a6bbe GIT binary patch literal 463 zcmV;=0WkiFP)V=-0C=2J zR&a84_w-Y6@%7{?OD!tS%+FJ>RWQ*r;NmRLOex6#a*U0*I5Sc+(=$pSoZ^zil2jm5 zDKoDmwJ<&@F()xOC$TJ1iHkEOv#1!Por^QAC^0t`#5TmKKEAX7mlkCOS3ei9n*fDD zE+MFDY>xl{0O(0XK~z|U?Uum}gD?z5la>L%FhGJCAaND|_8+RKQd`HNfeSrUe&WDa z@+~`uFB_v=NY~c2F#udy?@di_Ao3bOl$DfvD?y3Z2r&eHOhh3!+@kaIM>=$lACE+t z-V79QsXyI}7RE2X=!%AZaU0 zb4Oua27yFCyF`T@IZRSoSoAO2I-hT9YEnL`uB{C>G&E6EI%0AFtSm1Zq@(AeuBjKD zWp=;JvAP3tAuujHlKh%fMj%+2{)EIw7V(7)A~BA3P9W2nA%Ec|C&Ae*#@sL3H!3J1 zCMY}%1iD`6@<1gYSZf$gu=YN9GdNf~u{UPH#-WnqY%&If*>x3giYxIJfgsW9i6tuH=p zyA1)^b-~3Ojs?9HP(Z8A?#dAQv5O>XYS!R1wFbKPxPznNQm*xRw)UxBJ(4Hj_2loW zCrahtM>{FYck619({YwT=WL!tGs~6JbymIn_2^D))icKtr?5RabT(nkzL9j4-iQ>q z){Z&Up3JR`QHKo&ViY9q<&S52FVAgN9wSQoTwgNpX@A2XSGjQ+&1r|; zg{uvkCRh%^h^AbL_WJy~VWbk9I4XbV(GH}*QKx8-@46S_2zOx5qebDzVR8Se8j5-3T zSvLQ1ubt(Z%=&y6OP(FBny5hv66|NlTA#0}S|~-> zSF^I^$G|0|sDL*fC6OCei~U3=ovDSXLOw3;HM_z4fn;&Jh|K*SJAr#)uYA$A0%IUt z);~EM+11j|Q4mV-O9u^cv{w9E86D+K%0sGYGat!n?5|8_gaic}ZNUKpyw`K{J9O91 zN_0JG&xQW6>4Vg!6m0nI9~5dNzO-WA+T#SW*X6+Vq%Skv0T&3TGPKxdCHKUk#6N&b z$6O7eu7e(o(mxf>;OU-0?-mcXyY0tSZ|}Y=AFzt9BB$=lEl^Ri8Ct{dJ#fbaPd~=V zlD3f#D>zUwEZDkR!TNT;OURm4$qx)3CroplKg2qPZ*h(ZvD3&t9LouBR6vu}nb1TC zp>xFkz3}7h?RCz}O-hdQB`74hs`zq3 zEdRa6N?Uor)~n2Llx!}K(~$hrn!o0Kf<%7M%+a2kZ*|F?(xsDwpgNcwHkTRv@m4=@Pg5Nl2bW=jp^ z?|v}==F@gnCzk3G<=my~F@#-|Te4jAtfkwwE&uA?wZNc{P$)A3i2r_PKGEu&;E%Ls zdqxi3Q+bMO*TnPAJ3ISvb^+7LGR_#c1oD2*ggzsh_Z?w067XZg7bQ7=v+>z;4^3)z z>1uheojqh&LdtVF--{Sxl)Il$4<&u6B8_Or%C$B0TSjybvp7~k(>sd1#5zr5O&(K| z%ksW?Ec9PXiP0zRB=}-yxN#XN9rM2SZ5bPli`^R!UH3bTE@_Op?=fNqV2LkIS+tVf zD!)9exmv=xpa%1aJ4f66#KHvr_LMkPjS-xCqZT6QgY0~cp*z1!P?xVw#;vMz@ z8fw^+h5}mSr@HID-x91_@cHf@_e@l-t~^aSqP`(;*FMhgzGAUsJmf z5#9z&#b%k4X{*Mqn>Q#a>BNj^wn7i!xP(Ymo{RcR)Z`i7aQ)=$yCbmC=GmOzdJOLT zncZ~ahA_IImY>lTRJP*G0dV^ECswCA__!RS!Q~}(E^ogt8{M-kE1*en(U__9si734 zhuf!E0aA5Mpy`b8c3e-w z(p!Y2ehf*>NYw%WOUEzBeyzJj=XH{K#mddt_wSN!OeF}A4O@F`l7X2*q5_GUiu2>e zpToXe;3ja|ar3ic2`R~8RqpK8+_fi=ros9_7H1x;72PE_t^pg2{OphRpZ0E+zw@1N zkB;!c5-)AnL@A0gJFj}6Y+~=b4#d6hp%;`C7kgvFWj85E0ZIy=xOBy@TV08$YwV#7 z&=&@_w@}Lb5)=yBeK4%oFABb65WKg}|7}a-(iN; m`Ok9vAMJm4C5{hlh}#!oD}3eNHVJ<$Agl9s=GAAfB>e+JHowLI literal 5080 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≪mjSoXikWpdtS2Wato1-04o!ROb4}d@i8v1!i7|MC$w@|bo^fJMm zb#I;XBhzhk|Hg=Vv&aG4|3q;q@yORRkkB>h7~s>1KKre~H<`hDp#rfm=DSTTXg52q zTi)%eG1nSC9RI8fWUwxho%2~BonIk4n4VLN8SvAc$qhKQ4g(`km8FVq3#-1n;aDNG zRngmShIr;$!M9BnYnQLixnP)6{U9VPcjw`HB09P2?HT3j>MO!q-Mi?X{rn6?vhm0` zS>T(?R{oE|zY&|Q?5rCUwL((rcn&;C{tm&5v(NJH$lh>%hJ5XHDaUiXKFeXRiG2G& zjVCtu4$rjNlqz)9J4nUR16Bh0apV5l`oJGhS-VnhZSF@}?5l)D$M5=g+UWPf&R0ps z>5@)Jr}i9&LBP>TZ`iC>Gg%k)ADYF(Oi&0e6U(PH?ZmH3Gu1vW9~_K+T!ko{go{|5 zL4!5-X3*k^5r^deRMm(|ST-y>P&>Ch%g*EX{v=>cqPILak$4OmofN-(mSz z+ys`@{)@5y4v+De=)S(k_~5y3k2ma#gJ-x|%G&H=+un?=6P+dw_nvJ$_Q!>m{eBmi z&H*YjuxlA=BU~Fez~>w%PPXfy4%QeTaCX}7o*;28>j%; zsn>RTLHC2b?;-m+@#$%?2yu6?hpP*tLP;ehFTB-?1K^!Fw0S>yNN7rDOMGmp z=qgh>3K(Fn>1)VDJI&80u?Ow}zvI)R3yQy-*>}*(@w>^FB2S~Tcf{YGj)poP;R$*DBs=4*UR4LCtWV4v@f*(yn9v_JHZBa zK+~V*vtY;0LZ?+MZx|k^-5|ZQvLKAzNIR3y<_riEe{kVzeDQ$JpM#cFvfNF*AvdZt zyBZ&E#6HMHoFj)`LEIPcgMr$1e*h#83GHUc6uh=a*n+{Br`1^vD0KLuU;rvYQ!YTDDw=qd)h z4fCNXLJ8O3x_j^*L@|P^V8yT`AI{321{FE#nOhX7_&^c2_xXt`UGj4S`O*wYFLuk_ zgthyb%*hjAaLB_LaW4bS*|;Fr{*!i1{mERKsDcl4=`OFIi(}uxKaSPe^`IY_{+>javA?i`7!#UzpZxwbX>I`4>XdTs`R=2-kr^;zb3Dq*Evpn@&!#3w?9CR?05 zAy=6cZlBD^l#8#EfAfE7Pnn2U(5&;4gp^;5nFwWnt=VrUD{a&a(bi5g6q~D7Y}TAG zM3Y^_sAu@#yS^Xob%0kYZF^X+$Y&2==o+pvFZ)g|jfS)8>irb?hO+Gyz86Q%)gxaT zf2Jb_p-2eCX01)6>^$w&WAO5oD*ScFN(B?2vhA3ESSJD5QSJIoy4OxOD^#@h5(}%7a*E33SaQra1%hb4h zR_{~QTJL@YARATEE_bnlX1EKGNF2!st>@2zP!fL`6-!tC4e~d&J`%$7Lqf z5Er@A;gsI+_x5M;Q_pniN$FWR+VY)^Pg@ByXXD5Mv##ajgtpL&j<4`L6`3S|j{`8< z$`PF=R{FhHyW$2p_X0)NlOfIABDV8tZxHOS;)^FfN(-1hh!tqwA^G2>s70xiq&9Ko zRM9_)q@?yyPrr4t;+KL)QW2EYF6wET?;QK`sji0yYU)%+8j1Ffh3rs@DJxZgrli01 liB)f7(%j!pJEuklUu%~&sp}eieDW8I2BmMNSBZ3s`3E>9sjmP4 diff --git a/icons/mob/species/kepori/onmob_suit_keporiOLD.dmi b/icons/mob/species/kepori/onmob_suit_keporiOLD.dmi new file mode 100644 index 0000000000000000000000000000000000000000..4d5eaaab1196ad921406c50f5121e573a7851188 GIT binary patch literal 5080 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≪mjSoXikWpdtS2Wato1-04o!ROb4}d@i8v1!i7|MC$w@|bo^fJMm zb#I;XBhzhk|Hg=Vv&aG4|3q;q@yORRkkB>h7~s>1KKre~H<`hDp#rfm=DSTTXg52q zTi)%eG1nSC9RI8fWUwxho%2~BonIk4n4VLN8SvAc$qhKQ4g(`km8FVq3#-1n;aDNG zRngmShIr;$!M9BnYnQLixnP)6{U9VPcjw`HB09P2?HT3j>MO!q-Mi?X{rn6?vhm0` zS>T(?R{oE|zY&|Q?5rCUwL((rcn&;C{tm&5v(NJH$lh>%hJ5XHDaUiXKFeXRiG2G& zjVCtu4$rjNlqz)9J4nUR16Bh0apV5l`oJGhS-VnhZSF@}?5l)D$M5=g+UWPf&R0ps z>5@)Jr}i9&LBP>TZ`iC>Gg%k)ADYF(Oi&0e6U(PH?ZmH3Gu1vW9~_K+T!ko{go{|5 zL4!5-X3*k^5r^deRMm(|ST-y>P&>Ch%g*EX{v=>cqPILak$4OmofN-(mSz z+ys`@{)@5y4v+De=)S(k_~5y3k2ma#gJ-x|%G&H=+un?=6P+dw_nvJ$_Q!>m{eBmi z&H*YjuxlA=BU~Fez~>w%PPXfy4%QeTaCX}7o*;28>j%; zsn>RTLHC2b?;-m+@#$%?2yu6?hpP*tLP;ehFTB-?1K^!Fw0S>yNN7rDOMGmp z=qgh>3K(Fn>1)VDJI&80u?Ow}zvI)R3yQy-*>}*(@w>^FB2S~Tcf{YGj)poP;R$*DBs=4*UR4LCtWV4v@f*(yn9v_JHZBa zK+~V*vtY;0LZ?+MZx|k^-5|ZQvLKAzNIR3y<_riEe{kVzeDQ$JpM#cFvfNF*AvdZt zyBZ&E#6HMHoFj)`LEIPcgMr$1e*h#83GHUc6uh=a*n+{Br`1^vD0KLuU;rvYQ!YTDDw=qd)h z4fCNXLJ8O3x_j^*L@|P^V8yT`AI{321{FE#nOhX7_&^c2_xXt`UGj4S`O*wYFLuk_ zgthyb%*hjAaLB_LaW4bS*|;Fr{*!i1{mERKsDcl4=`OFIi(}uxKaSPe^`IY_{+>javA?i`7!#UzpZxwbX>I`4>XdTs`R=2-kr^;zb3Dq*Evpn@&!#3w?9CR?05 zAy=6cZlBD^l#8#EfAfE7Pnn2U(5&;4gp^;5nFwWnt=VrUD{a&a(bi5g6q~D7Y}TAG zM3Y^_sAu@#yS^Xob%0kYZF^X+$Y&2==o+pvFZ)g|jfS)8>irb?hO+Gyz86Q%)gxaT zf2Jb_p-2eCX01)6>^$w&WAO5oD*ScFN(B?2vhA3ESSJD5QSJIoy4OxOD^#@h5(}%7a*E33SaQra1%hb4h zR_{~QTJL@YARATEE_bnlX1EKGNF2!st>@2zP!fL`6-!tC4e~d&J`%$7Lqf z5Er@A;gsI+_x5M;Q_pniN$FWR+VY)^Pg@ByXXD5Mv##ajgtpL&j<4`L6`3S|j{`8< z$`PF=R{FhHyW$2p_X0)NlOfIABDV8tZxHOS;)^FfN(-1hh!tqwA^G2>s70xiq&9Ko zRM9_)q@?yyPrr4t;+KL)QW2EYF6wET?;QK`sji0yYU)%+8j1Ffh3rs@DJxZgrli01 liB)f7(%j!pJEuklUu%~&sp}eieDW8I2BmMNSBZ3s`3E>9sjmP4 literal 0 HcmV?d00001 diff --git a/icons/mob/species/kepori/onmob_uniform_kepori.dmi b/icons/mob/species/kepori/onmob_uniform_kepori.dmi index d9bec6e951851ab6e089001f2732c40d716712de..d6f011cef3122d717d12ef7478d5790dcb81e76b 100644 GIT binary patch literal 3279 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 literal 0 HcmV?d00001 From df6edbf251ada0e6295c5c688e70109ab2846b39 Mon Sep 17 00:00:00 2001 From: Changelogs Date: Fri, 7 Jun 2024 15:59:01 -0500 Subject: [PATCH 09/22] Automatic changelog generation for PR #2892 [ci skip] --- html/changelogs/AutoChangeLog-pr-2892.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-2892.yml diff --git a/html/changelogs/AutoChangeLog-pr-2892.yml b/html/changelogs/AutoChangeLog-pr-2892.yml new file mode 100644 index 000000000000..d99977d71583 --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-2892.yml @@ -0,0 +1,4 @@ +author: thgvr +changes: + - {imageadd: Kepori have been given a full visual overhaul.} +delete-after: true From 472d093cf7fedf90be8f53044bb33f9f49ec9a67 Mon Sep 17 00:00:00 2001 From: Apogee-dev <60533805+Apogee-dev@users.noreply.github.com> Date: Fri, 7 Jun 2024 17:10:25 -0700 Subject: [PATCH 10/22] Fixes a broken icon state on corpo sofas (#3085) ## About The Pull Request As the title says. One state on blue corp sofas was flipped the wrong way around. ## Why It's Good For The Game fix good ## Changelog :cl: fix: fixed an incorrect sprite state on corpo sofas /:cl: --- icons/obj/structures/chairs/sofa.dmi | Bin 92079 -> 92101 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/icons/obj/structures/chairs/sofa.dmi b/icons/obj/structures/chairs/sofa.dmi index e8cfa4c5509b6d1a7fc7cdd3417e7829489c264a..17c976e4650ed3c92bf692bfd3de7d6146212bce 100644 GIT binary patch delta 31810 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 I%9#cJKS^ll;{X5v delta 31798 zcmb5VXIN8R@I9IkdKVCoj&zWwR4Jh-NQoez_|g%TE=ZBi30(yQDN-e&gGiGiJwd7z z2}OF94npWPBsc#4w?6lNxnJ@m=Q%lh@0mGk*6i7+>O zU-0f86&KY}Z~iFV{r4$C0bzX8QB2!C$|koglX55TQc-V^PWtja&9d`O40$?J?ZEk+ zZI&$UxxJu_r>g@*rJCu%H=_?+mG}B2{`NgxG}PzV7hzA3=Sk#B)ZWFYTio8?P3XC3 zyBIIq^&ph&;zJi&7&HLSwZY5K=H@R=O-)~#EKKXoyg+56ueqrqJ)oXxven;30$ZS$ z9i-0h2;T!B8d#8;|6*3ER*9-Eg-xZ{dSZYkbG~d!aQ_a&1pY&a<|0)vyz0VsIS?y^ zC{u5uE(0&Vdt}pAaNuRzun+P+Za9@H7#f=_TeZ9vkUw9nzy?V0ikN-NPp9E|Z+tcK z;z3M~C@D)g8Md5>{mlZ1No|BYx#eETIMk53NStuVBoV^ zk36C4*%Y8KBM+W<#C!#gR^7`5oKW632&!8Vh^{?e=lPDbsKui{_{`$`*l48m#!a{u zt3Fh(F%1N}B_DtP%kj!#2#?eB4bqh;+kUTm~4GE6ES$L`zNhtbum&rXSHPVUNL&+W=$hMUJz>_A?7cR&KybGBr&uvfs9(J3NnGoXQLLLQ& zbyj>RLRk=!&%^itamc<_yqfCcj1kfL;d@O~B*=3fOkYR99MWp>$@^dsh!3Q9Pt#0; zb}ry;!ZJsRE#$#9mlZR=x4%{%y)0cpv@s)jblUSUZ9@Wvz73)kVL;J0zPIxRn?cVV z?lUCRN>Zc?$P<*Gt)W;}e?*}=VSHBPWg~JQw=3zC=7j?QpQy6XuMZEt!|^R4@D?3p zJOQ*D^*aF(5@H9sh`i>O1O5x&6b@%kF@Am|x3G`EF{ASuNexr|w@jH0CR0<{9k*5p z6K$vRO0A+Ie>pC_!xV(rWZn@dP0PPqP-^iHtTN@ueAXfNgd)58pKw7h@6I0Jt!1q} zbac*7Q(pr)%Lehuj5(1%SV+Dcr-}vHURnO#Gcq_rP}QF=ymYEWZG_}28V=Xzp?{30 zR#-&3d?;+0cxrI+`oqn5xowRLkbrac%OXsZIX4=CIwr_-D9z49(AZO&1e9CN_cMDq z)5$P@**0f7E`?!_+v|6Dqbx(Wm$qz8m2MqNiAMv3q~Wyi?hSB!Nc6)%OQ}EYkcF@N zqJAc!F3P^CV)_CVGIjoW;CD7Xz=6@13q=vHtx}c?s3SgT^mecHtaX41% zS_dv)eXyKI(b!zhPkdP*nw`5MxJgC?DR{rSsX~Wp6Zu~ zY&K&$S5H_bPE3jK)<#Gbe{6`p`popogDwESJ9#>LP@$14l=k zTG}@-7hYnT@ftH%;XO-;PE&oc9`OLU)fsQZ@}3b}oLZ3j%!9YE8<{wx5C+j-VAy}Y z%I^#fK5?n;!5UVtnv?qOi=U@03fLAVUq(s*Y6FhB#kakAyw}dmQCB@zMJuQ5c7KBV z_L0{_pBy;$DnHqzH)F%cz;~5giuo95yA9bo*K+~_=TH|r(A`mtj8W)>)-A&DoqIiL z&n6_@BcILxJ~}PNPZVF`R<>LhE-f%(kC?ssq3Eg=n(|V=!By<*JUyw47_BCTadTF{ zbP#Z`q%A!k%FQJRX_s{JGtL*AA%&jUTvh^=7q5N+95-%jCgXbu+XNMpk2lF5l%?p{ z(Gp}wA`TXs*ARp|`PcvZv#VkOhWgGZe?6K`HU9g)Xc>B5+?SQ&@O5N&qMN`@+jEza z(=8%5&CSj!xZos2?(5l~oz08eat*YH_CL;S6j=uO?zU@p9 z=N`4Nma8O(x_#Rk_k~O^i(=8Ni|gSE^QK?pt-QjZ>q*e~{!k&Rxy>%Cf6)XpO zG*Q9c_xuB^{vj$}^gf}!cfsQRyT-&ULj6fdShPZ4GW&mzj=p5R@Ppe~o|l8%0BB_B&0zi|?BF>A10PX5x`kpH4zF7?KyEnLW`$ zO8(Y^>7mb@uLVQVXqtPM8ka@!|H6h_da|4fahkD_P&-_NlJKW{EV*p-htM@~Wg@0Gt)Gct4%b%}D93e$ zvp;MorQ6DFXI;`2mq*3WIUpo-GNEFh*Dn1~Eb3||ZsbT>5^yK~jjG_6Fu$5%wYF>u z;XK2oZE26FDzwPoqbX+F{vNdGSWjkqX-o-aDIApE>@x_QAuBHv89{KpCniug`f}2p z7AU}rN7&3Vun|_$TE5O-&uj zJ#$8^ZM{c2l%fq+_ev}{@*bqK@8kJ2Hbp9%)w-zNqMNx{o!f`{_+;Ud9R#|?t^Q~* zgNo1`CGsYuDZx9Sf7}@a@;{bFaU4}p0oW@|U+ED5&-=zakQLcRp8LyM`L^v<%ZqKf zmWwo7x*`JcX>+KnQ+0BK7^AqBtSw-^_%kYi4Ww~wRf6|(M%2geBy?PiJ_q=W$xZg4 z6fLhv#G)iEi_7#VWd!fOAg2~ojO(TvVHb)>A9W4iedh9J{DJ}H5bo?Cr+Eq3FLSSk zBnKNZl8@CmfgWMx-&Sa+IF5L?A+bno(T;v_k&floiE{Vr9ocv>d4g#^GdYq}uxXHz zi$b$gb}|k+dM_I}gPxPaL*UaxXWV$&E+vn*-Q3xJ3N{9}zd65J@1%?a9j_QakXv>A zur}SXAU5bcFM_M+CdU+pi~@I-L21d7Zog{_y1lRe2pG8>uSz z;?+!;si7)-E{X{^7!ybcNz;ZiRSdqKk5ioy-4(N8J1U ztYR=j7wA1+=RURQd2u@*xsnOSd0XjAKFA8j?(bCLNSvEY@~8PXIq25TbpP({wFd*y!CLWL2Oh^KjvW$60$gl~L|@q0?FV zLrC!fi5?&Zsx^9RcF{MkzC*zg2D&}8IX%`%u#z`~75fP-Cun_X!mvss`=e_WiIJ$Q zp2A8us&#W!&q;_^K-NGS4f1VAGm2bUhtqJ^MMZHg!GbX>Py+2G(>H@8FO0t7Ejf~a zYm-)0H}*|LU;5f>u97NAS3WPRnG!zlQE+ln1&Sx$_}b@E|L$Q2C{5dKH~r|-=#b;M z(}3uFNtz<62E3Ee+<+LDl=N9PiT!F>{ZvdvV;R+b6MU+-xP{sLUVzH&n_?Loj}d89_}fFEyIVwZB{KWOH57%Q|3Zdvj4y z7L-DDiP7esl%`iDdk`S`nbi+0&M5cXf25`;JN=BKW0d&ryPhX02Rup3U{G4!o<=*v zjB=+{jVp9C-rUKBk?R1G-+%I> z6sxeOvQMGNV_FLvcUwECw%?-c;`?ErML`|BP~_mg_ImSeO%gErEF#0vHDI;?WflQ11nVT!Npl)6dwZdzE-@M(~9n@n}y(xa(IXsc@7rPRZn#QxF-b%yRDO+LfQIg? zh-dMnoxpDQzUWMma9oBCI`V!+*?%k$o>Wk6k;WaS;7-W`37I444Xi*EvT(braw!*Iji+XVg z!UWvd^7RF;-_@&MiK%o;&w1S!!QOUfF&V zbCdZ={i?4ZG;+&gUQt|ota0f;_2wr6li+$pxh<>->3G+9n$$8sQ_2Z+`GbGwo)a(Z z-2v_n6^tKL%FVWCRZ*lq-Tg8@mL~JeBQw(EZOqB}Q6B@?=4--cHN`F#xUw8ld}u62 z0n39dq%RHu^(fbf(dcy>r@t0LQ+MLur5PPO)<{tE1Q3BtvYifh6rQcvI^ex>ma($R zCBcf4_vKBnd&&s`C3NVo6js`w+b$Mfvgf6x6X;f>g0R*;>6LDn^|PU(&@6N-L2mY^ zHk=p-Pu)S7*ZjwW6v52*71?X){xai@6p^x=j1$0#^9)P&$!tm9LI-Me$lrw|;pPKQ z9=SxT^}C8AhF671hr-(7H7MB!1O3wW*BCqoyJuow>!CLKN6&t`Yetn0w_;2wnEUN` zG}`z+MvlB7Os~QH$}`uGIrGh9*gUipDtuq+1_- zG2>e~f_1=iYRHIkPluz)J+YUs^rQ2}7}ECB;aSQ}y{1+~xckHYObu?55`{`$&vP!c z%e@xez0%A{FVF9;HQ}yqvm2~oqo4Ka1Au{jcXxmh)-~{>CBq|2%;KpaCuO$L%m>^; zEJbxUhVws_N$g#E?1VhQsmz5u`1}^UaNH2A=yNbb59XUQl&cEE7We}&nRo$VE2;g3 zRll^?wth3(b!1B2d`GLF2P0e#Zy6hhnilps>$HM@uS?UXzAh==C~qBl;-esD21ptB zoZg`R;#Txw;D==pqP&h-{PZXwa+}KcB8Yx3gy0EJW5e@msnkk2v37TWP)r< zZ^_>$fvZKKb*% za$9&#o3}J;7A{pkWCiTXjcTc%PgNc{X9(U)HXm9q2r}vu%Ox~}yg^PBhM#}KrAMv& zQn`*;O2#O%RM^ouGDav7&G%DT7nQR6R$f%rUcP%ksZrZi!93f7W5|YMxby9-HQJEq zXnieK;o0+Ysas}!ap6)YlftL0k-aVP9@#zBx0l~1o=dDEF93K#uGnAK5eix5r(=8h zoS=btGImMa2Za07UAjvAs`=+bUI+ip1H)0xaAS_BtvBYA`YsrCzFLKfYIo=) z1GV15$WRDF65rmXiJpMi^SC{_h~}fwd)T7AujEz=Aj(ju!RS~}v@-8MsuWR`(7yV1 zp#$)-FQTCU#QEqRysIB;9Z0R{4)191(e8bR-ZniOn^EX^a0+0 z$G3EMi&z1I{^ACkIg(|DgaEg#tmsG2RK_wg2^HiGVgsAuiGvApuUx(siIeQyeKIkY zpA&yAsV)IgNKf;+A=1+X+a|d9P9_ukvY#$@k>@(S6kJ^=m%+mymE}cMNcO-hqEhM> zdo0BzTJFT`Xc=j)Iklm`$i7? z_~_(`QBfoT6>@k2DWXFj)$C-j>~u$hvfvbxdm+I&u6t0{2axF^2D**(4Y2ypLk|^P zFQI5Pq>vM|Y32dY2A(|wHByRvF7UDU8+4?3A-9HpfGy-{Fk|LHe^qJ>yI)zZZJ%_} z5%s{UFbl(iU*#9QsF9?Id-!15!#U3YYJkl}CSy`{>%+Te6W8di2_o?kl^cOLy$}r`FP`sgK&C zlZw;2(~7+KL&WAC7(L6TVF&KbTVL-3?h9+)~_i^U>AU`#xpe3jn7u*#C>fB^*tip~@MG0aknA9t0uKIOQ z^a~cNcE3agX$0$)mEB>5%No2hM@sjM2b7U1pY{>i;`@>8B4E_lq55!Q~$S1JSWYY8(v9WgEo)Y-2Ub+S9}Ox=XT+3qnZNQ?N*ZF13Y}~!LJCd z3BQ?QtFO^p;y>&d-=j42O|@F&l-i4W4#Ld2nfkk}_Nx91dzZMRH+QQ0`hP#@vG7fL ze2}I95jGau|5x!4GdiU~43v@k!=nD@n?hHaXtk#)r`7iCq10n+9Nw=t_ug%(`J+3F z*kRp#ww=a!*zq;(HEE#8xqS~jxc;Z{_2d(m&R&htWLyRe5(I)I8)iz`t#xe@v(k^E z#?Lni=R=e(vwH@!``B9E22Xlc!5R^gb|cR`$F7*PiX-m;-DJ*r(sJ$wELT?MXF3JY z!t~|W2B*xGbb|E-CxQFL+P^1BqK-YfLK}YBCi{V36iFpdXKDe&ofJV?JYxkXXa*)@ zLi%!a_Ln{7)9}HI!qck^7G(56M^{N{g0S3ayA@*aAhX-HmmHn)!y(hLRhZ2F zThZ`F^6XcWV^3RS1KT^<%QQ{w`afQ5XTcgC8Jon%0#f?0-;?ra5%A5I*9?7A=C8wE z`E5G31;sr^^D7=Z!AIxcl!%d*uJUT=hHh-?n(~wls_4dd8yBR6F?}OTj3HPcFKns1 z4x|3_hP>S|xJE}GNX@Nb4tNP*#wg4?_iRT&6DffEkS((zCy4jxELN!m9I4UW%m~#1 z6Yl})V3G|DA2**P18&2jlpKEeD0o_=i6ZXEt5~XZE^>U(@l3GDLL22|nXt$u8hkW< zPz!B6=%D$YvB95;^FHgdVfKHOC<%QGQGSk$y!I)UAS*NI%yZl>$954y%iPUjKceFQ z{1+?r_#~XKJC|1#)^-Wt;`LV8{>sT`YKO>|ps{CEQo}0RDGwlGgMGqpl^6meZ>DRA#$La5iYFsA} zkA5n5{GXSGGv^`)Pas?_s}4g4*L$fH2->YHva)VVIg@?$%u*7~rIC9u1#1vQW^Nr9 z!efn#{%UWmQ13r43LiYvW?+2y!*Ag*OnGraAz2O`iyQ*>L+TOTw}T_y?g3#Q)4FeKhDKJU@HU4 z&vxz^>0?0U25@JMy-7Z; zl;C7!+sk_Dbz`ycS`&Cr7C*5AOx1|A6~900#NwTS(Yfy=AoM$Jin1XiY!Da(Qm_pX zX}RP5v)6l6@l^zK4E>Lz_?bn_C_oNe&VKKHc1>ILU=eb~2|c*{%`WE7$jLg?e(+Nb z1oB)hKYffaT4B72fj-H9notuC%v6X2ZW|rSy7( z?`un~#~HW=Xi&VBQx^K^>wX=nKFx>Jw3GHeg9yaL-Ot_E74XCbl$*3UjTtURPjQdR zG&^vx&a28kqkMQY(H(A%V(Ip__bw=qdJa_t(q#E zQLDLrlXrT(50s9ka<>Nbw+ZPd|Gc_ZhK<|Rc5!RF_=U{wsviW*kJR^@f$0e|`my6! z6ofXZtohqzC$}6ZF7AHTlR_ilh07r#k8b&}i}=?_7@KhQX02tK46Hj`WGc9db=4uz z@LW3To5{gREyN0+=qb2wuC z8T*^-YM>IUoZR;bO@{jcIi%Fc?{D>K|NDuj-y8tp{&x7y=q~Tnk1;Ly)R@rn3meO`p;g2Q z%>;hXbN%V3;jJaTcJ{6wqyB95Mv4+Px~1uEVvNC?Upy)~`}O2U>YdZ}9_Zz2cM!D@ zTkTj6%x{4@CI?^BF2?)9BIHkD$V2{g36IvHfWMpo>k!z=AF7rss2M?E2@a0XJM;)& z_|B@G=>9)%vb3hjIlKp39SZy))M9c7Fv{P6n9LGj;ns9HzO{E_sLXd2aN)^V;l0!~ zg80$Fn!G#yG=@QdnoIAvDq_tvNcS`7p%i^l-iQv;lI6!8vn{>QfgF{^XJ zuK}T-qi^q>qZS+8#35r(h`kqa!s8q13X*SX;X6bCbA5gB)X7X}qTo7rnG5BbmXt7e zd;+sSzh{7L%a%vVZ09cEW=Gv#v#;nxTh1qWtmZ?e#3hsb}$X5C~ zxv1NpCrTk^Az4cg*UR9~9(jE&mC3GxEY_Lv3&Bl>dvusf8TU3rq(LZaO%j;3Xgr1t zZX-}1?8SiA^W+GkPFVyv=|F5o^wzg3TaML1P6U{SP#hEls1QOb!d)fw-9b)~ol%vu zXC2zHL|88yNjHAuel6W>$zEKSxV*W=XO8GzaPJg|%bbA^mYpS)=l(>4 zsWS^Cb<`T$hoqWz(Bd!9(e8b0CYPPc+`{O&bMKH$S!UIgC%paL&WOEV(_3(ZGziBb zD<|sdkOD9lp7H88o1x9<5nA)JpsMR6yt@=qLIwFWmwV2LMrrQX& zi#XAi&hp$8`LNxWaT#n|N&N+(Ob0^uI*f)4v|81<2fw=6TQ`}mnpD)Ka=rW@{`ZwP z9fsR3jzqssLl2im4L)p}iA!2d4vJ0-S4>gT1E^;8%=eI}cOK5qyCiQWk`$fuYB#f> zFA$)?Z!wGWY^MBs3S$cWt<@T5TLdYABVj&XOu&|ac?y9TKxlWBd5Q)&KZ7v1ij zB=qFg3QH1%Le+85v4MC2mtIy*_M9wTOwPRNoq;r?-LRY!`er(6A))Sgn^M(Vg+12+ z>a?HkhlcKLnXI&uX*JK9l4Mz|QB++N)3vc=$6w?^ddT(a4G!zd0-urGXgerq2V5BE z&aOcPs%mk~c|Xr+?i=-I`aVjs=Bsz*{rv_UrA<@%=1!KqoNXQr&Lg~>FW`mJ^F=Xp zlKS%)dn>j=(bdM3K7vFTDrDDko0y(}F#JoIgbdENjjB4hCpW2Yfw0X;)^*n&tuoMY z1FafqcMfxL zK5Vha?2}8~!`oi70fRH2E=n6UzRD}h4l|s`5lkR2-u1D2K%<9*{D;Z#&7e)-L*oyz z!~5no)8?P!irv#lQq>mftYZn;c>cW|8f$`gf3*Uk%oLpqaZZ-cW*&Lf(ytF|#+sC- zOa^6oqhFZp3+_uDT9fcHNUq&|<*;+Rgko~F0JVc{*B}QS| z_~lk7|KVeg#*Y#B7PVWZ$^9V1b^;%y%549aLO7dcHj;ippLn?HYXQKIDbhk8O%jBi zo;0W`%5<{d@{Q0SrkhKW#kNuC>kYg8Hi*x<@LQ@TNT7$um*a|fMdGe*_tOd=Mq3OW zlGFpj7>}|D(}XmTh<~nGB=Om9;s7-;KMinR=%f_;FA))2pp! ztQvau(C;mgwvc22OAn<566e{J7cJ+rp6eg-@(rBj`?zX1X|ufwcaoT{1=HUDLZ?Ar zX`Z%W6pvPDk0Pk?Vp9|LDP+FDANui;Rudtn#e0Lv5dyk_+T68ljYHR)rB9sLjJzHW zdK-Wbr>gDL=cERI4>KYTm~_k(^v*+UH8PJ5m(cb1gEOG?x&*groR-C>e_wi9rqa-9 znOuf+niDjb?Z`>+9cw>-Ydi>;8<76RuC+t929`ziJt zVTZTgFj}2ssktU{iwU%gE0`?r>3jv7Oi@VP@%#-G-5v+$B}UJd^CPxo_%qjZz*YBlc#sFeIJ_j`^}V?YWAQ z*l6%qH{Ve59*wajn;^%1cO={a(b6`L9VMOtp9~*zy)qD!hX&8g1s{L*{DaYS^zfsX zvnDGZG&irkPtbFkAzDPNGJJIJ*7R9Ix8l}9%27fpLE%OS3$Cw)$So{x%%se#U96_; zDSy_+n*9DyK6;wLddjuLsH&Re{Z;tF^#GA3zW13Am(#%&#-O zgEw`1s+wj^=#Gn;&!7kWB0KeltV4NS8PHd^pQkauRcKf{w6o#?#tlp6LB>IfF*?6K z8i~awITVICah6;{MPN-yx3JSgiGVhr@JdRu2~PKHHgx1V!^fSM$tDj<37seCcmi`= zI7gU8?J`y@7pUtVd9uvF@7@%oJcn%?fXQpR3%S*jVp1!dJU_8ZXk7k~W+`+UAzQI& z8Tt86S)^8uFcBVR9EdL-2bj9;@o6N)M`0yGdJRnRGj6yHjQ38h@MsnQf48Ccs1-U` z`dqr{CFi!N3Du4OgF1#G!|FeOhQw^bbZ?`EesF)`Y|}47#f|tvw(?sSMp`{e32E+)7<9lDjhao`6xVl9QFn#IS}M z8IxxdcnN>gYLqj_Zz{C{6FXBi#m45(Rgc?6TuEeV0z!@t{~QD;wcwT9)BxCycjusK z+IT47aO_xhImV=VIIE~q`dl5isC(&WU3Z_0E#{pfk_{gZ||GwC^TPhBDYGotO0f6$Ohl!KgNR4qada+XnYOL&7`kj%}JQ5ZK7RsazDBU_wxRCCSrzW_L*eaW-~^}65>Y6zEh z!8OA$%2C?@1oOO9sEoNWNdf{j8%aK1;H9{7$RrS#R(L@_0z$q5W>tNiVYao`%jH3h zm?4{bdgA@quQIDY2G)*cf~Gt>WRdoMB1;w&zaXQ+pw!(b?19w6xP%xz0ul`ODUJo( zf=b$DG{5uh6XI#M&xs~j+ADp;U`&ly93=Ds68HbMa~&c$)E^Yj6?f|rCW%{|AEK2C z?@wSXAfDk=!c`8ZrGn6{W?gdona0Gak__)ka*r!Ygda6z?RH$o!k zVlnxuJ~}Mm>^qfHdRCl9lf9dSl=xg2m2f(m_uuLoACyFfr0$dA7i;GO@tJ}&Sb%h= zi)hm)IO*%De{`PyYD@_5Y=Ma>nuJ&8ra~%0{y5y@z|5kha!=P$hZK70!*wf0^p>|v zgz?9~8S4Fr&~*Yh`Zh*>-j7VxFqbYHBBsVwxC$j-W?X|Q6Ra`5_%upLxBsFSM0;Y^ zSZB^8&^?hBnmIc0=At`~B2gcB8~Oy6*tL3C{^rUH6UESz7_K7~qvFMvnz*1U&%SKR z8~iOH+2!?l@V?$cB$V(Ox{;rBf4arfr|$99n>qJO_@P)`*c9t|!hLF+&c#v&^(hoK zS`5UVqmw<=GVkP;YO&HCMrcsyvH@DCyNbx`AHVmII%wM)4Xu0ihoA@;z1YYW@yzkW zv_Y&a`dw2n3fznDd2+mlNnWUGs8Q9@=v7T8;yis8jM@e(^fUcEXK@FVtYPd8r78Rx-Z1u%Lz8NIs?gg-*! zh;!kxJLh>{QBFRh z-+i=2qCK|aU}0tR=O)-io0oA!)qiQjWmR=k9086FK>@_DB3{_|)iih)eZ7_KLj^~y ziOFx5*_|eyB^Hf~+6pG`dY^ut2;*qYC^j9zX5mc${Qctnnbp zZIi2(=*B%&+>w^r&q9mRsF6giht++b*pvtPITeWhdCxT#g*eeYvi!AY%UpHu=b)+g z!*0N~;@m?^AK#3YBT)EU{x_JYX;D8&W4QYI^||UT!(+XB8Yt4(*xlEuWf|o7VyP0m zc_qOQ>o{EjaU<(g4y@0TZ>b7~#ZzV`L#Qe~r>$)L&ZRZdtW4j>w7hruX1i@fFwRYPs{`LM+5?c}^^)|8Wmi>Yo&eqDNTz{@WpZj13OQSne2H8820j+$@sQ37aC$^Eq zyJ=}X@{lTwv{aXrxhvLLt!~`^jJvmgiu3Y;ZdXywdr~NUB@N}N50`3{>sYNxvnKc4 zK_3PX>eAvxMUvU13J*>tlhLiAg7S=maP13fWacU`e+@7b;KG%oaO2vdp&i_tbw zG|z3V)NOD4DuO79DgrL#d^w53!lWEB=`?JCeILUgMmMV=?zc}&%bT{32a1gJPMkFp zEH0hPqe?@6FRaaVB|64T@cPa3?WInkEP7{y8{Vxy)j zs_vu7#{0gxV){1I!-+}wpqmZDKM?j-PPGDU^a08IfeUni>29Omr!wTmGsh%X<{_)F zZrfG7klsTJw|y0Dqb_v4NQ@YeZF%BHe> zA(%<8rYOM~+Ti#2i+5DAr{D8jyQ8gV`ebCMjB~2Kn-8|Sh#4*{&3_4bTZ8RWftM!o z(-Tejw~pi!YcCQ%ghhDQYLkd(qJgtfMMaS9GQbzrBN&S5;*0!H5xnMZk`F!l@7^yN zpE!K+{F5vS(KisxkyJ8;RIvy(-J{3^t_Qa@7G4~pGZpUox$_+LICktvT%OL!ka_x? z1xYpDujK8M8rm$nl2HZ;W|jtkzUQEdOeb_J zbc&U#;QF!Ea?RPp0*Q6W#{)zP!a2&FSw(b49sc0r3*{W-^{aFL>=@Z0l9WMB+Nc$< zmW|!7CLJesiEEhbUBxGWaNweT$76cI8^B)JJCCzQj|#hr(3tS(;Bp6s#5$hAfOlc_ z`x8YDzqvBy`agbmaE)1u2cNBW%ZHfX4S8=avcFwZ#Y^bViUEUs9$H91=uCJ5Z}^sH z8PPW_b})q25`e#x7FQpl9-oW(bKsYC@;vY&ANrr$6(q)T9YBdB?{O2Aot^0A79jq! zH_&T5n;e}ygGIe@O}y6I@wMSFP3y&xif4HcXYL{5*AB+fdlTxOuJ49awOi4maU%8d z!~)I~aS2=vPlWftpV`!P>^4JZ_)>j_QzWl5@I73SiVAapJM4rXxQt%&1=ZMx*LD(S zTEIv@_^x`LS=2M}q2badFZv8NU@SR0cjdCOJSehCn)2ukI8o*u1-9pS-ay?v#OL}G z2%0&+C77zu%XhiGF5d=|=qWQKU-3Iv@Ia^4$X)7*`oogvy0UDlEV&nj{fYEykJOQV zie05k*)qQmm*=^IF(%GnT?(lc4Fw960Mjcl)g1q${#F$QW03coth zvtxLXvElK5ix-PbpB5W!|MA-S3if4&g)|eXCeW>~Ete^O&z(734JRpQKB-f%)2Vg) z|9|S%oRNM9pVm8uDM`nBA)aNGU+7%o&U(SA;052YdjO~p;&%~qqLQ{h1mvrq{YOjq zxTY5TA0=zr(1a?twH#@PCR^BzNv74pl$0PUOsC1{(*g@4^@a7N+q)lcT=QDhR^Y1U z1i_mo?k9!(@5;4y*4<={>m=$Ewb}(C>#^SAjYwxuDIMJSJZXe+MsTn zu$#5LH->=K%eB-?9Rdg~4u{?v_hF!|q|h!gDxH@aa`xX5`=eKd0YB-6va?*KMf&{G z2I*756;Q)&K54fE_eU3_C)S%-iOVzE`})`*N&+lk@}Fi+hf^_F=}w(^K`|xdGP+wy zv+#Ay(Z><>DJAa9#b-~?;Ojz5dJ@UHG}`XU`Wy{=woOz&0Me{nM(U$mc_i8nzt=8M zuHFsTnYVG-c%K<2n@-1lRlqp56M zF(#8BcU{nr@S<{=kzWzqcyoM_DmU4O$s!hC9jwjptfE)v|5Czrw_MMx;>dG5|52pe zXq5~OX8|@g&6qJ7EdegNWqw3h7B1m3Xtyd#xLz)uG99a;ILY4TCmzq zCglGug4>M{OC{4hvY|#E#`5s|tj>L}>4Nv}93T)Wk-#H})tSL8>5mtT2BV!7D1}A; ztd-&G6&KfzB^TUMkx;;cm#^}g(=rquWPjYToxnh=fshFwyaVTc@cKH8>b{QAAzfe6 zSB{QZC(?^CmZUc?gt{~Co)e^5KcH{!Ka~>;XmXHjgzMpS(_LDJ86$Pl`-N2P)#Lw$ zYQ(bAcCF`Re~#S@6!7XpRmL51*}7y$?g_FKF*1^wpR`?kA6o(t^&3!Tw?ot*#s(O^ z)bU8qbMJ!3luKCG1;gZfOy*s`3SBDce$>hIzqHKo5l8&^+33 zf6O@%TLda^{aN{}g)rUE(K8%rE6X2~eGk|GWIn zkGwuETh%SFsFa~XRj)9JHBA>ALHFNZ(}SsTVO??jpPL>fn$U2Bo=t(xF^uS3%cA~ zTBnf46r>LFDpd14#iXxVpNEeP-?KDA)19M+h>w}9jTeXEi`ytz*5O58o3if}2^kPk zEnLKL{r?iZZD1kgmv*B=0Q12?GDQ^c{|MlE0|qjd|5Zjkqj6$y3e%MkUaC%{`l&c& zuMdx#Aitvs{74nzu?4TwsGC21G=tZO=_rWE%}zFd>gC`nqMqXO9p8SC?y9hyrtE4d z+r$ER6#!G5drqV_BtW&N;6_RbRpTnJ-P41p@v#}|38i5{wkvJ^Ig0IM|JG~3A4W>7 zsW^s7LYnKhyqgli`FSrX?4p^6+?#Afyzm-(2M~9J#GMlBs6MCrpBgSdJV6`Hy`h(A zt#5v5E=LRm+kj-RxX061(`UR-vytO=^PcDOgdncE0?i zNHvm>d335=J4I@PyxhB3{^|38czEeETiTFz0ns zmu1w;nKt>=+J}!6jwMLlTZ*4@Hm;BWzk~n|k(!yvNeK$m!>P#Zi%OvMim~7!aYP9m zmd358*y-DLP{=~@eV{yE_t)q)2d>9aili5MZk^cl|4#w;+}}0uG3@(YOo19%5OnncDj@hIA%mnjDAxPt7pGDk%Ct7oJZ7uNAv|j*g?I#r%iv75>#AE{f&J21TWyT96 ztyM3T^IJT%s#w?!Lrm@7o=|7`!EnEH-!DE-boQ<_I9D5*w%y(+eYaH#5CyD2&)02FIaYl2O#=PqXM+3AVP_XL|L-@S>QY*A%_x=S|-4i)d13H$c^xefx)%+eBy>n-; zTn$QDL@3@3DIuUgqo_q#*>vY&$58C3^~`q&$ZRNT3rHiLC7;9tN?)O{6AF?Sd}IV~ z^tN!KNqSC3sW3k}aUb9CUnwYH()`K zmpKxAe2YVa#fL6$n{hScC|i0%Wuw`-nF&!k{HZDA!)vP`LkImq!q`S6SQPy3)g6)^ zO~%)>3d=)s*F-jW6g(B<2_WRjozNJlw(Kv?yw?=#pW`Qz;{LYa4&Egr+PQ&lu#|(| zPeO`Q9oT6mOb@AFB|+;6{yb2@Y~f0wq#5v_Z?+y%obC^5reT}UP-R>$AWYM4Ij_o1 zEQW1-_I~~BS@!6sibs=(j}lEjp!{YEzLzE3eq7XDJcS? zbPgdMLkZGIgERsI!_2wxy`SfO?$3GO^ErP3A1;P{?Y;KeYp=b(>t}GJAm&#fV;!dP zPJ@K)Vd`?-#=*fmcL){OU9L~usKBw2Y9jtig+p|BfWUbu#7?I87pERP=A0UM^X69H z^BYV%N@Lvg9&!4r5d1?CU{UeyZW+U!7qSF*ySF&3kH?p1wY!FnKK|?MzZ&xk92j>T zYk9_SfS>>dRNL|e93KF9CI31kQ~1_&LgpXeIzp6{-Uwv|>6nMYr^<{BB(Er;L{lrV5| zN1JDh#F=2diH|_vV`zH1sMU5x*1;z6>nK{{_nU1U^C%r#-9Z3rv|(>rTDQplpgP_0 z$nF!X46LHv^;*7=ovUo!5ueS{n43mXf@DDZ+H|^te@&iY62X_UcwK0a{bc!n!*Y7V z1CV>%99ldx+@F`V8ejf)ED~B5h?|Ct7$VRf!EIeaT`=LLQkH9%C{x=~M9vS2;1Nyw z>X!F_v~eKYdTT0`oda9jq(uuxzoAMayKX~Lo>u-lGg>c#)sLh&{sL`zF@vYPgme9? zwZIEm`uvuW=%5>oQd`td${qd5_i&rBp90o5CzJ!by%41Z#x3X&Y zJ@4pb$Da>QT8g%4^()@-gDjS%!%5ji6_HHz+hVyWr=v-6AX_l8MkuPx1sv~Ey`;Dp zUSNV#A!KHK{$W6+@(%(be~31c6y_$KpNgf||7PB9yrD^qJy694oGv0-Hb5_ky{6N8&%y4YeqWA1W{6~SRZzLOEICgeu z6T=HSZ45<(FPXhFO?$i50qx%YbS5LAwc)I?*x?BA!r`hvXdHepHx~7rmx815CLcjr zXQwh}JYC2j9-K-r;>n}9%n<6d?reya+)I3G%HB`Cjj2xT1_kU$q>paJ&Q|5!&rJBa z=iufjgoLjJUi&PpA79@Qb0OO?l8QHmYYuGqI8pKRo<%!n4*{!%PX^@SKTRWZF5~#5{b$_PI5_stSy75RI1w z_xXAFZHvaF2e_flLpxadQ?>kdMW7r@HJqN7?jiYHcyKmG%ojo{kyRQIl0WuSKoKug zDoS?qv7v6^UNQ>A=Io2twblld3Pe0)>i(b9+@AaJ?X8GH**Z$~Jwz2n3pC%o@ENXn zwM!q&Gob(g7m3(_j|D>J$mSAp_wvA$jV8Ze+6I^ldJm_!5cN`C%!=F=LgGn5>4voaMai2zm}# z0->G!}@b?%auGq9y(m`;#@E^z~Z3BF@-Q5;X^?%1R7l^!5PR5>$?DN%{KV7 za8Y!M*7Z9j3B}O@)N)D*^tnum{A7KeI3}Y^eA5-;S^5h;qw8FYYos=2>#ne@C!CY{ zTANdw-Y418mNQQOJ2Q8xH1pfuee4_~e>e{#ShSKn3AtrB8)3Xhb$G47l`JT3)UTE+ zy!~S9sF6Zj^^?83I^eFXXIrHHc2(8ckg#R*F8W6oz=vn!wk%~ED67FxBq`=}2w6mH z<@yL!s2xh%^(ZJ#p~aN?;asb{@1DZH+Z@e>|4>}uU{MzGWe=Da9P}D{XlssbTzLkc zUgFr8@^wCcySb-x&eoC6eLk&OS-18HZhh1@eRjE(kX`KLXJbCSJ};D2`ywefGtKJ7 zDu~c!XT1w4xwpw&Lq;+2_}Jr~CguXC8PKt}PVV|Ih|Xt3D{1@jS4u9%WZ~ERcpK5C zd_-_=!lPT4_1(&-pE$i|r9oLow_%hdSz(WGl16$MsLWQfv%<;#&CKQgm2}Y~O7bK5 zNKN5Gi3Yf0B}w=40U4f3!=9s6L^Y~n7D&iRgvxX@Qac4ym=TL1)&2cl{n4VPE->)fu$pcy8JDsx!^7*Me~_#--~Mx#HDuXA4K3M*}pv+$L*77p;E~SS&^Qs zPxxyK5X56~9PG^-0En5>k`2O^i_gEZI4mq}3l(?|SNRyEzdR7vgDFVS;Aj*(T~=`z zQ6ZV{5vjujW(EF1yqPCxQBS0UPLOig z;CKP%z?T|b9nkf=2q^_~IRHU3>+j@nHv%mo*L`7kafh4WclpkYsll%_cXc+A7&!p(lvLCaM^ROWgf6)LqGdVKDaaR=PMBkg3 z8zbAU^yYQ|0U5*;R@pHVFOBWY3b7{IF1 z|6p$z(xLnD*_l$z`mhT^I;Ps<^^4$v^Z1Jtr2z~11{9!4&B9G^e)@_0}rKnk%Z`Nm)6g_f96{auS+FqOz+0x zbrL7_-bwv%`WM1qz(gr@# zJE`|(Xr&vq(tTs9jvTQ|Z0D6_BYf6zB8$z;!adGpPTzLBm~H$Ykhp4N#K24%6gNpB zl??#BlmSS-@n7xOEYyzt>h5p?1sDgq;ML1C*)4;)2{3fS^LAdCm$Z7arjQbdkuTXB z^)^pXuAO0zH5NInv`SWGd=|X_IDl@5fBG-O1<{ymGr2?KXm2sZffb>$xWZ^%g1D(z zyiTAy!}jq&4E3JBxT^Yh`9YFC26@+{nN(&#V)dFP38i*9nGRBz&J!PicA6$ zbv(vWvJ-_%p=0>^=RZ!gU%#|f4%R`4h-^GqJ~9u(Rw^PXLEw zJOZjj!`X5qjTFqm;NJRX@!n{Y8y=%v6IQ%}F3kc(X>|nSx)cbTEpYjT0ecu znU_CJNnCl^jKM(mYCryxP11TUz3+cqK#k*qtrq`9;7tU9*@NfC^`Ru2nJ+Zy``DEdO7)IN8jMs5Hn{((s5OkYpYR zW(wXLI{B4$49?RY2xiR{R@>WuL(m+$`eTfI`CTJNg*_rY5P;)e$jREWJgR@ z<5A$JLy?KtpLLEGCyZDflE9=8m6Xm>{~!oBxk|!0>kNw2HCnm%&FM^|_+HMUX^I6! z*M3HS`*w>|DscVeR>|y50&ZI%UhoMow$O}N`EQsl#0VDKXZuk{=za{Ts58!!_15G1 z+gKG+fZAOAmB8Ksw5GR0YJ8S-6zn3XqA5$1G$Do1P&Nx|PtLP>QPgm(;-_yKE>GI_ zek|GsH})wgpTA=QHZDm@5QBofhk3SIzn(Doem!xY6N%JEPjXCP;U)`7AyGJzK`Fj7+Ix++L<{Fo4H@qvi> z?7fNmYN*=R^K97<)#6iq)tyx~zw`P0s-1-xLLfQfST!Fv8>eFb0=NlfC4OBb8r;rk zKS6VtOF(Mi*7<}3L;Zqmk--Hs0{cf`Tq^I*C(^tJ4Ch0{lGzwT3cbauM~=PC0&BJ& zzkvoXmn)}+>!#?Z+sz;q%*u7fyzLj9(!pTMmd%;|@e1i1%ZC{&?%tDCcAC(s@v0aB4lq^J^Bb4n+TjbnhAhGy_R2Y?9*cc!xY*?Rlzref!v(2}>K;HBgpflKYZ zm=p(NROo{A&zK&^Udf%2QXQ(Vb@{0Pgay@BALpmoXIt&NUOYnoI$0z~3>%mb_AihR zEip*OUZXH8OP!z6Hti;y z+I|ESDKpA#i~tiQt{4vVXTP}ELAD;(6yfjz0l4~j!0t7 zeU>GUoDWr#BDB|b?4<}F-b}_a5GMVL>=UmAu5Gs(Ey9ENC}L@K$?Ng2WoJe{c&>c^ zYyHT1Y{>(e_q2^mZi@;9T*@<$xB|0*6u1uI9EAQ^WG;bq>$b5&9nl}W&jB|TLYy-E zqMZwx@|NfKlzF(wGd73Nb*fa-{{Z~15-6+5b`zofWEzk2^MH@1ZviL98_GZbV17<> zk~~dhicDPVk9un?Y-S*N&{R$XrK48lhA>CLucZuSt?G#Omzf{$88XHqMG&^ngi_Mx zyEK0n6=Pe*t1f7;lUQBP%vEqsi9ct?T?#kl93W;=X(}4!&+F`$+&2d2uzX% zSJ?>1eqA36sk!}CT=8oYLXzDxwEEc-0~b~WJW>cJ94wadcCxRzH?{^TPs_L*e-}$pVZdA|#Ihein8T-CZ7Lgw$)%bP}i!J|fMr*p7?D#BCaHo_OSz zq4n?tDXhtJAamjp1hs?EUvlpEXljTu+_r(#H%s8hLFkcG_A+hL&|3vyak&tcR-fmc zXK;3fE}P4xbD*r6EzE7PmBjQp1c#JnVUj}L>T-yG7d64gfUWtiXy115JB(myn}7lb z5w5#T%!FihBzyWx1MuO0a9Lp zznf8E@1!3?B;Q$Y`awSH$>)PNNOTt?)mQ_pS3J#_%+KY~-Fw~-pmDG#PmArLc_v!t zf^^djnB?zRjvW}Oc%FqR5Ra`pa3H}N=A_`W6O)TruaEzB-B2dY!pt4tx!jes0e}8J z7j-N_3VnOmLiC^~jN;fgs~Zh$#VsZfux+G?;{={5{D35@d?FQNV0V0oT~#)l1Y53< zA2_ZM=RAX-4F@UwhDAjO zbcT!qK@-l<0X~2aH4|Qqz*ghZ?a`&witlHi77;DiB<$ukQnT-lKQ5@sVU(1ucf>JeT0cWNs!6+PS^%2*COAIMmn6`KLk(V3H{3BM@n0JOT^uTa7Ln z3Q)2rJd@SK!9$we;tZ+cNb*ZG0JdnT0oMLikww8cD-(} zq4e83a(b;MYarZcHe+kdHfS`rI4OLaw(OID4;>Xs+$423{-AtcUF=yQ zTT7N(_f_g@lrF;dM6X*Xf2M|D)@*?(AHCd_(9~%J?swD#*;W-!Hzg_mC;N^e@b+%k z=@_-TTPiTzQf=qT%Uu$b*pEs+#zAv`)D|C{YhO{@{e{y%9w z$91r2_^gW6E8hyXAI=t3WA0c8HYC|9F0f40(#N|kT~y)5`tfg?=%5%h5{<7vF6p>McfsGYopi!iu8OK=Kd( zEx336^G)o=|3vJy6!?Cn#LEe4=NZ5&)3`1DXpoY0?Fo6ef2SW|jt+WV{d#EfnL>TE zs_HF9yM6$!9AnWCU6dRH6paGhb{klt*Er#n1uG8ID^HH?bo4sN@1^L z7Lag4*QJU1cMT_;MbLQ7&ABT_HhsD-<0Z-xk*1s^FR&+a{bxZ@hYn&7Gi-IKU`A!S z6-sbR3@Fi#5V(!#0YH#8g>^p83+3DJ?e@*Tf@+?C-MmSvr~z#d5sp$8V#vR8$idwY6)SnAz8fu4 z(^h;V=7T1`mKV=ZkMPNUEcMHiGP+P8S#<+Pu|ik|G@ixy)R1OVK!XpA-=YU7SqMRSIMJP`-o|oDazywEBu;$d`41vcfs>e`9{8o$$yGbsj3N0|r$*;V<|DYCjIWp&5Sw=m2K3wZ zmddj{rO?W({WLeL5}?F5jw-C65-kSE{I`Mf5&Av~?0lYvAnk<**C4ul!UpYW`H?3Z=e z$y9mSt$u!hzh*3P6+zAS?o)R{DQ@J;Iw{TAsW|rpYAF~u7u?2|+8Cbc5D}{X*1}M_5xrS>gF>0Y8h0{>ho=5n}__I_4U4zhm zLxJRmXsGpPpN64YgONAl1GlNC>!73|Cl6gSq=v;Y>-nu90mpSmZ>b#%%!8|%)Zb8^ z<}HND86#wt@E%1TS=ij*xBYsQL{$R|t}&)D^zAmX&nDgKw^e|a3(fRPY6z?L5C0W) zr0iiqb7$@FPLtHT_xY+szOS33L)P0He2!a!_N~RTEn;u)p!Qya_v471XCRU6-_Ff4 z1H4QYGT0B;*7=$Niu4*dj_Kh-4Iz)t$cNfs*CI`dvQF;XaFK7{OdmZ6j-YgaSR4GB zq+s4++$6;w!#CX29d`-TWR&YZVqRk`|6~!!9i(w zDaF5%i0$ra)Vk%EUAjowB1_(UT6gc&T>>l@i2ALo{@OITqyH9uD;8&<2Y3yd%CpH< zVcT5qLRhdz+vTj{Wk>fkY`>9I3cp;&J*Izoc#CLoWsaHA5|(Yi&DCwXt=gu4GM2JW`Ota!GD<5~+f9-ub5wPLq+XrndH_ z2T}13DJSj?3xV(84x!VUQ^ghsYwE_Ll3Fp>a{`y>UK@yR;k}pN49_^yBn!oJPth1kzH2UTdIY!GwOC*;}=iSoF`|89hq?-M}3)eYTFKTt- zPhycV+deAYV&%uLLY~GK9L}y3V#60i8r-dK(Nbe7oLw>4!ETHY{DVDz=$QW;kR|6& z>~+6uId1nO5h7Jb!bm}|j5*>iPuk+^(%Nx(HK(jOlZ!y#CFdz%<@(u)LQqAL=9)_D z0S2Sv;r(j)r_jh>_N#U~{=j8yg;yf2BNf|u?CEJmogWDV@v6zA1>CJ*Z9%TC+a@s% z{8Z^utY(hRv7j8b@{%9^q8KPs^1M{aU~eb~%+KN$ZC6Fx_iBAH)k84#kkH!YhQ~ff zWq2m03|!K95;5Y#FTyW(WCu252EQ`h4~q*UxiLz*i2vX*=oQq7r)t=>&lFhWkJ&Dn z)B-<9F8SY)yoA0eCJlaneEJSNGO)d{F%3(7^tS!#H3NSDD=AwSz;X_teY96tFY|Ga zoeZ*d(!KU0wi-44sOmdpMY(mk;YZ)cEJO_0)L@p$!AGqWc2jd2b>Bmd5LHBq1zK`= z)EI9z?#n2A!oy4f)c|N7em`zd{08>0o!w=BpqFc8CN&hJbCm60@VTOiZTi0mx=Xb` z1RWbl&;kEI=&%XKw_w(v)jbV~bQa0AiIgl28PeG)v{`dzg?tx9IbwB0Fy;qm9~#e{ z$zVtOF4RaN35F0e@oE6}60AF;E!2jK0mmt&Z#znJ%9ue9Dd%cw<@P)ECJ7ezud9(9 zVWY#&F8%@NRLNWn`(lCQMMt~UV8`q;`UHGuiDT^zx!;}ZNkShSd$XBqp6ctMd(*JR zycPxrY}ULmi{(ILL-mzm{jS+dkSi@~AOLYNI_0EPBG3*1;kb4`}vC48Mq4ji_BZQ1kxn zX24&@%rCzQ-yf&W-n&BRe$Dvj{1c&@yfW6U1;3e>AU=mb`(-ooX_xM&JIQ|&bnm6= zlLsN4HJS&5_vhyW9CJ-24zPn?XYL*kQAp}Z*)1%DN0?fE2&XxhB=GYA`tFk?A3%QJ zL<-P{%$~u5Gbl?(iD}2@uM_VGyEPG!a2DmtA2aRk)&91VT~{d3fv?hCL`QG6UyEJY-VsTj_v8H3+dM(uAiK*T30njxf~v^97C#eDF`*lPj}?> zrSuy5o(J13fZZD&=uZ)YZXWN_pl$}gMZ8PW`YdSRvr&1*420);#cBJXQaW76W?8<= z(oKFQO@&U?ol#W~iE*j^D?S_?{r-)y996L!k zo`qgh@^EKwt3FCJZmo>v!`28=l=FMzPA2*z_Q6hmZntuUwt+e

$^|h zA3HZxdz^6@(~yn?#fPBUX}4>`(3xyzVw;{*=h2Jv4~JZcuYET~D2i zk^k99l}EoXb@WNyymvQ((6d=}=z72}dE&TR5ukxk@`#+C+YCK>jd#Oy9dqTP?9^vQ zA$D%xjR-93l;ZG1?V(_@Z=;+Fv0xXIKmxHqt?%I>0BL*7ykZMnyzM@#xsn9pgYg6B z5{$0zbSl!2*WjSFM2E>qBBZJf_Vfs`S{JPXHhK^hCk|oBHfrGdo!K~^@W78;li-B+ z%CDEzlHGDmCtu8&EoKPzQC5Xh+97g`IggV$?+-lvJcq}ClM(jew{Cty#ldNdOpPfP zvj&)TL{C*ULg){Ff!=zZ{Wr`C*w~U=0c=ai)%SAagNLIAn~yl zY{+j>KfwhGRdfaH(clvhiM10OGmY+DqB|yJly|(p(f1$@;ntpXQ>sB5ZUB z_0{73eLAzTCXwD4vi~6E03GDw0}Tp&kR3B-tJ|&rxyAqAq#Q)Qw>6ozs!52D3Z@v( zvBBMHw#2l6DL-N!$A3%l`&##@mH9^(MjNPQ(CWTAh{^pYC090|mAB=sxjHHONYp$d z_zfjy7PrOYgV=A$jqb{kSDWbRqbuzCAS-1lPebao;U%%c}PJDbU4y$T>Me?yXg{tU~aMR z`8>JUxk~o^mE)Yw4Pa}h+BaC46ufro{Z7_ZYV%bjZ@U`El;!Mw@wEnYnD~Fi4M)xx zpAf)%miFp5Vl5StEwV_oFKpZ)>Y|2?#O00=l(zIma^Jri&T@F5;RDb~;C~4y;m;)= z1?uwAy&7kd`$hdQ1~6K?X%4QC)29VNuzV?mqOYoljkmdknHE1ieYBTv&KDdZ?OHpB zv7*lFMfV53LRQ@=ZG$b@8Rrx^Sqxo8nQw<_;)c=i`mN4@@zD4=62Go5#9pAj{hl$J z*#pmFA+2;FH-}@Pu<{~r{U?iSNDXC;RPFtwzobZ?o5_fR^;r>u66KqXqnn1L@7^6w zVh&5OP>ABr=U8qe`)Y35gUJTeN)E}NB?vp;9aMDALQ;BYxG#$C@g8eIWlIXYK;|cd zv|Q`6F|vo7+`%E{^;@@C*E%z6X+GvHKwT-K8WcrDfXl4LSbIWQ&lAw@8JlnXo0kLr z0CPs0nk3R)Y&iW7+^{H%u`EBa6;32JS7-zwSbC}WS{XcqdZa2L7NSR^Gj&#Y! z@VCXVbTaCEF3iFj8KfDOyw;{aO!jby<0zC{)s`0(=sjz8A#;Kk!m|%;-vVN{o6`cy z8#ZpS8YF4bx$Wr@??E1M0to8TrT|U;@_Mlj&#h; zx(LR1oIv5tlEP?HlpskPxM=?^?^b-RP@7Q6?Bxs5%5hQJlJ7~wr@nQs{h!|C&;z2U z$RLVyFwSNY6w?>jHx-D{kH+`O`NYs{$HcqS-nth??n+}2111Q^;qM&)Juf}L`Q<>o zVA4o4EaweBo*-IlwJ;hhaAdUwBh!eGouR#4C&>zJGgOIOh-TxIv(e>X$dZznsM1T` z6YzM`2bpB!wvDH&>8?3rG`D)50sIZf-P%*AS?vc5AG1W)G$ZfFGs(YyXKE8gV`IIL z$-q-Ax*IQVFrCI&w4EZ{61c2Nm{pZGNgI3eu+=gJH%&YrPOtr$e>_)l_y&ddlsQ&d z)yV4%Kho=)xeqHRUCC;8=q=O~^`Zb_ee}0#HUktH`8i8cT88}gT|gc)2XdQ-*~*TX zF{Aj|%e3aVD*1^D0ah_>)XF@YH>+qbZBdb|o#qL#+?b2;aZ+L^{8cQ;H60VO2Q>jU zWADw&D?M6nBRVblB=}V!_G|{RNwrB#KGGBTqLg6lQ=$C2B=!lD4%kFU#vYU<5=O9! z^8|$DVm@3+#)(ro1dnEzNyTeoHf5k&HZ*sLcW{jNIOeA8<~o(Li#&xVpry9{;;dcl z|0x!iG;&A-)P(#)8gBT#IU{|rybUS*IYh>~A(|bZi~KHf%rorE&9!Sn|77AW1Y3-l zjK}U3$b3(XGP#N2)UN(+N2ts>a3ua;@k)gNE z$S%7*VoKa-fE(1}$1{#3g$**psxtch&tek~d6)V2#J(p6j#H^~ z4ob(%Bh(p--tkrKJ|uAUUE2945mz6f95gOyV;+=)`{J-= zVML1M`XGoGI|5_8Ak93kG4BMY9Z>SO9Na`IUrDP=OEqN~mN%}h{d;1x_&<2KY7CC` zvk<(IvoYMV97Kh3C*v#U+*Ts^^KDQKF2h>~oo1&>=6DM$2RWtAky@T5oc=-2y{<2m ztjfW|p%puEN|U|UC=~>{u+j!6NEk*yaQupd1OAP|6|$ry@+8&@)|%V(wjNt%p{8|6!W`2BU$8y5_qR`HGmQicdRuXwQJTJNj=Gql zEG+lR8bExx=f7%6yt2qN#4i;DwG}WC+-ev!ug;_EH2kT zNx1Pn86Bu7P5~TO@}EeY8#bXWeKYj<%0V=Av&~Hu<=SKgQ~*(uAQKk}GI1~T{$}Fz z3WAkRNVo{1HPk3zVot2-!N0f`h8&DuojjG}w zl5j1Rr;Q)?*3d;mIMkw>tuA}eb(oC+LOx#<$M!5Pfi)RBUsmfZVVc0T+X8&Jer8yk z*`ZmnSH8{KCb3{z+@vAZb!#Wc86DT*`U$qg?ANPZdrN)Q$Y7K!8Jql;&tvu9bX=>g z?+x5%D?ooClf%3MzhHb>(`$V9eT6x6n!YYpgD?|YKdR^yKT1&*0;e=xRrWVzZ3lGD zFPNvDa0HQoYbyr2U!<6?B;pEEJ|I;{Oul3h6bTcMt*X9lur3LyTFz3O59+O)KCAdq z^K04Y6WLOD8vg8^MRC44Ue5MWeQbJ87(r$Rc0~S&JXB2L3JYDE52n0 zLv4Dhp922DS_ALslk)+lmEp+pgHgHy<#gwy>{B{`bp7_QvrdQ$cKP)CLFin@zHfFk zMxDv|yfJiAe?kOv6XTLKM?VPsa?$%p7KZr0Ro<3XX5HrQG@<*JZc&XtV=m~*fPcU8 z2f*Q~0^>X8KVPI?A;mB-QV;op&j9>E2Bu(j82=;ITt&42(2Huw<8P?(yb#|<2~IrE z_jU4dd_{||irBakcQeDB<=%7-a^u7&VO-A8+}_eSCZK0FZo5yanO`Ru&>uTG0);n3QmpPaT7PbqDeXA7tns0mK)#2%h37WlG>Bb=Wys4lx|Zlactp!6&359e5!LOtVFLr zoCm$9G|ApT{vb)?g;3dhgU!T>*a-kTYRVrm{cOMA&{ zqI=Xq#g5$$0qsXw@#f%wGc>jy1gz_(>v3wDKSCbi0i#FW+5- z+;{=@u%%4EKA_C6cI2;eG!TGXV}4Z=)+c{h)mseg>?>Vgy_*nwl4DODQ?JI$34!_g zx-I=?o-@0fLw6lQN)ddOpBfxA+8%y`-Td806pXTKLilQ43AZ7Fw!a;=&t!_y9O%bI z|4X*bP%psJqW2=}%NwYUbV{PA*n`kVq6yS=Ijpq#X|ho_t`yr6%5%1Hgpx+uL0;rv zf^A=$_Qjj<2^_oLmqc2=8p&2JLjB>Pj$Ua33h*rg&<`k%<$q6+L{ab?c5j z!P~%yQp6DrGrJ>XvDak?abw z8e-CnO9*{gxJ|hH4KDBQY8PLZv9zmV|$Chehs&i#F4apLJlrRjMJ8_zvpz zmY41J&q{yf_hO07wzK1sPK%Qz#;Ra?Ua^y4u5^5@`ev!rN~_i)>vHlU2ST6X-Y;}o zkT=Sb?o5z>t?I;dv%`CqGHI*5U^e)OQuHLEkW-(1*jA#DPjQSVKj^5ME_M$X6`_2? z3h}wU#tkDRqddm%^3$=CXW~Dz!?C*QY(s9gkmdLDDA2*@pwb}3EtjES1iLUlLonlI zbQ;>)JY3&^N#ru4O60ovx=UcJ=%A)hOQ^x;ovCuT7Ba*7w2(; zcH5PHp6S)#@4dG>@1N~|TA^9sKlFob&auq0*{^J(wEipor8ZugD-M*F^x*{i#lOy& zY9n!=TWmL)v_oQr?{{SjsBz*Ro(*>(_5$HX4z^m>hW~yr@y6AIVK*8-OBsnxo%!rr zY@EFXCQfV6f=@;syk+_KgIUT~4=%IJy6S{}`zz_8%_scJg&a#>fAlF?cvG$s1cFC$ jrF~rc@d=awk0t~EiANf;;1ei!3DLN(d#_yCI`sblCErBD From 6ff03bca4fe36f77928f89eb4b764660c6e8f5ff Mon Sep 17 00:00:00 2001 From: Changelogs Date: Fri, 7 Jun 2024 19:21:23 -0500 Subject: [PATCH 11/22] Automatic changelog generation for PR #3085 [ci skip] --- html/changelogs/AutoChangeLog-pr-3085.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-3085.yml diff --git a/html/changelogs/AutoChangeLog-pr-3085.yml b/html/changelogs/AutoChangeLog-pr-3085.yml new file mode 100644 index 000000000000..5fcf5c6cfb5c --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-3085.yml @@ -0,0 +1,4 @@ +author: Apogee-dev +changes: + - {bugfix: fixed an incorrect sprite state on corpo sofas} +delete-after: true From acbdd4519ffefd8034952cdcddb628148353717d Mon Sep 17 00:00:00 2001 From: Changelogs Date: Sat, 8 Jun 2024 00:52:30 +0000 Subject: [PATCH 12/22] Automatic changelog compile [ci skip] --- html/changelogs/AutoChangeLog-pr-2877.yml | 5 ----- html/changelogs/AutoChangeLog-pr-2892.yml | 4 ---- html/changelogs/AutoChangeLog-pr-3081.yml | 4 ---- html/changelogs/AutoChangeLog-pr-3082.yml | 4 ---- html/changelogs/AutoChangeLog-pr-3085.yml | 4 ---- html/changelogs/archive/2024-06.yml | 12 ++++++++++++ 6 files changed, 12 insertions(+), 21 deletions(-) delete mode 100644 html/changelogs/AutoChangeLog-pr-2877.yml delete mode 100644 html/changelogs/AutoChangeLog-pr-2892.yml delete mode 100644 html/changelogs/AutoChangeLog-pr-3081.yml delete mode 100644 html/changelogs/AutoChangeLog-pr-3082.yml delete mode 100644 html/changelogs/AutoChangeLog-pr-3085.yml diff --git a/html/changelogs/AutoChangeLog-pr-2877.yml b/html/changelogs/AutoChangeLog-pr-2877.yml deleted file mode 100644 index 42882de45c2d..000000000000 --- a/html/changelogs/AutoChangeLog-pr-2877.yml +++ /dev/null @@ -1,5 +0,0 @@ -author: FalloutFalcon -changes: - - {rscdel: Removed alot of magic cruft} - - {code_imp: Sorts gun defines into there own file} -delete-after: true diff --git a/html/changelogs/AutoChangeLog-pr-2892.yml b/html/changelogs/AutoChangeLog-pr-2892.yml deleted file mode 100644 index d99977d71583..000000000000 --- a/html/changelogs/AutoChangeLog-pr-2892.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: thgvr -changes: - - {imageadd: Kepori have been given a full visual overhaul.} -delete-after: true diff --git a/html/changelogs/AutoChangeLog-pr-3081.yml b/html/changelogs/AutoChangeLog-pr-3081.yml deleted file mode 100644 index 0bdc52c7cfc5..000000000000 --- a/html/changelogs/AutoChangeLog-pr-3081.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: SomeguyManperson -changes: - - {bugfix: gunslinger applies its spread reduction effect to revolvers} -delete-after: true diff --git a/html/changelogs/AutoChangeLog-pr-3082.yml b/html/changelogs/AutoChangeLog-pr-3082.yml deleted file mode 100644 index fd21b0f418a1..000000000000 --- a/html/changelogs/AutoChangeLog-pr-3082.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: Sun-Soaked -changes: - - {bugfix: removes a comment from apc.dm that was causing strange errors.} -delete-after: true diff --git a/html/changelogs/AutoChangeLog-pr-3085.yml b/html/changelogs/AutoChangeLog-pr-3085.yml deleted file mode 100644 index 5fcf5c6cfb5c..000000000000 --- a/html/changelogs/AutoChangeLog-pr-3085.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: Apogee-dev -changes: - - {bugfix: fixed an incorrect sprite state on corpo sofas} -delete-after: true diff --git a/html/changelogs/archive/2024-06.yml b/html/changelogs/archive/2024-06.yml index 1a993f9a46ac..ee60e5a1fb00 100644 --- a/html/changelogs/archive/2024-06.yml +++ b/html/changelogs/archive/2024-06.yml @@ -131,3 +131,15 @@ - balance: The P16 shoots slightly faster. - balance: Two E-40s max are obtainable from the black market should it spawn. Blank market price cap of the E-40 has also increased +2024-06-08: + Apogee-dev: + - bugfix: fixed an incorrect sprite state on corpo sofas + FalloutFalcon: + - rscdel: Removed alot of magic cruft + - code_imp: Sorts gun defines into there own file + SomeguyManperson: + - bugfix: gunslinger applies its spread reduction effect to revolvers + Sun-Soaked: + - bugfix: removes a comment from apc.dm that was causing strange errors. + thgvr: + - imageadd: Kepori have been given a full visual overhaul. From 0449e6dce5e3cd0b5fdf147a95db2778bcd51caa Mon Sep 17 00:00:00 2001 From: fighterslam <56803762+fighterslam@users.noreply.github.com> Date: Sat, 8 Jun 2024 04:44:32 -0500 Subject: [PATCH 13/22] handrails (#3002) ## About The Pull Request This adds handrails, from Baystation - original PR that added them is [here](https://github.com/Baystation12/Baystation12/pull/18474). This doesn't actually add anything to any maps, but adds it as a structure for mappers to use. I did a little bit of work by adding a crafting recipe, and simplifying things by making it a chair subtype. ## Why It's Good For The Game It's like. You can grab onto them. Makes Zero-G ships better, helps with transits so people don't go awkwardly rushing to chairs or just flop to the floor. ## Changelog :cl: fighterslam, comma add: Handrails, rails on the wall that you can grab/buckle yourself to. (*Not included in any maps with this PR, but craftable with 4 iron rods.) :cl: --- code/game/objects/items/stacks/rods.dm | 1 + code/game/objects/structures/beds_chairs/chair.dm | 9 +++++++++ icons/obj/structures/handrail.dmi | Bin 0 -> 480 bytes 3 files changed, 10 insertions(+) create mode 100644 icons/obj/structures/handrail.dmi diff --git a/code/game/objects/items/stacks/rods.dm b/code/game/objects/items/stacks/rods.dm index f0be0cdd7e81..b5f78d46e951 100644 --- a/code/game/objects/items/stacks/rods.dm +++ b/code/game/objects/items/stacks/rods.dm @@ -9,6 +9,7 @@ GLOBAL_LIST_INIT(rod_recipes, list ( \ new/datum/stack_recipe("modern railing corner", /obj/structure/railing/modern/corner, 1, time = 10, window_checks = TRUE), \ new/datum/stack_recipe("modern railing end", /obj/structure/railing/modern/end, 3, time = 18, window_checks = TRUE), \ new/datum/stack_recipe("ladder", /obj/structure/ladder/crafted, 15, time = 150, one_per_turf = TRUE, on_floor = FALSE), \ + new/datum/stack_recipe("handrail", /obj/structure/chair/handrail, 4, time = 15, one_per_turf = TRUE), \ )) /obj/item/stack/rods diff --git a/code/game/objects/structures/beds_chairs/chair.dm b/code/game/objects/structures/beds_chairs/chair.dm index 76b3fb7a5989..045bf39ae9b6 100644 --- a/code/game/objects/structures/beds_chairs/chair.dm +++ b/code/game/objects/structures/beds_chairs/chair.dm @@ -355,3 +355,12 @@ custom_materials = list(/datum/material/plastic = 2000) break_chance = 25 origin_type = /obj/structure/chair/plastic + +/obj/structure/chair/handrail + name = "handrail" + icon = 'icons/obj/structures/handrail.dmi' + icon_state = "handrail" + desc = "A safety railing with buckles to secure yourself to when floor isn't stable enough." + item_chair = null + buildstackamount = 4 + buildstacktype = /obj/item/stack/rods diff --git a/icons/obj/structures/handrail.dmi b/icons/obj/structures/handrail.dmi new file mode 100644 index 0000000000000000000000000000000000000000..1a8d98d6697d65b91e3621134c3db7f78e2a9e8b GIT binary patch literal 480 zcmV<60U!Q}P)H05fYNDW)PQz`($l<V=-0C=2JR&a84_w-Y6@%7{?OD!tS%+FJ>RWQ*r;NmRLOex6#a*U0*I5Sc+ z(=$pSoZ^zil2jm5Nr{UyC9|j)$TZ~QOe;#vO@*-G3NjM&Qi>8Ya}WwmP!uXFxca$( ztp)(2JtOaM$9TL+AfEU7GfOZI=O_;p{fZHelhz|-R4lfP3 z`0(;xp5V3vHa4_%!p&JW(<-z5|DX>1c10{Z_Nmq#HJv%2IOdr6>tGM+!~re6PL)iZ ztE$PeJtbuV*l;1GJg|RW%EJr+T3#<|Qy#vZhl0&RO@SGfcgK2I^~A)c;cbuj6WsxV WT_Hx0P(srH0000 Date: Sat, 8 Jun 2024 05:48:32 -0400 Subject: [PATCH 14/22] Separates bleeding from damage, gauze now STOPS bleeding rather than postponing it (#3009) ![image](https://github.com/shiptest-ss13/Shiptest/assets/24857008/d5162c66-c24c-4115-8f17-b71fe2a7c97e) ![image](https://github.com/shiptest-ss13/Shiptest/assets/24857008/0035fc3d-ae4f-4bc8-b8a2-fab9e1652365) Bleeding rate is currently the same as it used to be (0.013 bleeding per damage) but can be increased beyond a limb's maximum damage from further attacks. Bleeding from damage caps at 2 per limb so exsanguinating someone isn't as easy as dumping lead into them until their blood falls out, and is hard-capped at 30 per limb for more direct sources such as throat cutting and heparin Blunt weapons require a force of 10 or higher, and for the limb to have 25 damage to cause bleeding Sharp weapons (including projectiles) need a force of 5 or higher, and for the limb to have 10 damage to cause bleeding Heparin now causes existing bleeding to get worse, rather than magically creating internal bleeding Bleeding is addressed through gauze, tape, cauterization or chemicals, with the former three halting current bleeding while it is being treated. Better equipment (primarily real medical gauze) heals faster. Numbers are non-final and speculative ## Why It's Good For The Game Causes bleeding to actually come from somewhere and be similarly addressed directly, gauze now exists to actually stop bleeding instead of being re-applied until the brute damage is fixed ## Changelog :cl: tweak: bleeding is now stored in the limbs, functioning similarly to bone breaking. Taking damage over a certain threshold and amount (lower for sharp weapons) will cause part of it to be turned into bleeding. tweak: gauze, tape, and bleeding suppression are similarly no longer abstracted into a "bleed suppression" value rscadd: you can now cauterize bleeding with a lighter. Which is cool. rscadd: you can now also cauterize bleeding with suit storage decontamination. Which is hot. rscadd: examine and examine closely will show whether or not someone is visibly bleeding or bandaged. This means people who are both will show both. Examine closely additionally shows which limbs are currently bleeding. tweak: heparin now causes existing bleeding to worsen, instead of causing bleeding on its own tweak: you can no longer cut the throat of someone who's head has been lopped off /:cl: --------- Signed-off-by: Theos --- code/__DEFINES/dcs/signals.dm | 5 ++ code/__DEFINES/mobs.dm | 7 ++ code/_onclick/item_attack.dm | 2 +- code/datums/components/bandage.dm | 60 ++++++++++++++++ code/datums/components/butchering.dm | 8 ++- .../diseases/advance/symptoms/flesh_eating.dm | 2 +- code/datums/status_effects/debuffs.dm | 3 +- code/game/machinery/medical_kiosk.dm | 2 +- code/game/machinery/suit_storage_unit.dm | 6 ++ code/game/objects/items/devices/scanners.dm | 2 +- code/game/objects/items/stacks/medical.dm | 24 ++++--- code/game/objects/items/stacks/tape.dm | 24 +++---- .../objects/structures/petrified_statue.dm | 5 +- .../kitchen_machinery/microwave.dm | 6 ++ code/modules/mob/living/blood.dm | 35 +++------ .../mob/living/carbon/carbon_defense.dm | 22 ++++++ .../modules/mob/living/carbon/damage_procs.dm | 71 ++++++++++++++++++- .../mob/living/carbon/human/damage_procs.dm | 4 +- .../mob/living/carbon/human/examine.dm | 25 ++++++- .../mob/living/carbon/human/human_defense.dm | 6 +- .../mob/living/carbon/human/human_defines.dm | 4 +- .../mob/living/carbon/human/species.dm | 8 +-- .../carbon/human/species_types/zombies.dm | 2 +- code/modules/mob/living/damage_procs.dm | 4 +- code/modules/mob/living/life.dm | 2 + code/modules/mob/living/living.dm | 2 +- code/modules/mob/living/living_defense.dm | 2 +- .../mob/living/silicon/damage_procs.dm | 2 +- .../hostile/human/cat_butcher.dm | 4 +- .../chemistry/reagents/medicine_reagents.dm | 4 +- .../chemistry/reagents/toxin_reagents.dm | 3 +- .../chemistry/reagents/trickwine_reagents.dm | 2 +- code/modules/surgery/bodyparts/bodyparts.dm | 43 ++++++++++- .../surgery/bodyparts/dismemberment.dm | 1 + code/modules/surgery/coronary_bypass.dm | 9 ++- code/modules/surgery/organic_steps.dm | 12 +++- code/modules/surgery/organs/vocal_cords.dm | 2 +- code/modules/surgery/surgery_helpers.dm | 4 +- shiptest.dme | 1 + 39 files changed, 335 insertions(+), 95 deletions(-) create mode 100644 code/datums/components/bandage.dm diff --git a/code/__DEFINES/dcs/signals.dm b/code/__DEFINES/dcs/signals.dm index f7267a7af8d3..97049254cc10 100644 --- a/code/__DEFINES/dcs/signals.dm +++ b/code/__DEFINES/dcs/signals.dm @@ -387,6 +387,9 @@ /* #define SPEECH_IGNORE_SPAM 6 #define SPEECH_FORCED 7 */ +///from /mob/living/life() +#define COMSIG_MOB_LIFE "mob_life" + ///from /mob/say_dead(): (mob/speaker, message) #define COMSIG_MOB_DEADSAY "mob_deadsay" #define MOB_DEADSAY_SIGNAL_INTERCEPT (1<<0) @@ -420,6 +423,8 @@ ///from base of /obj/item/bodypart/proc/attach_limb(): (new_limb, special) allows you to fail limb attachment #define COMSIG_LIVING_ATTACH_LIMB "living_attach_limb" #define COMPONENT_NO_ATTACH 1 +///from base of /obj/item/bodypart/proc/drop_limb(): (special) +#define COMSIG_LIVING_DROP_LIMB "living_drop_limb" ///from base of mob/living/set_buckled(): (new_buckled) #define COMSIG_LIVING_SET_BUCKLED "living_set_buckled" diff --git a/code/__DEFINES/mobs.dm b/code/__DEFINES/mobs.dm index 8026f9635a97..f5c382c15c29 100644 --- a/code/__DEFINES/mobs.dm +++ b/code/__DEFINES/mobs.dm @@ -28,6 +28,13 @@ #define BLOOD_VOLUME_BAD 224 #define BLOOD_VOLUME_SURVIVE 122 +// Bloodloss +#define BLOOD_LOSS_MAXIMUM 30 +#define BLOOD_LOSS_DAMAGE_MAXIMUM 2 +#define BLOOD_LOSS_DAMAGE_BASE 0.013 +#define BLOOD_CAUTERIZATION_RATIO 10 +#define BLOOD_CAUTERIZATION_DAMAGE_RATIO 300 + //Sizes of mobs, used by mob/living/var/mob_size #define MOB_SIZE_TINY 0 #define MOB_SIZE_SMALL 1 diff --git a/code/_onclick/item_attack.dm b/code/_onclick/item_attack.dm index 1cf0585c0ed4..58b9604e585a 100644 --- a/code/_onclick/item_attack.dm +++ b/code/_onclick/item_attack.dm @@ -153,7 +153,7 @@ var/armor_value = run_armor_check(attack_flag = "melee", armour_penetration = I.armour_penetration) //WS Edit - Simplemobs can have armor send_item_attack_message(I, user) if(I.force) - apply_damage(I.force, I.damtype, break_modifier = I.force, blocked = armor_value) //Bone break modifier = item force + apply_damage(I.force, I.damtype, break_modifier = I.force, blocked = armor_value, sharpness = I.get_sharpness()) //Bone break modifier = item force if(I.damtype == BRUTE) if(prob(33)) I.add_mob_blood(src) diff --git a/code/datums/components/bandage.dm b/code/datums/components/bandage.dm new file mode 100644 index 000000000000..16f6a2f0b059 --- /dev/null +++ b/code/datums/components/bandage.dm @@ -0,0 +1,60 @@ +#define TREATMENT_DAMAGE_MOD 2 + +/datum/component/bandage + /// How fast do we stop bleeding? + var/bleed_reduction = 0 + /// How many healing ticks will this bandage apply? Reduced by incoming damage and current bleeding + var/lifespan = 300 + var/bandage_name = "gauze" + /// The person this bandage is applied to + var/mob/living/mummy + +/datum/component/bandage/Initialize(_bleed_reduction, _lifespan, _bandage_name) + if(!istype(parent, /obj/item/bodypart)) + return COMPONENT_INCOMPATIBLE + var/obj/item/bodypart/BP = parent + mummy = BP.owner + if(!mummy) + return COMPONENT_INCOMPATIBLE + if(_bleed_reduction) + bleed_reduction = _bleed_reduction + if(_lifespan) + lifespan = _lifespan + if(_bandage_name) + bandage_name = _bandage_name + RegisterSignal(mummy, COMSIG_MOB_APPLY_DAMGE, PROC_REF(check_damage)) + RegisterSignal(mummy, COMSIG_MOB_LIFE, PROC_REF(bandage_effects)) + RegisterSignal(parent, COMSIG_LIVING_DROP_LIMB, PROC_REF(drop_bandage)) + +/// Checks if damage to the owner is applied to this limb and reduces lifespan (perforated bandages dont work as well) +/datum/component/bandage/proc/check_damage(attacker, damage, damagetype = BRUTE, def_zone = null) + SIGNAL_HANDLER + + if(parent != mummy.get_bodypart(check_zone(def_zone))) + return + lifespan -= damage / 100 * initial(lifespan) * TREATMENT_DAMAGE_MOD //take incoming damage as a % of durability + if(lifespan <= 0) + drop_bandage() + +/// Handles healing effects and passive lifespan usage +/datum/component/bandage/proc/bandage_effects() + SIGNAL_HANDLER + + var/obj/item/bodypart/heal_target = parent + lifespan -= 1 + heal_target.bleeding // particularly nasty bleeding can burn through dressing faster + heal_target.adjust_bleeding(-bleed_reduction) + if(lifespan <= 0 || !heal_target.bleeding) //remove treatment once it's no longer able to treat + drop_bandage(TRUE) + +/// Handles deleting the component when the bandage runs out of lifespan or finishes healing. Special = bandage didn't get torn off +/datum/component/bandage/proc/drop_bandage(special = FALSE) + SIGNAL_HANDLER + + var/obj/item/bodypart/BP = parent + if(special) + to_chat(mummy, span_notice("The [bandage_name] on your [parse_zone(BP.body_zone)] has [BP.bleeding ? "done what it can" : "stopped the bleeding"].")) + else + to_chat(mummy, span_warning("The [bandage_name] on your [parse_zone(BP.body_zone)] is damaged beyond use!")) + qdel(src) + +#undef TREATMENT_DAMAGE_MOD diff --git a/code/datums/components/butchering.dm b/code/datums/components/butchering.dm index 55ba84fb5f7d..3032a98dc85c 100644 --- a/code/datums/components/butchering.dm +++ b/code/datums/components/butchering.dm @@ -73,11 +73,17 @@ "Their neck has already been already cut, you can't make the bleeding any worse!") return + var/obj/item/bodypart/throat_in_question = H.get_bodypart(BODY_ZONE_HEAD) + if(!throat_in_question) + user.show_message("[H]... doesn't have a neck.", MSG_VISUAL, \ + "They don't seem to have a neck to cut.") + return + H.visible_message("[user] slits [H]'s throat!", \ "[user] slits your throat...") log_combat(user, H, "finishes slicing the throat of") H.apply_damage(source.force, BRUTE, BODY_ZONE_HEAD) - H.bleed_rate = clamp(H.bleed_rate + 20, 0, 30) + throat_in_question.adjust_bleeding(20) H.apply_status_effect(/datum/status_effect/neck_slice) /datum/component/butchering/proc/Butcher(mob/living/butcher, mob/living/meat) diff --git a/code/datums/diseases/advance/symptoms/flesh_eating.dm b/code/datums/diseases/advance/symptoms/flesh_eating.dm index f6cd5698d73d..5f18f6c78a91 100644 --- a/code/datums/diseases/advance/symptoms/flesh_eating.dm +++ b/code/datums/diseases/advance/symptoms/flesh_eating.dm @@ -63,7 +63,7 @@ Bonus if(bleed) if(ishuman(M)) var/mob/living/carbon/human/H = M - H.bleed_rate += 5 * power + H.cause_bleeding(5 * power) return 1 /* diff --git a/code/datums/status_effects/debuffs.dm b/code/datums/status_effects/debuffs.dm index 52087f03174c..02b96c1b81de 100644 --- a/code/datums/status_effects/debuffs.dm +++ b/code/datums/status_effects/debuffs.dm @@ -334,7 +334,8 @@ /datum/status_effect/neck_slice/tick() var/mob/living/carbon/human/H = owner - if(H.stat == DEAD || H.bleed_rate <= 8) + var/obj/item/bodypart/throat_in_question = H.get_bodypart(BODY_ZONE_HEAD) + if(H.stat == DEAD || throat_in_question?.bleeding <= 8) H.remove_status_effect(/datum/status_effect/neck_slice) if(prob(10)) H.emote(pick("gasp", "gag", "choke")) diff --git a/code/game/machinery/medical_kiosk.dm b/code/game/machinery/medical_kiosk.dm index 52933a5aba74..2f60c799ae23 100644 --- a/code/game/machinery/medical_kiosk.dm +++ b/code/game/machinery/medical_kiosk.dm @@ -172,7 +172,7 @@ sickness_data = "\nName: [D.name].\nType: [D.spread_text].\nStage: [D.stage]/[D.max_stages].\nPossible Cure: [D.cure_text]" if(altPatient.has_dna()) //Blood levels Information - if(altPatient.bleed_rate) + if(LAZYLEN(altPatient.get_bleeding_parts())) bleed_status = "Patient is currently bleeding!" if(blood_percent <= 80) blood_warning = " Patient has low blood levels. Seek a large meal, or iron supplements." diff --git a/code/game/machinery/suit_storage_unit.dm b/code/game/machinery/suit_storage_unit.dm index 7db02250ce94..107c5656c034 100644 --- a/code/game/machinery/suit_storage_unit.dm +++ b/code/game/machinery/suit_storage_unit.dm @@ -462,6 +462,12 @@ else visible_message(span_warning("[src]'s door slides open, barraging you with the nauseating smell of charred flesh.")) mob_occupant.radiation = 0 + if(iscarbon(mob_occupant)) + var/mob/living/carbon/bacon = mob_occupant + for(var/obj/item/bodypart/grilling as anything in bacon.get_bleeding_parts(TRUE)) + if(!grilling.can_bandage()) + continue + grilling.apply_bandage(0.005, 600, "cauterization") playsound(src, 'sound/machines/airlocks/standard/close.ogg', 25, TRUE) var/list/things_to_clear = list() //Done this way since using GetAllContents on the SSU itself would include circuitry and such. if(suit) diff --git a/code/game/objects/items/devices/scanners.dm b/code/game/objects/items/devices/scanners.dm index 3f40f82fe0ae..cdded7e418ef 100644 --- a/code/game/objects/items/devices/scanners.dm +++ b/code/game/objects/items/devices/scanners.dm @@ -357,7 +357,7 @@ GENE SCANNER if(blood_id) if(ishuman(C)) var/mob/living/carbon/human/H = C - if(H.bleed_rate) + if(LAZYLEN(H.get_bleeding_parts())) render_list += "Subject is bleeding!\n" var/blood_percent = round((C.blood_volume / BLOOD_VOLUME_NORMAL)*100) var/blood_type = C.dna.blood_type.name diff --git a/code/game/objects/items/stacks/medical.dm b/code/game/objects/items/stacks/medical.dm index ca3b1e184168..264ab12646ea 100644 --- a/code/game/objects/items/stacks/medical.dm +++ b/code/game/objects/items/stacks/medical.dm @@ -137,12 +137,13 @@ /obj/item/stack/medical/gauze name = "medical gauze" - desc = "A roll of elastic cloth that is extremely effective at stopping bleeding, but does not heal wounds." + desc = "A roll of elastic cloth that is extremely effective at stopping bleeding and slowly heals wounds." gender = PLURAL singular_name = "medical gauze" icon_state = "gauze" apply_sounds = list('sound/effects/rip1.ogg', 'sound/effects/rip2.ogg') - var/stop_bleeding = 1800 + var/bleed_reduction = 0.02 + var/lifespan = 150 self_delay = 20 max_amount = 12 grind_results = list(/datum/reagent/cellulose = 2) @@ -152,13 +153,16 @@ amount = 12 /obj/item/stack/medical/gauze/heal(mob/living/target, mob/user) - if(ishuman(target)) - var/mob/living/carbon/human/H = target - if(!H.bleedsuppress && H.bleed_rate) //so you can't stack bleed suppression - H.suppress_bloodloss(stop_bleeding) - to_chat(user, "You stop the bleeding of [target]!") + if(iscarbon(target)) + var/mob/living/carbon/C = target + var/obj/item/bodypart/BP = C.get_bodypart(check_zone(user.zone_selected)) + if(!BP) + to_chat(user, span_warning("[C] doesn't have \a [parse_zone(user.zone_selected)]!")) + return + if(BP.can_bandage(user)) + BP.apply_bandage(bleed_reduction, lifespan, name) + user.visible_message(span_notice("[user] wraps [C]'s [parse_zone(BP.body_zone)] with [src]."), span_notice("You wrap [C]'s [parse_zone(check_zone(user.zone_selected))] with [src]."), span_hear("You hear ruffling cloth.")) return TRUE - to_chat(user, "You can not use \the [src] on [target]!") /obj/item/stack/medical/gauze/attackby(obj/item/I, mob/user, params) if(I.tool_behaviour == TOOL_WIRECUTTER || I.get_sharpness()) @@ -178,8 +182,8 @@ /obj/item/stack/medical/gauze/improvised name = "improvised gauze" singular_name = "improvised gauze" - desc = "A roll of cloth roughly cut from something that can stop bleeding, but does not heal wounds." - stop_bleeding = 900 + desc = "A roll of cloth roughly cut from something that can stop bleeding and slowly heal wounds." + bleed_reduction = 0.005 /obj/item/stack/medical/gauze/cyborg custom_materials = null diff --git a/code/game/objects/items/stacks/tape.dm b/code/game/objects/items/stacks/tape.dm index 6a984c021a26..63fc55116d5a 100644 --- a/code/game/objects/items/stacks/tape.dm +++ b/code/game/objects/items/stacks/tape.dm @@ -80,7 +80,8 @@ grind_results = list(/datum/reagent/cellulose = 5) usesound = 'sound/items/tape.ogg' - var/stop_bleed = 600 + var/lifespan = 300 + var/bleed_reduction = 0.002 var/nonorganic_heal = 5 var/self_delay = 30 //! Also used for the tapecuff delay var/other_delay = 10 @@ -173,21 +174,17 @@ if(!affecting) //Missing limb? to_chat(user, "[C] doesn't have \a [parse_zone(user.zone_selected)]!") return - if(!IS_ORGANIC_LIMB(affecting)) - if(ishuman(C)) - var/mob/living/carbon/human/H = C - if(!H.bleedsuppress && H.bleed_rate) - H.suppress_bloodloss(stop_bleed) - to_chat(user, "You tape up the bleeding of [C]!") - return TRUE - to_chat(user, "[C] has a problem \the [src] won't fix!") - else //Robotic patch-up + if(IS_ROBOTIC_LIMB(affecting)) //Robotic patch-up if(affecting.brute_dam) user.visible_message("[user] applies \the [src] on [C]'s [affecting.name].", "You apply \the [src] on [C]'s [affecting.name].") if(affecting.heal_damage(nonorganic_heal)) C.update_damage_overlays() return TRUE - to_chat(user, "[src] can't patch what [C] has...") + if(affecting.can_bandage(user)) + affecting.apply_bandage(bleed_reduction, lifespan, name) + to_chat(user, "You tape up [C]'s [parse_zone(affecting.body_zone)]!") + return TRUE + to_chat(user, "[src] can't patch what [C] has...") /obj/item/stack/tape/proc/apply_gag(mob/living/carbon/target, mob/user) if(target.is_muzzled() || target.is_mouth_covered()) @@ -272,7 +269,7 @@ desc = "This roll of silver sorcery can fix just about anything." icon_state = "tape_d" - stop_bleed = 800 + lifespan = 400 nonorganic_heal = 20 prefix = "super sticky" conferred_embed = EMBED_HARMLESS_SUPERIOR @@ -297,7 +294,6 @@ desc = "Specialty insulated strips of adhesive plastic. Made for securing cables." icon_state = "tape_e" - stop_bleed = 400 nonorganic_heal = 10 prefix = "insulated sticky" siemens_coefficient = 0 @@ -321,6 +317,6 @@ desc = "Now THIS is engineering." icon_state = "tape_y" - stop_bleed = 1000 + lifespan = 500 nonorganic_heal = 30 prefix = "industry-standard sticky" diff --git a/code/game/objects/structures/petrified_statue.dm b/code/game/objects/structures/petrified_statue.dm index c8b804469255..1be0a2517bd6 100644 --- a/code/game/objects/structures/petrified_statue.dm +++ b/code/game/objects/structures/petrified_statue.dm @@ -58,6 +58,9 @@ if(petrified_mob) petrified_mob.status_flags &= ~GODMODE + if(ishuman(petrified_mob)) + var/mob/living/carbon/human/H = petrified_mob + H.bleedsuppress = FALSE petrified_mob.forceMove(loc) REMOVE_TRAIT(petrified_mob, TRAIT_MUTE, STATUE_MUTE) petrified_mob.take_overall_damage((petrified_mob.health - obj_integrity + 100)) //any new damage the statue incurred is transfered to the mob @@ -80,7 +83,7 @@ return 0 var/obj/structure/statue/petrified/S = new(loc, src, statue_timer) S.name = "statue of [name]" - bleedsuppress = 1 + bleedsuppress = TRUE S.copy_overlays(src) var/newcolor = list(rgb(77,77,77), rgb(150,150,150), rgb(28,28,28), rgb(0,0,0)) S.add_atom_colour(newcolor, FIXED_COLOUR_PRIORITY) diff --git a/code/modules/food_and_drinks/kitchen_machinery/microwave.dm b/code/modules/food_and_drinks/kitchen_machinery/microwave.dm index 678016182428..2762892110f8 100644 --- a/code/modules/food_and_drinks/kitchen_machinery/microwave.dm +++ b/code/modules/food_and_drinks/kitchen_machinery/microwave.dm @@ -385,6 +385,12 @@ playsound(src, 'sound/items/cig_light.ogg', 50, 1) moveToNullspace() + +/obj/item/ration_heater/get_temperature() + if(!uses) + return 0 + . = ..() + /obj/item/ration_heater/proc/clear_cooking(datum/source) SIGNAL_HANDLER UnregisterSignal(tocook, COMSIG_PARENT_QDELETING) diff --git a/code/modules/mob/living/blood.dm b/code/modules/mob/living/blood.dm index aec75960989d..1910347e4fdd 100644 --- a/code/modules/mob/living/blood.dm +++ b/code/modules/mob/living/blood.dm @@ -4,19 +4,6 @@ BLOOD SYSTEM ****************************************************/ -/mob/living/carbon/human/proc/suppress_bloodloss(amount) - if(bleedsuppress) - return - else - bleedsuppress = TRUE - addtimer(CALLBACK(src, PROC_REF(resume_bleeding)), amount) - -/mob/living/carbon/human/proc/resume_bleeding() - bleedsuppress = 0 - if(stat != DEAD && bleed_rate) - to_chat(src, "The blood soaks through your bandage.") - - /mob/living/carbon/monkey/handle_blood() if(bodytemperature >= TCRYO && !(HAS_TRAIT(src, TRAIT_HUSK))) //cryosleep or husked people do not pump the blood. //Blood regeneration if there is some space @@ -29,7 +16,6 @@ /mob/living/carbon/human/handle_blood() if(NOBLOOD in dna.species.species_traits) - bleed_rate = 0 return if(bodytemperature >= TCRYO && !(HAS_TRAIT(src, TRAIT_HUSK))) //cryosleep or husked people do not pump the blood. @@ -83,24 +69,20 @@ if(!HAS_TRAIT(src, TRAIT_NODEATH)) death() - var/temp_bleed = 0 //Bleeding out + var/limb_bleed = 0 for(var/obj/item/bodypart/BP as anything in bodyparts) - var/brutedamage = BP.brute_dam - + if(BP.GetComponent(/datum/component/bandage)) + continue //We want an accurate reading of .len listclearnulls(BP.embedded_objects) for(var/obj/item/embeddies in BP.embedded_objects) if(!embeddies.isEmbedHarmless()) - temp_bleed += 0.5 - - if(brutedamage >= 20) - temp_bleed += (brutedamage * 0.013) - - bleed_rate = max(bleed_rate - 0.5, temp_bleed)//if no wounds, other bleed effects (heparin) naturally decreases + BP.adjust_bleeding(0.1, BLOOD_LOSS_DAMAGE_MAXIMUM) + limb_bleed += BP.bleeding - if(bleed_rate && !bleedsuppress && !(HAS_TRAIT(src, TRAIT_FAKEDEATH))) - bleed(bleed_rate) + if(limb_bleed && !bleedsuppress && !HAS_TRAIT(src, TRAIT_FAKEDEATH)) + bleed(limb_bleed) //Makes a blood drop, leaking amt units of blood from the mob /mob/living/carbon/proc/bleed(amt) @@ -125,7 +107,8 @@ /mob/living/carbon/human/restore_blood() blood_volume = BLOOD_VOLUME_NORMAL - bleed_rate = 0 + for(var/obj/item/bodypart/BP as anything in get_bleeding_parts()) + BP.bleeding = 0 /**************************************************** BLOOD TRANSFERS diff --git a/code/modules/mob/living/carbon/carbon_defense.dm b/code/modules/mob/living/carbon/carbon_defense.dm index 8377fc0833d6..916095ed266e 100644 --- a/code/modules/mob/living/carbon/carbon_defense.dm +++ b/code/modules/mob/living/carbon/carbon_defense.dm @@ -1,3 +1,25 @@ +/mob/living/carbon/attackby(obj/item/W, mob/user, params) + var/obj/item/bodypart/BP = get_bodypart(check_zone(user.zone_selected)) + var/has_painkillers = user.reagents.has_reagent(/datum/reagent/medicine/morphine, needs_metabolizing = TRUE) + if(W.tool_behaviour == TOOL_WELDER && IS_ROBOTIC_LIMB(BP) && BP.brute_dam > 5) //prioritize healing if we're synthetic + return ..() + if(user.a_intent != INTENT_HELP || !W.get_temperature() || !BP.can_bandage()) //this will also catch low damage synthetic welding + return ..() + . = TRUE + var/heal_time = 2 SECONDS + playsound(user, 'sound/surgery/cautery1.ogg', 20) + balloon_alert(user, "cauterizing...") + if(src == user && !has_painkillers) + heal_time *= 2 //oof ouch owie + user.visible_message(span_nicegreen("[user] holds [W] up to [user == src ? "their" : "[src]'s"] [parse_zone(BP.body_zone)], trying to slow [p_their()] bleeding..."), span_nicegreen("You hold [W] up to [user == src ? "your" : "[src]'s"] [parse_zone(BP.body_zone)], trying to slow [user == src ? "your" : p_their()] bleeding...")) + if(do_after(user, heal_time, target = src)) + playsound(user, 'sound/surgery/cautery2.ogg', 20) + BP.apply_bandage(0.005, W.get_temperature()/BLOOD_CAUTERIZATION_RATIO, "cauterization") //not particularly fast, this is the "I really would prefer not to be bleeding right now" option + BP.receive_damage(burn = W.get_temperature()/BLOOD_CAUTERIZATION_DAMAGE_RATIO) //my body is a MACHINE that turns BLEEDING into BURN DAMAGE + user.visible_message(span_nicegreen("[user] cauterizes the bleeding on [user == src ? "their" : "[src]'s"] [parse_zone(BP.body_zone)]!"), span_nicegreen("You cauterize the bleeding on [user == src ? "your" : "[src]'s"] [parse_zone(BP.body_zone)]!")) + else + to_chat(user, span_warning("You were interrupted!")) + /mob/living/carbon/get_eye_protection() . = ..() var/obj/item/organ/eyes/E = getorganslot(ORGAN_SLOT_EYES) diff --git a/code/modules/mob/living/carbon/damage_procs.dm b/code/modules/mob/living/carbon/damage_procs.dm index 2045bfe4aa18..8c023299baed 100644 --- a/code/modules/mob/living/carbon/damage_procs.dm +++ b/code/modules/mob/living/carbon/damage_procs.dm @@ -1,6 +1,6 @@ -/mob/living/carbon/apply_damage(damage, damagetype = BRUTE, def_zone = null, blocked = FALSE, forced = FALSE, spread_damage = FALSE, break_modifier = 1) +/mob/living/carbon/apply_damage(damage, damagetype = BRUTE, def_zone = null, blocked = FALSE, forced = FALSE, spread_damage = FALSE, break_modifier = 1, sharpness = FALSE) SEND_SIGNAL(src, COMSIG_MOB_APPLY_DAMGE, damage, damagetype, def_zone) var/hit_percent = (100-blocked)/100 if(!damage || (!forced && hit_percent <= 0)) @@ -21,7 +21,7 @@ switch(damagetype) if(BRUTE) if(BP) - if(BP.receive_damage(damage_amount, 0, break_modifier)) + if(BP.receive_damage(damage_amount, 0, break_modifier, sharpness = sharpness)) update_damage_overlays() else //no bodypart, we deal damage with a more general method. adjustBruteLoss(damage_amount, forced = forced) @@ -29,7 +29,7 @@ shake_animation(damage_amount) if(BURN) if(BP) - if(BP.receive_damage(0, damage_amount, break_modifier)) + if(BP.receive_damage(0, damage_amount, break_modifier, sharpness = sharpness)) update_damage_overlays() else adjustFireLoss(damage_amount, forced = forced) @@ -267,3 +267,68 @@ if(update) update_damage_overlays() update_stamina() + +/// Gets a list of bleeding bodyparts, argument ignore_staunched = are we actively bleeding (no treatment) +/mob/living/carbon/proc/get_bleeding_parts(ignore_staunched = FALSE) + var/list/obj/item/bodypart/parts = list() + for(var/obj/item/bodypart/BP as anything in bodyparts) + if(BP.bleeding && (!ignore_staunched || !BP.GetComponent(/datum/component/bandage))) + parts += BP + return parts + +/// Gets a list of bandaged parts +/mob/living/carbon/proc/get_bandaged_parts() + var/list/obj/item/bodypart/parts = list() + for(var/obj/item/bodypart/BP as anything in bodyparts) + if(BP.GetComponent(/datum/component/bandage)) + parts += BP + return parts + +/// Apply bleeding to one random bodypart. +/mob/living/carbon/proc/cause_bleeding(amt) + if(amt <= 0) + return + var/list/obj/item/bodypart/parts = bodyparts.Copy() + if(!length(parts)) + return + var/obj/item/bodypart/part_in_question = pick(parts) + part_in_question.adjust_bleeding(amt) + +/// Heal bleeding from one random bodypart +/mob/living/carbon/proc/heal_bleeding(amt) + if(amt <= 0) + return + var/list/obj/item/bodypart/parts = get_bleeding_parts() + if(!length(parts)) + return + var/obj/item/bodypart/part_in_question = pick(parts) + part_in_question.adjust_bleeding(-amt) + var/bleed_calc = part_in_question.bleeding + return min(bleed_calc - part_in_question.bleeding, 0) + +/// Apply bleeding to all bodyparts +/mob/living/carbon/proc/cause_overall_bleeding(amt) + if(amt <= 0) + return + var/list/obj/item/bodypart/parts = bodyparts.Copy() + while(length(parts)) + var/obj/item/bodypart/part_in_question = pick(parts) + if(part_in_question.is_pseudopart) + parts -= part_in_question + continue + var/amount_to_take = min(part_in_question.bleeding, amt / length(parts)) + part_in_question.adjust_bleeding(amount_to_take) + amt -= amount_to_take + parts -= part_in_question + +/// Heal bleeding from all bodyparts +/mob/living/carbon/proc/heal_overall_bleeding(amt) + if(amt <= 0) + return + var/list/obj/item/bodypart/parts = get_bleeding_parts() + while(length(parts)) + var/obj/item/bodypart/part_in_question = pick(parts) + var/amount_to_take = min(part_in_question.bleeding, amt / length(parts)) + part_in_question.adjust_bleeding(-amount_to_take) + amt -= amount_to_take + parts -= part_in_question diff --git a/code/modules/mob/living/carbon/human/damage_procs.dm b/code/modules/mob/living/carbon/human/damage_procs.dm index 4883446b7cb1..d7f6834030b3 100644 --- a/code/modules/mob/living/carbon/human/damage_procs.dm +++ b/code/modules/mob/living/carbon/human/damage_procs.dm @@ -1,7 +1,7 @@ /// depending on the species, it will run the corresponding apply_damage code there -/mob/living/carbon/human/apply_damage(damage = 0,damagetype = BRUTE, def_zone = null, blocked = FALSE, forced = FALSE, spread_damage = FALSE, break_modifier = 1) //WS Edit - Breakable Bones - return dna.species.apply_damage(damage, damagetype, def_zone, blocked, src, forced, spread_damage) +/mob/living/carbon/human/apply_damage(damage = 0,damagetype = BRUTE, def_zone = null, blocked = FALSE, forced = FALSE, spread_damage = FALSE, break_modifier = 1, sharpness = FALSE) //WS Edit - Breakable Bones + return dna.species.apply_damage(damage, damagetype, def_zone, blocked, src, forced, spread_damage, sharpness = sharpness) /mob/living/carbon/human/revive(full_heal = 0, admin_revive = 0) if(..()) diff --git a/code/modules/mob/living/carbon/human/examine.dm b/code/modules/mob/living/carbon/human/examine.dm index 64882c75ec4e..4430fc1da300 100644 --- a/code/modules/mob/living/carbon/human/examine.dm +++ b/code/modules/mob/living/carbon/human/examine.dm @@ -257,9 +257,12 @@ if(blood_volume < BLOOD_VOLUME_SAFE || skin_tone == "albino") msg += "[t_He] [t_has] pale skin.\n" - if(bleedsuppress) - msg += "[t_He] [t_is] bandaged with something.\n" - else if(bleed_rate) + + if(LAZYLEN(get_bandaged_parts())) + msg += "[t_He] [t_has] some dressed bleeding.\n" + + var/list/obj/item/bodypart/bleed_check = get_bleeding_parts(TRUE) + if(LAZYLEN(bleed_check)) if(reagents.has_reagent(/datum/reagent/toxin/heparin, needs_metabolizing = TRUE)) msg += "[t_He] [t_is] bleeding uncontrollably!\n" else @@ -414,6 +417,22 @@ /mob/living/carbon/human/examine_more(mob/user) . = ..() + for(var/obj/item/bodypart/BP as anything in get_bandaged_parts()) + var/datum/component/bandage/B = BP.GetComponent(/datum/component/bandage) + . += span_notice("[p_their(TRUE)] [parse_zone(BP.body_zone)] is dressed with [B.bandage_name]") + for(var/obj/item/bodypart/BP as anything in get_bleeding_parts(TRUE)) + var/bleed_text + switch(BP.bleeding) + if(0 to 0.5) + bleed_text = "lightly." + if(0.5 to 1) + bleed_text = "moderately." + if(1 to 1.5) + bleed_text = "heavily!" + else + bleed_text = "significantly!!" + . += span_warning("[p_their(TRUE)] [parse_zone(BP.body_zone)] is bleeding [bleed_text]") + if ((wear_mask && (wear_mask.flags_inv & HIDEFACE)) || (head && (head.flags_inv & HIDEFACE))) return if(get_age()) diff --git a/code/modules/mob/living/carbon/human/human_defense.dm b/code/modules/mob/living/carbon/human/human_defense.dm index 3e3fd2209856..1cb061ff9fd9 100644 --- a/code/modules/mob/living/carbon/human/human_defense.dm +++ b/code/modules/mob/living/carbon/human/human_defense.dm @@ -779,10 +779,10 @@ combined_msg += "\t There is \a [I] embedded in your [LB.name]!" for(var/t in missing) - combined_msg += "Your [parse_zone(t)] is missing!" + combined_msg += span_boldannounce("Your [parse_zone(t)] is missing!") - if(bleed_rate) - combined_msg += "You are bleeding!" + for(var/obj/item/bodypart/BP in get_bleeding_parts(TRUE)) + combined_msg += span_danger("Your [parse_zone(BP.body_zone)] is bleeding!") if(getStaminaLoss()) if(getStaminaLoss() > 30) combined_msg += "You're completely exhausted." diff --git a/code/modules/mob/living/carbon/human/human_defines.dm b/code/modules/mob/living/carbon/human/human_defines.dm index 8cc9e5002749..6556335c2bdb 100644 --- a/code/modules/mob/living/carbon/human/human_defines.dm +++ b/code/modules/mob/living/carbon/human/human_defines.dm @@ -63,9 +63,7 @@ /// Adjective used in get_generic_name(), if any var/generic_adjective - - var/bleed_rate = 0 //how much are we bleeding - var/bleedsuppress = 0 //for stopping bloodloss, eventually this will be limb-based like bleeding + var/bleedsuppress = 0 //for stopping bloodloss body-wide var/name_override //For temporary visible name changes diff --git a/code/modules/mob/living/carbon/human/species.dm b/code/modules/mob/living/carbon/human/species.dm index e848bc01d251..e061cd5c9793 100644 --- a/code/modules/mob/living/carbon/human/species.dm +++ b/code/modules/mob/living/carbon/human/species.dm @@ -1618,7 +1618,7 @@ GLOBAL_LIST_EMPTY(roundstart_races) var/armor_block = H.run_armor_check(affecting, "melee", I.armour_penetration, FALSE, "Your armor has protected your [hit_area]!", "Your armor has softened a hit to your [hit_area]!") armor_block = min(90,armor_block) //cap damage reduction at 90% - apply_damage(I.force, I.damtype, def_zone, armor_block, H) + apply_damage(I.force, I.damtype, def_zone, armor_block, H, sharpness = I.get_sharpness()) H.send_item_attack_message(I, user, hit_area) @@ -1687,7 +1687,7 @@ GLOBAL_LIST_EMPTY(roundstart_races) return TRUE -/datum/species/proc/apply_damage(damage, damagetype = BRUTE, def_zone = null, blocked, mob/living/carbon/human/H, forced = FALSE, spread_damage = FALSE, break_modifier = 1) +/datum/species/proc/apply_damage(damage, damagetype = BRUTE, def_zone = null, blocked, mob/living/carbon/human/H, forced = FALSE, spread_damage = FALSE, break_modifier = 1, sharpness = FALSE) SEND_SIGNAL(H, COMSIG_MOB_APPLY_DAMGE, damage, damagetype, def_zone) var/hit_percent = (100-(blocked+armor))/100 hit_percent = (hit_percent * (100-H.physiology.damage_resistance))/100 @@ -1710,7 +1710,7 @@ GLOBAL_LIST_EMPTY(roundstart_races) H.damageoverlaytemp = 20 var/damage_amount = forced ? damage : damage * hit_percent * brutemod * H.physiology.brute_mod if(BP) - if(BP.receive_damage(damage_amount, 0, break_modifier = break_modifier)) + if(BP.receive_damage(damage_amount, 0, break_modifier = break_modifier, sharpness = sharpness)) H.update_damage_overlays() else//no bodypart, we deal damage with a more general method. H.adjustBruteLoss(damage_amount) @@ -1720,7 +1720,7 @@ GLOBAL_LIST_EMPTY(roundstart_races) H.damageoverlaytemp = 20 var/damage_amount = forced ? damage : damage * hit_percent * burnmod * H.physiology.burn_mod if(BP) - if(BP.receive_damage(0, damage_amount, break_modifier = break_modifier)) + if(BP.receive_damage(0, damage_amount, break_modifier = break_modifier, sharpness = sharpness)) H.update_damage_overlays() else H.adjustFireLoss(damage_amount) diff --git a/code/modules/mob/living/carbon/human/species_types/zombies.dm b/code/modules/mob/living/carbon/human/species_types/zombies.dm index 702adfb224a2..c90cbd0dbc8f 100644 --- a/code/modules/mob/living/carbon/human/species_types/zombies.dm +++ b/code/modules/mob/living/carbon/human/species_types/zombies.dm @@ -46,7 +46,7 @@ /datum/species/zombie/infectious/spec_stun(mob/living/carbon/human/H,amount) . = min(20, amount) -/datum/species/zombie/infectious/apply_damage(damage, damagetype = BRUTE, def_zone = null, blocked, mob/living/carbon/human/H, forced = FALSE) +/datum/species/zombie/infectious/apply_damage(damage, damagetype = BRUTE, def_zone = null, blocked, mob/living/carbon/human/H, forced = FALSE, sharpness = FALSE) . = ..() if(.) regen_cooldown = world.time + REGENERATION_DELAY diff --git a/code/modules/mob/living/damage_procs.dm b/code/modules/mob/living/damage_procs.dm index 76daa5ba21d4..430d02f7f1ea 100644 --- a/code/modules/mob/living/damage_procs.dm +++ b/code/modules/mob/living/damage_procs.dm @@ -11,10 +11,12 @@ * * blocked - armor value applied * * forced - bypass hit percentage * * spread_damage - used in overrides + * * break_modifier - increases bone breaking chance + * * sharpness - used for bleeding * * Returns TRUE if damage applied */ -/mob/living/proc/apply_damage(damage = 0,damagetype = BRUTE, def_zone = null, blocked = FALSE, forced = FALSE, spread_damage = FALSE, break_modifier = 1)//WS Edit - Breakable Bones +/mob/living/proc/apply_damage(damage = 0,damagetype = BRUTE, def_zone = null, blocked = FALSE, forced = FALSE, spread_damage = FALSE, break_modifier = 1, sharpness = FALSE)//WS Edit - Breakable Bones SEND_SIGNAL(src, COMSIG_MOB_APPLY_DAMGE, damage, damagetype, def_zone) var/hit_percent = (100-blocked)/100 if(!damage || (!forced && hit_percent <= 0) || !(flags_1 & INITIALIZED_1)) diff --git a/code/modules/mob/living/life.dm b/code/modules/mob/living/life.dm index 47fc5bd82ecb..a25025294497 100644 --- a/code/modules/mob/living/life.dm +++ b/code/modules/mob/living/life.dm @@ -38,6 +38,8 @@ if (QDELETED(src)) // diseases can qdel the mob via transformations return + SEND_SIGNAL(src, COMSIG_MOB_LIFE) + if(stat != DEAD) //Random events (vomiting etc) handle_random_events() diff --git a/code/modules/mob/living/living.dm b/code/modules/mob/living/living.dm index cb0ec02ced34..5c499fe21029 100644 --- a/code/modules/mob/living/living.dm +++ b/code/modules/mob/living/living.dm @@ -820,7 +820,7 @@ TH.transfer_mob_blood_dna(src) /mob/living/carbon/human/makeTrail(turf/T) - if((NOBLOOD in dna.species.species_traits) || !bleed_rate || bleedsuppress) + if((NOBLOOD in dna.species.species_traits) || bleedsuppress || !LAZYLEN(get_bleeding_parts(TRUE))) return ..() diff --git a/code/modules/mob/living/living_defense.dm b/code/modules/mob/living/living_defense.dm index c1c4cd668792..eb622de65f28 100644 --- a/code/modules/mob/living/living_defense.dm +++ b/code/modules/mob/living/living_defense.dm @@ -54,7 +54,7 @@ var/armor = run_armor_check(def_zone, P.flag, P.armour_penetration, silent = TRUE) var/on_hit_state = P.on_hit(src, armor, piercing_hit) if(!P.nodamage && on_hit_state != BULLET_ACT_BLOCK && !QDELETED(src)) //QDELETED literally just for the instagib rifle. Yeah. - apply_damage(P.damage, P.damage_type, def_zone, armor) + apply_damage(P.damage, P.damage_type, def_zone, armor, sharpness = TRUE) recoil_camera(src, clamp((P.damage-armor)/4,0.5,10), clamp((P.damage-armor)/4,0.5,10), P.damage/8, P.Angle) apply_effects(P.stun, P.knockdown, P.unconscious, P.irradiate, P.slur, P.stutter, P.eyeblur, P.drowsy, armor, P.stamina, P.jitter, P.paralyze, P.immobilize) if(P.dismemberment) diff --git a/code/modules/mob/living/silicon/damage_procs.dm b/code/modules/mob/living/silicon/damage_procs.dm index a6d86d1507ba..80c643e0ceef 100644 --- a/code/modules/mob/living/silicon/damage_procs.dm +++ b/code/modules/mob/living/silicon/damage_procs.dm @@ -1,5 +1,5 @@ -/mob/living/silicon/apply_damage(damage = 0,damagetype = BRUTE, def_zone = null, blocked = FALSE, forced = FALSE, break_modifier = 1) +/mob/living/silicon/apply_damage(damage = 0,damagetype = BRUTE, def_zone = null, blocked = FALSE, forced = FALSE, break_modifier = 1, sharpness = FALSE) var/hit_percent = (100-blocked)/100 if((!damage || (!forced && hit_percent <= 0))) return 0 diff --git a/code/modules/mob/living/simple_animal/hostile/human/cat_butcher.dm b/code/modules/mob/living/simple_animal/hostile/human/cat_butcher.dm index 0e265fc3b531..0f14f615e5b6 100644 --- a/code/modules/mob/living/simple_animal/hostile/human/cat_butcher.dm +++ b/code/modules/mob/living/simple_animal/hostile/human/cat_butcher.dm @@ -68,11 +68,11 @@ L.adjustOxyLoss(-50)// do CPR first if(L.blood_volume <= 500) //bandage them up and give em some blood if they're bleeding L.blood_volume += 30 - L.suppress_bloodloss(1800) + L.heal_bleeding(10) if(L.getBruteLoss() >= 50)// first, did we beat them into crit? if so, heal that var/healing = min(L.getBruteLoss(), 120) L.adjustBruteLoss(-healing) - L.suppress_bloodloss(1800)//bandage their ass + L.heal_bleeding(10) return else if(L.getFireLoss() >= 50) // are they still down from other damage? fix it, but not as fast as the burns var/healing = min(L.getFireLoss(), 50) diff --git a/code/modules/reagents/chemistry/reagents/medicine_reagents.dm b/code/modules/reagents/chemistry/reagents/medicine_reagents.dm index 7fb71324d7af..4c4ad36b2413 100644 --- a/code/modules/reagents/chemistry/reagents/medicine_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/medicine_reagents.dm @@ -1091,7 +1091,7 @@ M.adjustBruteLoss(-2*REM, 0) if(ishuman(M)) var/mob/living/carbon/human/H = M - H.bleed_rate = max(H.bleed_rate - 0.25, 0) + H.heal_bleeding(0.25) ..() . = 1 @@ -1638,7 +1638,7 @@ if(prob(50)) if(ishuman(M)) var/mob/living/carbon/human/H = M - H.bleed_rate = max(H.bleed_rate - 2, 0) + H.heal_bleeding(2) ..() . = 1 diff --git a/code/modules/reagents/chemistry/reagents/toxin_reagents.dm b/code/modules/reagents/chemistry/reagents/toxin_reagents.dm index e03c84dd7840..498017191179 100644 --- a/code/modules/reagents/chemistry/reagents/toxin_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/toxin_reagents.dm @@ -769,7 +769,8 @@ /datum/reagent/toxin/heparin/on_mob_life(mob/living/carbon/M) if(ishuman(M)) var/mob/living/carbon/human/H = M - H.bleed_rate = min(H.bleed_rate + 2, 8) + for(var/obj/item/bodypart/BP in H.get_bleeding_parts()) + BP.adjust_bleeding(BP.bleeding * 0.1) H.adjustBruteLoss(1, 0) //Brute damage increases with the amount they're bleeding . = 1 return ..() || . diff --git a/code/modules/reagents/chemistry/reagents/trickwine_reagents.dm b/code/modules/reagents/chemistry/reagents/trickwine_reagents.dm index 88f1871e6a28..be5e2ce35f9a 100644 --- a/code/modules/reagents/chemistry/reagents/trickwine_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/trickwine_reagents.dm @@ -115,7 +115,7 @@ M.adjust_bodytemperature(5 * TEMPERATURE_DAMAGE_COEFFICIENT, M.get_body_temp_normal()) if(ishuman(M)) var/mob/living/carbon/human/H = M - H.bleed_rate = max(H.bleed_rate - 0.25, 0) + H.heal_bleeding(0.25) return ..() /datum/reagent/consumable/ethanol/trickwine/hearth_wine/expose_mob(mob/living/M, method=TOUCH, reac_volume) diff --git a/code/modules/surgery/bodyparts/bodyparts.dm b/code/modules/surgery/bodyparts/bodyparts.dm index 7cf31dc83ca6..92cb95a9c605 100644 --- a/code/modules/surgery/bodyparts/bodyparts.dm +++ b/code/modules/surgery/bodyparts/bodyparts.dm @@ -50,6 +50,16 @@ /// Is it fine, broken, splinted, or just straight up fucking gone var/bone_status = BONE_FLAG_NO_BONES var/bone_break_threshold = 30 + /// Threshold at which the limb will start bleeding if damaged by sharp items or projectiles + var/bleed_threshold = 10 + /// Threshold at which the limb will start bleeding if damaged by blunt items + var/bleed_threshold_blunt = 25 + /// Minimum damage of an incoming attack for it to cause bleeding + var/bleed_damage_min = 5 + /// Minimum damage of an incoming blunt attack for it to cause bleeding + var/bleed_damage_min_blunt = 10 + /// Current limb bleeding, increased when the limb takes brute damage over certain thresholds, decreased through bandages and cauterization + var/bleeding = 0 /// So we know if we need to scream if this limb hits max damage var/last_maxed @@ -202,11 +212,13 @@ if(stamina_dam > DAMAGE_PRECISION && owner.stam_regen_start_time <= world.time) //DO NOT update health here, it'll be done in the carbon's life. heal_damage(0, 0, INFINITY, null, FALSE) . |= BODYPART_LIFE_UPDATE_HEALTH + if(brute_dam < DAMAGE_PRECISION && bleeding) + adjust_bleeding(-0.2) //slowly stop bleeding if there's no damage left //Applies brute and burn damage to the organ. Returns 1 if the damage-icon states changed at all. //Damage will not exceed max_damage using this proc //Cannot apply negative damage -/obj/item/bodypart/proc/receive_damage(brute = 0, burn = 0, stamina = 0, blocked = 0, updating_health = TRUE, required_status = null, break_modifier = 1) +/obj/item/bodypart/proc/receive_damage(brute = 0, burn = 0, stamina = 0, blocked = 0, updating_health = TRUE, required_status = null, break_modifier = 1, sharpness = FALSE) var/hit_percent = (100-blocked)/100 if((!brute && !burn && !stamina) || hit_percent <= 0) return FALSE @@ -235,6 +247,10 @@ if((brute_dam > bone_break_threshold) && prob(brute_dam + break_modifier)) break_bone() + // Bleeding is applied here + if(brute_dam+brute >= (sharpness ? bleed_threshold : bleed_threshold_blunt) && brute >= (sharpness ? bleed_damage_min : bleed_damage_min_blunt)) + adjust_bleeding(brute * BLOOD_LOSS_DAMAGE_BASE, BLOOD_LOSS_DAMAGE_MAXIMUM) + var/can_inflict = max_damage - get_damage() if(can_inflict <= 0) return FALSE @@ -274,6 +290,7 @@ if(brute) set_brute_dam(round(max(brute_dam - brute, 0), DAMAGE_PRECISION)) + adjust_bleeding(-BLOOD_LOSS_DAMAGE_MAXIMUM * brute / max_damage) if(burn) set_burn_dam(round(max(burn_dam - burn, 0), DAMAGE_PRECISION)) if(stamina) @@ -315,6 +332,30 @@ . = stamina_dam stamina_dam = new_value +/// Adjusts bodypart bleeding, value = amount of change, maximum = maximum current bloodloss amount this can modify +/obj/item/bodypart/proc/adjust_bleeding(value, maximum = BLOOD_LOSS_MAXIMUM) + if(bleeding > maximum) + return + if(owner.dna && (NOBLOOD in owner.dna.species.species_traits)) + return + bleeding = round(clamp(bleeding+value, 0, maximum), 0.001) + +/// Checks if the bodypart is viable for bandaging, if it isn't, tells the person trying (if present) what's stopping it +/obj/item/bodypart/proc/can_bandage(user) + . = TRUE + if(is_pseudopart) + return FALSE + if(!bleeding) + if(user) + to_chat(user, span_warning("[owner]'s [parse_zone(body_zone)] isn't bleeding!")) + return FALSE + if(GetComponent(/datum/component/bandage)) + if(user) + to_chat(user, span_warning("[owner]'s [parse_zone(body_zone)] has already been dressed!")) + return FALSE + +/obj/item/bodypart/proc/apply_bandage(bleed_reduction, lifespan, name) + AddComponent(/datum/component/bandage, bleed_reduction, lifespan, name) //Returns total damage. /obj/item/bodypart/proc/get_damage(include_stamina = FALSE) diff --git a/code/modules/surgery/bodyparts/dismemberment.dm b/code/modules/surgery/bodyparts/dismemberment.dm index 7c292ac21fc4..07d30e727c77 100644 --- a/code/modules/surgery/bodyparts/dismemberment.dm +++ b/code/modules/surgery/bodyparts/dismemberment.dm @@ -90,6 +90,7 @@ return var/atom/Tsec = owner.drop_location() var/mob/living/carbon/C = owner + SEND_SIGNAL(src, COMSIG_LIVING_DROP_LIMB) update_limb(TRUE) C.remove_bodypart(src) diff --git a/code/modules/surgery/coronary_bypass.dm b/code/modules/surgery/coronary_bypass.dm index 4c416c31c633..a4628d19efff 100644 --- a/code/modules/surgery/coronary_bypass.dm +++ b/code/modules/surgery/coronary_bypass.dm @@ -41,7 +41,8 @@ display_results(user, target, "Blood pools around the incision in [H]'s heart.", "Blood pools around the incision in [H]'s heart.", "") - H.bleed_rate += 10 + var/obj/item/bodypart/BP = H.get_bodypart(check_zone(surgery.location)) + BP.adjust_bleeding(10) target.apply_damage(15, BRUTE, "[target_zone]") return ..() @@ -51,7 +52,8 @@ display_results(user, target, "You screw up, cutting too deeply into the heart!", "[user] screws up, causing blood to spurt out of [H]'s chest!", "[user] screws up, causing blood to spurt out of [H]'s chest!") - H.bleed_rate += 20 + var/obj/item/bodypart/BP = H.get_bodypart(check_zone(surgery.location)) + BP.adjust_bleeding(20) H.adjustOrganLoss(ORGAN_SLOT_HEART, 10) target.apply_damage(15, BRUTE, "[target_zone]") @@ -90,5 +92,6 @@ "[user] screws up, causing blood to spurt out of [H]'s chest profusely!", "[user] screws up, causing blood to spurt out of [H]'s chest profusely!") H.adjustOrganLoss(ORGAN_SLOT_HEART, 30) - H.bleed_rate += 30 + var/obj/item/bodypart/BP = H.get_bodypart(check_zone(surgery.location)) + BP.adjust_bleeding(30) return FALSE diff --git a/code/modules/surgery/organic_steps.dm b/code/modules/surgery/organic_steps.dm index 5167bb3a4517..42018e6c1d87 100644 --- a/code/modules/surgery/organic_steps.dm +++ b/code/modules/surgery/organic_steps.dm @@ -30,7 +30,9 @@ display_results(user, target, "Blood pools around the incision in [H]'s [parse_zone(target_zone)].", "Blood pools around the incision in [H]'s [parse_zone(target_zone)].", "") - H.bleed_rate += 3 + var/obj/item/bodypart/BP = H.get_bodypart(check_zone(surgery.location)) + if(BP) + BP.adjust_bleeding(3) return ..() /datum/surgery_step/incise/failure(mob/user, mob/living/carbon/target, target_zone, obj/item/tool, datum/surgery/surgery) @@ -74,7 +76,9 @@ target.heal_bodypart_damage(20,0) if (ishuman(target)) var/mob/living/carbon/human/H = target - H.bleed_rate = max((H.bleed_rate - 3), 0) + var/obj/item/bodypart/BP = H.get_bodypart(check_zone(surgery.location)) + if(BP) + BP.adjust_bleeding(-3) return ..() /datum/surgery_step/clamp_bleeders/failure(mob/user, mob/living/carbon/target, target_zone, obj/item/tool, datum/surgery/surgery) @@ -137,7 +141,9 @@ target.heal_bodypart_damage(15,0) if (ishuman(target)) var/mob/living/carbon/human/H = target - H.bleed_rate = max((H.bleed_rate - 3), 0) + var/obj/item/bodypart/BP = H.get_bodypart(check_zone(surgery.location)) + if(BP) + BP.adjust_bleeding(-3) return ..() //saw bone diff --git a/code/modules/surgery/organs/vocal_cords.dm b/code/modules/surgery/organs/vocal_cords.dm index 5eed8abc46be..c0313adb2539 100644 --- a/code/modules/surgery/organs/vocal_cords.dm +++ b/code/modules/surgery/organs/vocal_cords.dm @@ -286,7 +286,7 @@ else if((findtext(message, bleed_words))) cooldown = COOLDOWN_DAMAGE for(var/mob/living/carbon/human/H in listeners) - H.bleed_rate += (5 * power_multiplier) + H.cause_overall_bleeding(5*power_multiplier) //FIRE else if((findtext(message, burn_words))) diff --git a/code/modules/surgery/surgery_helpers.dm b/code/modules/surgery/surgery_helpers.dm index c28ce0855933..f87c6e1bb923 100644 --- a/code/modules/surgery/surgery_helpers.dm +++ b/code/modules/surgery/surgery_helpers.dm @@ -115,7 +115,9 @@ if(ishuman(M)) var/mob/living/carbon/human/H = M - H.bleed_rate = max((H.bleed_rate - 3), 0) + var/obj/item/bodypart/BP = H.get_bodypart(check_zone(S.location)) + if(BP) + BP.adjust_bleeding(-3) M.surgeries -= S user.visible_message("[user] closes [M]'s [parse_zone(selected_zone)] with [close_tool] and stops the surgery.", \ "You close [M]'s [parse_zone(selected_zone)] with [close_tool] and stop the surgery.") diff --git a/shiptest.dme b/shiptest.dme index 630c5d479767..565b4dec6c8f 100644 --- a/shiptest.dme +++ b/shiptest.dme @@ -460,6 +460,7 @@ #include "code\datums\components\anti_magic.dm" #include "code\datums\components\armor_plate.dm" #include "code\datums\components\art.dm" +#include "code\datums\components\bandage.dm" #include "code\datums\components\bane.dm" #include "code\datums\components\beetlejuice.dm" #include "code\datums\components\bloodysoles.dm" From 5597974e4c4f6ea81b5e81c9bac091334a5c5925 Mon Sep 17 00:00:00 2001 From: Changelogs Date: Sat, 8 Jun 2024 05:08:58 -0500 Subject: [PATCH 15/22] Automatic changelog generation for PR #3009 [ci skip] --- html/changelogs/AutoChangeLog-pr-3009.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-3009.yml diff --git a/html/changelogs/AutoChangeLog-pr-3009.yml b/html/changelogs/AutoChangeLog-pr-3009.yml new file mode 100644 index 000000000000..b3fa75563632 --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-3009.yml @@ -0,0 +1,18 @@ +author: SomeguyManperson +changes: + - {tweak: 'bleeding is now stored in the limbs, functioning similarly to bone breaking. + Taking damage over a certain threshold and amount (lower for sharp weapons) + will cause part of it to be turned into bleeding.'} + - {tweak: 'gauze, tape, and bleeding suppression are similarly no longer abstracted + into a "bleed suppression" value'} + - {rscadd: you can now cauterize bleeding with a lighter. Which is cool.} + - {rscadd: you can now also cauterize bleeding with suit storage decontamination. + Which is hot.} + - {rscadd: examine and examine closely will show whether or not someone is visibly + bleeding or bandaged. This means people who are both will show both. Examine + closely additionally shows which limbs are currently bleeding.} + - {tweak: 'heparin now causes existing bleeding to worsen, instead of causing bleeding + on its own'} + - {tweak: you can no longer cut the throat of someone who's head has been lopped + off} +delete-after: true From f11a7aaaeca23884f3b17fe59f5505a7d07652b7 Mon Sep 17 00:00:00 2001 From: zevo <95449138+Zevotech@users.noreply.github.com> Date: Sat, 8 Jun 2024 19:47:06 -0400 Subject: [PATCH 16/22] THE RUINCUT [AFFRONT TO GOD] (#3026) ## About The Pull Request Okay, so heres the gist. **We have a lot of really bad ruins that don't meet the current standards.** They might have been fine by older standards, but for a long time we maptainers have needed to put our foot down and pick what stays and what goes. This PR does that. And a lot of other stuff. This PR: Removes a massive amount of map files for ruins, leaving most naturally-generating planets with only *4-7 unique ruins* each. Removes the areas and code for those ruins, as well as a large amount of unused or already deleted ruins that were just rotting in our codebase. Fixes the issue where sometimes a planet would generate without a ruin by removing ruin datums that lacked an associated map file. Makes adjustments to a few of the remaining ruins for the purpose of balance. Anything that needed minor changes to pass standards was changed.

List of changes:
Ruin Deletions: beach_colony beach_crashed_starwalker (remapped onto lavaland) beach_knights_rest icemoon_surface_corporate_rejects icemoon_surface_engioutpost icemoon_underground_abandoned_newcops icemoon_underground_drakelair jungle_botany jungle_nest jungle_pirate jungle_pizzawave jungle_seedling jungle_surface_bombmakers_cabin jungle_surface_coffinpirate jungle_surface_ikea_ai jungle_surface_ninjashrine jungle_surface_roomates jungle_surface_weed_shack lavaland_surface_SPOOKYCRASH lavaland_surface_codelab lavaland_surface_comm_outpost lavaland_surface_dwarffortress lavaland_surface_heirophant lavaland_surface_pizzaparty lavaland_surface_random_ripley lavaland_surface_sloth lavaland_surface_survivalpod lavaland_surface_xeno_nest lavaland_surface_crashed_pinnance rockplanet_boxsci rockplanet_crash rockplanet_dangerpod rockplanet_heirophant rockplanet_house rockplanet_miningexpedition rockplanet_pioneer rockplanet_saloon whitesands_surface_assaultpodcrash whitesands_surface_camp_drugstore whitesands_surface_chokepoint whitesands_surface_conveniencestore whitesands_surface_onlyaspoonful whitesands_surface_starfurycrash whitesands_surface_waterplant Fast_Food crashedship cryocontainment dangerous_research dark_glade excavator_DK fueldepot gondolaasteroid hellfactory ntfacility oretruck provinggrounds scav_mining transport18 vaporwave wasteplanet_clowncrash wasteplanet_crash_kitchen wasteplanet_fortress_of_solitude wasteplanet_ore_proccessing_facility wasteplanet_pod wasteplanet_tarpit wasteplanet_tradepost Code File Deletions: lavaland_ruin_code.dm biodome_clown_planet.dm codelab.dm pizzaparty.dm sloth.dm asteroid4.dm caravanambush.dm clericsden.dm crashedclownship.dm crashedship.dm deepstorage.dm forgottenship.dm hellfactory.dm hilbertsholtel.dm listeningstation.dm spacehotel.dm Changes: beach_fishing_hut (replaced pirates with frontiersmen) beach_pirate_crash (replaced pirates with frontiersmen) beach_treasure_cove (replaced pirates with frontiersmen) icemoon_underground_abandoned_village (fixed a couch) jungle_syndicate (removed maid outfits) lavaland_surface_lava_canyon (removed cleric mace) whitesands_surface_camp_saloon (fixed an item with a missing icon state) whitesands_surface_medipen_plant (rearranged some of the loot, removed mining, booze and med vendor) astraeus (fixed incorrect rock type) singularity_lab (fixed broken icons on exterior rock walls, removed a lootdrop from a removed ruin, cut down on length slightly to prevent clipping into z-level walls) spacemall (removed pamphlet that was from a removed ruin) rockplanet_harmfactory (fixed keycard doors that were reused from a deleted ruin) wasteplanet_lab (removed free mining vendor) independent_beluga (removed pamphlet that was from a removed ruin) Also removes a lot of items/code from deprecated/removed ruins from various other files
## What Now? The maptainer team is working on compiling guides and information regarding map contribution in a forum on the discord. In that forum, there will be posts with guides on how to contribute, how to map, and how to make good ruins. We're trying to streamline the process, and make it easier for people to scale the learning curve and make good maps. ### We need YOU, testers, to read those posts and help us to make the best damn ruins this server has ever seen. Here are the ruin amounts post-cut that remain: Lavaplanet: 4 Jungleplanet: 7 Beachplanet: 7 Iceplanet: 4 Sandplanet: 4 Wasteplanet: 4 Rockplanet: 4 Space: 7 ## Why It's Good For The Game If you've ever seen the sloth ruin on lavaplanet, then you knew this PR was a long time coming. A lot of the maps that have been removed were explicitly bad enough for us to not want players to use them as examples, as well as pruning small ruins and fixing others. The main goal is for our lack of good ruins to be visible, without all of the shitty ones getting in the way of how much we need new ones. Good ruins aren't hard to make, it's just that our standards and priorities have evolved to where a lot of ruins that USED to be good are now really, really bad. ## Changelog :cl: fix: Planets should no longer spawn without ruins when generating due to bad map datums del: Removed 3 Beach ruins del: Removed 4 Iceplanet ruins del: Removed 11 Jungle ruins del: Removed 10 Lavaland ruins del: Removed 8 Rockplanet ruins del: Removed 7 Sandplanet ruins del: Removed 7 Rockplanet ruins del: Removed 15 Space ruins del: Removed 16 unused/removed ruin code files del: Removed a whole lot of old/unused ruin code from misc files tweak: Tweaked various ruins and one ship to fix issues and remove unused items /:cl: --- _maps/RandomRuins/BeachRuins/beach_colony.dmm | 1545 ---- .../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_crashed_starwalker.dmm} | 3094 ++++--- .../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 | 863 +- _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 | 324 +- .../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 | 97 +- 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 | 77 +- 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, 1866 insertions(+), 112612 deletions(-) delete mode 100644 _maps/RandomRuins/BeachRuins/beach_colony.dmm delete mode 100644 _maps/RandomRuins/BeachRuins/beach_knights_rest.dmm delete mode 100644 _maps/RandomRuins/IceRuins/icemoon_surface_corporate_rejects.dmm delete mode 100644 _maps/RandomRuins/IceRuins/icemoon_surface_engioutpost.dmm delete mode 100644 _maps/RandomRuins/IceRuins/icemoon_underground_abandoned_newcops.dmm delete mode 100644 _maps/RandomRuins/IceRuins/icemoon_underground_drakelair.dmm delete mode 100644 _maps/RandomRuins/JungleRuins/jungle_botany.dmm delete mode 100644 _maps/RandomRuins/JungleRuins/jungle_nest.dmm delete mode 100644 _maps/RandomRuins/JungleRuins/jungle_pirate.dmm delete mode 100644 _maps/RandomRuins/JungleRuins/jungle_pizzawave.dmm delete mode 100644 _maps/RandomRuins/JungleRuins/jungle_seedling.dmm delete mode 100644 _maps/RandomRuins/JungleRuins/jungle_surface_bombmakers_cabin.dmm delete mode 100644 _maps/RandomRuins/JungleRuins/jungle_surface_coffinpirate.dmm delete mode 100644 _maps/RandomRuins/JungleRuins/jungle_surface_ikea_ai.dmm delete mode 100644 _maps/RandomRuins/JungleRuins/jungle_surface_ninjashrine.dmm delete mode 100644 _maps/RandomRuins/JungleRuins/jungle_surface_roommates.dmm delete mode 100644 _maps/RandomRuins/JungleRuins/jungle_surface_weed_shack.dmm rename _maps/RandomRuins/{BeachRuins/beach_crashed_starwalker.dmm => LavaRuins/lavaland_crashed_starwalker.dmm} (70%) delete mode 100644 _maps/RandomRuins/LavaRuins/lavaland_surface_SPOOKYCRASH.dmm delete mode 100644 _maps/RandomRuins/LavaRuins/lavaland_surface_codelab.dmm delete mode 100644 _maps/RandomRuins/LavaRuins/lavaland_surface_comm_outpost.dmm delete mode 100644 _maps/RandomRuins/LavaRuins/lavaland_surface_crashed_pinnance.dmm delete mode 100644 _maps/RandomRuins/LavaRuins/lavaland_surface_dwarffortress.dmm delete mode 100644 _maps/RandomRuins/LavaRuins/lavaland_surface_hierophant.dmm delete mode 100644 _maps/RandomRuins/LavaRuins/lavaland_surface_pizzaparty.dmm delete mode 100644 _maps/RandomRuins/LavaRuins/lavaland_surface_random_ripley.dmm delete mode 100644 _maps/RandomRuins/LavaRuins/lavaland_surface_sloth.dmm delete mode 100644 _maps/RandomRuins/LavaRuins/lavaland_surface_survivalpod.dmm delete mode 100644 _maps/RandomRuins/LavaRuins/lavaland_surface_xeno_nest.dmm delete mode 100644 _maps/RandomRuins/RockRuins/rockplanet_boxsci.dmm delete mode 100644 _maps/RandomRuins/RockRuins/rockplanet_crash.dmm delete mode 100644 _maps/RandomRuins/RockRuins/rockplanet_dangerpod.dmm delete mode 100644 _maps/RandomRuins/RockRuins/rockplanet_heirophant.dmm delete mode 100644 _maps/RandomRuins/RockRuins/rockplanet_house.dmm delete mode 100644 _maps/RandomRuins/RockRuins/rockplanet_miningexpedition.dmm delete mode 100644 _maps/RandomRuins/RockRuins/rockplanet_pioneer.dmm delete mode 100644 _maps/RandomRuins/RockRuins/rockplanet_saloon.dmm delete mode 100644 _maps/RandomRuins/SandRuins/whitesands_surface_assaultpodcrash.dmm delete mode 100644 _maps/RandomRuins/SandRuins/whitesands_surface_camp_drugstore.dmm delete mode 100644 _maps/RandomRuins/SandRuins/whitesands_surface_chokepoint.dmm delete mode 100644 _maps/RandomRuins/SandRuins/whitesands_surface_conveniencestore.dmm delete mode 100644 _maps/RandomRuins/SandRuins/whitesands_surface_onlyaspoonful.dmm delete mode 100644 _maps/RandomRuins/SandRuins/whitesands_surface_starfurycrash.dmm delete mode 100644 _maps/RandomRuins/SandRuins/whitesands_surface_waterplant.dmm delete mode 100644 _maps/RandomRuins/SpaceRuins/Fast_Food.dmm delete mode 100644 _maps/RandomRuins/SpaceRuins/crashedship.dmm delete mode 100644 _maps/RandomRuins/SpaceRuins/cryocontainment.dmm delete mode 100644 _maps/RandomRuins/SpaceRuins/dangerous_research.dmm delete mode 100644 _maps/RandomRuins/SpaceRuins/dark_glade.dmm delete mode 100644 _maps/RandomRuins/SpaceRuins/excavator_DK.dmm delete mode 100644 _maps/RandomRuins/SpaceRuins/fueldepot.dmm delete mode 100644 _maps/RandomRuins/SpaceRuins/gondolaasteroid.dmm delete mode 100644 _maps/RandomRuins/SpaceRuins/hellfactory.dmm delete mode 100644 _maps/RandomRuins/SpaceRuins/ntfacility.dmm delete mode 100644 _maps/RandomRuins/SpaceRuins/oretruck.dmm delete mode 100644 _maps/RandomRuins/SpaceRuins/provinggrounds.dmm delete mode 100644 _maps/RandomRuins/SpaceRuins/scav_mining.dmm delete mode 100644 _maps/RandomRuins/SpaceRuins/transport18.dmm delete mode 100644 _maps/RandomRuins/SpaceRuins/vaporwave.dmm delete mode 100644 _maps/RandomRuins/WasteRuins/wasteplanet_clowncrash.dmm delete mode 100644 _maps/RandomRuins/WasteRuins/wasteplanet_crash_kitchen.dmm delete mode 100644 _maps/RandomRuins/WasteRuins/wasteplanet_fortress_of_solitide.dmm delete mode 100644 _maps/RandomRuins/WasteRuins/wasteplanet_ore_proccessing_facility.dmm delete mode 100644 _maps/RandomRuins/WasteRuins/wasteplanet_pod.dmm delete mode 100644 _maps/RandomRuins/WasteRuins/wasteplanet_tarpit.dmm delete mode 100644 _maps/RandomRuins/WasteRuins/wasteplanet_tradepost.dmm delete mode 100644 code/modules/ruins/lavaland_ruin_code.dm delete mode 100644 code/modules/ruins/lavalandruin_code/biodome_clown_planet.dm delete mode 100644 code/modules/ruins/lavalandruin_code/codelab.dm delete mode 100644 code/modules/ruins/lavalandruin_code/pizzaparty.dm delete mode 100644 code/modules/ruins/lavalandruin_code/sloth.dm delete mode 100644 code/modules/ruins/spaceruin_code/asteroid4.dm delete mode 100644 code/modules/ruins/spaceruin_code/caravanambush.dm delete mode 100644 code/modules/ruins/spaceruin_code/clericsden.dm delete mode 100644 code/modules/ruins/spaceruin_code/crashedclownship.dm delete mode 100644 code/modules/ruins/spaceruin_code/crashedship.dm delete mode 100644 code/modules/ruins/spaceruin_code/deepstorage.dm delete mode 100644 code/modules/ruins/spaceruin_code/forgottenship.dm delete mode 100644 code/modules/ruins/spaceruin_code/hellfactory.dm delete mode 100644 code/modules/ruins/spaceruin_code/hilbertshotel.dm delete mode 100644 code/modules/ruins/spaceruin_code/listeningstation.dm delete 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 deleted file mode 100644 index 05a810e004ad..000000000000 --- a/_maps/RandomRuins/BeachRuins/beach_colony.dmm +++ /dev/null @@ -1,1545 +0,0 @@ -//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/BeachRuins/beach_fishing_hut.dmm b/_maps/RandomRuins/BeachRuins/beach_fishing_hut.dmm index 84fabfbe5ff7..ab5a6bb58d84 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("beach","pirate"); + faction = list("Frontiersmen","beach"); idle_power_usage = 0; reqpower = 0; name = "Point defense anti-carp turret" @@ -485,9 +485,6 @@ /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" = ( @@ -667,8 +664,8 @@ /area/overmap_encounter/planetoid/beachplanet/explored) "Bg" = ( /obj/effect/turf_decal/corner/opaque/pink/diagonal, -/mob/living/simple_animal/hostile/human/pirate/melee{ - faction = list("beach","pirate") +/mob/living/simple_animal/hostile/human/frontier{ + faction = list("Frontiersmen","beach") }, /turf/open/floor/plastic, /area/ruin/beach) @@ -726,8 +723,7 @@ "Ch" = ( /obj/effect/turf_decal/corner/opaque/pink/diagonal, /obj/structure/sink/kitchen{ - dir = 4; - pixel_x = -11 + dir = 4 }, /turf/open/floor/plastic, /area/ruin/beach) @@ -827,23 +823,6 @@ /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 }, @@ -853,8 +832,8 @@ "GP" = ( /obj/structure/chair/sofa/brown/right/directional/south, /obj/effect/decal/cleanable/cobweb, -/mob/living/simple_animal/hostile/human/pirate/melee{ - faction = list("beach","pirate") +/mob/living/simple_animal/hostile/human/frontier{ + faction = list("Frontiersmen","beach") }, /turf/open/floor/carpet, /area/ruin/beach) @@ -1045,8 +1024,8 @@ /obj/structure/chair/plastic{ dir = 8 }, -/mob/living/simple_animal/hostile/human/pirate/ranged{ - faction = list("beach","pirate") +/mob/living/simple_animal/hostile/human/frontier/ranged/mosin/neutered{ + faction = list("Frontiersmen","beach") }, /turf/open/floor/wood/ebony, /area/overmap_encounter/planetoid/beachplanet/explored) @@ -1119,10 +1098,6 @@ 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" @@ -1135,8 +1110,8 @@ /area/ruin/beach) "Rh" = ( /obj/structure/chair/sofa/brown/corner/directional/south, -/mob/living/simple_animal/hostile/human/pirate/melee{ - faction = list("beach","pirate") +/mob/living/simple_animal/hostile/human/frontier{ + faction = list("Frontiersmen","beach") }, /turf/open/floor/carpet, /area/ruin/beach) @@ -1250,8 +1225,8 @@ pixel_x = 4; layer = 2.9 }, -/mob/living/simple_animal/hostile/human/pirate/ranged{ - faction = list("beach","pirate") +/mob/living/simple_animal/hostile/human/frontier/ranged/mosin/neutered{ + faction = list("Frontiersmen","beach") }, /turf/open/floor/wood/ebony, /area/overmap_encounter/planetoid/beachplanet/explored) @@ -1333,8 +1308,8 @@ /turf/open/water/beach, /area/overmap_encounter/planetoid/beachplanet/explored) "ZJ" = ( -/mob/living/simple_animal/hostile/human/pirate/melee{ - faction = list("beach","pirate") +/mob/living/simple_animal/hostile/human/frontier{ + faction = list("Frontiersmen","beach") }, /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 deleted file mode 100644 index 17ad7d93f739..000000000000 --- a/_maps/RandomRuins/BeachRuins/beach_knights_rest.dmm +++ /dev/null @@ -1,3347 +0,0 @@ -//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 e47ffa92a5e9..2b2479ffe0fb 100644 --- a/_maps/RandomRuins/BeachRuins/beach_pirate_crash.dmm +++ b/_maps/RandomRuins/BeachRuins/beach_pirate_crash.dmm @@ -385,10 +385,7 @@ }, /area/overmap_encounter/planetoid/beachplanet/explored) "jE" = ( -/mob/living/simple_animal/hostile/human/pirate/ranged{ - environment_smash = 0; - faction = list("pirate","mining") - }, +/mob/living/simple_animal/hostile/human/frontier/ranged/mosin/neutered, /turf/open/floor/plating/rust, /area/overmap_encounter/planetoid/cave/explored) "jT" = ( @@ -522,13 +519,10 @@ /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" = ( @@ -1106,6 +1100,7 @@ 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" = ( @@ -1373,7 +1368,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("Syndicate","pirate"); + faction = list("Frontiersmen"); lethal_projectile = /obj/projectile/beam/weak/penetrator; lethal_projectile_sound = 'sound/weapons/plasma_cutter.ogg'; name = "laser turret" @@ -1508,10 +1503,7 @@ /turf/open/floor/plating/asteroid/sand/lit, /area/overmap_encounter/planetoid/cave/explored) "Vc" = ( -/mob/living/simple_animal/hostile/human/pirate/melee{ - environment_smash = 0; - faction = list("pirate","mining") - }, +/mob/living/simple_animal/hostile/human/frontier, /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 e97a926aec6b..0f122c15c94b 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/pirate/ranged/space, +/mob/living/simple_animal/hostile/human/frontier/ranged/mosin/neutered, /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/pirate/melee, +/mob/living/simple_animal/hostile/human/frontier, /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/pirate/melee, +/mob/living/simple_animal/hostile/human/frontier, /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/pirate/ranged, +/mob/living/simple_animal/hostile/human/frontier/ranged/officer/neutured, /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 deleted file mode 100644 index c48664ffdcf3..000000000000 --- a/_maps/RandomRuins/IceRuins/icemoon_surface_corporate_rejects.dmm +++ /dev/null @@ -1,3668 +0,0 @@ -//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 deleted file mode 100644 index b514b1c40f9c..000000000000 --- a/_maps/RandomRuins/IceRuins/icemoon_surface_engioutpost.dmm +++ /dev/null @@ -1,2727 +0,0 @@ -//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 deleted file mode 100644 index 149f4a579542..000000000000 --- a/_maps/RandomRuins/IceRuins/icemoon_underground_abandoned_newcops.dmm +++ /dev/null @@ -1,2434 +0,0 @@ -//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 aee0cc51330b..aabd7f476996 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/right/directional/north, +/obj/structure/chair/sofa/brown/left/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 deleted file mode 100644 index d000b8fd17a7..000000000000 --- a/_maps/RandomRuins/IceRuins/icemoon_underground_drakelair.dmm +++ /dev/null @@ -1,1586 +0,0 @@ -//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 deleted file mode 100644 index 6888c97fc9a6..000000000000 --- a/_maps/RandomRuins/JungleRuins/jungle_botany.dmm +++ /dev/null @@ -1,1013 +0,0 @@ -//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 deleted file mode 100644 index 2783fc59549b..000000000000 --- a/_maps/RandomRuins/JungleRuins/jungle_nest.dmm +++ /dev/null @@ -1,814 +0,0 @@ -//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 deleted file mode 100644 index 739244a8b282..000000000000 --- a/_maps/RandomRuins/JungleRuins/jungle_pirate.dmm +++ /dev/null @@ -1,747 +0,0 @@ -//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 deleted file mode 100644 index e4dee4cec868..000000000000 --- a/_maps/RandomRuins/JungleRuins/jungle_pizzawave.dmm +++ /dev/null @@ -1,452 +0,0 @@ -//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 deleted file mode 100644 index 3dff53c32639..000000000000 --- a/_maps/RandomRuins/JungleRuins/jungle_seedling.dmm +++ /dev/null @@ -1,462 +0,0 @@ -//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 deleted file mode 100644 index 878e674b7835..000000000000 --- a/_maps/RandomRuins/JungleRuins/jungle_surface_bombmakers_cabin.dmm +++ /dev/null @@ -1,731 +0,0 @@ -//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 deleted file mode 100644 index b4d280ba7a17..000000000000 --- a/_maps/RandomRuins/JungleRuins/jungle_surface_coffinpirate.dmm +++ /dev/null @@ -1,511 +0,0 @@ -//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 deleted file mode 100644 index 6cb02b13e8d8..000000000000 --- a/_maps/RandomRuins/JungleRuins/jungle_surface_ikea_ai.dmm +++ /dev/null @@ -1,277 +0,0 @@ -//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 deleted file mode 100644 index 03072f2d6aac..000000000000 --- a/_maps/RandomRuins/JungleRuins/jungle_surface_ninjashrine.dmm +++ /dev/null @@ -1,425 +0,0 @@ -//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 deleted file mode 100644 index 86e44d0d8480..000000000000 --- a/_maps/RandomRuins/JungleRuins/jungle_surface_roommates.dmm +++ /dev/null @@ -1,603 +0,0 @@ -//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 deleted file mode 100644 index 4c0987e0623d..000000000000 --- a/_maps/RandomRuins/JungleRuins/jungle_surface_weed_shack.dmm +++ /dev/null @@ -1,949 +0,0 @@ -//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 4ecf5ee382b1..6418550c8e7e 100644 --- a/_maps/RandomRuins/JungleRuins/jungle_syndicate.dmm +++ b/_maps/RandomRuins/JungleRuins/jungle_syndicate.dmm @@ -199,8 +199,6 @@ /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/BeachRuins/beach_crashed_starwalker.dmm b/_maps/RandomRuins/LavaRuins/lavaland_crashed_starwalker.dmm similarity index 70% rename from _maps/RandomRuins/BeachRuins/beach_crashed_starwalker.dmm rename to _maps/RandomRuins/LavaRuins/lavaland_crashed_starwalker.dmm index f8724e04f0de..0ec6b870a0a3 100644 --- a/_maps/RandomRuins/BeachRuins/beach_crashed_starwalker.dmm +++ b/_maps/RandomRuins/LavaRuins/lavaland_crashed_starwalker.dmm @@ -2,16 +2,16 @@ "ao" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/pod, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "ar" = ( /obj/effect/decal/fakelattice{ icon_state = "lattice-55" }, -/turf/open/floor/plating/grass/beach/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/explored) "as" = ( -/turf/closed/mineral/random/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) +/turf/open/lava/smooth/lava_land_surface, +/area/overmap_encounter/planetoid/lava/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/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "aL" = ( /obj/structure/railing, /obj/effect/decal/cleanable/dirt, @@ -44,22 +44,21 @@ /obj/structure/cable/orange{ icon_state = "1-8" }, -/obj/structure/spacevine/dense, /turf/open/floor/plasteel/patterned/cargo_one, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "aN" = ( /obj/machinery/atmospherics/components/unary/shuttle/heater{ dir = 1 }, /obj/structure/window/reinforced, /turf/open/floor/plating, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "bd" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) +/obj/structure/flora/ausbushes/grassybush/hell, +/turf/open/floor/plating/grass/lava/orange, +/area/overmap_encounter/planetoid/lava/explored) "bg" = ( -/turf/closed/mineral/random/beach, +/turf/closed/mineral/random/volcanic, /area/overmap_encounter/planetoid/cave/explored) "bs" = ( /obj/structure/cable/cyan{ @@ -75,7 +74,7 @@ /turf/open/floor/plasteel/stairs{ dir = 4 }, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "bz" = ( /obj/machinery/door/firedoor, /obj/machinery/door/poddoor/shutters{ @@ -83,7 +82,7 @@ name = "Blast Shutters" }, /turf/open/floor/engine/hull/interior, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "bI" = ( /obj/effect/turf_decal/industrial/warning{ dir = 4; @@ -93,24 +92,22 @@ name = "armory locker"; req_one_access_txt = "1" }, -/obj/item/storage/box/slugshot, -/obj/item/ammo_box/c38, -/obj/structure/spacevine, +/obj/item/ammo_box/a12g, /turf/open/floor/mineral/plastitanium, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "bL" = ( /obj/effect/turf_decal/number/zero{ dir = 8 }, /turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/overmap_encounter/planetoid/beachplanet/explored) +/area/overmap_encounter/planetoid/lava/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) +/area/overmap_encounter/planetoid/lava/explored) "bU" = ( /obj/effect/turf_decal/industrial/warning{ dir = 10; @@ -118,9 +115,8 @@ }, /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/dirt, -/obj/structure/spacevine, /turf/open/floor/mineral/plastitanium, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "bV" = ( /obj/structure/catwalk/over, /obj/structure/sign/departments/medbay/alt{ @@ -136,8 +132,12 @@ 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/beach/starwalker) +/area/ruin/unpowered/crashed_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/beachplanet/explored) +/area/overmap_encounter/planetoid/lava/explored) "co" = ( /obj/structure/catwalk/over, /obj/effect/decal/cleanable/dirt/dust, @@ -159,13 +159,8 @@ /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) +/area/ruin/unpowered/crashed_starwalker) "cq" = ( /obj/structure/grille/broken, /obj/effect/decal/cleanable/glass{ @@ -173,7 +168,7 @@ pixel_x = 16 }, /turf/open/floor/plating, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "cA" = ( /obj/machinery/light/directional/east, /obj/structure/closet/crate/trashcart, @@ -197,15 +192,14 @@ icon_state = "1-9" }, /turf/open/floor/plasteel, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_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) +/area/ruin/unpowered/crashed_starwalker) "cH" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable/yellow{ @@ -220,7 +214,7 @@ pixel_x = -9 }, /turf/open/floor/pod, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "cO" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/atmospherics/pipe/simple/orange/hidden{ @@ -239,14 +233,13 @@ pixel_x = -9; pixel_y = 10 }, -/obj/structure/spacevine, /turf/open/floor/plating/rust, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_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) +/area/ruin/unpowered/crashed_starwalker) "dh" = ( /obj/structure/chair/greyscale{ dir = 1 @@ -265,30 +258,28 @@ }, /obj/machinery/light/small/broken/directional/south, /turf/open/floor/plasteel/tech/grid, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "di" = ( -/turf/open/floor/plating/dirt, +/obj/structure/flora/ausbushes/fullgrass/hell, +/turf/open/floor/plating/moss, /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) +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/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) +/area/ruin/unpowered/crashed_starwalker) "dP" = ( -/obj/item/stack/rods{ - pixel_x = -9; - pixel_y = 1 - }, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) +/obj/item/grown/log/tree, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/explored) "dX" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, @@ -305,7 +296,7 @@ /obj/effect/decal/cleanable/blood/innards{ pixel_y = -7 }, -/turf/open/floor/plating/dirt, +/turf/open/floor/plating/moss, /area/overmap_encounter/planetoid/cave/explored) "ef" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ @@ -325,7 +316,7 @@ icon = 'icons/obj/stairs.dmi'; dir = 8 }, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "ek" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/dirt, @@ -345,7 +336,7 @@ pixel_y = 5 }, /turf/open/floor/plasteel/patterned/cargo_one, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "er" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/cable/yellow{ @@ -355,11 +346,7 @@ 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) +/area/ruin/unpowered/crashed_starwalker) "eN" = ( /obj/structure/catwalk/over, /obj/machinery/door/airlock/glass, @@ -376,14 +363,15 @@ icon_state = "1-2" }, /turf/open/floor/plating, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_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, +/obj/structure/flora/ausbushes/sparsegrass/hell, +/turf/open/floor/plating/moss, /area/overmap_encounter/planetoid/cave/explored) "fj" = ( /obj/structure/window/reinforced, @@ -401,15 +389,13 @@ pixel_y = 7 }, /turf/open/floor/plating, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_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) +/area/ruin/unpowered/crashed_starwalker) "fu" = ( /obj/structure/window/reinforced, /obj/machinery/door/window/northright{ @@ -422,7 +408,7 @@ dir = 1 }, /turf/open/floor/plating, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "fM" = ( /obj/structure/catwalk/over, /obj/machinery/door/firedoor/border_only{ @@ -442,7 +428,7 @@ icon_state = "1-10" }, /turf/open/floor/plating, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "gd" = ( /obj/structure/railing{ dir = 4 @@ -452,7 +438,7 @@ icon_state = "1-2" }, /turf/open/floor/plasteel, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "gi" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/toilet{ @@ -467,7 +453,7 @@ /obj/effect/decal/cleanable/vomit/old, /obj/structure/curtain/bounty, /turf/open/floor/pod/light, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "gr" = ( /obj/effect/turf_decal/industrial/warning, /obj/structure/railing/corner{ @@ -482,7 +468,7 @@ }, /obj/structure/grille, /turf/open/floor/plasteel/patterned, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "gu" = ( /obj/effect/turf_decal/siding/wood{ dir = 4 @@ -493,37 +479,26 @@ /turf/open/floor/wood{ icon_state = "wood-broken4" }, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_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) +/area/ruin/unpowered/crashed_starwalker) "hd" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/tracks{ dir = 5 }, -/turf/open/floor/plating/dirt, +/turf/open/floor/plating/moss, /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) +/area/ruin/unpowered/crashed_starwalker) "hg" = ( /obj/item/soap/deluxe, /obj/item/bikehorn/rubberducky, @@ -535,22 +510,11 @@ pixel_x = -32 }, /turf/open/floor/plating/catwalk_floor, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_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) +/obj/structure/flora/ash/stem_shroom, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/explored) "hN" = ( /obj/machinery/light/small/directional/east, /obj/effect/decal/cleanable/blood/old{ @@ -558,12 +522,16 @@ 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/beach/starwalker) -"hV" = ( -/obj/structure/flora/ausbushes/fernybush, -/turf/open/floor/plating/grass/beach/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) +/area/ruin/unpowered/crashed_starwalker) "ia" = ( /obj/machinery/atmospherics/components/unary/shuttle/heater{ dir = 1 @@ -575,12 +543,12 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 4 }, -/obj/structure/spacevine/weak, /turf/open/floor/plating, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "id" = ( -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) +/obj/structure/flora/ausbushes/fernybush/hell, +/turf/open/floor/plating/grass/lava/orange, +/area/overmap_encounter/planetoid/lava/explored) "it" = ( /obj/effect/turf_decal/industrial/warning{ dir = 8 @@ -588,24 +556,17 @@ /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, +/obj/effect/mob_spawn/human/corpse/frontier, /turf/open/floor/plasteel, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_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) +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/explored) "iA" = ( -/obj/machinery/mineral/ore_redemption{ - dir = 4 - }, /obj/structure/railing{ dir = 8 }, @@ -613,7 +574,7 @@ dir = 4 }, /turf/open/floor/plasteel, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "iB" = ( /obj/machinery/button/door{ pixel_x = -23; @@ -626,24 +587,24 @@ }, /obj/machinery/light/small/broken/directional/south, /turf/open/floor/plasteel/tech/grid, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "iC" = ( /turf/closed/wall/mineral/plastitanium, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_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) +/area/ruin/unpowered/crashed_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) +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/explored) "ju" = ( /obj/effect/decal/fakelattice{ icon_state = "lattice-3" @@ -652,35 +613,39 @@ pixel_x = 7; pixel_y = 11 }, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/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) +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/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, +/obj/effect/mob_spawn/human/corpse/frontier/ranged/officer, +/turf/open/floor/plating/moss, /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) +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/ruin/unpowered/crashed_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/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "kh" = ( -/mob/living/simple_animal/crab, -/turf/open/floor/plating/dirt, +/mob/living/simple_animal/hostile/asteroid/hivelord/legion, +/turf/open/floor/plating/moss, /area/overmap_encounter/planetoid/cave/explored) "kv" = ( /obj/machinery/power/terminal, @@ -691,11 +656,12 @@ pixel_x = -13; pixel_y = 7 }, +/obj/machinery/portable_atmospherics/canister/toxins, /turf/open/floor/pod, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "ky" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/dirt, +/turf/open/floor/plating/moss, /area/overmap_encounter/planetoid/cave/explored) "kK" = ( /obj/effect/decal/cleanable/blood/drip{ @@ -707,15 +673,12 @@ pixel_y = 15 }, /obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/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" @@ -728,7 +691,7 @@ /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "kR" = ( /obj/structure/railing{ dir = 1 @@ -739,15 +702,14 @@ /obj/structure/cable/pink{ icon_state = "4-10" }, -/obj/structure/spacevine, /turf/open/floor/plasteel/stairs{ dir = 8 }, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "kX" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/tracks, -/turf/open/floor/plating/dirt, +/turf/open/floor/plating/moss, /area/overmap_encounter/planetoid/cave/explored) "lc" = ( /obj/machinery/atmospherics/components/binary/pump{ @@ -759,12 +721,11 @@ /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) +/area/ruin/unpowered/crashed_starwalker) "lq" = ( /obj/effect/turf_decal/industrial/outline/yellow, /obj/structure/closet/crate/engineering, @@ -777,28 +738,22 @@ /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) +/area/ruin/unpowered/crashed_starwalker) "lM" = ( /obj/item/pushbroom{ pixel_x = 6; pixel_y = 7 }, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/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) +/area/ruin/unpowered/crashed_starwalker) "ma" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, @@ -807,7 +762,7 @@ pixel_y = -6 }, /turf/open/floor/plating, -/area/overmap_encounter/planetoid/beachplanet/explored) +/area/overmap_encounter/planetoid/lava/explored) "mb" = ( /obj/effect/decal/fakelattice{ icon_state = "lattice-5" @@ -817,8 +772,8 @@ pixel_y = -6 }, /obj/item/stack/cable_coil/cut/blue, -/turf/open/floor/plating/grass/beach/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/explored) "mi" = ( /obj/effect/decal/cleanable/blood/old{ icon_state = "gib1-old"; @@ -834,38 +789,35 @@ 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, +/mob/living/simple_animal/hostile/asteroid/hivelord/legion, +/turf/open/floor/plating/moss, /area/overmap_encounter/planetoid/cave/explored) "mm" = ( -/obj/machinery/jukebox/disco, -/turf/open/floor/plating/dirt, -/area/overmap_encounter/planetoid/cave/explored) +/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) "mU" = ( -/mob/living/simple_animal/hostile/carp, -/turf/open/floor/plating/dirt, +/obj/structure/flora/ausbushes/sparsegrass/hell, +/turf/open/floor/plating/moss, /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, +/obj/structure/flora/ash/fern, +/turf/open/floor/plating/moss, /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) +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/explored) "nB" = ( /obj/effect/turf_decal/industrial/warning{ dir = 8; @@ -873,14 +825,20 @@ }, /obj/structure/rack, /obj/machinery/firealarm/directional/north, -/obj/item/storage/backpack/duffelbag/syndie, +/obj/item/mine/pressure/explosive/shrapnel, +/obj/item/mine/pressure/explosive/shrapnel{ + pixel_x = 8 + }, +/obj/item/mine/pressure/explosive/shrapnel{ + pixel_x = -8 + }, /turf/open/floor/mineral/plastitanium, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "nH" = ( /obj/machinery/smartfridge/organ, /obj/machinery/firealarm/directional/north, /turf/open/floor/plasteel/patterned/cargo_one, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "of" = ( /obj/effect/turf_decal/techfloor{ dir = 8 @@ -889,7 +847,7 @@ dir = 4 }, /turf/open/floor/plasteel, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "ou" = ( /obj/effect/turf_decal/techfloor{ dir = 8 @@ -912,11 +870,14 @@ pixel_y = 2 }, /turf/open/floor/plasteel/tech/grid, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "oy" = ( -/mob/living/simple_animal/crab, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plating/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/medical/bruise_pack/herb{ + pixel_x = -10; + pixel_y = 12 + }, +/turf/open/floor/plating/moss, /area/overmap_encounter/planetoid/cave/explored) "oz" = ( /obj/effect/decal/cleanable/glass{ @@ -926,13 +887,13 @@ /obj/effect/decal/fakelattice{ icon_state = "lattice-9" }, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/explored) "oC" = ( /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "oG" = ( /obj/effect/turf_decal/techfloor/corner, /obj/effect/decal/cleanable/dirt/dust, @@ -943,31 +904,24 @@ 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) +/area/ruin/unpowered/crashed_starwalker) "oH" = ( -/obj/effect/turf_decal/weather/sand{ - dir = 5 - }, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) +/obj/structure/girder/displaced, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/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) +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/explored) "pc" = ( /obj/structure/bed{ icon_state = "dirty_mattress" }, -/turf/open/floor/plating/dirt, +/turf/open/floor/plating/moss, /area/overmap_encounter/planetoid/cave/explored) "ph" = ( /obj/effect/decal/cleanable/dirt, @@ -983,21 +937,31 @@ dir = 1 }, /turf/open/floor/plasteel, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_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/beach/starwalker) +/area/ruin/unpowered/crashed_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) +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/ruin/unpowered/crashed_starwalker) "pm" = ( /obj/structure/catwalk/over, /obj/effect/decal/cleanable/dirt, @@ -1014,7 +978,7 @@ pixel_y = 5 }, /turf/open/floor/plating, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "pP" = ( /obj/machinery/computer/card/minor/cmo{ dir = 8 @@ -1027,34 +991,30 @@ name = "pepper" }, /turf/open/floor/plasteel/tech/grid, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_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) +/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) "qs" = ( /obj/effect/decal/fakelattice{ icon_state = "lattice-3" }, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/explored) "qv" = ( /turf/open/floor/plating{ icon_state = "platingdmg3" }, -/area/overmap_encounter/planetoid/beachplanet/explored) +/area/overmap_encounter/planetoid/lava/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) +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/explored) "qS" = ( /obj/structure/railing{ dir = 8 @@ -1064,11 +1024,11 @@ /obj/machinery/cell_charger, /obj/structure/grille/broken, /turf/open/floor/plating/rust, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "rl" = ( -/obj/effect/overlay/palmtree_r, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) +/obj/item/grown/log/tree, +/turf/open/floor/plating/grass/lava/orange, +/area/overmap_encounter/planetoid/lava/explored) "rt" = ( /obj/structure/catwalk/over, /obj/machinery/atmospherics/pipe/simple/orange/hidden, @@ -1079,17 +1039,13 @@ /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) +/area/ruin/unpowered/crashed_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) +/area/overmap_encounter/planetoid/lava/explored) "rA" = ( /obj/item/stack/ore/salvage/scrapplasma/five{ pixel_x = -3; @@ -1098,11 +1054,11 @@ /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/drip, /turf/open/floor/engine/hull, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "rH" = ( /obj/structure/closet/crate/silvercrate, /obj/item/clothing/neck/cloak/qm, -/turf/open/floor/plating/dirt, +/turf/open/floor/plating/moss, /area/overmap_encounter/planetoid/cave/explored) "rI" = ( /obj/effect/turf_decal/siding/wood{ @@ -1112,17 +1068,22 @@ /turf/open/floor/wood{ icon_state = "wood-broken" }, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_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/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "rN" = ( +/obj/item/stack/rods{ + pixel_x = 9; + pixel_y = -11 + }, /turf/open/floor/plating/rust, -/area/overmap_encounter/planetoid/beachplanet/explored) +/area/overmap_encounter/planetoid/lava/explored) "rT" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/power/smes{ @@ -1135,7 +1096,7 @@ icon_state = "0-5" }, /turf/open/floor/pod, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "rX" = ( /obj/effect/turf_decal/industrial/warning{ dir = 4; @@ -1144,8 +1105,21 @@ /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/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "sw" = ( /obj/effect/turf_decal/siding/wood/end, /obj/effect/decal/cleanable/dirt/dust, @@ -1162,9 +1136,8 @@ /obj/structure/cable/cyan{ icon_state = "8-10" }, -/obj/structure/spacevine, /turf/open/floor/wood, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "sy" = ( /obj/effect/turf_decal/techfloor{ dir = 8 @@ -1174,17 +1147,9 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_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, +/turf/open/floor/plating/moss, /area/overmap_encounter/planetoid/cave/explored) "sH" = ( /obj/structure/window/reinforced, @@ -1198,7 +1163,7 @@ dir = 1 }, /turf/open/floor/plating, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "sJ" = ( /obj/machinery/door/airlock/maintenance{ dir = 4 @@ -1219,15 +1184,15 @@ icon_state = "4-8" }, /turf/open/floor/plasteel, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "tm" = ( /obj/item/stack/ore/salvage/scrapmetal/five, /obj/effect/decal/cleanable/blood/drip, /turf/open/floor/engine/hull, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "tG" = ( -/turf/open/water/beach, -/area/ruin/unpowered) +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/ruin/unpowered/crashed_starwalker) "tT" = ( /obj/effect/decal/fakelattice{ icon_state = "lattice-3" @@ -1237,8 +1202,8 @@ pixel_y = -6 }, /obj/item/stack/rods, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/explored) "tV" = ( /obj/effect/turf_decal/techfloor{ dir = 1 @@ -1247,12 +1212,8 @@ /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) +/area/ruin/unpowered/crashed_starwalker) "tW" = ( /obj/structure/table/reinforced, /obj/machinery/button/door{ @@ -1276,39 +1237,36 @@ 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/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "tY" = ( /obj/effect/decal/cleanable/dirt, /obj/item/stack/ore/salvage/scrapmetal/five, /turf/open/floor/plasteel/grimy, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_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) +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/explored) "uC" = ( /obj/effect/decal/cleanable/blood/old{ pixel_x = -15; pixel_y = -5 }, -/turf/open/floor/plating/dirt, +/obj/structure/flora/ausbushes/sparsegrass/hell, +/turf/open/floor/plating/moss, /area/overmap_encounter/planetoid/cave/explored) "uM" = ( /obj/structure/fermenting_barrel{ @@ -1319,12 +1277,8 @@ 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, +/turf/open/floor/plating/moss, /area/overmap_encounter/planetoid/cave/explored) "uR" = ( /obj/effect/turf_decal/industrial/warning, @@ -1340,20 +1294,15 @@ start_charge = 0 }, /turf/open/floor/plasteel/patterned, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "uU" = ( -/obj/structure/barricade/wooden, -/turf/open/floor/plating/asteroid/sand/lit, -/area/ruin/beach/starwalker) +/obj/structure/flora/ash/fern, +/turf/open/floor/plating/moss, +/area/overmap_encounter/planetoid/cave/explored) "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) +/obj/structure/flora/rock/lava, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/explored) "vf" = ( /obj/structure/cable{ icon_state = "1-8" @@ -1364,13 +1313,12 @@ /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) +/area/ruin/unpowered/crashed_starwalker) "vg" = ( /obj/structure/railing{ dir = 4 @@ -1386,10 +1334,11 @@ /turf/open/floor/plasteel/stairs{ dir = 1 }, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "vw" = ( -/turf/open/water/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) +/obj/structure/flora/tree/tall/whitesands, +/turf/open/floor/plating/grass/lava/orange, +/area/overmap_encounter/planetoid/lava/explored) "vy" = ( /obj/effect/decal/fakelattice{ icon_state = "lattice-3" @@ -1398,8 +1347,8 @@ pixel_x = -12; pixel_y = 11 }, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/explored) "vO" = ( /obj/effect/turf_decal/industrial/traffic{ dir = 8 @@ -1410,11 +1359,11 @@ /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /turf/open/floor/engine/hull/interior, -/area/overmap_encounter/planetoid/beachplanet/explored) +/area/overmap_encounter/planetoid/lava/explored) "wc" = ( /obj/structure/closet/crate/coffin, -/obj/effect/mob_spawn/human/corpse/pirate, -/turf/open/floor/plating/dirt, +/obj/effect/mob_spawn/human/corpse/frontier, +/turf/open/floor/plating/moss, /area/overmap_encounter/planetoid/cave/explored) "wh" = ( /obj/effect/turf_decal/techfloor{ @@ -1434,28 +1383,18 @@ dir = 4 }, /turf/open/floor/plasteel/patterned, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "wl" = ( /obj/structure/cable/green{ icon_state = "4-9" }, /obj/item/clothing/shoes/jackboots, /turf/open/floor/pod, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_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) +/obj/structure/flora/ash/fireblossom, +/turf/open/floor/plating/grass/lava/orange, +/area/overmap_encounter/planetoid/lava/explored) "ws" = ( /obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, /obj/machinery/door/poddoor/shutters{ @@ -1463,7 +1402,7 @@ dir = 4 }, /turf/open/floor/plating, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "wx" = ( /obj/structure/catwalk/over, /obj/effect/decal/cleanable/dirt, @@ -1478,11 +1417,11 @@ }, /obj/machinery/light/broken/directional/east, /turf/open/floor/plating, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "wI" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/explored) "wJ" = ( /obj/structure/railing/corner{ dir = 4 @@ -1495,30 +1434,25 @@ /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) +/area/ruin/unpowered/crashed_starwalker) "xt" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/dirt, +/obj/structure/flora/ausbushes/sparsegrass/hell, +/turf/open/floor/plating/moss, /area/overmap_encounter/planetoid/cave/explored) "xu" = ( -/turf/open/floor/plating/grass/beach/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) +/obj/structure/flora/rock/beach, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/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) +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/explored) "xG" = ( /obj/machinery/light/floor, /obj/effect/turf_decal/industrial/warning/dust{ @@ -1526,23 +1460,13 @@ }, /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) +/area/overmap_encounter/planetoid/lava/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) +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/explored) "yi" = ( /obj/effect/decal/cleanable/oil, /obj/effect/decal/cleanable/dirt, @@ -1553,18 +1477,14 @@ dir = 4 }, /turf/open/floor/plasteel/patterned, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_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) +/obj/structure/foamedmetal, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/explored) "yp" = ( /obj/structure/railing, /obj/machinery/atmospherics/pipe/simple/orange/hidden{ @@ -1582,19 +1502,16 @@ /turf/open/floor/plasteel/stairs{ dir = 4 }, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "ys" = ( /obj/machinery/door/airlock/external/glass{ dir = 8 }, /turf/open/floor/plating, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_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) +/turf/open/floor/plating/rust, +/area/overmap_encounter/planetoid/lava/explored) "yQ" = ( /obj/effect/turf_decal/techfloor{ dir = 8 @@ -1610,7 +1527,7 @@ /obj/structure/frame/machine, /obj/structure/railing, /turf/open/floor/plasteel, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "ze" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/drip, @@ -1619,15 +1536,16 @@ pixel_y = 15 }, /turf/open/floor/engine/hull, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "zq" = ( /obj/structure/grille/broken, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) +/obj/item/stack/ore/salvage/scrapmetal/five, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/explored) "zy" = ( /obj/structure/foamedmetal, /turf/template_noop, -/area/overmap_encounter/planetoid/beachplanet/explored) +/area/overmap_encounter/planetoid/lava/explored) "zz" = ( /obj/structure/railing{ dir = 1 @@ -1642,21 +1560,21 @@ /turf/open/floor/plasteel/stairs{ dir = 4 }, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "zT" = ( /obj/effect/turf_decal/siding/wood{ dir = 10 }, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/wood, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_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) +/obj/structure/foamedmetal, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/explored) "zX" = ( /obj/structure/cable/yellow{ icon_state = "0-4" @@ -1679,27 +1597,19 @@ start_charge = 0 }, /turf/open/floor/pod, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_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) +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/ausbushes/sparsegrass/hell, +/turf/open/floor/plating/moss, +/area/overmap_encounter/planetoid/cave/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) +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/explored) "Aw" = ( /obj/structure/railing/corner{ dir = 8 @@ -1722,11 +1632,11 @@ icon_state = "4-8" }, /turf/open/floor/plating, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "AG" = ( -/obj/item/clothing/under/costume/sailor, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) +/obj/item/clothing/head/beret/sec/frontier, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/explored) "AN" = ( /obj/structure/railing, /obj/effect/decal/cleanable/dirt, @@ -1751,7 +1661,7 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/patterned/cargo_one, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "AS" = ( /obj/machinery/power/port_gen/pacman{ anchored = 1 @@ -1770,27 +1680,21 @@ dir = 1 }, /turf/open/floor/pod, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "Ba" = ( -/obj/machinery/power/shuttle/engine/fueled/plasma{ - dir = 1 - }, -/obj/structure/spacevine/weak, -/turf/open/floor/plating, -/area/ruin/beach/starwalker) +/obj/structure/flora/tree/dead/hell, +/turf/open/floor/plating/grass/lava, +/area/overmap_encounter/planetoid/cave/explored) "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) +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/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) +/area/overmap_encounter/planetoid/lava/explored) "BK" = ( /obj/machinery/power/terminal{ dir = 1 @@ -1808,30 +1712,32 @@ dir = 6 }, /turf/open/floor/pod, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "BP" = ( /obj/effect/decal/fakelattice{ icon_state = "lattice-46" }, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/explored) "BR" = ( /obj/machinery/door/airlock/external/glass{ dir = 4 }, /turf/open/floor/plating, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_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) +/area/overmap_encounter/planetoid/lava/explored) "Ch" = ( -/obj/structure/flora/rock/beach, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/overmap_encounter/planetoid/lava/explored) "Cu" = ( /obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, /obj/machinery/door/poddoor/shutters{ @@ -1839,9 +1745,8 @@ dir = 8 }, /turf/open/floor/plating, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "Cz" = ( -/obj/machinery/door/airlock/highsecurity, /obj/machinery/door/firedoor/border_only{ dir = 4 }, @@ -1857,8 +1762,11 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 8 }, +/obj/machinery/door/airlock/grunge{ + dir = 4 + }, /turf/open/floor/plasteel/dark, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "Db" = ( /obj/effect/decal/cleanable/dirt, /obj/item/stack/ore/glass/basalt{ @@ -1876,17 +1784,15 @@ pixel_y = 15 }, /turf/open/floor/engine/hull, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "Di" = ( -/obj/effect/turf_decal/weather/sand{ - dir = 8 - }, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/explored) "Dk" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/plating/dirt, +/turf/open/floor/plating/moss, /area/overmap_encounter/planetoid/cave/explored) "Ds" = ( /obj/structure/chair/plastic{ @@ -1899,7 +1805,7 @@ dir = 1 }, /turf/open/floor/plasteel/grimy, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "DA" = ( /obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, /obj/structure/curtain/bounty, @@ -1909,19 +1815,10 @@ 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) +/area/ruin/unpowered/crashed_starwalker) "DK" = ( /obj/structure/closet/crate/secure/loot, -/turf/open/floor/plating/dirt, +/turf/open/floor/plating/moss, /area/overmap_encounter/planetoid/cave/explored) "DS" = ( /obj/structure/railing/corner, @@ -1937,7 +1834,7 @@ dir = 4 }, /turf/open/floor/plasteel, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "Ec" = ( /obj/machinery/power/apc/auto_name/directional/west{ start_charge = 0 @@ -1949,7 +1846,7 @@ dir = 4 }, /turf/open/floor/plasteel/stairs/wood, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "Eh" = ( /obj/effect/decal/cleanable/dirt, /obj/item/stack/ore/salvage/scrapgold/five{ @@ -1958,14 +1855,14 @@ /turf/open/floor/plating{ icon_state = "platingdmg3" }, -/area/overmap_encounter/planetoid/beachplanet/explored) +/area/overmap_encounter/planetoid/lava/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) +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/explored) "En" = ( /obj/effect/decal/cleanable/cobweb/cobweb2, /obj/structure/frame/machine, @@ -1974,7 +1871,7 @@ pixel_x = 32 }, /turf/open/floor/plasteel, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "Ey" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/orange/hidden, @@ -1989,13 +1886,12 @@ /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) +/area/ruin/unpowered/crashed_starwalker) "Ez" = ( /obj/machinery/power/terminal, /obj/structure/cable/yellow{ @@ -2010,7 +1906,6 @@ pixel_x = -5; pixel_y = 6 }, -/obj/structure/spacevine, /obj/item/trash/can{ pixel_x = -8; pixel_y = -2 @@ -2020,14 +1915,14 @@ pixel_x = 9 }, /turf/open/floor/pod, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_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) +/area/ruin/unpowered/crashed_starwalker) "EW" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/old{ @@ -2040,25 +1935,26 @@ 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, +/turf/open/floor/plating/moss, /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) +/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) "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) +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/explored) "Fu" = ( -/turf/open/water/beach, +/mob/living/simple_animal/hostile/asteroid/hivelord/legion, +/turf/open/floor/plating/grass/lava, /area/overmap_encounter/planetoid/cave/explored) "Fv" = ( /obj/structure/catwalk/over, @@ -2073,29 +1969,20 @@ icon_state = "1-2" }, /turf/open/floor/plating, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "FC" = ( -/obj/effect/turf_decal/weather/sand{ - dir = 9 - }, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) +/obj/structure/flora/ausbushes/fullgrass/hell, +/turf/open/floor/plating/grass/lava/orange, +/area/overmap_encounter/planetoid/lava/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) +/area/ruin/unpowered/crashed_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) +/area/ruin/unpowered/crashed_starwalker) "GR" = ( /obj/structure/railing/corner{ dir = 1 @@ -2105,7 +1992,7 @@ icon_state = "5-8" }, /turf/open/floor/plasteel/patterned/cargo_one, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "GV" = ( /obj/effect/turf_decal/industrial/warning{ dir = 8; @@ -2115,25 +2002,27 @@ 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/beach/starwalker) +/area/ruin/unpowered/crashed_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) +/area/overmap_encounter/planetoid/lava/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) +/area/overmap_encounter/planetoid/lava/explored) "Hl" = ( /obj/structure/statue/sandstone/assistant, /obj/effect/decal/cleanable/dirt, @@ -2141,47 +2030,44 @@ pixel_y = -32 }, /turf/open/floor/pod/light, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "Hm" = ( /obj/effect/decal/fakelattice{ icon_state = "lattice-2" }, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/explored) "Hn" = ( /obj/structure/window/reinforced, /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/processor, /turf/open/floor/plasteel, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_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) +/area/ruin/unpowered/crashed_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) +/area/ruin/unpowered/crashed_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) +/area/ruin/unpowered/crashed_starwalker) "HK" = ( /obj/structure/window/reinforced, /obj/machinery/door/window/northright{ @@ -2196,13 +2082,8 @@ /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) +/area/ruin/unpowered/crashed_starwalker) "Ib" = ( /obj/item/kirbyplants{ icon_state = "plant-25" @@ -2210,16 +2091,7 @@ /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) +/area/ruin/unpowered/crashed_starwalker) "Ig" = ( /obj/effect/turf_decal/techfloor{ dir = 8 @@ -2227,42 +2099,39 @@ /turf/open/floor/plating{ icon_state = "platingdmg1" }, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_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/beachplanet/explored) +/area/overmap_encounter/planetoid/lava/explored) "Io" = ( /obj/machinery/atmospherics/components/unary/tank/air{ piping_layer = 2 }, /turf/open/floor/pod, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_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) +/area/overmap_encounter/planetoid/lava/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) +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/explored) "IH" = ( /obj/structure/flora/rock/pile, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/explored) "IJ" = ( /obj/item/clothing/shoes/jackboots, /obj/effect/decal/cleanable/dirt, @@ -2272,22 +2141,18 @@ }, /obj/effect/decal/cleanable/wrapping, /turf/open/floor/plating/rust, -/area/overmap_encounter/planetoid/beachplanet/explored) +/area/overmap_encounter/planetoid/lava/explored) "IU" = ( /obj/item/stack/ore/salvage/scrapsilver{ pixel_x = -9 }, -/obj/structure/spacevine, /turf/open/floor/plating/rust, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_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) +/obj/structure/foamedmetal, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/explored) "Ja" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/drip, @@ -2296,7 +2161,7 @@ pixel_y = 15 }, /turf/open/floor/engine/hull, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "Jk" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/atmospherics/pipe/simple/orange/hidden{ @@ -2312,29 +2177,26 @@ dir = 4 }, /turf/open/floor/plating/foam, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_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) +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/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) +/area/ruin/unpowered/crashed_starwalker) "Jw" = ( -/obj/effect/turf_decal/weather/sand{ - dir = 10 - }, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) +/obj/structure/flora/firebush, +/turf/open/floor/plating/grass/lava/orange, +/area/overmap_encounter/planetoid/lava/explored) "Jx" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable/yellow{ @@ -2352,17 +2214,11 @@ }, /obj/structure/catwalk/over, /turf/open/floor/plating, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_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) +/obj/structure/foamedmetal, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/ruin/unpowered/crashed_starwalker) "JR" = ( /obj/machinery/door/airlock/grunge{ dir = 4 @@ -2377,13 +2233,7 @@ 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) +/area/ruin/unpowered/crashed_starwalker) "Kk" = ( /obj/effect/turf_decal/techfloor{ dir = 8 @@ -2397,20 +2247,20 @@ pixel_y = 7 }, /turf/open/floor/plasteel, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "Kq" = ( -/obj/item/clothing/under/costume/sailor, -/turf/open/floor/plating/grass/beach/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) +/obj/item/clothing/under/rank/security/officer/frontier, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/explored) "Ks" = ( /obj/structure/flora/stump, -/turf/open/floor/plating/grass/beach/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) +/turf/open/floor/plating/grass/lava/orange, +/area/overmap_encounter/planetoid/lava/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) +/obj/structure/flora/ausbushes/fullgrass/hell, +/turf/open/floor/plating/moss, +/area/overmap_encounter/planetoid/cave/explored) "KC" = ( /obj/structure/catwalk/over, /obj/structure/closet/firecloset/wall/directional/west, @@ -2428,13 +2278,13 @@ dir = 1 }, /turf/open/floor/plating, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "KD" = ( /obj/machinery/power/shuttle/engine/fueled/plasma{ dir = 1 }, /turf/open/floor/plating, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "KL" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable/yellow{ @@ -2449,7 +2299,7 @@ pixel_x = -9 }, /turf/open/floor/pod, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "KO" = ( /obj/structure/cable/yellow{ icon_state = "1-4" @@ -2461,7 +2311,7 @@ dir = 8 }, /turf/open/floor/pod, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "La" = ( /obj/machinery/power/terminal, /obj/machinery/power/apc/auto_name/directional/east{ @@ -2476,13 +2326,12 @@ /obj/structure/cable/green{ icon_state = "0-8" }, -/obj/structure/spacevine/dense, /turf/open/floor/pod, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "Lg" = ( /obj/effect/decal/cleanable/blood/drip, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/explored) "Lw" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/robot_debris, @@ -2494,12 +2343,7 @@ }, /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) +/area/ruin/unpowered/crashed_starwalker) "LA" = ( /obj/machinery/light/floor, /obj/effect/turf_decal/industrial/warning/dust{ @@ -2507,14 +2351,14 @@ }, /obj/effect/decal/cleanable/dirt, /turf/open/floor/engine/hull/interior, -/area/overmap_encounter/planetoid/beachplanet/explored) +/area/overmap_encounter/planetoid/lava/explored) "LN" = ( /obj/effect/decal/cleanable/dirt, /obj/item/stack/ore/gold{ pixel_x = 5; pixel_y = 6 }, -/turf/open/floor/plating/dirt, +/turf/open/floor/plating/moss, /area/overmap_encounter/planetoid/cave/explored) "LV" = ( /obj/effect/turf_decal/industrial/loading, @@ -2522,26 +2366,25 @@ 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) +/area/ruin/unpowered/crashed_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/beach/starwalker) +/area/ruin/unpowered/crashed_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) +/area/ruin/unpowered/crashed_starwalker) "Mm" = ( /obj/structure/railing, /obj/structure/cable/yellow{ @@ -2559,11 +2402,11 @@ /turf/open/floor/plasteel/stairs{ dir = 8 }, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "Mz" = ( /obj/structure/grille, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/explored) "MN" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/sink{ @@ -2576,7 +2419,7 @@ /obj/structure/spider/stickyweb, /obj/effect/spawner/lootdrop/glowstick, /turf/open/floor/pod/light, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "MO" = ( /obj/structure/bed/roller, /obj/effect/decal/cleanable/blood/old{ @@ -2596,15 +2439,15 @@ pixel_x = -4 }, /turf/open/floor/plasteel/patterned/cargo_one, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_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) +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/ruin/unpowered/crashed_starwalker) "MX" = ( /obj/machinery/vending/snack/random, /obj/structure/railing{ @@ -2620,19 +2463,15 @@ /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_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) +/area/overmap_encounter/planetoid/lava/explored) "NC" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "NP" = ( /obj/item/cigbutt/cigarbutt{ pixel_y = 15; @@ -2647,24 +2486,14 @@ pixel_x = -5; pixel_y = 16 }, -/turf/open/floor/plating/dirt, +/turf/open/floor/plating/moss, /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) +/area/overmap_encounter/planetoid/lava/explored) "Or" = ( /obj/effect/decal/cleanable/glass{ dir = 8; @@ -2676,9 +2505,8 @@ }, /obj/effect/decal/cleanable/dirt, /obj/item/stack/sheet/animalhide/monkey, -/obj/structure/spacevine, /turf/open/floor/plasteel/patterned, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "Ou" = ( /obj/structure/catwalk/over, /obj/machinery/door/airlock/glass, @@ -2696,45 +2524,30 @@ 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) +/area/ruin/unpowered/crashed_starwalker) "Pe" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plating/dirt, +/turf/open/floor/plating/moss, /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) +/turf/open/floor/plating/grass/lava/orange, +/area/overmap_encounter/planetoid/lava/explored) "Pv" = ( -/obj/effect/turf_decal/weather/sand{ - dir = 4 - }, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) +/obj/structure/foamedmetal, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/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) +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/ruin/unpowered/crashed_starwalker) "PH" = ( /obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plating/dirt, +/turf/open/floor/plating/moss, /area/overmap_encounter/planetoid/cave/explored) "PU" = ( /obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, @@ -2745,7 +2558,7 @@ }, /obj/structure/curtain/bounty, /turf/open/floor/plating, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "Qa" = ( /obj/effect/decal/cleanable/blood/old, /obj/effect/decal/cleanable/blood/old{ @@ -2755,8 +2568,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/pirate/ranged, -/turf/open/floor/plating/dirt, +/obj/effect/mob_spawn/human/corpse/frontier, +/turf/open/floor/plating/moss, /area/overmap_encounter/planetoid/cave/explored) "Qi" = ( /turf/template_noop, @@ -2773,45 +2586,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/beach/starwalker) +/area/ruin/unpowered/crashed_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) +/area/ruin/unpowered/crashed_starwalker) "Qx" = ( -/obj/effect/turf_decal/weather/sand, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) +/obj/structure/flora/rock/pile/lava, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/explored) "QC" = ( /obj/structure/flora/rock, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/explored) "QQ" = ( /obj/item/reagent_containers/glass/bucket, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/explored) "QT" = ( -/mob/living/simple_animal/hostile/carp, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) +/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) "QW" = ( /obj/effect/turf_decal/industrial/warning/dust{ dir = 4 }, /turf/open/floor/engine/hull/interior, -/area/overmap_encounter/planetoid/beachplanet/explored) +/area/overmap_encounter/planetoid/lava/explored) "QZ" = ( /obj/effect/decal/cleanable/blood/drip, /obj/effect/decal/cleanable/blood/old, @@ -2820,7 +2633,7 @@ pixel_x = 12 }, /turf/open/floor/engine/hull, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "Rf" = ( /obj/structure/railing/corner{ dir = 4; @@ -2833,12 +2646,12 @@ /obj/structure/cable/yellow{ icon_state = "5-6" }, -/obj/structure/spacevine, +/obj/item/clothing/under/rank/security/officer/frontier, /turf/open/floor/pod, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "Rg" = ( /turf/open/floor/engine/hull/interior, -/area/overmap_encounter/planetoid/beachplanet/explored) +/area/overmap_encounter/planetoid/lava/explored) "Rn" = ( /obj/structure/frame/computer{ anchored = 1; @@ -2853,7 +2666,7 @@ }, /obj/machinery/firealarm/directional/south, /turf/open/floor/plasteel/tech/grid, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "RN" = ( /obj/structure/table, /obj/machinery/microwave{ @@ -2861,37 +2674,30 @@ }, /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) +/area/ruin/unpowered/crashed_starwalker) "RQ" = ( /obj/structure/closet/crate/goldcrate, -/turf/open/floor/plating/dirt, +/turf/open/floor/plating/moss, /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) +/area/overmap_encounter/planetoid/lava/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) +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/explored) "Sc" = ( /obj/effect/turf_decal/industrial/warning/dust{ dir = 9 }, /turf/open/floor/engine/hull/interior, -/area/overmap_encounter/planetoid/beachplanet/explored) +/area/overmap_encounter/planetoid/lava/explored) "Sm" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable/yellow{ @@ -2909,7 +2715,7 @@ }, /obj/structure/frame/machine, /turf/open/floor/plasteel, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "Sz" = ( /obj/effect/turf_decal/techfloor{ dir = 6 @@ -2928,28 +2734,27 @@ }, /obj/item/dice/d2, /turf/open/floor/plasteel/tech/grid, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_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) +/area/ruin/unpowered/crashed_starwalker) "Tg" = ( -/mob/living/simple_animal/crab, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) +/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) "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, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/moss, /area/overmap_encounter/planetoid/cave/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) "TF" = ( /obj/structure/railing/corner{ dir = 1 @@ -2961,17 +2766,11 @@ 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) +/area/ruin/unpowered/crashed_starwalker) "TI" = ( -/mob/living/simple_animal/beachcarp/salmon, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/explored) "TK" = ( /obj/structure/cable/orange{ icon_state = "4-10" @@ -2981,42 +2780,32 @@ }, /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) +/area/ruin/unpowered/crashed_starwalker) "Uc" = ( /obj/effect/decal/cleanable/oil, /turf/open/floor/plating/rust, -/area/overmap_encounter/planetoid/beachplanet/explored) +/area/overmap_encounter/planetoid/lava/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) +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/explored) "Ux" = ( -/obj/machinery/jukebox, -/obj/structure/spacevine, /obj/structure/railing/wood{ dir = 1 }, /turf/open/floor/pod, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_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) +/area/overmap_encounter/planetoid/lava/explored) "UG" = ( /obj/machinery/door/airlock/hatch{ dir = 4 @@ -3033,22 +2822,15 @@ }, /obj/structure/barricade/wooden/crude, /turf/open/floor/pod/light, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_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) +/obj/structure/foamedmetal, +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/ruin/unpowered/crashed_starwalker) "UQ" = ( /obj/effect/turf_decal/techfloor{ dir = 8 @@ -3065,7 +2847,7 @@ icon_state = "0-2" }, /turf/open/floor/plasteel, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "UZ" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/structure/cable/yellow{ @@ -3086,14 +2868,14 @@ /turf/open/floor/plating{ icon_state = "platingdmg3" }, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_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) +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/explored) "Vi" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/blood/tracks{ @@ -3103,21 +2885,12 @@ 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, +/turf/open/floor/plating/moss, /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) +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/explored) "VL" = ( /obj/structure/catwalk/over, /obj/effect/decal/cleanable/dirt, @@ -3130,21 +2903,23 @@ dir = 1 }, /turf/open/floor/plating, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "VO" = ( /turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/overmap_encounter/planetoid/beachplanet/explored) +/area/overmap_encounter/planetoid/lava/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, +/obj/structure/frame/computer{ + anchored = 1; + can_be_unanchored = 1; + dir = 4 + }, /turf/open/floor/plasteel/patterned, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "VR" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/glass{ @@ -3152,14 +2927,14 @@ pixel_x = 16 }, /turf/open/floor/plating, -/area/overmap_encounter/planetoid/beachplanet/explored) +/area/overmap_encounter/planetoid/lava/explored) "VS" = ( /obj/effect/decal/cleanable/dirt, /obj/item/stack/ore/gold{ pixel_x = -11; pixel_y = 6 }, -/turf/open/floor/plating/dirt, +/turf/open/floor/plating/moss, /area/overmap_encounter/planetoid/cave/explored) "VX" = ( /obj/structure/table/reinforced, @@ -3167,23 +2942,17 @@ pixel_x = -32 }, /turf/open/floor/plasteel/patterned/cargo_one, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "Wa" = ( /obj/structure/flora/rock/pile, -/turf/open/floor/plating/dirt, +/turf/open/floor/plating/moss, /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) +/area/overmap_encounter/planetoid/lava/explored) "Wp" = ( /turf/closed/wall/mineral/plastitanium, -/area/overmap_encounter/planetoid/beachplanet/explored) +/area/overmap_encounter/planetoid/lava/explored) "WJ" = ( /obj/effect/decal/cleanable/blood/drip, /obj/effect/decal/cleanable/blood/drip{ @@ -3194,19 +2963,13 @@ 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) +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/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 }, @@ -3220,8 +2983,16 @@ 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/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "WY" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ @@ -3230,10 +3001,9 @@ /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) +/area/ruin/unpowered/crashed_starwalker) "Xa" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/dirt, @@ -3254,27 +3024,23 @@ pixel_x = -14 }, /turf/open/floor/plasteel, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_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) +/area/ruin/unpowered/crashed_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) +/area/ruin/unpowered/crashed_starwalker) "Xj" = ( -/obj/effect/turf_decal/weather/dirt{ - dir = 6 - }, -/turf/open/water/beach, +/turf/open/floor/plating/grass/lava, /area/overmap_encounter/planetoid/cave/explored) "Xs" = ( /obj/effect/turf_decal/techfloor{ @@ -3288,15 +3054,15 @@ dir = 4 }, /turf/open/floor/plasteel/tech/grid, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "XJ" = ( /obj/effect/decal/cleanable/dirt, /turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "XK" = ( /obj/structure/grille, /turf/template_noop, -/area/overmap_encounter/planetoid/beachplanet/explored) +/area/overmap_encounter/planetoid/lava/explored) "XM" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -3325,16 +3091,15 @@ pixel_y = -8; pixel_x = 11 }, -/obj/structure/spacevine, /turf/open/floor/plating, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "XN" = ( /obj/structure/grille/broken, /obj/effect/decal/cleanable/glass, /turf/open/floor/plating{ icon_state = "panelscorched" }, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "XP" = ( /obj/effect/turf_decal/industrial/warning{ dir = 6; @@ -3349,22 +3114,19 @@ /obj/structure/cable/orange{ icon_state = "2-10" }, -/obj/item/gun/ballistic/shotgun/brimstone, -/obj/structure/spacevine, +/obj/item/gun/ballistic/shotgun/doublebarrel, /turf/open/floor/mineral/plastitanium, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "XR" = ( -/obj/effect/turf_decal/weather/sand{ - dir = 1 - }, -/turf/open/water/beach, -/area/overmap_encounter/planetoid/beachplanet/explored) +/obj/structure/flora/ausbushes/sparsegrass/hell, +/turf/open/floor/plating/grass/lava/orange, +/area/overmap_encounter/planetoid/lava/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) +/area/ruin/unpowered/crashed_starwalker) "XZ" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/cobweb, @@ -3374,7 +3136,7 @@ /obj/item/reagent_containers/food/condiment/rice, /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "Yb" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable{ @@ -3387,13 +3149,12 @@ /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) +/area/ruin/unpowered/crashed_starwalker) "Yg" = ( /obj/machinery/cryopod, /obj/effect/turf_decal/siding/wood{ @@ -3403,22 +3164,22 @@ /turf/open/floor/wood{ icon_state = "wood-broken5" }, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "YF" = ( /obj/effect/turf_decal/industrial/warning/corner{ dir = 8 }, -/turf/open/floor/plating/grass/beach/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) +/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, +/area/overmap_encounter/planetoid/lava/explored) "YG" = ( -/obj/effect/overlay/palmtree_l, -/turf/open/floor/plating/asteroid/sand/lit, -/area/overmap_encounter/planetoid/beachplanet/explored) +/obj/structure/flora/tree/dead_pine, +/turf/open/floor/plating/grass/lava/orange, +/area/overmap_encounter/planetoid/lava/explored) "YN" = ( /obj/structure/grille, /obj/effect/decal/cleanable/dirt, /turf/template_noop, -/area/overmap_encounter/planetoid/beachplanet/explored) +/area/overmap_encounter/planetoid/lava/explored) "YT" = ( /obj/effect/decal/cleanable/dirt, /obj/item/radio/intercom/directional/east, @@ -3436,21 +3197,14 @@ pixel_y = 8 }, /turf/open/floor/plasteel, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_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) +/area/overmap_encounter/planetoid/lava/explored) "ZW" = ( /obj/effect/decal/cleanable/blood/old, /obj/effect/decal/cleanable/dirt/dust, @@ -3464,7 +3218,7 @@ }, /obj/item/reagent_containers/syringe, /turf/open/floor/plasteel/patterned/cargo_one, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) "ZX" = ( /obj/structure/window/reinforced{ dir = 4 @@ -3473,7 +3227,7 @@ /obj/machinery/iv_drip, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, /turf/open/floor/plasteel/patterned/cargo_one, -/area/ruin/beach/starwalker) +/area/ruin/unpowered/crashed_starwalker) (1,1,1) = {" Qi @@ -3488,13 +3242,13 @@ Qi bg bg bg -id -id -id -id -id -id -id +TI +TI +TI +TI +TI +TI +Pk Qi Qi Qi @@ -3503,9 +3257,9 @@ Qi Qi Qi Qi -id -id -id +Pk +FC +Pk Qi Qi Qi @@ -3518,12 +3272,12 @@ Qi Qi Qi Qi -id -id -id -id -id -id +Pk +Pk +Pk +Pk +Pk +Pk Qi Qi Qi @@ -3548,24 +3302,24 @@ bg bg bg Wp -id -id -id -id -id -id -id +TI +TI +TI +TI +Pk +Pk +Pk Qi Qi Qi Qi +Pk +Pk +Pk id -id -id -id -id -id -id +Pk +Pk +Pk Qi Qi Qi @@ -3575,14 +3329,14 @@ Qi Qi Qi Qi +Pk +Pk +Jw +Pk id -id -id -rl -id -id -id -id +Pk +Pk +bd Qi Qi Qi @@ -3606,42 +3360,42 @@ bg bg bg Sc -id -id +TI +TI 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 +Pk +Pk +Pk +Pk +Pk FC -Di -Di Jw -id -id -id +Pk +Pk +Pk +FC +Pk +Pk +Pk +Qi +Pk +Pk +Pk +Pk +Pk +Pk +bd +Pk +FC +Pk +Pk +Pk +FC +Pk +Pk Qi Qi Qi @@ -3662,45 +3416,45 @@ bg mi EW bg -id +hi Hi wI -Ky +wI vO -id -id +TI +TI xG -id -id -Tg -id -id -id -id +TI +TI +Pk +Pk +wp +Pk +Pk YG -id -id -id -id -id -id -id -id -id -id -id -id -id +Pk +bd +Pk +wp +Pk FC -Di -vw -vw -vw +FC +Pk +Pk +Pk vw +Pk +FC +Pk +FC +Pk +Pk +FC +Pk Jw -id -id -id +Pk +Pk +Pk Qi Qi Qi @@ -3718,47 +3472,47 @@ bg nw di Vi -ky -hi -id +Aa +TI +TI Hi -id -id +TI +TI RU wI -id +TI Rg -id -id +TI +TI IH -id -id -id -id +TI +bd +Pk +Pk +Pk +Pk FC -Di +Pk +Pk +Pk +Pk +Pk Jw -id -id -id -id -id -id -id -id -id -id +Pk +Pk +Pk FC +Pk +Pk +Pk vw -vw -vw -vw -vw -vw -vw -Jw -id -id +Pk +Pk +bd +Pk +Pk +Pk +Pk Qi Qi Qi @@ -3777,45 +3531,45 @@ bg mU hd BB -NA -NA -NA -NA +BB +BB +BB +BB xy -id -id +TI +TI wI wI wI -id -id -id -id -id +TI +TI +TI +TI FC -vw -vw -Ch -Di +Pk +Pk Jw +Pk +Pk +FC +Pk +Pk +Pk +Pk +FC +Pk +Pk id -Tg -id -id -id -id -id -id -XR -vw -vw -vw -vw -vw -vw -vw -Qx -Tg +Pk +Pk +Pk +Pk +Pk +FC +Pk +Pk +FC +Pk id Qi Qi @@ -3837,44 +3591,44 @@ bg bg bg bg -id +TI IH -id +TI wI -id -id -id -id +TI +TI +TI +TI wI -id -id -id -id -oH -Pv -vw -vw -vw +TI +TI +TI +TI +xu +Pk +Pk +Pk +Pk Pk -id -id -id -id -id -Tg -id -id -XR -vw -vw -vw -vw -vw -vw vw -Qx -id -id +FC +Pk +bd +Pk +FC +Pk +Pk +Pk +Pk +FC +Pk +Pk +wp +FC +Pk +Pk +Pk +Pk Qi Qi Qi @@ -3894,46 +3648,46 @@ bg bg bg bg -id -id -FC -Jw +TI +TI +TI +TI BC ry -id -id -id +TI +TI +TI ye wI bM Eh -id -id -id -oH -Pv +TI +TI +TI +TI +Pk +bd +Pk +FC +FC +Pk Pk id -id -ve -Di +Pk +Pk +Pk Jw +Pk +Pk id -id -id +Pk +Pk FC -vw -vw -vw -vw -vw -vw -vw -vw Pk -id -id -id +YG +Pk +Pk +Pk Qi Qi Qi @@ -3952,10 +3706,10 @@ bg bg bg bg -id -FC -Ch -vw +TI +TI +xu +TI QW QW Mz @@ -3967,31 +3721,31 @@ iw ma VR Uc -id -id -id -id -id -DG -TZ -vw -vw -Di -Di -Di -vw -vw -vw -vw -vw -vw -Pv -Pv +TI +TI +TI +TI +TI +TI +TI +TI +TI +TI +TI +TI +TI +TI +TI +TI +Pk +Pk +Pk +Pk +Pk +FC +Pk +FC Pk -YG -id -id -id Qi Qi Qi @@ -4010,26 +3764,26 @@ PH di bg bg -id -XR -vw -vw -vw -vw -Jw +TI +TI +TI +TI +TI +TI +TI Zo LA wI wI -wI +pV dm Wi XK -GF -id +iN +TI rN -id -id +TI +Pv iC tG iC @@ -4038,19 +3792,19 @@ FZ ws FZ iC -vw -vw -vw -vw -Qx -id -id -id -id -id -id -id -id +TI +TI +TI +TI +wI +wI +wI +wI +Pk +Pk +Jw +Pk +Pk Qi Qi Qi @@ -4063,31 +3817,31 @@ bg bg bg DK -di -ky +sA +Ky DK bg bg -FC -vw -Of -vw -vw -vw -Pk -id -id -id -id -id -id -id -wI +TI +TI +TI +TI +TI +TI +TI +TI +TI +TI +TI +TI +TI +TI wI wI -id +EZ +TI Vb -id +TI FZ FZ FZ @@ -4097,18 +3851,18 @@ nH VX FZ iC -Pv -Pv -Pv -Pk -id -id -id -id -Tg -id -id -id +wI +wI +wI +wI +TI +TI +TI +TI +TI +TI +TI +TI Qi Qi Qi @@ -4123,29 +3877,29 @@ RQ uC DK Dk -ky +Aa hi -QT -XR -vw +TI +TI +TI bg bg -vw -Qx -id -id -id -id -Tg -id +TI +TI +TI +TI +TI +IH +TI +TI QC -id -id +TI +TI wI In Uy YN -Ia +Pv FZ gi MN @@ -4157,16 +3911,16 @@ HI FZ FZ FZ -FZ -FZ -iC -id -id -id -id -id -id -id +FZ +FZ +iC +wI +as +as +as +as +wI +wI Qi Qi Qi @@ -4182,25 +3936,25 @@ VS ky Pe ky -hi -id -XR -vw +TI +TI +TI +TI bg bg bg -Qx -id -id -id -id -id -id -id -id -id +TI +TI +IH +TI +TI +TI +TI +TI +Pv +Pv IY -dm +QT Oi zW Vt @@ -4217,15 +3971,15 @@ rT BK Ez fj -Aa -id -id -id -id -id -id -id -id +Xe +as +as +Qx +wI +wI +wI +wI +TI Qi Qi "} @@ -4242,14 +3996,14 @@ ky WJ IC Lg -XR -vw -vw +TI +TI +TI bg bg -vw -Jw -id +TI +oH +TI zq FZ FZ @@ -4258,10 +4012,10 @@ PU FZ XZ NC -wI -xl +IY yn -id +yn +Pv ph eN pm @@ -4275,15 +4029,15 @@ Ey Yb lc ia -Ba -id -id -id -id -pV -YG -id -id +KD +TI +TI +TI +TI +as +as +as +TI Qi Qi "} @@ -4292,21 +4046,21 @@ Qi bg bg bg -ky -xt -xt +oy xt +Tj +Tj eT uf Ju kK -XR -vw -vw -vw +TI +TI +TI +TI bg -vw -vw +TI +TI oC of of @@ -4334,15 +4088,15 @@ vf La HK Xe -id -id -id -FC -vw -Di -Jw -id -id +as +as +as +as +as +TI +TI +TI +TI Qi "} (16,1,1) = {" @@ -4355,16 +4109,16 @@ pc di ky di -Tj -id +Lg +TI bg -gV TI -vw -vw -vw -vw -vw +TI +oH +TI +IH +TI +Pv iC FZ FZ @@ -4383,8 +4137,8 @@ FZ FZ FZ ws -Qx -uU +JJ +JJ FZ FZ FZ @@ -4392,15 +4146,15 @@ BR FZ FZ iC -id -id -id -XR -vw -vw -Qx -id -id +wI +wI +as +as +TI +wI +wI +wI +wI Qi "} (17,1,1) = {" @@ -4416,13 +4170,13 @@ wc bg bg bg -XR -vw -eJ -vw -vw -vw -vw +TI +TI +TI +Hm +qs +mm +Pv hf FM iC @@ -4438,27 +4192,27 @@ yp Hl FZ iC -vw -dP +TI +jC QQ lM -xL +nz Di -Jw -id -id -id -id -id -id -id -YG -oH -vw -vw -vw -Jw -id +TI +TI +TI +TI +TI +TI +xu +TI +TI +as +as +as +as +wI +wI Qi "} (18,1,1) = {" @@ -4473,14 +4227,14 @@ bg bg bg bg -id +as +TI oH -vw -vw -vw -vw -vw -vw +TI +TI +Tw +Pv +Pv QZ rA tm @@ -4489,34 +4243,34 @@ 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 +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 Qi "} (19,1,1) = {" @@ -4531,14 +4285,14 @@ bg bg bg bg -bd -IH -oH -vw -Ch -vw -vw -vw +as +TI +TI +TI +xu +TI +Pv +Pv Db Ja ze @@ -4553,28 +4307,28 @@ wJ aL gU dC -vw -vw -vw -vw -vw -vw -vw -vw -Qx -id -id -xu -xu -xu -xu -xu -id -id +TI +TI +TI +Di +TI +TI +TI +TI +TI +TI +rl XR -vw Pk -id +XR +TI +TI +TI +TI +XR +rl +Ks +Pk Qi "} (20,1,1) = {" @@ -4589,14 +4343,14 @@ bg bg bg bg -bg -id -id -XR -vw -vw -vw -vw +as +Qx +TI +TI +TI +TI +iN +Pv UL hN iC @@ -4612,27 +4366,27 @@ Mm Mk FZ iC -vw -vw -vw -vw -vw -vw -vw -Pk -id -id -xu +TI +TI +TI +Pv +Pv +Pv +Pv +TI +TI +TI +TI Ks -xu -xu -xu -xu -id -oH -Qx -id -id +Pk +Pk +Pk +Pk +Pk +Pk +Pk +XR +Pk Qi "} (21,1,1) = {" @@ -4647,14 +4401,14 @@ bg bg bg bg -bg -bg -id -XR -vw +as +as +TI +TI +TI Hm qs -hx +qs iC FZ FZ @@ -4676,21 +4430,21 @@ ws XN ws Pv -Pk -id -id -id -xu -xu -EZ -hV -xu -xu +Pv +TI +TI +TI +dP +TI +TI +TI +TI +XR rl -id -Ie -id -id +Pk +Pk +Pk +Pk Qi "} (22,1,1) = {" @@ -4706,13 +4460,13 @@ bg bg bg bg -bg -id +as +TI oH -vw -vw -vw -vw +TI +oH +TI +TI zy Ig sy @@ -4732,24 +4486,24 @@ Fv wx VL Jx -id -id -id -Tg -id -xu -xu -Lx -xu -xu -xu -xu -id -id -id -id -as -as +Pv +Pv +TI +TI +TI +TI +TI +TI +TI +TI +TI +TI +TI +TI +Ks +Pk +Pk +Pk "} (23,1,1) = {" bg @@ -4764,13 +4518,13 @@ bg bg bg bg -bg -id -id -oH -vw -vw -vw +as +TI +TI +TI +TI +IH +TI zy zy zy @@ -4790,24 +4544,24 @@ FZ FZ FZ sJ -FZ -Av -id -id -xu -Ks -xu -xu -xu -xu -xu -xu -id -id -id -id -as -as +FZ +Av +TI +TI +TI +TI +TI +TI +TI +TI +TI +dP +TI +TI +TI +TI +Pk +XR "} (24,1,1) = {" bg @@ -4822,19 +4576,19 @@ bg bg bg bg -bg -bg -id -Tg -oH -vw -vw -vw -vw +as +as +ve +TI +TI +TI +TI +TI +TI zy zy -vw -vw +TI +TI iC FZ FZ @@ -4851,21 +4605,21 @@ Qo Ds ju tT -rN -xu -xu -xu -xu -xu -xu -hV +yJ +TI +TI xu -EZ -id -id -as -as -as +TI +TI +TI +TI +TI +TI +TI +TI +TI +TI +Pk "} (25,1,1) = {" bg @@ -4873,28 +4627,28 @@ bg bg bg bg +Xj +Xj Fu -Fu -Fu -bg bg bg bg bg bg -bg -id -id -oH -Pv -vw -vw -vw -vw -vw -vw -vw -vw +as +as +TI +TI +TI +TI +TI +IH +TI +TI +TI +TI +TI +TI FZ tW ef @@ -4906,24 +4660,24 @@ sw Ux wl tY -Zp +Ff Em oQ BP qv iN -EZ -xu -xu -xu -xu -xu -xu -id -as -as -as -as +TI +TI +TI +TI +TI +wI +wI +wI +TI +TI +TI +TI "} (26,1,1) = {" bg @@ -4931,28 +4685,28 @@ bg bg bg bg -Fu -Fu -Fu Xj -kh +Ba +Xj +Xj +di bg bg bg bg bg bg -id -id -id -oH -vw -vw -vw -vw -vw -vw -vw +TI +TI +TI +TI +TI +TI +TI +IH +TI +TI +TI EV Xs ou @@ -4962,26 +4716,26 @@ FZ Cu FZ oz -yJ -id +Kq +TI IJ Vb GY cn ar BY -xu +TI ys FZ FZ iC -xu -xu -as -as +wI as as as +TI +TI +TI "} (27,1,1) = {" bg @@ -4990,55 +4744,55 @@ bg bg bg bg -Fu -wp +Xj +Xj sA +uU +mU di -di -kh -di -di -Aq -id -id -id -id -Tg -oH -Pv -Pv -Pv -vw -vw -Pk +sA +mU +hi +TI +TI +TI +TI +TI +TI +TI +TI +TI +TI +TI +TI Xh tV oG WM FZ iC -id -id -id -id +TI +TI +TI +TI AG -id -RO -id -In -In +TI +jC +TI +Ch +Ch Ul YF KO zX sH -Aa -xu -hV -as -as +Xe as as +wI +wI +wI +TI Qi "} (28,1,1) = {" @@ -5048,54 +4802,54 @@ bg bg bg bg -OO -Ir -di -mm -di -di -di +Xj di +kh +mU +sA +mU +sA di -Aq -id -id -id -id -id -bg -id -id -oH -Pk -id +sA +TI +TI +TI +TI +TI +TI +TI +TI +TI +TI +TI +TI EV pP Sz FZ iC -id -id -id -xu -xu -id -id -id +TI +TI +TI +TI +TI +TI +TI +TI Kq Ff -JU +BP mb ao KL cH aN KD -xu -xu -as -as -as +Tg +wI +wI +TI +TI Qi Qi "} @@ -5106,54 +4860,54 @@ bg bg bg bg -di +mU Wa -Tw -di -di -kh -di -di -di -di -bg +sA +sA +sA +mU +sA +sA +sA +mU bg bg bg bg bg bg -id -id -id -id +as +as +ve +TI +TI iC FZ FZ iC -id -id -Tg -id -xu -hV -xu +TI +TI +TI +IH +TI +TI +TI Nv qx -xu -xu +TI +TI jC FZ Io SS kv fu -Aa -xu -xu -xu +Xe +as as as +TI +TI Qi Qi "} @@ -5167,11 +4921,11 @@ bg bg bg bg -oy -Wm +mU di +mU Wa -kh +sA di bg bg @@ -5181,35 +4935,35 @@ bg bg bg bg -bg -bg -bg -id -id -id -id -id -id -id -id -id -id -xu -xu -xu -xu -xu -Ks -xu +as +as +as +TI +TI +TI +TI +TI +TI +TI +TI +TI +TI +TI +TI +TI +TI +TI +TI +TI FZ FZ FZ FZ FZ iC -xu -xu -xu +wI +wI +TI Qi Qi Qi @@ -5246,27 +5000,27 @@ bg bg bg bg -id -id -id -id -id -Tg -xu -xu -xu -EZ -xu -xu +bg +bg +TI +TI +TI +TI +TI +TI +TI +IH +TI +TI FZ iC -xu -xu -xu -xu -xu -xu -xu +TI +TI +TI +TI +TI +TI +wI Qi Qi Qi @@ -5292,7 +5046,6 @@ bg bg bg bg -bg Qi Qi bg @@ -5304,26 +5057,27 @@ bg bg bg bg -Qi -id -id -id -id -id -id -rl -xu -xu -id -xu +bg +bg +bg +bg +bg +bg +bg +TI +TI +TI +TI +TI +TI iC -xu -xu -xu -hV -xu -xu -xu +TI +TI +TI +TI +TI +TI +TI Qi Qi Qi @@ -5362,25 +5116,25 @@ Qi Qi Qi Qi -Qi -Qi -id -id -id -id -id -id -id -id -id -xu -xu -xu -xu -xu -xu -EZ -xu +bg +bg +bg +bg +bg +bg +bg +bg +bg +bg +bg +TI +TI +TI +TI +TI +TI +TI +TI Qi Qi Qi diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_SPOOKYCRASH.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_SPOOKYCRASH.dmm deleted file mode 100644 index 4f4464b57c7c..000000000000 --- a/_maps/RandomRuins/LavaRuins/lavaland_surface_SPOOKYCRASH.dmm +++ /dev/null @@ -1,459 +0,0 @@ -//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 deleted file mode 100644 index 1f2e77364219..000000000000 --- a/_maps/RandomRuins/LavaRuins/lavaland_surface_codelab.dmm +++ /dev/null @@ -1,6285 +0,0 @@ -//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 deleted file mode 100644 index 44988210b7e4..000000000000 --- a/_maps/RandomRuins/LavaRuins/lavaland_surface_comm_outpost.dmm +++ /dev/null @@ -1,477 +0,0 @@ -//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 deleted file mode 100644 index 32c0fbf31006..000000000000 --- a/_maps/RandomRuins/LavaRuins/lavaland_surface_crashed_pinnance.dmm +++ /dev/null @@ -1,1662 +0,0 @@ -//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 deleted file mode 100644 index cc86f39dfc82..000000000000 --- a/_maps/RandomRuins/LavaRuins/lavaland_surface_dwarffortress.dmm +++ /dev/null @@ -1,701 +0,0 @@ -//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 deleted file mode 100644 index cad120c3f251..000000000000 --- a/_maps/RandomRuins/LavaRuins/lavaland_surface_hierophant.dmm +++ /dev/null @@ -1,604 +0,0 @@ -//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 943b1dccf126..15350793fad4 100644 --- a/_maps/RandomRuins/LavaRuins/lavaland_surface_lava_canyon.dmm +++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_lava_canyon.dmm @@ -150,9 +150,6 @@ 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 deleted file mode 100644 index d035e25f5cbd..000000000000 --- a/_maps/RandomRuins/LavaRuins/lavaland_surface_pizzaparty.dmm +++ /dev/null @@ -1,647 +0,0 @@ -//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 deleted file mode 100644 index ba1bf8acc4dd..000000000000 --- a/_maps/RandomRuins/LavaRuins/lavaland_surface_random_ripley.dmm +++ /dev/null @@ -1,58 +0,0 @@ -//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 deleted file mode 100644 index 4eee51cacf87..000000000000 --- a/_maps/RandomRuins/LavaRuins/lavaland_surface_sloth.dmm +++ /dev/null @@ -1,643 +0,0 @@ -//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 deleted file mode 100644 index 5e8e6a7f0dec..000000000000 --- a/_maps/RandomRuins/LavaRuins/lavaland_surface_survivalpod.dmm +++ /dev/null @@ -1,286 +0,0 @@ -//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 deleted file mode 100644 index 823ed145a944..000000000000 --- a/_maps/RandomRuins/LavaRuins/lavaland_surface_xeno_nest.dmm +++ /dev/null @@ -1,1544 +0,0 @@ -//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 deleted file mode 100644 index 1e3c1d7ce293..000000000000 --- a/_maps/RandomRuins/RockRuins/rockplanet_boxsci.dmm +++ /dev/null @@ -1,1085 +0,0 @@ -//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 deleted file mode 100644 index 43db217f9dcb..000000000000 --- a/_maps/RandomRuins/RockRuins/rockplanet_crash.dmm +++ /dev/null @@ -1,2102 +0,0 @@ -//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 deleted file mode 100644 index cf91b07b4072..000000000000 --- a/_maps/RandomRuins/RockRuins/rockplanet_dangerpod.dmm +++ /dev/null @@ -1,94 +0,0 @@ -//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 8d9d02795d7d..8a79949e34b1 100644 --- a/_maps/RandomRuins/RockRuins/rockplanet_harmfactory.dmm +++ b/_maps/RandomRuins/RockRuins/rockplanet_harmfactory.dmm @@ -152,6 +152,7 @@ icon_state = "1-2" }, /obj/effect/decal/remains/human, +/obj/item/clothing/neck/tie/red, /turf/open/floor/plasteel/patterned, /area/ruin/powered) "dU" = ( @@ -223,14 +224,14 @@ /turf/open/floor/plating, /area/ruin/powered) "fq" = ( -/obj/machinery/door/keycard/stockroom, +/obj/machinery/door/keycard/harmfactory/office, /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" = ( @@ -287,7 +288,7 @@ "gx" = ( /obj/structure/filingcabinet/employment, /obj/structure/safe/floor, -/obj/item/keycard/office, +/obj/item/keycard/harmfactory/office, /turf/open/floor/plating/rust, /area/ruin/powered) "gz" = ( @@ -303,14 +304,14 @@ /turf/open/floor/plating, /area/ruin/powered) "gP" = ( -/obj/machinery/door/keycard/office, +/obj/machinery/door/keycard/harmfactory/stockroom, /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" = ( @@ -370,15 +371,15 @@ /turf/closed/wall/r_wall/rust, /area/ruin/powered) "je" = ( -/obj/machinery/door/keycard/entry, +/obj/machinery/door/keycard/harmfactory, /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" = ( @@ -430,18 +431,14 @@ /turf/open/floor/plating/rust, /area/ruin/powered) "kC" = ( -/obj/machinery/door/keycard{ - puzzle_id = "factory4" - }, +/obj/machinery/door/keycard/harmfactory/entry, /turf/open/floor/plasteel/patterned/brushed, /area/ruin/powered) "kI" = ( /obj/structure/cable{ icon_state = "1-2" }, -/obj/machinery/door/keycard{ - puzzle_id = "factory4" - }, +/obj/machinery/door/keycard/harmfactory/entry, /turf/open/floor/plating/rust, /area/ruin/powered) "kM" = ( @@ -1216,9 +1213,7 @@ /area/ruin/powered) "BQ" = ( /obj/structure/table/greyscale, -/obj/item/keycard{ - puzzle_id = "factory4" - }, +/obj/item/keycard/harmfactory, /turf/open/floor/engine, /area/ruin/powered) "BW" = ( @@ -1453,7 +1448,7 @@ /area/ruin/powered) "GO" = ( /obj/structure/table/greyscale, -/obj/item/keycard/stockroom, +/obj/item/keycard/harmfactory/stockroom, /turf/open/floor/engine, /area/ruin/powered) "GR" = ( @@ -1866,11 +1861,11 @@ /turf/open/floor/plasteel/patterned, /area/ruin/powered) "QK" = ( -/obj/structure/cable, -/obj/item/keycard/entry, -/obj/machinery/light/dim/directional/north, -/obj/structure/grille, -/turf/open/floor/plating, +/obj/machinery/conveyor/auto{ + dir = 1 + }, +/obj/item/keycard/harmfactory/entry, +/turf/open/floor/engine, /area/ruin/powered) "Rd" = ( /obj/effect/decal/cleanable/dirt/dust, @@ -3066,7 +3061,7 @@ mc px st vi -QK +sN te te te @@ -3110,7 +3105,7 @@ pC sx vi sN -te +QK te te Hs diff --git a/_maps/RandomRuins/RockRuins/rockplanet_heirophant.dmm b/_maps/RandomRuins/RockRuins/rockplanet_heirophant.dmm deleted file mode 100644 index 20c0e7158a01..000000000000 --- a/_maps/RandomRuins/RockRuins/rockplanet_heirophant.dmm +++ /dev/null @@ -1,617 +0,0 @@ -//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 deleted file mode 100644 index 7c13fbf7bd25..000000000000 --- a/_maps/RandomRuins/RockRuins/rockplanet_house.dmm +++ /dev/null @@ -1,151 +0,0 @@ -//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 deleted file mode 100644 index 83e80f79a4a3..000000000000 --- a/_maps/RandomRuins/RockRuins/rockplanet_miningexpedition.dmm +++ /dev/null @@ -1,1073 +0,0 @@ -//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 deleted file mode 100644 index 4dba77052239..000000000000 --- a/_maps/RandomRuins/RockRuins/rockplanet_pioneer.dmm +++ /dev/null @@ -1,96 +0,0 @@ -//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 deleted file mode 100644 index 3b597c46f4e4..000000000000 --- a/_maps/RandomRuins/RockRuins/rockplanet_saloon.dmm +++ /dev/null @@ -1,2430 +0,0 @@ -//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 deleted file mode 100644 index 6d1971794b57..000000000000 --- a/_maps/RandomRuins/SandRuins/whitesands_surface_assaultpodcrash.dmm +++ /dev/null @@ -1,382 +0,0 @@ -//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 deleted file mode 100644 index 7f69ca337c00..000000000000 --- a/_maps/RandomRuins/SandRuins/whitesands_surface_camp_drugstore.dmm +++ /dev/null @@ -1,430 +0,0 @@ -//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 400a710091b4..d4c307df25d7 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"; + icon_state = "pulse_carbine"; 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 deleted file mode 100644 index d4fa2737cd38..000000000000 --- a/_maps/RandomRuins/SandRuins/whitesands_surface_chokepoint.dmm +++ /dev/null @@ -1,435 +0,0 @@ -//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 deleted file mode 100644 index 9d32745de146..000000000000 --- a/_maps/RandomRuins/SandRuins/whitesands_surface_conveniencestore.dmm +++ /dev/null @@ -1,592 +0,0 @@ -//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 e9d9c42c3028..7ae333dcd541 100644 --- a/_maps/RandomRuins/SandRuins/whitesands_surface_medipen_plant.dmm +++ b/_maps/RandomRuins/SandRuins/whitesands_surface_medipen_plant.dmm @@ -238,7 +238,6 @@ /obj/item/shard{ icon_state = "small" }, -/obj/item/construction/plumbing, /obj/item/wrench, /obj/effect/turf_decal/industrial/warning{ dir = 8 @@ -353,11 +352,8 @@ /turf/open/floor/plating, /area/ruin/powered) "iq" = ( -/obj/machinery/chem_dispenser, -/obj/effect/turf_decal/industrial/warning{ - dir = 8 - }, -/turf/open/floor/plasteel/white, +/obj/effect/turf_decal/box, +/turf/open/floor/engine, /area/ruin/powered) "ir" = ( /obj/effect/decal/cleanable/dirt, @@ -486,7 +482,7 @@ /area/ruin/powered) "lM" = ( /obj/effect/turf_decal/industrial/outline/yellow, -/obj/machinery/quantumpad, +/obj/machinery/ltsrbt, /turf/open/floor/engine, /area/ruin/powered) "lO" = ( @@ -634,18 +630,14 @@ /turf/open/floor/plasteel/white, /area/ruin/powered) "qI" = ( -/obj/machinery/chem_dispenser, -/obj/effect/turf_decal/industrial/warning{ - dir = 4 - }, -/turf/open/floor/plasteel/white, +/obj/effect/turf_decal/box, +/obj/machinery/chem_heater, +/turf/open/floor/engine, /area/ruin/powered) "qK" = ( -/obj/machinery/chem_master, -/obj/effect/turf_decal/industrial/warning{ - dir = 4 - }, -/turf/open/floor/plasteel/white, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/plumbing/synthesizer, +/turf/open/floor/plating, /area/ruin/powered) "qL" = ( /obj/structure/rack, @@ -681,13 +673,8 @@ /turf/open/floor/plating, /area/ruin/powered) "rH" = ( -/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, +/obj/machinery/plumbing/output, +/turf/open/floor/plasteel/white, /area/ruin/powered) "rN" = ( /turf/open/floor/plating{ @@ -856,12 +843,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" = ( @@ -888,12 +875,10 @@ /turf/open/floor/plasteel/dark, /area/ruin/powered) "xW" = ( -/obj/machinery/chem_master, -/obj/effect/turf_decal/industrial/warning{ - dir = 8 +/obj/machinery/plumbing/synthesizer, +/turf/open/floor/plating{ + icon_state = "platingdmg3" }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/white, /area/ruin/powered) "yc" = ( /obj/structure/door_assembly/door_assembly_research{ @@ -905,13 +890,12 @@ }, /area/ruin/powered) "yg" = ( -/obj/machinery/vending/snack/random, -/obj/effect/turf_decal/corner/transparent/neutral{ +/obj/structure/closet/secure_closet/chemical, +/obj/effect/turf_decal/industrial/warning{ dir = 1 }, -/obj/effect/turf_decal/corner/transparent/neutral, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, +/obj/item/construction/plumbing, +/turf/open/floor/plasteel/white, /area/ruin/powered) "yx" = ( /obj/effect/turf_decal/corner/transparent/neutral{ @@ -1053,7 +1037,6 @@ /turf/open/floor/plating, /area/ruin/powered) "Dt" = ( -/obj/machinery/chem_heater, /obj/effect/turf_decal/industrial/warning{ dir = 6 }, @@ -1127,7 +1110,6 @@ icon_state = "small" }, /obj/item/shard, -/obj/item/construction/plumbing, /obj/item/wrench, /obj/effect/turf_decal/industrial/warning{ dir = 4 @@ -1180,6 +1162,13 @@ "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{ @@ -1623,12 +1612,9 @@ /turf/open/floor/plating, /area/ruin/powered) "WR" = ( -/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, +/obj/effect/turf_decal/box, +/obj/machinery/chem_master, +/turf/open/floor/engine, /area/ruin/powered) "WS" = ( /obj/structure/table, @@ -1659,7 +1645,6 @@ /turf/open/floor/plasteel/dark, /area/ruin/powered) "Yp" = ( -/obj/machinery/chem_heater, /obj/effect/turf_decal/industrial/warning{ dir = 10 }, @@ -1667,13 +1652,14 @@ /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, -/turf/open/floor/plasteel/dark, +/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, /area/ruin/powered) "YH" = ( /obj/effect/spawner/structure/window, @@ -1846,8 +1832,8 @@ mK fg Gz sO -iq -xW +Gz +sO Yp Jb Mb @@ -1901,7 +1887,7 @@ fO Go UH oH -Bb +Jd Eh eI BH @@ -1909,7 +1895,7 @@ eI Tb UH oH -oH +YA UH Go Mb @@ -1971,12 +1957,12 @@ Nb WE Db oH -ad +rH Dr az Ci Zx -Ci +YE Fd hK az @@ -2007,7 +1993,7 @@ Te az Zt Fd -Ci +WR Fd ef az @@ -2038,7 +2024,7 @@ Te az cG Fd -hK +qI Fd Ci az @@ -2054,7 +2040,7 @@ WS KQ qE Go -hn +yg oH WE nQ @@ -2201,9 +2187,9 @@ az (15,1,1) = {" Mb Jb -rH sE -YA +sE +sE OO OO uP @@ -2232,9 +2218,9 @@ az (16,1,1) = {" Mb Go -yg sE -WR +sE +bu OO ZM cZ @@ -2255,7 +2241,7 @@ np az hK Fd -hK +iq Fd hK az @@ -2281,12 +2267,12 @@ Mq zk Lc Bb -ir +qK np az Zt Fd -Ci +iq Zx hL az @@ -2317,7 +2303,7 @@ cl az pw Fd -Ci +iq Fd cM az @@ -2334,7 +2320,7 @@ Go Go Go rN -rN +xW UH ad Nb @@ -2405,7 +2391,7 @@ ir ad zk ad -ad +lO Te Go Mb @@ -2435,8 +2421,8 @@ hX zQ UH vI -qI -qK +vI +vI Dt Jb Mb diff --git a/_maps/RandomRuins/SandRuins/whitesands_surface_onlyaspoonful.dmm b/_maps/RandomRuins/SandRuins/whitesands_surface_onlyaspoonful.dmm deleted file mode 100644 index f84ccaf6c8ef..000000000000 --- a/_maps/RandomRuins/SandRuins/whitesands_surface_onlyaspoonful.dmm +++ /dev/null @@ -1,1062 +0,0 @@ -//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 deleted file mode 100644 index 230481e65503..000000000000 --- a/_maps/RandomRuins/SandRuins/whitesands_surface_starfurycrash.dmm +++ /dev/null @@ -1,1555 +0,0 @@ -//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 deleted file mode 100644 index ae51575ef49c..000000000000 --- a/_maps/RandomRuins/SandRuins/whitesands_surface_waterplant.dmm +++ /dev/null @@ -1,3145 +0,0 @@ -//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 deleted file mode 100644 index 559f4987deec..000000000000 --- a/_maps/RandomRuins/SpaceRuins/Fast_Food.dmm +++ /dev/null @@ -1,2536 +0,0 @@ -//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 6b83da98447f..655aff67aa1c 100644 --- a/_maps/RandomRuins/SpaceRuins/astraeus.dmm +++ b/_maps/RandomRuins/SpaceRuins/astraeus.dmm @@ -1234,9 +1234,6 @@ /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, @@ -2305,7 +2302,7 @@ Wy ac ac ac -GV +zq zq zq FB @@ -2342,9 +2339,9 @@ ac ac ac zq -GV -GV -GV +zq +zq +zq zq ac "} @@ -2379,9 +2376,9 @@ FL Wy ac zq -GV -GV -GV +zq +zq +zq zq ac "} @@ -2416,8 +2413,8 @@ ac ac ac zq -GV -GV +zq +zq zq FB ac @@ -2452,9 +2449,9 @@ Fb WQ ac ac -GV -GV -GV +zq +zq +zq zq FB ac @@ -2490,8 +2487,8 @@ ac ac ac FB -GV -GV +zq +zq zq ac ac @@ -2527,8 +2524,8 @@ ac ac ac FB -GV -GV +zq +zq zq ac ac @@ -2565,7 +2562,7 @@ ac ac lF ph -GV +zq FB ac ac @@ -2602,7 +2599,7 @@ ac ac wX Nj -GV +zq FB ac ac @@ -2639,7 +2636,7 @@ WQ ac ac Nj -GV +zq zq ac ac @@ -3045,8 +3042,8 @@ ac FB zq zq -GV -GV +zq +zq zq zq ac @@ -3081,9 +3078,9 @@ ac ac zq zq -GV -GV -GV +zq +zq +zq zq zq ac @@ -3118,9 +3115,9 @@ ac ac zq zq -GV -GV -GV +zq +zq +zq zq FB ac @@ -3156,7 +3153,7 @@ ac ac zq zq -GV +zq zq zq FB @@ -3193,7 +3190,7 @@ ac ac zq zq -GV +zq zq FB ac @@ -3256,7 +3253,7 @@ FB FB zq zq -GV +zq zq zq ac @@ -3292,9 +3289,9 @@ FB zq zq zq -GV -GV -GV +zq +zq +zq zq zq zq @@ -3365,9 +3362,9 @@ VG FB zq zq -GV +zq FB -GV +zq FB FB FB @@ -3400,13 +3397,13 @@ zq Ub FB FB -GV -GV -GV +zq +zq +zq FB -GV -GV -GV +zq +zq +zq zq zq zq @@ -3441,10 +3438,10 @@ zq zq FB FB -GV -GV -GV -GV +zq +zq +zq +zq zq zq zq @@ -3472,7 +3469,7 @@ zq zq zq zq -GV +zq FB FB FB @@ -3481,8 +3478,8 @@ FB FB FB FB -GV -GV +zq +zq zq zq ac @@ -3508,17 +3505,17 @@ ac zq zq zq -GV -GV -GV -GV -GV +zq +zq +zq +zq +zq zq FB ra -GV -GV -GV +zq +zq +zq zq zq ac @@ -3546,14 +3543,14 @@ ac zq zq zq -GV -GV -GV -GV -GV +zq +zq +zq +zq +zq FB FB -GV +zq zq zq ac @@ -3696,9 +3693,9 @@ ac ac zq zq -GV -GV -GV +zq +zq +zq FB zq zq diff --git a/_maps/RandomRuins/SpaceRuins/crashedship.dmm b/_maps/RandomRuins/SpaceRuins/crashedship.dmm deleted file mode 100644 index 358b08790095..000000000000 --- a/_maps/RandomRuins/SpaceRuins/crashedship.dmm +++ /dev/null @@ -1,5676 +0,0 @@ -//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 deleted file mode 100644 index f381d0375e46..000000000000 --- a/_maps/RandomRuins/SpaceRuins/cryocontainment.dmm +++ /dev/null @@ -1,2434 +0,0 @@ -//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 deleted file mode 100644 index a1bfbbcabd83..000000000000 --- a/_maps/RandomRuins/SpaceRuins/dangerous_research.dmm +++ /dev/null @@ -1,3666 +0,0 @@ -//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 deleted file mode 100644 index f17b4a9fd89b..000000000000 --- a/_maps/RandomRuins/SpaceRuins/dark_glade.dmm +++ /dev/null @@ -1,699 +0,0 @@ -//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 deleted file mode 100644 index 865f979ff820..000000000000 --- a/_maps/RandomRuins/SpaceRuins/excavator_DK.dmm +++ /dev/null @@ -1,1481 +0,0 @@ -//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 deleted file mode 100644 index aa5edab6420a..000000000000 --- a/_maps/RandomRuins/SpaceRuins/fueldepot.dmm +++ /dev/null @@ -1,4226 +0,0 @@ -//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 deleted file mode 100644 index 56747dbd203f..000000000000 --- a/_maps/RandomRuins/SpaceRuins/gondolaasteroid.dmm +++ /dev/null @@ -1,1392 +0,0 @@ -//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 deleted file mode 100644 index 700511e2e132..000000000000 --- a/_maps/RandomRuins/SpaceRuins/hellfactory.dmm +++ /dev/null @@ -1,1823 +0,0 @@ -//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 deleted file mode 100644 index bacfb7fe76ac..000000000000 --- a/_maps/RandomRuins/SpaceRuins/ntfacility.dmm +++ /dev/null @@ -1,3845 +0,0 @@ -//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 deleted file mode 100644 index 00c9b51f53cb..000000000000 --- a/_maps/RandomRuins/SpaceRuins/oretruck.dmm +++ /dev/null @@ -1,3315 +0,0 @@ -//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 deleted file mode 100644 index 83e662b69ad0..000000000000 --- a/_maps/RandomRuins/SpaceRuins/provinggrounds.dmm +++ /dev/null @@ -1,4699 +0,0 @@ -//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 deleted file mode 100644 index cc1e434dc75b..000000000000 --- a/_maps/RandomRuins/SpaceRuins/scav_mining.dmm +++ /dev/null @@ -1,4471 +0,0 @@ -//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 54896bfe8630..28f84c6dfea9 100644 --- a/_maps/RandomRuins/SpaceRuins/singularity_lab.dmm +++ b/_maps/RandomRuins/SpaceRuins/singularity_lab.dmm @@ -4555,9 +4555,6 @@ }, /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, @@ -9243,9 +9240,7 @@ /turf/open/floor/wood, /area/ruin/space/has_grav/singularitylab/civvie) "Ke" = ( -/turf/closed/indestructible/rock{ - base_icon_state = "smoothrocks" - }, +/turf/closed/indestructible/rock, /area/ruin/space/has_grav) "Kf" = ( /obj/structure/cable{ @@ -13854,15 +13849,13 @@ tq tq tq tq -tq -tq -tq -tq -tq id tq tq tq +Ke +Ke +Ke tq tq tq @@ -13875,58 +13868,10 @@ 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 @@ -13935,19 +13880,6 @@ id tq tq tq -Ke -Ke -Ke -tq -tq -tq -tq -tq -tq -tq -tq -tq -tq tq tq tq @@ -13980,23 +13912,9 @@ tq tq tq tq -id -id -id -id -id -id -id -id -id -id -id -id -id -tq tq "} -(3,1,1) = {" +(2,1,1) = {" tq tq tq @@ -14025,6 +13943,8 @@ tq tq tq tq +tq +id id id tq @@ -14032,12 +13952,19 @@ tq tq tq tq +id +id +tq +tq tq tq tq -id tq tq +id +id +id +id tq tq tq @@ -14045,6 +13972,11 @@ tq tq tq tq +id +id +id +id +id tq tq tq @@ -14056,24 +13988,10 @@ tq tq tq tq -id -id -id -id -id -id -id -id -id -id -id -id -id -id tq tq "} -(4,1,1) = {" +(3,1,1) = {" tq tq tq @@ -14101,6 +14019,7 @@ id tq tq tq +tq id id id @@ -14109,11 +14028,10 @@ tq tq tq tq -tq -tq id id -tq +id +id tq tq tq @@ -14129,9 +14047,9 @@ tq tq tq tq -tq -tq -tq +id +id +id id id id @@ -14150,7 +14068,7 @@ tq tq tq "} -(5,1,1) = {" +(4,1,1) = {" tq tq tq @@ -14176,12 +14094,12 @@ Ke Ke Ke id +Ke tq -id -id -id tq tq +id +tq tq tq tq @@ -14193,12 +14111,10 @@ id id tq tq -tq -tq -id -id id id +tq +tq id id tq @@ -14216,9 +14132,11 @@ id id id id -tq -tq -tq +id +id +id +id +id tq tq tq @@ -14227,7 +14145,7 @@ tq tq tq "} -(6,1,1) = {" +(5,1,1) = {" tq tq tq @@ -14253,9 +14171,8 @@ Ke id Ke id -tq -tq -id +Ke +Ke tq tq tq @@ -14270,15 +14187,14 @@ id id tq tq -tq -tq -tq -tq +id id id tq tq -tq +id +id +id tq tq tq @@ -14291,7 +14207,9 @@ id id id id -id +tq +tq +tq tq tq tq @@ -14304,7 +14222,7 @@ tq tq tq "} -(7,1,1) = {" +(6,1,1) = {" tq tq Ke @@ -14328,14 +14246,20 @@ id id id id +id +id +id +Ke Ke tq tq tq tq tq +Ke tq -tq +id +id tq tq tq @@ -14345,18 +14269,8 @@ id id id tq -tq -tq -tq -tq -tq -tq id id -id -tq -tq -tq tq tq tq @@ -14368,7 +14282,11 @@ id id id id -kP +id +tq +tq +tq +tq tq tq tq @@ -14381,7 +14299,7 @@ tq tq tq "} -(8,1,1) = {" +(7,1,1) = {" tq Ke Ke @@ -14398,7 +14316,11 @@ id id id id -id +Yt +AB +dh +st +Hr id id id @@ -14406,29 +14328,21 @@ id id id Ke +Ke tq tq tq -tq -tq -tq -tq -tq -tq -tq -tq +Ke +Ke +Ke id id tq tq tq tq -tq -tq -tq -tq -tq id +tq id tq tq @@ -14445,7 +14359,11 @@ id id id id -kP +tq +tq +tq +tq +tq tq tq tq @@ -14458,7 +14376,7 @@ tq tq tq "} -(9,1,1) = {" +(8,1,1) = {" id Ke id @@ -14474,16 +14392,28 @@ id id id id +Ue +AS +fD +pd +pd +SY +Tb +UG id id id id id -id -id +Ke +Ke +Ke +Ke +Ke id Ke Ke +Ke tq tq tq @@ -14494,363 +14424,9 @@ 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 @@ -14859,54 +14435,11 @@ 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 -tq -tq -tq -tq -tq +kP tq tq tq tq -id -id -id -id -kP -kP -kP -id -kP -kP -kP -kP -kP tq tq tq @@ -14920,7 +14453,7 @@ tq tq tq "} -(15,1,1) = {" +(9,1,1) = {" id Ke id @@ -14997,7 +14530,7 @@ tq tq tq "} -(16,1,1) = {" +(10,1,1) = {" tq Ke Ke @@ -15074,7 +14607,7 @@ tq tq tq "} -(17,1,1) = {" +(11,1,1) = {" tq tq Ke @@ -15151,7 +14684,7 @@ tq tq tq "} -(18,1,1) = {" +(12,1,1) = {" tq tq Ke @@ -15228,7 +14761,7 @@ tq tq tq "} -(19,1,1) = {" +(13,1,1) = {" tq Ke Ke @@ -15305,7 +14838,7 @@ tq tq tq "} -(20,1,1) = {" +(14,1,1) = {" tq Ke Qo @@ -15382,7 +14915,7 @@ tq tq tq "} -(21,1,1) = {" +(15,1,1) = {" tq Ke tq @@ -15459,7 +14992,7 @@ tq tq tq "} -(22,1,1) = {" +(16,1,1) = {" tq tq tq @@ -15536,7 +15069,7 @@ tq tq tq "} -(23,1,1) = {" +(17,1,1) = {" tq tq tq @@ -15613,7 +15146,7 @@ tq tq tq "} -(24,1,1) = {" +(18,1,1) = {" tq id id @@ -15690,7 +15223,7 @@ tq tq tq "} -(25,1,1) = {" +(19,1,1) = {" tq tq id @@ -15767,7 +15300,7 @@ tq tq tq "} -(26,1,1) = {" +(20,1,1) = {" tq tq tq @@ -15844,7 +15377,7 @@ tq tq tq "} -(27,1,1) = {" +(21,1,1) = {" tq tq tq @@ -15921,7 +15454,7 @@ tq tq tq "} -(28,1,1) = {" +(22,1,1) = {" tq tq Ke @@ -15998,7 +15531,7 @@ tq tq tq "} -(29,1,1) = {" +(23,1,1) = {" tq tq Ke @@ -16075,7 +15608,7 @@ tq tq tq "} -(30,1,1) = {" +(24,1,1) = {" tq id Ke @@ -16152,7 +15685,7 @@ tq tq tq "} -(31,1,1) = {" +(25,1,1) = {" tq id Ke @@ -16229,7 +15762,7 @@ kP tq tq "} -(32,1,1) = {" +(26,1,1) = {" tq tq Ke @@ -16306,7 +15839,7 @@ Ke tq tq "} -(33,1,1) = {" +(27,1,1) = {" tq tq Ke @@ -16383,7 +15916,7 @@ Ke tq tq "} -(34,1,1) = {" +(28,1,1) = {" tq tq tq @@ -16460,7 +15993,7 @@ Ke tq tq "} -(35,1,1) = {" +(29,1,1) = {" tq Ke Ke @@ -16533,11 +16066,11 @@ NB id id Ke -se +Qo tq tq "} -(36,1,1) = {" +(30,1,1) = {" tq Ke id @@ -16614,7 +16147,7 @@ Qo tq tq "} -(37,1,1) = {" +(31,1,1) = {" tq Ke Ke @@ -16691,7 +16224,7 @@ Qo tq tq "} -(38,1,1) = {" +(32,1,1) = {" tq tq tq @@ -16768,7 +16301,7 @@ Ke tq tq "} -(39,1,1) = {" +(33,1,1) = {" tq tq tq @@ -16845,7 +16378,7 @@ Ke tq tq "} -(40,1,1) = {" +(34,1,1) = {" tq tq tq @@ -16922,7 +16455,7 @@ Ke tq tq "} -(41,1,1) = {" +(35,1,1) = {" id id Ke @@ -16999,7 +16532,7 @@ Qo tq tq "} -(42,1,1) = {" +(36,1,1) = {" id id Ke @@ -17076,7 +16609,7 @@ tq tq tq "} -(43,1,1) = {" +(37,1,1) = {" tq tq Ke @@ -17153,7 +16686,7 @@ tq tq tq "} -(44,1,1) = {" +(38,1,1) = {" tq tq Ke @@ -17230,7 +16763,7 @@ Ke tq tq "} -(45,1,1) = {" +(39,1,1) = {" tq tq Ke @@ -17307,7 +16840,7 @@ Ke tq tq "} -(46,1,1) = {" +(40,1,1) = {" tq tq Ke @@ -17384,7 +16917,7 @@ Ke tq tq "} -(47,1,1) = {" +(41,1,1) = {" tq Ke Ke @@ -17461,7 +16994,7 @@ Ke tq tq "} -(48,1,1) = {" +(42,1,1) = {" tq Ke id @@ -17538,7 +17071,7 @@ Ke tq tq "} -(49,1,1) = {" +(43,1,1) = {" tq Ke id @@ -17615,7 +17148,7 @@ Ke tq tq "} -(50,1,1) = {" +(44,1,1) = {" tq Ke id @@ -17692,7 +17225,7 @@ Ke tq tq "} -(51,1,1) = {" +(45,1,1) = {" tq Ke Ke @@ -17769,7 +17302,7 @@ Ke tq tq "} -(52,1,1) = {" +(46,1,1) = {" tq tq Ke @@ -17846,7 +17379,7 @@ Ke Ke tq "} -(53,1,1) = {" +(47,1,1) = {" tq tq Ke @@ -17923,7 +17456,7 @@ id Ke tq "} -(54,1,1) = {" +(48,1,1) = {" tq tq Ke @@ -18000,7 +17533,7 @@ Ke Ke tq "} -(55,1,1) = {" +(49,1,1) = {" tq id Ke @@ -18077,7 +17610,7 @@ Ke tq tq "} -(56,1,1) = {" +(50,1,1) = {" tq id Ke @@ -18154,7 +17687,7 @@ Qo tq tq "} -(57,1,1) = {" +(51,1,1) = {" id id tq @@ -18231,7 +17764,7 @@ Qo tq tq "} -(58,1,1) = {" +(52,1,1) = {" tq tq tq @@ -18308,7 +17841,7 @@ Qo tq tq "} -(59,1,1) = {" +(53,1,1) = {" tq tq tq @@ -18385,7 +17918,7 @@ Qo tq tq "} -(60,1,1) = {" +(54,1,1) = {" tq tq tq @@ -18462,7 +17995,7 @@ Ke tq tq "} -(61,1,1) = {" +(55,1,1) = {" tq tq tq @@ -18539,7 +18072,7 @@ Ke tq tq "} -(62,1,1) = {" +(56,1,1) = {" tq tq tq @@ -18616,7 +18149,7 @@ Ke Ke tq "} -(63,1,1) = {" +(57,1,1) = {" tq id Ke @@ -18693,7 +18226,7 @@ id Ke tq "} -(64,1,1) = {" +(58,1,1) = {" tq tq Ke @@ -18770,7 +18303,7 @@ id Ke tq "} -(65,1,1) = {" +(59,1,1) = {" tq tq Ke @@ -18847,7 +18380,7 @@ id Ke tq "} -(66,1,1) = {" +(60,1,1) = {" tq tq Ke @@ -18924,7 +18457,7 @@ id Ke tq "} -(67,1,1) = {" +(61,1,1) = {" tq tq Ke @@ -19001,7 +18534,7 @@ Ke Ke tq "} -(68,1,1) = {" +(62,1,1) = {" tq Ke Ke @@ -19078,7 +18611,7 @@ Ke tq tq "} -(69,1,1) = {" +(63,1,1) = {" Ke Ke id @@ -19155,7 +18688,7 @@ Ke tq tq "} -(70,1,1) = {" +(64,1,1) = {" Ke id id @@ -19232,7 +18765,7 @@ Ke tq tq "} -(71,1,1) = {" +(65,1,1) = {" Ke id NB @@ -19309,7 +18842,7 @@ Ke tq tq "} -(72,1,1) = {" +(66,1,1) = {" Ke id id @@ -19386,7 +18919,7 @@ Ke tq tq "} -(73,1,1) = {" +(67,1,1) = {" Ke id id @@ -19463,7 +18996,7 @@ Ke tq tq "} -(74,1,1) = {" +(68,1,1) = {" Ke id id @@ -19540,7 +19073,7 @@ Ke Ke tq "} -(75,1,1) = {" +(69,1,1) = {" Ke Ke id @@ -19617,7 +19150,7 @@ id Ke tq "} -(76,1,1) = {" +(70,1,1) = {" tq Ke id @@ -19694,7 +19227,7 @@ Ke Ke tq "} -(77,1,1) = {" +(71,1,1) = {" tq Ke NB @@ -19771,7 +19304,7 @@ Ke tq tq "} -(78,1,1) = {" +(72,1,1) = {" tq Ke id @@ -19848,7 +19381,7 @@ Ke tq tq "} -(79,1,1) = {" +(73,1,1) = {" tq Ke Ke @@ -19925,7 +19458,7 @@ Qo tq tq "} -(80,1,1) = {" +(74,1,1) = {" tq tq Ke @@ -20002,7 +19535,7 @@ Qo tq tq "} -(81,1,1) = {" +(75,1,1) = {" tq tq Ke @@ -20079,7 +19612,7 @@ Ke tq tq "} -(82,1,1) = {" +(76,1,1) = {" tq tq tq @@ -20156,7 +19689,7 @@ Ke Ke tq "} -(83,1,1) = {" +(77,1,1) = {" tq tq Ke @@ -20233,7 +19766,7 @@ id Ke tq "} -(84,1,1) = {" +(78,1,1) = {" tq tq Ke @@ -20310,7 +19843,7 @@ Ke Ke tq "} -(85,1,1) = {" +(79,1,1) = {" tq tq Ke @@ -20387,7 +19920,7 @@ Ke tq tq "} -(86,1,1) = {" +(80,1,1) = {" tq id Ke @@ -20464,7 +19997,7 @@ Ke tq tq "} -(87,1,1) = {" +(81,1,1) = {" tq id Ke @@ -20541,7 +20074,7 @@ Ke tq tq "} -(88,1,1) = {" +(82,1,1) = {" tq tq Ke @@ -20618,7 +20151,7 @@ Ke tq tq "} -(89,1,1) = {" +(83,1,1) = {" tq tq Ke @@ -20695,7 +20228,7 @@ Ke tq tq "} -(90,1,1) = {" +(84,1,1) = {" tq Ke Ke @@ -20772,7 +20305,7 @@ Ke Ke tq "} -(91,1,1) = {" +(85,1,1) = {" tq Ke id @@ -20849,7 +20382,7 @@ id Ke tq "} -(92,1,1) = {" +(86,1,1) = {" tq Ke Ke @@ -20926,7 +20459,7 @@ Ke Ke tq "} -(93,1,1) = {" +(87,1,1) = {" tq id id @@ -21003,7 +20536,7 @@ Ke tq tq "} -(94,1,1) = {" +(88,1,1) = {" tq id tq @@ -21080,7 +20613,7 @@ Ke tq tq "} -(95,1,1) = {" +(89,1,1) = {" tq id tq @@ -21157,7 +20690,7 @@ tq tq tq "} -(96,1,1) = {" +(90,1,1) = {" tq id tq @@ -21234,7 +20767,7 @@ tq tq tq "} -(97,1,1) = {" +(91,1,1) = {" tq id tq @@ -21311,7 +20844,7 @@ tq tq tq "} -(98,1,1) = {" +(92,1,1) = {" tq tq tq @@ -21388,7 +20921,7 @@ tq tq tq "} -(99,1,1) = {" +(93,1,1) = {" tq tq tq @@ -21465,7 +20998,7 @@ tq tq tq "} -(100,1,1) = {" +(94,1,1) = {" tq tq tq @@ -21542,7 +21075,7 @@ tq tq tq "} -(101,1,1) = {" +(95,1,1) = {" tq tq tq @@ -21619,7 +21152,7 @@ id tq tq "} -(102,1,1) = {" +(96,1,1) = {" tq tq tq @@ -21696,7 +21229,7 @@ tq tq tq "} -(103,1,1) = {" +(97,1,1) = {" tq tq tq @@ -21773,7 +21306,7 @@ tq tq tq "} -(104,1,1) = {" +(98,1,1) = {" tq tq id @@ -21850,7 +21383,7 @@ tq tq tq "} -(105,1,1) = {" +(99,1,1) = {" tq tq id @@ -21927,7 +21460,7 @@ tq tq tq "} -(106,1,1) = {" +(100,1,1) = {" tq tq tq @@ -22004,7 +21537,7 @@ tq tq tq "} -(107,1,1) = {" +(101,1,1) = {" tq tq tq @@ -22081,7 +21614,7 @@ tq tq tq "} -(108,1,1) = {" +(102,1,1) = {" tq tq tq @@ -22158,7 +21691,7 @@ tq tq tq "} -(109,1,1) = {" +(103,1,1) = {" tq tq tq @@ -22235,7 +21768,7 @@ tq tq tq "} -(110,1,1) = {" +(104,1,1) = {" tq tq tq @@ -22312,7 +21845,7 @@ tq tq tq "} -(111,1,1) = {" +(105,1,1) = {" tq tq tq @@ -22389,7 +21922,7 @@ Ke tq tq "} -(112,1,1) = {" +(106,1,1) = {" tq tq tq @@ -22466,7 +21999,7 @@ Ke id tq "} -(113,1,1) = {" +(107,1,1) = {" tq tq tq @@ -22543,7 +22076,7 @@ Ke tq tq "} -(114,1,1) = {" +(108,1,1) = {" tq tq id @@ -22620,7 +22153,7 @@ tq tq tq "} -(115,1,1) = {" +(109,1,1) = {" tq id id @@ -22697,7 +22230,7 @@ tq tq tq "} -(116,1,1) = {" +(110,1,1) = {" tq id id @@ -22774,7 +22307,7 @@ tq tq tq "} -(117,1,1) = {" +(111,1,1) = {" tq tq tq @@ -22851,7 +22384,7 @@ tq tq tq "} -(118,1,1) = {" +(112,1,1) = {" tq tq tq diff --git a/_maps/RandomRuins/SpaceRuins/spacemall.dmm b/_maps/RandomRuins/SpaceRuins/spacemall.dmm index eb669d4116ea..6383f0b920f3 100644 --- a/_maps/RandomRuins/SpaceRuins/spacemall.dmm +++ b/_maps/RandomRuins/SpaceRuins/spacemall.dmm @@ -11992,7 +11992,6 @@ "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 deleted file mode 100644 index c42e6366f368..000000000000 --- a/_maps/RandomRuins/SpaceRuins/transport18.dmm +++ /dev/null @@ -1,3399 +0,0 @@ -//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 deleted file mode 100644 index cca20b75c275..000000000000 --- a/_maps/RandomRuins/SpaceRuins/vaporwave.dmm +++ /dev/null @@ -1,525 +0,0 @@ -//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 deleted file mode 100644 index 11c0ecc1a2ff..000000000000 --- a/_maps/RandomRuins/WasteRuins/wasteplanet_clowncrash.dmm +++ /dev/null @@ -1,432 +0,0 @@ -//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 deleted file mode 100644 index 18e6bdb2fbd7..000000000000 --- a/_maps/RandomRuins/WasteRuins/wasteplanet_crash_kitchen.dmm +++ /dev/null @@ -1,724 +0,0 @@ -//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 deleted file mode 100644 index b795826ec6c2..000000000000 --- a/_maps/RandomRuins/WasteRuins/wasteplanet_fortress_of_solitide.dmm +++ /dev/null @@ -1,7587 +0,0 @@ -//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 c1ba42b3c415..81a8e67a3456 100644 --- a/_maps/RandomRuins/WasteRuins/wasteplanet_lab.dmm +++ b/_maps/RandomRuins/WasteRuins/wasteplanet_lab.dmm @@ -88,10 +88,6 @@ }, /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, @@ -1214,7 +1210,7 @@ Zi uW iy Rt -ej +Rt GR "} (10,1,1) = {" diff --git a/_maps/RandomRuins/WasteRuins/wasteplanet_ore_proccessing_facility.dmm b/_maps/RandomRuins/WasteRuins/wasteplanet_ore_proccessing_facility.dmm deleted file mode 100644 index e251b79dc713..000000000000 --- a/_maps/RandomRuins/WasteRuins/wasteplanet_ore_proccessing_facility.dmm +++ /dev/null @@ -1,1605 +0,0 @@ -//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 deleted file mode 100644 index aadddfe1c2af..000000000000 --- a/_maps/RandomRuins/WasteRuins/wasteplanet_pod.dmm +++ /dev/null @@ -1,181 +0,0 @@ -//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 deleted file mode 100644 index 945c2a49521a..000000000000 --- a/_maps/RandomRuins/WasteRuins/wasteplanet_tarpit.dmm +++ /dev/null @@ -1,1672 +0,0 @@ -//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 deleted file mode 100644 index 63cedb497f90..000000000000 --- a/_maps/RandomRuins/WasteRuins/wasteplanet_tradepost.dmm +++ /dev/null @@ -1,790 +0,0 @@ -//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 e7b6ca5db5d3..296bb0057088 100644 --- a/_maps/map_catalogue.txt +++ b/_maps/map_catalogue.txt @@ -41,54 +41,10 @@ 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" @@ -101,10 +57,6 @@ 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" @@ -118,14 +70,6 @@ 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" @@ -134,54 +78,18 @@ 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" + File Name = "_maps\RandomRuins\BeachRuins\lavaland_crashed_starwalker.dmm" + Size = (x = 33)(y = 56)(z = 1) + Tags = "Minor Combat Challenge", "Medium Loot", "Lava" + ReebeRuins: File Name = "_maps\RandomRuins\Ruins\reebe_swarmers.dmm" Size = (x = 20)(y = 20)(z = 1) @@ -205,42 +113,10 @@ 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" @@ -251,14 +127,6 @@ 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" @@ -267,34 +135,10 @@ 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" @@ -306,10 +150,6 @@ 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" @@ -318,70 +158,14 @@ 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" @@ -407,10 +191,6 @@ 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" @@ -419,14 +199,6 @@ 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" @@ -435,105 +207,19 @@ 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 + File name = "_maps\RandomRuins\wasteruins\wasteplanet_abandoned_mechbay.dmm" 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 dd0519efde1e..3975c649b490 100644 --- a/_maps/shuttles/independent/independent_beluga.dmm +++ b/_maps/shuttles/independent/independent_beluga.dmm @@ -2139,10 +2139,6 @@ 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 ff1072ffdbad..49395e9b397d 100644 --- a/code/__DEFINES/icon_smoothing.dm +++ b/code/__DEFINES/icon_smoothing.dm @@ -81,7 +81,6 @@ 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 361a24697a39..9e253563fe89 100644 --- a/code/__DEFINES/role_preferences.dm +++ b/code/__DEFINES/role_preferences.dm @@ -39,8 +39,6 @@ #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 dae334aefae1..b258ef45f0e8 100644 --- a/code/datums/ruins/beachplanet.dm +++ b/code/datums/ruins/beachplanet.dm @@ -2,8 +2,6 @@ /datum/map_template/ruin/beachplanet prefix = "_maps/RandomRuins/BeachRuins/" - allow_duplicates = FALSE - cost = 5 ruin_type = RUINTYPE_BEACH /datum/map_template/ruin/beachplanet/fishinghut @@ -18,12 +16,6 @@ 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" @@ -36,18 +28,6 @@ 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 a447a5b6f465..60304e86f6f0 100644 --- a/code/datums/ruins/icemoon.dm +++ b/code/datums/ruins/icemoon.dm @@ -2,57 +2,20 @@ /datum/map_template/ruin/icemoon prefix = "_maps/RandomRuins/IceRuins/" - allow_duplicates = FALSE - cost = 5 ruin_type = RUINTYPE_ICE -// 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 +/datum/map_template/ruin/icemoon/hydroponicslab 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 5642e7aadacd..f1e2e16bfec8 100644 --- a/code/datums/ruins/jungle.dm +++ b/code/datums/ruins/jungle.dm @@ -4,92 +4,12 @@ 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 bb4bcf74b31c..7b1b9c6e29a6 100644 --- a/code/datums/ruins/lavaland.dm +++ b/code/datums/ruins/lavaland.dm @@ -11,64 +11,6 @@ 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" @@ -77,47 +19,20 @@ 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" + +/datum/map_template/ruin/lavaland/fallenstar + name = "Crashed Starwalker" + id = "crashed_star" + description = "A crashed pirate ship. It would seem that it's crew died a while ago." + suffix = "lavaland_crashed_starwalker.dmm" diff --git a/code/datums/ruins/rockplanet.dm b/code/datums/ruins/rockplanet.dm index 966694c400f7..f576f1a93464 100644 --- a/code/datums/ruins/rockplanet.dm +++ b/code/datums/ruins/rockplanet.dm @@ -2,64 +2,8 @@ /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" + ruin_type = RUINTYPE_ROCK /datum/map_template/ruin/rockplanet/harmfactory name = "Harm Factory" @@ -73,7 +17,6 @@ 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 fefb250a1208..1aedb0b9be82 100644 --- a/code/datums/ruins/space.dm +++ b/code/datums/ruins/space.dm @@ -12,12 +12,6 @@ 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" @@ -31,58 +25,6 @@ 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" @@ -90,42 +32,12 @@ 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 80bf701526be..8083567a7c68 100644 --- a/code/datums/ruins/wasteplanet.dm +++ b/code/datums/ruins/wasteplanet.dm @@ -2,66 +2,26 @@ /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 8e34f7cf379c..b3e0cb13adcc 100644 --- a/code/datums/ruins/whitesands.dm +++ b/code/datums/ruins/whitesands.dm @@ -4,43 +4,12 @@ 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" @@ -48,19 +17,13 @@ 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 (excludes the drugstore) +/datum/map_template/ruin/whitesands/survivors/combination //combined extra large ruin of several other whitesands survivor ruins 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 919d2602a3d3..d33825e0087e 100644 --- a/code/game/area/areas/ruins/beachplanet.dm +++ b/code/game/area/areas/ruins/beachplanet.dm @@ -1,4 +1,3 @@ - //tropical ruins here //Beachside Town @@ -24,12 +23,6 @@ /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 @@ -58,12 +51,6 @@ /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 d2c8d1ca61f6..8e614c8a0e79 100644 --- a/code/game/area/areas/ruins/icemoon.dm +++ b/code/game/area/areas/ruins/icemoon.dm @@ -1,21 +1,5 @@ // 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 09d0e95f2f36..2d2fc76f97b1 100644 --- a/code/game/area/areas/ruins/jungle.dm +++ b/code/game/area/areas/ruins/jungle.dm @@ -1,10 +1,3 @@ -//Thneed Factory - -/area/ruin/jungle/onceler/main - requires_power = FALSE - name = "Thneed Factory" - icon_state = "engine" - //Interceptor Crash Site /area/ruin/jungle/interceptor/crashsite @@ -89,10 +82,6 @@ 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 c4d3f75f8fb7..da8611dd9cc8 100644 --- a/code/game/area/areas/ruins/lavaland.dm +++ b/code/game/area/areas/ruins/lavaland.dm @@ -1,10 +1,5 @@ //Lavaland Ruins -// Beach - -/area/ruin/powered/beach - icon_state = "dk_yellow" - // Winter Biodome /area/ruin/unpowered/winter_biodome @@ -26,17 +21,6 @@ /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 @@ -54,66 +38,19 @@ name = "Elephant Graveyard" icon_state = "green" -//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" +//Lava Canyon /area/ruin/unpowered/scorched_hut name = "Scorched Hut" icon_state = "red" +//Buried Shrine + /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 ddbe80529771..43516a72376a 100644 --- a/code/game/area/areas/ruins/rockplanet.dm +++ b/code/game/area/areas/ruins/rockplanet.dm @@ -2,11 +2,6 @@ /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 de546d164c96..45a9113d86ba 100644 --- a/code/game/area/areas/ruins/space.dm +++ b/code/game/area/areas/ruins/space.dm @@ -11,29 +11,12 @@ 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 @@ -56,210 +39,6 @@ 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 @@ -274,20 +53,6 @@ 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 @@ -314,44 +79,6 @@ 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 a9d7220bd3ca..6060367ca51b 100644 --- a/code/game/area/areas/shuttles.dm +++ b/code/game/area/areas/shuttles.dm @@ -189,27 +189,3 @@ /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 f4fbd42be38b..9d90a1a43373 100644 --- a/code/game/objects/items/melee/misc.dm +++ b/code/game/objects/items/melee/misc.dm @@ -646,31 +646,6 @@ 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 473bcd945c58..9f937312b561 100644 --- a/code/game/objects/items/puzzle_pieces.dm +++ b/code/game/objects/items/puzzle_pieces.dm @@ -21,50 +21,35 @@ color = "#f0da12" puzzle_id = "cheese" -/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/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/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." @@ -128,6 +113,26 @@ 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" @@ -155,39 +160,6 @@ . = ..() 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 112218650f85..aed3ae724c59 100644 --- a/code/game/objects/structures/ghost_role_spawners.dm +++ b/code/game/objects/structures/ghost_role_spawners.dm @@ -211,37 +211,3 @@ /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 47ac972b1c20..91085fe9f104 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, 23) + var/loot = rand(1, 21) 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,10 +340,6 @@ 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) @@ -352,10 +348,6 @@ 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) @@ -824,41 +816,7 @@ 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 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 + if(15)//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) @@ -902,14 +860,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(17)//legion miniboss + if(16)//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(18)//xenobiologist's hubris + if(17)//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)) @@ -959,19 +917,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(19)//hey, free elite tumor! + if(18)//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(20)//*you flush the toilet.* + if(19)//*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(21)//Research & Zombies + if(20)//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)) @@ -1016,7 +974,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(22)//Silverback's locker room + if(21)//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 f56cfae9a5b8..4c6c3173cded 100644 --- a/code/game/objects/structures/traps.dm +++ b/code/game/objects/structures/traps.dm @@ -144,16 +144,3 @@ /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 370afeaeedf2..a7ebeaf57582 100644 --- a/code/game/turfs/closed/minerals.dm +++ b/code/game/turfs/closed/minerals.dm @@ -208,12 +208,6 @@ /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( @@ -238,12 +232,6 @@ /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 89a00d04c142..53dbb9479f3b 100644 --- a/code/game/turfs/closed/wall/mineral_walls.dm +++ b/code/game/turfs/closed/wall/mineral_walls.dm @@ -226,8 +226,6 @@ 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) @@ -266,9 +264,6 @@ 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 20fcb2cb9f57..7fbcab55504a 100644 --- a/code/game/turfs/closed/wall/misc_walls.dm +++ b/code/game/turfs/closed/wall/misc_walls.dm @@ -63,10 +63,6 @@ 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 27a3225dbb03..44acbe06f6bf 100644 --- a/code/game/turfs/open/_open.dm +++ b/code/game/turfs/open/_open.dm @@ -99,9 +99,6 @@ 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 37c369a3d8c9..3a0184849450 100644 --- a/code/game/turfs/open/floor/fancy_floor.dm +++ b/code/game/turfs/open/floor/fancy_floor.dm @@ -41,9 +41,6 @@ /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 7ed16bc5631e..61a90ff0da86 100644 --- a/code/game/turfs/open/floor/plasteel_floor.dm +++ b/code/game/turfs/open/floor/plasteel_floor.dm @@ -332,6 +332,3 @@ 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 1dd8d49d746d..e3e22f0ad670 100644 --- a/code/game/turfs/open/floor/plating/lavaland.dm +++ b/code/game/turfs/open/floor/plating/lavaland.dm @@ -37,15 +37,6 @@ 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 e9b28fb4a613..84a49d1a0038 100644 --- a/code/game/turfs/open/floor/plating/misc_plating.dm +++ b/code/game/turfs/open/floor/plating/misc_plating.dm @@ -11,11 +11,6 @@ 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 0c86f608e51c..384886ac30d3 100644 --- a/code/modules/cargo/blackmarket/blackmarket_items/tools.dm +++ b/code/modules/cargo/blackmarket/blackmarket_items/tools.dm @@ -1,46 +1,6 @@ /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 f0fd3bb81eb2..967f7d01ebe7 100644 --- a/code/modules/clothing/outfits/ert/frontiersmen_ert.dm +++ b/code/modules/clothing/outfits/ert/frontiersmen_ert.dm @@ -109,7 +109,6 @@ r_hand = pickweight(list( /obj/item/kitchen/knife = 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 eb622de65f28..2ed00efe2e4b 100644 --- a/code/modules/mob/living/living_defense.dm +++ b/code/modules/mob/living/living_defense.dm @@ -407,15 +407,13 @@ if(client) makeNewConstruct(/mob/living/simple_animal/hostile/construct/harvester, src, cultoverride = TRUE) else - switch(rand(1, 4)) + switch(rand(1, 3)) 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 d15c20f1aa1d..980f12897e70 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/solar) || istype(t_area, /area/asteroid)) + if(istype(t_area, /area/space) || 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 b4769b647aad..a88a79610b60 100644 --- a/code/modules/mob/living/simple_animal/hostile/human/syndicate.dm +++ b/code/modules/mob/living/simple_animal/hostile/human/syndicate.dm @@ -189,10 +189,6 @@ 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 45d65ebf0753..3353dcfb3289 100644 --- a/code/modules/research/designs/weapon_designs.dm +++ b/code/modules/research/designs/weapon_designs.dm @@ -582,15 +582,6 @@ 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 deleted file mode 100644 index 7f050c3ac5e5..000000000000 --- a/code/modules/ruins/lavaland_ruin_code.dm +++ /dev/null @@ -1,89 +0,0 @@ -//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 deleted file mode 100644 index 529d48cf551f..000000000000 --- a/code/modules/ruins/lavalandruin_code/biodome_clown_planet.dm +++ /dev/null @@ -1,7 +0,0 @@ -//////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 deleted file mode 100644 index 4cdbb4b132a5..000000000000 --- a/code/modules/ruins/lavalandruin_code/codelab.dm +++ /dev/null @@ -1,20 +0,0 @@ -/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 deleted file mode 100644 index a7776f4e6a87..000000000000 --- a/code/modules/ruins/lavalandruin_code/pizzaparty.dm +++ /dev/null @@ -1,9 +0,0 @@ -//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 deleted file mode 100644 index e06773d4f19c..000000000000 --- a/code/modules/ruins/lavalandruin_code/sloth.dm +++ /dev/null @@ -1,5 +0,0 @@ -/////////// 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 c58fb67fd61a..1f1113acf1a6 100644 --- a/code/modules/ruins/lavalandruin_code/surface.dm +++ b/code/modules/ruins/lavalandruin_code/surface.dm @@ -1,9 +1,3 @@ -//////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 deleted file mode 100644 index 9ee576361f1f..000000000000 --- a/code/modules/ruins/spaceruin_code/asteroid4.dm +++ /dev/null @@ -1,4 +0,0 @@ -/////////// 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 deleted file mode 100644 index 8877a693cdae..000000000000 --- a/code/modules/ruins/spaceruin_code/caravanambush.dm +++ /dev/null @@ -1,27 +0,0 @@ -//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 deleted file mode 100644 index 7ca75e888660..000000000000 --- a/code/modules/ruins/spaceruin_code/clericsden.dm +++ /dev/null @@ -1,39 +0,0 @@ -/////////// 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 deleted file mode 100644 index 34d70881bc43..000000000000 --- a/code/modules/ruins/spaceruin_code/crashedclownship.dm +++ /dev/null @@ -1,4 +0,0 @@ -/////////// 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 deleted file mode 100644 index 911deacd27dc..000000000000 --- a/code/modules/ruins/spaceruin_code/crashedship.dm +++ /dev/null @@ -1,40 +0,0 @@ -// 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 deleted file mode 100644 index bcfc3be8f546..000000000000 --- a/code/modules/ruins/spaceruin_code/deepstorage.dm +++ /dev/null @@ -1,14 +0,0 @@ -/////////// 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 deleted file mode 100644 index 57b9f64bf60f..000000000000 --- a/code/modules/ruins/spaceruin_code/forgottenship.dm +++ /dev/null @@ -1,83 +0,0 @@ -// 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 deleted file mode 100644 index 6f992fbff52e..000000000000 --- a/code/modules/ruins/spaceruin_code/hellfactory.dm +++ /dev/null @@ -1,32 +0,0 @@ -/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 deleted file mode 100644 index 80c3e268e830..000000000000 --- a/code/modules/ruins/spaceruin_code/hilbertshotel.dm +++ /dev/null @@ -1,20 +0,0 @@ -/// 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 deleted file mode 100644 index 4b4cb8046667..000000000000 --- a/code/modules/ruins/spaceruin_code/listeningstation.dm +++ /dev/null @@ -1,45 +0,0 @@ -/////////// 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 deleted file mode 100644 index 735c039b5ee1..000000000000 --- a/code/modules/ruins/spaceruin_code/spacehotel.dm +++ /dev/null @@ -1,12 +0,0 @@ -/////////// 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 565b4dec6c8f..e6e64a105252 100644 --- a/shiptest.dme +++ b/shiptest.dme @@ -3246,35 +3246,19 @@ #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 e242a9ad7bff0592a9d046e6366459852c5a3dc5 Mon Sep 17 00:00:00 2001 From: Changelogs Date: Sat, 8 Jun 2024 18:57:50 -0500 Subject: [PATCH 17/22] Automatic changelog generation for PR #3026 [ci skip] --- html/changelogs/AutoChangeLog-pr-3026.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-3026.yml diff --git a/html/changelogs/AutoChangeLog-pr-3026.yml b/html/changelogs/AutoChangeLog-pr-3026.yml new file mode 100644 index 000000000000..a7f2dc70421b --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-3026.yml @@ -0,0 +1,16 @@ +author: Zevotech +changes: + - {bugfix: Planets should no longer spawn without ruins when generating due to bad + map datums} + - {rscdel: Removed 3 Beach ruins} + - {rscdel: Removed 4 Iceplanet ruins} + - {rscdel: Removed 11 Jungle ruins} + - {rscdel: Removed 10 Lavaland ruins} + - {rscdel: Removed 8 Rockplanet ruins} + - {rscdel: Removed 7 Sandplanet ruins} + - {rscdel: Removed 7 Rockplanet ruins} + - {rscdel: Removed 15 Space ruins} + - {rscdel: Removed 16 unused/removed ruin code files} + - {rscdel: Removed a whole lot of old/unused ruin code from misc files} + - {tweak: Tweaked various ruins and one ship to fix issues and remove unused items} +delete-after: true From 193eff956f58c3091c354b204c94f4af7581fe96 Mon Sep 17 00:00:00 2001 From: Changelogs Date: Sun, 9 Jun 2024 00:57:33 +0000 Subject: [PATCH 18/22] Automatic changelog compile [ci skip] --- html/changelogs/AutoChangeLog-pr-3009.yml | 18 ------------- html/changelogs/AutoChangeLog-pr-3026.yml | 16 ------------ html/changelogs/archive/2024-06.yml | 31 +++++++++++++++++++++++ 3 files changed, 31 insertions(+), 34 deletions(-) delete mode 100644 html/changelogs/AutoChangeLog-pr-3009.yml delete mode 100644 html/changelogs/AutoChangeLog-pr-3026.yml diff --git a/html/changelogs/AutoChangeLog-pr-3009.yml b/html/changelogs/AutoChangeLog-pr-3009.yml deleted file mode 100644 index b3fa75563632..000000000000 --- a/html/changelogs/AutoChangeLog-pr-3009.yml +++ /dev/null @@ -1,18 +0,0 @@ -author: SomeguyManperson -changes: - - {tweak: 'bleeding is now stored in the limbs, functioning similarly to bone breaking. - Taking damage over a certain threshold and amount (lower for sharp weapons) - will cause part of it to be turned into bleeding.'} - - {tweak: 'gauze, tape, and bleeding suppression are similarly no longer abstracted - into a "bleed suppression" value'} - - {rscadd: you can now cauterize bleeding with a lighter. Which is cool.} - - {rscadd: you can now also cauterize bleeding with suit storage decontamination. - Which is hot.} - - {rscadd: examine and examine closely will show whether or not someone is visibly - bleeding or bandaged. This means people who are both will show both. Examine - closely additionally shows which limbs are currently bleeding.} - - {tweak: 'heparin now causes existing bleeding to worsen, instead of causing bleeding - on its own'} - - {tweak: you can no longer cut the throat of someone who's head has been lopped - off} -delete-after: true diff --git a/html/changelogs/AutoChangeLog-pr-3026.yml b/html/changelogs/AutoChangeLog-pr-3026.yml deleted file mode 100644 index a7f2dc70421b..000000000000 --- a/html/changelogs/AutoChangeLog-pr-3026.yml +++ /dev/null @@ -1,16 +0,0 @@ -author: Zevotech -changes: - - {bugfix: Planets should no longer spawn without ruins when generating due to bad - map datums} - - {rscdel: Removed 3 Beach ruins} - - {rscdel: Removed 4 Iceplanet ruins} - - {rscdel: Removed 11 Jungle ruins} - - {rscdel: Removed 10 Lavaland ruins} - - {rscdel: Removed 8 Rockplanet ruins} - - {rscdel: Removed 7 Sandplanet ruins} - - {rscdel: Removed 7 Rockplanet ruins} - - {rscdel: Removed 15 Space ruins} - - {rscdel: Removed 16 unused/removed ruin code files} - - {rscdel: Removed a whole lot of old/unused ruin code from misc files} - - {tweak: Tweaked various ruins and one ship to fix issues and remove unused items} -delete-after: true diff --git a/html/changelogs/archive/2024-06.yml b/html/changelogs/archive/2024-06.yml index ee60e5a1fb00..5ac112757f39 100644 --- a/html/changelogs/archive/2024-06.yml +++ b/html/changelogs/archive/2024-06.yml @@ -143,3 +143,34 @@ - bugfix: removes a comment from apc.dm that was causing strange errors. thgvr: - imageadd: Kepori have been given a full visual overhaul. +2024-06-09: + SomeguyManperson: + - tweak: bleeding is now stored in the limbs, functioning similarly to bone breaking. + Taking damage over a certain threshold and amount (lower for sharp weapons) + will cause part of it to be turned into bleeding. + - tweak: gauze, tape, and bleeding suppression are similarly no longer abstracted + into a "bleed suppression" value + - rscadd: you can now cauterize bleeding with a lighter. Which is cool. + - rscadd: you can now also cauterize bleeding with suit storage decontamination. + Which is hot. + - rscadd: examine and examine closely will show whether or not someone is visibly + bleeding or bandaged. This means people who are both will show both. Examine + closely additionally shows which limbs are currently bleeding. + - tweak: heparin now causes existing bleeding to worsen, instead of causing bleeding + on its own + - tweak: you can no longer cut the throat of someone who's head has been lopped + off + Zevotech: + - bugfix: Planets should no longer spawn without ruins when generating due to bad + map datums + - rscdel: Removed 3 Beach ruins + - rscdel: Removed 4 Iceplanet ruins + - rscdel: Removed 11 Jungle ruins + - rscdel: Removed 10 Lavaland ruins + - rscdel: Removed 8 Rockplanet ruins + - rscdel: Removed 7 Sandplanet ruins + - rscdel: Removed 7 Rockplanet ruins + - rscdel: Removed 15 Space ruins + - rscdel: Removed 16 unused/removed ruin code files + - rscdel: Removed a whole lot of old/unused ruin code from misc files + - tweak: Tweaked various ruins and one ship to fix issues and remove unused items From 42d8d67eab66aac308942c767e711525cbded57d Mon Sep 17 00:00:00 2001 From: Skies-Of-Blue <86762641+Skies-Of-Blue@users.noreply.github.com> Date: Sat, 8 Jun 2024 19:28:13 -0700 Subject: [PATCH 19/22] Genemod DLC: Of Rabbits and Wolves (#3083) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## About The Pull Request Adds four new ear and two new tail options to human genemods, themed after dogs and rabbits respectively! (ᵗʰᶦˢ ᵖʳ ᵃˡˢᵒ ⁿᵉʳᶠˢ ᶠᵒˣ ᵉᵃʳˢ ᵇʸ ᵐᵃᵏᶦⁿᵍ ᵗʰᵉᵐ ᵗᵃᵏᵉ ᵐᵒʳᵉ ᵈᵃᵐᵃᵍᵉ ʲᵘˢᵗ ˡᶦᵏᵉ ᶜᵃᵗ ᵒʳ ᵉˡᶠ ᵉᵃʳˢ ᵈᵒ)
But who cares about that, check out these radicool new genemods!!! ![dog](https://github.com/shiptest-ss13/Shiptest/assets/86762641/605aa57f-4a8d-494a-8d9a-0327c66b050f) ![rabbit](https://github.com/shiptest-ss13/Shiptest/assets/86762641/4f1b4530-269e-4ada-bf5e-d3dde40b9bb1) ![bent rabbit](https://github.com/shiptest-ss13/Shiptest/assets/86762641/9dd90434-b94e-495e-8ce2-4ec49f6f3049) ![floppy rabbit](https://github.com/shiptest-ss13/Shiptest/assets/86762641/50619b51-1c85-4103-8c01-19ea15e769a6)
Sprites by k3licia on discord, and tweaked by Imaginos. Give them both some love!!! ## Why It's Good For The Game More character customization options are good, and the yaoi potential between a dog and a rabbit is too ripe to pass up. ## Changelog :cl: add: several new SUNS-produced genemods have hit the public market! Head to your local gene-clinic and ask about their new dog and rabbit options for more details balance: fox ears have been tweaked to be just as susceptible to sound as cat ears /:cl: --------- Signed-off-by: Skies-Of-Blue <86762641+Skies-Of-Blue@users.noreply.github.com> Co-authored-by: meem <75212565+meemofcourse@users.noreply.github.com> --- .../new_player/sprite_accessories/ears.dm | 51 +++++++++--- .../new_player/sprite_accessories/tails.dm | 30 +++++-- .../carbon/human/species_types/humans.dm | 37 ++++++--- code/modules/surgery/organs/ears.dm | 76 ++++++++++++++++++ code/modules/surgery/organs/tails.dm | 46 ++++++++++- icons/mob/mutant_bodyparts.dmi | Bin 2101 -> 757 bytes icons/mob/species/{misc => human}/cat.dmi | Bin icons/mob/species/human/dog.dmi | Bin 0 -> 1332 bytes icons/mob/species/human/elf.dmi | Bin 0 -> 511 bytes icons/mob/species/{misc => human}/fox.dmi | Bin icons/mob/species/human/rabbit.dmi | Bin 0 -> 1013 bytes 11 files changed, 211 insertions(+), 29 deletions(-) rename icons/mob/species/{misc => human}/cat.dmi (100%) create mode 100644 icons/mob/species/human/dog.dmi create mode 100644 icons/mob/species/human/elf.dmi rename icons/mob/species/{misc => human}/fox.dmi (100%) create mode 100644 icons/mob/species/human/rabbit.dmi diff --git a/code/modules/mob/dead/new_player/sprite_accessories/ears.dm b/code/modules/mob/dead/new_player/sprite_accessories/ears.dm index 8b0ec1d6f79d..c01a20a18f64 100644 --- a/code/modules/mob/dead/new_player/sprite_accessories/ears.dm +++ b/code/modules/mob/dead/new_player/sprite_accessories/ears.dm @@ -3,33 +3,62 @@ /datum/sprite_accessory/ears icon = 'icons/mob/mutant_bodyparts.dmi' -/datum/sprite_accessory/ears/none +/datum/sprite_accessory/ears/human/none name = "None" icon_state = "none" -/datum/sprite_accessory/ears/cat - icon = 'icons/mob/species/misc/cat.dmi' +/datum/sprite_accessory/ears/human/elf + icon = 'icons/mob/species/human/elf.dmi' + name = "Elf" + icon_state = "elf" + secondary_color = FALSE + color_src = SKINCOLORS + +/datum/sprite_accessory/ears/human/cat + icon = 'icons/mob/species/human/cat.dmi' name = "Cat" icon_state = "cat" secondary_color = TRUE color_src = HAIR -/datum/sprite_accessory/ears/cat/slime +/datum/sprite_accessory/ears/human/cat/slime name = "Slimecat" icon_state = "cat" secondary_color = FALSE color_src = HAIR image_alpha = 150 -/datum/sprite_accessory/ears/fox - icon = 'icons/mob/species/misc/fox.dmi' +/datum/sprite_accessory/ears/human/dog + icon = 'icons/mob/species/human/dog.dmi' + name = "Dog" + icon_state = "dog" + secondary_color = FALSE + color_src = HAIR + +/datum/sprite_accessory/ears/human/fox + icon = 'icons/mob/species/human/fox.dmi' name = "Fox" icon_state = "fox" secondary_color = TRUE color_src = HAIR -/datum/sprite_accessory/ears/elf - name = "Elf" - icon_state = "elf" - secondary_color = FALSE - color_src = SKINCOLORS +/datum/sprite_accessory/ears/human/rabbit + icon = 'icons/mob/species/human/rabbit.dmi' + name = "Rabbit" + icon_state = "bunny" + secondary_color = TRUE + color_src = HAIR + +/datum/sprite_accessory/ears/human/rabbit/bent + icon = 'icons/mob/species/human/rabbit.dmi' + name = "Bent Rabbit" + icon_state = "bunny_bent" + secondary_color = TRUE + color_src = HAIR + +/datum/sprite_accessory/ears/human/rabbit/floppy + icon = 'icons/mob/species/human/rabbit.dmi' + name = "Floppy Rabbit" + icon_state = "bunny_floppy" + secondary_color = TRUE + color_src = HAIR diff --git a/code/modules/mob/dead/new_player/sprite_accessories/tails.dm b/code/modules/mob/dead/new_player/sprite_accessories/tails.dm index 5a3d2eb3d62b..9a0da947d3b7 100644 --- a/code/modules/mob/dead/new_player/sprite_accessories/tails.dm +++ b/code/modules/mob/dead/new_player/sprite_accessories/tails.dm @@ -9,13 +9,13 @@ icon_state = "none" /datum/sprite_accessory/tails/human/cat - icon = 'icons/mob/species/misc/cat.dmi' + icon = 'icons/mob/species/human/cat.dmi' name = "Cat" icon_state = "cat" color_src = HAIR /datum/sprite_accessory/tails_animated/human/cat - icon = 'icons/mob/species/misc/cat.dmi' + icon = 'icons/mob/species/human/cat.dmi' name = "Cat" icon_state = "cat" color_src = HAIR @@ -32,26 +32,44 @@ color_src = HAIR image_alpha = 150 +/datum/sprite_accessory/tails/human/dog + icon = 'icons/mob/species/human/dog.dmi' + name = "Dog" + icon_state = "dog" + color_src = HAIR + +/datum/sprite_accessory/tails_animated/human/dog + icon = 'icons/mob/species/human/dog.dmi' + name = "Dog" + icon_state = "dog" + color_src = HAIR + /datum/sprite_accessory/tails/human/fox - icon = 'icons/mob/species/misc/fox.dmi' + icon = 'icons/mob/species/human/fox.dmi' name = "Fox" icon_state = "fox" color_src = HAIR /datum/sprite_accessory/tails_animated/human/fox - icon = 'icons/mob/species/misc/fox.dmi' + icon = 'icons/mob/species/human/fox.dmi' name = "Fox" icon_state = "fox" color_src = HAIR /datum/sprite_accessory/tails/human/fox/alt - icon = 'icons/mob/species/misc/fox.dmi' + icon = 'icons/mob/species/human/fox.dmi' name = "Fox 2" icon_state = "fox2" color_src = HAIR /datum/sprite_accessory/tails_animated/human/fox/alt - icon = 'icons/mob/species/misc/fox.dmi' + icon = 'icons/mob/species/human/fox.dmi' name = "Fox 2" icon_state = "fox2" color_src = HAIR + +/datum/sprite_accessory/tails/human/rabbit + icon = 'icons/mob/species/human/rabbit.dmi' + name = "Rabbit" + icon_state = "bunny" + color_src = HAIR diff --git a/code/modules/mob/living/carbon/human/species_types/humans.dm b/code/modules/mob/living/carbon/human/species_types/humans.dm index 885be6f5886a..882fffc9ff41 100644 --- a/code/modules/mob/living/carbon/human/species_types/humans.dm +++ b/code/modules/mob/living/carbon/human/species_types/humans.dm @@ -13,16 +13,33 @@ loreblurb = "Mostly hairless mammalians. Their home system, Sol, lies in a sort of \"bluespace dead-zone\" that blocks anything from entering or exiting Sol's dead-zone through bluespace without a relay. While it leaves Sol extremely well-defended, it meant that they went unnoticed and uncontacted until they were themselves able to breach it." /datum/species/human/on_species_gain(mob/living/carbon/C, datum/species/old_species, pref_load) - if(C.dna.features["ears"] == "Cat") - mutantears = /obj/item/organ/ears/cat - if(C.dna.features["ears"] == "Fox") - mutantears = /obj/item/organ/ears/fox - if(C.dna.features["tail_human"] == "Cat") - mutant_organs |= /obj/item/organ/tail/cat - if(C.dna.features["tail_human"] == "Fox") - mutant_organs |= /obj/item/organ/tail/fox - if(C.dna.features["ears"] == "Elf") - mutantears = /obj/item/organ/ears/elf + switch(C.dna.features["ears"]) + if("Elf") + mutantears = /obj/item/organ/ears/elf + if("Cat") + mutantears = /obj/item/organ/ears/cat + if("Dog") + mutantears = /obj/item/organ/ears/dog + if("Fox") + mutantears = /obj/item/organ/ears/fox + if("Rabbit") + mutantears = /obj/item/organ/ears/rabbit + if("Bent Rabbit") + mutantears = /obj/item/organ/ears/rabbit/bent + if("Floppy Rabbit") + mutantears = /obj/item/organ/ears/rabbit/floppy + switch(C.dna.features["tail_human"]) + if("Cat") + mutant_organs |= /obj/item/organ/tail/cat + if("Dog") + mutant_organs |= /obj/item/organ/tail/dog + if("Fox") + mutant_organs |= /obj/item/organ/tail/fox + if("Fox 2") + mutant_organs |= /obj/item/organ/tail/fox/alt + if("Rabbit") + mutant_organs |= /obj/item/organ/tail/rabbit + return ..() /datum/species/human/spec_death(gibbed, mob/living/carbon/human/H) diff --git a/code/modules/surgery/organs/ears.dm b/code/modules/surgery/organs/ears.dm index f1eb39b84162..6f057c88d23d 100644 --- a/code/modules/surgery/organs/ears.dm +++ b/code/modules/surgery/organs/ears.dm @@ -150,6 +150,10 @@ ear_owner.dna.species.mutant_bodyparts -= "ears" ear_owner.update_body() +/obj/item/organ/ears/fox + name = "fox ears" + damage_multiplier = 2 + /obj/item/organ/ears/fox/Insert(mob/living/carbon/human/ear_owner, special = 0, drop_if_replaced = TRUE) ..() if(istype(ear_owner)) @@ -166,6 +170,78 @@ ear_owner.dna.species.mutant_bodyparts -= "ears" ear_owner.update_body() +/obj/item/organ/ears/rabbit + name = "rabbit ears" + damage_multiplier = 2 + +/obj/item/organ/ears/rabbit/Insert(mob/living/carbon/human/ear_owner, special = 0, drop_if_replaced = TRUE) + ..() + if(istype(ear_owner)) + color = ear_owner.hair_color + ear_owner.dna.species.mutant_bodyparts |= "ears" + ear_owner.dna.features["ears"] = "Rabbit" + ear_owner.update_body() + +/obj/item/organ/ears/rabbit/Remove(mob/living/carbon/human/ear_owner, special = 0) + ..() + if(istype(ear_owner)) + color = ear_owner.hair_color + ear_owner.dna.features["ears"] = "None" + ear_owner.dna.species.mutant_bodyparts -= "ears" + ear_owner.update_body() + +/obj/item/organ/ears/rabbit/bent/Insert(mob/living/carbon/human/ear_owner, special = 0, drop_if_replaced = TRUE) + ..() + if(istype(ear_owner)) + color = ear_owner.hair_color + ear_owner.dna.species.mutant_bodyparts |= "ears" + ear_owner.dna.features["ears"] = "Bent Rabbit" + ear_owner.update_body() + +/obj/item/organ/ears/rabbit/bent/Remove(mob/living/carbon/human/ear_owner, special = 0) + ..() + if(istype(ear_owner)) + color = ear_owner.hair_color + ear_owner.dna.features["ears"] = "None" + ear_owner.dna.species.mutant_bodyparts -= "ears" + ear_owner.update_body() + +/obj/item/organ/ears/rabbit/floppy/Insert(mob/living/carbon/human/ear_owner, special = 0, drop_if_replaced = TRUE) + ..() + if(istype(ear_owner)) + color = ear_owner.hair_color + ear_owner.dna.species.mutant_bodyparts |= "ears" + ear_owner.dna.features["ears"] = "Floppy Rabbit" + ear_owner.update_body() + +/obj/item/organ/ears/floppy/Remove(mob/living/carbon/human/ear_owner, special = 0) + ..() + if(istype(ear_owner)) + color = ear_owner.hair_color + ear_owner.dna.features["ears"] = "None" + ear_owner.dna.species.mutant_bodyparts -= "ears" + ear_owner.update_body() + +/obj/item/organ/ears/dog + name = "dog ears" + damage_multiplier = 2 + +/obj/item/organ/ears/dog/Insert(mob/living/carbon/human/ear_owner, special = 0, drop_if_replaced = TRUE) + ..() + if(istype(ear_owner)) + color = ear_owner.hair_color + ear_owner.dna.species.mutant_bodyparts |= "ears" + ear_owner.dna.features["ears"] = "Dog" + ear_owner.update_body() + +/obj/item/organ/ears/dog/Remove(mob/living/carbon/human/ear_owner, special = 0) + ..() + if(istype(ear_owner)) + color = ear_owner.hair_color + ear_owner.dna.features["ears"] = "None" + ear_owner.dna.species.mutant_bodyparts -= "ears" + ear_owner.update_body() + /obj/item/organ/ears/elf name = "elf ears" damage_multiplier = 1.5 diff --git a/code/modules/surgery/organs/tails.dm b/code/modules/surgery/organs/tails.dm index 2d3e402150a2..be43bc99f62d 100644 --- a/code/modules/surgery/organs/tails.dm +++ b/code/modules/surgery/organs/tails.dm @@ -137,7 +137,7 @@ desc = "A severed fox tail. Sad." tail_type = "Fox 2" -/obj/item/organ/tail/cat/Insert(mob/living/carbon/human/H, special = 0, drop_if_replaced = TRUE) +/obj/item/organ/tail/fox/alt/Insert(mob/living/carbon/human/H, special = 0, drop_if_replaced = TRUE) ..() if(istype(H)) if(!("tail_human" in H.dna.species.mutant_bodyparts)) @@ -145,7 +145,49 @@ H.dna.features["tail_human"] = tail_type H.update_body() -/obj/item/organ/tail/cat/Remove(mob/living/carbon/human/H, special = 0) +/obj/item/organ/tail/fox/alt/Remove(mob/living/carbon/human/H, special = 0) + ..() + if(istype(H)) + H.dna.features["tail_human"] = "None" + H.dna.species.mutant_bodyparts -= "tail_human" + color = H.hair_color + H.update_body() + +/obj/item/organ/tail/rabbit + name = "rabbit tail" + desc = "A severed rabbit tail." + tail_type = "Rabbit" + +/obj/item/organ/tail/rabbit/Insert(mob/living/carbon/human/H, special = 0, drop_if_replaced = TRUE) + ..() + if(istype(H)) + if(!("tail_human" in H.dna.species.mutant_bodyparts)) + H.dna.species.mutant_bodyparts |= "tail_human" + H.dna.features["tail_human"] = tail_type + H.update_body() + +/obj/item/organ/tail/rabbit/Remove(mob/living/carbon/human/H, special = 0) + ..() + if(istype(H)) + H.dna.features["tail_human"] = "None" + H.dna.species.mutant_bodyparts -= "tail_human" + color = H.hair_color + H.update_body() + +/obj/item/organ/tail/dog + name = "dog tail" + desc = "A severed dog tail." + tail_type = "Dog" + +/obj/item/organ/tail/dog/Insert(mob/living/carbon/human/H, special = 0, drop_if_replaced = TRUE) + ..() + if(istype(H)) + if(!("tail_human" in H.dna.species.mutant_bodyparts)) + H.dna.species.mutant_bodyparts |= "tail_human" + H.dna.features["tail_human"] = tail_type + H.update_body() + +/obj/item/organ/tail/dog/Remove(mob/living/carbon/human/H, special = 0) ..() if(istype(H)) H.dna.features["tail_human"] = "None" diff --git a/icons/mob/mutant_bodyparts.dmi b/icons/mob/mutant_bodyparts.dmi index a05f9c8dc678e95118ba64570a468f57a6e54fd8..1e271758e3466776c149a88b436592a38c23f106 100644 GIT binary patch literal 757 zcmVV=-0C=38lf4SUFce1Tlu5yZWuCT)VPViGNVdqZ2|CM4VU zUG9N1+#91T-xmboQvp9*Y59Dh4N8**1ifTN*s@+hAh>LVnTj^la2q52dP|m|UJMZg zOe$@MO9*O3J3eK%+LhySS<@SzVowz-xA^!&Q!jLPIg@KBoaKjtU_V;6tu#UgNINpX z*|8zYwc_+X_zTZmfbL9&$To^rmAycJT}K88JNCbFjBiwqUYf|h000FT{ zL_t(|obB7+O2aS|$MMjt58xY&)_5KE$7{juUZzDaMcBO{;_JII*EOeW%j`*U`2B!T z(wLvl2|YWBxe`ol1QIx2VB(M0voQiEd39;88+SJk>VY;tb$KxJjiHMRH2&n};b&<5 zw##{!5=bC{1QJLffdu}cKmeD@7LOw*E?etA00000_+RP`NjsHyv&Kl|K&Ky=)&pg~ z)4FEMFlu0of;4D3HkNO1NCE%=0KieIzG8PZV%PWDfv&UOiV(Q!F7Wj0zeV?o`t_f^ zQ(v;j=z-I*16wy@$MQ6Gp!z>rA3Fa4002XYCn}q{OtXE~SkG?61h?I)1{OuQA=R$J z32E+fry2NJ6d%EWcq&eA-OV}YLVE+hisvA3BL0Sn_g*#d-TN?5Oep)mx`D<7fr$*< zl~&??G%RrU3(V^S@@LSz`86)gR&FZ@~GjTIjt^R)2tOv^DkoHCYfMn-OYIzO@00000Q?}oiZfq`^ch?mSMH59&i}l5#L#C-n|(B01ISja5MlwKob~)Z3NfpfQM*s8zRMEiNQY*lC#n>iD?;U03eT9 zIpAaV$iuSWW&6sG@8nOKAJDFHtP%obLGU;Nw$!EJ33V2IsbVBOH*@P!aZ+hUuxW?o z^rh#2yxL;p*1P>Wv6f$G{`%l`>stDpVZ37=W>edghAg>xu$i&1{5H+J&aL4#_qbn? zsDg+JPl#1tHjKFbI(c=rllbMurmd^<*7UfQSO)n<9oHq}z+SJui?5TCuYN{X>v!9) zowaIru-Tq}M@nf1qw|86Boep2H>CcAGAsN->XX+(J)(v>v~7uFBzhULTLZxvw1PDo~j_V1>;T87d8ScySHol_4-w)~$C{is7a?eu^r#dXT zuleW}mg)2YXAxY8YZ@x!&Ua-K2-m87@^vo=?~HPVTqYw=mRd+pwjaBW+YtFQr zJR5MhYZ%h(*~4mwFE+xD9IM=r5n-9QaG z)pI!Et}O8>@n_Ho2uUv+Gu_~NKs7&~b+?}y0&StKdh;r)gV2)f*`sJS;Jy6j<>LvR zPB%c-D+jChgdwAN$Ee_JIWMSeHbACSI$f*8klAN4R%q{)J4z;92wtDmDV5oR>NtA+ zluI*%1nmXZGa3144!*6jc-U_~PZ=o=icmER>i0>YL1GQeQ7QX;C*9jS(R5*j>}_Tk zz%TF48juscw7v!`3B^-WHn+S;_npaO4QE##0{O?~hJjQSXMa!h=@G$Er=&SUaFmL5 z_!-z59jV)i36&*2cDjA(o8CpehGLQlOPn%%ZTqPFV)Bt@zgg&qY1w;?z|Q{W_=bVw zlQ1OHn+WLNvX<@v$(uU-h$8&ljc;gFRa1#^N~L0ku!r~1%g>mjS31xtf7vBYg1(Vf zcqYo)IUM!5{Dl;TRH2_Na_FK`&d#mkJnzyZyLNRM=O33S%5a+u<}QGugN*noKSxLP zQ)*wt>t9dy^Dn1;$~Q!=ao?@5$G4aJVKA6B&}2mGA1o$Jv6nK@&v;-+rG`$YCgO1R zJx92pdbOpd8q29ma;o0HJ@oV|>&A diff --git a/icons/mob/species/misc/cat.dmi b/icons/mob/species/human/cat.dmi similarity index 100% rename from icons/mob/species/misc/cat.dmi rename to icons/mob/species/human/cat.dmi diff --git a/icons/mob/species/human/dog.dmi b/icons/mob/species/human/dog.dmi new file mode 100644 index 0000000000000000000000000000000000000000..3b3241059638d03e5b3bb73512e14c8e74d86ddc GIT binary patch literal 1332 zcmV-41fFDZ*Bkp zc$`yKaB_9`^iy#0_2eo`Eh^5;&r`5fFwryM;w;ZhDainGjE%TBGg33tGfE(w;*!LY zR3K9+H$FA7s5m|)KRwFJqy>BQ)>1d68SBvt~M270DCgs>qOXHjZ-W?l**EAe@bG&@mjR90~H za{=S4w~S`pIFoi;Ia^&{($XqM_%W!n-7tG2=FAFfTk5E zQ%avebryw?&xTt&0000000000cx|MWtkvs@r2$qi)!oa?5wU;BA`Q^gE++O)rZ@Di zQ*yi$PViaz8G9$3pnvuNP2~Wke+y7(r&yYVz1}SwW9-$|vFkW^GjJKl4% z!n2n}sE-hZ(X}@s0i*IrH4uG^@$M0WA`i1WceRC)+q2~NLZvR5g zFN|}ow6p@anEHMp0000000000@UpD!|MBT~wHJ`;Y5y)+q*mhprS&rnTS!Rzcd4Du z+Q18<^eU-0Ruu(E<_o5*Fm2~^QuV?rxtpQ!b3f0!<%kd}U$9MiiD7_Ly>OfMBK!FS z-ciAgQ2By7dH=)mPO4rwy<4C;&knrH%fBhk7YrRrVZE?-{1}y;~mdSw6r00000!0*PbtY=xVUr8=AFgQ>7e=4h=jVbpJr#IzHH{md2km`k? zx{Q7n6x~a~yY%|sSJT~u!;C>HS+33LuL08iN+Kukzka&xbN=0C(vj(qI;VHj?{v0e zGQg&vEwO84{X*D&B~&x#8<#jq)bf5MEa(>k00000 z0000$gj-q9vUa~>4%WY0l>g4^ZM$3izhFRDoM%IO8=qYifO2C^@FeE-(I*%bCH+6x ze#ML0-C;SsosKdNW1tTw@I%A}<`vto*!ajG)2`8n>4>dXHr|F4jQZQ-yP;q4IsUle qamHc1a*0z2%Tl$Z{fYs2W&QyYfk-?Rp<@RC0000 zRFCiFYBmsIyI}cU)2>ASZ{gl<7jL#;jl0eVvV{Y{K(z3peuoWPP=M%Q3A4ljsQ%CMR~aeEj)gecPEi-AxxKMta?GIk+RB z`(X5qlNb4C-;-muc6fq~J^)5S5QV$R!H8+n@oL|pB6F>DRCU^p4wEV@GCVArh( zLk7i#>O#qm5(n=o`t;c5EwK6eT;yKx|Krw{C;89%FU#cmf2K=pK_Ej^Ls}t&@$CA_ zbKYzIb~E>ce*N}1&8$E4>COE!B7TdrN2EsUiQGY*2 f&Vyv9oE7#|^<3m}{*x;(Mj1R^{an^LB{Ts5SliW1 literal 0 HcmV?d00001 diff --git a/icons/mob/species/misc/fox.dmi b/icons/mob/species/human/fox.dmi similarity index 100% rename from icons/mob/species/misc/fox.dmi rename to icons/mob/species/human/fox.dmi diff --git a/icons/mob/species/human/rabbit.dmi b/icons/mob/species/human/rabbit.dmi new file mode 100644 index 0000000000000000000000000000000000000000..fcc6599f735685713dabb3bf310c4d1e26339c1e GIT binary patch literal 1013 zcmVV=-0C=2J zR&a84_w-Y6@%7{?OD!tS%+FJ>RWQ*r;NmRLOex6#a*U0*I5Sc+(=$py98<31lEji! zAX6zfJ~gqZI6kQ~FRwD*$<@Qt&qaxgGbOXA7-R$&XIfEWZYqdvh(nKCkiTCDv092# zlk@XZ5{oLy(G1a&l$uvUwm#B4i0)dFtS(8+%po;ck@S$^!?c|If&vO7gcviF6slmp7!Z>-9)!(u(g= z%eT<_zx6EE*PEIH00000008{IthcZe5g4$wzsh<0OXcr*O!Y-U`)DE3>a+2f;F$NA zEW_)C7W3m?%hZmP1zCP~px-H&WnvUtVh0#240BBG5_!Q2PAz8T61)ZcRvKgoQz>U; zU)VW)v6w4jP4>=ce<7$Yvc{RF0g+AaH>|0(^%OkDr7FT?roNcUb*EKi>$fdr{|VcmOE4z!MdkeMO4lVR z+wjNC6T#}a7c+1p70jur=*$V~hIF%Vu07%1gx9VM`Ou+~J+!X0H>vf)Hb64;z30RR91{0%aaCoY|OdEwfV;Sx!dq$Yj=Ch_vZI}!v#GHx|7 z@eA1CWUvO&xitiS0KyA~egT}{!%qZ#|1YzGBK3?e2^y1l!S;w=8J#VJX^FlEL1_~I zgpXj2YIG+N)(PH*$Fwk8UYD>29bA0}Z1+xv=RT7gVCpsZtDv$CbuKWyU}4+Df^QwT zHvZG6EaNJZh|VA7>5~%v_ovy^o2&y%bgE;32AFjMz{V3Gq)ZXva4*F1}MC3H3O{e7Nk1w%P6)Q*O3B jR!}2g0{{R30BQIKK?*Ec`)2-o00000NkvXXu0mjfdO*{I literal 0 HcmV?d00001 From 28878b01b5b767890b2d6eb2e228294ce25b6665 Mon Sep 17 00:00:00 2001 From: Changelogs Date: Sat, 8 Jun 2024 21:38:38 -0500 Subject: [PATCH 20/22] Automatic changelog generation for PR #3083 [ci skip] --- html/changelogs/AutoChangeLog-pr-3083.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-3083.yml diff --git a/html/changelogs/AutoChangeLog-pr-3083.yml b/html/changelogs/AutoChangeLog-pr-3083.yml new file mode 100644 index 000000000000..d4960c0dcfeb --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-3083.yml @@ -0,0 +1,8 @@ +author: Skies-Of-Blue +changes: + - {rscadd: several new SUNS-produced genemods have hit the public market! Head to + your local gene-clinic and ask about their new dog and rabbit options for more + details} + - {balance: fox ears have been tweaked to be just as susceptible to sound as cat + ears} +delete-after: true From 6fdc95bc608a77998e5556d8e6689a15b96b4e9a Mon Sep 17 00:00:00 2001 From: Imaginos16 <77556824+Imaginos16@users.noreply.github.com> Date: Sat, 8 Jun 2024 20:54:18 -0700 Subject: [PATCH 21/22] Frontiersmen-Ening Part 1: Clothes! (#3087) ## About The Pull Request Does what it says on the tin, visually enhancing the Frontiersmen and making them into real, genuine threats aesthetically! ![image](https://github.com/shiptest-ss13/Shiptest/assets/77556824/547b3908-0742-4a20-b9bc-1bd73667db1e) ![image](https://github.com/shiptest-ss13/Shiptest/assets/77556824/c108e357-dcb9-4010-9a05-978616c86704) ![image](https://github.com/shiptest-ss13/Shiptest/assets/77556824/800197aa-7dc4-441c-8724-29036af1ba24) This PR also makes several balance changes to equipment, as well as adding entirely new equipment for the Frontiersmen to reap chaos in the frontier! ### NEW ADDITION: THE FLAME TROOPER Captains beware! A new role to sow devastation and wreak havoc in style has arrived! While wearing suspiciously itchy fireproof armor, they wield flamethrowers capable of burning targets down with deadly precision. Their kit includes: - A Fireproof X-11 Helmet - A Fireproof Black Jumpsuit - A Fireproof Coat - A Unique Gas Mask ![image](https://github.com/shiptest-ss13/Shiptest/assets/77556824/a5faa0d2-3e51-4204-ae49-122727d1f862) In an effort to make them even scarier, flamethrowers were buffed slightly by having them an extra tile of reach, and some slightly higher damage! This PR also adds the completely new Heavy Frontiersmen Armor, seen previously worn by the heavy minigunners that walk their ranks. ![image](https://github.com/shiptest-ss13/Shiptest/assets/77556824/fcfd6070-8335-420a-b09d-859c3715a73f) As such, a balance change was made to marine armor, increasing its defensive values, at the cost of a minor slowdown. Finally, this PR also adds pre-sawn subtypes of the shotguns and the Beacon, and revamps the ERTs and roles. These changes are mostly non-player facing. ## Why It's Good For The Game Improving one of the crustiest sprites for our main antagonist faction is probably a big priority! ## Changelog :cl: PositiveEntropy add: CLIP now reports the presence of so-called "Flame Troopers" of the Frontiersmen terrorizing their territories... balance: Marine armor has improved armor stats at the cost of the bulk slowing down the wearer. balance: Flamethrowers have a slightly improved effective range, as well as higher damage. imageadd: The Frontiersmen have gotten better tailors and now look sharp and deadly! /:cl: --------- Co-authored-by: FalloutFalcon Co-authored-by: retlaw34 <58402542+retlaw34@users.noreply.github.com> --- .../JungleRuins/jungle_cavecrew.dmm | 12 +- .../LavaRuins/lavaland_crashed_starwalker.dmm | 4 +- _maps/shuttles/pirate/pirate_tortuga.dmm | 18 +- .../syndicate/syndicate_litieguai.dmm | 6 +- .../syndicate/syndicate_twinkleshine.dmm | 27 +- code/datums/ert.dm | 8 +- code/game/objects/items/flamethrower.dm | 6 +- code/game/objects/items/storage/belt.dm | 10 + code/game/objects/items/storage/boxes.dm | 14 +- code/modules/antagonists/ert/frontiersmen.dm | 11 + .../modules/clothing/factions/frontiersmen.dm | 260 ++++++++++++++++++ code/modules/clothing/head/berets.dm | 13 - code/modules/clothing/head/helmet.dm | 11 +- code/modules/clothing/head/jobs.dm | 4 +- .../clothing/outfits/ert/frontiersmen_ert.dm | 111 ++++++-- .../clothing/outfits/factions/frontiersmen.dm | 59 ++-- code/modules/clothing/spacesuits/hardsuit.dm | 13 - code/modules/clothing/suits/armor.dm | 30 +- code/modules/clothing/under/jobs/security.dm | 6 +- .../mob/living/simple_animal/corpse.dm | 6 +- .../boxes_magazines/internal/shotgun.dm | 3 + .../projectiles/guns/ballistic/shotgun.dm | 38 +++ .../reagents/reagent_containers/glass.dm | 4 + .../clothing/faction/frontiersmen/belt.dmi | Bin 0 -> 640 bytes .../clothing/faction/frontiersmen/head.dmi | Bin 0 -> 2006 bytes .../clothing/faction/frontiersmen/mask.dmi | Bin 0 -> 450 bytes .../clothing/faction/frontiersmen/suits.dmi | Bin 0 -> 2894 bytes .../faction/frontiersmen/uniforms.dmi | Bin 0 -> 2085 bytes icons/mob/clothing/mask.dmi | Bin 56953 -> 56952 bytes .../clothing/faction/frontiersmen/belt.dmi | Bin 0 -> 473 bytes .../clothing/faction/frontiersmen/head.dmi | Bin 0 -> 1379 bytes .../clothing/faction/frontiersmen/mask.dmi | Bin 0 -> 406 bytes .../clothing/faction/frontiersmen/suits.dmi | Bin 0 -> 1194 bytes .../faction/frontiersmen/uniforms.dmi | Bin 0 -> 859 bytes shiptest.dme | 3 +- 35 files changed, 523 insertions(+), 154 deletions(-) create mode 100644 code/modules/clothing/factions/frontiersmen.dm create mode 100644 icons/mob/clothing/faction/frontiersmen/belt.dmi create mode 100644 icons/mob/clothing/faction/frontiersmen/head.dmi create mode 100644 icons/mob/clothing/faction/frontiersmen/mask.dmi create mode 100644 icons/mob/clothing/faction/frontiersmen/suits.dmi create mode 100644 icons/mob/clothing/faction/frontiersmen/uniforms.dmi create mode 100644 icons/obj/clothing/faction/frontiersmen/belt.dmi create mode 100644 icons/obj/clothing/faction/frontiersmen/head.dmi create mode 100644 icons/obj/clothing/faction/frontiersmen/mask.dmi create mode 100644 icons/obj/clothing/faction/frontiersmen/suits.dmi create mode 100644 icons/obj/clothing/faction/frontiersmen/uniforms.dmi diff --git a/_maps/RandomRuins/JungleRuins/jungle_cavecrew.dmm b/_maps/RandomRuins/JungleRuins/jungle_cavecrew.dmm index 2f671753e72c..5c4e6c34e7a1 100644 --- a/_maps/RandomRuins/JungleRuins/jungle_cavecrew.dmm +++ b/_maps/RandomRuins/JungleRuins/jungle_cavecrew.dmm @@ -558,7 +558,7 @@ /area/overmap_encounter/planetoid/cave/explored) "gF" = ( /obj/structure/closet/cabinet, -/obj/item/clothing/under/rank/security/officer/frontier/officer, +/obj/item/clothing/under/frontiersmen/officer, /obj/item/clothing/suit/armor/frontier, /obj/item/clothing/head/beret/sec/frontier/officer, /turf/open/floor/carpet/red_gold, @@ -1671,7 +1671,7 @@ /obj/effect/turf_decal/siding/wood{ dir = 5 }, -/obj/item/clothing/under/rank/security/officer/frontier, +/obj/item/clothing/under/frontiersmen, /obj/item/clothing/head/beret/sec/frontier, /obj/machinery/light_switch{ pixel_y = 21; @@ -3244,7 +3244,7 @@ /obj/structure/closet/cabinet, /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/item/clothing/under/rank/security/officer/frontier, +/obj/item/clothing/under/frontiersmen, /obj/item/clothing/head/beret/sec/frontier, /obj/item/clothing/under/misc/pj/blue, /obj/machinery/light/small/broken/directional/north, @@ -3931,9 +3931,9 @@ }, /obj/effect/turf_decal/industrial/outline/yellow, /obj/effect/decal/cleanable/cobweb, -/obj/item/clothing/under/rank/security/officer/frontier, -/obj/item/clothing/under/rank/security/officer/frontier, -/obj/item/clothing/under/rank/security/officer/frontier, +/obj/item/clothing/under/frontiersmen, +/obj/item/clothing/under/frontiersmen, +/obj/item/clothing/under/frontiersmen, /obj/item/clothing/suit/armor/vest/bulletproof/frontier, /obj/item/clothing/suit/armor/vest/bulletproof/frontier, /obj/item/clothing/suit/armor/vest/bulletproof/frontier, diff --git a/_maps/RandomRuins/LavaRuins/lavaland_crashed_starwalker.dmm b/_maps/RandomRuins/LavaRuins/lavaland_crashed_starwalker.dmm index 0ec6b870a0a3..138b1e9d31ed 100644 --- a/_maps/RandomRuins/LavaRuins/lavaland_crashed_starwalker.dmm +++ b/_maps/RandomRuins/LavaRuins/lavaland_crashed_starwalker.dmm @@ -2249,7 +2249,7 @@ /turf/open/floor/plasteel, /area/ruin/unpowered/crashed_starwalker) "Kq" = ( -/obj/item/clothing/under/rank/security/officer/frontier, +/obj/item/clothing/under/frontiersmen/officer, /turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit, /area/overmap_encounter/planetoid/lava/explored) "Ks" = ( @@ -2646,7 +2646,7 @@ /obj/structure/cable/yellow{ icon_state = "5-6" }, -/obj/item/clothing/under/rank/security/officer/frontier, +/obj/item/clothing/under/frontiersmen/officer, /turf/open/floor/pod, /area/ruin/unpowered/crashed_starwalker) "Rg" = ( diff --git a/_maps/shuttles/pirate/pirate_tortuga.dmm b/_maps/shuttles/pirate/pirate_tortuga.dmm index e6aea0c42ff8..1f94be7c5b03 100644 --- a/_maps/shuttles/pirate/pirate_tortuga.dmm +++ b/_maps/shuttles/pirate/pirate_tortuga.dmm @@ -3015,13 +3015,13 @@ "Op" = ( /obj/effect/turf_decal/siding/wood, /obj/structure/closet/cabinet, -/obj/item/clothing/under/rank/security/officer/frontier/officer{ +/obj/item/clothing/under/frontiersmen/officer{ pixel_x = -5 }, /obj/item/clothing/shoes/jackboots{ pixel_y = -13 }, -/obj/item/clothing/head/caphat/frontier{ +/obj/item/clothing/head/frontier/peaked{ pixel_y = 9 }, /obj/item/clothing/suit/armor/frontier{ @@ -3030,10 +3030,10 @@ /obj/item/clothing/suit/armor/frontier{ pixel_x = 8 }, -/obj/item/clothing/under/rank/security/officer/frontier/officer{ +/obj/item/clothing/under/frontiersmen/officer{ pixel_x = -5 }, -/obj/item/clothing/head/caphat/frontier{ +/obj/item/clothing/head/frontier/peaked{ pixel_y = 9 }, /obj/item/clothing/shoes/jackboots{ @@ -3515,17 +3515,17 @@ /area/ship/crew/canteen) "Vg" = ( /obj/structure/closet/cabinet, -/obj/item/clothing/under/rank/security/officer/frontier{ +/obj/item/clothing/under/frontiersmen{ pixel_x = -7 }, -/obj/item/clothing/under/rank/security/officer/frontier{ +/obj/item/clothing/under/frontiersmen{ pixel_x = -4 }, -/obj/item/clothing/under/rank/security/officer/frontier, -/obj/item/clothing/under/rank/security/officer/frontier{ +/obj/item/clothing/under/frontiersmen, +/obj/item/clothing/under/frontiersmen{ pixel_x = 4 }, -/obj/item/clothing/under/rank/security/officer/frontier{ +/obj/item/clothing/under/frontiersmen{ pixel_x = 8 }, /obj/item/clothing/shoes/jackboots{ diff --git a/_maps/shuttles/syndicate/syndicate_litieguai.dmm b/_maps/shuttles/syndicate/syndicate_litieguai.dmm index 1330108a6874..a7e6bb4dbcf5 100644 --- a/_maps/shuttles/syndicate/syndicate_litieguai.dmm +++ b/_maps/shuttles/syndicate/syndicate_litieguai.dmm @@ -1410,9 +1410,9 @@ name = "armor locker"; req_access_txt = "5" }, -/obj/item/clothing/suit/armor/vest/marine/trauma, -/obj/item/clothing/suit/armor/vest/marine/trauma, -/obj/item/clothing/suit/armor/vest/marine/trauma, +/obj/item/clothing/suit/armor/vest/trauma, +/obj/item/clothing/suit/armor/vest/trauma, +/obj/item/clothing/suit/armor/vest/trauma, /obj/item/clothing/head/helmet/medical, /obj/item/clothing/head/helmet/medical, /obj/item/clothing/head/helmet/medical, diff --git a/_maps/shuttles/syndicate/syndicate_twinkleshine.dmm b/_maps/shuttles/syndicate/syndicate_twinkleshine.dmm index 7bf283492efc..6d0b0b423e61 100644 --- a/_maps/shuttles/syndicate/syndicate_twinkleshine.dmm +++ b/_maps/shuttles/syndicate/syndicate_twinkleshine.dmm @@ -1377,7 +1377,7 @@ /obj/item/clothing/under/syndicate/medic/skirt, /obj/item/clothing/under/syndicate/medic, /obj/item/clothing/head/helmet/medical, -/obj/item/clothing/suit/armor/vest/marine/trauma, +/obj/item/clothing/suit/armor/vest/trauma, /obj/item/storage/belt/medical, /obj/item/storage/belt/medical/webbing, /obj/item/clothing/gloves/color/latex/nitrile/evil, @@ -5020,7 +5020,7 @@ /obj/item/clothing/under/syndicate/medic/skirt, /obj/item/clothing/under/syndicate/medic, /obj/item/clothing/head/helmet/medical, -/obj/item/clothing/suit/armor/vest/marine/trauma, +/obj/item/clothing/suit/armor/vest/trauma, /obj/item/antag_spawner/nuke_ops/borg_tele/medical/unlocked, /obj/item/storage/belt/medical, /obj/item/storage/belt/medical/webbing, @@ -5608,14 +5608,6 @@ /area/ship/security) "Gm" = ( /obj/structure/rack, -/obj/item/gun/ballistic/automatic/ebr/no_mag{ - pixel_x = -16; - pixel_y = 7; - }, -/obj/item/gun/ballistic/automatic/ebr/no_mag{ - pixel_x = -9; - pixel_y = 2; - }, /obj/item/ammo_box/magazine/ebr{ pixel_x = 10; pixel_y = -1 @@ -5630,6 +5622,11 @@ /obj/item/ammo_box/magazine/ebr{ pixel_y = -2 }, +/obj/item/gun/ballistic/automatic/ebr/no_mag{ + pixel_x = -7; + pixel_y = 4 + }, +/obj/item/gun/ballistic/automatic/ebr/no_mag, /turf/open/floor/mineral/plastitanium, /area/ship/security/armory) "Gn" = ( @@ -7501,11 +7498,11 @@ /obj/structure/rack, /obj/item/gun/ballistic/shotgun/bulldog/no_mag{ pixel_x = -7; - pixel_y = 7; + pixel_y = 7 }, /obj/item/gun/ballistic/shotgun/bulldog/no_mag{ pixel_y = -3; - pixel_x = 2; + pixel_x = 2 }, /obj/machinery/light/directional/north, /obj/item/ammo_box/magazine/m12g{ @@ -8838,14 +8835,14 @@ /obj/structure/rack, /obj/item/gun/ballistic/automatic/smg/c20r/no_mag{ pixel_x = 2; - pixel_y = 8; + pixel_y = 8 }, /obj/item/gun/ballistic/automatic/smg/c20r/no_mag{ - pixel_y = 3; + pixel_y = 3 }, /obj/item/gun/ballistic/automatic/smg/c20r/no_mag{ pixel_y = -2; - pixel_x = 3; + pixel_x = 3 }, /obj/item/ammo_box/magazine/smgm45, /obj/item/ammo_box/magazine/smgm45, diff --git a/code/datums/ert.dm b/code/datums/ert.dm index ff11057704c4..0c5227e41074 100644 --- a/code/datums/ert.dm +++ b/code/datums/ert.dm @@ -257,10 +257,16 @@ /datum/ert/frontier/assault leader_role = /datum/antagonist/ert/frontier/leader - roles = list(/datum/antagonist/ert/frontier, /datum/antagonist/ert/frontier/medic, /datum/antagonist/ert/frontier/engineer) + roles = list(/datum/antagonist/ert/frontier/better, /datum/antagonist/ert/frontier/medic, /datum/antagonist/ert/frontier/engineer) rename_team = "Assault Frontiersmen Team" polldesc = "a well armed squad of pirates" +/datum/ert/frontier/unarmed //use for finer control of pirate's armaments + leader_role = /datum/antagonist/ert/frontier/leader/unnarmed + roles = list(/datum/antagonist/ert/frontier/unnarmed) + rename_team = "Unnarmed Frontiersmen Team" + polldesc = "a custom squad of pirates" + /datum/ert/independent teamsize = 3 opendoors = FALSE diff --git a/code/game/objects/items/flamethrower.dm b/code/game/objects/items/flamethrower.dm index 6a1e439422a4..813e53111f61 100644 --- a/code/game/objects/items/flamethrower.dm +++ b/code/game/objects/items/flamethrower.dm @@ -183,9 +183,9 @@ update_appearance() #define REQUIRED_POWER_TO_FIRE_FLAMETHROWER 10 -#define FLAMETHROWER_POWER_MULTIPLIER 0.5 -#define FLAMETHROWER_RANGE 4 -#define FLAMETHROWER_RELEASE_AMOUNT 8 +#define FLAMETHROWER_POWER_MULTIPLIER 0.8 +#define FLAMETHROWER_RANGE 5 +#define FLAMETHROWER_RELEASE_AMOUNT 5 /obj/item/flamethrower/proc/flame_turf(target) if(!beaker) diff --git a/code/game/objects/items/storage/belt.dm b/code/game/objects/items/storage/belt.dm index 0e2a945de0be..802eeee2d45f 100644 --- a/code/game/objects/items/storage/belt.dm +++ b/code/game/objects/items/storage/belt.dm @@ -248,6 +248,16 @@ new /obj/item/hypospray/mkii(src) update_appearance() +/obj/item/storage/belt/medical/webbing/surgery/PopulateContents() + new /obj/item/scalpel(src) + new /obj/item/circular_saw(src) + new /obj/item/surgicaldrill(src) + new /obj/item/retractor(src) + new /obj/item/cautery(src) + new /obj/item/hemostat(src) + new /obj/item/hypospray/mkii(src) + update_appearance() + /obj/item/storage/belt/security name = "security belt" desc = "Can hold security gear like handcuffs and flashes." diff --git a/code/game/objects/items/storage/boxes.dm b/code/game/objects/items/storage/boxes.dm index 5b817cbba675..3cd1e72192ee 100644 --- a/code/game/objects/items/storage/boxes.dm +++ b/code/game/objects/items/storage/boxes.dm @@ -124,8 +124,12 @@ var/radio_type = /obj/item/radio /obj/item/storage/box/survival/PopulateContents() - new mask_type(src) - new radio_type(src) + if(!isnull(mask_type)) + new mask_type(src) + + if(!isnull(radio_type)) + new radio_type(src) + if(!isnull(medipen_type)) new medipen_type(src) @@ -165,10 +169,12 @@ /obj/item/storage/box/survival/clip/balaclava mask_type = /obj/item/clothing/mask/gas/sechailer/balaclava - -/obj/item/storage/box/survival/clip/balaclava internal_type = /obj/item/tank/internals/emergency_oxygen/double +/obj/item/storage/box/survival/frontier + mask_type = null // we spawn in gas masks in frontiersmen bags alongside this, so it isn't nessary + internal_type = /obj/item/tank/internals/emergency_oxygen //frontiersmen dont + /obj/item/storage/box/gloves name = "box of latex gloves" desc = "Contains sterile latex gloves." diff --git a/code/modules/antagonists/ert/frontiersmen.dm b/code/modules/antagonists/ert/frontiersmen.dm index 3c76dcebed9c..d6a1a5182cf0 100644 --- a/code/modules/antagonists/ert/frontiersmen.dm +++ b/code/modules/antagonists/ert/frontiersmen.dm @@ -26,6 +26,9 @@ outfit = /datum/outfit/job/frontiersmen/ert/leader role = "Officer" +/datum/antagonist/ert/frontier/leader/unnarmed + outfit = /datum/outfit/job/frontiersmen/ert/leader/unnarmed + /datum/antagonist/ert/frontier/medic name = "Frontiersmen Medic" outfit = /datum/outfit/job/frontiersmen/ert/medic @@ -35,3 +38,11 @@ name = "Frontiersmen Engineer" outfit = /datum/outfit/job/frontiersmen/ert/engineer role = "Sapper" + +/datum/antagonist/ert/frontier/better + name = "Frontiersmen Grunt" + outfit = /datum/outfit/job/frontiersmen/ert/grunt/skm + +/datum/antagonist/ert/frontier/unnarmed + name = "Frontiersmen Grunt" + outfit = /datum/outfit/job/frontiersmen/ert/grunt diff --git a/code/modules/clothing/factions/frontiersmen.dm b/code/modules/clothing/factions/frontiersmen.dm new file mode 100644 index 000000000000..9bac6c40a004 --- /dev/null +++ b/code/modules/clothing/factions/frontiersmen.dm @@ -0,0 +1,260 @@ +////////////// +//Jumpsuits// +///////////// + +/obj/item/clothing/under/frontiersmen + name = "\improper frontiersmen uniform" + desc = "Fatigues worn by members of the Frontiersmen pirate fleet. Its poor-quality linen is very uncomfortable to move around in." + icon_state = "frontier" + item_state = "frontier" + can_adjust = FALSE + icon = 'icons/obj/clothing/faction/frontiersmen/uniforms.dmi' + mob_overlay_icon = 'icons/mob/clothing/faction/frontiersmen/uniforms.dmi' + +/obj/item/clothing/under/frontiersmen/deckhand + name = "\improper deckhand jumpsuit" + desc = "A cheap olive-green jumpsuit used by the Frontiersmen on their vessels. It has an old smell permeating it." + icon_state = "frontier_deckhand" + item_state = "frontier_deckhand" + +/obj/item/clothing/under/frontiersmen/fireproof + name = "\improper fireproof frontiersmen fatigues" + desc = "An all-black set of fatigues worn by the flamethrower units of the Frontiersmen. It feels oddly itchy when worn..." + icon_state = "frontier_fireproof" + item_state = "frontier_fireproof" + armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 100, "acid" = 100) + resistance_flags = FIRE_PROOF + +/obj/item/clothing/under/frontiersmen/officer + name = "\improper Frontiersmen officer's uniform" + desc = "Worn by officers of the Frontiersmen pirate fleet. It's less comfortable than it looks." + icon_state = "frontier_officer" + +/obj/item/clothing/under/frontiersmen/admiral + name = "\improper frontiersmen admiral uniform" + desc = "Worn by admirals of the Frontiersmen pirate fleet, adorned with a tasteful amount of gold and completed with a very-stylish all-white aesthetic. Quite snobby for a bunch of pirates." + icon_state = "frontier_admiral" + item_state = "frontier_admiral" + +//////////////////// +//Unarmored suits// +/////////////////// + +/obj/item/clothing/suit/frontiersmen + name = "frontiersmen smock" + desc = "A basic white surgical apron worn by the Frontiersmen. It seems it could stain very easily..." + icon_state = "frontier_surgery" + icon = 'icons/obj/clothing/faction/frontiersmen/suits.dmi' + mob_overlay_icon = 'icons/mob/clothing/faction/frontiersmen/suits.dmi' + +////////////////// +//Armored suits// +///////////////// + +/obj/item/clothing/suit/armor/vest/bulletproof/frontier + name = "\improper Frontiersmen bulletproof armor" + desc = "A scrap piece of armor made of disused protective plates. This one was used to protect the squishy bits of a Frontiersman, once." + icon_state = "frontier_armor" + icon = 'icons/obj/clothing/faction/frontiersmen/suits.dmi' + mob_overlay_icon = 'icons/mob/clothing/faction/frontiersmen/suits.dmi' + blood_overlay_type = "armor" + +/obj/item/clothing/suit/armor/vest/marine/frontier + name = "light tactical armor vest" + desc = "A bulky set of stamped plasteel armor plates, coated with the intimidating grey of the Frontiersmen. If you have the time to inspect this vest, either you are about to die, or you have killed the one who wore it originally." + icon_state = "marine_frontier" + item_state = "armor" + icon = 'icons/obj/clothing/faction/frontiersmen/suits.dmi' + mob_overlay_icon = 'icons/mob/clothing/faction/frontiersmen/suits.dmi' + +/obj/item/clothing/suit/armor/frontier + name = "reinforced fur coat" + desc = "A stiff olive-green coat, meant for frigid conditions. Commonly worn by Frontiersmen command." + icon_state = "frontier_coat" + body_parts_covered = CHEST|GROIN|ARMS + cold_protection = CHEST|GROIN|ARMS + heat_protection = CHEST|GROIN|ARMS + icon_state = "frontier_coat" + item_state = "frontier_coat" + blood_overlay_type = "coat" + armor = list("melee" = 35, "bullet" = 30, "laser" = 30, "energy" = 40, "bomb" = 25, "bio" = 0, "rad" = 0, "fire" = 50, "acid" = 50) + icon = 'icons/obj/clothing/faction/frontiersmen/suits.dmi' + mob_overlay_icon = 'icons/mob/clothing/faction/frontiersmen/suits.dmi' + +/obj/item/clothing/suit/armor/frontier/fireproof + name = "frontiersmen fireproof coat" + desc = "A stiff olive-green coat, used particularly by Frontiersmen flame troopers. It seems to be lined with asbestos, to provide maximum heat and fire deterrence... At the cost of comfort. And mesothelioma." + icon_state = "frontier_fireproof_suit" + armor = list("melee" = 35, "bullet" = 30, "laser" = 30, "energy" = 40, "bomb" = 25, "bio" = 0, "rad" = 0, "fire" = 100, "acid" = 100) + w_class = WEIGHT_CLASS_BULKY + gas_transfer_coefficient = 0.9 + permeability_coefficient = 0.5 + body_parts_covered = CHEST|GROIN|LEGS|FEET|ARMS|HANDS + slowdown = 0.5 + clothing_flags = STOPSPRESSUREDAMAGE | THICKMATERIAL + heat_protection = CHEST|GROIN|LEGS|FEET|ARMS|HANDS + max_heat_protection_temperature = FIRE_SUIT_MAX_TEMP_PROTECT + cold_protection = CHEST|GROIN|LEGS|FEET|ARMS|HANDS + min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT + allowed = list(/obj/item/flashlight, /obj/item/tank/internals, /obj/item/tank/internals/plasmaman, /obj/item/extinguisher, /obj/item/crowbar) + +/////////////// +//Spacesuits// +////////////// + +/obj/item/clothing/head/helmet/space/hardsuit/security/independent/frontier + name = "\improper Frontiersmen hardsuit helmet" + desc = "An old hardsuit helmet based on a even older hardsuit helmet. Used prolifically by the Frontiersmen pirate fleet." + icon_state = "hardsuit0-frontier" + icon = 'icons/obj/clothing/faction/frontiersmen/head.dmi' + mob_overlay_icon = 'icons/mob/clothing/faction/frontiersmen/head.dmi' + hardsuit_type = "frontier" + +/obj/item/clothing/suit/space/hardsuit/security/independent/frontier + name = "\improper Frontiersmen hardsuit" + desc = "An old hardsuit based on a even older hardsuit. Used prolifically by the Frontiersmen pirate fleet." + icon_state = "hardsuit_frontier" + hardsuit_type = "hardsuit_frontier" + icon = 'icons/obj/clothing/faction/frontiersmen/suits.dmi' + mob_overlay_icon = 'icons/mob/clothing/faction/frontiersmen/suits.dmi' + helmettype = /obj/item/clothing/head/helmet/space/hardsuit/security/independent/frontier + +///////// +//Hats// +//////// + +/obj/item/clothing/head/soft/frontiersmen + name = "frontiersman cap" + desc = "An olive-green and grey baseball hat, worn by cargo technicians working under the Frontiersmen. Even they have the rights for a cool cap!" + icon_state = "frontiersoft" + soft_type = "frontiersmen" + icon = 'icons/obj/clothing/faction/frontiersmen/head.dmi' + mob_overlay_icon = 'icons/mob/clothing/faction/frontiersmen/head.dmi' + +/obj/item/clothing/head/beret/sec/frontier + name = "\improper Frontiersmen beret" + desc = "A scratchy olive green beret, worn by Frontiersmen who want to look good while intimidating freighter crew." + icon_state = "frontier_beret" + icon = 'icons/obj/clothing/faction/frontiersmen/head.dmi' + mob_overlay_icon = 'icons/mob/clothing/faction/frontiersmen/head.dmi' + +/obj/item/clothing/head/beret/sec/frontier/officer + name = "\improper Frontiersmen officer beret" + desc = "A scratchy olive green beret emblazoned with the Frontiersmen insignia, worn by Frontiersmen who want to look good while intimidating freighter captains." + icon_state = "frontier_officer_beret" + armor = list("melee" = 10, "bullet" = 10, "laser" = 10, "energy" = 10, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 50, "acid" = 50) + +/obj/item/clothing/head/frontier + name = "frontier surgical cap" + desc = "A white surgical cap used by the quite uncommon doctors part of the Frontiersmen." + icon_state = "frontier_surgery" + icon = 'icons/obj/clothing/faction/frontiersmen/head.dmi' + mob_overlay_icon = 'icons/mob/clothing/faction/frontiersmen/head.dmi' + +/obj/item/clothing/head/hardhat/frontier + name = "faded white hard hat" + desc = "A grimy white hardhat used by the mechanics and engineers of the Frontiersmen fleet. Smells old." + icon_state = "frontier_hardhat" + icon = 'icons/obj/clothing/faction/frontiersmen/head.dmi' + mob_overlay_icon = 'icons/mob/clothing/faction/frontiersmen/head.dmi' + +/obj/item/clothing/head/frontier/peaked + name = "\improper frontiersmen commander's cap" + desc = "An imposing peaked cap, meant for a commander of the Frontiersmen." + icon_state = "frontier_cap" + +/obj/item/clothing/head/frontier/admiral + name = "\improper frontiersmen admiral's cap" + desc = "An imposing peaked cap meant for only the highest of officers of the Frontiersmen pirate fleet." + icon_state = "frontier_admiral_cap" + +/obj/item/clothing/head/helmet/bulletproof/x11/frontier + name = "\improper frontiersmen X-11 helmet" + desc = "A heavily modified X-11 pattern helmet used by the Frontiersmen pirate fleet." + icon_state = "x11helm_frontier" + unique_reskin = null + +/obj/item/clothing/head/helmet/bulletproof/x11/frontier/fireproof + name = "\improper fireproof frontiersmen X-11 helmet" + desc = "A subtly but helpful modifcation of the Frontiersmen X11 to make it fireproof." + heat_protection = HEAD + max_heat_protection_temperature = FIRE_HELM_MAX_TEMP_PROTECT + cold_protection = HEAD + min_cold_protection_temperature = FIRE_HELM_MIN_TEMP_PROTECT + resistance_flags = FIRE_PROOF + armor = list("melee" = 15, "bullet" = 60, "laser" = 10, "energy" = 10, "bomb" = 40, "bio" = 0, "rad" = 0, "fire" = 100, "acid" = 50) + +/obj/item/clothing/head/helmet/marine/frontier + name = "frontiersmen reinforced helmet" + desc = "A reinforced Frontiersmen X-11. The front plate has a small window to let the user see." + icon_state = "marine_frontier" + icon = 'icons/obj/clothing/faction/frontiersmen/head.dmi' + mob_overlay_icon = 'icons/mob/clothing/faction/frontiersmen/head.dmi' + +//////////// +//Glasses// +/////////// + +////////// +//Masks// +///////// + +/obj/item/clothing/mask/gas/frontiersmen + name = "sack gas mask" + desc = "A gas mask that can be connected to an air supply. It's made out of sack, but still works just as good for protecting you." + icon_state = "gasmask_frontier" + icon = 'icons/obj/clothing/faction/frontiersmen/mask.dmi' + mob_overlay_icon = 'icons/mob/clothing/faction/frontiersmen/mask.dmi' + resistance_flags = FIRE_PROOF + +////////// +//Neck// +///////// + +////////// +//Belts// +///////// + +/obj/item/storage/belt/security/military/frontiersmen + name = "leather bandolier" + desc = "A rudimentary leather bandolier, utilized by both independents and frontiersmen alike. Usually slung diagonally, from the shoulder to the waist." + icon_state = "frontierwebbing" + item_state = "frontierwebbing" + icon = 'icons/obj/clothing/faction/frontiersmen/belt.dmi' + mob_overlay_icon = 'icons/mob/clothing/faction/frontiersmen/belt.dmi' + + unique_reskin = null + +/obj/item/storage/belt/medical/webbing/frontiersmen + name = "leather medical bandolier" + desc = "A rudimentary leather bandolier, utilized by both independents and frontiersmen alike. This one is painted white, usually to be worn by a medic." + icon_state = "frontiermedicalwebbing" + item_state = "frontiermedicalwebbing" + icon = 'icons/obj/clothing/faction/frontiersmen/belt.dmi' + mob_overlay_icon = 'icons/mob/clothing/faction/frontiersmen/belt.dmi' + +/obj/item/storage/belt/medical/webbing/frontiersmen/surgery/PopulateContents() + new /obj/item/scalpel(src) + new /obj/item/circular_saw(src) + new /obj/item/surgicaldrill(src) + new /obj/item/retractor(src) + new /obj/item/cautery(src) + new /obj/item/hemostat(src) + new /obj/item/hypospray/mkii(src) + update_appearance() + + +/obj/item/storage/belt/security/military/frontiersmen/skm_ammo/PopulateContents() + for(var/i in 1 to 4) + new /obj/item/ammo_box/magazine/skm_762_40(src) + new /obj/item/grenade/frag(src) + +/obj/item/storage/belt/security/military/frontiersmen/aps_mp_ammo/PopulateContents() //replace with spitter. remind me. + for(var/i in 1 to 4) + new /obj/item/ammo_box/magazine/pistolm9mm(src) + new /obj/item/grenade/frag(src) + +/obj/item/storage/belt/security/military/frontiersmen/flamer/PopulateContents() + for(var/i in 1 to 4) + new /obj/item/reagent_containers/glass/beaker/large/napalm(src) + new /obj/item/grenade/frag(src) diff --git a/code/modules/clothing/head/berets.dm b/code/modules/clothing/head/berets.dm index 8d6f97eb4bd2..9d3ca21ed4f0 100644 --- a/code/modules/clothing/head/berets.dm +++ b/code/modules/clothing/head/berets.dm @@ -214,19 +214,6 @@ desc = "A snow white beret with an air of distinction around it, emblazoned with the golden shield of the IRMG as the badge." icon_state = "inteq_honorable_beret" -// Frontier - -/obj/item/clothing/head/beret/sec/frontier - name = "\improper Frontiersmen beret" - desc = "A scratchy olive green beret, worn by Frontiersmen who want to look good while intimidating freighter crew." - icon_state = "frontier_beret" - -/obj/item/clothing/head/beret/sec/frontier/officer - name = "\improper Frontiersmen officer beret" - desc = "A scratchy olive green beret emblazoned with the Frontiersmen insignia, worn by Frontiersmen who want to look good while intimidating freighter captains." - icon_state = "frontier_officer_beret" - - // CentCom /obj/item/clothing/head/beret/centcom_formal diff --git a/code/modules/clothing/head/helmet.dm b/code/modules/clothing/head/helmet.dm index 6648f6341196..352349783bae 100644 --- a/code/modules/clothing/head/helmet.dm +++ b/code/modules/clothing/head/helmet.dm @@ -230,10 +230,11 @@ /obj/item/clothing/head/helmet/marine name = "tactical combat helmet" - desc = "A tactical black helmet, sealed from outside hazards with a plate of reinforced glass." + desc = "A tactical black helmet, sealed from outside hazards with a reinforced visor." icon_state = "marine_command" item_state = "helmetalt" - armor = list("melee" = 50, "bullet" = 50, "laser" = 30, "energy" = 25, "bomb" = 50, "bio" = 100, "fire" = 40, "acid" = 50) + armor = list("melee" = 50, "bullet" = 75, "laser" = 55, "energy" = 25, "bomb" = 60, "bio" = 100, "fire" = 70, "acid" = 50) + slowdown = 0.3 min_cold_protection_temperature = SPACE_HELM_MIN_TEMP_PROTECT clothing_flags = STOPSPRESSUREDAMAGE resistance_flags = FIRE_PROOF | ACID_PROOF @@ -588,9 +589,3 @@ "Snow" = "x11helm_snow", "Urban" = "x11helm_urban", ) - -/obj/item/clothing/head/helmet/bulletproof/x11/frontier - name = "\improper Frontiersmen X11 Helmet" - desc = "A heavily modified X11 used by the Frontiersmen pirate fleet." - icon_state = "x11helm_frontier" - unique_reskin = null diff --git a/code/modules/clothing/head/jobs.dm b/code/modules/clothing/head/jobs.dm index f81b5a8b8259..994cc6042ef2 100644 --- a/code/modules/clothing/head/jobs.dm +++ b/code/modules/clothing/head/jobs.dm @@ -37,12 +37,12 @@ name = "captain's hat" icon_state = "captain_nt" -/obj/item/clothing/head/caphat/frontier +/obj/item/clothing/head/frontier/peaked name = "\improper Frontiersmen commander's cap" desc = "An imposing peaked cap, meant for a commander of the Frontiersmen." icon_state = "frontier_cap" -/obj/item/clothing/head/caphat/frontier/admiral +/obj/item/clothing/head/frontier/peaked/admiral name = "\improper Frontiersmen admiral's cap" desc = "An imposing peaked cap meant for only the highest of officers of the Frontiersmen pirate fleet." icon_state = "frontier_admiral_cap" diff --git a/code/modules/clothing/outfits/ert/frontiersmen_ert.dm b/code/modules/clothing/outfits/ert/frontiersmen_ert.dm index 967f7d01ebe7..b3a2b20f687c 100644 --- a/code/modules/clothing/outfits/ert/frontiersmen_ert.dm +++ b/code/modules/clothing/outfits/ert/frontiersmen_ert.dm @@ -1,11 +1,10 @@ -/datum/outfit/job/frontiersmen/ert +/datum/outfit/job/frontiersmen/ert //most basic of grunts name = "ERT - Frontiersman Basic" - head = /obj/item/clothing/head/beret/sec/frontier - mask = /obj/item/clothing/mask/gas/sechailer/balaclava + head = /obj/item/clothing/head/helmet/bulletproof/x11/frontier suit = /obj/item/clothing/suit/armor/vest/bulletproof/frontier suit_store = /obj/item/gun/ballistic/rifle/illestren - uniform = /obj/item/clothing/under/rank/security/officer/frontier + uniform = /obj/item/clothing/under/frontiersmen shoes = /obj/item/clothing/shoes/combat gloves = /obj/item/clothing/gloves/color/black ears = /obj/item/radio/headset/pirate/alt @@ -13,9 +12,10 @@ l_pocket = /obj/item/flashlight/seclite r_pocket = /obj/item/tank/internals/emergency_oxygen/double + box = /obj/item/storage/box/survival/frontier id = null // lol - backpack_contents = list(/obj/item/ammo_box/magazine/illestren_a850r=5, /obj/item/grenade/frag=1) + backpack_contents = list(/obj/item/clothing/mask/gas/frontiersmen, /obj/item/ammo_box/magazine/illestren_a850r=5, /obj/item/grenade/frag=1) /datum/outfit/job/frontiersmen/ert/random name = "ERT - Frontiersman Randomized" @@ -48,7 +48,7 @@ if(prob(30)) mask = pickweight(list( - /obj/item/clothing/mask/gas = 5, + /obj/item/clothing/mask/gas/frontiersmen = 5, /obj/item/clothing/mask/gas/sechailer/balaclava = 5, /obj/item/clothing/mask/breath = 5, /obj/item/clothing/mask/whistle = 3)) @@ -61,6 +61,7 @@ /obj/item/melee/baton/cattleprod/loaded = 5, /obj/item/reagent_containers/food/snacks/baguette = 2, // yes you can put this on your back /obj/item/deployable_turret_folded = 1, + /obj/item/gun/ballistic/automatic/hmg/skm_lmg/extended = 1, )) if(prob(90)) @@ -74,6 +75,8 @@ if("Doctor") backpack_contents += list(/obj/item/storage/firstaid/regular = 1) gloves = /obj/item/clothing/gloves/color/latex + suit = /obj/item/clothing/suit/frontiersmen + head = /obj/item/clothing/head/frontier if(prob(50)) belt = /obj/item/storage/belt/medical/surgery if(prob(30)) @@ -83,7 +86,16 @@ if(prob(10)) belt = /obj/item/storage/belt/grenade/full if("Ammo Carrier") - backpack_contents += list(/obj/item/ammo_box/a762_40 = 1) + var/loops = rand(1,3) + for(var/i in 1 to loops) + var/ammotype = pick(list( + /obj/item/ammo_box/c8x50mm_box, + /obj/item/ammo_box/c45, + /obj/item/ammo_box/a357_box, + /obj/item/ammo_box/c45, + /obj/item/ammo_box/a4570, + /obj/item/stock_parts/cell/gun/mini)) + backpack_contents += ammotype var/weapon = pick(list("Bolt-Action", "Pistol", "Melee")) switch(weapon) @@ -96,49 +108,78 @@ if("Pistol") r_hand = pick(list( /obj/item/gun/ballistic/automatic/pistol/disposable, - /obj/item/gun/ballistic/automatic/pistol, + /obj/item/gun/ballistic/automatic/pistol/candor, /obj/item/gun/ballistic/revolver/firebrand, + /obj/item/gun/ballistic/revolver/shadow, + /obj/item/gun/ballistic/shotgun/doublebarrel/beacon/presawn, /obj/item/gun/energy/e_gun/mini)) if(prob(30)) l_hand = pick(list( /obj/item/gun/ballistic/automatic/pistol/disposable, - /obj/item/gun/ballistic/automatic/pistol, + /obj/item/gun/ballistic/automatic/pistol/candor, /obj/item/gun/ballistic/revolver/firebrand, + /obj/item/gun/ballistic/revolver/shadow, + /obj/item/gun/ballistic/shotgun/doublebarrel/beacon/presawn, /obj/item/gun/energy/e_gun/mini)) if("Melee") r_hand = pickweight(list( - /obj/item/kitchen/knife = 15, + /obj/item/kitchen/knife/combat/survival = 15, /obj/item/melee/baseball_bat = 10, /obj/item/melee/roastingstick = 2, /obj/item/kitchen/fork = 1, /obj/item/melee/flyswatter = 1, )) +/datum/outfit/job/frontiersmen/ert/grunt //better armed, use for quick creating pirate ships + name = "ERT - Frontiersman Grunt (Unarmed)" + + suit_store = null + belt = /obj/item/storage/belt/security/military/frontiersmen + + backpack_contents = list(/obj/item/clothing/mask/gas/frontiersmen) + +/datum/outfit/job/frontiersmen/ert/grunt/skm + name = "ERT - Frontiersman Grunt (SKM-24)" + + suit_store = /obj/item/gun/ballistic/automatic/assault/skm + belt = /obj/item/storage/belt/security/military/frontiersmen/skm_ammo + +/datum/outfit/job/frontiersmen/ert/grunt/aps_mp //remember. Remind me to replace this with the spitter. + name = "ERT - Frontiersman Grunt (Stechkin APS)" + + suit_store = /obj/item/gun/ballistic/automatic/pistol/APS + belt = /obj/item/storage/belt/security/military/frontiersmen/aps_mp_ammo /datum/outfit/job/frontiersmen/ert/leader name = "ERT - Frontiersman Officer" - uniform = /obj/item/clothing/under/rank/security/officer/frontier/officer + uniform = /obj/item/clothing/under/frontiersmen/officer head = /obj/item/clothing/head/beret/sec/frontier/officer ears = /obj/item/radio/headset/pirate/alt/captain back = /obj/item/storage/backpack/satchel/leather suit = /obj/item/clothing/suit/armor/frontier - suit_store = /obj/item/gun/ballistic/revolver - belt = /obj/item/storage/belt/military/assault + suit_store = /obj/item/gun/ballistic/automatic/pistol/deagle + + backpack_contents = list(/obj/item/clothing/mask/gas/frontiersmen, /obj/item/ammo_box/magazine/m50=2, /obj/item/binoculars=1, /obj/item/kitchen/knife/combat/survival) + +/datum/outfit/job/frontiersmen/ert/leader/unnarmed + name = "ERT - Frontiersman Officer (Unnarmed)" + + suit_store = null - backpack_contents = list(/obj/item/ammo_box/a357=3, /obj/item/binoculars=1, /obj/item/kitchen/knife/combat/survival) + backpack_contents = list(/obj/item/clothing/mask/gas/frontiersmen, /obj/item/binoculars=1, /obj/item/kitchen/knife/combat/survival) /datum/outfit/job/frontiersmen/ert/medic name = "ERT - Frontiersman Medic" + head = /obj/item/clothing/head/frontier back = /obj/item/storage/backpack/medic mask = /obj/item/clothing/mask/surgical gloves = /obj/item/clothing/gloves/color/latex/nitrile - belt = /obj/item/storage/belt/medical/surgery - suit = null - suit_store = null + belt = /obj/item/storage/belt/medical/webbing/frontiersmen/surgery + suit_store = /obj/item/gun/ballistic/automatic/pistol/APS - backpack_contents = list(/obj/item/storage/firstaid/medical=1, /obj/item/reagent_containers/hypospray/medipen/stimpack=3) + backpack_contents = list(/obj/item/clothing/mask/gas/frontiersmen, /obj/item/storage/firstaid/medical=1, /obj/item/reagent_containers/hypospray/medipen/stimpack=3, /obj/item/ammo_box/magazine/pistolm9mm=2) /datum/outfit/job/frontiersmen/ert/engineer @@ -146,8 +187,38 @@ back = /obj/item/storage/backpack/industrial belt = /obj/item/storage/belt/utility/full - head = /obj/item/clothing/head/hardhat/weldhat + head = /obj/item/clothing/head/hardhat/frontier + glasses = /obj/item/clothing/glasses/welding suit_store = null - backpack_contents = list(/obj/item/grenade/c4=3, /obj/item/crowbar/large=1) + backpack_contents = list(/obj/item/clothing/mask/gas/frontiersmen, /obj/item/grenade/c4=3, /obj/item/crowbar/large=1) + +/datum/outfit/job/frontiersmen/ert/flamer + name = "ERT - Frontiersman Flame Trooper" + + head = /obj/item/clothing/head/helmet/bulletproof/x11/frontier/fireproof + mask = /obj/item/clothing/mask/gas/frontiersmen + suit = /obj/item/clothing/suit/armor/frontier/fireproof + suit_store = /obj/item/tank/internals/oxygen/red + uniform = /obj/item/clothing/under/frontiersmen/fireproof + gloves = /obj/item/clothing/gloves/combat + back = /obj/item/storage/backpack + belt = /obj/item/storage/belt/security/military/frontiersmen/flamer + + l_hand = /obj/item/flamethrower/full/tank + + backpack_contents = list(/obj/item/gun/ballistic/shotgun/doublebarrel/presawn=1,/obj/item/ammo_box/a12g=1,/obj/item/extinguisher=2,/obj/item/radio=1) + + +/datum/outfit/job/frontiersmen/ert/sentry_lmg + name = "ERT - Frontiersman Sentry (SKM-24v)" + + head = /obj/item/clothing/head/helmet/marine/frontier + mask = /obj/item/clothing/mask/gas/sechailer/balaclava + suit = /obj/item/clothing/suit/armor/vest/marine/frontier + suit_store = /obj/item/gun/ballistic/automatic/hmg/skm_lmg/drum_mag + gloves = /obj/item/clothing/gloves/combat + + belt = /obj/item/gun/ballistic/revolver/mateba + backpack_contents = list(/obj/item/ammo_box/magazine/skm_762_40/drum=2,/obj/item/ammo_box/a357=2,/obj/item/grenade/frag=1,/obj/item/radio=1) diff --git a/code/modules/clothing/outfits/factions/frontiersmen.dm b/code/modules/clothing/outfits/factions/frontiersmen.dm index e8119ddffac4..7045f5182188 100644 --- a/code/modules/clothing/outfits/factions/frontiersmen.dm +++ b/code/modules/clothing/outfits/factions/frontiersmen.dm @@ -3,7 +3,7 @@ // faction_icon = "bg_frontiersmen" - uniform = /obj/item/clothing/under/rank/security/officer/frontier + uniform = /obj/item/clothing/under/frontiersmen r_pocket = /obj/item/radio shoes = /obj/item/clothing/shoes/jackboots ears = /obj/item/radio/headset/pirate @@ -24,13 +24,14 @@ // Assistant /datum/outfit/job/frontiersmen/assistant - name = "Frontiersmen - Rookie" - id_assignment = "Rookie" + name = "Frontiersmen - Deckhand" + id_assignment = "Deckhand" job_icon = "assistant" jobtype = /datum/job/assistant + uniform = /obj/item/clothing/under/frontiersmen/deckhand head = /obj/item/clothing/head/beret/sec/frontier - shoes = /obj/item/clothing/shoes/sneakers/black // you do not get jackboots!!!! fuck you!!!! + shoes = /obj/item/clothing/shoes/workboots // Atmospheric Technician @@ -40,7 +41,7 @@ jobtype = /datum/job/atmos accessory = /obj/item/clothing/accessory/armband/engine - head = /obj/item/clothing/head/hardhat + head = /obj/item/clothing/head/hardhat/frontier // Cargo Technician @@ -50,9 +51,8 @@ jobtype = /datum/job/cargo_tech accessory = /obj/item/clothing/accessory/armband/cargo - suit = /obj/item/clothing/suit/hazardvest shoes = /obj/item/clothing/shoes/workboots - head = /obj/item/clothing/head/soft + head = /obj/item/clothing/head/soft/frontiersmen backpack_contents = list(/obj/item/modular_computer/tablet/preset/cargo) // Captain @@ -63,21 +63,21 @@ jobtype = /datum/job/captain ears = /obj/item/radio/headset/pirate/alt/captain - uniform = /obj/item/clothing/under/rank/security/officer/frontier/officer - head = /obj/item/clothing/head/caphat/frontier + uniform = /obj/item/clothing/under/frontiersmen/officer + head = /obj/item/clothing/head/frontier/peaked suit = /obj/item/clothing/suit/armor/frontier - shoes = /obj/item/clothing/shoes/cowboy/black + shoes = /obj/item/clothing/shoes/jackboots gloves = /obj/item/clothing/gloves/combat /datum/outfit/job/frontiersmen/captain/admiral name = "Frontiersmen - Admiral" id_assignment = "Admiral" - uniform = /obj/item/clothing/under/rank/security/officer/frontier/admiral - head = /obj/item/clothing/head/caphat/frontier/admiral - shoes = /obj/item/clothing/shoes/cowboy/white + uniform = /obj/item/clothing/under/frontiersmen/admiral + head = /obj/item/clothing/head/frontier/peaked/admiral + shoes = /obj/item/clothing/shoes/jackboots ears = /obj/item/radio/headset/pirate/captain - gloves = /obj/item/clothing/gloves/color/evening + gloves = /obj/item/clothing/gloves/combat suit = null // Chief Engineer @@ -89,8 +89,8 @@ accessory = /obj/item/clothing/accessory/armband/engine ears = /obj/item/radio/headset/pirate/captain - uniform = /obj/item/clothing/under/rank/security/officer/frontier/officer - head = /obj/item/clothing/head/hardhat/weldhat/white + uniform = /obj/item/clothing/under/frontiersmen/officer + head = /obj/item/clothing/head/hardhat/frontier shoes = /obj/item/clothing/shoes/combat gloves = /obj/item/clothing/gloves/combat belt = /obj/item/storage/belt/utility/full @@ -103,9 +103,8 @@ jobtype = /datum/job/engineer accessory = /obj/item/clothing/accessory/armband/engine - suit = /obj/item/clothing/suit/hazardvest shoes = /obj/item/clothing/shoes/workboots - head = /obj/item/clothing/head/hardhat + head = /obj/item/clothing/head/hardhat/frontier r_pocket = /obj/item/analyzer @@ -117,7 +116,7 @@ job_icon = "cook" jobtype = /datum/job/cook - uniform = /obj/item/clothing/under/rank/security/officer/frontier + uniform = /obj/item/clothing/under/frontiersmen head = /obj/item/clothing/head/chefhat suit = /obj/item/clothing/suit/apron/chef @@ -130,8 +129,8 @@ jobtype = /datum/job/head_of_personnel ears = /obj/item/radio/headset/pirate/alt - uniform = /obj/item/clothing/under/rank/security/officer/frontier/officer - shoes = /obj/item/clothing/shoes/cowboy/black + uniform = /obj/item/clothing/under/frontiersmen/officer + shoes = /obj/item/clothing/shoes/jackboots head = /obj/item/clothing/head/beret/sec/frontier/officer gloves = /obj/item/clothing/gloves/combat r_pocket = /obj/item/kitchen/knife/combat/survival @@ -144,12 +143,12 @@ jobtype = /datum/job/hos accessory = /obj/item/clothing/accessory/armband - uniform = /obj/item/clothing/under/rank/security/officer/frontier/officer + uniform = /obj/item/clothing/under/frontiersmen/officer head = /obj/item/clothing/head/beret/sec/frontier/officer suit = /obj/item/clothing/suit/armor/vest/bulletproof/frontier - shoes = /obj/item/clothing/shoes/cowboy/black + shoes = /obj/item/clothing/shoes/jackboots gloves = /obj/item/clothing/gloves/combat - backpack_contents = list(/obj/item/melee/baton/loaded=1) + backpack_contents = list(/obj/item/clothing/mask/gas/frontiersmen, /obj/item/melee/baton/loaded=1) suit_store = null // Security Officer @@ -161,16 +160,19 @@ jobtype = /datum/job/officer accessory = /obj/item/clothing/accessory/armband - mask = /obj/item/clothing/mask/gas/sechailer/balaclava suit = null - uniform = /obj/item/clothing/under/rank/security/officer/frontier + uniform = /obj/item/clothing/under/frontiersmen shoes = /obj/item/clothing/shoes/combat gloves = /obj/item/clothing/gloves/color/black ears = /obj/item/radio/headset/pirate/alt + box = /obj/item/storage/box/survival/frontier + l_pocket = /obj/item/flashlight/seclite r_pocket = /obj/item/tank/internals/emergency_oxygen/double + backpack_contents = list(/obj/item/clothing/mask/gas/frontiersmen) + // Medical Doctor /datum/outfit/job/frontiersmen/doctor @@ -180,6 +182,9 @@ jobtype = /datum/job/doctor accessory = /obj/item/clothing/accessory/armband/med - uniform = /obj/item/clothing/under/rank/security/officer/frontier + uniform = /obj/item/clothing/under/frontiersmen glasses = /obj/item/clothing/glasses/hud/health r_pocket = /obj/item/kitchen/knife/combat/survival + suit = /obj/item/clothing/suit/frontiersmen + head = /obj/item/clothing/head/frontier + belt = /obj/item/storage/belt/medical/webbing/frontiersmen diff --git a/code/modules/clothing/spacesuits/hardsuit.dm b/code/modules/clothing/spacesuits/hardsuit.dm index c07841cdba5a..7eaccd402e35 100644 --- a/code/modules/clothing/spacesuits/hardsuit.dm +++ b/code/modules/clothing/spacesuits/hardsuit.dm @@ -1073,12 +1073,6 @@ armor = list("melee" = 35, "bullet" = 25, "laser" = 20,"energy" = 40, "bomb" = 10, "bio" = 100, "rad" = 50, "fire" = 75, "acid" = 75) supports_variations = VOX_VARIATION -/obj/item/clothing/head/helmet/space/hardsuit/security/independent/frontier - name = "\improper Frontiersmen hardsuit helmet" - desc = "An old hardsuit helmet based on a even older hardsuit helmet. Used prolifically by the Frontiersmen pirate fleet." - icon_state = "hardsuit0-frontier" - hardsuit_type = "frontier" - /obj/item/clothing/suit/space/hardsuit/security/independent icon_state = "hardsuit-independent-sec" name = "security hardsuit" @@ -1090,13 +1084,6 @@ armor = list("melee" = 35, "bullet" = 25, "laser" = 20, "energy" = 40, "bomb" = 10, "bio" = 100, "rad" = 50, "fire" = 75, "acid" = 75) supports_variations = VOX_VARIATION -/obj/item/clothing/suit/space/hardsuit/security/independent/frontier - name = "\improper Frontiersmen hardsuit" - desc = "An old hardsuit based on a even older hardsuit. Used prolifically by the Frontiersmen pirate fleet." - icon_state = "hardsuit_frontier" - hardsuit_type = "hardsuit_frontier" - helmettype = /obj/item/clothing/head/helmet/space/hardsuit/security/independent/frontier - //Mining /obj/item/clothing/head/helmet/space/hardsuit/mining/independent name = "mining hardsuit helmet" diff --git a/code/modules/clothing/suits/armor.dm b/code/modules/clothing/suits/armor.dm index 47ce052d5bec..ee72151d9567 100644 --- a/code/modules/clothing/suits/armor.dm +++ b/code/modules/clothing/suits/armor.dm @@ -36,19 +36,25 @@ item_state = "armoralt" //supports_variations = KEPORI_VARIATION +/obj/item/clothing/suit/armor/vest/trauma + name = "cybersun trauma team armor vest" + icon_state = "traumavest" + desc = "A set of stamped plasteel armor plates decorated with a medical cross and colors associated with the medical division of Cybersun." + /obj/item/clothing/suit/armor/vest/marine - name = "light tactical armor vest" - desc = "A set of the finest mass-produced stamped plasteel armor plates money can buy." + name = "tactical armor vest" + desc = "A heavy set of the finest mass-produced stamped plasteel armor plates money can buy." icon_state = "marine_light" item_state = "armor" clothing_flags = THICKMATERIAL body_parts_covered = CHEST|GROIN|LEGS|FEET|ARMS|HANDS - armor = list("melee" = 50, "bullet" = 50, "laser" = 30, "energy" = 25, "bomb" = 50, "bio" = 100, "fire" = 40, "acid" = 50) + armor = list("melee" = 50, "bullet" = 75, "laser" = 55, "energy" = 25, "bomb" = 60, "bio" = 100, "fire" = 70, "acid" = 50) cold_protection = CHEST | GROIN | LEGS | FEET | ARMS | HANDS min_cold_protection_temperature = ARMOR_MIN_TEMP_PROTECT heat_protection = CHEST|GROIN|LEGS|FEET|ARMS|HANDS resistance_flags = FIRE_PROOF | ACID_PROOF supports_variations = VOX_VARIATION | DIGITIGRADE_VARIATION_NO_NEW_ICON + slowdown = 0.5 /obj/item/clothing/suit/armor/vest/marine/medium name = "medium tactical armor vest" @@ -58,11 +64,6 @@ name = "large tactical armor vest" icon_state = "marine_heavy" -/obj/item/clothing/suit/armor/vest/marine/trauma - name = "cybersun trauma team armor vest" - icon_state = "traumavest" - desc = "A set of stamped plasteel armor plates decorated with a medical cross and colors associated with the medical division of Cybersun." - /obj/item/clothing/suit/armor/vest/old name = "degrading armor vest" desc = "Older generation Type 1 armored vest. Due to degradation over time the vest is far less maneuverable to move in." @@ -202,11 +203,6 @@ strip_delay = 70 equip_delay_other = 50 -/obj/item/clothing/suit/armor/vest/bulletproof/frontier - name = "\improper Frontiersmen bulletproof armor" - desc = "A scrap piece of armor made of disused protective plates. This one was used to protect the squishy bits of a Frontiersman, once." - icon_state = "frontier_armor" - /obj/item/clothing/suit/armor/laserproof name = "reflector vest" desc = "A vest that excels in protecting the wearer against energy projectiles, as well as occasionally reflecting them." @@ -486,14 +482,6 @@ icon_state = "armor_brigphysjacket" body_parts_covered = CHEST|ARMS -/obj/item/clothing/suit/armor/frontier - name = "reinforced fur coat" - desc = "A stiff coat, meant for frigid conditions." - icon_state = "frontier_coat" - body_parts_covered = CHEST|GROIN|ARMS - cold_protection = CHEST|GROIN|ARMS - heat_protection = CHEST|GROIN|ARMS - /obj/item/clothing/suit/toggle/armor/vest/centcom_formal name = "\improper CentCom formal coat" desc = "A stylish coat given to CentCom Commanders. Perfect for sending ERTs to suicide missions with style!" diff --git a/code/modules/clothing/under/jobs/security.dm b/code/modules/clothing/under/jobs/security.dm index 29ee1c732399..46a1ff275d15 100644 --- a/code/modules/clothing/under/jobs/security.dm +++ b/code/modules/clothing/under/jobs/security.dm @@ -290,18 +290,18 @@ . = ..() AddElement(/datum/element/update_icon_updates_onmob) -/obj/item/clothing/under/rank/security/officer/frontier +/obj/item/clothing/under/frontiersmen name = "\improper Frontiersmen uniform" desc = "Worn by members of the Frontiersmen pirate fleet. It's very uncomfortable to move around in." icon_state = "frontier" item_state = "gy_suit" -/obj/item/clothing/under/rank/security/officer/frontier/officer +/obj/item/clothing/under/frontiersmen/officer name = "\improper Frontiersmen officer's uniform" desc = "Worn by officers of the Frontiersmen pirate fleet. It's less comfortable than it looks." icon_state = "frontier_officer" -/obj/item/clothing/under/rank/security/officer/frontier/admiral +/obj/item/clothing/under/frontiersmen/admiral name = "\improper Frontiersmen admiral's uniform" desc = "Worn by admirals of the Frontiersmen pirate fleet. It's the only Frontiersman uniform that isn't mass produced." icon_state = "frontier_admiral" diff --git a/code/modules/mob/living/simple_animal/corpse.dm b/code/modules/mob/living/simple_animal/corpse.dm index a1b10b897db6..1b8004cbd5b5 100644 --- a/code/modules/mob/living/simple_animal/corpse.dm +++ b/code/modules/mob/living/simple_animal/corpse.dm @@ -125,7 +125,7 @@ /datum/outfit/frontier name = "Frontiersman Corpse" - uniform = /obj/item/clothing/under/rank/security/officer/frontier + uniform = /obj/item/clothing/under/frontiersmen shoes = /obj/item/clothing/shoes/jackboots head = /obj/item/clothing/head/beret/sec/frontier gloves = /obj/item/clothing/gloves/color/black @@ -151,11 +151,11 @@ /datum/outfit/frontier/officer name = "Frontiersman Officer Corpse" - uniform = /obj/item/clothing/under/rank/security/officer/frontier/officer + uniform = /obj/item/clothing/under/frontiersmen/officer suit = /obj/item/clothing/suit/armor/frontier shoes = /obj/item/clothing/shoes/combat ears = /obj/item/radio/headset - head = /obj/item/clothing/head/caphat/frontier + head = /obj/item/clothing/head/frontier/peaked /obj/effect/mob_spawn/human/corpse/frontier/ranged/trooper/heavy outfit = /datum/outfit/frontier/trooper/heavy diff --git a/code/modules/projectiles/boxes_magazines/internal/shotgun.dm b/code/modules/projectiles/boxes_magazines/internal/shotgun.dm index 38c99aec9372..29717fd9408b 100644 --- a/code/modules/projectiles/boxes_magazines/internal/shotgun.dm +++ b/code/modules/projectiles/boxes_magazines/internal/shotgun.dm @@ -27,6 +27,9 @@ max_ammo = 2 instant_load = TRUE +/obj/item/ammo_box/magazine/internal/shot/dual/lethal + ammo_type = /obj/item/ammo_casing/shotgun/buckshot + /obj/item/ammo_box/magazine/internal/shot/improvised name = "improvised shotgun internal magazine" ammo_type = /obj/item/ammo_casing/shotgun/improvised diff --git a/code/modules/projectiles/guns/ballistic/shotgun.dm b/code/modules/projectiles/guns/ballistic/shotgun.dm index bfe2e88bf804..e36dc8c67b77 100644 --- a/code/modules/projectiles/guns/ballistic/shotgun.dm +++ b/code/modules/projectiles/guns/ballistic/shotgun.dm @@ -379,6 +379,24 @@ EMPTY_GUN_HELPER(shotgun/bulldog/inteq) item_state = "dshotgun_sawn" mob_overlay_state = item_state +// sawn off beforehand +/obj/item/gun/ballistic/shotgun/doublebarrel/presawn + name = "sawn-off double-barreled shotgun" + desc = "A break action shotgun cut down to the size of a sidearm. While the recoil is even harsher, it offers a lot of power in a very small package. Chambered in 12g." + sawn_off = TRUE + weapon_weight = WEAPON_MEDIUM + w_class = WEIGHT_CLASS_NORMAL + + wield_slowdown = 0.25 + wield_delay = 0.3 SECONDS //OP? maybe + + spread = 8 + spread_unwielded = 15 + recoil = 3 //or not + recoil_unwielded = 5 + item_state = "dshotgun_sawn" + mag_type = /obj/item/ammo_box/magazine/internal/shot/dual/lethal + /obj/item/gun/ballistic/shotgun/doublebarrel/roumain name = "HP antique double-barreled shotgun" desc = "A special-edition shotgun hand-made by Hunter's Pride with a high-quality walnut stock inlaid with brass scrollwork. Shotguns like this are very rare outside of the Saint-Roumain Militia's ranks. Otherwise functionally identical to a common double-barreled shotgun. Chambered in 12g." @@ -726,3 +744,23 @@ EMPTY_GUN_HELPER(shotgun/bulldog/inteq) if(.) item_state = "beacon_factory_sawn" mob_overlay_state = item_state + +//pre sawn off beacon +/obj/item/gun/ballistic/shotgun/doublebarrel/beacon/presawn + name = "sawn-off HP Beacon" + sawn_desc= "A single-shot break-action pistol chambered in .45-70. A bit difficult to aim." + sawn_off = TRUE + w_class = WEIGHT_CLASS_NORMAL + slot_flags = ITEM_SLOT_BELT + + weapon_weight = WEAPON_MEDIUM + + item_state = "beacon_sawn" + mob_overlay_state = "beacon_sawn" + wield_slowdown = 0.5 + wield_delay = 0.5 SECONDS + + spread_unwielded = 20 //mostly the hunting revolver stats + spread = 6 + recoil = 2 + recoil_unwielded = 4 diff --git a/code/modules/reagents/reagent_containers/glass.dm b/code/modules/reagents/reagent_containers/glass.dm index b0c949d122f9..62661594c06e 100644 --- a/code/modules/reagents/reagent_containers/glass.dm +++ b/code/modules/reagents/reagent_containers/glass.dm @@ -216,6 +216,10 @@ /obj/item/reagent_containers/glass/beaker/large/fuel list_reagents = list(/datum/reagent/fuel = 100) +/obj/item/reagent_containers/glass/beaker/large/napalm + list_reagents = list(/datum/reagent/napalm = 100) + cap_on = FALSE + /obj/item/reagent_containers/glass/beaker/synthflesh list_reagents = list(/datum/reagent/medicine/synthflesh = 50) diff --git a/icons/mob/clothing/faction/frontiersmen/belt.dmi b/icons/mob/clothing/faction/frontiersmen/belt.dmi new file mode 100644 index 0000000000000000000000000000000000000000..a36573e66f5de33c361c9bf4991d7e742f51a427 GIT binary patch literal 640 zcmV-`0)PF9P)+6b&o=Hbs!okVFz`)`pUeW*n00DGTPE!Ct=GbNc004e^R9JLG zWpiV4X>fFDZ*Bkpc$`yKaB_9`^iy#0_2eo`Eh^5;&r`5fFwryM;w;ZhDainGjE%TB zGg33tGfE(w;*!LYR3K9+ttdaQBr~ z=!^#d;Q($>muyg%ZZIs}%s9s$m_PdwDjvYRMXFx9zjOzx(nMCzBq!AOA~54lun%B+ z&Zv_S#X7KLDKp9z5L{2Re0R(a8Bw%`XcA-^Fk--h5Stod%69AMYFIXbwEx7Y6?f@bU0U&{QK(#Sph+A1%J)J^) z6}&=EDY7CMZ#!b>N)?qJ0M4yT9zTe1FdmaV7{QCh!ebGD{rhIRU6XAQH6n&Y$I+3~p&^}705?d-S+{;a~_y*ug z6^syX_YkOIAox|Y42^(<60)5@CZHgRB~DdAo)I8bZP*eplVzKaeS5ib=IPtKvvqi?G%jsu+G26R;rx+rkBcyK95SGD6MQ=7Q(^e2xOR>5=fYf}P@j;+*rZ zXG70KC7g?jj{|_@YuCAbsBU8|#F8jk<42C+5oSsR`T2>?RgX=H;*tuuwMx424 zM?SJRx7Rpp(k0y8t}t2*GD(jRw4Q?07$Ga%=Zd=H^G{`tBe{Dpzw0FRZ^bgaGpb_r zqHRJnDW~neoKtOCc53Muz#i(+%}aZIpz99ILwf$Y$-gy1v@QnMSj`4c~jG?)Y~cnqJ(rd1;e}$^x(3t)?o;J_-Y$V z7-9W+{iQnK35p6Yl(M^s&`G#3gVC;sOCD0G#q~(xWu)@!RAH#?JT;n}^=3|;pv=&^ zRlttQOC)AE=y%BplP`84E0guB0;|Sd*sC=`7(CJ> zbKQR+ceuMU(=O=HKW|%C1E~&Nr}OAc8z)lD<%Pl4tQG@1-U0!gf3Q#ag2NQeP~ z-|co>sy*V)(bk&a{qefv70Qkyjem&l(8W!uymvW(J#NRkQVca=B)Q{h58uvOtxl1wYPcW=f$697P+4n ze3e}X73$WAO~YsBlUo()M~*&qRErSrc8(Gowrip~VR0>36GMc*cp3ViX`Y?gv7y-A z`>HGxq~LkuKL7H~1p5DZuERqSy_WG(tu*wk^2$B0c}_MhEr|QF<72|1u%yzrr|Z6eK%C;V=H%}9#?2L zRNGa=4zxWqRt7M{$iaKSP#uhv>p^r+Nhr;o=tJb7gg_S6HtW~fvq2r_Wsndp+{=pRKtHGf0^^d;t=1vu0&%#hOFxa+VnIr z>IXVS+lsA0>u4|!vBypKM64r#Z_#C_yi3XMK2{kY@*ZZD@BRIqOcEv%4sFvZu_``g z0Q0yqATesu{9^U#Ep?&L)Ieq(nnt;aCnllQW@UZi*v6CFLG7Ty#*fcs+gjGA(G(8SlM1JK76AW{9V)n=D$ef~Us zVcT=;0q=~?PJ&Rk3D<6AoMkYq<9$0g-rt@H`<$)Cy#t_E$4wJKnGT))WDZ`Z5&6N? zBb0rD+6>Ph>nPw#vRrspzkq)u@l&B?b9*CHWW2VXh+QjbBKl}9)}cP02>#~--{dt( z2#KaZT>ZU+CS@=#Sv19eAClTa!&30F`+QEYjFvS&pyU)s;yi~QR0O3o zD5R%A4V@GBW~3m@jbm;_O`fZ^SQYJ_N?MDLcEfFDZ*Bkpc$`yKaB_9`^iy#0_2eo`Eh^5;&r`5fFwryM;w;ZhDainGjE%TB zGg33tGfE(w;*!LYR3K9+J+U}9u{b+EttdaQBr~;0iHkEOv#1!PpNliCC^0t`#5Uwo zR&e!m0owoox0D{ejJI800002dNklA*numa9WfQ8wEYz5qoe0|M$UP&W{L*-hpA zS#$0vd!ri?2yiQ8_fF_4D=Z7?Ph)pgmWToH*=mLWv_Px`y!!UFX)QqMhb9q~zXP|^ sT%CVj+lrW^on_Eggk5#bHJVX)1Kr0RsyU4eUjP6A07*qoM6N<$f`#tD=>Px# literal 0 HcmV?d00001 diff --git a/icons/mob/clothing/faction/frontiersmen/suits.dmi b/icons/mob/clothing/faction/frontiersmen/suits.dmi new file mode 100644 index 0000000000000000000000000000000000000000..50657c4df15e67405c0468b92e6f1fcef9d0b8ef GIT binary patch literal 2894 zcmV-U3$gTxP)005u}0{{R3yb+fl00018P)t-sz`(#@ zXKq45M=2~bgNTZ-Zd=EYWzw#XL_{lVML{Jg7-n5VesWrCQ96WdO32F0MKdO#qOfFK zLMkI3BOMwlDk{Lhz$q&(M@v^MH8vq9C##>7fpKU`G%)4i($;gBf&c&j0d!JMQvg8b z*k%9#0Hb0faxsg{w;uzFH?N@6lZfvuk%5E!#C+>WHm6T1U zDHaYfWF}~XKBADqGSX~I;b3~2^X3D7i6$@7y#WW(Z|V2zjzI%rbUKZ^yyFe*4F0i{ zMs$SxH=$H@TRk890B}-lj6J7$JOBU*@JU2LRCt{2T-$crI1Cg?JEkc)^*X!9X>8~J zKXY-R)U?8YuGOC8K{&0Q1{631coBzSyKa?LR$1i}B!qi@^{B+fwqi>0mtTd==8qvv z$+oq9lCP(2%RmV6S9}DTP%lL`+BeLTYG=jO$*uK;c43MIVt>4JA8{i+7sldii60&VBx%7F9To~N?oBGX&z^YzLjQFh* z4nTd_XktI?w*pZ zGC^c~+x;*A1fGLBnZOtz&?-Q-fu3jM0AN21eHjKGC;QC*umL0%*vA_Ukl*ucghw$M zk5kc~B$ES6&Sk&PrSLy&fUbvH4Tz%&Jc>uAwEO+GBA>BKz&WhdWb+ zzsE0ZrPMY808#iylO0sOl2<@Kd=#_#v5#Vaxpon|L<2w6M>T7s|KcLiQl5_B$|$@@}szp8-((l9(Q2@+ZznPSqZ!`V50ap^}^2`4=P8%&t>7r4$t47Y=BSSo)1Eu8Lbn)Md5a$`0_XP z!q2_DFvR1_3*hJW-20frv+;EulY2B&c5oil5W`c1hQ2GZZO%QKM&$Ro&&C*4In}NK z3`FT<4n^D0cexG{M2$$jL$)T73EDbmI08k2S*wny-kz~5Kc2ZjPNYPB|L(!o^T}W!3q!$^P+<5Z|K_vR#|10RaRML zl~um3(94*7qc`fz@521Hh>!d;ei`mK?@$xl0?I2-I|km%@ShO9{6A**q?lnnS7warH|pSb;Yv=SSK6@z@S@ZjlmbH~HtIcVUzVlq z1W>nDb3M6F>!(7+bP~HZWB!yX4V7Z_0B)EXvjFCa8RL4a+6QGWgyA#H=fY)j58!L| zq*8cb4(`!WWDT~r2%t21MDk8&)4Kw){AAbmD# zud{C}#PY+u2ycd8YJ%dw-8}ha)E|Ie%VZ@;4|erS)9Yjy@=}6UvRp^8%RdUY0c!6g zh>ZkAiLTiO83P4R6L}iNXr-gL%UtPD6EuhT0CASJuA~L0*NrP3bm7j`Q=uamWnKuh$0i@y_gv&#(BT&r{;(Y4G0 z$Zh;P0EL|;fW>(qWtu+2997K_{c8X_2~Dowrao5|+~JtT#^0o9UEB9i%uOS!tg^}~ zUsV3w_1@*Tdo477@Om%0-TND2y%h3xv}P7L7ysOMITi2rDhs}_GhW+`=KW*QOJa_Z z*EAMTH@nxi0;XQ-nLpez#OZo3x_>;1tzUS(mt`b&OoV-!03>Tu(b9LDe7f&??sTY8! z(!Soy*=Y#i7-D0bFd;Cd&*k~fv888#r{R>_*LyP+gPA=--kIiEQR?kjX0LvAk?1Qx zOHabMbNhNPmqPopx~;J~A@`qBLns%3P5syaGsawXX%qr;IFK-f~L=m|U<{t3Y$0w85Uod8(J@(Od{TSmYp!58DhSMV97b20&fZXkudK zSsK6-f$4(Gz8#ztMl#Rb3?z@rm`H86khO{Gw^y3BUOd1>5I*jOJPpHbaUKCec8r3M zAcrdxSWNK$AP{cBzrrpjEqG_2%XkiCs`(5tcF{gc>?A;<_imXd`1Di-P6F;qMF`rM z zD6kP?XUnAA93t>!go%gjfhdQONnV-Y>p+4}f2iWo|NBXgIy-nC8s#KZ#xe$Y*Jhy7TMn>-n=mIP!Wvcjxo#C)O`tk0bd0c2B9d?~mGlef{|LfV_QgL%gR9 zlJo2Na=DzB^s=|_ZE?lggv z%dNk&EH>c)TxR`tWeb<5+g8Y7qYMNwcA7$93;V*JV$uD2yN7=#0G zVgF%#7y4XcNqy$L)TB({~S@zYG$1P-wm|F%&3*o7o^ zC%hRy*(RV`;6L2OIRHA*ECEO+oDgH{_W+de(kE!6{PyYtR1;9`SieIA9NYK$;1878 sgy&#r{a%R645$gLU21)mRaTkH|Ep|<;!ERLhX4Qo07*qoM6N<$f@ptW-T(jq literal 0 HcmV?d00001 diff --git a/icons/mob/clothing/faction/frontiersmen/uniforms.dmi b/icons/mob/clothing/faction/frontiersmen/uniforms.dmi new file mode 100644 index 0000000000000000000000000000000000000000..6dad817d6b6437eaded3b944de20f5a19a22cd15 GIT binary patch literal 2085 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 Ar2qf` literal 0 HcmV?d00001 diff --git a/icons/obj/clothing/faction/frontiersmen/suits.dmi b/icons/obj/clothing/faction/frontiersmen/suits.dmi new file mode 100644 index 0000000000000000000000000000000000000000..65c817191371daadbb77b22054c33cb1b007985c GIT binary patch literal 1194 zcmV;b1XcTqP)fFDZ*Bkpc$}S(%?iRW5QNXkQ-t;|{$0IDi}YY$Aq2Z=_RyqEQpLA7T0DtVyv?xR z?7)=jSf83!Rp&-t36XD;^cJ_Nt{C6HSeT}-Zh*M(v5 zTl@z52ZiGIJ$cDvTfuwgdo@4G5-b`CeB+Wt2NZhS25I!5z%{&w1?dxjDU!w?95$~i^nV%NDCzJ+P3QC1^Ld&Ot4$Jy;PI}P@CZ07 zbgloupEPZY2<0TWph&C281k95BO6YVC)-_0z*d*!car>;v7g4)Jx;3 zq#>(q640pk;(@vOLI4jnP1I_Ha!RZh`TFup0?o384}zGI#)vk%ngjhSnx&@=Q#WA} zBq4w~qni$QOsP|P5T4dB0v9X3K@e(m<;=-tA{mBO?TW?M3%v${b>tla^oXSRI|R~l z!T}G2q1etksi$zjg9pR!zxc6_eeB;dZ+*1?hz$>M`SQza8Tw?Zm$AY>#N`nuiXw3; z95_P?vFr@ma9Qf9Ei3H_;sk_GB~2Io9nvFw|QADg7gRx*9}mou~t!xoZu#A5kPwu?Izlj z5+o25aVZLZyI@&o;Lq#A2}F6~qb?WEfe=)2$q5i4*lk%Yf>;TdI&Va_xLEaJq|#+s zSKzM;_W z`zAzHbH}6}B!fWVkz`5`wTNVrlrs7iVJx#bo?^zpDu%GkQbm$yo`go5P;_*_(Do3d z5|n_p5)iDVP>ni$BG`_2Xw>3F(zDJpv}ky6w+;e^3#k)FN0<GH?ZL$GhLIG`@@Euuujiz#%Mz_}{Vtr4aW zm{aJkJrNiy^#39bd$4clr2dT%?c literal 0 HcmV?d00001 diff --git a/icons/obj/clothing/faction/frontiersmen/uniforms.dmi b/icons/obj/clothing/faction/frontiersmen/uniforms.dmi new file mode 100644 index 0000000000000000000000000000000000000000..7228ca93fc8123c0db528674417a6d67d8ed7019 GIT binary patch literal 859 zcmV-h1El!Y~ko&&g9P?Opu4dXbjWgM9@F-CeV26WIiPeSCpd1l*1QF?FXphf#*^H9UQNm_Q;`j83|UAUYfv8UYtJrbE^{y(FIe(JsleE^?uS;EDPQSkr(0w765K~z|U?N?oI z!!QUmrm4TuIqPQm|NqkgimE-pkkXeu_*5s6F80|0sw0Gjg@u0xV7xIs0wU7Y;3Gr^ zM4i5E_mp!^_w8oPF9jk-C`DgE_-OOBwN!IWtyNv15NLaRQ+W`YU(k=(2sKr{8S{Y^ zXn?wc$EQYnZyODI(ghHBasf01P!=yy=Tpmx7jG#W0uj$0q8euW#iJ%r^LYY_gC-CV z3#UjdsLf|So+r@xoLi+B)Rwc#hp_LD$H(Kb?*`8~gq%kP-}`ZF$I-jNhtK`_{CYn3 zZ-bY`S;XK63EW6vSOR$N&{}|Mka@89Tx*qK2>_Qe4eJxUvdrL9swvaZL+lq)Kn^g` zhCq@!<4Q9WB!NIu$$Eh{Z~s?G0wqZ$^8~axsV4n}Ao*z|shptYz{Ow)(CO*(0~9mL zenq!iCnkpZ~ zwX#DsIuH*BVfM*4m6!ej?f$_-KRPSWpeKb#vF{sO56c;O0_-jMHw*#tOe{hM@0!3I z=Lv=yX6fGK1aQ&UjB!kg!90d;kJ&M?`7M__S+75E{l5pVKXCoOhcV}rVeoJ^AeVdn z&ZSJl`UGD8;I1!q#+9Zkxc!4GzzNhPm2?5Ge{co31OgX>c> Date: Sat, 8 Jun 2024 23:04:56 -0500 Subject: [PATCH 22/22] Automatic changelog generation for PR #3087 [ci skip] --- html/changelogs/AutoChangeLog-pr-3087.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-3087.yml diff --git a/html/changelogs/AutoChangeLog-pr-3087.yml b/html/changelogs/AutoChangeLog-pr-3087.yml new file mode 100644 index 000000000000..3ffd70b999fa --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-3087.yml @@ -0,0 +1,11 @@ +author: PositiveEntropy +changes: + - {rscadd: CLIP now reports the presence of so-called "Flame Troopers" of the Frontiersmen + terrorizing their territories...} + - {balance: Marine armor has improved armor stats at the cost of the bulk slowing + down the wearer.} + - {balance: 'Flamethrowers have a slightly improved effective range, as well as + higher damage.'} + - {imageadd: The Frontiersmen have gotten better tailors and now look sharp and + deadly!} +delete-after: true